/*
Theme Name: Fossil IT BD
Theme URI: https://www.fossil-it.com/
Author: Fossil IT
Author URI: https://www.fossil-it.com/
Description: Fossil IT BD is a User Interface & User Experience quality theme. Can use for portfolio, business, service, company, landing page marketing, digital profile, branding etc. 
Version: 1.0
Text Domain: fossilitbd
Tags: Minimal, Portfolio, WordPress, User Interface, Company, Personal, Profile, Services, Branding, Data Tracking, Fluent Functionality.
*/

/*====*PRESET CSS*====*/     
@font-face {
  font-family: 'kalpurush'; 
  src: url('fonts/kalpurush.ttf') format('ttf'); 
} 
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, 
body {
	max-width: 100%;
	height: auto;
}
body { 
	font-family: "Mozilla Headline", sans-serif;
	font-family: "Karla", sans-serif;
    font-family: 'kalpurush';  
    background-color: #fff;
} 
img {
    max-width: 100%;
}
a, a:hover, a:focus {
    text-decoration: none;
}
p {
    font-size: 16px;
    line-height: 35px;
}
ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}  
.ptb-90 {
	padding-top: 90px; 
	padding-bottom: 90px; 
}  
.pt-90 {
	padding-top: 90px;  
}  
.pb-90 { 
	padding-bottom: 90px; 
} 
.ptb-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.pt-50 {
	padding-top: 50px; 
}
.pb-50 {
	padding-bottom: 50px; 
}
.mt-30 {
	margin-top: 30px; 
}
.mb-30 {
	margin-bottom: 30px; 
}
.mb-90 {
	margin-bottom: 90px; 
}
.bg-gray {
    background-color: #f3f3f3;
}
.fo-hide {
	display: none !important;
}   
.site-content {
    margin-top: 100px;
}
.home .site-content {
    margin-top: 0 !important;
}
input, textarea {
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 35px;
    padding: 5px 9px;
    color: #333;
	outline: 0;
}
/*====*HEADER CSS*====*/  
.fo-header {
    background-color: #fff;
    padding: 5px 10px;
    box-shadow: 0 1px 15px 0 rgb(0 0 0 / 15%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.5s ease;
}
.fo-header.active { 
    padding: 3px 10px;
}
.fo-logo img {
    width: 70px;
    height: auto; 
}
.fo-header .topbar {
    display: flex;
    justify-content: space-between;
    position: relative;
}  
.fo-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    transition: all 0.5s ease;
	cursor: n-resize;
    z-index: 1000;
    display: none;
}
.fo-overlay.opened { 
    display: block;
}
.fo-header nav ul {
    margin-top: 17px;
}
.fo-menu ul li {
    display: inline-block;
    margin: 0 3px;
}
.fo-menu ul li a {
    font-family: 'Karla', sans-serif;
    color: #333;
    font-size: 13px;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    line-height: 20px;
    border-radius: 25px;
    padding: 6px 13px;
    transition: all 0.5s ease;
}
.fo-menu ul li a:hover {
    background-color: #ff5757;
}
.fo-icon-right {
    position: relative;
    margin-top: 9px;
} 
.fo-icon-right > a {
    color: #222;
    padding: 0 5px;
    line-height: 45px;
    margin: 5px 5px 0 0;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}
