
/*=======================================
About Themes
------------------
Themes Name: Jexza
Version: 3.0
Author Name: Tanzeer Ahmed
Last update: 10/04/22
Primary use: Personal Portfolio/ Business


Table of Content
-------------------
* Body
* Header
* Banner
* About
* Service
* Portfolio
* Recent-project
* Testimonial
* Blog
* Contact
=======================================*/

/*=======================================
font-family: 'Megrim', cursive;---LOGO
font-family: 'Ubuntu', sans-serif;----PARAGRAPH
font-family: 'Cairo', sans-serif;----BUTTON
font-family: 'Noto Sans', sans-serif;-----HEADING
=======================================*/

@import url('https://fonts.googleapis.com/css?family=Megrim');
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Cairo');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

* {
    margin: 0;
    padding: 0;
}

body div {
	overflow: hidden;
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    color: #000000;
    background: #FFFFFF;
    overflow-x: hidden;
}

h2 {
    font-family: 'Noto Sans', sans-serif;
    text-transform: capitalize;
    font-size: 35px;
    text-align: center;
    margin-bottom: 90px;
    letter-spacing: 3px;
    color: #000;
    position: relative;
    font-weight: 900;
}

h2 span {
    color: #FFA41E;
    font-weight: 300;
    letter-spacing: 8px;
}

.section {
    margin-top: 10px;
    padding-top: 80px;
    padding-bottom: 40px;
}

:root {
    --primary-color: #FF4C30;
    --base-color: #F1E7FE;
    --white: #FFFFFF;
    --black: #000000;
    --section-bg: #FAFAFA;
}

/*=======================================
top-header area
=======================================*/
#top-header {
    padding: 12px 0 5px 0;
	  background-color: #FFFDFD;
    border-bottom: 1px solid #CFCECE;
}

.contact-info {
    float: left;
}

.contact-info h5 {

}

.contact-info h6 {
    float: left;
    font-size: 14px;
    margin-right: 18px;
    letter-spacing: 1px;
}

.contact-info h6 i {
    font-size: 17px;
    padding-right: 4px;
    color: #FFA41E;
}

.contact-icon {
    float: right;
}

.contact-icon a {
    font-size: 18px;
    margin: 10px;
    transition: 0.2s;
}
/*=======================================
Header Section
=======================================*/
header {
    position: fixed;
    width: 100%;
    z-index: 2;
    background: #FFFFFF;
    transition: all ease .5s;
}

.navbar-brand {
    padding-top: 1.3125rem;
}

.logo a{
    color: #000000;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 700;
}

.logo img {
    height: 55px;
    width: auto;
    transition: all ease .5s;
}

nav {
    width: 100%;
    height: 80px;
    transition: all ease .5s;
}

nav ul {
    margin-top: 20px;
}

nav ul li {
    display: inline-block;
    margin: 0 10px 0 0;
}

nav ul li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    display: block;
    position: relative;
    display: block;
    background: none;
    padding: 2px 10px;
    transition: .3s;
    letter-spacing: 2px;
}

nav ul li a i {
    padding-right: 6px;
}

.navbar-nav .nav-link:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color);
}

.navbar.shrink {
    height: 85px;
    width: 100%;
    transition: all ease .5s;
    background: #FFFFFF;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
    top: 0;
    position: fixed;
}

.navbar.shrink .logo img {
    transition: all ease .5s;
    margin-top: 0px;
    height: 55px;
    width: auto;
}


/*=======================================
Banner Section
=======================================*/
#slide-1 {
    background: url(../images/slide1.jpg) center center;
    background-size: cover;
}

#slide-2 {
    background: url(../images/slide2.jpg) center center;
    background-size: cover;
}

#slide-3 {
    background: url(../images/slide3.jpg) center center;
    background-size: cover;
}

.slider-area .table-cell {
    padding-top: 38%;
    padding-left: 10%;
}

.table-cell h1 {
    padding-top: 12px;
    color: var(--white);
    transform: translateY(-50%);
    text-align: left;
    margin: 0;
    height: 75px;
    width: 580px;
    padding-bottom: 15;
    font-size: 39px;
    letter-spacing: 1px;
    font-family: 'Exo 2', sans-serif;
    background: rgba(0, 0, 0, 0.8);
    padding-left: 22px;
    border-radius: 5px 33px 5px 20px;
}

