/*
    Template Name    : Prior
        Description		 : Responsive HTML5 Template.
    Version          : 1.0
*/

/*
================================================
/* Table of Content
==================================================

1. Fonts - Open Sans and Raleway
2. Common CSS
3. Loader CSS
4. Scrool top Arrow
5. Logo Bar 
6. Navigation
7. Banner Wrapper
8. About Us
9. Our Team
10. Counters
11. Services
12. Testimonials Wrapper 
13. Portfolio
14. Blog
15. Pricing Table
16. Contact Us
17. Footer
18. Media Quries 

/*
================================================
1. Fonts - Open Sans and Raleway
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Raleway:300,400,600,700');
/*
================================================
2. Common CSS
================================================
*/
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #666;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    margin-top: 0;
    text-transform: none;
    color: #000;
}
a, a:hover, a:active, a:focus {
    outline: none;
    border: none;
}
a {
    color: #666666;
    transition: all 0.3s ease 0s;
}
img {
    vertical-align: middle;
    width: 100%;
    object-fit: cover;
    max-height: 400px;
}

a:hover {
    color: #337ab7;
    text-decoration: none;
}
section h2 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin: 0 auto 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    padding: 12px 10px 10px;
}
section {
    width: 100%;
    float: left;
    padding: 80px 0;
}
.section-title {
    text-align: center;
    margin: 0 0 30px;
}
.section-title h2 {
    background: url("../images/tiltle-brk.png") no-repeat scroll center bottom;
    font-size: 40px;
    letter-spacing: 1.2px;
    padding: 0 0 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
}
.section-title > p {
    font-size: 15px;
    margin: 29px auto auto;
}
.section-title > p span {
    display: block;
}
/*color changer*/
#switcher {
    position: fixed;
    bottom: 25%;
    left: -170px;
    width: 170px;
    z-index: 9999;
    font-size: 15px;
    padding-bottom: 20px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    height: 90px;
    background: #fff;
    box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.2);
}
#switcher.active {
    left: 0px;
}
#switcher p {
    color: #fff;
    bottom: -6px;
    position: absolute;
    left: 21px;
    font-size: 13px;
}
#switcher .theme-click {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: -40px;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 2;
}
#switcher .theme-color {
    width: 30px;
    height: 30px;
    margin: 10px;
    position: absolute;
    left: 0px;
    cursor: pointer;
}
#switcher .theme-active {
    background: #42D6BA;
}
#switcher .theme-color-two {
    background: #82b440;
    left: 40px;
}
#switcher .theme-color-three {
    background: #0798bc;
    left: 80px;
}
#switcher .theme-color-four {
    background: #069a97;
    left: 120px;
}
#switcher .theme-color-five {
    background: #58c433;
    left: 0px;
    top: 40px;
}
#switcher .theme-color-six {
    background: #fbbc05;
    left: 40px;
    top: 40px;
}
#switcher .theme-color-seven {
    background: #505FB5;
    left: 80px;
    top: 40px;
}
#switcher .theme-color-eight {
    background: #ff6853;
    left: 120px;
    top: 40px;
}
/*
================================================
3. Loader CSS
================================================
*/
#loader {
    background: url(../images/loader.gif) no-repeat center center #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
}
/*
================================================
4. Scrool top Arrow
================================================
*/

/*
================================================
5. Logo Bar 
================================================
*/
.logo-bar {
    float: left;
    padding: 15px 0;
    width: 100%;
    position: relative;
    background: #fff;
    transition: all 400ms ease-in-out 0s;
}
.logo-bar.affix {
    position: fixed;
    z-index: 999999;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15);
}
.logo-bar.fadeInDown {
    animation-name: none !important;
}
.affix.fadeInDown {
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: fadeInDown !important;
    animation-play-state: running;
    animation-timing-function: ease;
}
/*
================================================
6. Navigation
================================================
*/
.navbar-default {
    background-color: inherit;
    border-color: inherit;
}
.navbar {
    border-radius: 0;
    min-height: auto;
    margin: 0;
    border: none;
    z-index: 9;
}
.navbar-collapse {
    float: right;
    padding: 0;
    display: flex;
    align-items: center;
    height: 69px;
}
.navbar-brand {
    padding: 0;
    height: auto;
}
.navbar-nav{
    display: flex;
    align-items: center;
    height: 69px;
}
.navbar-nav > li {
    padding: 0 0 0 30px;
}
.navbar-nav > li:first-child {
    padding: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}
