/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&family=Red+Rose:wght@300..700&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poltawski+Nowy:ital,wght@0,400..700;1,400..700&display=swap');



/* Theme default css */
body {
	font-family: "Google Sans Flex", sans-serif;
	font-weight: 500;
	font-style: normal;
    background: #ffffff;
	color: #492d3f;
	font-size: 14px;
}

main{
    background-color: #ffffff;
}

img{ border-radius: 10px; }

.text-primary{ color: #c25101; }
.text-secondary{ color:#009688; }

p{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 10px 0;
}

p.lead{
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
}

a{
    text-decoration: none
}

h1, h2, h3, h4, h5, h6{
    font-family: "Poltawski Nowy", serif;
    font-weight: 600;
    color: #c25101;
    line-height: 1.3
}

h1{ font-size: 60px; }
h2{ font-size: 46px; }
h3{ font-size: 36px; }

hr{
    border-bottom: solid 1px #ede2d5;
    opacity: 1;
    background-color: #ede2d5;
}

.overlay{
    position: relative;
    z-index: 2
}

.content-block p{
    font-size: 15px;
}

.content-block p.lead{
    font-size: 18px;
    font-weight: 600;
}

.content-block small{
    font-size: 13px;
}

.content-sticky{
    position:sticky;
    top: 40px;
}

.list-count{
    font-size: 15px;
    margin: 40px 0;
}

.list-count li::before{
    background-color: #fefff0;
    border-color: #eec67c;
}

/* Bootstrap css */

.btn{
    border-radius: 4px;
}
.btn-icon{
    justify-content: space-between;
}

.btn-primary{
    background-color: #18745a;
    border-color: #18745a;
}

.btn-primary:hover,
.btn-primary:focus{
    background-color: #681a5d;
    border-color: #681a5d;
}

.btn-secondary{
    background-color: #00a539;
    border-color: #00a539;
}

.btn-secondary:hover{
    background-color: #015840;
    border-color: #015840;
}

.btn-light{
    background-color: #ffefd2;
    color: #c98400;
    border-color:#c98400;
}

.btn-light:hover,
.btn-light:focus{
    background-color:#D4A64E;
    border-color:#D4A64E;
    color:#007922 ;
}

.btn-link{
    color: #43387a;
    text-decoration:none
}

.btn-link:hover,
.btn-link:focus{
    color:#007922 ;
}

.btn-icon i{
    margin: 0 0 0 20px;
}

.btn-link.btn-icon i{
    color: #e69d00;
    margin: 0 0 0 20px;
}

.text-secondary{
    color: #00a539!important;
}

/* Header */

header{
    position: relative;
    background: #fff;
    box-shadow: 0 0 4px 5px rgba(0, 0, 0, 0.01);
    z-index: 9;
}

header.sticky {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
    box-shadow: 0px 5px 40px 0px rgba(0,0,0,.3);
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}
header.sticky.nav-out {
  transform: translate3d(0, -100%, 0);
    box-shadow: none;
}

header.sticky .main-menu-area{
    background-color: #f7fdff  !important;
}

header.sticky .announcement{
    display: none;
}

.header-dark a{
    color: rgba(255,255,255,0.7)
}

.header-dark a:hover{
    color: rgba(255,255,255,1)
}

.header-fixed{
    position: fixed;
    width: 100%;
    background-color: transparent;
}

header.header-fixed .main-menu-area{
    background: transparent !important;
    backdrop-filter: blur(1px);
}

header .brand-logo{
    display: flex;
    align-items: center;
    margin: 0 30px 0 0;
    height: 80px;
    overflow: hidden;
}



header .brand-logo img{
    width: auto;
    height: 100%;
    opacity: 1;
    transition: all 1s;
}

/*
header .brand-logo{
    position: fixed;
    z-index: 9999;
    top: 100px;
    left:calc(50% - 100px);
    right:calc(50% - 100px);
    border-radius: 100%;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    box-shadow: 4px 10px 15px rgba(0,0,0,0.6)
}
*/


header.sticky .brand-logo{
    display: block;
    opacity: 1;
}

header.sticky .brand-logo img{
    opacity: 1;
}

header.header-dark.sticky{
    background-color: rgb(4, 45, 34)!important;
}

header.header-default .main-menu-area{
    justify-content: center;
    height: auto;
    background: #ffffff;
    padding: 0;
}

header.header-dark .main-menu-area{
    justify-content: center;
    height: auto;
    background: #5c3000;
}

header .logo img{
    height: 70px;
    margin: 10px 0;
}

header.sticky .logo a{
    width: 40px;
    height: 40px;
    background: url(../img/logo/logo-monogram.jpg) no-repeat center;
    background-size: 100%;
    display: block;
}



header.sticky .logo img{
    display: none
}

header.sticky .brand-logo img{
    transform: translateX(0%);
}

header .main-menu-area .main-menu{
    background:transparent;
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-self: center;
}

header .main-menu-area .main-menu nav.menu-nav{
    display: flex;
    align-items: center;
    margin-left:25px;
}

header .main-menu li a{
    position: relative;
}

header .main-menu-area .top-right-icons{
    display: flex;
    align-items: center;
    align-content: center;
}

header .main-menu-area .link-icon{
    display: flex;
    align-items: center;
    gap: 10px;
}

header .main-menu-area .top-right-icons .icon{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: initial;
    margin: 0 15px;
    display: inline-flex;
    align-items: center;
}


header .main-menu-area .top-right-icons  .menu-tigger .icon{
    display: flex;
    flex-direction: column;
}

header .main-menu-area .top-right-icons .icon .lnr{
    font-weight: bold
}

header .main-menu-area .top-right-icons .icon:hover span{
    background: #ffffff
}

header .main-menu-area .primary-number{
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    color: #eb1c24;
    padding: 5px 20px;
    border-radius: 30px;
}

header.sticky .main-menu-area .primary-number .text{
    display: none;
}

header .main-menu-area .top-right-icons .menu-icon{
    display: flex;
    align-self: center;
    margin-right: 0;
}

.sticky-buttons{
    position: fixed;
    bottom: 380px;
    right: -155px;
    z-index: 9;
    transform: rotate(90deg);
    display: none;
}

.sticky-buttons .btn{
    font-size: 13px;
    color: #ffffff!important;
    margin-top: -10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0px 5px 40px 0px rgba(0,0,0,.3);
}

.sticky-buttons .primary-cta{
    background: #18745a;
}

.sticky-buttons .btn:hover{
    margin-top: 0
}

.sticky-buttons .btn-primary:hover{
    color: #ffffff!important
}

.section-eyebrow {
        font-family: Syne, sans-serif;
        font-weight: 700;
        font-size: 0.72rem;
        letter-spacing: 0.3em;
        text-transform: uppercase;
        color: #c25101;
        margin-bottom: 0.8rem;
        display: flex;
        align-items: center;
        gap: 0.8rem;
    }

    .section-eyebrow::before {
        content: "";
        width: 28px;
        height: 2px;
        background: #c25101;
    }

.announcements{
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-top: solid 1px #ccc;
    background: #d4da00;
}


.announcements::before{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/seed-to-plat-pattren.jpeg) repeat;
    background-size: 100px;
    opacity: 0.1;
}


.announcements .content-wrapper{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    padding: 5px 20px;
}

.announcements .govt-badge{
    border-left: solid 1px rgba(0, 0, 0, 0.08);
    padding-left: 80px;
}

.announcements .govt-badge img{
    width: 300px;
    border-radius: 6px;
    mix-blend-mode: darken;
}

.announcements .latest-feed{
    font-size: 16px;
    font-weight: 600;
    color: #352394;
}

.announcements .latest-feed a{
    color: #1b00a9;
    text-decoration: underline;
}


.welcome-message span a {
	color: #08237e;
}
.header-social-icon{}
.header-social-icon a {
	color: #959595;
	font-size: 14px;
	margin-left: 18px;
}
.header-social-icon a:hover{color: #202020}
.social-border{
	border-left: 1px solid #d1d1d1;
}



/* main menu */
.main-menu ul li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
.main-menu ul li a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  color: #792923;
  display: block;
  padding: 0;
  line-height: 1;
}

.main-menu ul li:not(:last-child){
    border-right: solid 1px #e9dd00;
    padding-right: 40px;
}

.main-menu ul li a.active{
    color: #e69d00;
}

.header-dark .main-menu ul li a {
      color: rgba(255,255,255,0.7);
}
.header-dark .main-menu ul li a:hover {
      color: rgba(255,255,255,0.9);
}
/*
.main-menu ul li:hover > a{
	color: #112f41
}
*/



.main-menu ul li>a:before,
.main-menu ul li>a:after {
	content: '';
	position: absolute;
    z-index: 0;
	height: 10px;
	width: 100%;
	left: 0;
	right: 0;
	top: -40px;
	margin: 0 auto;
    border-radius: 0 0 6px 6px;
	background: #fff200;
    transform: translateY(-20px);
	transition: all .1s;
	-ms-transition: all .1s;
	-webkit-transition: all .1s;
}

.main-menu ul li a:hover:before{
    transform: translateY(0px);
    opacity: 0.4;
	transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
}

.header-dark .main-menu ul li a.active{
    color: rgba(255,255,255,1);
}
.main-menu ul li > a.active:after{
    width: 100%;
    height: 4px;
    transform: translateY(0px);
}

.main-menu ul li > a.active:before{
    display: none;
    width: 40px;
    height: 70px;
    opacity: 0.4;
    border-radius: 0 0 40px 40px;
    background: url(../img/crop-millet-1.png) transparent no-repeat bottom center !important;
    background-size: cover !important;
    transform: rotate(142deg);
    opacity: 0.05;
}


/* submenu */
.main-menu ul li ul.submenu {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	width: 260px;
    margin: 22px 0;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	text-align: left;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3)
}

