@import url('normalize.css');
@import url('https://fonts.googleapis.com/css?family=Poppins');

/*
	Theme Name: Finnexia.
	Created : November 29 2018
	Version: 1.0

*/

/* ========================================================================== */
/* ========================================================================== */
							/* [Table of contents] */
/* ========================================================================== */
/* ========================================================================== */

/*	

    1.  RESET.	
	2.  TYPOGRAPHY.
	3.  SPACE AND ALIGMENT.
	4.  BUTTOMS.
	5.  HEADER.
	6.  CAROUSEL.
	7.  HOMEPAGE #1.
	8.  HOMEPAGE #2.
	9.  HOMEPAGE #3.			
	10. PAGES STYLES.
	11. SCROLLING TOP.
	12. TEAM
	13. POPUP GALLERY.
	14. FILTER GALLERY.
	15. COUNTER.
	16. FOOTER.
		
*/ 

/* =====================================
   	1. RESET.
   ===================================== */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/




@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Overpass:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

:root{
	--corange()
	
}


ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body{
	font-family: "Mulish", sans-serif;
}




.header-info ul li {
    float: left;
    color: #fff;
    padding: 0 13px;
    font-size: 16px;
    font-weight: 400;
}

.header-top {
    background: var(--c1);
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-social ul li {
    float: left;
    padding: 0 10px;
}

.header-info ul li span {
    padding-right: 10px;
    color: var(--c2);
    font-weight: 700;
}
.header-social ul {
    display: table;
    float: right;
    margin: 0;
}

.header-social ul li {
    color: var(--c2);
    font-weight: 700;
}

.header-social ul li a {
    color: #fff;
    transition: 0.4s all;
    font-size: 13px;
}

.header-social ul li a:hover {
    color: var(--c2);
}
.header-main {background: #fff;box-shadow: 0 20px 30px rgb(26 54 85 / 10%);height: 108px;width: 100%;z-index: 9999;}

.header-list ul > li {
    float: left;
    padding: 41px 14px;
    position: relative;
}

.header-list {height: 60px;}

.header-list ul li a {
    font-size: 17px;
    font-weight: 800;
    color: var(--c1) !important;
}

.contact-num {
    width: 50%;
    float: left;
}

.header-btn {
    width: 50%;
    float: left;
}

p {
    font-size: 16px;
    color: #6c7176;
    margin: 0;
}

.contact-num a i {
    color: var(--c1);
}

.contact-num a span {
    color: var(--c3);
    font-size: 24px;
    font-weight: 900;
    padding: 0 7px;
}

a.btn {
    font-size: 16px;
    font-weight: 900;
    border: 1px solid var(--c1);
    border-radius: 0px;
    padding: 16px 28px;
    position: relative;
}

a.btn:before {
    background: var(--c1);
    content: "";
    position: absolute;
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transition: 0.4s all;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
}

a.btn span {
    z-index: 99999;
    color: var(--c1);
}

a.btn:hover:before {
    /* transform: rotateX(0deg); */
    height: 450%;
    transition: all 1s ease 0s;
}

a.btn:hover span {
    color: #fff;
    z-index: 9999;
    position: relative;
}

a.btn:before {}

a.btn:hover {
    color: #fff;
}

a.btn {
    overflow: hidden;
}
.header-logo img {
    width: 200px;
    z-index: 9909;
    position: relative;
}

.header-logo:before {
    content: "";
    position: absolute;
    width: 141%;
    height: 214%;
    background: var(--c1);
    top: -30px;
    left: -52px;
    z-index: 0;
    transform: skewX(334deg);
}

.header-logo {
    width: 100%;
    position: relative;
    height: 100%;
    text-align: center;
}
.slider-item {
    position: relative;
    width: 100%;
    margin: 32px 0;
}

.slider-con {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    display: flex;
    width: 100%;
}

.slider-img-1 img {
    width: 100%;
}

.slider-img-2 img {
    width: 100%;
    object-fit: cover;
    object-position: left;
}

.slider-img-2 {
    width: 50%;
    position: absolute;
    left: 0;
    top: -28px;
}
.slider-inner-con h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 800;
}

.slider-inner-con p {
    color: #fff;
    margin: 22px 0;
}

.pading-right {
    padding: 0 224px 0 165px;
}

.slider-inner-con a, .slider-inner-con a span {
    color: #fff;
}

.slider-inner-con a:before {
    color: var(--c2);
}
section.home-slider {
    padding: 0 28px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
section.home-slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--c2);
    left: -47%;
    transform: skewX(-31deg);
}


.slider-main .slick-prev {left: 88%;z-index: 52;top: 0px;}

.slider-main .slick-next {
    right: 24px;
}

.slider-main .slick-arrow {
    top: 81%;
    background: #fff;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    transition: 0.3s all;
}

.slider-main .slick-prev:before {
    content: "\f30a";
    color: var(--c1);
    font-family: 'Font Awesome 5 Pro';
    font-size: 35px;
}

.slider-main .slick-next {
    right: 0px;
}

.slider-main .slick-arrow:before {
    color: var(--c1);
}

.slider-main .slick-arrow:hover {
    border: 1px solid var(--c1);
}

.slider-main .slick-next:before {
    content: "\f30b";
    font-family: 'Font Awesome 5 Pro';
    font-size: 36px;
}
section.home-pg-services-sec {
    padding: 70px 0;
}

.services-sec-hd {
    padding: 40px 0;
}

.title-1 h6 {
    color: var(--c2);
    font-weight: 700;
    padding-left: 60px;
    position: relative;
}

.title-1 h6:before {
	content:'';
	position:absolute;
	width:45px;
	height:2px;
	background:var(--c2);
	top:0;
	bottom:0;
	margin:auto 0;
	left:0;
}
.title-1 h2 {
    font-size: 35px;
    font-weight: 700;
    color: var(--c1);
}

.title-1 h3 {
    font-size: 170px;
    font-weight: 800;
    color: #f8f8fa;
    position: absolute;
    top: -100px;
    z-index: -1;
}

.title-1 {
    position: relative;
}

.services-img img {
    width: 100%;
}

.services-img {
    position: relative;
}

.scale-hover-div:before {content: "";position: absolute;top: 0;bottom: 0;left: 0;right: 0;width: 0;height: 0;margin: auto;background: #ffffff2e;}

.scale-hover:hover  .scale-hover-div:before {
    width: 100%;
    height: 100%;
	transition: 0.3s all;
}

.services-con-img svg {
    width: 100px;
    height: auto;
    position: relative;
    top: -19px;
    fill: var(--c1);
}

.services-con-img img {
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 20px 25px;
    bottom: 0;
}

.services-inner-con {
    width: 73%;
    float: left;
    padding: 15px 31px;
}

.services-con {
    display: inline-block;
    width: 93%;
    position: relative;
    top: -49px;
    background: #fff;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 8%);
}

.services-inner-con h4 {
    margin: 0;
}

.services-inner-con h4 a {
    font-weight: 700;
    color: var(--c1);
    position: relative;
}



.services-box:hover .services-inner-con h4 a:before {
    width: 100%;
}

.services-inner-con h4 a:before {content: "";position: absolute;width: 0;height: 2px;bottom: 0;left: 0;right: 0;margin: 0 auto;background: var(--c1); transition:0.3s all;}
.services-con-img {
    width: 25%;
    float: left;
    position: relative;
    height: 50px;
}
.home-about-img img {
    width: 100%;
}

.home-about-img {
    position: relative;
}

.img-card {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--c1);
    color: #fff;
    text-align: center;
    padding: 20px 18px;
}

.img-card p {
    color: #fff;
}

.img-card h3 {
    font-size: 37px;
    font-weight: 800;
    margin: 0;
}

.img-card i {
    font-size: 24px;
}

.home-about-con p {
    margin: 32px 0;
}

.home-about-con ul li {
}

.home-about-con ul li:before {}

section.home-about {
    padding-bottom: 70px;
}
.ser-banner-con h2, .ser-banner-con p {color: #fff;}

section.services-banner {
    height: 600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.ser-banner-img {
    background: var(--c2);
    padding: 22px 22px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: auto;
}

.ser-banner-img img {
    width: 100%;
}

.ser-banner-con h2 {font-size: 40px;font-weight: 800;}

.ser-banner-con{
    padding: 0 148px;
}
.vision-img img {
    width: 100%;
}

li {
    font-size: 16px;
    color: #6c7176;
}

.vision-con ul li {
    padding: 7px 0;
    padding-left: 21px;
    position: relative;
}

.vision-con ul li strong {
    color: var(--c1);
    font-weight: 800;
}

.vision-con ul li:before {}

.vision-con ul li:before {
    content: "\f30b";
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    left: 0;
    color: var(--c1);
}

.vision-box-con h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--c1);
}

.list-1 ul li {
    color: var(--c1);
    font-weight: 700;
    font-size: 17px;
    padding: 6px 0;
    padding-left: 27px;
    position: relative;
}

.list-1 ul li:before {
    content: "\f30b";
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    left: 0;
}
section.additional-services {
    position: relative;
    padding-top: 134px;
    margin-top: 73px;
}

.fauset-img {
    position: absolute;
    top: -83px;
    left: 0;
}

.additional-services-slider .slider-item {width: 33.33%;float: left;}

.aditional-services-item {
    position: relative;
    background: #fff;
    padding-left: 50px;
    overflow: hidden;
}

.additional-services-hd {
    padding-top: 90px;
    display: flex;
}

.additional-services-hd > div {
    flex: 1;
}

.additional-services-box {
    background: #f8f8fa;
    margin: 0 8px;
    margin-top: 30px;
    padding: 38px 24px;
    height: 650px;
}

.additional-services-img svg {
    width: 115px;
    height: auto;
    fill: var(--c2);
    text-shadow: 0px 5px 10px rgb(30 96 170 / 20%);
    position: absolute;
    top: -13%;
    left: -16px;
}

.additional-services-img {
    position: relative;
}

.additional-services-img img {
    width: 53px;
    /* position: absolute; */
    top: 29px;
    left: 14px;
    z-index: 999;
    position: relative;
}