.table-cell h1 span {
    letter-spacing: 5px;
    font-weight: 500;
    font-family: 'Noto Sans', sans-serif;
    color: var(--primary-color);
    text-transform: capitalize;
}

.table-cell h2 {
    font-size: 26px;
    color: var(--white);
    transform: translateY(-50%);
    text-align: left;
    margin: 0;
    padding-bottom: 20;
    font-family: 'KoHo', sans-serif;
    text-transform: capitalize;
    letter-spacing: 3px;
    font-weight: 500;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 28px;
    padding-left: 16px;
}

.dark-overlay:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    content: "";
    z-index: -1;
    opacity: .3;
}

.dark-overlay {
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

.table-cell .contact-btn {
    position: absolute;
    margin-left: 12px;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid var(--black);
    border-radius: 5px;
}

.table-cell .contact-btn a {
    font-family: 'Cairo', sans-serif;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    color: var(--primary-color);
    height: 42px;
    width: 180px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 4px;
    transition: all ease .5s;
    text-align: center;
}

.table-cell .contact-btn a:after {
    content: '\f007';
    font-family: fontAwesome;
    position: relative;
    left: -20px;
    opacity: 0;
    transition: .5s;
    font-size: 21px;
}

.table-cell .contact-btn a:hover:after {
    left: 10px;
    opacity: 1;
}

.table-cell .contact-btn a:hover {
    letter-spacing: 3px;
    transition: all ease .5s;
}

/*=======================================
Default-Banner Section
=======================================*/
.default-banner {
    position: relative;
    background-size: cover;
    min-height: 550px;
}

.default-slider .table-cell {
    position: absolute;
    width: 100%;
    color: #fff;
    font-size: 25px;
    transform: translateY(175%);
    text-align: center;
}

.default-overlay:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
}

.default-overlay {
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

.default-slider .table-cell h2 {
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-size: 45px;
}

.default-slider .table-cell h2 span {
    letter-spacing: 3px;
    font-size: 54px;
}

.default-slider .table-cell .contact-btn {
    text-align: center;
    margin: 0;
}

.default-slider .table-cell .contact-btn a {
    font-family: 'Cairo', sans-serif;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    color: var(--primary-color);
    height: 45px;
    width: 217px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 11px;
    transition: all ease .5s;
    background-color: rgba(0, 0, 0, 0.9);
}

.default-slider .table-cell .contact-btn a:hover {
    letter-spacing: 5px;
    transition: all ease .5s;
}


/*=======================================
Banner Section
=======================================*/
.about {

}

.about img {
    height: 100px;
    width: auto;

}


/*=======================================
About Section
=======================================*/
#about .single-section img {
    height: 400px;
    width: 100%;
}

#about .single-section h2 {
    margin-top: 115px;
    margin-bottom: 100px;
}

#about .single-section h5 {
    text-transform: capitalize;
    line-height: 35px;
    letter-spacing: 1px;
    font-size: 20px;
}

#about .single-section h5 i {
    margin-right: 20px;
    color: #00ABA3;
}

/*=======================================
Packages Section
=======================================*/
#service {
    padding-bottom: 0px;
}

#service h2 {
    color: #141414;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

#service .single-service {
    text-align: center;
    margin: 40px 6px;
    border-radius: 45px;
    transition: .5s;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
    border: 2px solid var(--primary-color);
}

#service .single-service:hover {
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
}

#service .single-service h6 {
    text-transform: capitalize;
    font-size: 28px;
    margin-bottom: 10px;
    color: var(--primary-color);
    letter-spacing: 3px;
    font-weight: 700;
    padding-top: 34px;
}

#service .single-service h5 {
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 8px 0px;
    margin-bottom: 12px
}

#service .single-service h5 span {
    font-size: 36px;
    letter-spacing: 3px;
}

#service .single-package {
  background: var(--primary-color);
  padding: 8px 5px;
  color: #ffffff;
}

#service .single-service ul li {
    list-style-type: none;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 35px;
    text-transform: uppercase;
}

#service .single-service h3 {
    text-transform: capitalize;
    font-size: 28px;
}

