@font-face {
    font-family: 'Colour Sans';
    src: url('../fonts/ColourSans-Bold.woff2') format('woff2'), url('../fonts/ColourSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Colour Sans';
    src: url('../fonts/ColourSans.woff2') format('woff2'), url('../fonts/ColourSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Colour Sans';
}

main {
    overflow: hidden;
}

a,
a:hover,
a:active,
a:focus {
    outline: 0 !important;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

:focus {
    outline: none !important;
}

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

.wow {
    visibility: hidden;
}

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

.white-color {
    color: #fff !important;
}

.main-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    padding: 20px 30px;
}

.navbar-fixed .navbar-brand.white-logo {
    display: none;
}

.navbar-fixed .navbar-brand.color-logo {
    display: block !important;
}

.navbar-brand.color-logo {
    display: none;
}

.home-slider .swiper-slide {
    height: 100vh;
    min-height: 650px;
}

.home-slider .swiper-slide img.bg {
    visibility: hidden;
}

.home-banner {
    height: 100vh;
    min-height: 650px;
    position: relative;
}

.banner-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: : translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.banner-text sub {
    padding-bottom: 10px;
    font-size: 23px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 3px;
}

h1 {
    font-size: 90px;
    font-weight: bold;
    color: #fff;
    line-height: .9;
    margin: 15px 0 0;
    text-transform: uppercase;
}

p {
    font-size: 18px;
    line-height: 28px;
    color: #4f4f4f;
}

a:hover {
    text-decoration: none;
}

.position-relative {
    position: relative !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
    letter-spacing: 1px;
}

.navbar-light .navbar-nav.active .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link {
    color: #fff;
}

.navbar-fixed .navbar-light .navbar-nav .nav-link {
    color: #1a1b1b;
}

.navbar-light .navbar-nav .nav-link::after {
    width: 0;
    height: 3px;
    background: #68c779;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border: 0px;
    margin: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

header nav .nav-item.active .nav-link::after,
header nav .nav-item:hover .nav-link::after {
    width: 100%;
}

.navbar-fixed {
    padding: 0;
    top: 0;
    z-index: 1040;
    position: fixed;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 2px 48px -20px rgba(0, 58, 120, .64);
    -moz-box-shadow: 0 2px 48px -20px rgba(0, 58, 120, .64);
    box-shadow: 0 2px 48px -20px rgba(0, 58, 120, .64);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-light .navbar-toggler {
    color: #fff;
    border-color: transparent;
    padding: 6px 8px;
    background: transparent;
    position: relative;
}
/* navbar-toggler animation */

.animated-icon1{
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: #fff;
}
.navbar-fixed .animated-icon1 span {
    background: #68c779;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

/* navbar-toggler animation */

.navbar-light .navbar-nav .nav-item {
    position: relative;
    margin-left: .8rem;
    margin-right: .8rem;
}

.read-more {
    width: 200px;
    color: #fff;
    display: inline-block;
    height: auto;
    padding: 10px;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    background: url(../images/read-more-border.svg);
    background-repeat: no-repeat;
}

.read-more:hover {
    color: #fff;
    letter-spacing: 1px;
}

.head-social li {
    display: inline-block;
    margin-top: 13px;
    margin-right: 0px;
}

.head-social a {
    color: #7ec78b;
    padding: 9px 0;
    text-align: center;
    width: 50px;
    height: 45px;
    font-size: 18px;
    display: inline-block;
    background: url(../images/sm-bg.svg);
    background-repeat: no-repeat;
}

.head-social a:hover {
    color: #1a1b1b;
}

.about {
    background: #1a1b1b;
    padding: 110px 0;
    overflow: hidden;
}

.about .left-sec {
    text-align: right;
    padding: 25px 50px;
}

.about .right-sec {
    text-align: left;
    padding: 25px 50px;
}

.about-bg {
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    background: url(../images/about-img.jpg);
    background-repeat: no-repeat;
    background-position: left;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.about h4 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.about p {
    color: #fff;
    line-height: 32px;
}

.monogram-bg {
    position: absolute;
    right: 0;
    bottom: -140px;
}

.sec-head {
    color: #fff;
    text-transform: uppercase;
    font-size: 70px;
    font-weight: bold;
    line-height: 44px;
    color: #68c779;
}

.sub-head {
    font-size: 26px;
    font-weight: bold;
    margin: 18px 0;
}

.what-we .right-sec h5 {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 24px;
}

.wat-w-list li:before {
    content: '';
    width: 8px;
    height: 2px;
    background: #68c779;
    position: absolute;
    left: 74px;
    margin-top: 10px;
}

.wat-w-list li {
    padding: 6px 0px 6px 20px;
    color: #4f4f4f;
}

.what-we {
    padding: 110px 0;
    overflow: hidden;
}

.owl-stage-outer .item {
    padding: 0;
    overflow: hidden;
}

.client {
    background: #f4f4f4;
    padding: 110px 0 0 0;
}

.client-slide .owl-prev span,
.client-slide .owl-next span {
    font-size: 0;
    display: block;
    padding: 0 9px;
    width: 50px;
    height: 43px;
}

.client-slide .owl-nav {
    position: relative;
    width: 100px;
    margin: 12px auto;
    height: 48px;
}

.client-slide .owl-prev span {
    background: #7ec78b url(../images/news-arrow-icon.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.client-slide .owl-next span {
    background: #7ec78b url(../images/news-arrow-icon.png);
    background-position: -30px 10px;
    background-repeat: no-repeat;
    position: absolute;
    left: 50px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.client-slide .owl-prev span::before {
    content: '';
    width: 10px;
    height: 20px;
    background: url(../images/slash-img.png);
    position: absolute;
    background-repeat: no-repeat;
    left: 45px;
    z-index: 100;
    top: 12px;
    color: #000;
}


/*----------------footer--------------------------*/

.footer {
    background: #1a1b1b;
    overflow: hidden;
}

.foot-blk {
    padding-top: 90px;
    padding-bottom: 10px;
}

.foot-blk .f-logo {
    margin-bottom: 40px;
}

.cont-blk h5 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0 5px 0;
}

.cont-blk a {
    font-size: 24px;
    color: #fff;
}

.cont-blk a:hover {
    font-size: 24px;
    color: #7ec78b;
}

.web-adrs a {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
}

.web-adrs a span,
.web-adrs a:hover {
    color: #7ec78b;
}

.web-adrs {
    margin: 20px 0 40px;
}

.copy-right {
    color: #626262;
}

.monogram-foot-bg {
    position: absolute;
    left: 0;
    bottom: -80px;
    z-index: 0;
}