@import 'bootstrap.min.css';
@import 'font-awesome.min.css';
@import 'animate.css';
@import 'hover.css';
@import 'magnific-popup.css';
@import 'owl.carousel.css';
@import 'owl.transitions.css';
@import 'settings.css';
@import 'layers.css';
@import 'navigation.css';
@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url(../fonts/Montserrat-ExtraBold.ttf);
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: 'Oswald-Bold';
    src: url(../fonts/Oswald-Bold.ttf);
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url(../fonts/Montserrat-Light.ttf);
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url(../fonts/Montserrat-SemiBold.ttf);
}

.fnt-monts-sb {
    font-family: 'Montserrat-SemiBold';
}

.fnt-monts-eb {
    font-family: 'Montserrat-ExtraBold';
}

.fnt-monts-eb {
    font-family: 'Montserrat-Bold';
}

.fnt-monts-eb {
    font-family: 'Montserrat-Regular';
}

.fnt-monts-eb {
    font-family: 'Montserrat-Medium';
}

.fnt-oswald-bold {
    font-family: 'Oswald-Bold';
}

html {
    font-size: 75%;
    -webkit-font-smoothing: antialiased
}

body {
    font-family: 'Montserrat-Light';
    font-size: 16px;
    line-height: 1.65;
    /* color: rgba(255, 255, 255, .5); */
    background-color: #212121;
    color: #d4d4d4;
}

 ::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

 ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #ffcc00
}

 ::selection {
    background-color: #ffcf0e;
    color: #fff
}

-webkit-::selection {
    background-color: #ffcf0e;
    color: #fff
}

 ::-moz-selection {
    background-color: #ffcf0e;
    color: #fff
}

.slide-title {
    color: #fff;
}

.slide-title-s {
    color: #ffcc00 !important;
    padding-top: 10px !important;
}

h1,
.h1 {
    font-family: oswald, sans-serif;
    font-weight: 400;
    font-size: 8vmin;
    line-height: 1.2;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: #fff
}

h2,
.h2 {
    font-family: oswald, sans-serif;
    font-weight: 400;
    font-size: 2.1875em;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: #fff
}

h3,
.h3 {
    font-family: 'Montserrat-SemiBold';
    font-size: 1.875em;
    line-height: 1.1;
    font-weight: 400;
    color: #fff
}

h4,
.h4 {
    font-family: 'Montserrat-SemiBold';
    font-size: 1.125em;
    line-height: 1.35;
    font-weight: 400;
    color: #fff;
    letter-spacing: .2em;
    text-transform: uppercase
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a {
    color: inherit
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover {
    text-decoration: none
}

p {
    margin-bottom: 1.6em
}

b,
strong {
    font-family: montserrat, sans-serif
}

ul {
    list-style: none;
    padding-left: 0
}

a {
    color: #ffcf0e;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out
}

a:hover,
a:focus {
    color: #ffcf0e;
    outline: none
}

a:focus {
    text-decoration: none
}

.form-control,
textarea.form-control, input[type="file"] {
    font-size: 1em;
    height: 58px;
    border-radius: 2px;
    padding-left: 25px;
    color: #fff;
    background-color: #323232;
    border: 1px solid #323232;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s
}

textarea.form-control {
    height: 7.9em;
    padding-top: 1.1em;
    resize: none
}

.form-control:focus {
    
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control::-moz-placeholder {
    color: #fff;
    font-family: 'Montserrat-Light';
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #fff;
    font-family: 'Montserrat-Light';
}

.form-control::-webkit-input-placeholder {
    color: #fff;
    font-family: 'Montserrat-Light';
}

.form-control.error {
    border-color: #ffcf0e
}

.form-group {
    margin-bottom: 12px
}

.wobble-error {
    -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
    animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal
}

label.error {
    display: none!important
}

.btn {
    font-family: 'Montserrat-Regular';
    position: relative;
    display: inline-block;
    border: 1px solid #ffcc00;
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ffcc00;
    border: 0;
    -webkit-transition: all .3s ease-out!important;
    transition: all .3s ease-out!important;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
    color: #000000;
    padding: 12px 20px;
}

.btn:hover,
.btn:focus {
    color: #fff;
    background-color: #323232;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none!important
}

.btn .icon-next {
    position: relative;
    top: -.1em;
    margin-left: .6em;
    vertical-align: middle
}

.btn-gray {
    background-color: #323232;
    border-color: #323232
}

.btn-gray:hover {
    background-color: #ffcf0e
}

.btn-shadow-1 {
    box-shadow: 0 15px 34px rgba(0, 0, 0, .18)
}

.btn-shadow-2 {
    box-shadow: 0 15px 34px rgba(0, 0, 0, .18)
}

.icon-next {
    display: inline-block;
    width: .94em;
    height: .75em;
    background: url(../images/arrow.png) 0 0 no-repeat;
    background-size: .94em .75em
}

.loader {
    position: fixed;
    overflow: hidden;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #272727;
    color: #fff;
    text-align: center
}

.loader-brand {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffcf0e;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg)
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg)
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg)
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}
.pos-abs
{
    padding-top: 40px;
    left:-50%;
}
.layout {
    position: relative;
    overflow: hidden
}

.text-primary {
    color: #ffcf0e
}