.main-menu ul li:hover ul.submenu{
	opacity: 1;
	visibility: visible;
    overflow: hidden
}

.main-menu ul li ul.submenu li {
	display: block;
	margin: 0;
	border-bottom: 1px solid #f2f2;
}

.main-menu ul li ul.submenu li:last-child {
	border:0;
}

.main-menu ul li ul.submenu li a {
	padding: 15px 20px;
	color: #444;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0
}

.main-menu ul li ul.submenu li:hover a{
    background-color: #a95f3c;
    color: #ffffff;
}


.main-menu ul li ul.submenu li:hover > a:before{
    display: none
}

.main-menu ul li ul.submenu li .submenu {
	left: 100%;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.main-menu ul li ul.submenu li:hover > ul.submenu{
	opacity: 1;
	visibility: visible;
}


.quote-btn {
	margin-top: 12px;
	text-align: right;
}
.menu-area {
	margin-bottom: -74px;
	position: relative;
	z-index: 99;
}


.menu-icon .menu-tigger span {
    width: 22px;
    height: 3px;
    background: transparent;
    display: block;
    margin-bottom: 4px;
    transition: .3s;
    display: block;
}

.menu-icon .menu-tigger span:last-child{
    margin-bottom: 0;
}

.menu-icon .menu-tigger:hover span,
.menu-icon .menu-tigger:focus span {
    background-color: #000000;
}

.header-dark .menu-icon .menu-tigger span {
    	background: rgba(255,255,255,0.7);;

}

.header-dark .menu-icon .menu-tigger:hover span,
.header-dark .menu-icon .menu-tigger:focus span {
    background-color: #ffffff;
}
.menu-icon{
	cursor: pointer;
}
.menu-icon:hover span{
	opacity: 0.8
}


.mobile-menu-two.mean-container  a.meanmenu-reveal {
	margin-top: -56px;
}


/* offcanvas-menu */

.hamburger-menu{
    overflow: hidden;
}

.offcanvas-overly {
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	z-index: 99;
	opacity: 0;
    backdrop-filter: blur(10px);
	visibility: hidden;
	transition: .3s;
}
.offcanvas-overly.active{
    width: 100vw;
    height: 100vh;
	opacity: 1;
	visibility: visible;
    overflow: hidden;
}

.offcanvas-menu {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	background:  rgba(255,255,255,1);
	padding: 0 50px;
	width: 400px;
    height: 100vh;
    margin: auto auto;
    overflow-y: scroll;
	transition: .5s;
	transform: translateX(100%);
}


.offcanvas-menu.active{
	transform: translateY(0)
}

.offcanvas-menu.active .menu-close{
    position: absolute;
    top: 6px;
    right: -27px;
}

.offcanvas-menu .menu-close i {
	font-size: 40px;
	transition: .3s;
	cursor: pointer;
}
.offcanvas-menu .menu-close:hover i{
	color: #ea1b35
}

.body-overflow{
    height: 100%;
    overflow: hidden;
}


.offcanvas-menu .brand{
    position: sticky;
    top: 0;
    background: #fff;
    padding: 30px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.20);
}

.offcanvas-menu .brand img{
    width: 150px;
}

.offcanvas-menu h6{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.offcanvas-menu .reach-us{
    padding: 30px 0;
    border-top: 1px solid rgba(0,0,0,0.20);
    border-bottom: 1px solid rgba(0,0,0,0.20);
}


.offcanvas-menu .reach-us .info-col{
    margin: 0 0 10px 0;
}



.offcanvas-menu .reach-us .info-col a{
    font-size: 16px;
}

.offcanvas-menu .getintouch{
    padding: 30px 0;
    border-top: 1px solid rgba(0,0,0,0.20);
}


.offcanvas-menu ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px 0;
    margin-bottom: 30px;
}
.offcanvas-menu ul li a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 0;
    display: block;
    line-height: 1;
    letter-spacing: 1px;
}
.offcanvas-menu ul li:hover a,
.offcanvas-menu ul li a.active{
	color: #e69d00;
}

.offcanvas-menu .side-social a {
    font-size: 18px;
	margin-right: 30px;
}
.offcanvas-menu .side-social {
	margin-bottom: 30px;
}
.offcanvas-menu .side-social a:hover{
	color: #d20097;
}

.modal .close{
    float: right;
    font-size: 30px;
    line-height: 1.8;
    background: transparent;
    border: none;
}

.modal .form-label{
    color: #3c3c3c;
}

.modal .form-control,
.modal .form-select{
    border:solid 1px #3c3c3c;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600
}

section{
    display: block;
    overflow: hidden;
}

section.section{
    position: relative;
    z-index: 1;
    padding:50px 0
}

.section.section__curved{
    padding-bottom: 60px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow: hidden;
    margin-top: -30px;
    z-index: 4;
}

.section.section__curved + .section.section__curved{
    padding-bottom: 100px;
}


section.static-pages{
    min-height: 400px;
}

/* Home Banner */
.main-banner{
    position: relative;
    min-height: 80vh;
    color: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    overflow: hidden;
}

.main-banner:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(32, 61, 75, 0.50);
}


.main-banner .main-banner-content {
    width: 80vw;
    color: #fff;
    z-index: 2;
    text-align: center;
    align-self:center;
}

.main-banner .main-banner-content h1{
    font-size: 40px;
    line-height: 1.4;
    letter-spacing: 1px;
    padding: 60px 0 30px 0;
}

.main-banner .main-banner-content h1 span{
    display: block;
}


.main-banner .main-banner-content .scroll-down{
    display: block;
    margin: 60px 0 0 0;
    height: 120px;
}

.main-banner .main-banner-content .scroll-down i{
    font-size: 60px;
    color: #33cc33;
}

.home-main-slider{
    position: relative;
    height: calc(100% - (20px + 30px));
}

.home-main-slider:after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 240px;
    background: #795548 ;
    background: -webkit-linear-gradient(0deg, rgba(253, 187, 45, 0) 29%, rgba(0, 0, 0,1) 100%);
    background: -moz-linear-gradient(0deg, rgba(253, 187, 45, 0) 29%, rgba(0, 0, 0,1)  100%);
    background: linear-gradient(0deg, rgba(253, 187, 45, 0) 29%, rgba(0, 0, 0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#795548 ", endColorstr="#795548 ", GradientType=0);
    opacity: 0.6;
    z-index: 2
}

.home-main-slider .brand-logo{
    position: absolute;
    z-index: 8;
    top: 40px;
    left: 140px;
    /* right: calc(50% - 100px); */
    border-radius: 80px;
    width: 130px;
    height: 130px;
    padding: 15px;
    display: flex;
    align-items: center;
    background: #ffffff;
    box-shadow: none;
    overflow: hidden;
}
.home-main-slider .brand-logo img{
    width: 100%
}
/* 


.home-main-slider .image:after{
    display: none;
    background: #4A3F82;
    background: -webkit-linear-gradient(0deg, rgba(74, 63, 130, 0) 0%, rgba(118, 63, 130, 1) 51%, rgba(74, 63, 130, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(74, 63, 130, 0) 0%, rgba(118, 63, 130, 1) 51%, rgba(74, 63, 130, 1) 100%);
    background: linear-gradient(0deg, rgba(74, 63, 130, 0) 0%, rgba(118, 63, 130, 1) 51%, rgba(74, 63, 130, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4A3F82", endColorstr="#4A3F82", GradientType=0);
    opacity: 1;
    width: 100%;
    height: 40%;
    bottom: 0;
    top: inherit;
    transform: rotateX('180');
} */




.home-main-slider .image:after{
    background: #4A3F82;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.home-main-slider .silde-content-overlay .silde-content-inner{
    width: 60%;
    padding: 60px;
    text-align: left;
    background: #905104;
    border-radius: 20px;
}

.home-main-slider .owl-item .silde-content-inner{
    transform: translateY(200px);
    opacity: 0;
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
}

.home-main-slider .owl-item.active .silde-content-inner{
    transform: translateY(0px);
    opacity: 1;
}

.home-main-slider .silde-content .heading{
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
}
.home-main-slider .silde-content .sub-heading{
    font-weight: 400;
    font-size: 16px;
}

.home-main-slider .silde-content .btn{
    font-size: 16px;
    font-weight: 600;
    border-width: 2px;
}

.home-main-slider .slider-controls{
    display: none;
    top: inherit;
    bottom: 124px;
    background: #4b4083;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.home-main-slider  .owl-carousel .owl-nav{
    top: inherit;
    bottom: 80px;
    background: #e6e6e6;
    gap: 1px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden
}

.home-main-slider .owl-carousel .owl-nav.disabled{
    display: none
}

.home-main-slider .owl-dots{
    position: absolute;
    bottom: 25px;
    right: 0;
    display: flex;
    gap: 6px;
    width: 100%;
    left: 0;
    justify-content: center;
    align-items: center;
}

.home-main-slider .owl-dot .pagi-btn{
    width: auto;
    
}

.owl-carousel .owl-item img{
    border-radius: 0;
}

.owl-carousel .owl-nav .owl-prev span, 
.owl-carousel .owl-nav .owl-next span{
    display: none;
}



.home-main-slider .pagi-btn{
    position: relative;
    width: 100%;
    background-color: transparent;
    padding: 11px 20px 8px 20px;
    border: solid 3px rgba(255, 255, 255, 0.1);
    color: #fff;
    text-align: left;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    border-radius: 30px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    white-space: nowrap;
    }




.home-main-slider .owl-dot.active .pagi-btn{ 
    background-color: rgba(255,255,255,0.4);
    color:#292055;
    /* box-shadow: 0 0 4px 6px rgba(0,0,0,.3); */
}


.core-services span{
    margin:  0 30px
}


.marquee,
*[class^="marquee"] {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
}

.marquee { margin-left: 25%; }

.marquee-content-items {
  display: inline-block;
  padding: 5px;
  margin: 0;
  height: 45px;
  position: relative;
}

.marquee-content-items li {
  display: inline-block;
  font-family: "Red Rose", serif;
    font-size: 90px;
    -webkit-text-stroke-width: 1px;
    margin-left: 4%;
    display: flex;
    -webkit-text-stroke-color: #fff;
    color: transparent;
}

.marquee-content-items li:after {
  content: "|";
  margin: 0 1em;
}


.ticker {
  background: #fff217; overflow: hidden;
  padding: 0.9rem 0; position: relative; z-index: 2;
}
.ticker-track {
  display: flex; gap: 4rem; width: max-content;
  animation: ticker 30s linear infinite;
}
.ticker-track:hover { animation-play-state: paused; }
@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.ticker-item {
  display: flex; align-items: center; gap: 1.5rem; white-space: nowrap;
  font-family: 'Syne', sans-serif; font-weight: 700;
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
  color:#18745a;
}
.ticker-item::after {
    content: '◆';
    font-size: 0.4rem;
    color:  #de9400;
}
.ticker-dot { width: 5px; height: 5px; background: var(--ink); border-radius: 50%; flex-shrink: 0; }

#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
	text-decoration:none;
}
.jquery-script-ads {
width: 728px;
height:90px;
float:right;
}
.jquery-script-clear {
clear:both;
height:0;
}