.additional-services-img {
    width: 100%;
    height: 104px;
}

.additional-services-con h4 {
    font-size: 21px;
    font-weight: 800;
    color: var(--c1);
    margin-bottom: 20px;
}

.additional-services-con p:last-child {
    display: none;
}

.additional-services-con p:nth-child(3) {
    display: none;
}

.additional-services-con ul {
    margin: 16px 0;
}

section.additional-services:before {
    position: absolute;
    width: 50%;
    right: 0;
    background: #fff;
    top: 0;
    right: 0;
    background: #fff;
    top: 0;
    transform: skewX(
149deg);
    transform: skewX(149deg);
}

section.additional-services:after {position: absolute;content: "";width: 100%;height: 77%;background: var(--c1);top: 0;left: 0;z-index: -1;}
.aditional-services-item:before {
    position: absolute;
    top: auto;
}
ul.slick-dots li.active {
    width: 6px;
    height: 6px;
    background: var(--c1);
    margin: 0 14px;
    box-shadow: 0px 0 0px 6px #504d4d38;
    transition: 0.2s all;
}

ul.slick-dots li:hover {
    background: var(--c2);
}

ul.slick-dots li.slick-active {
    background: var(--c1);
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 7px #e7dada;
}
ul.slick-dots li {
    margin: 0 15px;
    width: 8px;
    height: 8px;
    background: var(--c2);
}

ul.slick-dots {
    text-align: left;
}

.slick-dots li button {
    position: absolute;
    top: -6px;
    left: -6px;
    padding: 0;
    color: transparent;
    opacity: 0;
}

.slick-dots li button:hover {
    outline: 0;
    opacity: 0;
}
.work-box-img img {
    width: 100%;
    padding: 0px 34px;
    height: 100%;
}

.work-box-img {
    width: 100%;
    height: 290px;
}

.our-box-con h3 {
    font-size: 21px;
    color: var(--c1);
    font-weight: 700;
    margin-top: 25px;
}

.work-sec-hd h6 {
    width: max-content;
    margin: 7px auto;
}
.contact-form h2 {
    font-size: 30px;
    font-weight: 700;
    color: var(--c1);
    margin-bottom: 25px;
}

.contact-form input[type="text"], .contact-form textarea, .contact-form input[type="email"], .contact-form input[type="number"], .contact-form input[type="search"], .contact-form select , .contact-form input[type="date"] {
    width: 100%;
    font-size: 16px;
    background-color: #f8f8fa;
    border: 0px solid #f8f8fa;
    color: #6c7176;
    width: 100%;
    border-radius: 0;
    padding: 10px 13px 10px 17px;
    margin: 8px 0;
    height: 53px;
    transition: 0.3s all;
}

.contact-form {
    padding: 0 19px;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {}

.contact-form input[type="text"]:focus-visible, .contact-form input[type="email"]:focus-visible, .contact-form textarea:focus-visible, .contact-form input[type="search"]:focus-visible, .contact-form input[type="number"]:focus-visible, .contact-form select:focus-visible , .contact-form input[type="date"]:focus-visible {
    outline: 2px solid var(--c1);
}

.form-btn input[type="submit"] {
    font-size: 16px;
    font-weight: 900;
    border: 2px solid;
    border-radius: 0px;
    padding: 16px 44px;
    position: relative;
    background: var(--c3);
    color: #fff;
    border-color: var(--c3);
    transition: 0.4s all;
    margin-top: 32px;
}

.form-btn input[type="submit"]:before {
    background: #fff;
    /* transition: 0.4s all; */
}

.form-btn input[type="submit"]:hover:before {
    height: 450%;
    transition: all 1s ease 0s;
}

.form-btn input[type="submit"]:hover {background: #fff;color: var(--c3);}

.img-card img {
    width: 57px !important;
    height: auto;
    margin-bottom: 5px;
}

.contact-form-img .img-card {
    top: 55%;
    left: 56%;
    border: 16px solid #fff;
    border-right: 0;
    border-bottom: 0;
}

.contact-form-img img {
    width: 100%;
}
.home-pg-contact-box {
    box-shadow: 0px 10px 30px rgb(26 54 85 / 15%);
    padding: 6px 17px;
    margin-bottom: 30px;
    background: #fff;
}

section.home-contact {
    position: relative;
    margin-top: -153px;
}
section.faq-sec {
    margin: 114px 0 70px;
}

section.faq-sec p {
    margin: 29px 0;
}
.card-header {
    padding: 0;
    background: #f8f8fa;
    border: none;
}

.card-header button {
    display: block;
    padding: 20px 33px;
    font-size: 17px;
    font-weight: 700;
    color: var(--c1);
}

.card {
    margin: 23px 0;
    border: 0;
}

.card-header button:hover {
    text-decoration: none;
    color: var(--c2);
}

.card-body {
    color: #6c7176;
}

.btn-link:focus, .btn-link.focus {
    text-decoration: none;
}
.testinomial-slider-inner {
    position: relative;
    height: 662px;
    padding: 100px 0 175px;
    overflow: hidden;
}

.testinomial-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.testinomial-content-inner {
    background: #fff;
}

section.testinomial-sec {
    margin: 49px 0;
    padding: 100px 0 70px;
    position: relative;
    background-color: var(--c1);
}

.testinomial-content-inner ul li img {
    width: 20px;
    height: auto;
}

.testinomial-content-inner ul li {
    float: left;
}

.testinomial-content-inner ul {
    width: 100%;
    display: table;
    margin-top: 24px;
    margin-bottom: 13px;
}

.testinomial-content-inner p {
    font-size: 20px;
    margin-bottom: 30px;
}

.testinomial-content-inner h2 {
    font-size: 36px;
    font-weight: 800;
}

.testinomial-content-inner h5 {
    font-size: 15px;
    color: #999;
}

.testinomial-content-inner h5 strong {
    color: var(--c1);
    font-size: 18px;
    font-weight: 900;
}
.testinomial-slider-inner:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 69%;
    height: 100%;
    right: -175px;
    top: 0;
    z-index: 999;
    transform: skewX(25deg);
}

.slider-content {
    z-index: 99999;
    position: relative;
}

section.testinomial-sec:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 69%;
    height: 100%;
    left: -215px;
    top: 0;
    transform: skewX(26deg);
}

.testinomial-slider-inner:after {
    position: absolute;
    content: "\f10e";
    font-family: 'Font Awesome 5 Pro';
    color: var(--c1);
    top: -32px;
    width: 130px;
    height: 100px;
    font-weight: 700;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9998;
    font-size: 88px;
}
section.testinomial-sec ul.slick-dots {
    bottom: 131px;
    width: 41%;
    right: 0;
}
.blog-sec .services-inner-con {width: 100%;}

.blog-sec .services-inner-con h4 a:before {
    display: none;
}

.blog-sec .services-inner-con h4 a {
    font-size: 20px;
    font-weight: 900;
	margin-bottom: 14px;
	display: inline-block;
}
.blog-sec .services-inner-con ul {
    position: absolute;
    top: 14px;
    right: 0;
    left: 0;
    width: max-content;
    margin: 0 auto;
}

.blog-sec  .services-con {
}

.blog-sec .services-inner-con ul li {
    float: left;
    padding: 0 10px;
    font-size: 15px;
}

.blog-sec .services-inner-con .icon a {
    font-size: 22px;
    color: var(--c1);
}
.blog-sec .services-con-img h3 {
    position: absolute;
    top: 6px;
    right: 0;
    left: 0;
    font-size: 18px;
    width: 115px;
    text-align: center;
    margin: auto;
    padding: 0px 34px;
    color: #fff;
}

.blog-sec .services-con-img svg {
    width: 80px;
    left: 17px;
}
.blog-slider ul.slick-dots {
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}
.partners-img img {
    width: 100%;
}

.partners-img {
    border: 2px solid #f8f8fa;
    margin: 11px 0;
    box-sizing: border-box;
}

.hover-outer:before, .hover-outer:after {content: "";position: absolute;width: 0;height: 2px;background: var(--c1);transition: 0.4s all;}

.hover-outer:before {
    top: 0;
    right: 0;
}

.hover-outer:after {
    bottom: 0;
    left: 0;
}

.hover-outer:hover:before, .hover-outer:hover:after {
    width: 100%;
}

.hover-inner:before, .hover-inner:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 0;
    background: var(--c1);
    transition: 0.4s all;
}

.hover-inner:before {
    left: 0;
    bottom: 0;
}

.hover-inner:after {
    right: 0;
    top: 0;
}

.hover-inner:hover:before, .hover-inner:hover:after {
    height: 100%;
}

.partners-con h2 {
    margin-bottom: 34px;
    margin-top: 19px;
}

.partners-con {
    padding: 34px 0;
}

section.partners-sec {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    margin-bottom: 70px;
}
.map iframe {
    width: 100%;
    height: 290px;
}

.footer-img {
    text-align: center;
    position: relative;
}

.footer-img svg {
    width: 100px;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -110px;
    fill: var(--c1);
}

