/*
Theme Name: Fossil IT
Theme URI: https://www.fossil-it.com/
Author: Fossil IT
Author URI: https://www.fossil-it.com/
Description: Fossil IT 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: fossil-it
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: "Karla", sans-serif; 
    font-family: 'kalpurush';  
    background-color: #fff;
} 
img {
    max-width: 100%;
}

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; 
}
.bg-gray {
	background-color: #f3f3f3;
} 
.foi-hide {
	display: none !important;
}  
/*====*HEADER CSS*====*/  
.foi-header {
    background-color: rgba(255,255,255,0.15);
    padding: 10px 5px;
    box-shadow: 0 1px 9px 0 rgb(0 0 0 / 20%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.5s ease;
}
.foi-header.active {
    background-color: #666;
    padding: 2px 3px;
}
.foi-header .topbar img {
    width: 45px;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
}
.foi-header .topbar {
    display: flex;
    justify-content: space-between;
    position: relative;
} 
.foi-header .toggle {
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 23px;
    text-align: center;
    transition: all 0.5s ease;
    display: inline-block;
    border-radius: 50%;
    background-color: #333;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
}
.foi-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;
}
.foi-overlay.opened { 
    display: block;
}
.foi-header nav ul {
    line-height: 45px;
}
.foi-menu ul li {
    display: inline-block;
    margin: 0 3px;
}
.foi-menu ul li a {
    font-family: 'Karla', sans-serif;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    background-color: #444;
    box-shadow: 0 3px 5px rgb(0 0 0 / 50%);
    line-height: 20px;
    border-radius: 5px;
    padding: 6px 13px;
    transition: all 0.5s ease;
}
.foi-menu ul li a:hover {
    background-color: #ff4a4a;
}
/*====*SEDEMENU CSS*====*/ 
.foi-sidebar {
    position: fixed;
    width: 230px;
    top: 0;
    left: -230px;
    bottom: 0;
    background-color: #444;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 50%);
    z-index: 99999;
    transition: all 0.5s;
}
.foi-sidebar.active {
    left: 0;
}
.foi-sidebar .top {
    background-color: transparent;
    margin-bottom: 10px;
}
.foi-sidebar .top .close {
    position: absolute;
    text-align: center;
    color: #fff;
    padding: 3px 7px;
    display: inline-block;
    text-decoration: underline;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    background-color: #333;
    border-radius: 25px;
    top: 5px;
    right: 5px;
}
.foi-sidebar .banner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.foi-sidebar ul li {
    display: block;
    border-top: 1px solid #505050;
    margin: 0 15px;
}
.foi-sidebar ul li a {
    display: block;
    color: #fff;
    font-family: 'Karla', sans-serif;
    text-align: left;
    padding: 13px 13px 13px 25px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.5s ease;
    position: relative;
}
.foi-sidebar ul li a:hover {
    color: #ff4a4a;
}
.foi-sidebar ul li i {
    color: #fff;
    font-size: 15px;
    position: absolute;
    left: 0px;
}
.foi-sidebar ul li:first-child {
    border: none;
}
.foi-sidebar ul li a sup {
    color: #ffbd29;
    background-color: #333;
    padding: 4px 6px;
    border-radius: 25px;
    font-weight: 400;
}
.foi-social {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
}
.foi-social a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
    color: #ff4a4a;
    display: inline-block;
    background-color: #000;
    padding: 0;
    font-size: 12px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 50%);
    transition: all 0.5s ease-out;
}
.foi-social a:hover {
    color: #ddd;
}
.foi-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;
} 
.foi-overlay.opened {
    opacity: 1;
    visibility: visible;
}
/*====*BANNER CSS*====*/ 
.foi-banner {
    position: relative;  
    text-align: center;
    background-color: #f3f3f3;  
    height: 500px;
    z-index: 1;
}
.foi-banner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    z-index: -1;
} 
.foi-banner img {
    max-width: 420px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 90%);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 800px) {
    .foi-banner {  
        height: 400px; 
    }
   .foi-banner img {
        max-width: 90%;
        box-shadow: 0 5px 20px rgb(0 0 0 / 90%);
        border-radius: 5px;
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
    } 
}
/*====*Message CSS*====*/  
.foi-message {
    position: relative;
}
.foi-message .message-box i {
    border-radius: 50%;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 50%;
    top: -30px;
    padding: 0;
    background-color: #444;
    transform: translateX(-50%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 50%);
    text-align: center;
    transition: all 0.5s ease;
    z-index: 11;
}
.message-box .txt {
    font-family: 'Karla', sans-serif;
    color: #333;
    font-size: 18px;
    line-height: 34px; 
    margin-bottom: 10px;
    text-align: justify;
} 
/*====*Tools CSS*====*/ 
.foi-tools .tools-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.foi-tools .tools-area  {
    background-color: #555;
    padding: 30px;
}
.foi-tools .box {
    background-color: #333;
    margin: 5px 6px;
    flex-grow: 3;
    flex-shrink: 3;
    text-align: center;
    vertical-align: middle;
    padding: 15px 5px;
    border-radius: 5px;
    width: 70px;
}
.tools-area .box span {
    display: block;
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
    font-family: karla;
} 
.tools-area h3, .contact-info h3 {
    font-family: karla;
    color: #333;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 400;
}
.foi-tools .box i {
    font-size: 14px;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 0;
    line-height: 25px;
    text-align: center;
    background-color: #ff4a4a;
    color: #fff;
}
.foi-tools .contact-info {
	text-align: center;
}
.foi-tools .contact-info p {
    font-family: "Karla", sans-serif;
    display: inline-block;
    margin: 20px auto 0;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    background-color: #444;
    border-radius: 25px;
    padding: 13px 25px;
    color: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 90%);
}
/*====*SECTION HEADING CSS*====*/ 
.section-heading {
    text-align: center;
    padding-bottom: 30px;
}
.section-heading h2 {
    font-weight: 700;
    color: #000;
    font-family: "Karla", sans-serif;
    font-size: 45px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.section-heading p {
    font-family: "Karla", sans-serif;
    color: #333;
    font-size: 16px;
    margin-bottom: 5px;
}
/* When the browser is at maximum 900px or less */
@media screen and (max-width: 900px) { 
	.section-heading h2 { 
		font-size: 28px; 
	} 
}
/*====*MY SERVICES CSS*====*/  
.foi-service .item {
    padding: 45px 15px;
    text-align: center;
    background-color: #444;
    margin-bottom: 30px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 50%);
    border-radius: 5px;
}
.foi-service .item i {
    font-size: 20px;
    margin-bottom: 5px;
    display: inline-block;
    color: #ff4a4a;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #000;
    text-align: center;
    border-radius: 50%;
}
.foi-service .item h3 {
    color: #f3f3f3;
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    font-family: kalpurush;
    margin-bottom: 10px;
}
.foi-service .item p {
    color: #f3f3f3;
    font-family: "Karla", sans-serif;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 0;
}
/*====*GALLERY CSS*====*/  
.foi-gallery .item {
    position: relative;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 50%);
    padding: 10px;
    background-color: #444;
    margin-bottom: 30px;
} 
.gallery-box img {
    width: 100%;
}
.foi-gallery .item .hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #444;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    transform-origin: bottom;
    transform: scaleY(0);
    padding: 10px 15px;
}
.foi-gallery .item:hover .hover {
    opacity: 1;
    visibility: visible;  
	transform: scaleY(1);
}
.foi-gallery .item .hover h6 {
    margin-bottom: 5px;
    font-size: 13px;
    color: #ddd;
    text-transform: capitalize;
}
.foi-gallery .item .hover p {
    font-size: 13px;
    color: #aaa;
    margin-bottom: 5px;
}
@media screen and (max-width: 900px) {
	.foi-gallery .item {
		margin-bottom: 30px;
	}
}
/*====*FACEBOOK ST. CSS*====*/ 
.foi-marketing .item {
    position: relative;
    background-color: #444;
    margin-bottom: 30px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 50%);
    border-radius: 5px;
}
.foi-marketing .item .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    background-color: #ff4a4a; 
    font-family: kalpurush;
}
.foi-marketing .item .top strong {
    font-size: 24px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #444;
    margin-right: 5px;
    border-radius: 50%;
    position: relative;
    top: -10px;
    left: -5px; 
}
.foi-marketing .item .top strong::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    bottom: 14px;
    right: 9px;
}
.foi-marketing .item h3 {
    color: #fff;
    font-weight: 400;
    font-size: 26px;
    font-family: kalpurush;
    margin-bottom: 0;
} 
.foi-marketing .item p {
    color: #f3f3f3;
    font-family: "Karla", sans-serif;
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 0;
    padding: 10px 20px 25px;
}
.foi-marketing .item .details {
    position: relative; 
    transition: all 0.5s ease;
} 
/*====*DEMO CSS*====*/ 
.foi-demo .item {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 30%);
}
.foi-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;
}  
.foi-demo .demo-link {
    display: block;
    position: relative;
    font-family: 'Karla', sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    padding: 6px 5px 6px 10px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    transition: all 0.5s ease;
}
.foi-demo .demo-link:hover {
    box-shadow: 0 1px 5px #fff;
} 
.foi-demo .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.85);
    padding: 10px 12px 15px;
    transition: all 0.5s ease;
    z-index: 10;
}
.foi-demo .info h6 {
    color: #333;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
    font-family: 'Karla', sans-serif;
}
.foi-demo .info i {
    font-size: 13px;
    margin-right: 5px;
    vertical-align: middle;
}
.foi-demo .info p {
    color: #444;
    font-size: 12px;
    margin-bottom: 3px;
    font-family: 'Karla', sans-serif;
}
.foi-demo .demo-link i {
    margin-left: 5px;
}
.foi-demo .ins-info { 
    font-size: 13px;
	 display: none; 
}
.all-link {
    text-align: center;
    margin-bottom: 50px;
    padding: 0;
}
.all-link a {
    color: #fff;
    font-size: 20px;
    background-color: #555;
    font-family: 'Karla', sans-serif;
    display: block;
    padding: 10px 5px;
    text-decoration: none;
    text-transform: capitalize;
    margin: 0 10px;
    border-radius: 25px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 85%);
}
.all-link a i {
    margin-left: 5px;
}
/*====*FAQ CSS*====*/ 
.faq-box {
    max-width: 600px;
    margin: 0 auto;
} 
.foi-faq .item {
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
	margin-bottom: 20px;
} 
.faq-box .item .panel-info {
    display: none;
}
.faq-box .item h3.active + div {
    display: block;
}
.foi-faq .panel-heading {
    background-color: #444;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    display: block;
    padding: 11px 20px;
    position: relative;
    cursor: pointer;
    font-family: kalpurush;
    box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
    border-radius: 0;
    margin-bottom: 0;
}
.foi-faq .panel-heading::after {
    content: '\F4FE';
    position: absolute;
    font-family: bootstrap-icons;
    right: 20px;
    transition: all 0.5s ease;
    font-size: 18px;
    color: #fff;
}
.foi-faq .panel-heading.active::after {
    content: '\F2EA';
} 
.panel-info p {
    color: #333;
    background-color: #fff;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 0;
    font-family: kalpurush;
    padding: 10px 20px 18px;
}
/*====*Pricing CSS*====*/  
.pricing-box {
    text-align: center;
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
    position: relative;
    border-radius: 5px;
    margin-bottom: 30px;
}
.pricing-box .top {
    border-bottom: 1px solid #ddd;
    padding: 30px 10px 15px;
    background-color: #f0f0f0;
}
.pricing-box .top h3 {
    font-size: 28px;
}
.pricing-box .top h6 {
    display: inline-block;
    background-color: #555;
    color: #fff;
    border-radius: 25px;
    font-size: 18px;
    padding: 9px 20px;
}
.pricing-box .top p {
    margin-bottom: 0;
    margin-top: -9px;
    font-size: 12px;
}
.pricing-box .bottom a {
    display: block;
    text-decoration: none;
    background-color: #444;
    margin-top: 15px;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    font-family: karla;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 85%);
}
.pricing-box .middle {
    padding: 15px 0;
}
.pricing-box .middle ul {
    display: inline-block;
}
.pricing-box .middle ul li {
    font-family: karla;
    font-size: 16px;
    line-height: 20px;
    border-top: 1px solid #f3f3f3;
    padding: 5px 20px;
    color: #555;
}
.pricing-box .middle ul li:first-child {
    border: none;
}
/*====*REVIEWS CSS*====*/ 
.foi-reviews .item {
    padding: 15px 30px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 50%);
	margin-bottom: 30px;
}
.foi-reviews .item .bq {
    font-style: italic;
    color: #333;
    font-size: 15px;
    padding: 10px;
} 
.foi-reviews .item .info i {
    font-size: 25px;
    color: #ff4a4a;
}
.foi-reviews .item .info h5 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 3px;
}
.foi-reviews .item .info p {
    font-size: 12px;
    text-transform: capitalize;
    color: #333;
    margin-bottom: 5px;
} 
.foi-reviews .owl-carousel .owl-dots {
    text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.foi-reviews .owl-carousel .owl-dots .owl-dot {
    background-color: #000;
    width: 5px;
    height: 5px;
    display: inline-block;
    margin: 0 1px;
    border-radius: 50%;
    transition: all 0.5s ease;
} 
.foi-reviews .owl-carousel .owl-dots .owl-dot.active {
    background-color: #ff4a4a;
    width: 10px;
    height: 10px;
}
/*====*COUNTER UP CSS*====*/  
.foi-counter {
    padding-top: 70px;
    position: relative;
    background-color: #f3f3f3;
} 
.foi-counter .item {
    padding: 25px 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    max-width: 180px;
    margin: 0 auto 30px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}
.foi-counter .item h2 {
    font-size: 30px;
    margin-bottom: 0;
    color: #333;
    font-weight: 700;
    font-family: kalpurush;
}
.foi-counter .item p {
    font-size: 12px;
    font-family: "Karla", sans-serif;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #333;
}
.foi-counter .item i {
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
    color: #ff4a4a;
    background-color: #f0f0f0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s ease-out;
} 
/*====*FOOTER CSS*====*/  
.foi-footer {
    padding-top: 50px;
}
.foi-footer .item {
    padding: 10px 15px;
    text-align: center;
    box-shadow: 0 3px 10px rgb(0 0 0 / 15%);
    margin-bottom: 30px;
    border-radius: 5px;
}  
.contact-details p {
    font-family: "Karla", sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    padding: 10px 15px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 15%);
    border-radius: 25px;
    margin-bottom: 10px;
}
.contact-details p strong {
    margin-right: 5px;
}
#map {
    width: 100%;
    position: relative;
    height: 220px;
    margin-bottom: 20px;
    border: 5px solid #ddd;
}  
.footer-bottom {
    background-color: #444;
    padding: 15px 10px;
}
.footer-bottom p {
    font-family: "Karla", sans-serif;
    text-align: center;
    color: #f0f0f0;
    font-size: 14px;
    margin-bottom: 0;
} 
.footer-bottom p a {
    font-weight: 400;
    color: #ff4a4a;
    text-decoration: none;
}
.scroll-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 35px;
}
.scroll-top {
    position: fixed;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    color: #555;
    font-size: 17px;
    text-align: center;
    right: 5px;
    bottom: 30px;
    z-index: 99999;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
    .m-hide {
        display: none !important;
    }
    .foi-header .topbar { 
        padding: 3px 10px;
    } 
	#map {
		margin-top: 20px;
	}
}
/*Color management*/ 
.foi-about .skill i,
.foi-services .item i,
.foi-demo .link a i,
.foi-demo .info i,
.foi-counter .item i,
.foi-reviews .item .info i, 
.foi-footer p a {
	color: #ff4a4a;
}
.foi-marketing .item .top, 
.pricing-box .bottom a {
	background-color: #ff4a4a;
}