.awards{
    position: relative;
    z-index: 2;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
    padding: 30px 0 60px 0;
    margin: 0;
}

.awards .section-title{
    text-align: center
}

.awards .presenter{
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 10px 40px;
    border-radius: 30px;
}
.awards .presenter-logo .wide{
    width: 100px
}

.awards .presenter .award-info{
    flex: 2 100%;
    margin: 0 80px;
    text-align: center
}

.awards .presenter .presenter-name{
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.awards .presenter  .award-title{
    border-bottom: solid 3px #c4aa06;
    background: #FFEB3B;
    border-radius: 30px;
    width: fit-content;
    margin:10px auto 10px auto;
    padding: 40px;
}

.cta-banner {
  background: #034338;
  color: #ffffff;
  padding: 60px 30px;
  text-align: center;
  position: relative; overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute; inset: 0;
  background: url(../img/coffee-cherrys.jpg) no-repeat bottom center;
  opacity: 0.95;
}
.cta-banner > * { position: relative; z-index: 1; }
.cta-banner .section-title { color: var(--cream); font-size: clamp(2rem,4vw,3.5rem); margin-bottom: 1.5rem; }
.cta-banner p { margin: 0 auto 2.5rem; max-width: 560px; }
.cta-actions { display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap; }

.products-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin:0;
}


.products-list .card{
    position: relative;
    height: 300px;
    border: none;
    border-radius: 20px;
    overflow: hidden
}

.products-list .card h6{
    font-size: 20px;
    color: #6c6c6c;
    padding: 15px 20px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}


.products-list .card h6 .codeid{
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    
}

.products-list .owl-dots{
    position: absolute;
    left: 40%;
    right: 40%;
    bottom: 0
}



section.media{
    background-color: #ffffff;
}

section.media-showcase{
    background-color: #00701d;
}

.media .page-hero{
    min-height: 160px;
}

.media .media-cards{
    background-color: #ffffff;
    padding: 40px 0;
}

.media .card{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 20px;
    border: none;
    text-align: center;
    height: 100%;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.03);
}

.media .card .section-title .title-text{
    font-size: 18px;
    letter-spacing: 0;
}

.media .card .photo{
    height: 160px;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 0 20px 0;
}

.media .card .photo img{
    margin: 0;
    overflow: hidden;
}

.media .card .title-text{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
} 


.media .media-section:not(:last-child){
    margin-bottom: 40px;
    padding-bottom: 40px;
    /* border-bottom: solid 1px rgba(0,0,0,0.2); */
}

.media .latest-feed-card{
    width: 460px;
    background-color:#ffffff;
    padding:0;
    grid-column: auto;
    grid-row: 1 / span 2;
}

.media .media-teaser{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    margin: 0;
}


.media .media-teaser .teaser-card.latest-feed-card .card-visual{
   height:360px
}

.media .media-teaser .teaser-card{
    position: relative;
    flex: 1 100%;
    padding:0;
    background-color:#ffffff;
    border:solid 1px #dbdbcb;
    border-radius:0;
    box-shadow: none;
    overflow: hidden;
    color: #565656;
}

.media .media-teaser .teaser-card.latest-feed-card .card-visual img{
    transform: translateY(-5%) scale(1.5);
}


.media .media-teaser .teaser-card .card-visual{
    height:200px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow:hidden
}

.media .media-teaser .teaser-card .card-visual img{
    transform: translateY(-15%);
}

.media .media-teaser .teaser-card .card-body{
    padding:10px 30px
}

.media  .card .date{
    display: block;
    font-size: 12px;
    color: #4b4083;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px 0;
}

.media .media-teaser .teaser-card .card-title{
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    margin: 15px 0 10px 0;
    color: #70b33c;
}

.media .media-teaser .latest-feed-card .card-title{
    font-size: 30px;
    
}

.media .card .card-footer{
    padding: 0;
}

.media .media-teaser .teaser-card  a{
    font-size: 12px;
    display: flex;
    align-items: center;
    background: #ffffff;
    justify-content: center;
    line-height: 2;
    padding: 14px 6px;
    border-radius: 0;
    font-weight: 500;
    text-transform: uppercase;
    /* color: #ffffff; */
}

.media .media-teaser .teaser-card .cta-buttons a i.bi{
    color: orange;
    margin: 0 0 0 20px
}


.about .page-hero:after{
    display: none;
}

.about .page-hero:before{
    background:  url(../img/banner-aboutus.png) no-repeat bottom right;
    background-size: cover;
}