.footer-box {
    background: var(--c1);
    background-image: url(https://demo01.screenlink.ca/wp-content/uploads/2021/10/background.png);
    background-size: cover;
    background-position: center;
}

.foter-box {
    background: #fff;
    height: 166px;
    text-align: center;
    padding: 63px 41px 0;
    position: relative;
    margin-top: -68px;
}

.footer-con h4 {
    font-size: 18px;
    font-weight: 800;
    color: var(--c1);
    margin-bottom: 2px;
}

.footer-con h3 {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 900;
    color: var(--c3);
}

.footer-copyright {
    width: 100%;
    height: 70px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-about {
    text-align: center;
    padding: 50px 0;
}

.footer-about img {
    width: 250px;
}

.footer-about p {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin: 24px 0;
    padding: 0 214px;
}

.footer-about ul li {
    float: left;
    padding: 0px 17px;
}

.footer-about ul li a {
    color: #fff;
}

.footer-about ul {display: table;text-align: center;margin: 0 auto;width: 190px;}
.footer-img i {
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    font-weight: 300;
    z-index: 999;
    color: #fff;
    font-size: 35px;
}
section.inner-pg-banner {
    width: auto;
    margin: 50px 50px;
    height: 250px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 36px;
    margin-bottom: 116px;
}

section.inner-pg-banner h2 {
    font-size: 47px;
    color: #fff;
    font-weight: 800;
}

section.inner-pg-banner ul li {
    float: left;
    color: #fff;
    padding-right: 28px;
    font-size: 18px;
}

section.inner-pg-banner ul li a {
    color: #fff;
    font-weight: 600;
}

section.inner-pg-banner:before {
    position: absolute;
    content: "";
    width: 80%;
    height: 219%;
    background-color: var(--c2);
    z-index: -1;
    transform: skewX(329deg);
    top: -100%;
    left: -24%;
}
.why-us-con p {
    margin: 29px 0;
    width: 65%;
    font-size: 20px;
}

.why-us-con h2 {
    font-size: 39px;
    font-weight: 800;
}

.why-us-con ul {
    float: left;
    display: table;
    padding-right: 47px;
}

section.why-us-sec {
    display: table;
    width: 100%;
}
section.ourcapbility {
    background-color: var(--c1);
    margin: 100px 9px;
}

.ourcapbility-box , .ourcapbility-box p {
    color: #fff;
}

.ourcapbility-box h5 {
    font-size: 23px;
    font-weight: 700;
    margin: 17px 0;
}

.ourcapbility-box img {
    width: 115px;
    margin-top: -22px;
}
section.certificates {
    padding-top: 100px;
    background: var(--c1);
    background-size: cover;
    background-position: right;
    position: relative;
    overflow: hidden;
}

.certificate-box {
    background: #fff;
    padding: 80px 0 52px 85px;
}

section.certificates:before {
    width: 62%;
    height: 100%;
    background: #fff;
    position: absolute;
    content: "";
    top: 0;
    right: -182px;
    transform: skewX(-24deg);
}

.certtif-title {
    width: 50%;
    float: left;
}

.certtif-para {
    width: 50%;
    float: left;
    padding: 20px 0;
}
.image-box {
    margin-top: 27px;
    padding-bottom: 29px;
}

.certtif-content {
    display: table;
}

.certifi-img img {
    width: 100%;
}
.certifi-img {
    margin: 0 12px;
    background: #f8f8fa;
    padding: 16px 15px;
}
.hover-outer {
    position: relative;
    box-sizing: border-box;
}
.contact-form textarea {
    width: 100%;
    border: none;
    background: #f8f8fa;
    height: 93px;
}

h2#exampleModalLongTitle {
    width: 100%;
    font-size: 32px;
    font-weight: 800;
    color: var(--c1);
}

.modal-header {
    flex-direction: column;
    position: relative;
}

.modal-dialog {
    max-width: 71% !important;
}

.modal-content {
    padding: 22px 14px;
}

.modal-header button {
    position: absolute;
    top: -22px;
    right: -14px;
    font-size: 54px;
    color: #fff;
    background: var(--c2);
    opacity: 1;
    padding: 24px 32px !important;
    margin: 0 !important;
}

.modal-header p {
    padding-right: 89px !important;
}
.services-pg-con h2 {
    font-size: 34px;
    font-weight: 800;
    color: var(--c1);
}

.services-pg-con ul {
    margin: 23px 0;
}
section.impact-cost {
    background: #f8f8fa;
    padding: 80px 0;
    display: table;
}

section.impact-cost h2 {
    font-size: 34px;
    color: var(--c1);
    font-weight: 800;
}

section.impact-cost p strong {
    color: var(--c1);
    font-weight: 800;
}

section.impact-cost p {
    padding: 16px 38px;
    padding-right: 0;
    position: relative;
}

section.impact-cost p:before {
    content: "\f30b";
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    left: 10px;
    color: var(--c1);
}
.header-list .sub-menu {
    position: absolute;
    background: #fff;
    z-index: 98;
    width: 320px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 8%);
    top: 102px;
    left: 0;
    display: none;
    opacity: 0;
    transition: 0.3s all;
}

.header-list .sub-menu li a {
    font-weight: 500;
    padding: 17px 0px;
    display: block;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
	transition: 0.4s all;
}

.header-list .sub-menu li {
    width: 100%;
    padding: 0 28px;
}

.header-list .sub-menu li a:before {
    position: absolute;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    right: 0;
    font-size: 12px;
    top: 21px;
    border: 0;
    font-weight: 700;
}

.header-list ul li.menu-item-has-children:before {
    position: absolute;
    content: "\f078";
    bottom: 18px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    color: var(--c1);
    left: 0;
    right: 0;
    width: max-content;
    margin: 0 auto;
    font-weight: 900;
}
.header-list ul > li:hover .sub-menu {
    display: block;
    opacity: 1;
}
.header-list .sub-menu li a:hover {
    font-weight: 800;
}
.header-list .sub-menu li .sum-menu {
    position: absolute;
    left: 0;
}

.header-list .sub-menu li ul.sub-menu {
    top: 0;
    left: 100%;
    opacity: 0;
    display: none;
}

.header-list .sub-menu > li:hover ul.sub-menu {
    opacity: 1;
    display: block;
}
.header-list .sub-menu li:before {
    display: none;
}

.header-list .sub-menu li ul.sub-menu li a:before {
    display: none;
}
.blog-img img {
    width: 100%;
    z-index: 999;
    position: relative;
}

.blog-pg .blog-box .services-con {
    width: 100%;
    top: 0;
    box-shadow: none;
    border-top: 0;
}

.blog-box {
    border: 2px solid #f8f8fa;
    margin: 16px 0;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 8%);
    overflow: hidden;
}

.blog-pg .blog-box .services-inner-con {
    width: 100%;
    padding: 48px 45px;
}

.blog-pg .blog-box .services-con h4 {
    font-size: 35px;
}

.blog-pg .blog-box .services-con p {
    margin: 32px 0;
}

.blog-pg .blog-box .services-con ul {
    position: absolute;
    top: -12px;
}

.blog-pg .blog-box .services-con ul li {
    float: left;
    padding: 11px 15px;
}

.blog-img {
    padding: 26px 22px;
    background: var(--c1);
    position: relative;
}

.blog-img:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 80%;
    height: 100%;
    top: 0;
    left: -218px;
    transform: skewX(31deg);
}

.sidebar-search input {
}

.sidebar-search label {
    width: 100%;
}

.sidebar-search {
    padding: 30px;
    background: #fff;
    box-shadow: 0 10px 30px rgb(26 54 85 / 7%);
}

