html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
    font-family: 'Barlow', sans-serif;
    color: #777;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

img {
    width: 100%;
    height: auto;
}

img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #002E5D;
}

h1 {
    font-size: 40px;
    margin-bottom: 0px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #002E5D;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
}

p {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    line-height: 1.75em;
    margin: 0 0 20px;
    color: #777;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: justify;
    /* letter-spacing: 0.02em; */
    letter-spacing: 0.4px;
}

ul {
    list-style-type: none;
}

a {
    color: #002E5D;
}

a:hover {
    text-decoration: none;
    color: #002E5D;
}

a:link {
    text-decoration: none;
}

a:focus {
    outline: none;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }
}

.btn {
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #1b1b1b;
    border: 1px solid #1b1b1b;
    background-color: transparent;
}

.btn:hover {
    color: #fff;
    border: 1px solid #1b1b1b;
    background-color: #1b1b1b;
}

.dark {
    color: #002E5D;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.o-hidden {
    overflow: hidden;
}

.pos-re {
    position: relative;
}

.notfound .number {
    font-size: 180px;
    line-height: 180px;
    font-family: 'Oswald', sans-serif;
    color: #002E5D;
    margin-bottom: 20px;
    font-weight: 400;
}

.notfound .title {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1b1b1b;
    margin-bottom: 20px;

}

.form-component {
    margin-bottom: 5px;
    position: relative;
}

.js .animate-box {
    opacity: 0;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
}

button,
input,
optgroup,
select,
textarea {
    font-family: 'Barlow', sans-serif;
}

input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 12px;
    padding: 15px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #777;
    background-image: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 0px;
    outline: none;
}

input:focus,
textarea:focus {
    border-bottom: 1px solid #002E5D;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: #002E5D;
    border: 1px solid transparent;
    outline: none;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    background-color: transparent;
    color: #002E5D;
    border: 1px solid #002E5D;
}

select {
    padding: 10px;
    border-radius: 5px;
}

table,
th,
tr,
td {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

th,
tr,
td {
    padding: 10px;
}

input[type="submit"] {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
    background: #002E5D;
    color: #fff;
    padding: 10px 30px;
    margin: 0;
    position: relative;
    border-radius: 50px;
}

input[type=checkbox] {
    position: relative;
    cursor: pointer;
    margin: 5px 35px 15px 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input[type=checkbox]:before {
    content: '';
    width: 22px;
    height: 22px;
    border: 1px solid #e9e9ec;
    background: transparent;
    position: absolute;
    top: -1px;
    margin-left: -3px;
}

input[type=checkbox]:after {
    font-family: 'themify';
    content: '\e64c';
    color: #fff;
    background: transparent;
    position: absolute;
    top: 2px;
    margin-left: -1px;
    left: 0;
    width: 18px;
    height: 18px;
    border: none;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.64, .09, .08, 1);
    will-change: opacity;
    font-size: 12px;
}

input[type=checkbox]:checked:after {
    opacity: 1
}

input[type="password"].line-gray,
input[type="email"].line-gray,
input[type="text"].line-gray,
input[type="file"].line-gray,
textarea.line-gray {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

input.line-gray:focus,
textarea.line-gray:focus {
    border-bottom-width: 1px;
    border-color: #fff;
    outline: none;
}

input[type=checkbox].line-gray:before {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.lets-talk input[type="text"],
.lets-talk input[type="file"],
.lets-talk textarea {
    font-family: 'Barlow', sans-serif;
    color: #fff;
    outline: none;
}

.lets-talk input[type=checkbox].line-gray:before {
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.lets-talk label {
    display: inline-block;
    color: #fff;
}

.lets-talk ::-webkit-input-placeholder {
    color: #fff;
}

.lets-talk :-moz-placeholder {
    color: #fff;
}

.lets-talk ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.lets-talk :-ms-input-placeholder {
    color: #fff;
}

label a.underline {
    border-bottom: 1px solid #f1f1f1;
    display: inline-block;
    line-height: 1.5;
}

label a.underline.line-gray {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.alert-success {
    background: transparent;
    color: #777;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0px;
}

::-webkit-input-placeholder {
    color: #777;
    font-size: 15px;
    font-weight: 400;
}

:-moz-placeholder {
    color: #777;
}

::-moz-placeholder {
    color: #777;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #777;
}

button,
input,
optgroup,
select,
textarea,
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    font-family: 'Barlow', sans-serif;
    color: #777;
    outline: none;
}

select {
    padding: 10px;
    border-radius: 5px;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline;
    outline: none;
}

.link-btn {
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #002E5D;
}

.link-btn:hover {
    color: #1b1b1b;
}

.link-btn i {
    margin-left: 5px;
    font-size: 10px;
}

.link-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #002E5D;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.link-btn:hover::before {
    width: 100%;
    color: #002E5D;
}

.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
}

#preloader {
    display: table;
    table-layout: fixed;
}

#preloader-status {
    display: table-cell;
    vertical-align: middle;
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.loader {
    position: relative;
    width: 55px;
    height: 55px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 1px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.loader span {
    position: absolute;
    width: 55px;
    height: 55px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 1px solid #002E5D;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.content-wrapper {
    position: relative;
}

.content-lines-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.content-lines-inner {
    position: absolute;
    width: 1140px;
    left: 50%;
    margin-left: -570px;
    top: 0;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.content-lines {
    position: absolute;
    left: 33.666666%;
    right: 33.666666%;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
    line-height: .7;
    display: block;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #002E5D;
    border: 1px solid #002E5D;
}

.slider-fade .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #fff;
}

.slider-fade .owl-theme .owl-dots .owl-dot.active span,
.slider-fade .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border: 1px solid #fff;
}

.slider-fade .owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    color: #fff;
    font-size: 10px;
    margin-right: 3px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
    border-radius: 100%;
    background: transparent;
    width: 40px;
    height: 40px;
    line-height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.ld-wrap {
    display: block;
    background: #fff;
    right: 0;
    z-index: 101;
    position: fixed;
    width: 340px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    bottom: 0;
    top: 0;
    min-height: 300px;
    overflow: auto;
    padding: 0 40px;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.075)
}

