@charset "utf-8";
/* CSS Document */



@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Regular.eot');
    src: url('../fonts/PlusJakartaSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Regular.woff') format('woff'),
        url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype'),
        url('../fonts/PlusJakartaSans-Regular.svg#PlusJakartaSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-ExtraLight.eot');
    src: url('../fonts/PlusJakartaSans-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlusJakartaSans-ExtraLight.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-ExtraLight.woff') format('woff'),
        url('../fonts/PlusJakartaSans-ExtraLight.ttf') format('truetype'),
        url('../fonts/PlusJakartaSans-ExtraLight.svg#PlusJakartaSans-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Bold.eot');
    src: url('../fonts/PlusJakartaSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlusJakartaSans-Bold.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Bold.woff') format('woff'),
        url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype'),
        url('../fonts/PlusJakartaSans-Bold.svg#PlusJakartaSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Medium.eot');
    src: url('../fonts/PlusJakartaSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlusJakartaSans-Medium.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Medium.woff') format('woff'),
        url('../fonts/PlusJakartaSans-Medium.ttf') format('truetype'),
        url('../fonts/PlusJakartaSans-Medium.svg#PlusJakartaSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Italic.eot');
    src: url('../fonts/PlusJakartaSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlusJakartaSans-Italic.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Italic.woff') format('woff'),
        url('../fonts/PlusJakartaSans-Italic.ttf') format('truetype'),
        url('../fonts/PlusJakartaSans-Italic.svg#PlusJakartaSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Regular.eot');
    src: url('../fonts/PlusJakartaSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Regular.woff') format('woff'),
        url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype'),
        url('../fonts/PlusJakartaSans-Regular.svg#PlusJakartaSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




*{
	margin:0;
	padding:;
}

body{
	font-family: 'Plus Jakarta Sans'!important;
	font-weight:normal;
}
.heading{
	font-size:48px;
	font-weight: 500;
	line-height:1;
}
a{
	outline:none;
	text-decoration:none;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
}
a:focus{
	outline:none!important;
	box-shadow:none!important;
}
p{
	font-size:16px;
	line-height:24px;
	/*color:#666666;*/
	color: #666666;
}
.logo img{
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
}
.black-logo{
	display:none;
	opacity:0;
}
.desktop_none {
    display: none;
}
.darkHeader .black-logo{
	display:block;
	opacity:1;
}
.darkHeader .color-logo{
	display:none;
	opacity:0;
}
.container{
	max-width:1174px;
	width:100%;
	margin:0 auto;
	padding:0 20px;
}
.top_section {
    padding-top: 18px;
	padding-bottom:18px;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 99;
	background:rgba(255,255,255,0);
	border-bottom:1px solid rgba(0,0,0,0);
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
}
.darkHeader{
	background:rgba(255,255,255,1);
	border-bottom:1px solid rgba(0,0,0,0.07);
}
.darkHeader .navbar-nav > li > a {
    color: #000;
}
.logo{
	float:left;
	width: 30%;
}
.darkHeader.top_section {
    padding-top: 10px;
    padding-bottom: 10px;
}
.logo a{
	float:left;
	width:100%;
	max-width:323px;
	margin-top: 0;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.darkHeader .logo a {
    max-width: 225px;
}
.logo img{
	width:100%;
}
.navigation{
	float:right;
	width: 50%;
}
.get-intouch-btn {
    width: 20%;
	align-self: center;
}
.menutext {
    display: none;
}
.navbar-toggle {
    display: none;
}
#mo_menu {
    display: none;
}
.navbar{
	padding:0;
}
.nav.navbar-nav {
	display: inherit;
	margin: 0 0 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.navbar-nav li{
	float:left;
	padding:0 0 0 28px;
	line-height: 40px;
}
.navbar-nav li:first-child{
	padding:0;
}
.navbar-nav li a{
	color:#fff;
	letter-spacing:1px;
	text-decoration:none;
}
.open > .dropdown-menu{
	display:block;
}
.active_head .navbar-nav > li > a{
	padding-bottom:25px;
}
.active_head .navbar-nav > li > .dropdown-menu{
	top: 40px
}
.navbar-nav > li > a {
    padding: 0 0 0;
    color: #fff;
	font-family: 'Plus Jakarta Sans';
	font-weight:500;
    /*font-size: 15px;*/
	font-size:13px;
	text-transform:uppercase;
	float: left;
}
.dropdown-menu {
    background:none;
	padding:0px 0;
	margin:0;
	border:none;
	border-radius:0;
	float: left;
	width: 190px;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 30px;
    background: #fff;
	font-family: 'Plus Jakarta Sans';
	top:100%;
    padding:5px 0;
}
li.dropdown:hover .dropdown-menu {
    display: block;
	position:absolute;
}
.navbar-nav .dropdown-menu li {
    float: left;
    width: 100%;
    padding: 4px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
	line-height:normal;
}
.navbar-nav .dropdown-menu li:last-child{
	border-bottom:0;
}
.navbar-nav .dropdown-menu li a {
    font-size: 16px;
    padding: 0 0px;
    float: left;
    width: auto;
    color: #000;
    margin: 5px 0;
    font-weight: 500;
}
.navbar-nav .dropdown-menu li a:hover{
        color: #a52e2e;
}
.dropdown, .dropup {
    position: relative;
}
.open > .dropdown-menu {
    display: block;
}
.contact-link a {
    font-family: 'Plus Jakarta Sans';
    font-weight: normal;
    float: left;
    width: 100%;
    /*max-width: 137px;*/
    height: 41px;
    background: #a52e2e;
    color: #fff;
    font-size: 14px;
    border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-link a:hover{
	background:#000;
}
.content-justify {
    justify-content: center;
}
.services-img img {
    width: 100%;
}
.contact-link {
	float:right;
    width: 100%;
    max-width:190px;
}
.slide{
	height:100vh;
}
.slide {
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.caption {
    padding: 0 20px;
}
.caption h2 {
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}
.caption {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	height: 100%;
}
.caption h1 {
	font-weight: bold;
	font-size: 48px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	margin-top: 17px;
	padding-bottom: 38px;
}
.red-text{
	color:#a52e2e;
}
.slide-btn {
    width: 100%;
    display: flex;
    max-width: 240px;
    height: 51px;
    background: #a52e2e;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    align-items: center;
    justify-content: center;
}
.slide-btn:hover{
	color:#000;
	background:#fff;
}
.image-grid{
	position:relative;
}
.img1 {
    max-width: 230px;
    width: 100%;
}
.img2 {
    padding-top: 100px;
    position: absolute;
    left:71px;
    right: 0;
}
.img2 img{
	max-width:480px;
	width:100%;
}
.img3 {
    top: 200px;
    position: absolute;
    right: 70px;
}
.image-grid img {
    width: 100%;
}
.hero-slider ul.slick-dots {
    position: absolute;
    bottom:20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.hero-slider ul.slick-dots button {
    border: 0;
    width: 10px;
    height:10px;
    font-size: 0;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: inline-block;
	border:1px solid #fff;
	padding:2px;
	background:#fff
}
.hero-slider ul.slick-dots li {
    display: inline-block;
    margin: 0 4px;
}
.hero-slider .slick-active button{
	background:transparent!important;
}
.how-work-section {
    padding-top: 125px;
    padding-bottom: 152px;
}
.accordion-item {
    border: 0;
}
button.accordion-button {
	font-size: 20px;
	color: #000;
	padding: 0 0 0;
}
.accordion-button:not(.collapsed) {
	background: none;
	color: #000;
	box-shadow: none;
	padding-bottom: 0;
}
.accordion-body {
    padding:20px 0 0;
    font-size: 16px;
    color: #666666;
}
.accordion-item {
    border-top: 1px solid #000!important;
    border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	padding-top:14px;
	padding-bottom:20px;
}
.div-accordion .heading {
    margin-bottom: 40px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button::after {
    background-size: 14px;
}
.accordion button:focus {
    box-shadow: none;
    outline: none;
}
.accordion-btn a {
    background: #000;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    max-width: 247px;
    width: 100%;
    display: flex;
    text-align: center;
    height: 47px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.accordion-item:last-child {
    border-bottom: 1px solid #000;
    margin-bottom: 44px;
}
.accordion-btn a:hover{
	background:#a52e2e;
}
.sub-title {
    font-size: 13px;
    text-transform: uppercase;
    color: #666666;
}
.services-accordion .sub-title {
    padding-bottom: 15px;
}
.services-accordion .heading {
    padding-bottom: 16px;
}

/* Verticle Tabs */


.tabs_wrapper {
    width: 100%;
    text-align: center;
    margin:32px 0 0;
    background: transparent;
    display: flex;
}

ul.tabs {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
  margin: 0 0 0;
  padding: 0;
  width: 100%;
  list-style: none;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.tabs li {
    margin: 0 0 5px;
    padding: 0;
    cursor: pointer;
    color: #000;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 12px;
    font-weight: 500;
	opacity:0.5;
	line-height: 1.6;
}
ul.tabs li span{
	font-size:26px;
	border-bottom: 2px solid transparent;
}
ul.tabs li:hover {
  color: #000;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity:1;
}
ul.tabs li.active span, ul.tabs li:hover span {
    border-bottom: 2px solid #000!important;
}
ul.tabs li.active {
  color: #000;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity:1;
}

.tab_container {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 20;
	left: 209px;
	width: 100%;
	max-width: 360px;
	text-align: left;
	background:#f1f1f1;
	min-height: inherit !important;
	top:15px;
	padding: 48px;
}

.tab_content {
  padding: 0;
  height: 100%;
  display: none;
}
.tab_drawer_heading {
  display: none;
}
.tabs_wrapper li {
    text-align: left;
}
.tabs_wrapper em {
    font-style: normal;
    position: relative;
    top: -5px;
    font-weight: 600;
	opacity: 0;
	-ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.tabs li.active em, ul.tabs li:hover em {
    opacity: 1;
}
.tab_container h2 {
    font-size: 24px;
}
.parallax-section {
    background-size: cover !important;
    height: 528px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 120px;
}
.parallax-section h2, .parallax-section h3{
    text-align: center;
	color:#fff;
}
.parallax-section h3 {
	font-size: 18px;
	letter-spacing: 1px;
}
.parallax-section h2 {
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: 1.5px;
	padding-top: 23px;
	padding-bottom: 28px;
    max-width: 674px;
    width: 100%;
}
.parallax-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.text-align-center {
    text-align: center;
}
.client-logos-section {
    padding:65px 0 82px;
}
.client-logos ul {
    text-align: center;
    display: flex;
    column-gap: 62px;
    margin:47px 0 0;
    padding: 0;
}
.client-logos ul {
    text-align: center;
}
.client-logos ul li {
    list-style: none;
    display: inline-block;
}
.border-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}
.border-title:after {
    content: close-quote;
    position: absolute;
    width: 70px;
    height: 2px;
    background: #d60600;
    bottom: -7px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.our-section-grid h6 {
    width: 100%;
    max-width: 460px;
    margin:27px auto 0;
    text-align: center;
    color: #666666;
	font-weight:normal;
	font-size: 15px;
}
.services-box {
	position: relative;
    background: #f6f6f6;
    padding: 24px 30px;
}
.services-box h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.services-box p {
    font-size: 14px;
}
.btn {
    font-size: 15px;
	padding:0;
}
.btn i {
    margin-left: 4px;
	-ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover i{
	margin-left:8px;
}
.icon-box {
    position: absolute;
    top: -50px;
    right: 16px;
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e6e6e6;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
.mb-94 {
    margin-bottom: 94px;
}
.our-section-grid .col-sm-4.col-md-4 {
    margin-bottom: 70px;
}
.skills-img {
    position: relative;
}
img.green-img {
    position: absolute;
    left: -188px;
    top: 86px;
}
img.dotted-img {
    position: absolute;
    left: -85px;
    bottom: -54px;
    z-index: -1;
}
.img1-img {
    width: 100%;
    padding-right: 60px;
}
.skills-info h2.heading {
    padding-bottom: 45px;
}
.team-grid {
	display: flex;
	justify-content: space-between;
	margin-top: 55px;
}
.team-box{
	float:left;
	width:100%;
	max-width: 195px;
}
.team-inner-box {
    background: #f1f1f1;
	padding: 38px 15PX;
	text-align: center;
}
.team-inner-box h2 {
    font-size: 20px;
    font-weight: 600;
	margin-bottom: 3px;
}
.team-inner-box p {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
	margin: 0;
}
.team-inner-box img {
    width: 84px;
    height: 84px;
	margin-bottom: 15px;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
.tooltip-box {
    background: #ef5c72;
    width: 100%;
    max-width: 210px;
    position: relative;
	left: 39px;
}
.tooltip-box h2 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    padding:12px 0 12px 20px;
}
.tooltip-box:after {
    content: close-quote;
    position: absolute;
    width: 22px;
    height: 16px;
    clip-path: polygon(0% 0%, 99% 0%, 0% 100%);
    background: #ef5c72;
    bottom: -15px;
    left: 29px;
}
.blue-color {
    background: #7054e6;
}
.blue-color:after {
    background: #7054e6;
}
.team-box:last-child {
    right: 88px;
    position: relative;
	top: 54px;
}
.dotted-img {
    -webkit-animation: action 1s infinite  alternate;
    animation: action 1.6s infinite  alternate;
}

@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}



/*Footer Css*/

.footer-section{
	background:url(../img/footer-bg.jpg) no-repeat top center;
	background-size:cover!important;
	margin-top:136px;
	padding-top: 112px;
}
.footer_social p {
    color: #fff;
    max-width: 200px;
    width: 100%;
}
.footer_social ul {
    margin: 0;
    padding: 0;
    display: flex;
	column-gap: 8px;
}
.footer_social ul li {
    list-style: none;
}
.footer_social ul li a {
    display: flex;
    width: 41px;
    height: 41px;
    background: #2a3037;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff;
}
.footer_social ul li a:hover{
	background:#fff;
	color:#2a3037;
}
.footer-section h3 {
    font-size: 16px;
    color: #fff;
	padding-bottom: 18px;
}
.footer_menu_col ul {
    margin: 0;
    padding: 0;
}
.footer_menu_col ul li {
    list-style: none;
    margin-top: 8px;
}
.footer_menu_col ul li a {
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
}
.footer_menu_col ul li a:hover, .footer_contact ul li a:hover {
	opacity:1;
}
.footer_menu {
    display: flex;
    column-gap: 80px;
}
.footer_contact ul {
    margin: 0;
    padding: 0;
}
.footer_contact ul li {
    list-style: none;
    display: flex;
    column-gap: 20px;
    margin-top: 12px;
}
.footer_contact ul li a {
    color: #fff;
    font-size: 14px;
    opacity: 0.6;
}
.footer_contact i {
    color: #ac2e2e;
    font-size: 16px;
    display: inline-block;
    width: 15px;
}
.footer-social-box{
	align-self: center;
}
.footer-newsletter {
    position: relative;
	display: flex;
    align-items: center;
	margin-top: 25px;
}
.footer-newsletter input[type="email"] {
    width: 100%;
    border: 0;
    height: 62px;
    padding: 15px 30px;
    border-radius: 32px;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	outline:none;
	font-size:14px;
}
.footer-newsletter button {
    position: absolute;
    right:12px;
    border: 0;
    background: #a52e2e;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-newsletter button:hover{
	background:#191e24;
}
.footer-newsletter button i {
    color: #fff;
}
.footer-newsletter input::-moz-placeholder{
	color:#000;
	opacity:0.6;
	font-size:14px;
}
.footer-newsletter input::-webkit-input-placeholder{
	color:#000;
	opacity:0.6;
	font-size:14px;
}
.copyright_col {
    border-top: 1px solid rgba(255, 255, 255, .3);
	margin-top: 116px;
	padding-top: 25px;
}
.copyright_col p {
    font-size: 13px;
}
.dektop_none{
	display:none;
}
.parallax-info a.slide-btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}

/*Sub page header css*/

.sub-page {
    padding-top: 86px;
}
.sub-page .top_section {
    background: #000;
}

.article-section ul {
Color:#666666;
}

.article-section ol {
	color: #666666;
}

.sub-page .darkHeader {
    background: #fff;
}