.sidebar-search button {
    width: 50px;
    height: 50px;
    border: none;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

span.screen-reader-text {
    -webkit-clip-path: none;
    position: inherit;
}

.sidebar-cate h3 {
    font-size: 24px;
    color: var(--c1);
    font-weight: 700;
    margin-bottom: 15px;
}

.sidebar-cate {
    padding: 30px;
    background: #fff;
    box-shadow: 0 10px 30px rgb(26 54 85 / 7%);
    margin: 23px 0;
}

.sidebar-cate ul li a {
    color: var(--c1);
    font-weight: 400;
}
.recent-posts {
    padding: 30px;
    background: #fff;
    box-shadow: 0 10px 30px rgb(26 54 85 / 7%);
    margin: 23px 0;
}

.recent-posts .services-img img {}

.recent-posts .services-con {
    width: 100%;
    top: 0;
    box-shadow: none;
}

.recent-posts .services-inner-con {
    width: 100%;
    padding: 6px 21px;
}

.recent-posts .services-con-img svg {
    width: 70px;
}

.recent-posts .services-con-img h3 {
    position: absolute;
    top: 4px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    width: 70px;
    color: #fff;
    padding: 0 14px;
}

.recent-posts ul {
    position: absolute;
    top: 0;
    right: 0;
}

.recent-posts ul li {
    float: left;
    padding: 8px 12px;
}

.recent-posts .services-inner-con h4 a:before {
    display: none;
}

.recent-posts .services-inner-con h4 a {
    font-size: 18px;
}

.sidebar-post {
    margin: 10px 0;
}
.blog-detail p {
    margin: 33px 0;
    display: table;
}

.quote p {
    margin: 0 !important;
}

.quote {
    background: #f7f8f9;
    padding: 34px 39px;
    color: #6c7176;
    position: relative;
}

.quote h6 {
    margin-top: 24px;
    font-size: 15px;
}

.quote h6 strong {
    color: var(--c1);
    font-size: 18px;
}

.quote:before {content: '';position: absolute;background: var(--c1);height: 80%;width: 4px;left: 0;top: 0;}
.quote:after {content: "\f10e";position: absolute;font-family: 'Font Awesome 5 Pro';font-weight: 600;right: 23px;bottom: -54px;font-size: 72px;color: var(--c1);}

.blog-detail h4 {
    color: var(--c1);
    font-size: 26px !important;
    font-weight: 700;
    margin-top: 24px;
}

.blog-detail img {
    width: 49%;
    margin-right: 6px;
}
.sidebar-search button span {
    display: none;
}

.sidebar-search button:before {content: "\f002";position: absolute;font-family: 'Font Awesome 5 Pro';font-size: 18px;color: var(--c1);left: 0;right: 0;top: 0;bottom: 0;width: 50px;height: 29px;margin: auto;}
.sidebar-search label {
    position: relative;
}
.price-img svg {
    width: 114px;
    height: auto;
    fill: var(--c2);
}

.price-box {
    text-align: center;
}

.price-img {
    position: relative;
}

.price-img img {
    position: absolute;
    width: 50px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
}

.price-box {
    box-shadow: 0px 9px 27px rgb(26 54 85 / 5%);
    padding: 52px 23px;
}

.price-con h2 {
    font-size: 29px;
    font-weight: 800;
    color: var(--c1);
}

.price-box ul li {
    color: #6c7176;
    font-weight: 400;
}

.price-box ul li:before {
    color: var(--c1);
}

.price-box h3 {
    font-size: 37px;
    font-weight: 800;
    color: var(--c2);
}

.price-con h3 span {
    font-size: 20px;
    color: var(--c1);
}
.contact-form-content p strong {
    color: var(--c1);
    font-weight: 800;
    margin: 27px 0;
    display: table;
}

.contact-form-content ul {
    margin: 27px 0;
}

.contact-form-content ul li {
    padding: 8px 0;
    padding-left: 41px;
    position: relative;
}

.contact-form-content ul li strong {
    color: var(--c1);
    font-weight: 800;
}

.contact-form-content ul li:before {content: "\f0e0";position: absolute;font-family: 'Font Awesome 5 Pro';left: 0;top: 11px;font-size: 20px;color: var(--c1);}

.contact-form-content ul li a {
    color: #6c7176;
}

.contact-form-content h5 {
    font-size: 27px;
    color: var(--c1);
    font-weight: 700;
}

.contact-form-content ol li {
    list-style: none;
    float: left;
    width: 45px;
    height: 45px;
    background: #f8f8fa;
    margin: 0 4px;
}

.contact-pg-form {
    background: #fff;
    box-shadow: 0px 10px 30px rgb(26 54 85 / 15%);
    padding: 60px 57px;
}

.contact-form textrea {}

.contact-pg-form h3 {
    font-size: 27px;
    font-weight: 700;
    color: var(--c1);
}
.contact-form-content ol {
    display: table;
    padding: 0;
}

.contact-form-content ol li a {
    color: #b5bac0;
    padding: 13px 15px;
    line-height: 45px;
    transition: 0.2s all;
}
.contact-form-content ol li a:hover {
    color: var(--c1);
}
.faq-content.title-1.text-center {
    width: 50%;
    margin: 0 auto;
}

.faq-content.title-1.text-center h3 {
    right: 0;
    left: 0;
}

.faq-content.title-1.text-center h6 {
    width: max-content;
    margin: 0 auto;
}
.faq-las-con h6 {
    margin: 8px auto;
    width: max-content;
}

.faq-las-con p {
    margin: 12px 0;
}

.faq-form .col-lg-12:last-child {
    text-align: center;
}

.faq-form .col-lg-12:last-child .wpcf7-spinner {
    display: none;
}


.content {
  padding: 16px;
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.sticky + .content {
  padding-top: 102px;
}
.resp-menu {
    display: none;
}
.__app_root_overlay__ {
    display: none !important;
}



















html, body, div, span, applet, object, iframe,blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body{
    overflow-x: hidden;
}
:root{
    --c1:#078bcb;
    --c2:#f4921d;
}
html {
  font-size: 24px;
  font-weight: 100;
  line-height: 1.5;
}

/* ===================================== 
	2. TYPOGRAPHY. 
   ===================================== */
h1, h2, h3, h4, h5, h6, p, ul,ol{
  margin-top: 0;
  margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  line-height: 1.1;
  font-family: 'Poppins', sans-serif;
}

h1, .h1 {
  font-size: 2rem;
  font-weight: 600;
}

h2, .h2 {
  font-size: 1.2rem;
  color: var(--c1);
  font-weight: bold;
}

h3, .h3 {
  font-size: 0.90rem;
}

h4, .h4 {
  font-size: 0.85rem;
}

h5, .h5 {
  font-size: 0.72rem;
}

h6, .h6 {
  font-size: 0.70rem;
  color: #14213D;
}

p, li {
  font-size: 15.5px;
  font-family: 'Poppins', sans-serif;
  color: #999999;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

/* =====================================
   	3. SPACE AND ALIGMENT.
   ===================================== */
.container, .container-fluid{
    margin: 60px auto 60px auto;
}

.inner-color{
   background: #F9F9F9; 
   padding: 20px 0px;
}

/* ==================================
   	4. BUTTOMS.
   ==================================*/
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.4rem 1.5rem;
  font-size: 0.70rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: 'Poppins', sans-serif;
  border: 2px solid var(--c2);
  border-radius: 5px;
  letter-spacing: 1px;
}

.btn-custom {
  color: #FFF;
  background-color: var(--c2);
  transition: 0.3s;
  padding: 0.24rem 1.122rem;
  font-size: 0.60rem;
}

.btn-custom:hover {
  color: #FFF;
  background-color: #2c4987;
  border-color: #2c4987;
}

.btn-custom:focus, .btn-custom.focus {
  box-shadow: none;
}

.btn-custom.disabled, .btn-custom:disabled {
  color: #fff;
  background-color: #9BC53D;
  border-color: #9BC53D;
}

.btn-custom:not(:disabled):not(.disabled):active, .btn-custom:not(:disabled):not(.disabled).active,
.show > .btn-custom.dropdown-toggle {
  color: #fff;
  background-color: #2C4987;
  border-color: #2C4987;
}

.btn-custom:not(:disabled):not(.disabled):active:focus, .btn-custom:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-slider {
  color: #FFF;
  background-color: var(--c2);
  transition: 0.3s;
  padding: 0.3rem 1.125rem;
  font-size: 0.60rem;
}

.btn-slider:hover {
  color: #FFF;
  background-color: #2c4987;
  border-color: #2c4987;  
}

.btn-slider:focus, .btn-slider.focus {
  box-shadow: none;
}

.btn-slider.disabled, .btn-slider:disabled {
  color: #fff;
  background-color: #9BC53D;
  border-color: #9BC53D;
}

.btn-slider:not(:disabled):not(.disabled):active, .btn-slider:not(:disabled):not(.disabled).active,
.show > .btn-slider.dropdown-toggle {
  color: #fff;
  background-color: #2C4987;
  border-color: #2C4987;
}

.btn-slider:not(:disabled):not(.disabled):active:focus, .btn-slider:not(:disabled):not(.disabled).active:focus,
.show > .btn-slider.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-nav {
  color: #fff;
  background-color: var(--c2);
  border-color: var(--c2);
  font-size: 0.55rem;
  padding: 0.15rem 0.65rem;
  border-radius: 5px;
}

.btn-nav:hover {
  color: #FFF;
  background-color: #2c4987;
  border-color: #2c4987;
}

.btn-nav:focus, .btn-nav.focus {
  box-shadow: none;
}

.btn-nav.disabled, .btn-nav:disabled {
  color: #fff;
  background-color: #2C4987;
  border-color: #2C4987;
}

.btn-nav:not(:disabled):not(.disabled):active, .btn-nav:not(:disabled):not(.disabled).active,
.show > .btn-nav.dropdown-toggle {
  color: #fff;
  background-color: #2C4987;
  border-color: #2C4987;
}

.btn-nav:not(:disabled):not(.disabled):active:focus, .btn-nav:not(:disabled):not(.disabled).active:focus,
.show > .btn-nav.dropdown-toggle:focus {
  box-shadow: none;
}

/* ==================================
   	5. HEADER.
   ==================================*/
.top-header{
    height: 40px;
    background: var(--c2);
}

.top-header .container{
    margin: 0px auto;
}

.top-header-left{
    float: left;
}

.inner-header-left{
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
}

.inner-header-left p{
    font-size: 13px;
    color: #FFF;
}

.inner-header-left a:link {
    text-decoration: none;
    color: #FFF;
    transition: 0.3s;
}

.inner-header-left a:visited {
    text-decoration: none;
    color: #FFF;
}

.inner-header-left a:hover {
    text-decoration: none;
    color: #9BC53D;
}

.inner-header-left a:active {
    text-decoration: none;
    color: #FFF;
}

.top-header-social{
    float: right;
}

.inner-header-social{
    display: inline-block;
    margin-right: 5px;
}

.inner-header-social .fa{
    font-size: 15px;
    color: #FFF;
    transition: 0.3s;
}

.inner-header-social .fa:hover{
    color: #9BC53D;
}

header{
    background: #FFF;
    height: 130px;
}

header .container{
    margin: 0px auto;
    padding: 0px 0px;
    display: table;
}

.header-left{
    float: left;
    width: 20%;
    padding: 5px 0px;
}

figure.brand{
    width: 230px;
}

figure.brand img{
    width: 100%;
}

.top-location{
    float: right;
    padding: 15px 0px;
    display: flex;
    align-items: center;
}

.top-location h6{
    font-size: 13px;
    margin-bottom: 2px;
}

.top-location p{
    font-size: 13px;
    margin-bottom: 0px;
}

.email, .address{
    display: inline-block;
    margin-right: 10px;
    width: 220px;
}

.phone{
    display: inline-block;
    width: 220px;
}

.address-icon, .mail-icon, .phone-icon{
    width: 40px;
    float: left;
    margin-right: 10px;
}

.address-icon img{
    width: 100%;
}

.mail-icon img{
    width: 100%;
}

.phone-icon img{
    width: 100%;
}

/* ==========================================================================
   	6. CAROUSEL.
   ========================================================================== */
.carousel{
    height: 700px;
    background: #ddd;
    margin-top: -55px;
    position: relative;
    z-index: 1;
}

.carousel-inner {
    height: 500px;
}

.carousel-caption{
	padding-left:30px;
    position: absolute;
    top: 35%;
    bottom: 0;
	left:0 !important;
	right:0 !important;
    text-align: left !important;
    color: #FFF;
}

.carousel-caption h5{
    text-transform: uppercase;
    margin: 20px 0px 30px 0px;
    color: #FFF;
}

.carousel,
.carousel-item,
.active {
    height: 100%;
}

.carousel-img-1 {
    background-image: url('/img/slide1.jpg');
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-img-2 {
    background-image: url('/img/slide2.jpg');
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-img-3 {
    background-image: url('/img/slide3.jpg');
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-img-1:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, #000);
  opacity: 0.5;
}

.carousel-img-2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, #000);
  opacity: 0.5;
}

.carousel-img-3:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, #000);
  opacity: 0.5;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255);
}

.carousel-indicators .active {
  background-color: #9BC53D;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  display: none;
}

.inner-btn{
    display: inline-block;
    margin-right: 10px;
}

@media (max-width: 800px){
    .carousel, .sections{
        margin:0 !important;
    }
}

/* ==================================
   	7. HOMEPAGE #1.
   ==================================*/
.front-section h6{
    color: var(--c1);
    text-transform: uppercase;
}

hr.left{
	width: 70px;
	border-top: 3px solid var(--c2);
	margin: 15px 0px 15px 0px;
}

.front-options{
    margin-top: 30px;
}

.front-options .row .col-md-6{
    padding: 10px;
}

.front-options h4{
    margin-bottom: 7px;
}

.front-options p{
    font-size: 13px;
}

.border-icon{
    width: 70px;
    height: 70px;
    border: solid 2px #14213D;
    position: relative;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
    transition: 0.3s;
}

.border-icon:hover{
    border: solid 1px var(--c1);
    background: var(--c1);
}

figure.icon-center{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 40px;
}

figure.icon-center img{
    width: 100%; 
}

figure.front-pic img{
    width: 100%;
}

image-hover {
	margin: 15px 15px 0;
	padding: 0;
}
    
.image-hover::after {
	content: '';
	clear: both;
	display: block;
}
    
.image-hover .image-box {
	position: relative;
	padding: 0;
}
    
.image-hover .image-box img {
	width: 100%;
}
    
.image-hover .image-box:first-child {
	margin-left: 0;
}

.image-hover figure {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
    
.image-hover ffigure:hover+span {
	bottom: -36px;
	opacity: 1;
}

.hover-effects figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
    
.hover-effects figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.front-thumbnail{
    background: #FFF;
    box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -moz-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -webkit-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -o-box-shadow: 0 0 10px rgba(204,204,204,0.6);
}

.front-thumbnail .box-pic img{
    width: 100%; 
}

.front-thumbnail .figure-caption{
    padding: 20px 50px 40px 50px;
    text-align: center;
}

.front-thumbnail .figure-caption p{
    margin-bottom: 0px;
}

.rounded-circle{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: solid 1px #ddd;
    box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -moz-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -webkit-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -o-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    position: relative;
    margin: -30px auto 0px auto;
    background: #FFF;
    transition: 0.3s;
}

.front-thumbnail:hover .rounded-circle{
    background: var(--c1);
    border: solid 1px var(--c2);
}

.center-circle-icon{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 40px;
}


.center-circle-icon img{
    width: 100%;
}

.front-blogs .thumb-pic{
    position: relative;
    transition: .5s ease;
    backface-visibility: hidden;
}

.front-blogs:hover .thumb-pic{
  opacity: 0.8;
}

.post-prev-thumb img{
    width: 100%;
}

.date-label{
    width: auto;
    height: auto;
    background: #9BC53D;
    position: absolute;
    color: #FFF;
    padding: 10px 20px;
    bottom: 30px;
}

.date-label h6{
    margin-bottom: 0px;
    color: #FFF;
}

.front-blogs .post-caption{
    padding: 30px 0px;
}

.front-blogs .post-caption p{
    line-height: 1.8;
}

.front-blogs .post-caption h5{
    color: #9BC53D;
}

.front-blogs .post-caption a:link {
    text-decoration: none;
    color: #333;
}

.front-blogs .post-caption a:visited {
    text-decoration: none;
    color: #333;
}

.front-blogs .post-caption a:hover {
    text-decoration: none;
    color: #2C4987;
}

.front-blogs .post-caption a:active {
    text-decoration: none;
    color: #333;
}

.news-feed{
    padding: 30px 20px;
    box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -moz-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -webkit-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -o-box-shadow: 0 0 10px rgba(204,204,204,0.6);  
}

.feed-box{
    height: 80px;
    clear: both;
}

.feed-thumb{
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 15px;
    transition: .5s ease;
    backface-visibility: hidden;
}

.feed-thumb:hover{
  opacity: 0.8;
}

.feed-thumb img{
    width: 100%;
}

.feed-box .post-caption h6{
    color: #333;   
}

.feed-box .post-caption a:link {
    text-decoration: none;
    color: #333;
}

.feed-box .post-caption a:visited {
    text-decoration: none;
    color: #333;
}

.feed-box .post-caption a:hover {
    text-decoration: none;
    color: #2C4987;
}

.feed-box .post-caption a:active {
    text-decoration: none;
    color: #333;
}

hr.feed{
    width: 100%;
    border-top: 1px solid #ddd;
    margin: 25px auto 25px auto;
}

	.my_slider {
		width: 100%;
		margin: auto;
	}

	.slider-img {
		width: 100%;
		height: 430px;
		object-fit: cover;
	}

/* ---------- Home Page Card ---------- */
  .service-card {
    width: 360px;
    background: #0f2133;
    border: 1px solid #1a3a52;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, border-color 0.3s ease;
  }
  .service-card:hover {
    transform: translateY(-4px);
    border-color: #1f9e85;
  }

  /* ---------- Card image ---------- */
  /* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
 
:root {
  --navy:      #0b1724;
  --card-bg:   #0f2133;
  --border:    #1a3a52;
  --border-h:  #1f9e85;
  --teal:      #1fc9a8;
  --teal-dim:  #0f7a65;
  --text-head: #e8f4f0;
  --text-body: #8ab3c5;
  --text-mid:  #c5dfe9;
  --text-mute: #4a7a93;
  --main-light: #076ea0;
  --main-color-light: #00acff;
  --main-color: #078BCB;

	/* ── Carousel shell ── */
	.carousel-shell {
	  max-width: 1100px;
	  margin: 0 auto;
	  position: relative;
	}

	/* ── Arrow buttons ── */
	.carousel-arrow {
	  position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
	  z-index: 10;
	  width: 44px; height: 44px;
	  background: var(--card-bg);
	  border: 1px solid var(--border);
	  border-radius: 50%;
	  display: flex; align-items: center; justify-content: center;
	  cursor: pointer;
	  transition: background 0.2s, border-color 0.2s, transform 0.2s;
	  user-select: none;
	}
	.carousel-arrow:hover {
	  background: rgba(31,201,168,0.12);
	  border-color: var(--teal);
	  transform: translateY(-50%) scale(1.08);
	}
	.carousel-arrow.disabled {
	  opacity: 0.3;
	  pointer-events: none;
	}
	.carousel-arrow svg {
	  width: 18px; height: 18px;
	  stroke: var(--teal); fill: none;
	  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
	}
	.arrow-prev { left: -56px; }
	.arrow-next { right: -56px; }

	/* ── Viewport (clips the track) ── */
	.carousel-viewport {
	  overflow: hidden;
	  border-radius: 4px;
	}

	/* ── Track (the scrolling row of cards) ── */
	.carousel-track {
	  display: flex;
	  gap: 20px;
	  /* width set by JS */
	}

	/* ── Card ── */
	.service-card {
	  flex-shrink: 0;
	  background: var(--card-bg);
	  border: 1px solid var(--border);
	  border-radius: 16px;
	  overflow: hidden;
	  position: relative;
	  display: flex;
	  flex-direction: column;
	  height: 510px;
	  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
	  /* width set by JS */
	}
	.service-card:hover {
	  transform: translateY(-5px);
	  border-color: var(--border-h);
	  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.35), 0 0 0 0px rgba(31, 201, 168, 0.08);
	}

	/* card image */
	.card-image {
	  width: 100%; height: 150px; flex-shrink: 0;
	  overflow: hidden; position: relative;
	}
	.card-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s; }
	.service-card:hover .card-image img { transform: scale(1.06); }
	.card-image::after {
	  content: ''; position: absolute;
	  bottom: 0; left: 0; right: 0; height: 55px;
	  background: linear-gradient(to bottom, transparent, var(--card-bg));
	  pointer-events: none;
	}
	.card-image-placeholder {
	  width: 100%; height: 100%;
	  background: linear-gradient(140deg, #0a2540 0%, #0d3d5c 55%, #083328 100%);
	  display: flex; align-items: center; justify-content: center;
	  position: relative; overflow: hidden;
	}
	.card-image-placeholder::before {
	  content: ''; position: absolute;
	  width: 200px; height: 200px; border-radius: 50%;
	  border: 1px solid rgba(31,201,168,0.10);
	  top: -70px; right: -50px;
	}
	.card-image-placeholder svg {
	  width: 42px; height: 42px;
	  stroke: rgba(31,201,168,0.28); fill: none;
	  stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round;
	}

	/* shimmer stripe */
	.card-stripe {
	  height: 3px; flex-shrink: 0;
	  background: linear-gradient(90deg, var(--main-light) 0%, var(--main-color-light) 60%, var(--main-color) 100%);
	  background-size: 200% 100%;
	  animation: shimmer 3.5s ease infinite;
	}
	@keyframes shimmer {
	  0%   { background-position: 200% 0; }
	  100% { background-position: -200% 0; }
	}

	/* header */
	.card-header {
	  padding: 16px 20px 0;
	  display: flex; align-items: flex-start; gap: 12px; flex-shrink: 0;
	}
	.card-icon {
	  width: 40px; height: 40px; flex-shrink: 0;
	  background: rgba(31,201,168,0.09);
	  border: 1px solid rgba(31,201,168,0.22);
	  border-radius: 9px;
	  display: flex; align-items: center; justify-content: center;
	  overflow: hidden;
	}
	.card-icon svg {
	  width: 20px; height: 20px;
	  stroke: var(--teal); fill: none;
	  stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round;
	}
	.card-meta { padding-top: 2px; }
	.card-label {
	  font-size: 9.5px; font-weight: 500;
	  letter-spacing: 0.13em; text-transform: uppercase;
	  color: var(--main-color); display: block; margin-bottom: 3px;
	}
	.card-title {
	  font-family: 'Barlow Condensed', sans-serif;
	  font-size: 19px; font-weight: 700;
	  letter-spacing: 0.02em; color: var(--text-head); line-height: 1.15;
	}

	/* body / description */
	.card-body { padding: 0px 20px 0; flex: 0; flex-shrink: 0; }
	.card-desc {
	  font-size: 12.5px; font-weight: 300;
	  color: var(--text-body); line-height: 1.6;
	  display: -webkit-box;
	  margin-bottom: 10px;
	  -webkit-line-clamp: 3;
	  overflow: hidden;
	}

	/* divider */
	.card-divider { height: 1px; background: var(--border); flex-shrink: 0; }

	/* list */
	.card-list-wrap { padding: 10px 20px 0; flex: 1; overflow: hidden; }
	.list-label {
	  font-size: 9.5px; font-weight: 500;
	  letter-spacing: 0.13em; text-transform: uppercase;
	  color: var(--text-mute); display: block; margin-bottom: 8px;
	}
	.card-list { list-style: none; display: flex; flex-direction: column; gap: 6px; }
	.card-list li {
	  display: flex; align-items: flex-start; gap: 8px;
	  font-size: 12px; font-weight: 400; color: var(--text-body); line-height: 1.45;
	}
	.dot {
	  width: 5px; height: 5px; border-radius: 50%;
	  background: var(--teal); opacity: 0.65;
	  flex-shrink: 0; margin-top: 4px;
	}

	/* cta */
	.card-footer { padding: 12px 20px 18px; flex-shrink: 0; }
	.cta-btn {
	  display: flex; align-items: center; justify-content: center; gap: 7px;
	  width: 100%; padding: 9px 0;
	  background: transparent;
	  border: 1px solid rgba(31,201,168,0.30);
	  border-radius: 8px; color: var(--main-color);
	  font-family: 'Barlow Condensed', sans-serif;
	  font-size: 13px; font-weight: 600;
	  letter-spacing: 0.09em; text-transform: uppercase;
	  text-decoration: none; cursor: pointer;
	  transition: background 0.2s, border-color 0.2s, color 0.2s;
	}
	.cta-btn:hover { background: rgba(31,201,168,0.10); border-color: var(--main-light); color: #00acff; }
	.cta-btn svg {
	  width: 13px; height: 13px; stroke: currentColor; fill: none;
	  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.2s;
	}
	.cta-btn:hover svg { transform: translateX(3px); }

	/* ripple */
	.card-ripple {
	  position: absolute; inset: 0; pointer-events: none; border-radius: 16px;
	  background: radial-gradient(ellipse 60% 35% at 50% 0%, rgba(31,201,168,0.06) 0%, transparent 70%);
	  opacity: 0; transition: opacity 0.4s;
	}
	.service-card:hover .card-ripple { opacity: 1; }

	/* ── Dot indicators ── */
	.carousel-dots {
	  display: flex; justify-content: center; align-items: center;
	  gap: 8px; margin-top: 28px;
	}
	.carousel-dot {
	  width: 8px; height: 8px; border-radius: 50%;
	  background: var(--border);
	  border: 1px solid var(--text-mute);
	  cursor: pointer;
	  transition: background 0.25s, transform 0.25s, width 0.25s;
	}
	.carousel-dot.active {
	  background: var(--teal);
	  border-color: var(--teal);
	  width: 24px;
	  border-radius: 4px;
	  transform: none;
	}

/* 8. PAGES STYLES */
.sections{
    background-image: url("../img/images/sections-bg.jpg");
    height: 215px;
    margin-top: -55px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.sections:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, #000);
  opacity: 0.3;
}

.sections .container{
    margin: 0px auto;
}

.pages-title{
    position: absolute;
    bottom: 20px;
    color: #FFF;
}

.pages-title h1{
    font-size: 1.4rem;
    color: #FFF;
}

.pages-title p{
    color: #FFF;
}

.section-title{
    text-align: center;
    margin-bottom: 30px;
}

.section-title h3{
    text-transform: uppercase;
}

hr.center{
    width: 80px;
    border-top: 3px solid var(--c2);
    margin: 15px auto;
}

/* ========= ABOUT US. ========== */
.about-pic img{
    width: 100%;
}

.about-services h4{
    margin-bottom: 3px;
}

.about-services .border-icon{
    width: 60px;
    height: 60px;
    border: solid 2px #14213D;
    position: relative;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
    transition: 0.3s;
}

.about-services .border-icon:hover{
    border: solid 1px #9BC53D;
    background: #9BC53D;
}

.about-services figure.icon-center{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 40px;
}

.about-services  p{
    font-size: 13px;
    margin-bottom: 0px;
}

hr.about{
    width: 100%;
    border-top: 1px solid #ddd;
    margin: 40px auto 10px auto;
}

/* ========= SERVICES. ========== */
aside.services .list-group-item {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.inner-service-block{
    margin-bottom: 30px;
}

aside.services .list-group-item .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: none
}

aside.services .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1rem;
  margin-bottom: 10px;
  background-color: #f2f2f2;
  border: none;
  border-left: solid 3px #14213D;
  border-radius: 0px;
  transition: 0.3s;
  text-align: left;
}

aside.services .list-group-item:hover {
  background-color: #14213D;
}

aside.services .list-group-item:hover a:link{
  color: #FFF;
}

aside.services .list-group-item a:link {
    text-decoration: none;
    color: #14213D;
}

aside.services .list-group-item a:visited {
    text-decoration: none;
    color: #14213D;
}

aside.services .list-group-item a:hover {
    text-decoration: none;
    color: #FFF;
}

aside.services .list-group-item a:active {
    text-decoration: none;
    color: #14213D;
}

aside.services .list-group-item:hover a{
  color: #FFF;
}

aside.services .list-group-item:hover .fa{
  color: #FFF;
}

.service-pic img{
    width: 100%;
}

.tabs{
    margin-top: 40px;
}

.tabs .nav-tabs {
  border-bottom: none;
}

.tabs .nav-tabs .nav-item {
  margin-bottom: -1px;
}

.tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #f2f2f2;
    color: #14213D;
}