.ld-wrap.ld-wrap-show {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.ld-logo-wrap {
    position: relative;
    z-index: 1021;
}

.ld-menu ul {
    position: relative;
    margin-top: 150px;
    margin-bottom: 30px;
    padding: 0;
}

.ld-menu ul ul {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.ld-menu ul li,
.ld-menu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.ld-menu ul li {
    margin: 10px 0 10px 0;
    padding: 0 0 10px 0;
    list-style: none;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    color: #777;
    font-weight: 400;
    line-height: 1.5em;
}

.ld-menu ul ul li {
    margin: 5px 0 0px 0;
    padding: 0 0 0px 0;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-bottom: none;
}

.ld-menu ul li a {
    color: #002E5D;
    text-decoration: none;
    position: relative;
    padding: 0;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.ld-menu ul li a {
    display: inline-block;
}

.ld-menu ul li a:after {
    content: '';
    display: block;
    width: 0;
}

.ld-menu ul li a:hover::after {
    width: 100%;
}

.ld-menu ul li a.active {
    color: #002E5D;
}

.ld-menu ul li a.active:after {
    height: 0px;
}

.ld-menu ul ul {
    display: none;
}

.ld-menu>ul>li>a {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #777;
    text-decoration: none;
    position: relative;
    padding: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.ld-menu>ul>li>a:hover {
    color: #002E5D;
}

.ld-menu>ul>li>a:hover:before {
    opacity: 1;
}

.ld-menu>ul>li.open>a {
    color: #002E5D;
    text-decoration: none;
    position: relative;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ld-menu>ul>li.open>a,
.ld-menu ul li.active>a {
    color: #fff;
}

.ld-menu ul ul li a {
    color: #777;
    text-decoration: none;
    position: relative;
    padding: 7px 0 7px 0;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-left: 12px;
    text-transform: none;
}

.ld-menu ul li:hover>a,
.ld-menu ul li.open>a,
.ld-menu ul li.active>a,
.ld-menu ul ul li:hover>a,
.ld-menu ul ul li.open>a,
.ld-menu ul ul li.active>a {
    color: #002E5D;
}

.ld-menu ul ul ul li a {
    margin-left: 24px;
    padding-top: 0px;
}

.ld-menu ul li a em,
.ld-menu ul ul li a em {
    font-size: 10px;
    background-color: #fff;
    padding: 1px 6px;
    color: #fff;
    border-radius: 0px;
    position: absolute;
    margin-left: 10px;
    top: 5px;
    font-style: normal;
}

.ld-menu>ul>li>a i {
    font-size: 8px;
}

.ld-menu-footer {
    position: relative;
    bottom: 30px;
    left: 0;
    padding: 90px 0px 0px 0px;
    color: #777;
}

.ld-menu-footer p {
    color: #777;
    font-size: 15px;
}

.ld-menu-footer .mail {
    font-size: 15px;
    line-height: 3em;
    color: #777;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.ld-menu-footer .mail:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #002E5D;
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.ld-menu-footer h6 {
    font-family: 'Barlow', sans-serif;
    color: #002E5D;
    font-size: 15px;
    margin-bottom: 0px;
    position: relative;
    margin-top: 15px;
}

.ld-menu-footer .phone {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    color: #002E5D;
    font-weight: 400;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.ld-menu-footer .phone a {
    color: #777;
}

.ld-menu-footer a {
    color: #777;
}

.separator {
    width: 16%;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #b19777;
    margin: 10px 0;
}

@media screen and (max-width: 768px) {
    .ld-menu-footer {
        display: none;
    }
}

.ld-header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 999;
    padding-right: 0;
    padding-left: 0;
    padding-top: 22px;
    padding-bottom: 22px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.ld-header .ld-logo {
    line-height: 0;
    padding: 0;
    font-size: 30px;
    color: #002E5D;
    font-family: 'Oswald', sans-serif;
}

.ld-header .ld-logo img {
    width: 160px;
}

.ld-header.scrolled {
    position: fixed;
    padding: 22px 0;
    top: 0;
    background: #fff;
    -webkit-transition: .0s all ease;
    -o-transition: .0s all ease;
    transition: .0s all ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.ld-header.scrolled .ld-logo {
    line-height: 1em;
    padding: 0;
    font-size: 30px;
    color: #002E5D;
    font-family: 'Oswald', sans-serif;
}

.ld-header.scrolled .ld-logo img {
    width: 160px;
}

.ld-header.scrolled .ld-nav-toggle {
    top: -1px !important;
}

.ld-header.awake {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.ld-header.sleep {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.ld-nav-toggle {
    top: -3px !important;
}

.ld-nav-toggle i,
.ld-nav-toggle i:before,
.ld-nav-toggle i:after {
    background: #1b1b1b !important;
}

.ld-wrap-burger-wrap {
    position: relative;
    z-index: 1022;
}

.ld-wrap-burger-wrap .headright {
    display: flex;
    align-items: center;
    justify-content: end;
}

.ld-wrap-burger-wrap .headright a {
    line-height: normal;
}

.ld-wrap-burger-wrap .login_user i {
    font-size: 25px;
}

.ld-wrap-burger-wrap .login_user {
    margin-right: 40px;
}

.ld-nav-toggle {
    width: 30px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    top: -15px;
    z-index: 109;
    display: block !important;
    float: right;
    right: 0;
    display: none;
    border-bottom: none !important;
}

.ld-nav-toggle:hover i:before {
    top: -7px;
}

.ld-nav-toggle:hover i:after {
    bottom: -7px;
}

.ld-nav-toggle.active i {
    background: transparent !important;
}

.ld-nav-toggle.active i:before {
    top: 0px;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.ld-nav-toggle.active i:after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.ld-nav-toggle:hover,
.ld-nav-toggle:focus,
.ld-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.ld-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    width: 20px;
    height: 1px;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.ld-nav-toggle i:before,
.ld-nav-toggle i:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: -10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.ld-nav-toggle i:before {
    top: -6px;
}

.ld-nav-toggle i:after {
    bottom: -6px;
}

.header-slider {
    min-height: 83vh;
    overflow: hidden;
}

.header-slider .caption .o-hidden {
    display: inline-block;
}

.header-slider .caption h4 {
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    word-spacing: 5px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.header-slider .caption h4:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
}

.header-slider .caption h4:before,
.header-slider .caption h4:after {
    content: "";
    position: absolute;
    display: block;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-slider .caption h1 {
    position: relative;
    margin-bottom: 20px;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.2em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #fff;
    font-weight: 400;
    letter-spacing: 3px;
}

.header-slider .caption p {
    font-size: 15px;
    line-height: 1.75em;
    margin-bottom: 30px;
    color: #fff;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    /*margin-right: 15px;*/
    letter-spacing: 0.34px;
}

.header-slider .caption p span {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0 5px;
    padding-right: 14px;
    position: relative;
}

.header-slider .caption p span:last-child {
    padding: 0;
}

.header-slider .caption p span:last-child:after {
    display: none;
}

.header-slider .caption p span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1b1b1b;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: .5;
}

.header-slider .caption .button-light,
.header-slider .caption .button-light2,
.header-slider .caption .button-dark,
.header-slider .caption .button-dark2 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    margin-right: 15px;
    margin-bottom: 15px;
}

#slider-area {
    position: relative;
}

#slider-area:after {
    background-color: #fff;
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: -1px;
    width: 100%;
    -webkit-clip-path: polygon(0% 75%, 0% 0%, 100% 0%, 100% 35%);
    clip-path: polygon(0% 75%, 0% 0%, 100% 0%, 100% 35%);
    z-index: -1;
}

.slider .owl-item,
.slider-fade .owl-item {
    height: 83vh;
    position: relative;
}

.slider .item,
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.slider .item .caption,
.slider-fade .item .caption {
    z-index: 9;
}

.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 7%;
    width: 100%;
    text-align: center;
}

.owl-nav {
    position: absolute;
    bottom: 5%;
    right: 12%;
    z-index: inherit;
}

.owl-prev {
    float: left;
}

.owl-next {
    float: right;
}

.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    color: #fff;
    font-size: 9px;
    margin-right: 3px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
    border-radius: 100%;
    background: #002E5D;
    width: 40px;
    height: 40px;
    line-height: 32px;
    border: 1px solid #002E5D;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: #fff;
    border: 1px solid #fff;
    color: #1b1b1b;
}

@media screen and (max-width: 768px) {
    .owl-nav {
        display: none;
    }
}

.slide-num {
    position: absolute;
    left: 168px;
    bottom: 7%;
    z-index: 9;
}

.slide-num span {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    color: #fff;
    margin-right: 140px;
}

.slide-num span:last-child {
    margin-right: 0;
}

.slider__progress {
    width: 120px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 192px;
    bottom: 8.5%;
    z-index: 9;
}

.slider__progress span {
    background: #fff;
    height: 1px;
    display: block;
    -webkit-transition: all, 0.4s;
    -o-transition: all, 0.4s;
    transition: all, 0.4s;
    position: relative;
    top: 0px;
}

.hero {
    position: relative;
}

.hero:last-child {
    margin-bottom: 30px;
}

.hero figure {
    margin: 0;
    position: relative;
    width: 50%;
    margin-left: auto;
}

.hero.left figure {
    margin-left: 0;
    margin-right: auto;
}

.hero .caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 30px 30px 30px 0;
}

.hero.left .caption {
    left: auto;
    right: 0;
    padding: 30px;
}

.hero .caption .title {
    color: #1b1b1b;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 3px;
    word-spacing: 5px;
}

.hero .caption .subtitle {
    color: #002E5D;
    font-size: 13px;
    margin-bottom: 20px;
    font-weight: 400;
    word-spacing: 3px;
    position: relative;
    padding-left: 15px;
    margin-left: 5px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 0px;
}

.hero .caption .subtitle:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #1b1b1b;
    border-radius: 50%;
}

.hero .caption .subtitle:before,
.hero .caption .subtitle:after {
    content: "";
    position: absolute;
    display: block;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hero .caption .list {
    position: relative;
    display: block;
}

.hero .caption .list li {
    position: relative;
    display: flex;
    align-items: center;
}

.hero .caption.list li+li {
    margin-top: 10px;
}

.hero .caption .icon {
    display: flex;
    align-items: center;
}

.hero .caption .icon span {
    font-size: 12px;
    color: #002E5D;
    background-color: transparent;
}

.hero .caption .text {
    margin-left: 10px;
}

.hero .caption .text p {
    font-size: 15px;
    margin: 0;
}

.hero .caption .signature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero .caption .signature img {
    margin-right: 15px;
    width: 70px;
}

.hero .caption .signature .wrap .name {
    color: #002E5D;
    font-size: 15px;
}

.hero .caption .signature .wrap .job {
    color: #777;
    font-size: 15px;
}

@media (max-width: 991.98px) {
    .hero figure {
        width: auto;
        margin: 0;
    }

    .hero .caption {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        padding: 30px 0 0 0;
    }

    .hero.left .caption {
        padding: 30px 0 0 0;
    }
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-padding.two {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-padding.three {
    padding-top: 180px;
    padding-bottom: 120px;
}

.section-title {
    color: #002E5D;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    word-spacing: 5px;
}

.section-title span {
    color: #1b1b1b;
    font-weight: 400;
}

.section-title2 {
    color: #002E5D;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5em;
}

.section-title2 span {
    color: #1b1b1b;
}

.section-subtitle {
    font-size: 15px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
    color: #1b1b1b;
    word-spacing: 3px;
    margin-left: 10px;
}

.section-subtitle:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #002E5D;
    border-radius: 50%;
}

.section-subtitle:before,
.section-subtitle:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sub-title {
    color: #1b1b1b;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    position: relative;
    padding-left: 15px;
    margin-top: 5px;
}

.sub-title:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #002E5D;
    border-radius: 50%;
}

.sub-title.border-bot-dark:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #002E5D;
    border-radius: 50%;
    top: 45%;
}

.sub-title:before,
.sub-title:after {
    content: "";
    position: absolute;
    display: block;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sub-title.border-bot-light {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 5px 0px 15px 15px;
}

.sub-title.border-bot-light.light {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.sub-title.border-bot-dark {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5px 0px 10px 15px;
    color: #fff;
}

.sub-title.border-footer-light {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0px 0px 15px 15px;
}

.lets-talk {
    position: inherit;
}

.footer .sub-title:before,
.footer .sub-title:after {
    top: 30%;
}

/* .about {
    position: relative;
} */

.about .wrap {
    box-sizing: border-box;
    padding-left: 40px;
    overflow: hidden;
    padding-bottom: 30px;
}

.about .wrap .con {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 20px;
}

.about .wrap .con .info {
    bottom: 0;
    left: -7px;
    position: absolute;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.about .wrap .con img:hover {
    transform: scale(0.98);
}

.about .wrap .con .info .name,
.about .wrap .con .info .number {
    display: inline-block;
}

.about .wrap .con .info .name {
    font-family: 'Barlow', sans-serif;
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 400;
    padding-left: 15px;
    margin-left: 10px;
    margin-top: 0px;
    word-spacing: 5px;
    color: #777;
}

.about .wrap .con .info .name:before {
    left: 5px;
    width: 5px;
    height: 5px;
    background-color: #002E5D;
    border-radius: 50%;
}

.about .wrap .con .info .name:before,
.about .wrap .con .info .name:after {
    content: "";
    position: absolute;
    display: block;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about .wrap .con .info .number {
    color: #777;
    margin: 0;
    padding-left: 20px;
    position: relative;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 2px;
    word-spacing: 7px;
}

.about .wrap .con .info .number:before {
    content: "/";
    left: 5px;
    position: absolute;
    top: 0;
    color: #002E5D;
}

.about .wrap ul.social li {
    display: inline-block;
    margin: 0;
    padding: 0 5px;
}

.about .wrap ul.social li a {
    color: #002E5D;
}

.about .wrap ul.social li a:hover {
    color: #fff;
}

.about .wrap .social {
    text-align: center;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.about .wrap p {
    text-align: center;
    margin-bottom: 0px;
}

.about .states {
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 0px;
    padding-top: 20px;
}

.about .states .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

.about .states ul {
    margin: 0;
}

.about .states li {
    margin-right: 40px;
}

.about .states li:last-of-type {
    margin-right: 0;
}

.about .states li h1 {
    font-size: 60px;
    color: #002E5D;
    margin-right: 15px;
}

.about .states li p {
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 0px;
    color: #1b1b1b;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 5px;
}

@media screen and (max-width: 991px) {
    .about .states {
        position: relative;
    }

    .about .states ul.flex {
        display: block;
    }

    .about .states ul.flex li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 50px;
    }
}

.about-box {
    text-align: center;
    border: none;
    margin-bottom: 15px;
}

.about-box h5 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #1b1b1b;
}

.about-box .icon {
    width: 50px;
    height: 30px;
    margin-bottom: 15px;
}

.skills {
    position: relative;
}

.skills .skill-item {
    margin-top: 20px;
}

.skills .skill-item h6 {
    font-size: 15px;
    color: #1b1b1b;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    position: relative;
    z-index: 4;
    margin-bottom: 10px;
}

.skills .skill-item h6 i {
    font-size: 10px;
    margin-right: 10px;
    float: right;
    font-style: normal;
    letter-spacing: 2px;
}

.skills .skill-item .skill-progress {
    position: relative;
    background-color: #ececec;
}

.skills .skill-item .skill-progress .progres {
    position: relative;
    height: 1px;
    width: 10%;
    border-radius: 5px;
    padding: 0 10px 0;
    background-color: #002E5D;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}

.skills .skill-item .skill-progress .progres:after {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #002E5D;
    position: absolute;
    right: -5px;
    top: -1px;
}

.team .wrap {
    box-sizing: border-box;
    padding-left: 40px;
    overflow: hidden;
    padding-bottom: 30px;
}

.team .wrap .con {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 20px;
}

.team .wrap .con .info {
    bottom: 0;
    left: -7px;
    position: absolute;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.team .wrap .con img:hover {
    transform: scale(0.95);
}

.team .wrap .con .info .name,
.team .wrap .con .info .number {
    display: inline-block;
}

.team .wrap .con .info .name {
    font-family: 'Barlow', sans-serif;
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 400;
    padding-left: 15px;
    margin-left: 10px;
    margin-top: 0px;
    word-spacing: 7px;
    color: #1b1b1b;
}

.team .wrap .con .info .name:before {
    left: 5px;
    width: 5px;
    height: 5px;
    background-color: #002E5D;
    border-radius: 50%;
}

.team .wrap .con .info .name:before,
.team .wrap .con .info .name:after {
    content: "";
    position: absolute;
    display: block;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.team .wrap .con .info .number {
    font-family: 'Barlow', sans-serif;
    color: #777;
    margin: 0;
    padding-left: 20px;
    position: relative;
    font-weight: 400;
    font-size: 15px;
}

.team .wrap .con .info .number:before {
    content: "/";
    left: 5px;
    position: absolute;
    top: 0;
    color: #002E5D;
}

.team .wrap .social {
    text-align: center;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.team .wrap ul.social li {
    display: inline-block;
    margin: 0;
    padding: 0px;
}

.team .wrap ul.social li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #C9C0C0;
    color: #777777;
    border-radius: 100%;
    margin-right: 10px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: inline-block;
}

.team .wrap p {
    text-align: center;
    margin-bottom: 0px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0.25em;
}

.team .wrap p span {
    color: #002E5D;
    font-weight: 600;
}

.team .wrap ul.social li a:hover {
    border: 1px solid #002E5D;
    background: #002E5D;
    color: #fff;
}

.projects {
    position: relative;
}

.projects .items {
    width: 50% !important;
}

.projects .items:nth-of-type(even) {
    width: 30% !important;
}

.projects .items img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.projects .items:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.projects .items .con {
    position: relative;
    overflow: hidden;
}

.projects .items .con .info {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 25px 25px 25px 15px;
    background: #fff;
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.projects .items .con:hover .info {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.projects .items .con .info h6,
.projects .items .con .info h6 a {
    font-size: 20px;
    color: #1b1b1b;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.projects .items .con .info .category {
    color: #002E5D;
    font-size: 11px;
    margin-bottom: 40px;
    font-weight: 400;
    word-spacing: 3px;
    position: relative;
    padding-left: 15px;
    margin-left: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 5px;
}

.projects .items .con .info .category:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #1b1b1b;
    border-radius: 50%;
}

.projects .items .con .info .category:before,
.projects .items .con .info .category:after {
    content: "";
    position: absolute;
    display: block;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.projects .items:nth-of-type(even),
.projects .items {
    width: 50% !important;
}

.projects .items:nth-of-type(even),
.projects .items {
    width: 100% !important;
}

.project2 {
    position: relative;
}

.projects2-items .col-md-6:nth-child(2) {
    margin-top: 75px;
}

.projects2-filter {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0px;
}

.projects2-filter li {
    margin-right: 15px;
    display: inline-block;
    font-size: 15px;
    line-height: 1.75em;
    cursor: pointer;
    color: #777;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 0px;
}

.projects2-filter li:last-child {
    margin-right: 0;
}

.projects2-filter li.active {
    color: #002E5D;
    content: "";
    left: 0;
    bottom: -4px;
    border-bottom: 1px solid;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.projects2-filter li:hover {
    color: #002E5D;
}

.projects2-wrap {
    padding-bottom: 90px;
    padding-right: 0;
    padding-left: 90px;
    position: relative;
}

.projects2-wrap:hover img {
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
}

.projects2-wrap h3 {
    font-size: 24px;
    line-height: 1.75em;
    color: #002E5D;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    font-weight: 600;
}

.projects2-wrap h3 a,
.projects2-wrap h3 a:hover {
    color: #002E5D;
}

.projects2-wrap p {
    font-size: 12px;
    margin-bottom: 5px;
    color: #002E5D;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
}

.projects2-con {
    position: absolute;
    left: 40px;
    top: 80px;
}

.project2-link {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-right: 40px;
    line-height: 1.75em;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    padding-left: 80px;
}

.project2-link:before {
    content: '';
    display: inline-block;
    width: 110px;
    height: 2px;
    background: #002E5D;
    position: absolute;
    left: 0;
    bottom: 15px;
    transition: all 0.3s ease-in-out;
}

.project2-link:before:hover {
    padding-left: 5px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.project2-link i {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.project2-link:hover i {
    padding-left: 5px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.project2-link:hover {
    color: #fff;
}

.projects3 .img {
    position: relative;
    overflow: hidden;
}

.projects3 p {
    color: #777;
}

.projects3 .img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.projects3 .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.projects3 .content {
    width: 100%;
    padding: 30px;
}

.projects3 .content .cont {
    display: table-cell;
    vertical-align: middle;
}

.projects3 .content .cont h3 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #1b1b1b;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.projects3 .content .cont h6 {
    font-size: 13px;
    margin-bottom: 15px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Barlow', sans-serif;
}

@media screen and (max-width: 991px) {
    .projects3 .content {
        padding: 0 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .projects3 .content .cont h3 {
        line-height: 1.25em;
    }

    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
}

@media screen and (max-width: 480px) {
    .projects3 .content {
        padding: 0 0px;
    }
}

.mt-120 {
    margin-top: 120px;
}

.project-page {
    position: relative;
}

.project-page h2 {
    color: #1b1b1b;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 3px;
    word-spacing: 5px;
}

.project-page h6 {
    margin-bottom: 0px;
    position: relative;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    color: #777;
}

.project-bar {
    padding: 30px;
    background-color: #fff;
    margin-top: -60px;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.project-bar h5 {
    font-family: 'Barlow', sans-serif;
    color: #002E5D;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}

@media (max-width: 576px) {
    .project-bar {
        margin-top: 0px;
    }
}

.page-list {
    position: relative;
    display: block;
}

.page-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.page-list li+li {
    margin-top: 10px;
}

.page-list-icon {
    display: flex;
    align-items: center;
}

.page-list-icon span {
    font-size: 10px;
    color: #002E5D;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    padding: 10px;
}

.page-list-text {
    margin-left: 15px;
}

.page-list-text p {
    font-size: 15px;
    margin: 0;
}

.process .img {
    position: relative;
    overflow: hidden;
}

.process p {
    color: #777;
}

.process .img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.process .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.process .wrap {
    width: 100%;
    padding: 30px;
}

.process .wrap .number {
    position: relative;
    z-index: 2;
}

.process .wrap .number h1 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    color: transparent;
    -webkit-text-stroke: 1px #002E5D;
    opacity: .8;
    margin-bottom: 20px;
}

.process .wrap .cont {
    display: table-cell;
    vertical-align: middle;
}

.process .wrap .cont h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1b1b1b;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media screen and (max-width: 991px) {
    .process .wrap {
        padding: 0 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .process .wrap .cont h3 {
        line-height: 1.25em;
    }

    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
}

@media screen and (max-width: 480px) {
    .process .wrap {
        padding: 0 0px;
    }

    .process .wrap .number h1 {
        font-size: 50px;
    }
}

.google-maps {
    height: 100%;
    min-height: 500px;
    width: 100%;
    position: relative;
    /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact h4 {
    font-size: 20px;
    color: #1b1b1b;
    text-transform: capitalize;
    letter-spacing: 0.02em;
    font-weight: 600;
}

.contact h4 span {
    color: #002E5D;
}

.contact h5 {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
}

.contact .phone,
.contact .phone a {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #2C2C2C;
    font-weight: 600;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 5px;
    letter-spacing: 0.25em;
}

.contact .mail,
.contact .mail a {
    font-size: 15px;
    line-height: 3em;
    color: #777;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

/* .contact .mail:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #002E5D;
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
} */

.contact .social {
    margin-bottom: 15px;
}

.contact .social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #C9C0C0;
    color: #777777;
    border-radius: 100%;
    margin-right: 10px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: inline-block;
}

.contact .social a:hover {
    border: 1px solid #002E5D;
    background: #002E5D;
    color: #fff;
}

.prev-next {
    position: relative;
    padding: 40px 0;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

@media (max-width: 576px) {
    .prev-next {
        text-align: center;
    }

    .prev-next-left {
        margin-bottom: 10px;
    }
}

.prev-next a {
    display: inline-block;
    line-height: 1em;
    color: #777;
}

.prev-next a i {
    font-size: 20px;
}

.prev-next a:hover {
    color: #002E5D;
}

.prev-next .prev-next-left a i {
    margin-right: 5px;
    font-size: 12px;
}

.prev-next .prev-next-right a i {
    font-size: 12px;
    margin-left: 0;
    margin-left: 5px;
}

.sidebar .search-box {
    position: relative;
}

.sidebar .search-box input {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    width: 100%;
    background: transparent;
    color: #777;
}

.sidebar .search-box .icon {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar .widget {
    padding: 45px 30px;
    margin-top: 45px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: transparent;
}

.sidebar .widget .title-widget {
    font-size: 30px;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.sidebar .widget.category li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    margin-bottom: 15px;
    color: #777;
}

.sidebar .widget.category li span a {
    color: #777;
}

.sidebar .widget.category li span a:hover {
    color: #002E5D;
}

.sidebar .widget.category li:last-of-type {
    margin-bottom: 0;
}

.sidebar .widget.last-post-thum .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.sidebar .widget.last-post-thum .item:last-of-type {
    margin-bottom: 0;
}

.sidebar .widget.last-post-thum .item .img {
    width: 95px;
    height: 95px;
    border-radius: 2px;
    overflow: hidden;
}

.sidebar .widget.last-post-thum .item .img a {
    width: 100%;
    height: 100%;
}

.sidebar .widget.last-post-thum .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sidebar .widget.last-post-thum .item .cont {
    padding-left: 15px;
}

.sidebar .widget.last-post-thum .item .cont h6,
.sidebar .widget.last-post-thum .item .cont h6 a {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1b1b1b;
}

.sidebar .widget.last-post-thum .item .cont h6 a:hover {
    color: #002E5D;
}

.sidebar .widget.last-post-thum .item .cont span {
    font-size: 12px;
    margin-top: 10px;
}

.sidebar .widget.last-post-thum .item .cont span a {
    color: #777;
}

.sidebar .widget.tags .bt {
    line-height: 2.5em;
}

.sidebar .widget.tags a {
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: #777;
    padding: 8px 15px;
    border-radius: 2px;
    font-size: 13px;
    margin: 2px 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.sidebar .widget.tags a:hover {
    background: #002E5D;
    color: #fff;
}

.rest {
    padding: 0 !important;
    margin: 0 !important;
}

.ml-auto {
    margin-left: auto;
}

.button-light {
    display: inline-block;
    height: auto;
    padding: 14px 30px;
    border: 1px solid #fff;
    border-radius: 80px;
    background-color: transparent;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.button-light:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #1b1b1b;
}

.button-light2 {
    display: inline-block;
    height: auto;
    padding: 15px 32px;
    border: 1px solid #fff;
    border-radius: 80px;
    background-color: #fff;
    -webkit-transition: border-color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, background-color 400ms ease;
    color: #002E5D;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
}

.button-light2:hover {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

.button-dark {
    display: inline-block;
    height: auto;
    padding: 15px 32px;
    border: 1px solid #002E5D;
    border-radius: 80px;
    background-color: transparent;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #002E5D;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.button-dark:hover {
    border: 1px solid #002E5D;
    background-color: #002E5D;
    color: #FFF;
}

.button-dark2 {
    display: inline-block;
    height: auto;
    padding: 15px 32px;
    border: 1px solid #002E5D;
    border-radius: 80px;
    background-color: #002E5D;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.button-dark2:hover {
    border: 1px solid #002E5D;
    background-color: transparent;
    color: #002E5D;
}

.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    text-align: center;
    line-height: 45px;
    font-size: 12px;
    font-weight: normal;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #002E5D;
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(197, 164, 126, 0.2);
    box-shadow: inset 0 0 0 1px rgba(197, 164, 126, 0.2);
}

.progress-wrap::after {
    color: #002E5D
}

.progress-wrap svg.progress-circle path {
    stroke: #002E5D;
}

.footer {
    padding: 90px 0 0;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.footer .top .item h3 {
    position: relative;
    margin-bottom: 20px;
    font-size: 24px;
    color: #002E5D;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}

.footer .top .item h3 span {
    color: #000000;
}

.footer .top .item p {
    margin-bottom: 15px;
    color: #777;
}

.footer .top .item .phone,
.footer .top .item .phone a {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #2C2C2C;
    font-weight: 600;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 5px;
    letter-spacing: 0.25em;
}

.footer .top .item .mail,
.footer .top .item .mail a {
    font-size: 15px;
    line-height: 3em;
    color: #777777;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

/*.footer .top .item .mail:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #002E5D;
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}*/

.footer .top .item .social {
    margin-bottom: 15px;
}

.footer .top .item .social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #C9C0C0;
    color: #777777;
    border-radius: 100%;
    margin-right: 10px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: inline-block;
}

.footer .top .item .social a:hover {
    border: 1px solid #002E5D;
    background: #002E5D;
    color: #fff;
}

.footer .top .sub-title.border-bot-dark {
    margin-top: 0px;
}

.footer .bottom {
    padding: 30px 0 10px 0;
    margin-top: 45px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.footer .bottom p {
    font-size: 13px;
    color: #777;
}

.footer .bottom p a {
    color: #777;
}

.footer .bottom p a:hover {
    color: #002E5D;
}

.footer .bottom p.right {
    text-align: right;
}

.footer .fonav {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%;
    display: inline-block;
}

.footer .fonav li,
.footer .fonav li a {
    font-size: 16px;
    font-weight: 500;
    color: #1b1b1b;
    text-transform: capitalize;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

.footer .fonav li {
    margin-bottom: 10px;
}

.footer .fonav li:last-child {
    margin-bottom: 0px;
}

[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay-dark]:before {
    background: #000;
}

[data-overlay-light]:before {
    background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #002E5D;
}

[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
    color: #777;
}

[data-overlay-dark] p {
    color: #fff;
}

[data-overlay-light] p {
    color: #777;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
    opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}

.lets-talk .section-title,
.lets-talk .section-title span {
    color: #fff;
}

.lets-talk .sub-title.border-bot-dark:before {
    background-color: #fff;
}

.lets-talk a {
    color: #fff;
}

.lets-talk input[type="submit"] {
    background: #fff;
    color: #002E5D;
    font-weight: 700;
    border: 1px solid transparent;
}


.certi_logo_sec {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.certi_logo_sec .clboxes img {
    width: 200px !important;
    height: auto !important;
    filter: brightness(100);
}

.aboutdatamain {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

.aboutdatamain .admbox {
    margin-bottom: 30px;
}

.aboutdatamain .admbox h3 {
    font-size: 32px;
    line-height: 32px;
    color: #002E5D;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 5px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.aboutdatamain .admbox h6 {
    font-size: 18px;
    color: #1b1b1b;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.black_white_img .admimg {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 46, 93, .15);
    /* border: 2px solid #0c2e5e; */
}

.shedow_img .admimg {
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 46, 93, .15);
    /* border: 2px solid #0c2e5e; */
}

.bgicon {
    position: absolute;
    top: -105px;
    right: 15px;
}

.bgicon img {
    width: 200px;
    height: auto;
}

.loadermain {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100vh;
    width: 100%;
    z-index: 1080;
}

.loadermain::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.loadermain .loaderinner {
    width: 100%;
    height: 100%;
}


.loadermain .loading {
    width: 100px;
    height: 100px;
}

.loadermain .loading__ring {
    position: absolute;
    width: 100px;
    height: 100px;
}

.loadermain .loading__ring:first-child {
    transform: skew(30deg, 20deg);
}

.loadermain .loading__ring:last-child {
    transform: skew(-30deg, -20deg) scale(-1, 1);
}

.loadermain .loading__ring:last-child svg {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.loadermain .loading__ring svg {
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
    fill: rgba(0, 46, 93, 1);
    /*fill: rgba(0, 0, 0, 0.5);*/
}

.videobox {
    width: 100%;
    display: inline-block;
}

.videobox video {
    border-radius: 10px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.dia_shape_sec {
    width: 100%;
    display: inline-block;
}

.dia_shape_sec ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 30px 0px 40px;
}

.dia_shape_sec ul li {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 15px;
}

.dia_shape_sec ul li:first-child {
    padding-left: 0px;
}

.dia_shape_sec ul li:last-child {
    padding-right: 0;
}

.dia_shape_sec ul li .iconbox {
    margin-bottom: 5px;
}

.dia_shape_sec ul li .iconbox img {
    width: 60px;
    height: 60px;
}

.dia_shape_sec ul li h4 {
    font-size: 16px;
    font-weight: 500;
    color: #777;
    text-transform: uppercase;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}


.certificate_sec .section-title,
.certificate_sec .section-title span {
    color: #fff;
}

.certificate_sec .sub-title.border-bot-dark:before {
    background-color: #fff;
}



/* // `xxl` applies to x-large devices (large desktops, less than 1680px) */
@media (max-width: 1680.98px) {}

/* // `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1440.98px) {}

/* // `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* // `xl` applies to large devices (desktops, less than 1200px) */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}

/* // `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* // `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1024.98px) {
    .projects2-wrap {
        padding-left: 20px;
    }

    .projects2-wrap h3 {
        font-size: 22px;
    }

    .projects2-con {
        top: 40px;
    }
}

/* // `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    .header-slider .caption h1 {
        font-size: 35px;
    }

    .section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer {
        padding: 40px 0 0;
    }

    .footer .bottom {
        margin-top: 30px;
    }

    .section-title {
        font-size: 25px;
    }

    p {
        font-size: 14px;
    }

    .footer .top .item h3 {
        font-size: 20px;
    }

    .footer .top .item .phone {
        font-size: 18px;
    }

    .about .abpamboxes {
        flex: 0 0 auto;
        width: 100%;
    }

    .about .abpaboxes {
        margin-bottom: 0rem !important;
    }

    .contact .row.mb-5 {
        margin-bottom: 0rem !important;
    }

    .contact .coinfomboxes {
        flex: 0 0 auto;
        width: 100%;
    }

    .contact .coinfomboxes .section-title {
        margin-top: 30px;
    }

    .contact .coinfoboxes {
        flex: 0 0 auto;
        width: 100%;
        margin-left: 0%;
    }

    .contact .coinfoboxes:first-child {
        margin-bottom: 30px;
    }

    .bgicon {
        top: -25px;
    }

    .compare_slider_main {
        margin-bottom: 50px;
    }
}

/* // `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .projects2-items .col-md-6:nth-child(2) {
        margin-top: 0;
    }

    .footer .bottom p.right {
        text-align: left;
    }

    .slide-num,
    .slider__progress {
        display: none;
    }

    .team .wrap ul.social li a {
        margin-bottom: 10px;
    }
}

/* // `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .projects2-filter li {
        margin-right: 10px;
        font-size: 16px;
    }

    .projects2-filter li:last-child {
        margin-right: 0;
    }

    .projects2-items .single-item {
        padding-bottom: 30px;
    }

    .projects2-items .single-item:last-child {
        padding-bottom: 0px;
    }

    .projects2-wrap {
        padding: 0;
    }

    .bgicon img {
        width: 100px;
        height: auto;
    }

    .ld-wrap-burger-wrap .login_user {
        margin-right: 20px;
        padding: 10px 15px;
    }
}

/* // `xs` returns only a ruleset and no media query */
@media (max-width: 480.98px) {}