.page-lines {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.page-lines .col-line {
    padding: 0
}

.page-lines .line {
    position: absolute;
    left: 0;
    width: 1px;
    height: 50000px;
    background-color: rgba(255, 255, 255, .08)
}

.page-lines .col-line:last-child .line:last-child {
    left: auto;
    right: 0
}

.row-base {
    margin-top: -3em
}

.col-base {
    margin-top: 1em
}

.section {
    position: relative;
    padding-top: 65px
}

.section-header {
    position: relative
}

.section-title {
    text-align: center;
    margin: 0;
    margin-left: .32em;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}

.fade-title-left,
.fade-title-right {
    font-family: 'Montserrat-ExtraBold';
    font-size: 150px;
    line-height: 22px;
    position: absolute;
    color: #262626;
    left: -210px;
    top: .03em;
    /* -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); */
    z-index: 0;
}

.fade-title-right {
    left: 100%
}

.section-content {
    margin-top: 7.1em
}

.header-inner .vertical-panel-content {
    bottom: auto;
    top: 12.2vmin
}

.logo-img
{
    max-width:260px;
}
.brand-panel {
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    width: 19.735vmin;
    height: 0vmin;
    padding: 4.8vmin 2em 4.8vmin;
    background-color: #262626;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(-90deg);
}

.brand {
    display: inline-block;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-size: 4vmin;
    line-height: 1;
    color: #fff
}

.brand:hover,
.brand:focus {
    color: #fff;
    text-decoration: none
}

.brand-name {
    position: absolute;
    z-index: -1;
    right: 2.5rem;
    font-family: "Montserrat-ExtraBold";
    /* transform: rotate(270deg); */
    font-size: 55px;
    letter-spacing: 4px;
    line-height: 30px;
    color: #2e2e2e;
    font-weight: 800;
    line-height: 30px;
    text-transform: uppercase;
    top: 5px;
}

.slide-number {
    font-family: oswald, sans-serif;
    margin-top: 8vmin
}

.slide-number .current-number {
    font-size: 8vmin;
    letter-spacing: .1em;
    line-height: 1
}

.slide-number sup {
    display: inline-block;
    position: relative;
    top: -3px;
    font-size: 2vmin;
    letter-spacing: .1em;
    color: #5e5e5e;
    vertical-align: top;
    margin-left: .46em
}

.slide-number sup .delimiter {
    display: inline-block;
    margin-right: .4em
}

.header-phone {
    font-family: oswald, sans-serif;
    font-weight: 300;
    font-size: .81em;
    letter-spacing: .32em;
    position: absolute;
    z-index: 3;
    color: #fff;
    left: 45vmin;
    top: 5.9vmin
}

@media(max-width:480px) {
    .header-phone {
        display: none
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .header-phone {
        display: none
    }
}

.vertical-panel,
.vertical-panel-content {
    position: absolute;
    width: 15.735vmin;
    left: 0;
    bottom: 0;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.vertical-panel {
    z-index: 3;
    height: 10000px;
    background-color: #262626
}

.vertical-panel-content {
    z-index: 4
}

.vertical-panel-info {
    margin-bottom: 3.5vmin
}

.vertical-panel-info .line {
    height: 5vmin;
    width: 1px;
    margin: 15px auto 0;
    background-color: #ffcf0e
}

.vertical-panel-title {
    font-family: montserratsemibold;
    font-size: 10px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1em;
    color: #fff;
    position: relative;
    left: -6px;
    margin: 0 auto;
    width: 1px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

@media(max-height:850px) {
    .vertical-panel-title {
        display: none;
    }
}

.social-list {
    margin-bottom: 3.5vmin;
}
.about-social
{
    margin-bottom: 54.33vmin;
}
.social-list li {
    margin-top: 15px
}

.social-list .fa {
    font-size: 2.4vmin;
    color: #606060
}

.social-list li a img:hover {
    color: #ffcf0e;
    text-decoration: none;
    filter: opacity(0.4) drop-shadow(0 0 0 #ffcf0e); 
}

.nav>li>a {
    padding: 0
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent
}

.navbar-desctop {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    background: #000000c4;
}

.navbar-desctop .brand {
    position: relative;
    top:10px;
    font-size: 1.6em
}

.navbar-desctop-menu {
    float: right;
    margin-bottom: 20px;
    margin-top: 20px;
}

.navbar-desctop-menu li {
    position: relative;
    -webkit-perspective: 2000px;
    perspective: 2000px
}

.navbar-desctop-menu li a {
    /* display: block; */
    text-decoration: none;
    color: #fff
}

/* .navbar-desctop-menu li a:hover, */
/* .navbar-desctop-menu .active>a { */
    /* color: #ffcc00 */
/* } */

.navbar-desctop-menu>li {
    float: left;
    margin-left: 25px
}

.navbar-desctop-menu>li>a {
    color: #fff;
    background-color: transparent;
}

.nav>li>a {
    display: inline !important;
}

.navbar-desctop-menu li ul {
    position: absolute;
    z-index: 10;
    left: 100%;
    top: 60%;
    visibility: hidden;
    min-width: 200px;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    background: rgba(50, 50, 50, .95);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.navbar-desctop-menu>li>ul {
    left: -20px;
    margin-top: 0
}

.navbar-desctop-menu li:hover>ul {
    top: 0;
    visibility: visible;
    opacity: 1
}

.navbar-desctop-menu>li:hover>ul {
    top: 100%
}

.navbar-desctop-menu li li {
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.navbar-desctop-menu li li:last-child {
    border-bottom: 0
}

.navbar-desctop-menu li li a {
    color: #fff;
    padding: 12px 20px 10px
}

.navbar-desctop.affix {
    position: fixed;
    z-index: 5;
    top: 0;
    background-color: rgba(19, 19, 19, 0.8);
    /* padding: 1.3em 0 0; */
    box-shadow: 0 0 35px rgba(0, 0, 0, .1)
}

.navbar-desctop.affix.affix-top {
    padding-top: 2.2em
}

.navbar-desctop.affix .brand {
    display: inline-block
}

.navbar-desctop.affix .navbar-desctop-menu li a {
    color: #fff
}

.navbar-desctop.affix .navbar-desctop-menu li>a:hover,
.navbar-desctop.affix .navbar-desctop-menu .active>a {
    color: #ffcf0e
}
.navbar-mobile {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    padding: 6vmin 0;
    background: #000000c7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}



.navbar-mobile .brand {
    /* display: none; */
    /* margin-left: 15px; */
    font-size: 1.6em
}

.navbar-collapse {
    border: 0;
    background-color: rgba(50, 50, 50, .95);
    -webkit-box-shadow: none;
    box-shadow: none
}

@media(max-height:320px) {
    .navbar-collapse {
        max-height: 240px
    }
}

.navbar-toggle {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    border: 0
}

.navbar-toggle .icon-bar {
    background-color: #fff;
    height: 2px;
    width: 30px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px
}

.navbar-toggle.collapsed .icon-bar {
    background-color: #fff
}

.navbar-nav-mobile {
    /* font-family: oswald, sans-serif; */
    font-weight: 300;
    font-size: .9em;
    /* letter-spacing: .32em; */
    text-transform: uppercase;
    padding-top: 1.2em;
    margin-bottom: 0
}

.navbar-nav-mobile li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.navbar-nav-mobile li a {
    display: block;
    padding: 1em;
    color: #fff;
    text-decoration: none
}

.navbar-nav-mobile>.current>a {
    color: #ffcf0e
}

.navbar-nav-mobile li a .fa-angle-down {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.navbar-nav-mobile>.current>a .fa-angle-down {
    top: -.2em;
    left: -.3em;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.navbar-nav-mobile>.active>a,
.navbar-nav-mobile>.active>a:hover {
    background-color: #ffcf0e;
    color: #fff;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.navbar-nav-mobile ul {
    display: none
}

.navbar-nav-mobile li a:hover,
.navbar-nav-mobile li .active>a {
    color: #ffcf0e
}

.navbar-mobile.affix {
    position: fixed;
    z-index: 5;
    background-color:rgb(0 0 0 / 95%);
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
    padding: 1.2em 0
}

.navbar-mobile.affix .brand {
    display: inline-block
}

.navbar-mobile.affix .navbar-toggle .icon-bar {
    background-color: #ffcf0e
}

.main {
    position: relative;
    overflow: hidden;
    min-height: 420px
}

.rev_slider {
    color: #fff;
    min-height: 420px
}

.rev_slider .btn {
    -webkit-transition: background-color .3s ease-out!important;
    transition: background-color .3s ease-out!important
}

.tp-caption {
    padding: 0 20px;
    text-align: right
}

.arrow-left,
.arrow-right {
    position: absolute;
    z-index: 4;
    bottom: 4vh;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.arrow-left {
    left: 22vmin
}

.arrow-right {
    right: 15px
}

.arrow-left:after,
.arrow-right:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    font-family: oswald, sans-serif;
    font-size: 1em;
    line-height: 1;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: #fff
}

.arrow-left:after {
    content: 'Prev'
}

.arrow-right:before {
    content: 'Next'
}

.arrow-left:before,
.arrow-right:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.3em;
    height: 1em;
    opacity: .25;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.arrow-left:hover:before,
.arrow-right:hover:after {
    opacity: 1
}

.arrow-left:before {
    background: url(../images/prev.png) 0 0 no-repeat;
    background-size: 1.3em 1em;
    margin-right: .82em
}

.arrow-right:after {
    background: url(../images/next.png) 0 0 no-repeat;
    background-size: 1.3em 1em;
    margin-left: .72em
}

.slide-title {
    font-family: oswald, sans-serif;
    font-size: 35px !important;
    letter-spacing: 11px !important;
    line-height: 43px !important;
    text-transform: uppercase;
    font-weight: 400;
}

.slide-title span {
    color: #ffcf0e !important;
}

.slide-subtitle {
    letter-spacing: 1px;
    line-height: 28px;
    color: #ffffff;
    font-family: 'Montserrat-Light';
}

.about .fade-title-left {
    /* top: 1em */
}

#about .section-content {
    margin-top: 10px;
}

.col-about-title {
    margin-top: 0;
    /* margin-bottom: 1.1em */
}

.col-about-info p:last-child {
    margin-bottom: 0
}

.col-about-img {
    position: relative
}

.col-about-img img {
    display: initial !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .2)
}

.project {
    padding: 0;
    overflow: hidden
}

.project figure {
    position: relative
}

.project figure img {
    display: block;
    width: 100%;
    -webkit-transition: all 8s linear;
    -o-transition: all 8s linear;
    transition: all 8s linear
}

.project figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    opacity: .7;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.project.project-light figure:after {
    opacity: .4
}

.project figcaption {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 3.2em 3.6em
}

.project-title {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    font-family: oswald, sans-serif;
    font-weight: 400;
    font-size: 1.56em;
    line-height: 1.45;
    letter-spacing: .07em;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.project-category {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 0 -.8em;
    font-family: oswald, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    letter-spacing: .8em;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.project-zoom {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9em;
    height: 9em;
    margin: -4.5em;
    border-radius: 50%;
    background-color: rgba(197, 164, 126, .84);
    overflow: hidden;
    opacity: 0;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s
}

.project-zoom:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2.625em;
    height: 2.625em;
    background: url(../img/img-icon/zoom.png) 0 0 no-repeat;
    background-size: cover;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.project figure:hover:after {
    opacity: 0
}

.project figure:hover img {
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

.project figure:hover .project-title {
    top: 30px;
    opacity: 0
}

.project figure:hover .project-category {
    opacity: 0;
    letter-spacing: 2em
}

.project figure:hover .project-zoom {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    font-family: oswald, sans-serif;
    font-size: 1em;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: .7
}

.owl-prev:hover,
.owl-next:hover {
    opacity: 1
}

.owl-prev {
    left: .8em;
    padding-left: 35px;
    background: url(../img/img-icon/prev.png) left 50% no-repeat;
    background-size: 1.3em 1em
}

.owl-next {
    left: auto;
    right: .8em;
    padding-right: 35px;
    background: url(../img/img-icon/next.png) right 50% no-repeat;
    background-size: 1.3em 1em
}

.mfp-figure {
    box-shadow: none
}

.mfp-iframe-scaler {
    overflow: visible
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    padding: 0;
    margin-top: -10px;
    font-family: inherit;
    font-size: 40px;
    font-weight: 300;
    line-height: 0
}

img.mfp-img {
    min-height: 460px
}

.mfp-title {
    padding-right: 40px;
    font-size: 1.2em;
    line-height: 1.2;
    margin-top: 3px;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding-bottom: 10px
}

.mfp-counter {
    top: 5px
}

.mfp-bg {
    background-color: #141414
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    display: none
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    display: none
}

.mfp-wrap .mfp-content {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
    opacity: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(0) rotateY(60deg);
    -o-transform: scale(0) rotateY(60deg);
    transform: scale(0) rotateY(60deg)
}

.mfp-bg {
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: rotateY(-60deg);
    -ms-transform: rotateY(-60deg);
    -o-transform: rotateY(-60deg);
    transform: rotateY(-60deg)
}

.mfp-bg {
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}

.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-wrap.mfp-removing .mfp-figure,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
    opacity: 0;
    -webkit-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    -o-transform: rotateX(-60deg);
    transform: rotateX(-60deg)
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: url(../img/zoom-out.html), zoom-out
}

.mfp-removing.mfp-bg {
    opacity: 0
}

.row-services {
    margin-left: -4.1em;
    margin-right: -4.1em
}

.col-service {
    padding: 0 3.1em;
}

.service-item h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.service-item p:last-child {
    margin-bottom: 0
}

.experience {
    text-align: center
}

.text-parallax {
    background: no-repeat 0 0;
    display: inline-block
}

.text-parallax-content {
    font-family: oswald, sans-serif;
    font-weight: 700;
    font-size: 265px;
    letter-spacing: -5px;
    color: #ffcf0e;
    line-height: 1;
    overflow: hidden;
    margin-bottom: 0;
    background: #272727;
    color: #fff;
    mix-blend-mode: darken;
    -ms-mix-blend-mode: darken
}

.experience-info {
    position: relative;
    top: -.75em;
    font-family: oswald, sans-serif;
    font-size: 1.5625em;
    line-height: 1.45;
    letter-spacing: .06em;
    display: inline-block;
    text-align: left;
    margin: 0 0 0 .5em
}

.clients {
    text-align: center
}

.clients-list {
    margin: -3.8em -1.95em 0
}

.clients-list .client {
    display: inline-block;
    vertical-align: middle;
    padding: 3.8em 1.95em 0;
    margin: 0
}

.clients-list .client img {
    opacity: .3;
    display: block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.clients-list .client a:hover img {
    opacity: 1
}

.objects {
    position: relative
}

.object-label {
    position: absolute;
    width: 1em;
    height: 1em;
    background-color: #e5bf93;
    box-shadow: 0 0 70px 8px rgba(197, 164, 126, .75);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.object-label:hover {
    box-shadow: none
}

.popover.top {
    margin-top: -20px
}

.object-info {
    position: absolute;
    display: none;
    z-index: 1;
    left: 50%;
    bottom: 40px;
    width: 12.4em;
    margin-left: -6.2em;
    padding: 1.1em 1.3em 3em;
    border: 0;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.object-info.in {
    display: block
}

.object-info:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-top: 14px solid rgba(0, 0, 0, .3)
}

.object-title {
    font-size: 1em;
    font-family: montserratsemibold;
    font-weight: 400;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #ffcf0e;
    padding: 0 0 1em;
    border-bottom: 1px solid rgba(249, 249, 249, .2);
    margin: 0 0 .5em
}

.object-content {
    font-family: montserratlight, sans-serif;
    font-size: .75em;
    line-height: 2.6;
    color: #fff;
    padding: 0
}

.popover.top>.arrow {
    border-top-color: transparent
}

.popover.top>.arrow:after {
    border-top-color: rgba(0, 0, 0, .6)
}

.contacts .fade-title-right {
    left: 64.5%
}

.row-field {
    margin-left: -5px;
    margin-right: -5px
}

.col-field {
    padding: 0 5px
}

.col-message {
    display: none;
    margin-top: 20px
}

.col-address {
    font-size: 1.125em;
    line-height: 2.1;
    margin-top: 2em
}

.form-submit {
    margin-top: 1.2em
}

.success-message {
    display: none
}

.error-message {
    display: none
}

.success-message .fa {
    margin-right: 7px;
    font-size: 1.5em
}

.footer {
    text-align: center;
    padding: 7.1em 0 5.5em;
    font-size: 12px;
    color: #aaa
}

.footer .brand {
    margin-top: -.45em;
    font-size: 3.4em
}

.author-link {
    font-family: montserrat, sans-serif;
    color: #d0d0d0
}

.author-link:hover {
    text-decoration: none
}

@media(min-width:768px) {
    html {
        font-size: 85%
    }
    .arrow-left {
        top: 43.5vmin;
        bottom: auto
    }
    .arrow-right {
        left: 28vmin;
        right: auto;
        margin-left: 5em;
        top: 43.5vmin;
        bottom: auto
    }
    .col-about-spec {
        padding: 0 4.4em
    }
    .owl-prev {
        left: 3.6em
    }
    .owl-next {
        right: 3.6em
    }
}

@media(min-width:992px) {
    html {
        font-size: 92%
    }
    .text-center-md {
        text-align: center
    }
    .text-right-md {
        text-align: right
    }
    .text-left-md {
        text-align: left
    }
    .navbar-mobile {
        position: absolute;
        left: -50000px;
        top: -50000px
    }
    .col-about-img {
        padding-left: 0;
        left: -5px
    }
    .col-about-img img {
        max-width: calc(100% + 5px)
    }
    .row-field {
        margin-left: -15px
    }
}

@media(min-width:1200px) {
    html {
        font-size: 100%
    }
}

@media(max-height:480px) {
    .arrow-left {
        top: 43.5vmin;
        bottom: auto
    }
    .arrow-right {
        left: 28vmin;
        right: auto;
        margin-left: 5em;
        top: 43.5vmin;
        bottom: auto
    }
}

.theme-color {
    color: #ffcc00;
}

.pos-abs {
    position: absolute;
}

.pos-relative {
    position: relative;
}

.text-right {
    text-align: right;
}

.z-1 {
    z-index: 1
}

.about {
    background-color: #212121;
    padding-bottom: 90px;
}

.clr1 {
    color: #a69800;
}

.count.section {
    padding-top: 55px;
}

.services .fade-title-right {
    color: #26262608;
    left: 54%;
    z-index: 1;
}

.services.section {
    height: 100%;
    background: linear-gradient(90deg, #fff 90%, #fff 10%);
    padding: 85px 0px 80px 0px;
}

.service-item h4 {
    color: #262626;
    letter-spacing: 0px;
}

.service-item p {
    color: #262626;
    margin: 0px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}



/* .service-grid .service-inner:not(:first-child) {
    margin-left: 15px;
} */

.container {
    max-width: 1230px !important;
    padding: 0px !important;
}

.service-inner {
    display: flex;
    padding: 30px 10px 70px 25px;
    border: 1px solid #ffcc00;
    position: relative;
}

.service-inner .img-ser {
    position: absolute;
    bottom: 30px;
    left: 25px;
}

.text-black {
    color: #000;
}

.services .section-content {
    margin-top:10px;
}

.text-bg {
    font-size: 265px;
    letter-spacing: -5px;
    margin-left: -10px;
    line-height: 1;
    display: inline-block;
    background: url(../images/text-1.jpg);
    background-position: top 30px center;
    -webkit-background-clip: text;
    color: transparent;
}

.lh-22p {
    line-height: 22px;
}

.lh-0 {
    line-height: 0px;
}

.font20 {
    font-size: 20px;
}

.d-b {
    display: block;
}

.plus {
    font-size: 88px;
    letter-spacing: 9px;
    line-height: 22px;
    color: #ffcf0e;
    font-weight: 400;
    font-family: "Oswald";
    margin-top: -5px;
}

.d-flex-c {
    display: flex;
}

.align-center {
    align-items: center;
}

.align-base {
    align-items: baseline;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.m-0 {
    margin: 0px;
}

.text-white {
    color: #fff;
}

.ls-0 {
    letter-spacing: 0;
}

.ls-1 {
    letter-spacing: 1;
}

.mb-10p {
    margin-bottom: 10px;
}

.align-flex-end {
    align-items: flex-end;
}

.count-nub {
    font-size: 44px;
    line-height: 22px;
    font-family: 'Oswald-Bold';
    padding-right: 8px;
}

.sol-head {
    font-family: oswald, sans-serif;
    font-weight: 300;
    font-size: 26px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
}

.sol-des {
    position: absolute;
    bottom: 25px;
    left: 30px;
}
.sol-des p
{
    color: #fff;
    margin-bottom: 0;
}
.sol-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px
}
.sol-grid img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: top;
}

.solutions .section-content {
    margin-top:30px;
}

.solutions {
    margin-bottom: 80px;
}


/* testimonials */

.testimonials {
    height: 100%;
    background: #fff;
    padding: 80px 0px 80px 0px;
}

.testi-box {
    background-image: url(../images/testi-bg.png);
    background-repeat: no-repeat;
    padding: 20px 65px 80px;
    text-align: center;
    background-position: bottom center;
    background-size: contain;
}

.testi-bdr {
    width: 80px;
    height: 5px;
    background-color: #ffcc00;
    margin: 10px auto;
}

.testi-box p {
    color: #262626;
    margin-bottom: 8px;
    font-family: 'Montserrat-Light';
    line-height: 26px;
}

.testi-head {
    color: #726800;
    font-family: 'Montserrat-Medium';
    font-size: 18px;
}

.testi-subhead {
    color: #1b1b1b;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
}

.live1 {
    padding: 0px 130px;
}

.client {
    height: 100%;
    background: #fff;
    padding: 60px 0px 60px 0px;
}


/* .client .owl-carousel .owl-item img {
        width: auto !important;
    } */


/* .c-img-bdr {
        background-color: rgba(255, 204, 0, 0);
        border: 1px solid #b8b8b8;
    } */

.mt-5p {
    margin-top: 5px;
}

.mt-10p {
    margin-top: 10px;
}

.contacts h2 {
    margin-bottom:20px;
}

#contacts .col-field {
    padding: 0px 7.5px;
}

.form-submit .btn {
    height: 50px;
    width: 200px;
    border-radius: 50px;
    font-family: 'Montserrat-SemiBold';
}

.c-row {
    padding: 0px 9px;
}

.add-bg {
    background-color: #323232;
    padding: 17.3px;
}

.address .col-field {
    padding: 0px 1px;
}

.mt-2p {
    margin-top: 2px;
}

#footer {
    background-color: #0f0f0f;
    padding: 14px 0px;
}

#footer ul {
    display: flex;
    justify-content: center;
    margin: 0px;
}

#footer ul li:not(:first-child) {
    margin-left: 40px;
    position: relative;
}

#footer ul li:not(:first-child)::after {
    content: 'I';
    position: absolute;
    color: #898989;
    left: -20px;
    top: 2px;
}

#footer ul li a {
    font-family: 'Montserrat-Regular';
    font-size: 13px;
    text-transform: uppercase;
    color: #898989;
}

.copy-right {
    background-color: #ffcf0e;
    font-family: 'Montserrat-Regular';
    font-size: 15px;
    color: #000;
    padding: 20px;
}

.owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 10px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #00000085;
    margin: 3px;
}

.owl-carousel button.owl-dot.active {
    background: #ffcc00;
    border-color: #ffcc00;
}


/* header  */

.topmenu {
    background-color: #fff !important;
    text-transform: uppercase;
    color: #000 !important;
    font-size: 14px;
    font-family: 'Montserrat-SemiBold';
    padding: 8px 18px !important;
    border-radius: 50px;
}

.topwt {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #ffffff;
    font-family: 'Montserrat-Light';
    background-color: #ffffff1f !important;
    padding: 8px 18px !important;
    border-radius: 50px;
}

.theme-color .tp-wordsplit {
    color: red;
}

.col-about-info .btn{background-color: transparent;outline: 1px solid #ffcf0e; color: #fff;}
.col-about-info .btn:hover{background-color: #ffcf0e;outline: 1px solid #ffcf0e; color: #000;}



/* sidenav */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-family: 'Montserrat-Light';
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

  .pl-c-md-l{padding-left: 7.5px;}
  .pr-c-md-r{padding-right: 7.5px;}
.add-p-p-r{padding-right: .5px;}
.add-p-p-l{padding-left: .5px;}
  .con-row{padding: 0px 205px;}
  
  
  
 /* responsive side menu css */
/* .hamburger-footer{display:none;} */
.rsp-menu-list li{padding:20px 1rem 20px 0rem;}

/* SIDE MENU STARTS HERE */

.side-header .navbar{padding: 0px;}

.open-menu {
    z-index:9999;
}
.open-menu svg, .close-menu svg {
    margin-left: 5px;
    transform: translateY(4px);
}
.open-menu, .close-menu {
    cursor: pointer;
}
 .close-menu {
	 position: absolute;
	 top: 0;
	 right:0;
	 border: none;
	 outline: none;
	 color: #fff;
	 background: none;
	 font-size: 20px;
}

 .side-header .navbar .menu-wrapper::before {
	 content: "";
	 position: fixed;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 z-index: -1;
	 transition: background 0.5s;
}
 .side-header .navbar .menu-wrapper.offcanvas .menu {
	 /* transform: translate3d(0, 0, 0); */
	 transition-duration: 0.7s;
	 transition-delay: 0.2s;
	 transform: translateX(0) translateY(0) translateZ(0);
}
 .side-header .navbar .menu-wrapper.offcanvas::before {
	 background: rgba(37, 42, 50, 0.6);
	 z-index: 1;
}
 .side-header .navbar .menu {
	background-color:#00011f;
	background-image: url(../images/sidemenu-bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	/* background-size: cover; */
	background-size:67%;
	background-position: top left;
	position: fixed;
	z-index: 9999 !important;
	display: flex;
	flex-direction: column;
	top: 0;
	left: 0;
	right:0;
	bottom: 0;
	/* max-width:35rem; */
	width: 100%;
	padding:5rem 5rem;
	z-index:11;
	overflow-y: auto;
	color: #fff;
	/* background: #1f1f1f; */
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
	/* transform: translate3d(100%, 0, 0); */
	transform: translateX(0) translateY(-100vh) translateZ(0); 
	transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
 .side-header .navbar .menu-block {
	 position: relative;
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 margin-bottom:7rem;
}
 .side-header .navbar .menu-link {
	 font-family: inherit;
	 font-size: 1rem;
	 line-height: inherit;
	 text-transform: uppercase;
	 transition: color 0.35s ease-out;
}
 .side-header .navbar .menu-link:hover { color: #d32f2f;}
 .side-header .navbar .menu-item { position: relative;}
 
 .side-header .navbar .menu-item a {
	font-size:30px;	
	text-transform: capitalize;
	padding:10px 1rem 10px 0rem;
	display: block;
	color: #fff;
	transition: color 0.35s ease-out;
	text-align: end;
}
 .side-header .navbar .menu-item a:hover { color:#ffe01b;}
 .side-header .navbar .menu-item.has-collapsible { position: relative;}
 .side-header .navbar .menu-item.has-collapsible .menu-child { display: none;}
 .side-header .navbar .menu-item.has-collapsible .menu-child .menu-child-item a {
	font-size:22px;	
	line-height:32px;
	text-transform: capitalize;
	color: #ffe01b !important;
	padding: 0.25rem;
	color: #fff;
	padding-left: 2.5rem;
	transition: color 0.35s ease-out;
}

.side-header .navbar .menu-item.has-collapsible .menu-child .menu-child-item a:hover {color: #d32f2f;}
.side-header .navbar .menu-item.has-collapsible span::after {
  content: "";
  transform: rotate(135deg); 
  display: inline-block;
  position: absolute;
  top:32px;
  right: 0;
  width: 9px;
  height: 9px;
  border-top: 2px solid #bfbfbf;
  border-left: 2px solid #bfbfbf;
  transition: all 250ms ease-in-out;
}
.side-header .navbar .menu-item.has-collapsible span::after:hover {color: #d32f2f;}
.side-header .navbar .menu-item.active.has-collapsible .menu-child {display: block;transition: all 0.35s ease; padding-bottom: 10px}
.side-header .navbar .menu-item.active.has-collapsible span::after { transform: rotate(225deg); top:30px;}

.hamburger-footer {
    text-align: end;
}
	/* social icons */

.f-icon {
	position:relative;
	text-align:center;
	width:0px;
	height:0px;
	padding:22px;
	background-color:#cf2027;
	border-radius:50px;
	display:inline-flex;
	margin-left: 5px;
	/* margin:3px 0px -4px 0; */
	/* transform: translateY(5px); */
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	background-color:#fff;
}
.f-icon img {
	font-size:16px; 
	color:#fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* SIDE MENU ENDS HERE */


/* common css */
/* for positions */

.pos-relative{position:relative;}

.pos-absolute{position:absolute;}

/* padding styles */

.p-0{padding:0px;}

.p-5p{padding:5px;}

.p-10p{padding:10px;}

.p-15p{padding:15px;}

.p-20p{padding:20px;}

.p-30p{padding:30px;}

.p-40p{padding:40px;}

.pt-5p{padding-top:5px;}

.pt-10p{padding-top:10px;}

.pt-15p{padding-top:15px;}

.pt-20p{padding-top:20px;}

.pt-40p{padding-top:40px;}

.pt-50p{padding-top:50px;}

.pt-60p{padding-top:60px;}

.ptb-5p{padding-top:5px;padding-bottom:5px;}

.ptb-10p{padding-top:10px;padding-bottom:10px;}

.ptb-15p{padding-top:15px;padding-bottom:15px;}

.ptb-20p{padding-top:20px;padding-bottom:20px;}

.ptb-25p{padding-top:25px;padding-bottom:25px;}

.ptb-30p{padding-top:30px;padding-bottom:30px;}

.ptb-40p{padding-top:40px;padding-bottom:40px;}

.ptb-50p{padding-top:50px;padding-bottom:50px;}

.ptb-60p{padding-top:60px;padding-bottom:60px;}

.ptb-70p{padding-top:70px;padding-bottom:70px;}

.pb-10p{padding-bottom:10px;}

.pb-15p{padding-bottom:15px;}

.pb-20p{padding-bottom:20px;}

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

.pb-40p{padding-bottom:40px;}

.pb-60p{padding-bottom:60px;}

.pb-80p{padding-bottom:80px;}

.ptb-4060p{padding-top:40px;padding-bottom:60px;}

.pr-0p{padding-right:0px;}

.pl-0p{padding-left:0px;}

.pl-10p{padding-left:10px;}

.pl-15p{padding-left:15px;}

.pl-20p{padding-left:20px;}

.pl-25p{padding-left:25px;}

.pl-40p{padding-left:40px;}

.pl-50p{padding-left:50px;}

.pr-20p{padding-right:20px;}

.pr-30p {padding-right:30px;}

/* margin styles */

.mlr-auto{margin-left:auto;margin-right:auto;}

.m-0{margin:0px;}

.m-15p{margin:15px;}

.m-lr-auto{margin:0px auto;}

.mt-5p{margin-top:5px;}

.mt-10p{margin-top:10px;}

.mt-15p{margin-top:15px;}

.mt-20p{margin-top:20px;}

.mt-25p{margin-top:25px;}

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

.mt-40p{margin-top:40px;}

.mt-50p{margin-top:50px;}

.mt-60p{margin-top:60px;}

.mt-70p{margin-top:70px;}

.mt-80p{margin-top:80px;}

.mt-90p{margin-top:90px;}

.mt-100p{margin-top:100px;}

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

.mt-130p{margin-top:130px;}

.mt-220p{margin-top:220px;}

.mb-0p{margin-bottom:0px;}

.mb-10p{margin-bottom:10px;}

.mb-15p{margin-bottom:15px;}

.mb-20p{margin-bottom:20px;}

.mb-25p{margin-bottom:25px;}

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

.mb-40p{margin-bottom:40px;}

.mb-60p{margin-bottom:60px;}

.mb-70p{margin-bottom:70px;}

.mb-80p{margin-bottom:80px;}

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

.mtb-2040p{margin-top:20px;margin-bottom:40px;}

.mtb-5p{margin-top:5px;margin-bottom:5px;}

.mtb-10p{margin-top:10px;margin-bottom:10px;}

.mtb-15p{margin-top:15px;margin-bottom:15px;}

.mtb-20p{margin-top:20px;margin-bottom:20px;}

.mtb-30p{margin-top:30px;margin-bottom:30px;}

.mtb-40p{margin-top:40px;margin-bottom:40px;}

.mtb-50p{margin-top:50px;margin-bottom:50px;}

.mtb-60p{margin-top:60px;margin-bottom:60px;}

.mlr-10p{margin-left:10px;margin-right:10px;}

.mlr-20p{margin-left:20px;margin-right:20px;}

.ml-5p{margin-left:5px;}

.ml-10p{margin-left:10px;}

.ml-15p{margin-left:15px;}

.ml-20p{margin-left:20px;}

.ml-50p{margin-left:50px;}

.mr-5p{margin-right:5px;}

.mr-10p{margin-right:10px;}

.mr-15p{margin-right:15px;}

.mr-20p{margin-right:20px;}



/* NEW CHANGES */

.navbar-desctop-menu img{transform: translateY(-1px);}


.floc p{
line-height: 26px;
    margin-top: 10px;
    font-size: 18px;
}

.m-ico{transform: translateY(-1px);}


/* ---------------------------------------------------------- */
	/* INNER BANNER COMMON CSS */
/* ---------------------------------------------------------- */

.inban-ico{height:450px;}
.innban-content {
    position: absolute;
    top: 50%;
    width: 100%;
    right: auto;
    transform: translateY(-50%);
}
.inban-title{text-align:end; margin-top:33px; padding:0;}


  
    .about-para
    {
        color: #262626;
    }

.contact-banner img
{
    width: 100%;
    max-height: 450px;
}

    .vertical-panel-about,
.vertical-panel-content {
    position: absolute;
    width: 15.735vmin;
    left: 0;
    bottom: 0;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.vertical-panel-about {
    z-index: 3;
    height: 430px;
    top: 0;
    background-color: #262626;
}

.col-service-info .btn {
    background-color: transparent;
    outline: 1px solid #ffcf0e;
    color: #000;
}
.col-service-info 
{
  padding-top: 30px;
}

.col-service-info .btn:hover
{
    background:#ffcf0e;
}

.about-left
{
    color:#26262608;


    left: -210px;
    top: -40px;

} 
/* .innbanner h2 */
/* { */
    /* position: absolute; */
    /* top: 50%; */
  /* left: 69%; */
    /* margin: 0; */
    /* padding: 0; */
/* } */

.services .fade-title-right {
    color: #26262608;
    top: -30px;
}


 /* ------------------------------------ */
	/* SERVICE PAGES COMMON CSS */
/* ------------------------------------ */

/* SERVICE LEFT SIDE CSS */

.service-pg-title {
    font-size: 30px;
    padding: 0 0 10px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}
.service-pg-title:after {
    position: absolute;
    width: 50px;
    height: 3px;
    background:#f2842d;
    content: "";
    bottom: 0px;
    left: 0px;
}

.service-pg-title span {
    font-size: 19px;
    font-family: 'Poppins-Light';
}

.spage-icon{
	object-fit:cover;
	object-position:top;
}


.pg-title1 {
    color:#004c8f;
    font-family: 'Poppins-Medium';
    font-size: 26px;
}

.pg-title2{
	font-size:28px;
    color: #000000;
    font-family: 'Roobert-Regular';
}

/* SERVICE RIGHT SIDE CSS */

.right-box {
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 10px;
    margin-bottom: 20px;
}

.service-menu-title {
    color: #0167a1;
    font-size: 18px;
    padding: 0 0 10px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	font-family: 'Montserrat-SemiBold';
	letter-spacing:0;
}
.service-menu-title:after {
    position: absolute;
    width: 30px;
    height: 2px;
    background:#f2842d;
    content: "";
    bottom: 0px;
    left: 0px;
}
.rightlinks ul{margin:0;}

.rightlinks li {
    position: relative;
    padding: 0px 0px 0px 10px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.1);
}

.rightlinks li:hover{
	background:#000;
}
.rightlinks li:hover a{
	color:#fff;
}
.rightlinks li::before {
    content: "";
    left: 3px;
    position: absolute;
    top: 17px;
    width: 5px;
    height: 5px;
    background:#004c8f;
    border-radius: 50%;
}
.rightlinks li a {
    color: #000;
    padding: 7px 0px 7px 10px;
    display: block;
}

.rightlinks li a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: transform .5s cubic-bezier(.075, .82, .165, 1);
    transform-origin: center right;
    background-color:#ef7f1a;
    z-index: -1;
}

.rightlinks li a:hover::before {
    transform: scaleX(1);
    transform-origin: center left;
}


/* -------------------------------------------------- */
	/* CAREERS PAGE CSS */
/* -------------------------------------------------- */

.text-color{color: #262626;}

.med-title {
    font-size: 24px;
    color: #000000;
    margin-top: 15px;
}

.openings-btn {padding:13px 30px; background-color: #0f1116;}

/* -------------------------------------------*/	
		/* FAQ PAGE CSS */
/* -------------------------------------------*/

.med-title2 {
    font-size: 20px;
    color: #000000;
    margin-top: 15px;
    left: 0;
    letter-spacing: 0;
    text-transform: initial;
}
.panel-group .panel {
	border-radius: 0;
	margin-bottom:20px;
}
.panel-group i {
    color:#1d1d1d;
    font-size:22px;
    /* background: #ad7907; */
    /* padding:8px; */
    /* border-radius: 50%; */
}
.panel-default > .panel-heading {
    padding:25px;
    border-radius: 0;
    color: #fff;
    background-color:#f7f8f9;
    border-color: #EEEEEE;
}
.panel-title {
	font-size: 16px;
	margin-bottom:0px;
	text-align: initial;
}
.panel-title > a {
    display: block;
    /* padding: 15px 0px; */
    text-decoration: none;
    color: #1d1d1d;
    text-transform: initial;
    letter-spacing: 0;
}
.more-less {
	float: right;
	color:#1d1d1d;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
    padding: 15px;
    border: 1px solid #eee;
	color: #262626;
}

.arrow, .arrow2 {
    height:10px;
    width:10px;
    border-color: #333;
    border-style: solid;
    border-width: 0 1px 1px 0;
    -webkit-transition: border-width .15s ease-in-out;
    -o-transition: border-width .15s ease-in-out;
    transition: border-width .15s ease-in-out;
}
.arrow{
    transform: rotate(45deg);
}
.arrow2{
	 transform: rotate(225deg);
	 margin-top: 10px;
}
.mail-blk img{margin-right:3px;}
.cal-blk img{margin-right:5px;}


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


.content-li li{
	 padding-left: 45px;
    position: relative;
    margin-bottom: 20px;
}
.content-li li:after {
    content: '';
    left: 0;
    width: 27px;
    height: 27px;
    color: #4069FF;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    border-radius: 500px;
    top: calc(50% - 13px);
    background: #EFF0F6;
    background-image: url(../images/check.png);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
}



/* new css */

.carousel-captions {
    position: absolute;
    top: 50%;
    width: 100%;
    right: auto;
    transform: translateY(-50%);
	text-align:end;
}

.banner-title {
    font-family: oswald, sans-serif;
    font-size: 35px;
    letter-spacing: 11px;
    line-height: 43px;
    text-transform: uppercase;
    font-weight: 400;
	color:#fff;
}
.banner-subtitle {
    letter-spacing: 1px;
    line-height: 28px;
    color: #ffffff;
    font-family: 'Montserrat-Light';
	margin-top:20px;
}

.ban-sec {
	 position: relative;
	 width: 100%;
}
.ban-sec .items {
	 position: relative;
	 overflow: hidden;
	 width: 100%;
	 padding-bottom:47.6%;
}
.ban-sec .item {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 opacity: 0;
	 transition: opacity 0.6s ease-in-out;
}
.ban-sec .item.current {
	 opacity: 1;
}
.ban-ico {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
.ban-sec .buttons {
	 position: absolute;
	 z-index: 1;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
}
.ban-sec .buttons .button {
	 width: 32px;
	 height: 32px;
	 border: none;
	 outline: none;
	 padding: 0;
	 background: transparent center no-repeat;
	 cursor: pointer;
	 opacity: 0.4;
}
.ban-sec .buttons .button.prev {
	 background-image: url(https://codeisle.info/blog/wp-content/uploads/2018/12/ico_next_b32.png);
}
.ban-sec .buttons .button.next {
	 background-image: url(https://codeisle.info/blog/wp-content/uploads/2018/12/ico_next_b32-1.png);
}
.ban-sec .buttons .button:hover {
	 opacity: 0.8;
}
.ban-sec .dots {
	 position: absolute;
	 bottom:30px;
	 left: 0;
	 width: 100%;
	 display: flex;
	 justify-content: center;
	 margin-top: 10px;
}

.ban-sec .dot {
	 display: block;
	 width: 15px;
	 height: 15px;
	 border-radius: 50%;
	 border: none;
	 outline: none;
	 padding: 0;
	 background:#ffcc00;
	 cursor: pointer;
	 opacity: 0.5;
	 transition: opacity 0.4s ease-in-out;
}
.ban-sec .dot:nth-child(n+2) {
	 margin-left:10px;
}
.ban-sec .dot.current {
	 opacity: 1;
}
 
.sr-icon{width:80px;}
 .loading__anim {
        width: 30px;
        height: 30px;
        border: 5px solid rgba(189, 189, 189, 0.25);
        border-left-color: #15a4d4;
        border-top-color:#15a4d4;
        border-radius: 50%;
        display: inline-block;
        animation: rotate 600ms infinite linear;
        margin: 0px auto;
      }
      
      @keyframes rotate {
        to {
          transform: rotate(1turn);
        }
      }