.tabs .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: none;
    background: #14213D;
    color: #FFF;
}

.tabs .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-item.show .nav-link {
    color: #FFF;
    background-color: #14213D;
    border-color: #dee2e6 #dee2e6 #fff;
}

.tabs .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.tabs .tab-content{
    padding: 20px 7px;
}

.tabs .tab-content .thumbnail-tab{
    width: 200px;
   float: left;
    margin-right: 20px;
}

.tabs .tab-content .thumbnail-tab img{
   width: 100%;
}

.bottom-box{
    margin-top: 40px;
}

/* ========= BLOGS. ========== */
.posts-list{
    position: relative;
    margin-bottom: 40px;
}

.post-preview-image{
    position: relative;
}

.post-preview-image img{
    width: 100%;
}

.date-label{
    width: auto;
    height: auto;
    background: #8EC33E;
    position: absolute;
    color: #FFF;
    padding: 10px 20px;
    bottom: 30px;
}

.date-label h6{
    margin-bottom: 0px;
}

.fig-caption h3{
    margin: 20px 0px 10px 0px;
    color: #14213D;
}

.post-preview-details{
    margin-bottom: 5px;
}

.post-preview-details p{
    color: #333;
    margin: 10px 0px;
}

.inner-sidebar{
    margin-bottom: 30px;
    clear: both;
}