.fo-icon-right .fo-search-bar {
    position: absolute;
    right: -10px;
    left: auto;
    bottom: -54px;
    top: auto;
    width: 100%;
    min-width: 250px;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.5s ease;
}
.fo-icon-right .fo-search-bar.active {
	transform: scaleY(1);
}
.fo-icon-right .fo-search-bar input {
    height: 50px;
    padding: 5px 30px 5px 15px !important;
    box-shadow: 0 1px 9px rgb(0 0 0 / 20%);
}
/*====*SEDEMENU CSS*====*/ 
.fo-sidescreen {
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0;
    left: -290px;
    bottom: 0;
    background-color: #353535;
    box-shadow: 0 1px 9px 0 rgb(0 0 0 / 20%);
    z-index: 99999;
    transition: all 0.5s ease;
}
.fo-sidescreen.active {
    left: 0;
} 
.fo-sidescreen .top img {
    max-width: 84px;
    height: 42px;
}
.fo-sidescreen .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 0 0 10px;
}
.fo-sidescreen .close {
    color: #ddd;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    background-color: transparent;
}
.fo-sidescreen ul {
    padding: 10px 15px 15px;
    margin: 0;
}
.fo-sidescreen ul li {
    display: block;
    border-top: 1px solid #292929;
}
.fo-sidescreen ul li a {
    display: block;
    color: #ddd;
    font-family: 'Karla', sans-serif;
    text-align: left;
    padding: 15px 11px 15px 25px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    transition: all 0.5s ease;
    position: relative;
} 
.fo-sidescreen ul li i {
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0px;
}
.fo-sidescreen ul li:first-child {
    /*border: none;*/
} 
.fo-social {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    padding: 10px 10px 15px;
}
.fo-social a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    background-color: #000;
    padding: 0;
    font-size: 13px;
    box-shadow: 0 1px 9px 0 rgb(0 0 0 / 20%);
    transition: all 0.5s ease;
}
.fo-social a:hover {
    color: #ddd;
}
.fo-overlay {
    position: fixed;
    background-color: rgba(255,255,255,0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
	cursor: move;
} 
.fo-overlay.opened {
    opacity: 1;
    visibility: visible;
}
@media screen and (max-width: 768px) {
    .m-hide {
        display: none !important;
    }  
	.fo-header {
		padding: 3px 20px;
	}
	.fo-logo img {
		width: 70px;
		height: auto;
	}
}
/*====*BANNER CSS*====*/ 
.fo-banner {
    position: relative;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 90px;
    padding-bottom: 30px;
    z-index: 1;
}
.fo-banner .slide-box {
    max-width: 600px;
    margin: 0 auto;
    height: 230px;
    position: relative;
}
.slide-box .txt-wrap {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 0 15px;
}
.fo-banner img {
    max-width: 290px;
    height: auto;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.slide-box .txt-wrap h1 { 
    font-family: kalpurush;
    font-size: 25px;
    color: #333;
    font-weight: 700;
    text-shadow: 0 0px 1px rgb(0 0 0 / 50%);
}
.slide-box .txt-wrap h3 {
    font-family: kalpurush;
    font-size: 16px;
    color: #8b0101;
    font-weight: 400;
    margin-bottom: 10px;
    text-shadow: 0 0px 1px rgb(0 0 0 / 50%);
}
.slide-box .btn-banner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    bottom: -5px;
    min-width: 150px;
    color: #333;
    box-shadow: 0 1px 9px rgb(0 0 0 / 20%);
    padding: 7px 15px;
    border-radius: 25px;
    margin-bottom: 10px;
    font-family: kalpurush;
    text-decoration: none;
    font-size: 15px;
}
.slide-box .btn-banner i {
    margin-left: 3px;
    font-size: 13px;
}
.arrow-icon {
    border-radius: 50%;
    color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 50%;
    bottom: -25px;
    padding: 0;
    background-color: #f0f0f0;
    transform: translateX(-50%);
    box-shadow: 0 1px 9px 0 rgb(0 0 0 / 20%);
    text-align: center;
    transition: all 0.5s ease;
}
.owl-dots {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}
.owl-dots button {
    width: 10px;
    height: 10px;
    margin: 5px 0;
    border-radius: 25px;
    box-shadow: 0 1px 9px rgb(0 0 0 / 15%);
	background-color: #fff;
}
.fo-banner .owl-dots button.active {
    background-color: #555;
}
.fo-sidecanvas {
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
    left: -300px;
    transition: all 0.3s ease;
    box-shadow: 0 1px 9px rgb(0 0 0 / 50%);
}
.fo-sidecanvas ul li {
    display: block;
    line-height: 38px;
    border-bottom: 1px solid #ddd;
    padding: 5px 20px;
}
.fo-sidecanvas ul li a {
    color: #222;
    font-size: 14px;
    text-decoration: none;
    display: block;
    font-family: karla;
    position: relative; 
    text-shadow: 0 1px 3px rgb(0 0 0 / 10%);
} 
.fo-sidecanvas.active {
    left: 0;
}
.fo-sidecanvas ul li a i {
    color: #ab1818;
    margin-right: 3px;
    font-size: 16px;
}
.offcanvas-gear {
    position: fixed;
    top: 130px;
    right: 0;
    display: inline-block;
    color: #000;
    z-index: 99999;
    font-size: 18px;
    box-shadow: 0 1px 9px rgb(0 0 0 / 20%);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    border-radius: 25px;
}
@media screen and (max-width: 800px) { 
	.slide-box h1 {
		font-size: 23px;
	}
	.fo-banner .slide-box { 
        margin: 0 auto;
        height: 290px; 
    }
    .fo-banner img {
        bottom: 15%;
    }
	
}
/*====*Message CSS*====*/  
.fo-about {
    position: relative;
}
.about-box {
    text-align: center;
} 
.about-box .txt {
    font-family: kalpurush;
    color: #333;
    font-size: 17px;
    line-height: 38px;
    margin-bottom: 15px;
    text-align: center;
}
.btn-wrap {
    text-align: center;
}
.btn-wrap a {
    font-family: kalpurush;
    display: inline-block;
    border-radius: 25px;
    text-align: center;
    padding: 6px 10px;
    min-width: 180px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    padding-left: 25px;
}
.btn-wrap a i {
    font-size: 20px;
    margin-right: 5px;
}
.fo-about .btn-wrap a {
    position: relative;
}
.fo-about .btn-wrap a::before {
    position: absolute;
    content: '\F618';
    font-family: 'bootstrap-icons';
    font-size: 20px;
    left: 25px;
}
/*====*SECTION HEADING CSS*====*/ 
.section-heading {
    text-align: center; 
}
.section-heading h2 {
    font-weight: 700;
    color: #333;
    font-family: "Mozilla Headline", sans-serif;
    font-size: 30px;
    position: relative;
    margin-bottom: 0;
    text-transform: capitalize;
}
.b-line {
    position: relative;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 25px;
    border: 1px solid #ccc;
}
.b-line::before, .b-line::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-radius: 25px;
    display: inline-block;
    top: -1px;
    left: -17px;
}
.b-line::after {
    left: auto;
    right: -17px;
}
.txt-note {
    padding: 0 5% 15px;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    color: #333;
    font-family: kalpurush;
}
/* When the browser is at maximum 900px or less */
@media screen and (max-width: 900px) { 
	.section-heading h2 { 
		font-size: 28px; 
	} 
}
/*====*MY SERVICES CSS*====*/  
.fo-services .item {
    padding: 35px 20px;
    text-align: center;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0 3px 25px 0 rgb(0 0 0 / 15%);
    border-radius: 5px;
}
.fo-services .item i {
    font-size: 18px;
    margin-bottom: 15px;
    display: inline-block;
    color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #f0f0f0;
    text-align: center;
    border-radius: 50%;
}
.fo-services .item h3 {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    font-family: "Karla", sans-serif;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.fo-services .item p {
    color: #333;
    font-family: kalpurush;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}
/*====*TOOLS CSS*====*/  
.tools-area {
    padding: 50px 0 20px;
}
.tools-area ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.tools-area ul li {
    min-width: 130px;
    background-color: #fff;
    margin: 5px;
    border-radius: 5px;
    padding: 30px 10px;
    position: relative;
    text-align: center;
	margin: 0 5px 30px;
}
.tools-area ul li img {
    position: absolute;
    top: -20px;
    width: 45px;
    height: 45px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    line-height: 45px;
    border-radius: 50%;
    box-shadow: 0 3px 9px rgb(0 0 0 / 15%);
}
.tools-area ul li span {
    color: #333;
    font-size: 13px;
    font-family: karla;
}
@media screen and (max-width: 900px) {
	.tools-area ul li {
		min-width: 95px;
	}
}
/*====*FACEBOOK ST. CSS*====*/ 
.fo-marketing .item {
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0 1px 15px 0 rgb(0 0 0 / 15%);
    border-radius: 5px;
}
.fo-marketing .item .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left; 
    font-family: kalpurush;
}
.fo-marketing .item .top i {
    font-size: 16px;
    color: #000;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: transparent;
    margin-right: 0px;
    border-radius: 50%;
    position: relative;
    left: 5px;
    top: 1px;
}
.fo-marketing .item h3 {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Karla", sans-serif;
    margin-bottom: 0;
}
.fo-marketing .item p {
    color: #333;
    font-family: kalpurush;
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 0;
    padding: 10px 20px 25px;
}
.fo-marketing .item .details {
    position: relative; 
    transition: all 0.5s ease;
} 
/*====*OPTIN CSS*====*/ 
.optin {
    background-color: #422f2f;
    padding: 70px 0;
}
.optin-box {
    text-align: center;
}
.optin-box h6 {
    color: #ff5757;
    font-size: 30px;
    text-shadow: 0 1px 3px #000;
    margin-bottom: 15px;
}
.optin-box h3 {
    color: #fff;
    text-shadow: 0 1px 3px #000;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 25px;
}
.optin-box a {
    padding: 9px 35px;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
}
/*====*DEMO CSS*====*/ 
.fo-demo .item {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 1px 15px 0 rgb(0 0 0 / 15%);
}
.fo-demo .item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 9;
}
.theme-dpr h3 {
    font-size: 12px;
    font-weight: 700;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #ddd;
    padding: 10px 13px;
    border-radius: 5px;
    background-color: #f3f3f3;
}  
.fo-demo .demo-link {
    display: block;
    position: relative;
    font-family: 'Karla', sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    padding: 7px 5px 7px 10px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 15px 0 rgb(0 0 0 / 15%);
    transition: all 0.5s ease;
}
.fo-demo .demo-link:hover {
    box-shadow: 0 1px 5px #fff;
} 
.fo-demo .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.90);
    padding: 13px 10px 15px;
    transition: all 0.5s ease;
    z-index: 10;
}
.fo-demo .info h6 {
    color: #333;
    font-weight: 700;
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 5px;
    font-family: 'Karla', sans-serif;
}
.fo-demo .info i {
    font-size: 13px;
    margin-right: 5px;
    vertical-align: middle;
}
.fo-demo .info p {
    color: #444;
    font-size: 12px;
    margin-bottom: 5px;
    font-family: 'Karla', sans-serif;
}
.fo-demo .demo-link i {
    margin-left: 5px;
}
.fo-demo .ins-info { 
    font-size: 13px;
	 display: none; 
}
.all-link {
    text-align: center;
    margin-bottom: 50px;
    padding: 0;
}
.all-link a {
    color: #333;
    font-size: 15px;
    background-color: #fff;
    font-family: 'Karla', sans-serif;
    display: block;
    padding: 10px 5px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 10px;
    border-radius: 5px;
    box-shadow: 0 1px 15px 0 rgb(0 0 0 / 15%);
}
.all-link a i {
    margin-left: 5px;
}
/*====*FAQ CSS*====*/ 
.faq-box {
    max-width: 600px;
    margin: 0 auto;
} 
.fo-faq .item {
    box-shadow: 0 1px 15px 0 rgb(0 0 0 / 15%);
	margin-bottom: 20px;
} 
.faq-box .item .panel-info {
    display: none;
}
.faq-box .item h3.active + div {
    display: block;
}
.fo-faq .panel-heading {
    background-color: #fff;
    color: #000;
    text-decoration: none;
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
    display: block;
    padding: 11px 20px;
    position: relative;
    cursor: pointer;
    font-family: kalpurush;
    border-radius: 0;
    margin-bottom: 0;
}
.fo-faq .panel-heading::after {
    content: '\F4FE';
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    display: inline-block;
    font-family: bootstrap-icons;
    top: 14px;
    right: 15px;
    transition: all 0.5s ease;
    font-size: 18px;
    color: #000;
    border-radius: 25px;
}
.fo-faq .panel-heading.active::after {
    content: '\F2EA';
} 
.panel-info p {
    color: #333;
    background-color: #fff;
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 0;
    font-family: kalpurush;
    padding: 10px 20px 18px;
}
.panel-info p a {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 25px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    color: #333;
    line-height: 1.2;
}
/*====*Meta signal CSS*====*/  
.entry-header h2 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
}