.about .page-hero .statics{
    padding: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.about-brief{
    position: relative;
    padding: 80px 0
}
.about-brief::before{
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    z-index: 1;
}

.about-brief::after{
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(27 113 77 / 90%);
    z-index: 1;
}


.about-brief .content-hero .tagline{
    font-size: 24px;
    font-weight: 700;
}

.about-brief p.lead{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 30px;
}

.about-brief .content-hero .tagline,
.about-brief p.lead{
     color: #fff;
}


.about .statics{
    margin: 20px 0 60px 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.about .statics .static-item{
    flex: 1;
}


.about .statics .card{
    padding: 10px 15px;
    border-radius:0 10px 0 20px;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    text-align: center;
    min-height: 140px;
}

.about .statics .static-item.even-2{
    margin: 20px 0 0 0
}

.about .statics .static-item.even-4{
    margin: 20px 0 0 0
}

.about .statics .card .s-number{
    font-family: "Poltawski Nowy", serif;
    font-size: 50px;
    font-weight: 800;
    color: #e1ac00;
    margin: 0 0 0 0
}

.about .statics .card p{
    font-size: 13px;
    font-weight: 600;
    color: #10793e;
    text-transform: uppercase;
    margin: 0;
}

.about .vision-statement{
    padding:0 0 60px 0;
}

.about .vision-statement p{
    font-size: 20px;
    color: #8a776d;
    margin:10px 0 40px 0;
}

.about .ceo-statement{
    background: #fff6eb;
    background-size: contain;
    padding: 60px;
    border-radius: 10px;
    color: #00811e;
}

.about .ceo-statement figure{
    border-radius:0 30px 0 30px;
    overflow: hidden;
}

.about .ceo-statement .title{
    font-size: 60px;
    line-height: 1;
    font-weight: 300;
    margin: 0 0 20px 0;
}

.about .ceo-statement .statement-text{
    font-size: 20px;
}

.about .ceo .statement-by{
    position: relative;
    padding-left: 100px;
}

.about .ceo .statement-by::before{
    position: absolute;
    top: 12px;
    left: 0;
    content: '';
    width: 60px;
    height: 4px;
    background-color: #ffffff;
}

.about .ceo .social{
    margin: 40px 0 0 0;
}

.about .ceo .social a{
    display: inline-block;
    background: #ffffff;
    border-radius: 4px;
    padding: 15px 25px;
    font-size: 24px;
    color: #1e523f;
}

.about .ceo .social a:hover{
    background-color: #e69d00;
}

.about .about-origination{
    background: #ecffcc;
}

.about .members-list .table th{
    text-align: left;
}


.what-we-do{
    position: relative;
    margin: 0;
    padding: 100px 0
}

.what-we-do::before{
position: absolute;
top: 0;
content: '';
width: 100%;
height: 70%;
z-index: 1;
background: rgb(255,255,255);
background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 55%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 55%, rgba(255,255,255,0) 100%);
background: linear-gradient(180deg, rgba(255,255,255,1) 55%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.features{
    display: flex;
    gap: 30px;

}

.features .feature-item{
    flex: 1;
    display: grid;
    grid-template-columns: 1fr;
    background: #ffff;
    margin-bottom: 20px;
    padding: 30px 40px;
    border-radius: 20px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.features .feature-item .icon{
    display: flex;
    align-items: center;
    justify-content: center;
}

.features .feature-item .content h3{
    line-height: 1.2;
    font-weight: 700;
}

.features .feature-item .content p{
    line-height: 1.2
}

.featured .site-info img{
    width: 160px;
}



.fpo-business-process{
    padding: 80px 0 0 0
}

.process-cards .card-columns{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    grid-gap: 80px 0
}

.process-cards .card{
    width: auto;
    border: none;
    border-radius: 10px;
    background-color: transparent;
    height: 360px;
    overflow: hidden!important;
    transition:all .3s;
}


.process-cards .card .card-img-overlay{
    background: #ccc;
    height: auto;
    bottom: 0;
    top: inherit;
    padding: 100px 30px 20px 50px;
    background: rgb(73,45,63);
    background: -moz-linear-gradient(0deg, rgba(73,45,63,0.7959558823529411) 0%, rgba(73,45,63,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(73,45,63,0.7959558823529411) 0%, rgba(73,45,63,0) 100%);
    background: linear-gradient(0deg, rgba(73,45,63,0.7959558823529411) 0%, rgba(73,45,63,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#492d3f",endColorstr="#492d3f",GradientType=1);
}

.process-cards .card .card-img{
    border-radius: 0px!important
}

/*
.process-cards .card:hover .card-img{
    -webkit-filter: blur(3px) grayscale(100%);  Safari 6.0 - 9.0 
    filter: blur(3px) grayscale(100%);

}
*/

.process-cards .card .card-img-overlay small{
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
}

.process-cards .card .card-img-overlay p{
    display: none;
    color: #fff;
    margin-top: 20px;
    
}

.process-cards .card:hover .card-img-overlay{
background: rgb(0, 0, 0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 70%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 70%, rgba(0,0,0,0) 100%);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 70%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.process-cards .card:hover .card-img-overlay p{
    line-height: 1.6;
    display: block;
    animation-delay: 0.1s;
    animation-name: bounceInUp;
}

.process-cards  .card .card-title{
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.process-cards .card-columns .col4{
    width: 420px;
}

.process-cards .card-columns .mtb{
    margin: 60px 0 80px 0;
}

.process-cards .card-columns .mtb-2{
    margin: 100px 0 40px 0
}

.process-cards .card-columns .card .card-img{
    border-radius: 0;
}

.see-more{
    margin: 25px 0;
}

.see-more.center{
    text-align: center;
}


/* CLIENTS */
.supporters {
  width: 100%;
}

.supporters .section-title{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 0;
}

.supporters-list ul {
    width: 100%;
    margin: 40px 0;
    padding: 0;
    display: flex;
    justify-content: center;
    padding:1px;
}
.supporters-list ul * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.supporters-list ul li {
    width: 300px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 25px;
    background: #fff;
    padding: 20px 40px;
    list-style: none;
    position: relative;
    text-align: center;
    border-radius: 0;
    overflow: hidden;
}

.supporters-list ul li::after{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
}

.supporters-list ul li figure {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    overflow: hidden;
}

.supporters-list ul li img {
    width: auto;
    max-width: fit-content;
    height: 140px;
    max-height: auto;
    opacity: 1;
    background: #fff;
    padding: 5px;
    
}

.supporters-list ul li .content{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    bottom: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    opacity: 1;
}

.supporters-list ul li:hover figcaption {
  opacity: 1;
}


.supporters-list ul li .content small{
    font-size: 13px;
    line-height: 16px;
}
.supporters-list ul li:hover img {
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
  opacity: 1;
  transform: scale(1.2);
}

.case-studies .lead-text{
   padding: 80px 100px 40px
}

.case-studies .project-thumbs{
    position: relative;
    padding: 0 100px 80px 160px
}

.case-studies .project-thumbs .owl-nav{
    position: absolute;
    top: 30%;
    right: -40px;
    display: flex;
    flex-direction: column;
}
.case-studies .project-thumbs .owl-nav button{
    padding: 15px
}
.case-studies-slider{
    position: relative;
}

.case-studies-carousel  .image{
    position: relative;
    height: 580px;
    margin: 0;
}

.case-studies-carousel  .image:after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1)
}

.case-studies-carousel  .image .img-sm{
    display: none;
}

.case-studies-carousel .silde-content-overlay{
    width: 40%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    position: absolute;
    z-index: 9;
    left: 100px;
    top: 0;
}

.case-studies-nav-items{
    left: inherit;
    right: 0;
}
    

.case-studies-carousel .silde-content-overlay .silde-content{
    height: 100%;
    align-items: center;
    display: flex;
    margin: 0 auto;
    color: #fff;
}

.case-studies .silde-content p{
    text-transform: uppercase;
    letter-spacing: 1px
}

.case-studies .silde-content h1{
    font-weight: 700;
    line-height: 1.4;
    margin: 25px 0 30px 0;
}

.case-studies-carousel .silde-content h4,
.case-studies-carousel .silde-content h1{
    text-shadow: 4px 4px 45px rgba(0, 0, 0, 0.50);
}

.case-studies-carousel .silde-content .link-text{
    position: relative;
    color: #fff;
    display: inline-block;
    line-height: 30px;
}

.case-studies-carousel .silde-content .link-text i{
    margin: 0 0 0 40px;
}

.case-studies-carousel .silde-content .link-text::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 1px;
	background: #fff;
	margin: auto;
	transition: .3s;
}
.case-studies-carousel .silde-content .link-text:hover::after{
	width: 10%;
}

.case-studies-nav-items{
    position: absolute;
    z-index: 10;
    right: 100px;
    top: 0;    
}


.case-studies-slider .slider-controls{
    position: absolute;
    left: 100px;
    bottom: 0;
    z-index: 2;
    background: #fff;
    width: 80px;
    height: 50px;
    text-align: center;
}

.case-studies-slider .slider-controls .slider-counter{
    font-size: 18px;
    line-height: 54px;
    color: #000;
    margin: 0 15px;
}

.case-studies-slider .owl-nav{
    position: absolute;
    left: 180px;
    bottom: 0;
    z-index: 2;
    background: #fff;
    border-left: solid 1px rgba(0,0,0,.1);
    width: 100px;
    height: 50px;
    display: flex;
    justify-content: center;
}

.case-studies-slider .owl-nav .owl-prev,
.case-studies-slider .owl-nav .owl-next{
    background: #ccc;
    margin:0 10px!important;
}

 .case-studies-slider .owl-nav .owl-prev:before,
 .case-studies-slider .owl-nav .owl-next:before{
     font-size: 24px;
}

.projects{
    padding: 50px 0 0 0;
}

.projects .section-title{
    margin-bottom: 50px;
}

.project-list .project-thumb{
    position: relative;
}

.project-list .project-title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.90);
    color: #fff;
    margin: 0;
    padding: 10px 20px;
    text-align: center;
}

.projects .owl-dots{
    padding-top: 20px;
}



.project-details p{
    font-size: 24px;
    line-height: 38px;
    font-weight:600;
    margin-bottom: 40px;
}

.project-photos{
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 40px;
    margin: 0 0 80px 0;
}

.project-photos .p-item.single{
    margin-right: -40px;
}

.project-photos .p-item img{
    width: 100%;
}

ul.our-process{
    display: flex;
    justify-content: space-between
}

ul.our-process li{
    font-size: 20px;
    font-weight: 400;
    position: relative;
}

ul.our-process li::before{
background: #112f41;
    border: solid 1px #112f41;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    padding: 0px!important;
    font-size: 30px;
    font-weight: 300;
    line-height: 60px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 0px!important;
    z-index: 2;
}

ul.our-process li::after{
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background: #112f41;
    top: 30px;
    left: 60px;
}

ul.our-process li:last-child::before{
    
}

ul.our-process li:last-child::after{
    display: none;
}


.get-quote-card{

    display: flex;
    align-items: center;
}

.get-quote-content{
    padding: 60px;
    background:#dfff44;
    text-align: center;
    border-radius: 40px;
}
.get-quote-card .title{
    font-weight: 700;
    line-height: 1.4;
    text-transform: capitalize;
    letter-spacing: 0;
}

/* slider dots */
.slider-active .slick-dots li {
  display: inline-block;
}
.slider-active .slick-dots {
    display: none;
  text-align: center;
  position: absolute;
  bottom: 25px;
  right: 0;
  left: 0;
}
.slider-active.second-slider .slick-dots li button {
  text-indent: -9999px;
  padding: 0;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  margin: 0 5px;
  border:1px solid #fff;
  background: none;
}
.slider-active .slick-dots li button {
  text-indent: -9999px;
  padding: 0;
  height: 3px;
  width: 25px;
  border: 0;
  margin: 0 3px;
  background: #fff;
}
.slider-active .slick-dots li.slick-active button {
  background: #007bff;
}
.slider-active.second-slider .slick-dots li.slick-active button {
  background: #ffffff;
}

.key-points{
    margin-top: 20vh;
}

.key-points li{
    display: inline-block;
    position: relative;
    margin: 0 15px;
    color: #fff;
}

.key-points li:first-child{
    margin-left: 0;
}
.key-points li:last-child{
    margin-right: 0;
}

.key-points li:after{
    position: absolute;
    content: '|';
    color: #0a75af;
    top: 0;
    bottom: 0;
    right: -18px;
}
.key-points li:last-child:after{
    display: none;
}

/* slick default dots */
.dot-style .slick-dots li {
  display: inline-block;
}
.dot-style .slick-dots {
	text-align: center;
	margin-top: 40px;
}
.dot-style .slick-dots li button {
	text-indent: -9999px;
	padding: 0;
	height: 5px;
	width: 20px;
	border: 0;
	margin: 0 3px;
	background: #bfbfbf;
	transition: .3s;
}
.dot-style .slick-dots li.slick-active button {
  background: #007bff;
  width: 35px;
}

/* section title */

.section-title h2 {
	font-size: 36px;
	font-weight: 400;
	display: inline-block;
}
.section-title span {
	height: 3px;
	width: 100px;
	display: inline-block;
}
.section-title .title-text,
.content-heading .heading-text{
	font-size: 34px;
	font-weight: 700;
    color: #18745a;
    border-bottom: solid 1px #ebdc00;
    margin: 0
}
.section-title p {
	font-size: 18px;
	line-height: 32px;
	margin: 0;
}

/* 4. Features */
.features-description p {
	margin: 0;
	line-height: 30px;
}
.features-box h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
.features-box img {
  margin-bottom: 25px;
}
.features-box p {
  margin: 0;
}
.single-features-box {
	border: 1px solid #c5c5c5;
	padding: 85px 50px;
	transition: .3s;
}
.single-features-box:hover{
	box-shadow: 0px 27px 70px rgba(0, 0, 0, 0.1);
	border: 1px solid #fff;
}
.single-features-box:hover h2,.single-features-box:hover a {
	color: #007bff;
	text-decoration: none;
}

.single-features-box .product-logo{
    margin-bottom: 40px;
}

.single-features-box h2 {
	font-size: 30px;
	line-height:46px;
	color: #0c80bc;
	font-weight: 600;
	margin-bottom: 40px;
	transition: .3s;
}
.single-features-box p {
    font-size: 16px;
    line-height: 34px;
    font-weight: 600;
	color: #828282;
    min-height: 120px;
}
.single-features-box a {
    font-weight: 600;
	color: #000;
	text-decoration: underline;
	transition: .3s;
}

/* What we do */
.whatwedo{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
   padding: 50px 0 60px 0;
   background: #fff8ee;
}
.whatwedo-brief{
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 60px
}

.whatwedo-brief .visual{
    flex: 1.5;
}

.whatwedo-brief .whatwedo-text{
    width: 40%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-self: center
}

.whatwedo-brief .whatwedo-text h2{
    line-height: 1.2;
}
.whatwedo-brief figure{
    margin: 0 0 0 80px
}

.whatwedo-brief ul.whatwedo-text-slides li{
    font-size: 18px;
}

.whatwedo .process{
    margin-bottom: 40px;
}

/* Testimonial */

section.testimonials{
    background-color: #0e104b;
}

.testimonila-area{
    padding: 80px 0 0 0
}

.testimonials{
    position: relative;
    padding: 60px 0 40px 0!important
}





.testimonials  .single-testimonial{
    position: relative;
    height: auto
}

/*

.testimonials .client-feedback{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    right:0;
    bottom: 0;
    height: auto;
    z-index: 2;
}
*/

/*
.testimonials .client-feedback::before {
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    height: 300px;
    z-index: 1;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg,  rgba(234, 227, 231,1) 55%, rgba(234, 227, 231,0) 100%);
    background: -webkit-linear-gradient(
180deg
, rgba(234, 227, 231,1) 55%, rgba(234, 227, 231,0) 100%);
    background: linear-gradient(
180deg
, rgba(234, 227, 231,1) 55%, rgba(234, 227, 231,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eae3e7",endColorstr="#eae3e7",GradientType=1);
}
*/

.testimonials .client-feedback{
    position: relative;
    width: 100%;
    height: auto;
    z-index: 2;
    background: #fff;
    padding: 30px 40px;
    margin: 0;
    border-radius: 20px;
/*    border: solid 10px #66de78*/
}

.testimonials .client-feedback:before{
    position: absolute;
    z-index: 4;
    top: 24px;
    left: 14px;
    width: 100px;
    height: 100px;
    content: '';
    background: url(../img/icon/quote-start.png) no-repeat;
    background-size: 47px;
}
.testimonials .client-feedback-video{
    aspect-ratio: 3 / 4;
    border-radius: 20px;
    overflow: hidden
}

.testimonials .client-feedback-photos{
    aspect-ratio: 5 / 4;
    border-radius: 20px;
    overflow: hidden
}

.testimonials .client-feedback-photos .photo{
    height: 300px;
    transform: translateY(-25%);
}

.testimonials .client-feedback-video video{
    border-radius: 20px;
    overflow: hidden
}

.testimonials .client-feedback-photos{
    margin: 0 0 15px 0
}



.testimonials .client-work-img{
    margin: 0
}
.testimonials .single-testimonial p {
	font-size: 14px;
	line-height:1.6;
	font-weight: 400;
	margin-bottom: 40px;
    height: 82px;
}

.testimonials .client-info{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 15px 0 0 0
}

.testimonials .client-info .client-logo{
    margin:0 40px 0 0;
    padding: 30px 40px 30px 0;
    border-right: solid 1px rgba(0,0,0,0.2)
}

.testimonials .client-info .client-logo img{
    width: 160px
}

.testimonials .client-info h6{
    font-weight: 700;
}

.testimonials .owl-nav{
    width: 100%
}

.testimonials  .owl-nav  .owl-prev,
.testimonials  .owl-nav  .owl-next{
    position: absolute;
    top: 25%;
    transform: translateY(50%);
}

.testimonials  .owl-nav  .owl-prev{
    left: -80px;
    right: inherit
}

.testimonials  .owl-nav  .owl-next{
    right: -80px;
    left: inherit
}

.testimonials .owl-dots{
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}

.testimonials  .owl-nav [class*=owl-]{
    display:block;
}

.testimonials  .owl-nav [class*=owl-]::before{
    font-size: 60px;
}


.testimonials .cta-buttons{
    margin: 40px 0 60px 0;
    text-align: center
}

.client-logos{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1px;
    padding: 0;
}

.client-logos .single-brand{
    display: flex;
    align-content: center;
    justify-content: center;    
    background: #fff;
    padding:20px 40px;
}

.client-logos .single-brand figure{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.help-you{
    text-align: center;
    margin: 50px 0;
}

.help-you p.lead{
    margin-bottom: 30px;
}

.intro-video iframe{
    border-radius: 20px;
    overflow: hidden
}

/* form */
.consultation-form {
	padding: 70px;
	margin-top: -50px;
	margin-bottom: -50px;
}
.consultation-form h3 {
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 20px;
}
.consultation-form input {
	height: 60px;
	width: 100%;
	border: 0;
	margin-bottom: 30px;
	padding: 0 15px;
}
.consultation-form textarea {
	height: 225px;
	width: 100%;
	border: 0;
	margin-bottom: 20px;
	padding: 15px;
}
.consultation-form button {
	padding: 22px 60px;
}
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 0;
	border: 0;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 60px;
	line-height: 58px;
	outline: none;
	padding-left: 15px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	margin-bottom: 30px;
}

.single-brand {
  text-align: center;
}
.single-brand img {
  display: inline-block;
}

.client-logos{
    text-align: center;
}


.client-logos .logo{
    height: 160px;
    display: flex;
    align-self: stretch;
    justify-content: center;
}

.client-logos .logo figure{
    margin-bottom: 0;
    text-align: center;
    
    -ms-flex-item-align: center!important;
    align-self: center!important;
}


.pt-250{
	padding-top: 250px;
}

/* Pagination */
.pagination {
	display: block;
	border-radius: 0;
}
.pagination ul li {
	display: inline-block;
	margin: 0 10px;
}
.pagination ul li a {
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}
.pagination ul li a.active::before {
	content: "";
	top: -7px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
	right: 0;
	margin: auto;
}
.pagination ul li a.active::after {
	content: "";
	bottom: -7px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
	right: 0;
	margin: auto;
}
.cases-pagination li {
	display: inline-block;
	margin: 0 3px;
}
.cases-pagination li:hover a{
	background: #007bff;
	color: #fff;
}
.cases-pagination li a {
	height: 45px;
	width: 45px;
	background: #ebebeb;
	display: inline-block;
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
	color: #828282;
	font-weight: 600;
	font-size: 16px;
}
.cases-pagination li .cases-active{
	background: #007bff;
	color: #fff;
}
/* page title */
.page-title-area{
	background-size: cover;
	background-position: center center;
    align-self: center;
    min-height: 600px;
    display: flex;
    justify-content: center;
}


.page-title-area .container{
    align-self: center;
}
.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 1rem;
	list-style: none;
	background: no-repeat;
	border-radius: 0;
}
.page-title h2 {
	font-size: 72px;
	font-weight: 800;
	color: #fff;
    margin-top: 25px
}
.breadcrumb-item a {
	color: #007bff;
	font-size: 30px;
	line-height: 1;
}
.breadcrumb-item.active {
	color: #ddd;
	font-size: 30px;
	line-height: 1;
}
.breadcrumb li span {
	position: relative;
	height: 2px;
	width: 30px;
	display: inline-block;
	background: #fff;
	top: 3px;
	margin: 0 23px;
}
.breadcrumb li span::before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
}

.list-style-1{
    margin-top: 30px;
}

.list-style-1 li{
    margin-bottom: 30px;
}

.list-style-1 li:last-child{
    margin-bottom: 0;
}

.list-style-1 li .heading{
    font-weight: 600;
}

.list-style-1 li p{
    font-weight: 500;
}

.software-components{
    margin-top: 40px;
}

.software-components li{
    font-size: 16px;
    font-weight: 500;
    color: #000;
}


/* widget-social */
.facebook-bg{ background: #3b5998;}
.twitter-bg{ background: #1da1f2;}
.instagram-bg{ background: #dd4b39;}
.google-plus-bg{ background: #dd4b39;}
.pinterest-bg{ background: #bd081c;}
.dribbble-bg{ background: #ea4c89;}
.linkedin-bg{ background: #0077b5;}
.sidebar-social a {
	height: 35px;
	width: 35px;
	display: inline-block;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	color: #fff;
	border-radius: 3px;
	margin-right: 5px;
}
.sidebar-insta li {
	display: inline-block;
	margin: 4px 2px;
}
/* Contact-area */
.contact-info,.contact-form {
	padding: 60px 30px 60px 40px;
}
.contact-title{}
.contact-title h3 {
	font-size: 30px;
	font-weight: 900;
	color: #333;
	position: relative;
	margin-bottom: 15px;
}
.contact-title h3::before {
	content: "";
	position: absolute;
	left: -30px;
	top: 0;
	background: #007bff;
	height: 30px;
	width: 4px;
}
.contact-title p {
	margin-bottom: 25px;
	line-height: 26px;
}
.contact-meta{}
.contact-meta i {
	font-size: 14px;
	color: #007bff;
	margin-right: 0;
	float: left;
	width: 30px;
}
.contact-meta span {
	overflow: hidden;
	display: block;
}







/* Inner page styles */

.inner-banner{
    position: relative;
    height: 300px;
    overflow: hidden;
}

.inner-banner:after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0,0.7)
}

.inner-banner.banner-content{
    height: 440px;
    align-items: center;
    display: flex;
}

.inner-banner .banner-content-inner{
    width: 70%;
    margin: auto;
    position: relative;
    z-index: 2;
}

.inner-banner .page-banner-text{
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
}


.page-hero{
    position: relative;
    color: #18745a;
    padding: 150px 0 80px 0;
    margin: 0;
    min-height: 660px;
}

.page-hero:after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 240px;
    background: #795548 ;
    background: -webkit-linear-gradient(0deg, rgba(253, 187, 45, 0) 29%, rgba(121, 85, 72,1) 100%);
    background: -moz-linear-gradient(0deg, rgba(253, 187, 45, 0) 29%, rgba(121, 85, 72,1)  100%);
    background: linear-gradient(0deg, rgba(253, 187, 45, 0) 29%, rgba(121, 85, 72,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#795548 ", endColorstr="#795548 ", GradientType=0);
    opacity: 1;
    z-index: 2
}

.page-hero:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    
}


.page-hero.has-img:after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(36, 15, 0,1);
    opacity: 0.55;
    z-index: 2
}

.page-hero.has-img:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/bg/shades.jpg) no-repeat;
    background-size: cover;
    opacity: 1;
    z-index: 1
}

.page-hero.has-img .page-banner-text{
    color: #ffffff
}


.page-hero .content-overlay{
    position: relative;
    z-index: 4
}

.page-hero .page-name{
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    border-bottom: solid 4px #18745a
}

.page-hero .brand-logo{
    display: block;
    background-size: 200px;
    width: 300px;
    height: 200px;
}

.page-hero.has-img .brand-logo{
    background-size: 200px;
}

.page-hero .page-title{
    font-size: 60px;
    font-weight: 800;
    color: #117a3f;
    line-height: 1;
}




.page-hero .page-brief{
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    margin: 20px 0 40px 0;
}


.page-hero .page-hero-content .lead{
    font-size: 26px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 50px
}

.page-hero.has-img .page-name{
    color: #ffffff;
    border-bottom: solid 4px #ffffff;

}
.page-hero.has-img .page-title,
.page-hero.has-img .page-brief{
    color: #ffffff;
}

.page-hero .page-hero-content figure{
    margin: 40px 0 0 0
}

.page-hero .page-hero-content figure img{
    mix-blend-mode: multiply;
}

.page-hero.gallery-hero{
    padding: 80px 0 0;
    margin-bottom: 0
}



.basic-slides .slide{
    position: relative;
    border-radius: 10px!important;
    overflow: hidden
}

.basic-slides .slide .overlap{
    display: none;
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    padding: 20px 30px;
    background: rgb(16,20,38);
    background: -moz-linear-gradient(45deg, rgba(196, 127, 0, 1) 0%, rgb(36, 32, 3) 34%, rgba(222,0,45,0) 100%);
    background: -webkit-linear-gradient(45deg, rgba(196, 127, 0, 1) 0%, rgb(36, 32, 3) 34%, rgba(222,0,45,0) 100%);
    background: linear-gradient(45deg, rgba(196, 127, 0, 1) 0%, rgba(36, 32, 3,1) 34%, rgba(222,0,45,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#101426",endColorstr="#242003",GradientType=1);
}

.basic-slides .slide .title{
    font-size: 16px;
    margin: 0;
    color: #fff;
}

.content-block .kn-supporters{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 30px;
}

.content-block .kn-supporters .s-logo{
    flex: 1;
    border: solid 1px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 6px;
}

.kn-supporters .s-logo img{
    height: 100px;
    margin: 0 0 20px 0;
}

.gallery-hero p{
    font-size: 18px; 
    line-height: 34px; 
    padding: 60px 30px 80px 30px;
}
/* 
.products .page-hero{
    min-height: 100vh;
} */

.products .page-hero:before{
    background: url(../img/banner-products.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

.products .page-hero:after{
    display: none;
}


.product-list .product-item{
    margin: 20px 0
}

.core-products-list{
    display: grid;
    grid-template-columns: 1fr;
    gap:40px 20px;
    margin:0 0 40px 0;
    
}
.core-products-list .core-product{
    border: solid 1px #e9e1d7;
    padding: 20px;
    border-radius: 4px;
}

.core-products-list .core-product .product-img{
    height: 200px;
    overflow: hidden;
    margin: 0 0 10px 0;
}

.core-products-list .core-product .product-img img{
    width: 100%;
}

.core-products-list .core-product .product-text{
    padding: 20px 10px;
}

.core-products-list .core-product ul{
    display: flex;
    gap: 30px;
}    

.core-products-list .core-product ul li{
    flex: 1;
    border-left: dotted 1px brown;
    padding-left: 10px;
}
.core-products-list .core-product ul li b{
    display:block
}
.services .service-item p{
    font-size: 18px;
}

.our-services{
    background: #ffffff!important;
}

.our-services .split-img-content-block{
    max-width: 100%;
}

.featured-work-area0 {
    position: relative;
    z-index: 1;
    padding: 0 0 80px 0
}

.featured-work-area0 .filter-row .gallery-filter {
    text-align: center;
    padding: 60px 0px 45px;
    margin: auto
}

.featured-work-area0 .filter-row .gallery-filter li {
    display: inline-block;
    font-size: 16px;
    padding: 10px 0;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
}

.featured-work-area0 .filter-row .gallery-filter li + li {
    margin-left: 35px;
}

.featured-work-area0 .filter-row .gallery-filter li.active {
    position: relative;
    color: #a2006c;
}

.featured-work-area0 .filter-row .gallery-filter li.active:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #f58634;
}

.featured-work-area0 .gallery {
    margin: 0px -7px 0px -8px;
}

.featured-work-area0 .gallery .grid-sizer {
    width: 25%;
}

.featured-work-area0 .gallery .gallery-item {
    padding: 8px;
    overflow: hidden;
}

.featured-work-area0 .gallery .gallery-item .img-hover {
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}

.featured-work-area0 .gallery .gallery-item .img-hover:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    background: #000;
    opacity: 0;
    z-index: 0;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.text0 h3 {
    color: #fff;
    font-size: 24px;
}

.text0 p {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 14px;
}

.img-hover .portfolio-hover-0 .text0 {
    position: absolute;
    bottom: 10px;
    left: 30px;
    opacity: 0;
    transition: .5s;
}

.featured-work-area0 .gallery .gallery-item .img-hover:hover .text0 {
    opacity: 1;
    left: 30px;
    bottom: 30px;
    transition: .5s;
}

.img-hover .portfolio-hover-0 span {
    position: absolute;
    bottom: 10%;
    left: 10px;
    color: #fff;
    font-size: 48px;
    opacity: 0;
    transition: .3s;
}

.featured-work-area0 .gallery .gallery-item .img-hover .arrow span {
    color: #fff;
}

.featured-work-area0 .gallery .gallery-item .img-hover:hover:before {
    z-index: 0;
    opacity: 0.66;
}

.featured-work-area0 .gallery .gallery-item .img-hover:hover span {
    opacity: 1;
    left: 50px;
    transition: .8s;
}

.featured-work-area0 .gallery .gallery-item .img-hover:hover .text0 {
    opacity: 1;
    left: 30px;
    transition: .5s;
}

section.process-photos{
        background: #ffffff;
        padding-bottom: 0;
}

.why-us ul{
    font-size: 20px;
    margin: 40px 0 0;
}

.why-us ul li{
    font-weight: 400;
}

section.showcase{
    background-color: #e0d9d6
}



.intro-video{
    margin: 0 0 20px 0;
    border-radius: 20px;
    overflow: hidden;
}

.showcase .item .item-video,
.showcase .item .item-img{
    height: 320px;
    border-radius: 20px;
    overflow: hidden;
}

.all-projects .project-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    padding: 0;
}


.all-projects .project-list .project-new{
    grid-row: 1 / 3;
}

.all-projects .project-list  .project-thumb{
    display: block;
}

.all-projects .project-thumb a,
.all-projects .project-thumb img {
    width: 100%;
}

.all-projects .project-list .project-new img{
    width: 400px;
}

.gallery{
    margin: 40px 0;
}

.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%
}

.gallery .gallery-item {
    margin-bottom: 15px;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease; 
}

.gallery img{
	width:100%;
}

.fancybox-thumbs{
    padding: 20px;
    background: #000000
}



.fancybox-image{
    border-radius: 30px
}

.contact{
    position: relative;
    padding: 0!important
}

.contact .page-hero{
    background-color: transparent;
}

.contact .page-hero:before{
    position: absolute;
    top: 0;
    left: inherit;
    right: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/hillarea-landscape-3.png) no-repeat bottom center;
    background-size: cover;
    opacity: 1;
    z-index: 1;
    
}

/* .contact .page-hero .page-title{
    color:#ffffff
} */

.contact .contact-inner{
    padding: 60px;
    background:rgba(223, 255, 68,1);
    border-radius: 40px
}

.contact .form-control{
    border-radius: 30px;
}

section.reachus-info{
    background: #ffffff;
}

.reachus-info .section-title{
    text-transform: inherit;
    margin: 0 0 40px 0
}

.info-cards .card{
    height: 100%;
    border-radius: 10px;
    padding:30px;
    border-color: #C8C8C8;
}

.info-cards .card-callback{
    background: #fef8a6;
    border-color: rgb(255, 238, 0)
}

.info-cards .card-email{
    background: #FAFFEB;
    border-color: #D2D9BF
}

.info-cards .card-chat{
    background: #E4F1F9;
    border-color: #BDCFDA
}

.info-cards .card .card-title{
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: #185850
}

.info-cards .card .card-content{
    min-height: 200px
}

.info-cards .card .card-content p{
    font-size: 18px
}

.info-cards .card .card-cta{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    justify-content: end;
}

.info-cards .card .card-cta p{
    font-size: 14px;
    line-height: 1.4;
}

.info-cards .card .btn{
    text-transform: uppercase
}

.reachus-info .unit-map{
    height: 100%;
}

.reachus-info .factory-photo{
    overflow: hidden
}

.reachus-info .factory-photo img{
    width: 100%
}


.faqs{
    position: relative;
    background: #185850;
    padding: 60px 0
}

.faqs .section-title{
    color: #ffffff;
    text-transform: uppercase
}

.faqs .product-shots{
    width: 100%
}

.faqs .faqs-list{
    margin: 40px 0 0 0
}

.faqs .accordion-button::after{
    border:none;
    border-radius: 100%;
    padding: 10px;
    background-size: 80%;
    background-position: center center;
}


.faqs .accordion-item:first-of-type .accordion-button,
.faqs .accordion-item:last-of-type .accordion-button{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}


.faqs .accordion-item{
    background: #fff;
    border-radius: 6px;
    border: none;
    margin-bottom: 10px;
}

.faqs .accordion-item .collapse.show{
    height: 100%
}

.faqs .accordion-item .accordion-header{
    margin: 0 30px 0 30px;
}

.faqs .accordion-item .accordion-header .accordion-button{
    font-size: 18px;
    font-weight: 600;
    color: #293576;
    text-align: left;
    border: none;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0
}

.faqs .accordion-item .accordion-header .accordion-button:not(.collapsed){
    background-color: transparent;
    border-bottom: solid 1px #8B6F4E
}


.faqs .accordion-item .accordion-collapse{
    border: none;
}

.faqs .accordion-item .accordion-body{
    border: none;
    padding: 15px 30px;
}


.location-info .icon-box .icon{
    margin-right: 40px;
}
.location-info .icon i::before{
    font-size: 24px;
}

.location-info>div{
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(0,0,0,0.10)
}

.location-info>div:last-child{
    border-bottom: none
}


.location-info .nav{
    margin: 20px 0 20px 0
}

.location-info .nav-link{
    font-size: 18px
}

.location-address .card-body{
    padding: 30px 40px
}

.contact-number,
.email-address{
    font-size: 20px;
}

.contact-info .basic-form{
    padding-left: 80px;
}



.jobs .job-list{
    margin: 60px 0 0 0;
    padding: 40px 0 0 0;
    border-top: solid 1px rgba(0,0,0,0.10)
}

.job-list .list-group-flush .list-group-item{
    margin: 10px 0;
    border:  none
}

.jobs .job-list .section-title{
    text-align: center;
    margin-bottom: 40px;
}

.job-card{
    display: flex;
    justify-content: space-between;
    padding: 25px
}

.job-card .job-brief .job-title{
    margin-bottom: 10px;
}

.job-card .job-title{
    font-weight: 700;
}

.job-card .job-location,
.job-card .posted-on{
    font-size: 13px;
}

.job-card  .card-action a{
    margin: 10px 0 0;
    font-weight: 600;
}

.job-card  .card-action a.btn{
}

.job-card .list-inline-item{
    color: #8e9fa9;
    position: relative;
}

.job-card .list-inline-item:not(:last-child){
    margin-right: 30px
}

.job-card .list-inline-item:after{
    content: '';
    position: absolute;
    right: -20px;
    top: 10px;
    margin-left: 20px;
    width: 4px;
    height: 4px;
    background: #8e9fa9;
    border-radius: 100%;
    display: inline-block;
}
.job-card .list-inline-item:last-child:after{
    display: none
}

.job-card .job-brief{
    font-size: 16px
}

.job-card .job-disc{
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    margin: 20px 40px 20px 0;
    text-align: justify;
}


.modal .modal-header{
    border: none
}

.modal .get-quote{
    display: flex
}

.error{
    color:rgb(255, 73, 73)
}

.form-control.error{
    border-color: rgb(255, 73, 73);
    color: inherit;
    background: #f9b7b7;
}


.terms-privacy li{
    font-size: 14px;
    margin-bottom: 30px;
}

.terms-privacy li p{
    font-size: 14px;
    font-weight: 400;
}

.terms-privacy  .sub-list-child li{
    margin: 10px 0
}

/* Footer */

footer{
    position: relative;
    background: #ffffff;
    padding:60px 0 30px  0!important;
    margin: 0;
}

footer::before{
    display: none;
    position: absolute;
    content: '';
    width: 100%;
    height: 300px;
    bottom: 0;
    left: 0;
    background: transparent url(../img/pattren-tribal-2.jpg) repeat-x bottom;
    background-size: 80px;
}


footer .overlay{
    position: relative;
    z-index: 1;
}

footer,
footer a{
    color: #492d3f;
}

footer a:hover{
    text-decoration: underline
}


footer .footer-head{
    display: grid;
    grid-template-columns: 1fr 2fr
    
}

footer .brand-logo{
    margin: 0 0 20px 0
}

footer .brand-logo .logo{
    display: inline-flex;
    width: 160px;
    background: #fff;
    padding: 20px;
}

footer .footer-head .reach-us{
    display: flex;
    flex-direction: column;
    flex-grow: 2;
}

footer .footer-head .reach-us .info-col{
    margin: 0 0 30px 0;
}

footer .footer-head .reach-us .info-col:last-child{
    margin-bottom: 0;
}

footer .footer-head .reach-us .info-col h6,
footer .footer-head .info-col h6{
    font-size: 18px;
}



footer .footer-head  .info-col a.link{
    font-size: 16px;
    font-weight: 500
}

footer .footer-head .reach-us .info-col a.link:hover{
    text-decoration: underline;
}


footer .other-info{
    display: flex;
    justify-content: flex-end;
}

footer .footer-bottom{
    border-top: solid 1px rgba(0,0,0,0.10);
    margin: 40px 0 0;
    padding: 10px 0 0 0;
    font-size: 12px;
    font-weight: 500;
}

footer nav.extra-links{
    margin: 20px 0 0 0;
}
footer nav.extra-links a{
    display: block;
    font-size: 13px;
    color: #8e8e8e;
    margin: 10px 0;

}

.footer-bottom-row,
.footer-bottom-row .fb-middle{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom-row ul li{
    display: inline-block;
    margin-left: 30px;
}


footer .site-links a{
    display: inline-block;
    margin: 0 15px 0 0;
}




.footer-icon span {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-right: 15px;
}
.footer-icon a {
	color: #999999;
	margin-right: 10px;
}

footer .social-icons {
    margin: 10px 0 0 0;
}

footer .social-icons a{
    border-radius: 80px;
    display: inline-block;
    background: transparent;
    text-align: center;
    margin: 0 10px 0 0;
}


footer .social-icons a i{
    font-size: 30px;
    line-height: 20px
}



footer .media-featured img{
    width: 200px
}


.copyright-area{
    border-top: 1px solid #085f9b;
}

.copyright p {
	color: #d5d5d5;
	margin: 0;
}

@media (width <= 1400px){
    
    section.section{
        padding: 60px 0
    }
    
    .section.section__curved{
        padding-bottom: 80px
    }
    
    .home-main-slider .brand-logo{
        width: 150px;
        height: 150px
    }
    
    .home-main-slider .silde-content-overlay .silde-content-inner{
        padding-top: 200px
    }
    
    .page-hero .brand-logo{
        width: 160px;
        margin-right: 60px
    }
    
    .page-hero .page-title{
        font-size: 50px
    }
    
    footer .brand-logo .logo{
        width: 160px;
        padding: 20px;
        border-radius: 60px;
    }
    
    footer .footer-head .info-col a.link{
        font-size: 18px
    }
    
    .sticky-buttons{
        top: 50%;
        right: -100px;
    }
    
}

@media (width <= 1280px){

    header .main-menu-area .main-menu nav.menu-nav{
        display: none;
    }

    .announcements{
        gap: 30px;
    }

    .announcements .govt-badge{
        padding-right: 30px;
    }

    .home-main-slider .brand-logo{
        left: inherit;
        right: 80px;
    }

    .home-main-slider .silde-content-overlay{
        justify-content: end;
    }

    

    .home-main-slider .silde-content-overlay .silde-content{
        width: 100%;
        height: auto;
    }
    .home-main-slider .silde-content-overlay .silde-content-inner{
        padding: 60px;
        margin:40px;
        transform: translateY(100px);
    }
    .home-main-slider .silde-content .heading{
        font-size: 28px;
    }

    .reachus-info .info-cards .card .card-content p{
        font-size: 15px;
    }

    footer .footer-bottom-row, .footer-bottom-row .fb-middle{
        align-items: flex-start;
    }

    footer .poweredby{
        text-align: right;
    }
}

@media (width <= 1000px) {

    body{
        font-size: 12px;
    }
    
    section.section{
        padding: 50px 0
    }
    
    
    ul.split_4{
        grid-template-columns: 1fr 1fr
    }
    
    header .main-menu-area .main-menu{
        justify-content: space-between
    }
    
    header .main-menu-area .brand-logo{
        width: auto;
        margin: 0;
    }

    header .main-menu-area .brand-logo img{
        border-radius: 0;
    }
    
    .home-main-slider .silde-content-overlay .silde-content{
        width: 90%
    }
    
    .home-main-slider .silde-content h1{
        font-size: 20px
    }
    
    .home-main-slider .silde-content .sub-heading{
        font-size: 14px
    }
    
    .page-hero .brand-logo{
        width: 120px;
        margin-right: 40px
    }
    
    
    
    .home-main-slider .brand-logo,
    .page-hero .brand-logo{
        /* display: none; */
        margin: 0;
        width: 100px;
        height: 100px;
        left: 20px;
        top: 20px;
        padding: 10px;
    }
    
    .page-hero .page-title{
        font-size: 46px
    }
    
    .home-main-slider .silde-content-overlay .silde-content-inner{
        width: 80%;
        padding: 30px 40px;
    }
    
    header .main-menu-area .main-menu nav.menu-nav{
        display: none
    }
    
    
    .announcements .content-wrapper{
        flex-direction: column-reverse;
        gap: 10px;
        font-size: 11px;
    }

    .announcements .govt-badge{
        width: 100%;
        border-right: none;
        border-left:none;
        border-bottom: solid 1px rgba(0, 0, 0, 0.05);
        padding: 0 0 10px 0;
    }

    .supporters-list ul li figure{
        height: 100px;
    }

    .supporters-list ul li figure img{
        width: auto!important;
        height: 100%;
        max-width: inherit;
    }
    
    
    .awards .presenter .presenter-logo{
        display: none
    }
    
    .awards .presenter .award-info{
        margin: 0
    }
    
    .about .statics .static-item{
        margin: 0;
        gap: 10px;
    }
    
    .about .statics .static-item.even-2,
    .about .statics .static-item.even-4{
        margin:0
    }

    .core-products-list .core-product ul{
        flex-direction: column;
    }
    
    .media .media-teaser{
        grid-template-columns:1fr
    }
    
    footer .footer-head{
        grid-template-columns: 1fr 2fr;
    }
    
    footer .footer-head .info-col a.link{
        font-size: 16px
    }
    
    footer .other-info{
        display: none
    }
}



@media (width <= 600px){
    

    .sticky-buttons {
        top: inherit;
        bottom: 160px;
        left: -136px;
        right: inherit;
        display: none;
    }

    .offcanvas-menu{
        width: 90%;
    }

    .btn {
        padding: 10px 10px 10px 20px;
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: 500;
    }

        section.section{
        padding: 30px 0;
    }

    .section-title .title-text{
        font-size: 18px;
    }

    .page-hero{
        min-height: 540px;
        padding: 120px 0 30px 0;
    }
    .page-hero .page-title {
        font-size: 26px;
    }
    .page-hero .page-brief{
        font-size: 13px;
        margin: 20px 0;
    }

    header.header-default .main-menu-area{
        height: 70px;
    }

    header .main-menu-area .top-right-icons .icon{
        font-size: 12px;
        margin: 0 0 0 15px;
    }

    header .main-menu-area .primary-number{
        font-size: 13px;
    }

    header .main-menu-area .top-right-icons .link-icon .text{
        display: none;
    }

    



    .media .card .title-text{
        font-size: 16px;
    }

    .announcements .govt-badge{
        display: none;
    }

    .announcements .latest-feed{
        font-size: 12px;
    }
    
    .home-main-slider{
        background-color: #ffffff;
    }

    .home-main-slider .silde-content-overlay{
        justify-content: end;
    }
    
    .home-main-slider .silde-content-overlay .silde-content-inner{
        padding: 25px 35px;
        margin: 60px 40px;
    }

    .home-main-slider .brand-logo,
    .page-hero .brand-logo{
        width: 80px;
        height: 80px;
        left: 20px;
        top: 60px;
        padding: 10px;
    }

    .home-main-slider .slider-controls{
        height: 24px;
        bottom: 0;
    }
    .slider-1 .slider-controls .slider-counter{
        font-size: 10px;
        line-height: 24px;
    }

    .home-main-slider.slider-1 .image .img-sm{
        min-height: auto;
    }

    .home-main-slider .silde-content-overlay .silde-content{
        width: 100%;
    }

    .home-main-slider .silde-content-overlay .silde-content-inner{
        border-radius: 0;
        padding: 30px;
        margin: 0;
        width: 100%;
    }

    .home-main-slider .silde-content .heading{
        font-size: 24px;
        margin: 0 0 8px 0;
    }

    .home-main-slider .silde-content .sub-heading{
        font-size: 12px;
        line-height: 1.2;
        margin: 0 0 15px 0;
    }

    .home-main-slider .silde-content .btn{
        font-size: 11px;
        padding: 5px 15px;

    }

   

    .home-main-slider .owl-dots::-webkit-scrollbar {
        display: none;
    }

    .home-main-slider .pagi-btn{
        font-size: 10px;
    }

    /* dots container */
.home-main-slider .owl-dots {
    display: none!important;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 90%;
    height: 60px;
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    justify-content: flex-start;
    padding: 5px 0;
    scrollbar-width: none; /* Firefox */
}

.home-main-slider .owl-dots::-webkit-scrollbar {
    display: none; /* Chrome */
}

/* dot button */
.home-main-slider .owl-dot {
    flex: 0 0 auto;
    margin: 0;
}

.home-main-slider .owl-dot span {
    padding: 6px 12px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    white-space: nowrap;
}

.home-main-slider .owl-dot.active span {
    background: #fff;
    color: #000;
}

.home-main-slider .owl-carousel .owl-nav{
    bottom: 10px;
}

.about .statics{
    flex-wrap: nowrap;
    flex-direction: column;
}

    .content-block p{
        font-size: 13px;
    }

    .about .page-hero:before{
        background-image: url(../img/banner-mobile-aboutus.png);
        background-position: center;
    }

    

    .about .page-hero .statics{
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 10px;
        padding: 20px;
        overflow-x: scroll;
    }

    .about .statics .card{
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.30);
    }

    section.media-showcase{
        margin-bottom: 0;
    }
    
    .awards{
        text-align: center;
        border-radius: 20px;
    }
    
    .awards .presenter{
        padding: 20px
    }
    
    .awards .presenter .award-title{
        text-align: left;
        padding: 10px 20px;
        border-radius: 20px
    }
    
    .awards .presenter .award-title h5{
        font-size: 18px
    }
    
    .awards .presenter .award-momentum{
        position: absolute;
        top: 30px; 
        right: -30px;
    }

    .whatwedo{
        margin: 0;
        padding: 30px 0;
    }

    .whatwedo-brief{
        flex-direction: column;
        gap: 30px;
    }

    .whatwedo-brief .whatwedo-text{
        width: 100%;
        
    }
    
    .testimonials .client-feedback{
        padding: 20px
    }
    
    .testimonials .owl-dots{
        bottom: -25px
    }
    
    .about .ceo-statement{
        padding: 30px 30px 120px 30px;
        min-height: auto;
    }
    .about .ceo-statement .title{
        font-size: 24px;
    }
    .about .ceo-statement .statement-text{
        font-size: 16px;
    }

    .about-brief .features{
        flex-wrap: wrap;
        gap: 0;
    }

    .features .feature-item{
        width: 100%;
        flex: 1 100%;
    }
    
    .features .feature-item .content p{
        margin: 0;
    }

    .process-cards .card{
        height: 360px
    }
    
    .process-cards .card .card-img-overlay p{
        display: block
    }
    
    .process-cards .card .card-img{
        transform: scale(1.5);
    }
    
    section.services{
        padding-bottom: 0
    }

    .supporters{
        padding: 40px 0;
    }
    
    
    .supporters .section-title{
        padding: 0 0 20px 0
    }
    
    .supporters-list ul{
        margin: 0;

    }

    .supporters-list ul li{
        padding: 0 10px;
    }

    .supporters-list ul li img{
        max-width: 100%;
        height:auto;
    }
    
    .about-brief p.lead{
        margin: 20px 0 30px 0
    }
    
    .what-we-do .features{
        margin: 40px 0 0 0
    }

    .media .card p{
        font-size: 12px;
    }

    .products .page-hero:before{
        background-image: url(../img/banner-mobile-products.png);
    }

    /* .products .page-hero{
        min-height: 46vh;
    }

    .products .page-hero:before {
        background-position: top center;
        background-size: cover;
        width: 50%;
        right: 0;
        left: inherit;
    }

    .products .page-hero h4 span{
        font-size: 14px;
        display: block;
    } */

    .products .products-list{
        grid-template-columns: 1fr;
    }

    .reachus-info .info-cards .card .card-content p{
        font-size: 14px;
    }

    .reachus-info .info-cards .card .card-cta p{
        font-size: 13px;
    }

    footer{
        padding-bottom: 80px!important;
    }
    
    footer .footer-head{
        grid-template-columns: 1fr;
    }
    
    footer .footer-head .reach-us{
        margin: 40px 0 0 0
    }
    
    footer .footer-bottom-row{
        flex-direction: column
    }
    
    footer .social-icons{
        margin: 0 0 20px 0
    }
    
    footer .social-icons a{
        margin: 0 20px 0 0
    }

    footer .copyright{
        margin: 20px 0 10px 0;
    }

     footer .poweredby{
        text-align: left;
        flex-direction: column;
        display: flex;
        gap: 10px;
    }
}