.inner-sidebar h5{
    margin-bottom: 20px;
    text-transform: uppercase;    
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.40rem 0rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

.media-post{
    height: 95px;
}

.media-thumb{
    width: 80px;
    float: left;
    margin-right: 10px;
}

.media-thumb img{
    width: 100%;
}

.media-caption h5{
    margin-bottom: 5px;
    text-transform: none;
    font-size: 16px;
    line-height: 1.3;
}

.media-caption h5 a:link {
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}

.media-caption h5 a:visited {
    text-decoration: none;
    color: #333;
}

.media-caption h5 a:hover {
    text-decoration: none;
    color: #808080;
}

.media-caption h5 a:active {
    text-decoration: none;
    color: #333;
}

.media-caption p{
    font-size: 13px;
}

.post-img img{
    width: 100%;
}

.span-posts{
    margin-bottom: 30px;
}

.span-posts .caption{
    margin-top: 20px;
}

.span-posts .caption h3{
    font-weight: 600;
}

.span-posts .caption p{
    margin-top: 15px;
}

.inner-list{
    display: inline-block;
    margin-right: 15px;
}

.list-group-item a:link {
    text-decoration: none;
    color: #808080;
    transition: 0.3s;
}

.list-group-item a:visited {
    text-decoration: none;
    color: #808080;
}

.list-group-item a:hover {
    text-decoration: none;
    color: #333;
}

.list-group-item a:active {
    text-decoration: none;
    color: #808080;
}

.tags-lists .btn{
    margin: 3px;
}

.pagination-box{
    position: relative;
    height: 47px;
    margin-top: 30px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.33rem 0.45rem;
  margin: 0px 5px 0px 5px;
  line-height: 1.25;
  color: #FFF;
  background-color: #14213D;
  border: 1px solid #14213D;
  border-radius: 5%;
  font-family: 'Poppins', sans-serif;
  font-size: 0.70rem;
}

.page-link:hover {
  z-index: 2;
  color: #FFF;
  text-decoration: none;
  background-color: #2C4987;
  border-color: #2C4987;
}


.post-caption-image{
    position: relative;
}

.post-caption-image img{
    width: 100%;
}

.post-text p{
    margin: 15px 0px;
    line-height: 1.8;
}

.comments{
    margin-top: 40px;
}

/* ========= FAQ. ========== */
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    color: #14213D;
    font-size: 16px;
    transition: 0.3s;
}

.panel-title:hover {
    color: #595959;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.panel-body{
    padding: 0px 20px;
}


.panel-title a:link {
    text-decoration: none;
    color: #14213D;
}

.panel-title a:visited {
    text-decoration: none;
    color: #14213D;
}

.panel-title a:hover {
    text-decoration: none;
    color: #2C4987;
}

.panel-title a:active {
    text-decoration: none;
    color: #14213D;
}

/* ========= CAREERS. ========== */
.careers-pic img{
    width: 100%;
}

.careers-parallax{ 
    background-image: url("../img/images/img7.jpg");
    height: 100%; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px 0px 30px 0px;
}