#service .single-service .order-btn a {
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    background: var(--primary-color);
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 13px 25px;
    border-radius: 45px;
    margin-top: 6px;
    margin-bottom: 12px;
    border: 2px solid var(--primary-color);
    transition: .5s;
}

#service .single-service .order-btn a:hover {
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    background-color: #ffffff;
    transition: .5s;
    font-weight: 700;
}


/* SINGLE-PACKAGE ID-01
=========================*/
#single-1 {
    border: 2px solid #E9FB00 !important;
}

#single-1 h6 {
    color: #E9FB00!important;
}

#single-1 .single-package {
  background: #E9FB00;
}

#single-1 .order-btn a {
    background: #E9FB00 !important;
    border: 2px solid #E9FB00 !important;
}

#single-1 .order-btn a:hover {
    color: #E9FB00 !important;
    border: 2px solid #E9FB00 !important;
	background: #ffffff !important;
}

/* SINGLE-PACKAGE ID-02
=========================*/
#single-2 {
    border: 2px solid #FF2800 !important;
}

#single-2 h6 {
    color: #FF2800!important;
}

#single-2 .single-package {
  background: #FF2800;
}

#single-2 .order-btn a {
    background: #FF2800 !important;
    border: 2px solid #FF2800 !important;
}

#single-2 .order-btn a:hover {
    color: #FF2800 !important;
    border: 2px solid #FF2800 !important;
	background: #ffffff !important;
}

/* SINGLE-PACKAGE ID-03
=========================*/
#single-3 {
    border: 2px solid #721C4A !important;
}

#single-3 h6 {
    color: #721C4A!important;
}

#single-3 .single-package {
  background: #721C4A;
}

#single-3 .order-btn a {
    background: #721C4A !important;
    border: 2px solid #721C4A !important;
}

#single-3 .order-btn a:hover {
    color: #721C4A !important;
    border: 2px solid #721C4A !important;
	background: #ffffff !important;
}

/* SINGLE-PACKAGE ID-04
=========================*/
#single-4 {
    border: 2px solid #4DA2FF !important;
}

#single-4 h6 {
    color: #4DA2FF!important;
}

#single-4 .single-package {
  background: #4DA2FF;
}

#single-4 .order-btn a {
    background: #4DA2FF !important;
    border: 2px solid #4DA2FF !important;
}

#single-4 .order-btn a:hover {
    color: #4DA2FF !important;
    border: 2px solid #4DA2FF !important;
	background: #ffffff !important;
}

/* SINGLE-PACKAGE ID-05
=========================*/
#single-5 {
    border: 2px solid #F2FF00 !important;
}

#single-5 h6 {
    color: #F2FF00!important;
}

#single-5 .single-package {
  background: #F2FF00;
}

#single-5 .order-btn a {
    background: #F2FF00 !important;
    border: 2px solid #F2FF00 !important;
}

#single-5 .order-btn a:hover {
    color: #F2FF00 !important;
    border: 2px solid #F2FF00 !important;
	background: #ffffff !important;
}

/* SINGLE-PACKAGE ID-06
=========================*/
#single-6 {
    border: 2px solid #00FF00 !important;
}

#single-6 h6 {
    color: #00FF00!important;
}

#single-6 .single-package {
  background: #00FF00;
}

#single-6 .order-btn a {
    background: #00FF00 !important;
    border: 2px solid #00FF00 !important;
}

#single-6 .order-btn a:hover {
    color: #00FF00 !important;
    border: 2px solid #00FF00 !important;
	background: #ffffff !important;
}

/* SINGLE-PACKAGE ID-07
=========================*/
#single-7 {
    border: 2px solid #00E066 !important;
}

#single-7 h6 {
    color: #00E066!important;
}

#single-7 .single-package {
  background: #00E066;
}

#single-7 .order-btn a {
    background: #00E066 !important;
    border: 2px solid #00E066 !important;
}

#single-7 .order-btn a:hover {
    color: #00E066 !important;
    border: 2px solid #00E066 !important;
	background: #ffffff !important;
}

/* SINGLE-PACKAGE ID-08
=========================*/
#single-8 {
    border: 2px solid #2C75B2 !important;
}

#single-8 h6 {
    color: #2C75B2!important;
}

