html {
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif;
    color: #444444;
    overflow-x: hidden;    
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
}

.mt-100 {
    margin-top: 100px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-70 {
    margin-bottom: 70px;
}




.mb-50 {
    margin-bottom: 50px;
}

/* @media (min-width: 1200px) {
    .container {
        max-width: 1000px;
    }
} */

@media (min-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1580px) {
    .container {
        max-width: 1300px;
    }
}


.f-20 {
    font-size: 20px;
}

.mt-300 {
    margin-top: 300px !important;
}

.mt-360 {
    margin-top: 360px !important;
}

.layout_padding {
    padding: 100px 0;
}

.layout_padding2 {
    padding: 45px 0;
}

.layout_padding2-top {
    padding-top: 45px;
}

.layout_padding2-bottom {
    padding-bottom: 45px;
}

.layout_padding-top {
    padding-top: 75px;
}

.layout_padding-bottom {
    padding-bottom: 75px;
}

/* .heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.heading_container h2 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.heading_container h2::before,
.heading_container h2::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 1px;
    background-color: #00b3c6;
}

.heading_container h2::before {
    left: -10px;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.heading_container h2::after {
    right: -10px;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
}

.heading_container span {
    font-size: 20px;
    color: #bfbfbf;
} */

/*header section*/



/* .hero_area {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.hero_bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero_bg_box .img-box {
    width: 100%;
}

.hero_bg_box .img-box img {
    min-width: 100%;
    min-height: 100%;
}

.hero_bg_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.35)));
    background: linear-gradient(to left, rgb(0 0 0 / 0%), rgb(0 0 0));
}

.sub_page .hero_area {
    min-height: auto;
}

.sub_page .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding-bottom: 21px;
}

.hero_area.sub_pages {
    height: auto;
}

.header_section {
    padding: 0;
}

.header_section .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 30px;
}

.header_section .nav_container {
    margin: 0 auto;
}

#navbarSupportedContent {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.custom_nav-container {
    z-index: 99999;
    padding: 0;
}

.custom_nav-container .navbar-nav {
    margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 0;
    padding: 0 15px 10px 15px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
    font-weight: 700;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a:hover,
a:focus {
    color: initial;
}

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-brand span {
    font-weight: bold;
    color: #ffffff;
    font-size: 24px;
}

.custom_nav-container .navbar-toggler {
    outline: none;
}

.custom_nav-container .navbar-toggler {
    padding: 0;
    width: 37px;
    height: 42px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
    display: block;
    width: 32px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 15px;
    margin: 7px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    border-radius: 15px;
    top: -10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
    top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
} */

/*end header section*/
/* slider section */
/* .slider_section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
}

.slider_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider_section .detail-box {
    width: 100%;
    margin: 0 auto;
}

.slider_section .detail-box h1 {
    text-transform: uppercase;
    font-size: 3rem;
    color: #ffffff;
    font-weight: 600;
}

.slider_section .detail-box h1 span {
    color: #00b3c6;
}

.slider_section .detail-box p {
    margin-top: 25px;
}

.slider_section .detail-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}

.slider_section .detail-box .btn-box a {
    width: 180px;
    text-align: center;
    margin: 5px;
}

.slider_section .detail-box .btn-box .btn-1 {
    display: inline-block;
    padding: 10px 35px;
    background-color: #00b3c6;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-1:hover {
    background-color: transparent;
    border-color: #00b3c6;
    color: #00b3c6;
}

.slider_section .detail-box .btn-box .btn-2 {
    display: inline-block;
    padding: 10px 35px;
    background-color: #ff6600;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-2:hover {
    background-color: transparent;
    border-color: #ff6600;
    color: #ff6600;
}

.slider_section .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slider_section .img-box img {
    width: 100%;
}

.slider_section .idicator_container {
    position: relative;
}

.slider_section ol.carousel-indicators {
    margin: 0;
    bottom: -75px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    left: auto;
    right: auto;
}

.slider_section ol.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    background-color: #00b3c6;
    opacity: 1;
    border: none;
    margin: 0 4px;
}

.slider_section ol.carousel-indicators li.active {
    background-color: #ffffff;
} */










/**********************/
/*     Navigation     */
/**********************/
.navbar {
	background-color: #000000;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0.875rem;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
}

.navbar .navbar-brand {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.navbar .logo-image img {
	height: 50px;
}

.navbar .logo-text {
	color: #ffffff;
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 1rem;
	text-decoration: none;
}

.offcanvas-collapse {
	position: fixed;
	top: 3.25rem; /* adjusts the height between the top of the page and the offcanvas menu */
	bottom: 0;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	visibility: hidden;
	background-color: #000000;
	transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.offcanvas-collapse.open {
	visibility: visible;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar .nav-item .nav-link {
    font-size: 16px;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	color: #eeeeee;
	text-decoration: none;
	transition: all 0.2s ease;
}

/* .navbar .nav-item.dropdown.show .nav-link,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
	color: #00db8e;
} */

/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
	}
}

.navbar .dropdown-menu {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
    padding: 26px 16px;
	border: none;
	background-color: #ffffff;
}

.navbar .dropdown-item {
    padding: 14px 160px 14px 30px;
	color: #000000;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 0.875rem;
	text-decoration: none;
}

.navbar .dropdown-item:hover {
    color: #00aa6e;
    background: none;
}

.navbar .dropdown-divider {
	width: 100%;
	height: 1px;
	margin: 0.5rem auto 0.5rem auto;
	border: none;
	background-color: #505050;
}
/* end of dropdown menu */

.navbar .fa-stack {
	width: 2em;
	margin-right: 0.25rem;
	font-size: 0.75rem;
}

.navbar .fa-stack-2x {
	color: #c2337b;
	transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
	color: #ffffff;
	transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
	color: #ffffff;
}

.navbar .fa-stack:hover .fa-stack-1x {
	color: #c2337b;
}

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}


.navbar .title-category {
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
}

.navbar .title-category:hover {
    color: #000000;
    font-weight: 700;
}



/*****************/
/*    Header     */
/*****************/
.header {
	padding-top: 7rem;
	background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('img/header-background.jpg') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.header .image-container {
	margin-bottom: 2.75rem;
}

.header .company-name-header {
    font-size: 76px;
    font-weight: 900;
    color: #ffffff;
    line-height: 70px;
    margin-top: -42px;
    margin-bottom: -30px;
}

@media (max-width: 991px) {
    .header .company-name-header {
        margin-top: 70px;
        margin-bottom: auto;
    }
}

@media (max-width: 1200px) {
    .header .company-name-header {
        font-size: 60px;
        line-height: 60px;
    }
}


.header .text-container {
	margin-bottom: 7rem;
}

.header h3 {
    margin-bottom: 46px;
	color: #ffffff;
}

.header .btn-solid-lg:hover {
	border: 1px solid #ffffff;
	color: #ffffff;
}

.header .services {
	padding-top: 4.5rem;
	padding-bottom: 0.375rem;
    background: linear-gradient(to bottom right, #009d4d, #00d9e3);
    box-shadow: 0 0 #b1b1b1, 0 0 #a5a5a5, 0 10px 9px -3px rgb(159 159 159 / 38%), 0 4px 6px -2px rgba(0, 0, 0, .05);
}

.header .our-process {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    min-height: 46px;
    justify-content: center;
    align-items: center;
    margin-top: -20px;
    margin-bottom: 60px;
}

.header .card {
	margin-bottom: 4rem;
	border: 0;
	background-color: transparent;
}

.header .card i {
	margin-bottom: 1.75rem;
	color: #ffffff;
	font-size: 4rem;
}

.header .card-body {
	padding: 0;
}

.header .card h5 {
	color: #ffffff;
    display: flex;
    min-height: 46px;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
}

.header .card .card-text {
	color: #ffffff;
    height: 100px;
    display: flex;
    align-items: center;
}




@media (min-width: 992px) {
    /* Navigation */
	.navbar {
		padding-top: 1.75rem;
		background-color: transparent;
		box-shadow: none;
		transition: all 0.2s;
	}

	.navbar.top-nav-collapse {
        padding-top: 24px;
        padding-bottom: 20px;
        background-color: #000000;
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.025);
	}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

	.offcanvas-collapse.open {
		-webkit-transform: none;
		transform: none;
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.navbar .nav-item .nav-link {
		padding-right: 16px;
        padding-left: 16px;
	}

	.navbar .dropdown-menu {
		margin-top: 0.25rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
        top: 50px;
    border-radius: 8px;
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .social-icons {
		margin-left: 0.5rem;
	}
	
	.navbar .fa-stack {
		margin-right: 0;
		margin-left: 0.25rem;
	}

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }
	/* end of navigation */


	/* Header */
	.header {
		padding-top: 14rem;
		text-align: left;
	}

	.header .image-container {
		margin-bottom: 0;
	}

	.header .text-container {
		margin-bottom: 11rem;
	}

	.header .services {
		text-align: center;
	}

	.header .card {
		display: inline-block;
		width: 290px;
		vertical-align: top;
	}

	.header .card:nth-of-type(3n+2) {
        margin-right: 36px;
        margin-left: 36px;
	}
	/* end of header */
}

@media (min-width: 960px) {
    .info_section .container {
        max-width: 1100px;
        padding-left: 40px;
    }

    .info_section .info_info {
        max-width: 1100px;
        padding-left: 40px;
    }
}

@media (min-width: 1200px) {
    /* Navigation */
	.navbar .container {
		max-width: 1430px;
	}
	/* end of navigation */

    .info_section .container .info_info {
        padding-right: 56px;
    }

	/* Header */
	.header {
		position: relative;
        padding-top: 250px;
        padding-bottom: 500px;
	}

	.header .text-container {
        margin-top: 20px;
		margin-bottom: 0;
        margin-left: 70px;
	}

	.header .services {
		position: absolute;
		right: 0;
		bottom: -8rem;
		left: 0;
		width: 1090px;
		margin-right: auto;
		margin-left: auto;
        border-radius: 20px;
	}

	.header .card {
		width: 290px;
	}

	.header .card:nth-of-type(3n+2) {
        margin-right: 36px;
        margin-left: 36px;
	}
	/* end of header */
}

@media (min-width: 1300px) {
    .header .services {
        width: 1180px;
	}

    .header .card:nth-of-type(3n+2) {
        margin-right: 60px;
        margin-left: 60px;
    }
}

@media (min-width: 1500px) {
    .info_section .container {
        max-width: 1300px;
    }
}


.btn-solid-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border-radius: 32px;
	background-color: #00aa6e;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-lg:hover {
	background-color: transparent;
	color: #c2337b; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}








.do_section {
    margin-bottom: 110px;
    background: #00858b;
    padding-top: 120px;
    padding-bottom: 120px;

    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(img/target-bg3.jpg) center center no-repeat;
    background-size: cover;
    color: #ffffff;
    text-align: center;
    padding: 130px 0;
    background-attachment: fixed;
}

/* .do_section::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -50px;
    height: 200px;
    width: 130%;
    background-color: #e4ebeb;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-3deg);
} */

/* .do_section::after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: -50px;
    height: 200px;
    width: 130%;
    background-color: #e4ebeb;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-3deg);
} */

.do_section .container {
    z-index: 9;
    position: relative;
}

.custom-shape-divider-top-1710883552 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1710884946 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.do_section .heading_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.do_section .heading_container h2 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1em;
    letter-spacing: -2px;
    margin-bottom: 30px;
}

.do_section .heading_container .btn-do-section {
    display: inline-block;
    padding: 22px 38px;
    border-radius: 32px;
    background-color: #00cfca;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
    margin-top: 40px;
}

.do_section .heading_container p {
    font-size: 18px;
    color: #ffffff;
    max-width: 870px;
    margin: auto;
}

.do_section .do_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
}

.do_section .do_container .box {
    text-align: center;
    position: relative;
    margin: 35px 35px 50px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 5;
}

.do_section .do_container .box .img-box {
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #353434;
    border-radius: 100%;
    box-shadow: 0 0 #000, 0 0 #000, 0 10px 15px -3px rgb(187 187 187 / 84%), 0 4px 6px -2px rgb(155 155 155);
}

.do_section .do_container .box .img-box i {
    font-size: 32px;
    color: #ffffff;
}

.do_section .do_container .box .img-box svg {
    color: #ffffff;
    width: 40px;
    height: 40px;
}

.do_section .do_container .box .detail-box {
    margin-top: 24px;
}

.do_section .do_container .box .detail-box h6 {
    margin: 0;
}

.do_section .do_container .box .detail-box span {
    color: #868e96;
}

.do_section .do_container .box:hover .img-box {
    background-color: #00b3c6;
}

/* .do_section .do_container .arrow_bg::before {
    content: "";
    position: absolute;
    top: -23px;
    left: -17px;
    width: 262%;
    height: 90%;
    z-index: 3;
    background-size: cover;
  } */

/*  .do_section .do_container .arrow-start::before {
    background-image: url(img/arrow-start.png);
  }
  
  .do_section .do_container .arrow-middle::before {
    background-image: url(img/arrow-middle.png);
  }
  
  .do_section .do_container .arrow-end::before {
    background-image: url(img/arrow-end.png);
  } */

.who_section {
    margin-top: 200px;
    margin-bottom: 180px;
}

.who_section .heading_container h2 {
    color: #232323;
    font-size: 34px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1em;
    letter-spacing: -2px;
}

.who_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.who_section .img-box {
    position: relative;
}

.who_section .img-box img {
    width: 100%;
}

.who_section .img-box .picture {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.who_section .img-box .picture.pic-2 {
    position: absolute;
    top: 28px;
    left: -140px;
    z-index: 9;
    width: 220px;
}

.who_section .img-box .picture.pic-3 {
    position: absolute;
    bottom: 30px;
    right: -100px;
    z-index: 9;
    width: 330px;
}

.who_section .img-box .play-btn {
    width: 140px;
    height: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: hue-rotate(338deg);
    cursor: pointer;
}

.who_section .detail-box {
    margin-left: 150px;
}

.who_section .detail-box {
    margin-left: 150px;
}

.who_section .row.col-left .detail-box {
    margin-left: 0;
    margin-right: 150px;
}

.who_section .detail-box .heading_container {
    position: relative;
}

.who_section .detail-box .heading_container h2 {
    letter-spacing: 4px;
    font-weight: 600;
}

/* .who_section .detail-box .heading_container::before {
    content: '';
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ff660033;
    position: absolute;
    left: -20px;
    top: -24px;
} */

/* .who_section .detail-box .heading_container h2::before {
    left: -5px;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.who_section .detail-box .heading_container h2::after {
    right: -5px;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
}

.who_section .detail-box .heading_container h2::before,
.who_section .detail-box .heading_container h2::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 1px;
    background-color: #fec016;
} */

.who_section .detail-box p {
    margin-top: 36px;
    margin-bottom: 36px;
    text-align: justify;
}

.who_section .detail-box a {
    display: inline-block;
    padding: 8px 30px;
    background-color: #00b3c6;
    color: #ffffff;
    border-radius: 20px 20px 0 20px;
    margin-top: 35px;
}

.who_section .detail-box ul {
    padding: 0;
}

.who_section .detail-box ul li {
    list-style: none;
    margin-bottom: 10px;
    display: flex;
}

.who_section .detail-box ul li i {
    font-size: 26px;
    color: #00d5da;
    margin-right: 10px;
}

.who_section .detail-box ul li .icon {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.who_section .detail-box ul li .icon svg {
    color: #ff6600;
    fill: #ff660033;
    width: 30px;
    height: 30px;
}

.work_section .work_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1%;
}

.work_section .work_container .box {
    min-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.work_section .work_container .box img {
    width: 100%;
}

.work_section .work_container .box.b-2,
.work_section .work_container .box.b-3 {
    width: 43.5%;
}

.work_section .work_container .box.b-1,
.work_section .work_container .box.b-4 {
    width: 56.5%;
}



/* Services Section */
.services_section {
    position: relative;
    background: #f2f4f9;
}

.services_section::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -50px;
    height: 200px;
    width: 130%;
    background-color: #f2f4f9;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.services_section::after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: -50px;
    height: 200px;
    width: 130%;
    background-color: #f2f4f9;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.services_section .container {
    position: relative;
    z-index: 9;
}

.services_section .heading_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
}

.services_section .service-container {
    padding: 20px;
}

.services_section .box {
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    transition: .3s;
}

.services_section .box:hover {
    box-shadow: 0 0 #00b3c6, 0 0 #00b3c6, 0 10px 15px -3px rgb(29 187 204 / 38%), 0 4px 6px -2px rgba(0, 0, 0, .05);
}

.services_section .box:hover .content {
    color: #444444;
    font-weight: 400;
}

.services_section .box .icon {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
}

.services_section .box .icon i {
    font-size: 22px;
    background: #00b3c6;
    color: #ffffff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services_section .box .icon svg {
    color: #00b3c6;
    border: 1px solid #efefef;
    width: 56px;
    height: 56px;
    padding: 12px;
    border-radius: 50%;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
}

.services_section .box .title {
    font-size: 18px;
    font-weight: 900;
}

.services_section .box .subtitle {
    font-size: 16px;
    font-weight: 400;
}

.services_section .box .content {
    font-size: 16px;
    font-weight: 300;
    color: #666767;
    margin-top: 14px;
}



/* Client Section */
.client_section {
    padding-top: 230px;
    padding-bottom: 280px;
}

.client_section .heading_container {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
}

.client_section .box {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 20px;
    border-radius: 14px;
}

.client_section .box .img-box {
    width: 60px;
}

.client_section .box .img-box img {
    width: 100%;
}

.client_section .img-box i {
    font-size: 26px;
    background: #353434;
    color: #ffffff;
    padding: 12px;
    border-radius: 50%;
}

.client_section .img-box svg {
    color: #ababab;
    border: 1px solid #efefef;
    width: 56px;
    height: 56px;
    padding: 12px;
    border-radius: 50%;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
}

.client_section .box .detail-box {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.client_section .box .detail-box h5 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.client_section .box .detail-box h5 span {
    text-transform: none;
    font-size: 16px;
    font-weight: normal;
    color: #00b3c6;
}

.client_section .box .detail-box img {
    width: 15px;
    margin: 35px 0;
}

.client_section .carousel-wrap {
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.client_section .carousel-wrap .quote-icon i {
    font-size: 40px;
    color: #e3e3e3;
    margin: 16px 0;
}

.client_section .owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    background-color: #000000;
    background-size: 16px;
    background-position: center;
    border-radius: 24%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -75px;
    outline: none;
    margin: 0 -12px;
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.client_section .owl-carousel .owl-nav .owl-prev {
    /* background-image: url(../images/prev.png); */
    left: 50%;
    -webkit-transform: translateX(-102%);
    transform: translateX(-102%);
}

.client_section .owl-carousel .owl-nav .owl-prev::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
    font-size: 22px;
    color: #ffffff;
}

.client_section .owl-carousel .owl-nav .owl-next {
    right: 50%;
    /* background-image: url(../images/next.png); */
    -webkit-transform: translateX(102%);
    transform: translateX(102%);
}

.client_section .owl-carousel .owl-nav .owl-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 22px;
    color: #ffffff;
}

.client_section .owl-carousel .owl-dots.disabled,
.client_section .owl-carousel .owl-nav.disabled {
    display: block;
}

.client_section .owl-item.active.center .box {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}





.target_section {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(img/target-bg.jpg) center center no-repeat;
    background-size: cover;
    color: #ffffff;
    text-align: center;
    padding: 130px 0;
    background-attachment: fixed;
}

.target_section .detail-box {
    margin: 30px 0;
}

.target_section h2 {
    font-weight: bold;
}

.target_section h5 {
    font-size: 18px;
    font-weight: 500;
}

.target_section .text {
    font-size: 22px;
}

.target_section .btn-start-your-business {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    background: #00cfca;
    padding: 14px 24px;
    border: none;
    border-radius: 40px;
    margin-top: 46px;
    text-decoration: none;
}




/* Calendar Section */
.calendar_section {
    padding-top: 200px;
}

.calendar_section .container {
    border: 1px solid #e5e5e5;
    padding: 90px 16px;
    border-radius: 22px;
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
}

.calendar_section .heading_container {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
}

.calendar_section .m100-90 {
    margin-top: 100px;
    margin-bottom: 90px;
}

.calendar_section .heading_container span {
    font-size: 20px;
    color: #bfbfbf;
}

.calendar_section .heading_container h2 {
    color: #232323;
    font-size: 34px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1em;
    letter-spacing: -2px;
}

.calendar_section .heading_container .subtitle {
    font-size: 18px;
}

.calendar_section .icon i {
    font-size: 70px;
    color: #00cfca;
}

.calendar_section .p0-60 {
    padding: 0px 60px;
}

.calendar_section .date {
    font-size: 24px;
    font-weight: 700;
    margin-top: 12px;
}

.calendar_section .txt {
    font-size: 16px;
    margin-top: 24px;
}


/* FAQ */
.faq_section {
    padding-top: 200px;
}

.faq_section .heading_container {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
}

.faq_section .heading_container span {
    font-size: 20px;
    color: #bfbfbf;
}

.faq_section .heading_container h2 {
    color: #232323;
    font-size: 34px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1em;
    letter-spacing: -2px;
}

.pb_accordion {
    padding: 0 25px;
}

.pb_accordion .item>a {
    display: block;
    border-bottom: 1px solid #e9ecef;
    padding: 10px 0;
    position: relative;
    color: #495057;
}

.pb_accordion .item>a:before {
    font-family: "Font Awesome 5 Free";
    content: "\2b";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pb_accordion .item>a[aria-expanded="true"] {
    color: #ff6600;
    font-weight: 600;
    border-bottom: 1px solid transparent;
}

.pb_accordion .item>a[aria-expanded="true"]:before {
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-weight: 900;
}

.pb_accordion .item>div *:last-child {
    margin-bottom: 0;
}

.pb_accordion .item .ul-pcf li {
    margin-bottom: 14px;
}




/* contact section */
.contact_section .heading_container {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact_section .heading_container h2 {
    color: #232323;
    font-size: 34px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1em;
    letter-spacing: -2px;
    margin-top: 80px;
    margin-bottom: 90px;
}

.contact_section .contact-form {
    padding: 0 25px;
    border-radius: 20px;
}

.contact_section .contact-form input,
.contact_section .contact-form select {
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    height: 54px;
    margin: 15px 0;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 30px;
}

.contact_section .contact-form textarea {
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    margin: 15px 0;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

.contact_section .contact-form input.input_message {
    height: 175px;
}

.contact_section .contact-form input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form textarea::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form button {
    font-weight: 500;
    color: #fff;
    background-color: #00cfca;
    border: none;
    border-radius: 30px;
    outline: none;
    padding: 12px 50px;
    text-transform: uppercase;
    margin-top: 25px;
}

.contact_section .map_img-box {
    width: 80%;
    margin: 25px auto 0 auto;
}

.contact_section .map_img-box img {
    width: 100%;
}





.contact_section .contact {
    color: #ffffff;
    background: linear-gradient(to bottom right, #009d4d, #00d9e3);
    padding: 40px;
    border-radius: 22px;

}

.contact_section .contact h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 14px;
}

.contact_section .contact .contact-phone,
.contact_section .contact .contact-email,
.contact_section .contact .contact-address {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.contact_section .contact .contact-phone .phone-icon,
.contact_section .contact .contact-email .email-icon,
.contact_section .contact .contact-address .address-icon {
    padding: 14px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin-right: 12px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_section .contact .contact-phone .phone strong,
.contact_section .contact .contact-email .email strong,
.contact_section .contact .contact-address .address strong {
    width: 80px;
    font-weight: 500;
    display: inline-block;
}

.contact_section .contact .contact-address .address {
    display: flex;
}

.contact_section .contact .contact-address .address strong {
    margin-right: 16px;
}


.btn-form-submitted {
    width: 120px;
}

.btn-form-submitted:where(.swal2-styled).swal2-default-outline:focus {
    box-shadow: none;
}



/* end contact section */
.info_section {
    background-color: #232323;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(img/info-section-bg.jpg) center center no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 120px 0 70px 0;
    position: relative;
}

.info_section .btn-top {
    font-size: 34px;
    color: #ffffff;
    background: #ff6600;
    border: none;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 50%;
    right: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.info_section .info_info p {
    text-align: justify;
}

.info_section h5 {
    margin-bottom: 48px;
    font-size: 22px;
}

.info_section .info_link ul {
    padding: 0;
}

.info_section .info_link ul li {
    list-style: none;
    cursor: pointer;
    transition: .3s;
    margin-bottom: 6px;
}

.info_section .info_link ul li:hover {
    letter-spacing: 1px;
    color: #ffffff;
}

.info_section .info_link ul li a:hover {
    text-decoration: none;
}

.info_section .info_link ul li i {
    margin-right: 20px;
}

.info_section .info_contact .img-box {
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.info_section .info_contact p {
    margin: 0;
}

.info_section .info_contact ul {
    padding: 0;
}

.info_section .info_contact ul li {
    list-style: none;
    margin-bottom: 10px;
}

.info_section .info_contact ul li i {
    margin-right: 18px;
    width: 20px;
    text-align: center;
}

.info_section a {
    color: #ffffff;
}


/* footer section*/
.footer_section {
    background-color: #000000;
    font-weight: 500;
    padding-top: 40px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
}

.footer_section p {
    padding: 2px 65px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    /* border-top: 1px solid #00b3c6; */
}

.footer_section a {
    color: #00e5ff;
}

.footer_section .legal {
    font-size: 15px;
    color: #bbbbbb;
    font-weight: 400;
}

.footer_section .legal a {
    color: #ffffff;
    text-decoration: underline;
}
/* end footer section*/


/* Back to Top Button */
#topBtn {
    font-size: 22px;
    color: #ffffff;
    background: #00e5ff;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 10px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
}

#topBtn:hover {
    background: #14c19f;
}




/* Responsive */
@media (max-width: 991px) {

    .rplr-25 {
        padding: 0 25px;
    }

    .hero_area {
        min-height: 110vh;
    }

    .header_section .container-fluid {
        padding-right: 25px;
        padding-left: 25px;
        padding-top: 0px;
    }

    .header_section .container-fluid img {
        width: 156px;
    }

    #navbarSupportedContent {
        padding: 80px 0px 100px 0px;
    }

    .hero_area .header_section {
        padding: 20px 0;
    }

    .heading_container {
        padding: 0 20px;
    }   

    .carousel-inner {
        padding: 46px 46px 0 12px;
    }

    .slider_section {
        justify-content: normal;
    }

    .slider_section .idicator_container {
        padding: 0 25px;
    }

    .slider_section .detail-box .btn-box {
        flex-direction: column;
    }

    .slider_section .detail-box h1 {
        font-size: 40px;
    }

    .who_section .detail-box .heading_container {
        padding: 0;
    }

    .who_section .row.col-left {
        flex-direction: column-reverse;
    }

    .who_section .detail-box {
        margin: 0!important;
        padding: 0 25px!important;
    }

    .who_section .img-box {
        text-align: center;
        margin-bottom: 100px;
    }

    .who_section .img-box .picture {
        max-width: 330px;
    }

    .services_section::before {
        content: none;
    }

    .services_section::after {
        content: none;
    }

    .who_section .img-box .picture.pic-2 {
        max-width: 140px;
        left: 50px;
    }

    .who_section .img-box .picture.pic-3 {
        max-width: 200px;
        right: 50px;
    }

    .contact_section .contact {
        border-radius: 0;
        margin-top: 80px;
    }
}





.work_section .work_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1%;
  }
  
  .work_section .work_container .box {
    min-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  
  .work_section .work_container .box img {
    width: 100%;
  }
  
  .work_section .work_container .box.b-2, .work_section .work_container .box.b-3 {
    width: 43.5%;
  }
  
  .work_section .work_container .box.b-1, .work_section .work_container .box.b-4 {
    width: 56.5%;
  }

  .feature-box-1 {
    padding: 40px 60px;
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    margin: 15px 0;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    top: 0;
    height: 630px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .feature-box-1 * {
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
  }
  .feature-box-1 .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #ff6600;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 22px;
    font-size: 27px;
  }
  .feature-box-1 .icon i {
    line-height: 70px;
  }
  .feature-box-1 h5 {
    color: #003946;
    font-weight: 600;
  }
  .feature-box-1 p {
    margin: 0;
  }
  /* .feature-box-1:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    border-radius: 10px;
    width: 0;
    background: #003946;
    z-index: -1;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
  } */
  .feature-box-1:hover {
    top: -5px;
  }
  /* .feature-box-1:hover h5 {
    color: #ffffff;
  }
  .feature-box-1:hover ul {
    color: #ffffff;
  }
  .feature-box-1:hover p {
    color: rgba(255, 255, 255, 0.8);
  } */
  .feature-box-1:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    left: 0;
    right: auto;
  }
  .feature-box-1 ul {
    min-height: 100px;
  }

  .feature-box-1 .feature-content .price {
    font-size: 18px;
    font-weight: 500;
    color: #ff6600;
  }

  .section {
      padding: 100px 0;
      position: relative;
  }
  .section-title {
      padding-bottom: 45px;
  }
  .section-title h2 {
      font-weight: 700;
      color: #20247b;
      font-size: 45px;
      margin: 0 0 15px;
      border-left: 5px solid #fc5356;
      padding-left: 15px;
  }

  .btn-services{
    padding: 10px 50px;
    border-radius: 42px;
  }