.careers-parallax:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #14213D, #14213D);
  opacity: 0.8;
}

.benefits{
    padding: 30px 0px;
}

.benefit-icon{
    width: 60px;
    margin:auto;
}

.benefit-icon img{
    width: 100%;
}

.benefits h3{
    text-align: center;
    color: #9BC53D;
    margin: 15px 0px 10px 0px;
}

.benefits p{
    text-align: center;
    color: #FFF;
}

.position-icon{
    width: 70px;
}

.position-icon img{
    width: 60%;
}

.position-box{
    padding: 20px 0px;
}

.position-box h4{
    margin: 10px 0px;
}

.position-box p{
    font-size: 13px;
}

.position-box a:link {
    text-decoration: none;
    color: #2C4987
}

.position-box a:visited {
    text-decoration: none;
    color: #2C4987
}

.position-box a:hover {
    text-decoration: none;
    color: #14213D;
}

.position-box a:active {
    text-decoration: none;
    color: #2C4987
}

/* ========= ERROR PAGE. ========== */
.error-page{
    background-image: url("../img/images/img9.jpg");
    height: 800px; 
    margin-top: -55px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.error-page:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, #000);
  opacity: 0.6;
}

.error-page .container{
    margin: 0px auto;
}

.error-page .middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFF;
}

.error-page .middle h4{
    color: #9BC53D;
}

.error-page .middle p {
    color: #FFF;
}

/* ========= PRICING. ========== */
.pricing-table{
    box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -moz-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -webkit-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -o-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    border-radius: 5px;
    text-align: center;
    padding-bottom: 30px;
}

.table-header{
    height: 160px;
    background: #9BC53D;
    padding: 40px 0px;
}

.table-header h2{
    font-size: 50px;
    color: #FFF;
    text-align: center;
}

.table-header span{
    font-size: 15px;
    margin: 12px 0px 0px -15px;
    position: absolute;
}

.table-header h4{
    color: #FFF;
    text-align: center;
}

.center-table .table-header{
    background: #14213D;
}

.table-list{
    margin: 30px 0px
}

.table-list p{
    text-align: center;
    color: #333;
}

/* ========= CONTACT. ========== */