#single-8 .single-package {
  background: #2C75B2;
}

#single-8 .order-btn a {
    background: #2C75B2 !important;
    border: 2px solid #2C75B2 !important;
}

#single-8 .order-btn a:hover {
    color: #2C75B2 !important;
    border: 2px solid #2C75B2 !important;
	background: #ffffff !important;
}

/* SINGLE-PACKAGE ID-09
=========================*/
#single-9 {
    border: 2px solid #00D4CC !important;
}

#single-9 h6 {
    color: #00D4CC!important;
}

#single-9 .single-package {
  background: #00D4CC;
}

#single-9 .order-btn a {
    background: #00D4CC !important;
    border: 2px solid #00D4CC !important;
}

#single-9 .order-btn a:hover {
    color: #00D4CC !important;
    border: 2px solid #00D4CC !important;
	background: #ffffff !important;
}

/* SINGLE-PACKAGE ID-10
=========================*/
#single-10 {
    border: 2px solid #8600FF !important;
}

#single-10 h6 {
    color: #8600FF!important;
}

#single-10 .single-package {
  background: #8600FF;
}

#single-10 .order-btn a {
    background: #8600FF !important;
    border: 2px solid #8600FF !important;
}

#single-10 .order-btn a:hover {
    color: #8600FF !important;
    border: 2px solid #8600FF !important;
	background: #ffffff !important;
}

/* SINGLE-PACKAGE ID-11
=========================*/
#single-11 {
    border: 2px solid #5BCEA1 !important;
}

#single-11 h6 {
    color: #5BCEA1!important;
}

#single-11 .single-package {
  background: #5BCEA1;
}

#single-11 .order-btn a {
    background: #5BCEA1 !important;
    border: 2px solid #5BCEA1 !important;
}

#single-11 .order-btn a:hover {
    color: #5BCEA1 !important;
    border: 2px solid #5BCEA1 !important;
	background: #ffffff !important;
}

/* SINGLE-PACKAGE ID-12
=========================*/
#single-12 {
    border: 2px solid #5855FF !important;
}

#single-12 h6 {
    color: #5855FF!important;
}

#single-12 .single-package {
  background: #5855FF;
}

#single-12 .order-btn a {
    background: #5855FF !important;
    border: 2px solid #5855FF !important;
}

#single-12 .order-btn a:hover {
    color: #5855FF !important;
    border: 2px solid #5855FF !important;
	background: #ffffff !important;
}
/*=======================================
Portfolio Section
=======================================*/
.portfolio-filter {
    margin: 0 auto;
    padding-bottom: 60px;
}

.portfolio-filter ul li {
    list-style: none;
    display: inline-block;
    padding: 7px 14px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.portfolio-filter ul > li.active {
    background: transparent;
    color: var(--primary-color);
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    transition: .5s;
}

.portfolio-element {
    width: 100%;
    position: relative;

}

.portfolio-element img {
    width: 100%;
    height: 100%;
}

.portfolio-img {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 23px;
    cursor: pointer;
    background-color: #000000;
    border: 2px solid var(--primary-color);
}

.portfolio-element .portfolio-img:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    box-sizing: border-box;
    transition: .5s;
    transform: scaleX(1);
    opacity: 1;
}

.portfolio-element .portfolio-img:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-left: 1px solid var(--primary-color);
    border-right: 1px solid var(--primary-color);
    box-sizing: border-box;
    transition: .5s;
    transform: scaleY(1);
    opacity: 1;
}

.portfolio-element .portfolio-img img {
    opacity: .2;
    transform: scale(1.2);
}

.portfolio-element .portfolio-img .content {
    position: absolute;
    width: 100%;
    top: -10%;
    transform: translateY(50%);
    text-align: center;
}

.portfolio-element .portfolio-img .content h3 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.2s;
    padding-top: 50px;
    color: #fff;
    font-size: 22px;
}
/*=======================================
Billing Section
=======================================*/
#bill-pay {
    text-align: center;
}

.billing-img {
    padding-top: 130px;
}

#bill-pay .single-option {
    height: 220px;
    width: 165px;
    padding: 20px;
    margin-top: 85px;
    margin-bottom: 50px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0 38px 53px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

