
/*-----------------
* [Master Stylesheet]
*
* Theme    : Mona - Responsive Multi Purpose Template
* Version  : 1.0
* Author   : beingeorge
* Support  : hello@beingeorge.com
* 
------------------*/


/*-----------------
[ALL CONTENTS]

1. Reset.css
2. General 
3. Helper Classes 
4. Preloader
5. Header
6. Slider
7. Feature
8. Portfolio
9. Pricing Table 
10. Video
11. Testimony
12. Service
13. About
14. Blog
15. Banner
16. CTA
17. Team
18. Contact
19. Brands
20. Footer
21. All Media Queries

------------------*/


@import url('https://fonts.googleapis.com/css?family=Josefin+Sans|Poppins&display=swap');


/* ---------------------------------------------- /*
* 1. Reset.css
/* ---------------------------------------------- /*

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    font: 400 16px/1.8 'Poppins', sans-serif;
    color: #111;
    overflow-x: hidden;
    background: #fff;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* ---------------------------------------------- /*
* 2. General
/* ---------------------------------------------- */


::selection {
    background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a, .ease-3 {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a:link, 
a:visited, 
a:hover, 
a:active {
    text-decoration: none;
}

p {
    color: #565656;
    font-weight: 200;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 2px;
    color: #111;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
    margin: 0 0 30px;
}

h3 {
    font-size: 24px;
    letter-spacing: 1px;
    margin: 0 0 5px;
}

h4 {
    font-size: 20px;
    letter-spacing: 1px;
}

h5 {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
}

h6 {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

textarea {
    height: 100px;
    resize: none;
}

b, strong {
    font-weight: 700;
}

a {
    font-family: 'Poppins', sans-serif;
}

/* ---------------------------------------------- 
* 3. Helper Classes 
/* ---------------------------------------------- */

.section {
    padding: 100px 0;
    position: relative;
}

.section-medium {
    padding: 70px 0;
}

.section-small {
    padding: 50px 0;
}

.text-custom{
    color: #30b6e4!important
}

.h-100vh{
    height: 100vh;
}

.btn {
    padding: 12px 50px;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.2s;
    letter-spacing: 1px;
    color: #fff;
    box-shadow: none;
    text-transform: uppercase;
    outline: none !important;
    background: rgb(54,37,105);
    
    border-radius: 12px;
    min-width: 140px;
    border: none;
}

.btn:hover {
    color: #fff;
    box-shadow: 0px 4px 8px rgba(134, 151, 168, 0.1);
}

.btn-link {
    color: #888;
    font-size: 14px;
}

.btn-link:hover {
    color: #111;
    text-decoration: underline;
}

.btn-outline {
    background-color: transparent;
    color: #222;
    border: 2px solid #eee;
}

.btn-outline:hover {
    border-color: #212529 !important;
    background: #212529;
    color: #fff !important;
}


.btn1 {
    padding: 12px 30px;
    font-size: 12px;
    font-weight: 400;
    transition: all 0.2s;
    letter-spacing: 1px;
    color: #fff;
    box-shadow: none;
    text-transform: capitalize;
    outline: none !important;
    background: rgb(54,37,105);
    
    border-radius: 12px;
    min-width: 140px;
    border: none;
}

.btn1:hover {
    color: #fff;
    box-shadow: 0px 4px 8px rgba(134, 151, 168, 0.1);
}

.btn1-link {
    color: #888;
    font-size: 14px;
}

.btn1-link:hover {
    color: #111;
    text-decoration: underline;
}

.btn1-outline {
    background-color: transparent;
    color: #222;
    border: 2px solid #eee;
}

.btn1-outline:hover {
    border-color: #212529 !important;
    background: #212529;
    color: #fff !important;
}

.rounded-full {
    border-radius: 50%;
}

.page-content-wrap {
    margin-left: 50%;
    width: 50%;
    background: #F8FAFB;
}

.b-box {
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #eee;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    /*box-shadow: 0px 4px 8px rgba(134, 151, 168, 0.1);*/
}

.section-head {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}


.section-head h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    margin-bottom:20px;
}

.section-head h2:after, .overlay-wrap h1:after {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgb(165, 165, 165), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=1);
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    width: 150px;
    content: "";
    bottom: 0px;
    margin: 0 auto;
}

.section-head span {
    padding-bottom: 10px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #878d8d;
}

.section-head.no-border h2:after {
    content: none;
}

.section-light {
    background: #fff;
}

.section-dark {
    background: #f7f7f7;
}

.section-light .b-box {
    background: #F8FAFB;
}

.section-dark .b-box {
    background: #fff;
}

.section-subHead {
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0;
}

.badge {
    font-family: 'Poppins', sans-serif;
}

.badge-dark {
    background: rgba(89, 62, 255, 1) !important;
}

.text-white { color: #FFFFFF ;}

.container {
    /* max-width: 1200px; */
}

.container,
.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

/*colored background*/

.bg-1 {
    background-color: #f7f4f3;
}

.bg-opacity{
    position:relative
}

.bg-opacity::before {
    background: hsl(0, 0%, 0%) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}

.bg-opacity-2{
    position:relative;
}

.bg-opacity-2::before {
    background: hsl(0, 0%, 0%) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}

/*Text-colors*/

.text-1 {
    color: #ca7c66
}


/* ---------------------------------------------- /*
* 4. Preloader
/* ---------------------------------------------- */

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.preloader.loaded {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/* ---------------------------------------------- /*
* 5. Header
/* ---------------------------------------------- */


.logo h1 {
    margin: 0;
    font-size: 24px;
}

.header-top {
    padding: 10px 0;
}

ul.header-support li {
    color: #777;
    font-size: 12px;
    margin-right: 20px !important;
}

.header-support a {
    color: #777;
}

.header-support a i {
    margin-right: 4px;
}

.header-support a:hover, .header-connect a:hover {
    color: #f49846;
}

.header-connect a {
    font-size: 12px;
    color: #f15e5b;
    width: 25px;
    margin-left: 10px;
    display: inline-block;
    text-align: center;
}

.header-bottom {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.header-bottom .navbar {
    background: transparent !important;
    padding: 20px 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #111;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.navbar-nav .nav-item {
    margin: 0 10px;
}

a.navbar-brand {
    font-weight: 700;
}

.navbar-brand h1 {
    font-size: 28px;
    letter-spacing: 0;
    font-weight: 700;
}


.navbar-nav .dropdown-menu {
    border-radius: 0;
    border: none;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 29px rgba(0,0,0,.05);
    -moz-box-shadow: 0 2px 29px rgba(0,0,0,.05);
    box-shadow: 0 2px 29px rgba(0,0,0,.05);
    border-bottom: 3px solid #f49846;
}

.dropdown-item {
    text-transform: capitalize;
    color: #777;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "\f107";
    border: none;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.dropdown-toggle::after {
    position: relative;
    top: 1px;
    font-size: 10px;
}


/* ---------------------------------------------- /*
* 6. Slider
/* ---------------------------------------------- */


.owl-next, .owl-prev {
    position: absolute;
    left: 15px;
    right: auto;
    top: 50%;
    height: 60px;
    color: #fff;
    width: 60px;
    font-size: 60px;
    line-height: 50px;
    margin-top: -30px;
    transition: 0.2s;
}

.owl-next {
    right: 15px;
    left: auto;
}

.hero-section:hover .owl-prev {
    left: 15px;
    opacity: 1;
}

.owl-prev {
    left: 0;
    opacity: 0;
}

.owl-next {
    right: 0;
    opacity: 0;
}

.hero-section:hover .owl-next {
    right: 15px;
    opacity: 1;
}

.slider-list {
    height: calc(85vh - 100px);
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
	
}

.slider-content {
    position: relative;
    z-index: 6;
}

.slider-content h1, 
.slider-content p {
    color: #fff;
}

.slider-content p {
    font-size: 16px;
    letter-spacing: 1px;
    max-width: 410px;
    color: rgba(255,255,255,.7);
}

.slider-content .btn {
    border-color: rgba(255,255,255,.2);
}



/* ---------------------------------------------- /*
* 7. Feature
/* ---------------------------------------------- */

.section-head p {
    color: #888;
    font-size: 14px;
    font-weight: 300;
}


.feature-item {
    background: #fff;
    box-shadow: 0 60px 40px -40px rgba(51,51,51,.13);
    padding: 20px 20px 20px;
	border: 1px solid #eee;
    position: relative;
    transition: all .25s cubic-bezier(.645,.045,.355,1);
}

.feature-item:after {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #eee;
    opacity: 0; 
    z-index: 1;
    padding: 20px;
}

.feature-item:hover {
    background: #fff;
    box-shadow: 0 60px 40px -40px rgba(51,51,51,.13);
}

.feature-item:hover:after {
    opacity: 1;
    visibility: visible;
} 

.icon-box {
    font-size: 50px;
    margin-bottom: 15px;
}
.feature-item-text h3 {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}

.feature-item-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}
/* 5. Counter */

.single-counter {
    flex: 1;
}

.counter-text {
    text-align: center;
}

.counter-text h3 {
    font-size: 50px;
    font-weight: 700;
}

.counter-text p {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
}

.counter-section hr {
    margin-top: 40px;
    border-top: 1px solid #ccc;
}

/* ---------------------------------------------- /*
* 8. Portfolio
/* ---------------------------------------------- */


.portfolio-info {
    position: absolute;
	border-radius: 10px;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    background-image: linear-gradient(180deg,rgba(87,88,223,.84) 0%,rgba(247,121,145,.84) 100%);
    opacity: 0;
    padding: 20px;
    transition: 0.5s;
    visibility: hidden;
}

.portfolio-item {
    margin-bottom: 30px;
	border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.portfolio-item:hover .portfolio-info {
    visibility: visible;
    opacity: 1;
	
}

.portfolio-item:hover .portfolio-img img {
    transform: scale(1.1);
}

.portfolio-img img {
    transition: 0.2s;
    width: 100%;
	border-radius: 10px;
    object-fit: cover;
}

.portfolio-info h5, .portfolio-info p {
    color: #fff;
}

.portfolio-info h5 {
    font-size: 18px;
    padding-bottom: 5px;
}

.portfolio-info p {
    color: #fff;
    opacity: 0.7;
    font-size: 14px;
    text-transform: uppercase;
}

.portfolio-filter .filter {
    display: inline-block;
    cursor: pointer;
    text-transform: capitalize;
    padding: 5px 20px;
    margin: 0 5px;
    transition: 0.2s;
    font-size: 14px;
}

.portfolio-filter .filter.active {
    background: #5758e0 !important;
    color: #fff;
}

.portfolio-filter .filter:hover {
    background: #eee;
}

/* ---------------------------------------------- /*
* 9. Pricing Table 
/* ---------------------------------------------- */

.price-features li {
    text-align: left;
    margin: 0 20px;
    padding: 5px;
    font-size: 14px;
}

.price-box hr {
    margin: 0;
}

.price-box-head h6 {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 auto 20px;
    display: block;
    font-weight: 700;
}

.price-box-head .price-price {
    display: flex;
    justify-content: center;
    color: #5758e0;
}

.price-price span {
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
}

.price-price sup {
    top: 20px;
    font-size: 20px;
}

.price-features {
    padding: 10px;
}

.price-box {
    max-width: 300px;
    margin: 0 auto;
}

.price-box.featured {
    transform: scale(1.15);
}

/* ---------------------------------------------- /*
* 10. Video
/* ---------------------------------------------- */

.video-section {
    background: url(../img/video/video-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-content {
    position: relative;
    z-index: 6;
    max-width: 700px;
    margin: 0 auto;
}

.video-content h2 {
    color: #fff;
    margin-bottom: 60px;
    font-weight: 300;
}

.video-btn {
    color: #fff;
    height: 80px;
    width: 80px;
    display: block;
    line-height: 85px;
    position: relative;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    background: #111;
    /* border: 2px solid rgba(255,255,255,.2); */
}

.video-btn:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 21;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid #fff;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.video-btn:hover {
    color: #fff;
}

.video-btn i {
    margin-left: 10px;
}

@-webkit-keyframes btnIconRipple { 0% { border-width: 4px; -webkit-transform: scale(1); transform: scale(1); }
  80% { border-width: 1px; -webkit-transform: scale(1.35); transform: scale(1.35); }
  100% { opacity: 0; } }
@keyframes btnIconRipple { 0% { border-width: 4px; -webkit-transform: scale(1); transform: scale(1); }
  80% { border-width: 1px; -webkit-transform: scale(1.35); transform: scale(1.35); }
  100% { opacity: 0; } }

/* ---------------------------------------------- /*
* 11. Testimony
/* ---------------------------------------------- */

.testimonial-section {
    padding-bottom: 80px;
}

.testimonial-section {
    background: url(../img/testimonial/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.testimonial-section:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #2a2d35;
    z-index: -1;
    opacity: 0.5;
}

.testimonial-section .section-head h2 {
    color: #fff;
}

.testimonial-section .owl-dots .owl-dot {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #fff;
    opacity: 0.5;
    margin: 5px;
    border-radius: 50%;
}

.testimonial-section .owl-dots {
    text-align: center;
    margin: 40px auto 0;
}

.testimonial-section .owl-dots .owl-dot.active {
    opacity: 1;
}


.single-testimonials-in img {
    width: 80px !important;
    padding: 10px;
    border: 1px solid #aaa;
    border-radius: 50%;
}

.single-testimonials-in .media-body p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}

.single-testimonials-in .media-body span {
    font-size: 12px;
}



/* ---------------------------------------------- /*
* 12. Service
/* ---------------------------------------------- */

.service-icon {
    font-size: 60px;
}

.service-icon i {
    background: linear-gradient(90deg,#5758df 10%,#f77991 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-item {
    padding: 0 30px 30px;
    position: relative;
    margin-bottom: 30px;
    transition: .2s;
}

.service-item:hover {
    background: #fff;
    box-shadow: 0 16px 40px #ededed;
}

.service-item:after {
    background-image: linear-gradient(90deg,#5758df 10%,#f77991 90%);
    pointer-events: none;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    opacity: 0;
    z-index: 1;
    transition: .2s;
}

.service-item:hover:after {
    opacity: 1;
}

.service-info p {
    font-size: 14px;
}


/* ---------------------------------------------- /*
* 13. About 
/* ---------------------------------------------- */

<strong>.about-text p</strong> {
    font-size: 16px
}

.mix {
    display: none;
}

/* ---------------------------------------------- /*
* 14. Blog
/* ---------------------------------------------- */

.blog-aside {
    border: 1px solid #ddd;
}

.blog-aside-title h3 {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}

.blog-list--img {
    position: relative;
}

.blog-cat {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #fff;
    font-weight: 700;
    padding: 2px 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #222;
    z-index: 2
}

.blog-list--desc .blog-date,
.blog-list--desc  .post-by {
    color: #888;
    font-size: 14px;
    font-style: italic;
}

.blog-list:hover img {
    box-shadow: 0 40px 40px -20px rgba(51,51,51,.41);
}

.blog-list--img img {
    width: 100%;
    transition: 0.2s;
}

.blog-list--desc .post-by {
    color: #111;
}


.blog-item {
    background: #fff;
    box-shadow: 0 20px 50px rgba(0,0,0,.05);
}

.blog-item .blog-list--img {
    overflow: hidden;
}

.blog-item:hover .blog-list--img img {
    transform: scale(1.1);
}

.blog-item .blog-list--img:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg,#5758df 10%,#f77991 90%);
    z-index: 1;
    opacity: 0;
    transition: 0.2s;
}

.blog-item:hover .blog-list--img:after {
    opacity: 0.5;
}

.tags-list li {
    display: inline-block;
}

.tags-list li a, .social-share a {
    display: inline-block;
    padding: 2px 10px;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #f5f5f5;
    color: #ababab;
    text-transform: capitalize;
}

.tags-list li a:hover, .social-share a:hover {
    color: #fff;
    background: #5758e0;
}

.postCat-item a {
    color: #111;
    margin-bottom: 10px;
    display: inline-block;
}

.postCat-item a:hover {
    color: #5758e0;
}

.blog-aside-list input.form-control {
    border-radius: 0;
    height: 50px;
    padding-right: 60px;
    border-width: 1px;
    padding: 18px;
}

.blog-aside-list .btn {
    width: 50px !important;
    padding: 10px;
    min-width: auto;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 24px;
}

.blog-aside-list form {
    position: relative;
}

.recent-list h5 a {
    font-size: 14px;
    color: #111;
}

.recent-list span {
    font-size: 14px;
}

.recent-list h5 a:hover {
    color: #5758e0;
}

.recent-list img {
        max-width: 60px;
}


.blogDetail--head-details li {
    margin: 0 10px;
    font-size: 14px;
    color: #888;
}

.blogDetail--head-details li i {
    margin-right: 8px;
}

.blog-thumbnail img {
    max-height: 450px;
    object-fit: cover;
    width: 100%;
}

.blogDetail p {
    font-size: 14px;
    margin: 10px 0;
}

.blogDetail h3 {
    font-size: 16px;
    margin: 20px 0;
}

.full-width {
    background: #f5f5f5;
    text-align: center;
    margin: 15px 0;
}

.full-width img {max-height: 300px;width: 100%;object-fit: cover;}

.caption-text {
    text-align: center;
    font-size: 14px;
    padding: 10px;
    font-style: italic;
}

blockquote {
    margin: 25px 20px;
    padding: 0 20px;
    border-left: 3px solid #111;
}

blockquote p {
    margin: 0 !important;
    padding: 0;
    color: #111;
    font-weight: 700;
    font-size: 16px !important;
}

blockquote cite {
    display: block;
    text-align: left;
    margin-top: 10px;
    color: #888;
    font-weight: 400;
    font-size: 14px;
}

.tag-links .tags-list{
    display: inline-block;
}

.blog-nav {
    padding: 10px 20px;
}

.blog-nav span {
    margin-bottom: 10px;
    font-size: 12px;
}

.blog-nav h5 {
    font-size: 14px;
}


.blog-nav:hover .nav-title {
    color: #fff;
}

/* ---------------------------------------------- /*
* 15. Banner
/* ---------------------------------------------- */


.banner-section.bg-1 {
    background: #111;
    padding: 120px 0;
    background: url("../img/bg/1.jpg");
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.banner-section.bg-2 {
    background: #fff;
    padding: 120px 0;
    background: url("../img/bg/2.jpg");
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.banner-section.bg-3 {
    background: #111;
    padding: 120px 0;
    background: url("../img/bg/3.jpg");
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.banner-section:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: #111;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 0;
    opacity: 0.5;
}

.banner-head.text-left {
    position: relative;
    z-index: 1;
}

.banner-head h1 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 50px;
}

.breadcrumb-menu li , .breadcrumb-menu a {
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    text-transform: capitalize;
    position: relative;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.breadcrumb-menu li:not(:last-child):after {
    content: "/";
    position: relative;
    left: 3px;
    top: 0px;
    color: #fff;
}

.breadcrumb-menu li {
    color: rgba(255, 255, 255, .7);
}

.breadcrumb-menu a:hover {
    text-decoration: underline;
}


/* ---------------------------------------------- /*
* 16. CTA
/* ---------------------------------------------- */

.cta-section {
    background: #f68d48;
}

.cta-section p, .cta-section h2 {
    color: #fff;
}

.cta-section .btn {
    color: #fff;
}


/* ---------------------------------------------- /*
* 17. Team
/* ---------------------------------------------- */



.team-wrap img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.team-wrap {
    position: relative;
    margin-bottom: 30px;
    transition: 0.2s;
	
}

.team-wrap:hover {
    box-shadow: 0 55px 40px -40px rgba(51,51,51,.25)
}

.team-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg,#5758df 10%,#f77991 90%);
    z-index: 0;
    opacity: 0;
    transition: 0.2s;
}
.team-wrap:hover:after {
    opacity: 0.5
}

.team-social {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    z-index: 2;
}

.team-social a {
    color: #fff;
    font-size: 16px;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
}

.team-wrap:hover .team-social {
    opacity: 1;
    visibility: visible;
}

.team-info {
    position: absolute;
    left: 15px;
    bottom: 15px;
    opacity: 0;
    visibility: visible;
    transition: 0.2s;
    z-index: 2;
}

.team-info h6 {
    color: #fff;
    font-size: 18px;
}

.team-info span {
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5);
    letter-spacing: 1px;
}

.team-wrap:hover .team-info {
    opacity: 1;
    visibility: visible;
}



/* ---------------------------------------------- /*
* 18. Contact
/* ---------------------------------------------- */

.contact-section .section-head.no-border h2 {
    padding-bottom: 0px;
}

.form-control {
    padding: 10px 0;
    /* height: auto; */
    border-width: 0 0px 2px 0px;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    border-color: #eee;
}

.contact-social a {
    color: #888;
    height: 30px;
    width: 30px;
    display: inline-block;
}

/* ---------------------------------------------- /*
* 19. Brands
/* ---------------------------------------------- */


.brand-active .owl-item img {
    width: 100%;
    margin: 0 auto;
}

/* ---------------------------------------------- /*
* 20. Footer
/* ---------------------------------------------- */

footer {
    background-color: #111;
    padding: 120px 0
}

.footer-logo h2 {
    background: rgb(54,37,105);
    background: linear-gradient(129deg, rgba(54,37,105,1) 10%, rgba(239,38,96,1) 54%, rgba(246,141,72,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

.footer-left {
    display: flex;
    height: 100%;
    align-items: flex-start;
    animation: stretch;
    flex-wrap: wrap;
}

.footer-social {
    align-self: flex-start;
    display: block;
    width: 100%;
}

.footer-logo {
    width: 100%;
}

.footer-social a {
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
}

.footer-social .copyright-text {
    color: rgba(255, 255, 255, .5);
    margin-top: 10px;
    font-size: 12px;
}

footer h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 40px;
}

.footer-links a {
    display: inline-block;
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 7px;
    letter-spacing: 1px;
}

.footer-links a:hover {
    color: #fff;
}

.footer-contact p {
    color: rgba(255, 255, 255, .5);
    margin-bottom: 10px;
}

.footer-contact a {
    margin: 10px 0;
    border-bottom: 1px solid
}

.footer-subscribe form {
    position: relative;
    margin-bottom: 20px;
}

.footer-subscribe input {
    width: 100%;
    height: 50px;
    padding: 10px 60px 10px 10px;
}

.footer-subscribe .btn {
    position: absolute;
    right: 0;
    width: auto;
    padding: 7px 10px;
    height: 100%;
    border-radius: 0;
    min-width: auto;
    width: 50px;
    text-align: center;
}

.footer-subscribe p {
    font-size: 14px;
}


/* ---------------------------------------------- 
* 21. All Media Queries
/* ---------------------------------------------- */


@media (max-width: 991px) {

}

@media (max-width: 768px) {
    .cta-section .cta-left {
        margin-bottom: 50px;
    }

    .cta-section {
        text-align: center;
    }

    
    .price-box.featured {
        transform: none;
        margin: 30px auto; 
    }

    .price-box {
        max-width: 400px;
    }

    .single-testimonials-in img {
        width: 60px !important
    }

    .navbar-nav .dropdown-menu {
        box-shadow: none;
        border-left: 3px solid #f49846;
        border-bottom:  none;
        padding: 0;
    }

    .section-head h2 {
        font-size: 30px;
    }

    .section {
        padding: 70px 0;
    }

    .counter-section .single-counter {
        width: 50%;
        flex: 50%;
    }

    .video-content h2, h2 {
        font-size: 30px;
    }

    .counter-text h3 {
        font-size: 40px;
    }

    .btn {
        font-size: 12px;
        padding: 10px 30px;
    }

    .footer-links a {
        font-size: 14px;
        margin-bottom: 5px;
    }

    footer h4 {
        margin-bottom: 10px;
        margin-top: 40px;
    }

    footer {
        padding: 80px 0;
    }

    .banner-head h1 {
        font-size: 40px;
    }

    .slider-content h1{
        font-size: 32px;
    }
}