.sections-contact{
    height: 400px; 
    margin-top: -55px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.sections-contact .container{
    margin: 0px auto;
}

.pages-title{
    position: absolute;
    bottom: 20px;
    color: #14213D;
}

.pages-title h1{
    font-size: 1.4rem;
}

.contact-left{ 
    background-image: url("../img/images/thumb3.jpg");
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 60px 40px;
    color: #FFF;
    z-index: 2;
}

.contact-information{ 
    color: #FFF;
    z-index: 1;
    position: relative;
}

.contact-information h2{ 
    color: #FFF;
}

.contact-information p{ 
    color: #FFF;
}

.contact-left:before {
  height: 100%; 
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #14213D, #14213D);
  opacity: 0.7;
}

.contact-icon{
    width: 50px;
    margin: 0px auto 15px;;
}

.contact-icon img{
    width: 100%;
}

hr.contact{
    border-top: 1px solid #fff;
    margin: 15px auto 15px auto;
}

.contact-form{
    padding: 40px;
    width: 100%;
    margin: auto;
}

.form-control {
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0px 0px 10px 0px;
  font-size: 15px;
  line-height: 2;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-bottom: solid 1px #002343;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: transparent;
  border-color: #C7A95C;
  outline: 0;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.alert-success {
  color: #FFF;
  background-color: #8EC33E;
  border-color: #8EC33E;
  font-family: Aileron-Regular;
  font-size: 15px;
  line-height: 1.5;
}

.close {
  float: right;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 1;
}

.maps{
    height: 500px;
}

.btn-send{
    margin-top: 20px;
    text-align: center;
}

p.address{
    position: relative; 
    margin-bottom: 10px;
    background: transparent;
    width: 100%;
}

p.address:before{
    content: "\f041";
    font-family: FontAwesome;   
    margin-right: 15px;
    font-size: 20px;
}

p.phone{
    position: relative;
    margin-bottom: 10px;
    background: transparent;
    width: 100%;
}

p.phone:before{
    content: "\f095";
    font-family: FontAwesome;   
    margin-right: 10px;
    font-size: 20px;
}

p.email{
    position: relative;  
    background: transparent;
    width: 100%;
}

p.email:before{
    content: "\f0e0";
    font-family: FontAwesome;   
    margin-right: 10px;
    font-size: 20px;
}

.social-contact{
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
}


.social-contact a:link {
    text-decoration: none;
    color: #FFF;
    transition: 0.3s;
}

.social-contact a:visited {
    text-decoration: none;
    color: #FFF;
}

.social-contact a:hover {
    text-decoration: none;
    color: #9BC53D;
}

.social-contact a:active {
    text-decoration: none;
    color: #FFF;
}

.with-errors{
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: red;
}

/* ========= PROJECTS. ========== */
.chart-container{
    margin-top: 50px;
}

/* ==========================================================================
   	9. SCROLLING TOP.
   ========================================================================== */
@media only screen and (min-width: 1024px) {
  main p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(255, 64, 76, 1) url(../img/master/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  border-radius: 5px;
  background-color: var(--c2);
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #FFC428;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  } 
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
/* ==========================================================================
   	10. TEAM.
   ========================================================================== */
.team-slider{
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.team-card-3{
    text-align: center;
}

.team-card-3 h4{
    margin: 15px 0px 5px 0px;   
}

.team-card-3 p{
    margin-bottom: 0px;   
}

.team-photo img{
    width: 100%;
}

.signature{
    width: 160px;
}

.signature img{
    width: 100%;
}

.our-team h6{
    font-style: italic;
}

.slick-dots {
  text-align: center;
  padding: 0;
  display: none;
  margin: 0px;
}
.slick-dots li {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  display: none;
  margin: 0px;

}
.team-card-3 .slick-dots li.slick-active button {
  background-color: #999;
}
.team-card-3 .slick-dots li button {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: #fff;
  border: solid 1px #999;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.team-card-3 .slick-dots li :hover {
  background-color: #999;
}

.team-card-3 .responsive{
    clear: both;
}

.team-card-3 .responsive div img{
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 800px) {
  .next, .prev {
    display: none !important;
  }
}

.span-item img{
    width: 100%;
}

/* ==========================================================================
   	11. POPUP GALLERY .
   ========================================================================== */

.magnific-img {
    width: 100%;
    height: 100%;
}

.magnific-img img {
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
    z-index: 0;
    position: relative;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -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;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.9; 
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; 
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.magnific-img .image-popup-vertical-fit img a:link {
    text-decoration: none;
    border: solid 2px #000;
}

.magnific-img .image-popup-vertical-fit img a:visited {
    text-decoration: none;
    border: solid 2px #000;
}

.magnific-img .image-popup-vertical-fit img a:hover {
    text-decoration: none;
    border: solid 2px #000;
}

.magnific-img .image-popup-vertical-fit img a:active {
    text-decoration: none;
    color: #000;
    border: solid 2px #000;
}


.mfp-figure button.mfp-close {
    cursor: pointer;
}
.popup-gallery a {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-figure figure {
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}

/* ==========================================================================
   	12. FILTER GALLERY .
   ========================================================================== */

.nav-pills > li. active > a, .nav-pills > li. active > a:focus, .nav-pills >li .active > a:hover {
    color: #333;
    text-align: center;
}

.center-pills {
    display: flex;
    justify-content: center;
}

.nav-pills a {
    border: solid 2px #9BC53D;
    padding: 8px 20px;
    border-radius: 30px;
}

.nav-pills a {
    color: #333;
    margin-right: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    transition: 0.3s;
    border: solid 2px var(--c1);
    padding: 8px 20px;
    border-radius: 5px;
}

.nav >li > a:focus, .nav> li > a:hover {
    background: var(--c1);
    color: #FFF;
}

.portfolio-filter{
    margin-bottom: 30px;
}

.portfolio-item {
    margin: 0px;
    padding: 5px;
}

.portfolio-item img {
    width: 100%;
}

.portfolio-item:hover img {
    -webkit-filter: grayscale(50%);
    filter: grayscale(40%);
}

figure {
    margin: 0;
}

/* ==========================================================================
   	13. COUNTER.
   ========================================================================== */
.counter-parallax{
    background-image: url("../img/images/parallax-bg.jpg");
    height: 281px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px 0px;
    z-index: 1;
}

.counter-parallax:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #14213D, #14213D);
  opacity: 0.7;
}

.counter-statistics .counter{
    font-size: 2.5rem;
    font-family: 'Poppins', sans-serif;
    color: #FFF;
    text-align: center;
}

.counter-statistics h5{
    color: #FFF;
    text-align: center;
}

.testimonials-box{
    background: #14213D;
    margin-top: -200px;
    z-index: 2;
    position: relative;
    padding: 20px 0px;
}

.main-gallery{
  margin: 30px 0px 45px 0px; 
}

.gallery-cell {
  width: 100%;
}

.testimonial-section{
    min-height: 200px;
}

.avatar {
  width: 100px;
  height: 100px;
  margin: auto;
}

.avatar img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-quote{
    margin: 15px  100px 5px 100px;
}

p.quote{
    text-align: center;
    font-size: 14px;
    color: #d9d9d9;
    font-weight: normal;
    margin: 10px 0px 40px 0px;
    padding: 0px 150px;
    line-height: 1.6;
    font-style: italic;
}

h3.autor{
    text-align: center;
    line-height: 2;
    color: var(--c1);
    margin: 5px 0px;
}

h6.testimonial-title{
    text-align: center;
    color: #FFF
}

.flickity-page-dots .dot.is-selected {
  background: var(--c1);
}

.testimonials{
  padding: 20px 15px 20px 15px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.testimonials-services{
  margin: -50px auto 20px auto;
}

.flickity-enabled{
    position: relative;
}

.flickity-enabled:focus{
    outline: 0;
}

.flickity-viewport{
    overflow: hidden; 
    position: relative; 
    height: 100%;
}

.flickity-slider{
    position: absolute; 
    width: 100%; 
    height: 100%;
}

.flickity-enabled.is-draggable{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport{
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.flickity-prev-next-button{
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 0%;
    background: #fff;
    background: hsla(0,0%,100%,.75);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flickity-prev-next-button:hover{
    background: #fff;
}

.flickity-prev-next-button:focus{
    outline: 0;
    box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active{
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.flickity-prev-next-button.previous{
    left: 10px;
}

.flickity-prev-next-button.next{
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous{
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next{
    right: auto;
    left: 10px;
}

.flickity-prev-next-button:disabled{
    filter: alpha(opacity=30);
    opacity: 0.3;
    cursor: auto;
}

.flickity-prev-next-button svg{
    position:absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-prev-next-button .arrow{
    fill: #333;
}

.flickity-prev-next-button.no-svg{
    color: #333;
    font-size: 26px;
}

.flickity-page-dots{
    position: absolute;
    width: 100%;
    bottom: -5px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots{
    direction:rtl;
}

.flickity-page-dots .dot{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 8px;
    background: #FFF; 
    border-radius: 50%;
    filter: alpha(opacity=25);
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected{
    filter:alpha(opacity=100);
    opacity:1;
}

/* ==========================================================================
   	14. FOOTER.
   ========================================================================== */
footer{
    background: #14213D;
    height: 100%;
    padding: 40px 0px 60px 0px;
}

figure.footer-logo{
    width: 200px;
    margin-bottom: 20px;
}

figure.footer-logo img{
    width: 100%;
}

.footer-col h5{
    color: #FFF;
    margin-bottom: 30px;
}

.footer-col p{
    color: #FFF;
    font-size: 14px;
    line-height: 1.7;
}

.footer-col .list-group-item {
    position: relative;
    display: block;
    padding: 0.40rem 0rem;
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid rgba(242, 242, 242);
    font-size: 13px;
    font-family: 'Poppins', sans-serif;  
    color: #FFF;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.footer-col .list-group-item a:link {
    text-decoration: none;
    color: #FFF;
    transition: 0.3s;
}

.footer-col .list-group-item a:visited {
    text-decoration: none;
    color: #FFF;
}

.footer-col .list-group-item a:hover {
    text-decoration: none;
    color: #9BC53D;
}

.footer-col .list-group-item a:active {
    text-decoration: none;
    color: #FFF;
}

.bottom-location-icon{
    width: 35px;
    float: left;
    margin-right: 10px;
}

.bottom-location-icon img{
    width: 100%;
}

.location-box{
    padding: 10px 0px;
}

.location-box h6{
    color: #FFF;
    margin-bottom: 2px;
    font-size: 13px;
}

.location-box p{
    color: #FFF;
    font-size: 13px;
}

.newsletter-box {
	margin: 15px 0px 15px 0px;
}

.newsletter-box form {
  	display: flex;
  	align-items: center;
}

.newsletter-box .input {
  	width: 70%;
  	height: 38px;
  	background: #FDFCFB;
  	border: none;
  	font-family: inherit;
  	color: #737373;
  	letter-spacing: 1px;
  	text-indent: 5%;
  	font-size: 12px;
	font-family: 'Poppins', sans-serif;  
}

.newsletter-box .button {
  	width: 30%;
  	height: 38px;
  	background-color: #9BC53D;
  	border: none;
  	border-radius: 0 5px 5px 0;
  	font-family: inherit;
  	font-weight: 500;
  	color: inherit;
  	letter-spacing: 1px;
  	cursor: pointer;
  	color: #FFF;
  	font-size: 12px;
	font-family: 'Poppins', sans-serif;  
}

p.cursive{
	font-style: italic;
    font-size: 13px;
}

hr.footer{
	border-top: 1px solid rgba(242, 242, 242);
    margin: 30px auto 30px auto;
}

.copytight{
    float: left; 
}

.copytight p{
    color: #FFF;
    font-size: 13px;
}

.social-footer{
    float: right;
    margin-top: -10px;
}

.social-items{
    display: inline-block;
    margin: 0px 2px;
}

.social-items .fa{
    color: #14213D;
	font-size: 18px;
	transition: 0.3s;
}

.social-items .fa:hover{
    color: #fff;
}

.icon-fa{
    display:inline-block;
    font-size: 20px;
    line-height: 32px;
    background: #FFF;
    color: #FFF;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: bottom;
    border-radius: 50%;
    float: left;
	border: solid 1px #14213D;
	transition: 0.3s;
}

.icon-fa:hover{
    background: var(--c1);
    border: solid 1px var(--c1);
}

/* ==========================================================================
   	15. LOADER.
   ========================================================================== */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1031;
  background-color: #F2F2F2;
}

#loader {
  animation: animate 1.5s linear infinite;
  clip: rect(0, 80px, 80px, 40px); 
  height: 80px;
  width: 80px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
@keyframes animate {
  0% { 
    transform: rotate(0deg)
  }
  100% { 
    transform: rotate(220deg)
  }
}
#loader:after {
  animation: animate2 1.5s ease-in-out infinite;
  clip: rect(0, 80px, 80px, 40px);
  content:'';
  border-radius: 50%; 
  height: 80px;
  width: 80px;
  position: absolute; 
} 
@keyframes animate2 {
  0% {
    box-shadow: inset #14213D 0 0 0 17px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #9BC53D 0 0 0 2px;
  }
  100% {
    box-shadow: inset #9BC53D 0 0 0 17px;
    transform: rotate(140deg);
  }
}

img.logo {
    width: 152px !important;
}

.copytight a {
    color: #fff;
}
.baner-sec {height: max-content;background: var(--blue);padding: 4px 0;margin-bottom: 0;}

.ban-con h2 {
    color: #fff;
    width: max-content;
    float: left;
    font-size: 25px;
    margin-right: 37px;
}

.ban-con a {
    float: left;
    display: inline-block;
}

.ban-con {
    display: table;
    width: 100%;
    display: flex;
    align-items: center;
}
.service-description ul li {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #999999;
}
.service-gal .box-pic img {
    width: 100%;
    height: 227px;
    object-fit: cover;
}

.service-gal .box-pic {
    margin: 20px 0;
}
ul.sub-menu {
    position: absolute;
    top: -12px;
    left: 100%;
    width: max-content;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all;
    border-radius: 3px;
}

.sub-menu-btn {
    position: relative;
}

ul.sub-menu li a {
    display: block;
    padding: 2px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    white-space: nowrap;
    transition: 0.4s;
    font-family: 'Poppins', sans-serif;
    color: #595959;
    font-weight: normal;
    font-size: 14px;
    transition: 0.3s;
}

ul.sub-menu li {
    padding: 5px 0;
    list-style: none;
    border-bottom: 1px solid #f1f1f1;
}

.sub-menu-btn:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}



@media (max-width:800px){
    
    ul.sub-menu li a {
        display: block;
        padding: 5px 20px 2px 40px;
        clear: both;
        font-weight: normal;
        line-height: 1.5;
        white-space: inherit !important;
        transition: 0.4s;
        font-family: 'Poppins', sans-serif;
        color: #595959;
        font-weight: normal;
        font-size: 12px;
        transition: 0.3s;
    }
    ul.sub-menu {
        position: static;
        top: 0px;
        left: 0%;
        width: 100% !important;
        background: #fff;
        opacity: 0;
        display:none;
        visibility: hidden;
        transition: 0.4s all;
    }
    .sub-menu-btn:hover ul.sub-menu {
        opacity: 1;
        visibility: visible;
        display:initial;
    }

}



.figure-caption h4 {
    font-size: 16px;
}

.figure-caption {
    padding: 15px 0px !important;
}
.contact-form textarea {
    height: 150px;
}
li.nav-item.dropdown:hover ul.dropdown-menu {
    display: block;
}
li.nav-item.dropdown:hover ul.dropdown-menu {
    display: block;
}

.dropdown-menu li.sub-menu-btn:before {
    content: '>';
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #000;
}
 .watsapp img {
    width: 50px;
}

.watsapp {
    position: fixed;
    bottom: 18px;
    left: 19px;
    z-index: 99999;
    background: #fff;
    border-radius: 50%;
     animation: example 1s linear infinite;
}

@keyframes example {
  0%   {box-shadow: 2px 2px 13px 0px #000;}
  25%  {box-shadow: 2px 2px 20px 7px #000;}
  50%  {box-shadow: 2px 2px 13px 0px #000;}
  75% {box-shadow: 2px 2px 20px 7px #000;}
  100% {box-shadow: 2px 2px 13px 0px #000;}
}

.hd-email {
    display: flex;
}

.hd-email .mail-icon img {width: 38px;}


.all_steps{
	position:relative;
	z-index:100 !important;
}

.all_steps .steps{
	display:flex;
	align-items:center;
	justify-content:space-between;
	position:relative;
	z-index:100 !important;
}

.all_steps .steps *{
	width:100px;
	height:100px;
	border-radius:50%;
	background:#fff;
	display:grid;
	place-items:center;
	font-size:18px;
	font-weight:bold;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	cursor:pointer;
	overflow:hidden;
	transition: all .3s;
}
.all_steps .steps *:hover{
	background:#078bcb;
	color:#fff;
}
.all_steps .steps .active{
	background:#078bcb;
	color:#fff;
}
.all_steps .line_bar{
	background:#ccc;
	color:#fff;
	position:absolute;
	width:100%;
	height:8px;
	top:50%;
	left:0;
	z-index:1;
}
.step_area{
	margin-top:30px;
	background:#fff;
	padding:8px;
	border:1px solid #eee;
	border-radius:8px;
	display:none;
}
.step_area.step_1_div{
	display:block;
}

@media (max-width:800px){
	.all_steps .steps *{
		width:70px;
		height:70px;
		border-radius:50%;
		background:#fff;
		display:grid;
		place-items:center;
		font-size:14px;
		font-weight:bold;
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
		cursor:pointer;
		overflow:hidden;
		transition: all .3s;
	}
}