#bill-pay .single-option h2 {
    font-size: 13px;
    line-height: 18px;
    padding-top: 10px;
    letter-spacing: 0px;
}

#bill-pay .single-option h2 span {
    font-weight: 900;
    letter-spacing: 0px;
}

#bill-pay .single-option h2 ul ol {
    float: left;
}

#bill-pay .single-option h2 ul span {
    font-size: 32px;
}
/*=======================================
Contact Section
=======================================*/
.map-location {
    margin-bottom: 0;
    border-top: 2px solid #D2D2D2;
    border-bottom: 2px solid #D2D2D2;
}
/*=======================================
Contact Section
=======================================*/
#contact {
    margin-top: 0;
    padding: 150px 0;
}

.address {
    background: #FFFFFF;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.3);
    padding-left: 15px;
    opacity: .9;
    padding-bottom: 55px;
    border: 1px solid #C7CACF;
}

.single-address {
    text-align: center;
    margin: 15px 0;
    border-right: 1px solid #DADFE1;
}

.single-address i {
    font-size: 28px;
    color: var(--primary-color);
    margin-bottom: 10px;
    padding: 20px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
}

.single-address h5 {
    text-transform: capitalize;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.single-address p {
    color: #000000;
}

.contact-form {
    text-align: center;
    margin-top: 50px;
}

.contact-form h4 {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 45px;
    text-transform: capitalize;
}

.btn-submit,
.btn-submit:focus {
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    background: var(--primary-color);
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 13px 30px;
    border-radius: 45px;
    border: 2px solid var(--primary-color);
    transition: .5s;
}

.btn-submit:hover {
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    background-color: #ffffff;
    transition: .5s;
    font-weight: 700;
}

.form-control {
    background-color: transparent;
    color: #22313F !important;
    border: none;
    border: 1px solid var(--primary-color);
    box-shadow: none;
    margin-bottom: 40px;
    text-align: left;

}

.form-control:focus {
    border-color: #BDC3C7;
    outline: 0;
    box-shadow: none;
}

.contact-form input.form-control {
    color: var(--white);
}

.validation {
    color: #F22613;
    display: none;
    font-weight: 400;
    font-size: 13px;
}

#sendmessage {
    color: #008000;
    border: 1px solid #008000;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#errormessage {
    color: #F22613;
    display: none;
    border: 1px solid #F22613;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
    display: block;
}

/*=======================================
Footer Section
=======================================*/
.footer-section {
    background-color: #141414;
    padding: 10px 0;
    text-align: center;
    color: #000;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
}

.footer-text-right p img {
    height: 55px;
    width: auto;
}

.footer-text-left p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 12px;
}

.footer-text-right p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
}

.footer-text-left p a {
  color: var(--primary-color);
  text-decoration: none;
}



/*=======================================
Responsive CSS
=======================================*/
/*=======================================
RESPONSIVE CSS
=======================================*/
@media screen and (max-width: 600px) {

  .logo img {
    height: 43px;
    margin-top: -18px;
    width: auto;
  }

  .navbar.shrink .logo img {
    margin-top: -11px;
    height: 44px;
    width: auto;
}

  nav ul li a {
      font-size: 14px;
      color: var(--primary-color);
      display: block;
      background: none;
      padding: 2px 10px;
      letter-spacing: 0;
}

  nav ul li:first-child {
    padding-top: 22px !important;
}

.contact-icon {
    float: left;
}

.slider-area .table-cell {
    padding-top: 50%;
    padding-left: 3%;
}

.contact-icon a:first-child {
    margin-left: 0;
}

.table-cell h1 {
    height: 51px;
    width: 370px;
    font-size: 22px;
    letter-spacing: 0;
}

.table-cell h1 span{
    letter-spacing: 0.5px;
}

.table-cell h2 {
    font-size: 20px !important;
    padding-top: 15px;
    margin-bottom: 80px;
    padding-left: 16px;
}

.default-banner {
    min-height: 370px;
}

.billing-img img {
    height: 400px;
}

.billing-img {
    padding-top: 0;
}

.form-group {
    margin-bottom: 1rem;
    margin-right: 19px;
}

#bill-pay .single-option {
    height: 260px;
    width: 144px;
    padding: 14px;
    margin: 5px;
    display: inline-block;
}

}