.entry-header h2 a {
    display: inline-block;
    color: #333;
    text-decoration: none;
    font-family: kalpurush;
}

.meta-data ul li {
    display: inline-block;
    font-size: 14px;
}

.meta-data {
    margin-bottom: 5px;
}

.entry-footer a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #f3f3f3;
    margin-bottom: 30px;
    color: #333;
    text-decoration: none;
    box-shadow: 0 1px 9px rgba(0,0,0,0.2);
}




/*====*Pricing CSS*====*/  

.pricing-box {
    text-align: center;
    box-shadow: 0 1px 15px 0 rgb(0 0 0 / 15%);
    position: relative;
    border-radius: 5px;
    margin-bottom: 30px;
}
.pricing-box .top {
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 10px 15px;
    background-color: #f3f3f3;
}
.pricing-box .top h3 {
    font-size: 26px;
}
.pricing-box .top h6 {
    display: inline-block;
    background-color: #422f2f;
    color: #ddd;
    border-radius: 25px;
    font-size: 16px;
    padding: 9px 15px;
}
.pricing-box .top p {
    margin-bottom: 0;
    margin-top: -9px;
    font-size: 12px;
}
.pricing-box .bottom a {
    display: block;
    margin: 15px 15px 5px;
    text-decoration: none;
    color: #fff;
    padding: 9px 15px;
    font-size: 18px;
    font-family: karla;
    border-radius: 5px;
}
.pricing-box .middle {
    padding: 15px 0;
}
.pricing-box .middle ul {
    display: inline-block;
}
.pricing-box .middle ul li {
    font-family: karla;
    font-size: 15px;
    line-height: 20px;
    border-top: 1px solid #f3f3f3;
    padding: 5px 20px;
    color: #555;
}
.pricing-box .middle ul li:first-child {
    border: none;
}
/*====*OUR WORKS CSS*====*/ 
.work-area {
    position: relative;
}
.our-works .owl-dots {
    bottom: -40px !important;
    left: 50%;
    right: auto;
    transform: translate(0, -50%);
    top: auto;
    display: flex !important;
    flex-direction: row;
}
.our-works .owl-dots button { 
    margin: 0 3px;
}
.our-works .owl-dots button.active {
    background-color: #ffbc00; 
}
/*====*COUNTER UP CSS*====*/  
.fo-counter {
    padding: 50px 0 20px;
    background-color: #f3f3f3;
}
.count-area {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.fo-counter .item {
    padding: 25px 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    min-width: 150px;
    margin: 0 auto 30px;
    box-shadow: 0 1px 15px 0 rgb(0 0 0 / 15%);
}
.fo-counter .item h2 {
    font-size: 30px;
    margin-bottom: 0;
    color: #333;
    font-weight: 400;
    font-family: kalpurush;
}
.fo-counter .item p {
    font-size: 12px;
    font-family: "Karla", sans-serif;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #333;
}
.fo-counter .item i {
    font-size: 18px;
    display: inline-block;
    background-color: #f0f0f0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s ease-out;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}
/*====*CONTACT CSS*====*/ 
.contact-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 30px 0;
}

.contact-info li {text-align: center;}

.contact-info li h3 {
    font-size: 18px;
    font-family: karla;
    font-weight: 700;
    margin-bottom: 0;
}

.contact-info li p {
    font-size: 13px;
    font-family: karla;
    line-height: 24px;
}

.contact-info li i {
    font-size: 18px;
    color: #333;
    display: inline-block;
}
#map {
    width: 100%;
    position: relative;
    height: 230px;
    box-shadow: 0 1px 9px rgb(0 0 0 / 15%);
    margin-top: 10px;
}
/*====*FOOTER CSS*====*/  
.fo-footer {
    background-image: url(https://fossil-it.com/wp-content/uploads/2025/08/frequency-wave.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	position: relative;
    z-index: 1;
}
.footer-top {
    padding-top: 30px;
    padding-bottom: 30px; 
}
.fo-footer::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: -1;
}
.footer-top h3 {
    color: #ddd;
    font-weight: 400;
    font-family: "Karla", sans-serif;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 20px;
    position: relative;
}
.footer-top i {
    color: #ddd; 
	display: inline-block;
}
.fo-footer .item {
    padding: 10px 15px;
    text-align: center;
    box-shadow: 0 1px 15px 0 rgb(0 0 0 / 15%);
    margin-bottom: 30px;
    border-radius: 5px;
}  
.contact-details p {
    font-family: "Karla", sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #ddd;
    margin-bottom: 5px;
}
.footer-nav ul li {
    line-height: 30px;
    position: relative;
}
.footer-nav ul li a {
    color: #ddd;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    line-height: 28px;
    padding-left: 15px;
    font-family: "Karla", sans-serif;
}
.footer-nav ul li a::before {
    position: absolute;
    left: 0;
    content: '\F231';
    font-family: 'bootstrap-icons';
    bottom: -6px;
    font-size: 13px;
}
.footer-bottom {
    background-color: rgba(0,0,0,0.9);
    padding: 9px 5px;
    border-top: 1px solid #333;
}
.footer-bottom p {
    font-family: "Karla", sans-serif;
    text-align: center;
    color: #ddd;
    font-size: 13px;
    margin-bottom: 0;
}
.footer-bottom p a {
    font-weight: 400;
    text-decoration: none;
    color: #ff5757;
}
.scroll-top {
    position: fixed;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #fff; 
    font-size: 17px;
    text-align: center;
    right: 5px;
    bottom: 50px;
    z-index: 99999;
    border-radius: 25px;
    box-shadow: 0 1px 15px 0 rgb(0 0 0 / 15%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.scroll-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 70px;
}

/*box shadow*/
.fo-services .item,
.fo-marketing .item,
.pricing-box .bottom a,
.all-link a,
.fo-faq .panel-heading,
.fo-counter .item, 
.btn-wrap a {
	box-shadow: 0 3px 25px rgba(0,0,0,0.2);
}
/* industry CSS */
.el-group {
    background-color: #302929;
    margin-bottom: 30px;
    padding: 25px 15px;
}
.el-group h3 {
    color: #fff;
    font-family: 'Karla';
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px solid #666;
}
.el-group a {
    color: #fff;
    text-decoration: none;
    padding: 6px 15px;
    display: inline-block;
    background-color: #555;
    border-radius: 5px;
    font-size: 13px;
    text-transform: capitalize;
    font-family: 'Karla';
    margin-top: 10px;
}
/*Color management*/  
.fo-social a,
.fo-sidescreen ul li i,
.slide-box .txt-wrap h3,
.fo-about .skill i,
.fo-services .item i,
.fo-demo .link a i,
.fo-demo .info i,
.fo-counter .item i,
.optin-box h6,
.footer-nav ul li a::before,
.contact-details p i,
.footer-bottom p a,
.scroll-top i {
	color: #ffbc00;
}  
.fo-menu ul li a:hover {
	background-color: #ffbc00;
}
.arrow-icon,
.btn-wrap a, 
.fo-banner .owl-dots button.active,
.fo-hireme .info-box a, 
.fo-marketing .item .top, 
.pricing-box .bottom a, 
.fo-faq .panel-heading {
    background-color: #ffbc00;
}

/*Custom Pages CSS*/
.custom-container {
    padding: 20px 30px;
}
.fo-section .heading {
    text-align: center;
}
.fo-section .heading h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.section-part {
    padding: 10px 15px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    margin-top: 15px;
}
.gtm-setup .section-list ul li {
    font-family: karla;
    font-size: 15px;
    line-height: 35px;
    color: #333;
    list-style: auto;
    margin-left: 15px;
}
.section-part table {
    width: 100%;
    max-width: 500px;
    margin-bottom: 15px;
}
.section-part table td {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px 8px;
    color: #222;
    font-family: karla;
    width: 50%;
} 
.section-part table thead tr th {
    background-color: #ddd;
    font-size: 15px;
    padding: 5px 10px;
    border: 1px solid #ccc;
}
.section-part table thead strong {
    color: #ff3131;
}
/*fb groups*/
.i-content .i-set {
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    padding: 10px 10px 0px;
}
.fb-groups .heading {
    text-align: center;
} 
.heading p {
    border: 1px solid #ddd;
    display: inline-block;
    border-radius: 25px;
    padding: 0 20px;
}   
.i-set ul li {
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}
.i-set ul li p {
    margin-bottom: 0;
    font-size: 14px;
    font-family: karla;
    line-height: 30px;
} 