.navbar-nav > li > a {
    padding-bottom: 0;
    padding-top: 0;
}
.nav > li > a {
    padding: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: inherit;
}
/*
================================================
7. Banner Wrapper
================================================
*/
.affix + .banner-wrapper {
    margin-top: 49px;
}
.banner-wrapper {
    width: 100%;
    float: left;
    position: relative;
}
.fade-carousel {
    position: relative;
    height: 500px;
}
.fade-carousel .carousel-inner .item {
    height: 500px;
}
.fade-carousel .carousel-indicators > li:first-child {
    margin: 0;
}
.fade-carousel .carousel-indicators > li {
    border-radius: 0;
    height: 10px;
    transform: rotate(45deg);
    width: 10px;
    border: none;
    margin: 0 0 0 5px;
}
.fade-carousel .carousel-indicators > li.active {
    border-radius: 0;
    height: 10px;
    transform: rotate(45deg);
    width: 10px;
    border: none;
}
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 0;
}
.carousel .item.active .hero {
    opacity: 1;
}
.hero h1 {
    font-size: 65px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}
.hero h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 300;
    padding: 0;
    margin: 0;
}
.carousel .item.active .animated1 {
    animation: 1s ease-in 500ms normal both 1 running flipInX;
}
.carousel .item.active .animated2 {
    animation: 1s ease-in-out 100ms normal both 1 running bounceInLeft;
}
.carousel .item.active .animated3 {
    animation: 1s ease-in 500ms normal both 1 running bounceIn;
}
.btn.btn-lg {
    padding: 10px 40px;
}
.btn.btn-hero, .btn.btn-hero:hover, .btn.btn-hero:focus {
    outline: none;
    margin: 20px auto;
    padding: 14px 50px;
    border-radius: 100px;
    transition: all 0.3s ease 0s;
    border:none;
}
/* Slides backgrounds */
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1:before, .fade-carousel .slides .slide-2:before, .fade-carousel .slides .slide-3:before {
    /* background: #000 none repeat scroll 0 0; */
    background: rgb(255,112,161);
    background: linear-gradient(90deg, rgba(255,112,161,1) 0%, rgba(157,122,255,1) 36%, rgba(23,136,221,1) 63%, rgba(7,219,242,1) 85%, rgba(7,219,242,1) 100%);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.75;
    position: absolute;
    right: 0;
    top: 0;
}
.fade-carousel .slides .slide-1 {
    background-image: url(../images/banner1.jpg);
}
.fade-carousel .slides .slide-2 {
    background-image: url(../images/banner2.jpg);
}
.fade-carousel .slides .slide-3 {
    background-image: url(../images/banner3.jpg);
}


/*
================================================
8. About Us
================================================
*/

.aboutus {
    padding: 70px 0 80px;
}
.about h2 {
    margin-bottom: 20px;
    margin-top: 0;
}
.aboutus p {
    margin: 0 0 20px;
}
.about-box ul {
    padding: 0;
    list-style: none;
}
.about-box .read-more {
    background: #040a2c none repeat scroll 0 0;
    color: #fff;
    float: left;
    margin-top: 20px;
    padding: 12px 30px;
    text-transform: uppercase;
}
.about-box {
    float: left;
    width: 100%;
}
.about-box img {
    object-fit: cover;
    max-width: 100%;
}
.about-box figure {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.about-box figure::before {
    background-color: transparent;
    border: 10px solid #fff;
    bottom: 7%;
    content: "";
    left: 5%;
    opacity: 1;
    position: absolute;
    right: 7%;
    top: 7%;
}
.about {
    padding: 100px 0;
}
.about p {
    margin: 0 0 30px;
}
.about li {
    display: list-item;
    margin-top: 20px;
}
.about li::before {
    color: #e49600;
    content: "";
    font-family: FontAwesome;
    margin-right: 10px;
}
.dropcap {
    background: #e49600 none repeat scroll 0 0;
    border-radius: 0;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 36px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin: 0 20px 20px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
}
.list.styled.arrow-list > ul {
    padding: 0;
}
.list.styled > ul li {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
    list-style: outside none none;
    padding: 5px 0;
    text-transform: uppercase;
}
.list.styled > ul li a {
    color: #4b4b4b;
    text-shadow: 0 0 0 #4b4b4b;
}
.list.styled > ul li a:hover, .list.styled > ul li a:focus {
    color: #e49600;
    text-shadow: 0 0 0 #a2c331;
}
.list.styled > ul li a::before {
    color: #e49600;
    content: "";
    font-family: fontawesome;
    font-size: 12px;
    padding-right: 6px;
}
.pad {
    padding: 0;
}
.about-cover {
    margin-bottom: 20px;
}
/*
================================================
9. Our Team
================================================
*/
.ourteam:before {
    background: #f7f7f7;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: skew(0deg, 10deg);
    width: 51%;
    z-index: -9;
}
.ourteam {
    width: 100%;
    float: left;
    padding: 129px 0 119px;
    position: relative;
    z-index: 9;
}
.ourteam:after {
    background: #f7f7f7;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: skew(0deg, -10deg);
    width: 50%;
    z-index: -9;
}
.team-cnt {
    padding: 0;
    display: inline-block;
    margin: 0;
    width: 100%;
    text-align: center;
}
.team-item-image {
    position: relative;
    overflow: hidden;
}
.team-item-image img {
    width: 100%;
}
.team-item-image:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 1;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.team-item-detail {
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 60%;
    left: 0;
    padding: 20px 23px 55px;
    font-size: 14px;
    font-weight: 300;
    color: #777;
    text-align: center;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.team-item-descr {
    color: #777;
    text-align: center;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.team-item-detail h4 {
    margin: 0 0 10px;
    line-height: normal;
}
.team-item-name {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-top: 23px;
    text-transform: uppercase;
}
.team-item-role {
    margin-top: 4px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    color: #aaa;
}
.team-social-links {
    font-size: 14px;
    cursor: pointer;
}
.team-social-links a:first-child {
    margin: 0;
}
.team-social-links a {
    display: inline-block;
    padding: 3px 7px;
    margin: 0 0 0 15px;
    transform: rotate(45deg);
    background: #333;
    color: rgba(0,0,0, .4);
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.team-social-links a i {
    color: #fff;
    transform: rotate(-45deg);
}
/* Hover state */
.team-item:hover .team-item-image:after {
    background: rgba(255,255,255, .93);
}
.team-item:hover .team-item-detail {
    opacity: 1;
}
.team-item:hover .team-item-descr {
    color: #111;
}
.team-social-links a:hover {
    color: rgba(0,0,0, .75);
}
/* Mobile touch */
.team-item.js-active .team-item-image:after {
    background: rgba(255,255,255, .93);
}
.team-item.js-active .team-item-detail {
    opacity: 1;
}
.team-item.js-active .team-item-descr {
    color: #111;
}
.team-item.js-active .team-social-links a:hover {
    color: rgba(0,0,0, .75);
}
/*
================================================
10. Counters
================================================
*/
.counters:before {
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.counters {
    background: url(../images/counters-bg.jpg) no-repeat fixed left top;
    margin: -60px 0 0;
    padding: 80px 0;
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    z-index: 9;
}
.counters .counter i {
    color: #8c8c8c;
    margin: 0 0 20px;
    font-size: 40px;
    transition: all 400ms linear 0s;
}
.counters .counter:hover i {
    transform: translateY(-15px);
}
.counters .counter .number {
    font-size: 30px;
    margin: 0 0 20px;
    padding: 0;
    color: #fff;
    font-weight: 600;
}
.counters .counter {
    background: rgba(61, 68, 68, 0.5) none repeat scroll 0 0;
    border-radius: 4px;
    min-height: 170px;
    padding: 25px 50px;
    transition: all 400ms linear 0s;
}
.counters .counter p {
    font-size: 15px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 500;
}
/*
================================================
11. Services
================================================
*/
.services {
    padding: 70px 0 50px;
}
.service-callouts {
    text-align: center;
}
.service-callouts h2 {
    font-size: 20px;
    margin: 0 0 10px;
    line-height: normal;
    padding: 0;
    font-size:1.6rem;
    font-weight:600;
    text-transform:capitalize;
}
.service-callouts i {
    font-size: 30px;
    line-height: 40px;
    transition: all 400ms linear 0s;
    margin: 0 0 10px;
}
.service-callouts p {
    color: #888;
}
.service-callouts .services-box:first-child {
    border-left: 0 none;
}
.service-callouts .services-box {
    border-left: 1px solid #e7ebee;
    margin-bottom: 30px;
}
.service-callouts .box-content {
    border-bottom: 1px solid #e7ebee;
    bottom: -15px;
    padding-top: 20px;
    position: relative;
}
.service-callouts .no-border {
    border: none;
}
.service-callouts .box-content p {
    color: #777;
    font-size: 14px;
    padding-bottom: 55px;
}
.service-callouts .services-box .services-iconbox {
    font-size: 24px;
    margin: 0 auto;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    padding: 0;
}
.service-callouts .services-box:hover i {
    transform: translateY(-15px);
}
/*
================================================
12. Testimonials Wrapper 
================================================
*/
.testimonials-wrapper {
    width: 100%;
    float: left;
    background: #f7f7f7;
    padding: 70px 0 80px;
}
.testimonials-wrapper blockquote {
    border-left: none;
    margin: 0;
    background: #fff;
    padding: 60px 40px;
}
.testimonials-wrapper blockquote h3 {
    text-transform: none;
    font-size: 20px;
}
.testimonials-wrapper p {
    color: #666;
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 30px;
    padding: 0;
}
.testimonials-wrapper h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.testimonials-wrapper h3 i {
    font-size: 20px;
}
.testimonials-wrapper h4 {
    color: #777;
    letter-spacing: 1px;
}
.testimonials-wrapper .carousel-indicators {
    bottom: 70px;
    right: 6%;
    width: auto;
    margin: 0;
    left: auto;
}
.testimonials-wrapper .carousel-indicators li:first-child {
    margin: 0;
}
.testimonials-wrapper .carousel-indicators li {
    height: 15px;
    margin: 0 0 0 5px;
    width: 4px;
    border-radius: 0;
    border: none;
    transition: all 0.2s ease 0s;
}
.testimonials-wrapper .carousel-indicators .active {
    height: 25px;
    width: 4px;
    border: none;
}
.testimonials-wrapper .client-name {
    margin-top: 15px;
    text-align: left;
}
.testimonials-wrapper .client-name p {
    margin: 0;
}
.testimonials-wrapper .client-name p b {
    font-weight: 700;
}
.testimonials-wrapper .test-img img {
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    padding: 5px 5px 0;
    width: 100%;
}
/*
================================================
13. Portfolio
================================================
*/
.portfolio {
    clear: both;
    float: left;
    width: 100%;
    padding: 70px 0 50px;
}
.work {
    margin-bottom: 30px;
}
.work a {
    display: block;
    overflow: hidden;
    position: relative;
}
.work-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    /*padding: 35px;*/
}
.work-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
}
.work:hover .work-inner:after {
    opacity: 0.8;
}
.work-info {
    text-align: center;
    margin-top: 40%;
    top: -15px;
    position: relative;
}
.work-info p, .work-info h2, .work-info i {
    position: relative;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.work-info h2 {
    font-size: 20px;
    color: #fff;
    top: -10px;
    margin: 0;
    padding: 0;
    line-height: 35px;
}
.work-info p {
    font-size: 12px;
    top: 10px;
    font-weight: 700;
    -webkit-transition: all 0.6s;
}
.work-info i {
    font-size: 14px;
    top: 20px;
    font-weight: 700;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    color: #333;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.work:hover .work-info p, .work:hover .work-info h2, .work:hover .work-info i {
    opacity: 1;
    top: 0;
}
.portfolio-filter {
    text-align: center;
    list-style: none;
    margin-bottom: 40px;
}
.portfolio-filter li {
    display: inline-table;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 0;
    margin: 0 5px;
    cursor: pointer;
    position: relative;
}
.portfolio-filter li:after {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.portfolio-filter li.active:after {
    width: 100%;
}
.work-popup {
    max-width: 1050px;
    background: #fff;
    position: relative!important;
    margin: 30px auto;
    left: 0!important;
}

@media(max-width:1025px){
    .work-popup {
        max-width: 550px;
    }
}
.work-popup img {
    width: 100%;
    height: 100%;
}
.gallery-img {
    width: 70px !important;
    border-radius: 5px;
    display: flex !important;
    margin-right: 1rem;
    margin-top: 2rem;
}
.d-flex {
    display: flex!important;
    justify-content: start;
    gap: 1
}
.work-popup-content {
    padding: 2rem 1rem;
}
.work-popup-content h3 {
    font-size: 26px;
    margin-bottom: 20px;
}
.work-popup-content p {
    text-align: left;
    line-height: 23px;
}
.mfp-close-btn-in .mfp-close {
    position: absolute;
    background: #fff;
    font-size: 40px;
    width: 50px;
    height: 50px;
    opacity: 1;
    box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.2);
}
/*
================================================
14. Blog
================================================
*/
.blog-wrapper {
    padding: 70px 0 75px;
    background: #f7f7f7;
    position: relative;
    z-index: 99;
}
.our-blog {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.our-blog .single-post-content {
    background: #fff;
    border: 1px solid #f1f1f1;
    display: block;
    overflow: hidden;
}
.our-blog .blog-thumbnails {
    position: relative;
    padding-left: 0;
}
.blog-post-date h3 {
    line-height: 24px;
    padding-top: 14px;
    color: #fff;
}
.blog-post-date h3 span {
    display: block;
    font-size: 14px;
}
.our-blog .blog-post-date {
    background: rgba(0, 0, 0, 0.55) none repeat scroll 0 0;
    border: 3px solid #fff;
    border-radius: 50%;
    bottom: 5px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 20px;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 60px;
}
.our-blog .blog-post-date h3 {
    padding-top: 5px;
    line-height: 24px;
}
.our-blog .blog-post-date h3 span {
    font-size: 14px;
    display: block;
}
.our-blog .blog-content {
    padding-top: 12px;
    padding-left: 0;
}
.our-blog .blog-meta {
    font-size: 14px;
    font-style: italic;
    margin: 5px 0;
}
.our-blog .blog-meta a {
    color: #333;
}
.our-blog .read-more {
    margin-top: 12px;
    display: block;
    color: #333;
}
/*
================================================
15. Pricing Table
================================================
*/
.pricing-table-wrapper {
    background: #fff;
    padding: 70px 0 75px;
}
.pricing-table-wrapper .pricing-table {
    display: inline-block;
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
}
.pricing-table-wrapper .price-content-wrap {
    background: #fff;
    padding-bottom: 55px;
    text-align: center;
    box-shadow: 0 0 17px 2px rgba(0, 0, 0, 0.1);
}
.pricing-table-wrapper .plan-name {
    display: inline-block;
    margin-bottom: 10px;
    padding: 30px 0 20px;
}
.pricing-table-wrapper .price-title {
    color: #222;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
}
.pricing-table-wrapper .plan-price {
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 130px;
    margin: 0 auto;
    justify-content: center;
    place-content: center;
    width: 130px;
}
.pricing-table-wrapper .plan-price > h4 {
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -2px;
    margin-top: -10px;
    color:#fff;
}
.pricing-table-wrapper .plan-price > h4 > span {
    font-size: 20px;
}
.pricing-table-wrapper .duration {
    display: block;
    font-size: 16px;
    margin-top: -2px;
    text-align: center;
}
.pricing-table-wrapper .price-details {
    font-size: 16px;
    font-weight: 500;
    list-style: none;
    margin: 50px 0 0;
}
.pricing-table-wrapper .price-details li {
    padding: 6px 0;
}
.pricing-table-wrapper .price-btn {
    margin-top: 30px;
}
.price-btn {
    background: #333;
    color: #fff;
}
.pricing-table-wrapper .features-price-btn:hover {
    background: #333;
    color: #fff;
}
.pricing-table-wrapper .btn {
    background: #eef1f2 none repeat scroll 0 0;
    border-radius: 5px;
    color: #474646;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 35px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border: none;
}
/*
================================================
16. Contact Us
================================================
*/
.contactus {
    padding: 65px 0 15px 0;
    background: #fff;
}
.contact-inner {
    padding: 0 0 60px;
    width: 100%;
    display: inline-block;
}
.contact-inner form {
    padding: 30px 0 0;
}
.form-item {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    padding-left: 15px;
}
.contact-details h3 {
    font-size: 14px;
    text-transform: uppercase;
}
.contact-details .contact-info-wrapper {
    border: 1px solid #f1f1f1;
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.contact-info-icon {
    background: #f9f9f9;
    display: inline-block;
    font-size: 30px;
    height: 100%;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 23%;
}
.contact-info-wrapper .fa {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.contact-info-content {
    display: inline-block;
    min-height: 100%;
    padding: 36px 39px;
    width: 77%;
}
.contact-info-content p span {
    display:block;
}
.contact-info-content h3 {
    font-size: 16px;
    margin-bottom: 24px;
}
.google-map {
    position: relative;
    clear: both;
    z-index: 9;
}
.google-map iframe {
    width: 100%;
    height: 330px;
    border: solid 1px #ccc;
}
.form-control {
    background: #f1f1f1 none repeat scroll 0 0;
    border-color: rgb(241, 241, 241);
    border-image: initial;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    font-size: 14px;
    height: 53px;
    line-height: 24px;
    padding: 15px 20px;
    transition: all 0.3s ease 0s;
}
.contactus .btn {
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    padding: 15px 25px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s !important;
    margin: 20px 0 0;
    float: right;
}
.contactus .form-group {
    margin-bottom: 17px;
}
/*
================================================
17. Footer
================================================
*/
footer {
    padding: 25px 0;
    width: 100%;
    float: left;
}
footer p {
    color: #fff;
    text-align: center;
    margin: 0;
}

/*
================================================
18. Media Quries 
================================================
*/

@media (max-width: 767px) {
    header .navbar-nav {
        margin: 7.5px 0;
        margin-top: 1px;
    }
    .navbar {
        margin: 0;
    }
    .navbar-brand {
        display: block;
        padding: 0;
        height: auto;
    }
    .hero h1 {
        display:none;
    }
    .affix .navbar {
        margin: 0px;
    }
    .affix + .banner-wrapper {
        margin-top: 290px;
    }
    .navbar-toggle {
        margin: 7px 0 7px;
    }
    .navbar-nav > li {
        padding: 0;

        transition: all 0.3s ease 0s;
        width: 100%;
    }
    .navbar-nav > li.active {
        padding: 0;
        background: #ffe8f1;

    }
    .navbar-default .navbar-toggle {
        border-color: #f774a6;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #f774a6;
    }
    .navbar-nav > li > a {
        padding: 6px 15px;
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .navbar-collapse.collapse{
        max-height: 0;
        opacity: 0;
        width: 100%;



    }
    .navbar-collapse.collapse.in{
        display: block;
        min-height: 150px;
        height: 150px;
        padding-top: 1rem;
        border-top: 1px solid #ffe8f1;
        opacity: 1;
        width: 100%;
        overflow-y: visible !important; /* Anula la regla de Bootstrap */

    }
    .navbar-default .navbar-collapse {
        float: none;
        border: none;
        box-shadow: none;
        transition: all 0.3s ease 0s;
        width: 100%;

    }

}

@media(max-width:768px){
    .navbar-nav{
        display: block!important;

    }
}


@media (min-width: 768px) and (max-width: 991px) {
    header {
        height: 500px;
    }
    .navigation {
        padding: 0;
    }
    .navbar-collapse {
        margin: 6px 0 0;
    }
    .navigation .navbar-collapse {
        padding: 0;
    }
    .navbar-nav > li {
        padding: 0 0 0 15px;
    }
    .navbar {
        margin-top:0px;
    }
    .hero h1 {
        font-size:35px;
    }
    .pricing-table .space1 {
        margin-top: 30px;
    }
    .contact-details div {
        font-size: 15px;
    }
    .about-wrapper .space {
        margin-top: 30px;
    }
    .our-blog .single-post-content {
        margin: 0 0 15px;
        padding:0 0 10px;
    }
    div.team-cnt div {
        margin: 0 0 15px;
        text-align: center;
    }
    .contact-info-content p span {
        padding:8px 0 0;
    }
    .contact-info-content {
        padding:36px 25px
    }
    .contact-inner form {
        padding: 0;
        margin: 20px 0 0;
    }
    #scrool-top {
        right: 15px;
    }
}
@media (max-width: 767px) {
    section h2 {
        font-size: 25px;
    }
    header {
        height: 380px;
    }
    .logo-bar {
        z-index: 9;
        padding: 10px 0;
    }
    .navbar-toggle {
        margin: 0 0 5px;
    }
    header .navbar-nav {
        margin: 7.5px 0;
        margin-top: 1px;
    }
    .navbar {
        margin: 0;
    }
    .navbar-brand {
        display: block;
        padding: 0;
        height: auto;
    }
    .hero h1 {
        display:none;
    }
    .affix .navbar {
        margin: 0px;
    }
    .affix + .banner-wrapper {
        margin-top: 290px;
    }
    .navbar-nav > li {
        padding: 0;
    }
    .navbar-nav > li > a {
        padding-bottom: 10px;
        display: inline-block;
    }
    .navbar-default .navbar-collapse {
        float: none;
        border: none;
        box-shadow: none;
    }
    .about-box figure {
        margin-bottom: 20px;
    }
    .counter {
        margin: 0 0 50px;
    }
    .counters {
        padding-bottom: 30px;
        margin:0;
    }
    .service-callouts .section-title {
        margin: 0 0 10px;
    }
    .service-callouts .box-content.no-border {
        border-bottom: 1px solid #e7ebee;
    }
    .service-callouts .services-box .services-iconbox {
        line-height: 30px;
    }
    .service-callouts i {
        line-height: 25px;
    }
    .service-callouts .box-content p {
        margin:0;
        padding:0 0 30px;
    }
    .testimonials-wrapper > div {
        padding: 0;
    }
    .testimonials-wrapper blockquote h3 {
        text-align: left;
    }
    .testimonials-wrapper .test-img img {
        width: auto;
    }
    .testimonials-wrapper h4 {
        padding: 0 0 15px;
    }
    div.team-cnt > div > div {
        margin: 0 0 25px;
        text-align: center;
    }
    .ourteam {
        padding: 66px 0 40px;
    }
    .team-cnt > div {
        padding: 0;
    }
    .ourteam .img-box {
        margin: 40px 0 15px;
    }
    .blog-wrapper {
        padding: 65px 0 45px;
    }
    .our-blog .single-post-content {
        padding: 0 0 10px;
        margin: 0 0 30px
    }
    .callouts {
        padding: 0;
    }
    .pricing-table-wrapper .space {
        margin: 30px 0;
    }
    #scrool-top {
        right: 15px;
    }
    .contact-details > div {
        padding: 0;
    }
    .contact-inner form {
        padding: 15px 0;
    }
    .contact-inner form > div {
        padding: 0;
    }
    .contact-inner {
        padding: 0 15px 30px;
    }
    .contact-inner div {
        margin-bottom: 25px;
    }
    .contact-details div {
        border: none;
    }
}

.navbar-brand img{
    max-width: 70px;
}