/*!
  Theme Name: Bizlan - Onepage Business HTML5 Template 
  Author: Obxtheme
  Version: 1.0.0
  Tags: agency, bootstrap, business, company, corporate, landing page, one page , responsive, small business

  */


/*--------------------------------------------------------------
  >>> TABLE OF CONTENTS:
  ----------------------------------------------------------------


  # Typography
  # Home page
    ## Header
    ## Dropdown menu
    ## Slider
    ## About area start  
    ## Service area
    ## Work area
    ## Team area
    ## Video area
    ## Testimonial area
    ## Blog area
    ## Logo area
    ## Portfolio  section
    ## Footer section
    ## Contact section
  # Blog page
  # Offcanvus 
  # Responsive
  


  --------------------------------------------------------------*/


  /* Font */

  @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Roboto:300,400,500,700,900');


/*--------------------------------------------------------------
  ##  Typography
  --------------------------------------------------------------*/



  body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}

a:focus,
a:hover {
    text-decoration: none;
}

a,
button {
    outline: medium none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}



h1 {
    font-size: 40px;
    font-weight: 700;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #757575;
    margin-bottom: 10px;
}

img {

    max-width: 100%;
}

.no-padding {
    padding: 0px
}

.no-pad-left {
    padding-left: 0px
}

.no-pad-right {
    padding-right: 0px
}


.container {
    max-width: 1200px;
}


.first-colour {
    color: #000
}

.secound-colour {
    color: #050505
}

.setion-bg1 {
    background: #f4f4f4
}
.setion-bg10 {
    background: #fff
}

.section-padding-one {
    padding: 95px 0 100px;
}

.section-padding-two{
    padding: 95px 0 75px;
}

.mar_bot10{
    padding-bottom: 20px;
}



/*************************
  Home page css
  *************************/


  /*------------ Header -------------------*/

  .header-area {
    position: absolute;
    z-index: 999;
    width: 100%;
    background: transparent;
}

.logo {
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.mainmenu > ul {
    margin: 0;
}

.mainmenu > ul li {
    display: inline-block;
    position: relative;
}

.mainmenu > ul li a {
    font-weight: 600;
    color: #fff;
    padding: 25px 12px;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

.mainmenu > ul > li > a::after {
    content: '';
    position: absolute;
    left: 12px;
    top: 50px;
    width: 0;
    height: 1px;
    background: #fff;
    transition: all .2s;
}

.header-area.fixed .mainmenu > ul > li > a::after {
    background: #0064A0;
}

.mainmenu > ul li a:hover:after {
    width: 47%;
    transition: all .5s;
}

.mainmenu > ul li.current a:after {
    width: 47%;
    transition: all .5s;
}

.mainmenu li.has-child > a {
    position: relative;
}

svg#Layer_1 {
    width: 30px;
    height: 30px;
}

.header-right-menu {
    padding: 12px 0px 6px;
    width: 30px;
    margin-left: 18px;
    display: none;
}

.header-right-menu > ul > li {
    display: inline;
}



/*------------- Dropdown menu -----------------------*/
.sub-menu {
    position: absolute;
    z-index: 99999;
    background-color: #fff;
    width: 255px;
    box-shadow: 0px 10px 16px 0px rgba(36, 31, 31, 0.31);
    -webkit-box-shadow: 0px 10px 16px 0px rgba(36, 31, 31, 0.31);
    top: 115%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 20px 0;
    right: 0;
    border: 1px solid #eeeeee;
    border-radius: 2px;
}

.sub-menu li {
    position: relative;
    text-align: left;
}

.mainmenu ul li .sub-menu li a {
    padding: 8px 35px;
    width: 100%;
    display: block;
    color: #9b9b9b;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0;
    padding-right: 0;
    position: relative;
    transition: all .3s;
}

.mainmenu ul li .sub-menu li a:hover {
    color: #000;
    transition: all .3s;
}

.mainmenu ul li .sub-menu li a:hover:before {
    background: #0064A0;
    transition: all .3s;
}

.mainmenu ul li .sub-menu li a::before {
    position: absolute;
    content: '';
    left: -1px;
    top: 55%;
    width: 26px;
    height: 1px;
    background: #f8f4f4;
    margin-top: -2px;
    transition: all .3s;
}

.mainmenu ul li .sub-menu li.has-child > a::after {
    position: absolute;
    content: '';
    right: 26px;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #000;
    border-radius: 100%;
    margin-top: 1px;
    transition: all .6s;
}

.mainmenu li:hover .sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mainmenu li:hover .sub-menu .sub-menu {
    position: absolute;
    top: 0;
    right: 100%;
    opacity: 0;
    visibility: hidden;
}

.mainmenu li:hover .sub-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.mainmenu ul li .sub-menu li {
    width: 100%;
    position: relative;
}



.header-area.fixed {
    position: fixed;
    top: 0;
    background: #fff;
    transition: all .3s;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.header-area.fixed .mainmenu > ul li a {
    color: #414141;
    transition: all .3s;
}


.banner-area {
    background: url(img/slider/2.jpg);
    height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.banner-area::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}


#team .sin-team img{
    height: 
}



/*--------------------------------------------------------------
  ##  Slider
  --------------------------------------------------------------*/


  .slider-wrapper .item {
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.slider-one{
    background: url(img/f5.jpg);
}
.slider-two{
    background: url(img/f3.jpg);
}
.slider-three{
    background: url(img/f4.jpg);
}
.slider-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}

.slider-content a.btn-two {
    margin-bottom: 6px;
}

.slider-text.style-two.mob-align-left {
    padding-right: 0;
}

.slider-text h1 {
    font-size: 89px;
    color: #000;
    font-weight: 900;
    margin: 10px 0;
    text-transform: uppercase;
    line-height: 95px;
    letter-spacing: 3px;
}

.slider-text.light h1 {
    color: #fff;
}

.slider-text.light p {
    color: #fff;
    margin-top: 25px;
}


.slider-text a {
    background: #0064A0;
    color: #fff;
    padding: 12px 31px;
    margin-top: 3px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all .2s;
    border-radius: 25px;
}

.slider-text a:hover {
    transition: all .2s;
    padding-right: 45px;
}



.item.dark-bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;

}

.item.light-bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .5;

}

.slider-text p {
    font-size: 18px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}

a.btn-one {
    font-size: 20px;
    color: #fff;
    background: #3f3f3f;
    padding: 13px 44px;
    border-radius: 29px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-top: 10px;
}

a.btn-one:hover {
    background: #d19e66;
    color: #3f3f3f;
}

.slider-text {
    padding-right: 100px;
}



.slider-img {
    padding-top: 60px;
    text-align: center !important;
}

.owl-carousel .owl-item .slider-img img {
    max-width: 100%;
    width: auto;
}

.slider-wrapper .owl-carousel .owl-nav .owl-prev,
.slider-wrapper .owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {

    display: inline-block;
}

.slider-wrapper .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.owl-nav img {
    width: 40px;
    background: #0064A0;
    padding: 6px;
    border: 4px solid #fff;
    opacity: .6;
    transition: all .3s;
}

.owl-nav img:hover {
    opacity: 1;
    transition: all .3s;
}

.slider-wrapper .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
}

.slider-wrapper .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
}



.delay {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
}

.slider-text h4 {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
}

.slider-text h1 {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
}

.slider-text p {
    -webkit-animation-delay: .7s;
    -moz-animation-delay: .7s;
}

.slider-text a {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
}

/*---------  about area start ----------*/

.about-area {
    padding: 86px 0 95px;
}

.heading-one h1 {
    font-size: 100px;
    font-weight: 900;
    margin: 0px;
    line-height: 100px;
    color: #0064A0;
}

.heading-one h5 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1.5;
}

.about-con p {
    font-size: 16px;
    line-height: 26px;
    color: #444;
    font-family: 'Roboto', sans-serif;
}

.main-btn {
    background: #0064A0;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 100px;
    text-align: center;
    transition: all .3s;
    border-radius: 20px;
}

.main-btn:hover {
    color: #fff;
    transition: all .3s;
    padding-right: 45px;
}

.about-con a {
    margin-top: 25px;
}

.about-img {
    background-image: url(img/bg/about_bg.png);
    background-position: center;
    background-size: cover;
    position: relative;
    height: 450px;
}

.img-bottom {
    position: absolute;
    top: 110px;
    right: 0px;
    box-shadow: -6px -8px 50px 0px rgba(0, 0, 0, 0.2);
}

.img-top {
    padding-top: 35px;
}


/*-----  service area start -----*/

.heading-style-two {
    padding-bottom: 80px;
    display: flex;
    align-items: center;
}



.heading-left h1 {
    font-size: 30px;
    font-weight: 900;
    color: #000;
    margin: 0px;
}

.heading-left h1 span {
    font-weight: 600;
}

.heading-left h5 {
    font-size: 30px
}

.heading-left h5 {
    font-size: 30px;
    font-weight: 300;
    color: #444;
    letter-spacing: 1.5px;
    text-align: center;
}

.heading-right p {
    font-size: 17px;
    line-height: 26px;
    color: #444444;
    padding-left: 30px;
    border-left: 5px solid #ddd;
    font-family: 'Open Sans', sans-serif;
}

.ser-icon {
    text-align: center;
}

.ser-icon {
    text-align: center;
    width: 100px;
    height: 85px;
    background: #fff;
    border-radius: 100px;
    line-height: 100px;
    margin: 0 auto;
}

.ser-icon i {
    color: #ed5050;
    font-size: 45px;
}

.sin-service {
    text-align: center;
    padding: 30px 45px;
    background: #fff;
    margin-bottom: 50px;
    transition: all .3s;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    position: relative;
}

.sin-service:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 0;
    background: #0064A0;
}

.sin-service:hover:after {
    width: 100%;
    transition: all .3s;
}

.sin-service img{
    padding-bottom: 20px;
    padding-top: 10px;
}

.sin-service:hover {
    /* box-shadow: 0 0px 0px rgba(0,0,0,.1); */
    transition: all .6s;
}

.col-lg-3:nth-child(1) .sin-service,
.col-lg-3:nth-child(3) .sin-service,
.col-lg-3:nth-child(6) .sin-service,
.col-lg-3:nth-child(8) .sin-service {
    background: #ededed;
}

.sin-service h3 {
    color: #444;
    padding-top: 10px;
    padding-bottom: 5px;
    letter-spacing: 0.4px;
    font-weight: 600;
}

.sin-service p {
    color: #535353;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}


/*-------  Work area start --------*/

.work-area {
    background: #4a5ef6;
    color: #fff;
    position: relative;
    z-index: 0;
}

.work-area:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50%;
    background: url(img/bg/tree.png);
    background-size: cover;
    background-position: left bottom;
    height: 70%;
    background-repeat: no-repeat;
    z-index: -1;
}

.heading-three {
    margin-bottom: 20px;
}

.heading-three h1 {
    font-size: 40px;
    font-weight: 900;
    margin: 0px;

}

.heading-three h1 span {
    font-weight: 600
}

.heading-three h5 {
    font-size: 25px;
    font-weight: 400;
}

.work-content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #fff;
    letter-spacing: .2px;
}

.sin-work-icon {
    text-align: center;
    width: 33.33%;
    float: left;
}

.sin-work-icon i {
    font-size: 30px;
}

.sin-work-icon h6 {
    font-size: 20px;
    font-weight: 900;
    margin-top: 9px;
}

.work-area .owl-theme .owl-nav [class*="owl-"] {
    color: #FFF;
    font-size: 21px;
    margin: 5px;
    padding: 6px 17px;
    background: #b1e01d;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    margin-right: 0;
    margin-left: 10px;
}

.work-area .owl-theme .owl-nav {
    text-align: right;
    margin-top: 3px;
}

.work-con-icon {
    overflow: hidden;
    margin-top: 50px;
}



/*------- Team area start -------*/


.heading-four {
    text-align: center;
    padding-bottom: 50px;
}

.heading-four h1 {
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
}

.heading-four p {
    font-size: 16px;
    color: #888888;
    padding: 0 200px;
    font-family: 'Open Sans', sans-serif;
}

.team-social {
    background: #fff;
    padding: 10px 0px 20px;
    z-index: 99;
    position: relative;
}

.team-social a {
    display: block;
    font-size: 16px;
}

.sin-team {
    position: relative;
    overflow: hidden;
    text-align: center;

}

.team-carousel.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 15px;
}

.team-social li {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    margin: 0 4px;
    opacity: .7;
    transition: all .4s;
}

.sin-team:hover .team-social li {
    opacity: .7;
    transition: all .4s;
}

.sin-team .team-social li:hover {
    opacity: 1;
}

.fb {
    border-color: #3b5998 !important
}

.behance {
    border-color: #1769ff !important
}

.dribble {
    border-color: #ea4c89 !important
}

.linked {
    border-color: #0077b5 !important
}

.twinkle {
    border-color: #1a6ff8 !important
}

.fb a {
    color: #3b5998
}

.behance a {
    color: #1769ff
}

.dribble a {
    color: #ea4c89
}

.linked a {
    color: #1a6ff8
}

.twinkle a {
    color: #23a9e6
}

.team-det {
    display: inline-block;
    padding-top: 19px;
    padding-bottom: 15px;
    display: block;
}

.team-det h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
    letter-spacing: .5px;
}

.team-det h6 {
    font-size: 14px;
    font-weight: 400;
}

.team-det {
    display: inline-block;
    padding-top: 19px;
    padding-bottom: 15px;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 45px;
    background: #fff;
    z-index: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sin-team:hover .team-det {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/*------ Video area start -----*/

.video-area {
    height: 600px;
    background: url(img/bg/video-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
}


.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 31px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 2000ms ease-out infinite;
}



.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button i {
    color: #b3b3b6;
    font-size: 31px;
    position: relative;
    z-index: 9;
    transition: all 1s;
}

.video-play-button:hover i {
    color: #0064A0;
    transition: all 1s;
}

.video-play-button:hover:after {
    background-color: darken(#fff, 10%);
}



@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}



/*--------  Testimonial area start ---------*/

.heading-five h1 {
    font-size: 30px;
    font-weight: 400
}

.heading-five {
    text-align: center;
    margin-bottom: 35px;
}

.single-testimonial p {
    font-size: 15px;
    color: #000;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: left;
}

.single-testimonial .testimonial-image {
    border-radius: 92%;
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-right: 35px;
    text-align: right;
    float: left;
}

.single-testimonial .testimonial-image img {
    width: 100%;
}

.single-testimonial h4 {
    font-size: 16px;
    color: #0064A0;
    margin-bottom: 3px;
    margin-top: 30px;
    letter-spacing: .5px;
}

.single-testimonial h6 {
    font-size: 14px;
    color: #444;
    font-weight: 400;
}

.single-testimonial {
    box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.09);
    border-radius: 6px;
    padding: 35px 35px;
    margin: 24px 18px;
    opacity: .4;
    cursor: pointer;
}

.center .single-testimonial {
    box-shadow: 1px 1px 20px 7px rgba(0, 0, 0, 0.08);
    opacity: 1;
    cursor: inherit;
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #0064A0;
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #dedede;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

/*------ Blog area start -------*/

.heading-white {
    color: #fff;
    text-align: center;
    padding-bottom: 50px;
}

.heading-white h1 {
    font-size: 30px;
}

.heading-white p {
    font-size: 16px;
    color: #fff;
    padding: 0 200px;
}

.single-blog .meta a {
    font-size: 13px;
    color: #0064A0;
    margin-right: 3px;
    text-transform: capitalize;
}

.single-blog {
    -webkit-box-shadow: 0px 0px 8px 4px rgba(84, 80, 84, 0.07);
    -moz-box-shadow: 0px 0px 8px 4px rgba(84, 80, 84, 0.07);
    box-shadow: 0px 0px 8px 4px rgba(84, 80, 84, 0.07);
}

.single-blog .meta a i {
    margin-right: 5px;
}

.blog-content h4 a {
    font-size: 18px;
    color: #444;
    line-height: 1.3;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
}

.blog-content h4 a:hover {
    color: #000;
    transition: all .3s;
}

.blog-content p {
    font-size: 14px;
    color: #888;
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
}

.blog-content {
    padding: 2px 22px 35px;
}

.blog-content > a {
    font-size: 14px;
    color: #636262;
    background: #ededed;
    padding: 4px 13px;
    display: inline-block;
    transition: all .3s;
    border-radius: 5px 0 5px 0;
}

.blog-content > a:hover {
    background: #0064A0;
    color: #fff;
    transition: all .3s;
}

.meta {
    margin: 20px 0 5px;
}

.blog-area {
    position: relative;
    z-index: 1;
}

.blog-area:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 458px;
    width: 100%;
    background: url(img/blog-bg.jpg);
    z-index: -1;
}

/*---------  Logo area start --------*/

.logo-area {
    padding-bottom: 80px;
}

.logo-carousel.owl-carousel .owl-item img {
    filter: grayscale(1);
}

.logo-carousel .owl-item img {
    display: block;
    width: auto;
}

.logo-carousel.owl-carousel .owl-item img:hover {
    filter: grayscale(0);
}

.logo-carousel {
    width: 80%;
    margin: 0 auto;
}

.single-logo {
    text-align: center;
    width: 100%;
    /* overflow: hidden; */
    display: block;
}

.single-logo a {
    display: inline-block;
}

/*-------  Portfolio  section  CSS -------------*/

.portfolio-area {
    padding: 95px 0 100px;
}

.portfolio-area h3 {
    font-size: 30px;
    font-weight: 300;
    color: #444;
    text-align: center;
}

.portfolio-area h3 span {
    color: #f54545;
    font-weight: 400;
}

.gallery-filter-btn {
    margin: 30px 0 45px;
    text-align: center;
}

.gallery-filter-btn .filter {
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    margin-right: 11px;
    cursor: pointer;
}

.filter.active {
    color: #f54545;
}

.single-gallery {
    width: 25%;
    z-index: 1;
    overflow: hidden;
}

.single-gallery img {
    width: 100%;
}

.grid-sizer {
    width: 25%;
}

.single-gallery::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #0064A0;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all .3s;
}

.single-gallery:hover:before {
    opacity: 0.9;
    transition: all .3s;
}

.single-gallery.width-2 {
    width: 50%;
    z-index: 1;
    overflow: hidden;
}

.portfolio-hover {
    color: #000;
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.portfolio-hover h3 {
    font-size: 20px;
    transform: translateX(46px);
    transition: all .4s;
    opacity: 0;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
}

.single-gallery:hover .portfolio-hover h3 {
    transform: translateX(0);
    transition: all .6s;
    opacity: 1;
}

.portfolio-hover h6 {
    font-size: 13px;
    letter-spacing: 2.6px;
    transform: translateX(-20px);
    transition: all .4s;
    opacity: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.single-gallery:hover .portfolio-hover h6 {
    transform: translateX(0);
    transition: all .5s;
    opacity: 1;
}



/*----------------------------------------*/
/*  14.  Priceing section  CSS
/*----------------------------------------*/
.single-price {
    padding: 30px 15px 50px;
    color: #998484;
    font-weight: 300;
    text-align: center;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.single-price .single-price-rate {
    margin: 0 auto;
    display: table;
    border-radius: 50px;
}

.single-price-rate span {
    display: table-cell;
}

.single-price-rate .currency {
    vertical-align: top;
    font-size: 24px;
    padding-top: 5px;
    color: #000;
}

.single-price-rate .rate {
    vertical-align: middle;
    font-size: 50px;
    font-weight: 700;
    color: #727171;
}

.single-price-rate .duration {
    vertical-align: bottom;
    font-size: 20px;
    padding-bottom: 10px;
}

.pricing-title {
    font-size: 20px;
    color: #202020;
    font-weight: 500;
    margin-top: 15px;
}

.single-price p {
    color: #333;
    padding: 0 27px;
    margin-top: 13px;
    font-size: 14px;
}

.single-price a.rounded-btn {
    border-radius: 20px;
    display: inline-block;
    font-weight: 600;
    margin-top: 7px;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    background: #0064A0;
    box-shadow: 0px 5px 6px 0 rgba(0, 0, 0, .25);
}

.single-price a.rounded-btn:hover {
    background: #000;
}

.pricing_titol{
    display: block;
    text-align: center;
    padding: 20px 0 0 0;
}


/*------   Funny number  section  CSS -----------*/

.fun-number {
    background: url(img/bg/number.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0;

}

.fun-numberb {
    background: url(img/bg_parking.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 150px 0;

}

.single-number {
    text-align: center;
    color: #fff;
    background: rgba(0, 100, 160, 0.80);
    padding: 25px 0;
}

.single-numberb {
    text-align: center;
    color: #fff;
    background: rgba(0, 100, 160, 00);
    padding: 25px 0;
}

.single-number h3 {
    margin-bottom: 10px;
    line-height: 60px;
    font-size: 65px;
}

.single-numberb h3 {
    margin-bottom: 10px;
    line-height: 60px;
    font-size: 65px;
}

.single-number h5 {
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: -0.4px;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}

.single-numberb h5 {
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: -0.4px;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}

.single-number p {
    font-size: 15px;
    color: #fff;
}

/*------   Footer section  CSS -----------*/

.footer-logo {
    height: 100px;
}

.about-widget p {
    font-size: 14px;
    color: #B1D2E5;
}

.footer-widget-title h5 {
    color: #f3f5f1;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}

.footer-widget-title {
    margin-bottom: 30px;
}

.sin-footer-con > p {
    color: #888;
    font-size: 14px;
    line-height: 20px;
}

.footer-widget {
    margin-top: 25px;
}

.footer-area {
    padding-top: 75px;
    background: #0064A0;
}

.footer-social li {
    display: inline-block;
    margin: 0px 3px;
}

.footer-social a {
    border-radius: 50px;
    color: #B1D2E5;
    display: inline-block;
    font-size: 23px;
    height: 42px;
    line-height: 42px;
    width: 42px;
    transition: all .3s;
}

.footer-social a:hover {
    color: #fff;
    transition: all .3s;
}

.footer-social > ul {
    position: relative;
}

.sin-footer-con a {
    color: #B1D2E5;
    font-size: 14px;
    transition: all .3s;
}

.sin-footer-con a:hover {
    color: #fff;
    transition: all .3s;
}

.quick-link-right {
    float: right;
    margin-right: 90px;
}

.quick-link-left {
    float: left;
}

.sin-footer-con li {
    margin-bottom: 5px;
    color: #b5bbad;
    font-size: 14px;
}

.mail-send {
    border: medium none;
    color: #fff;
    font-size: 16px;
    padding: 9px 12px 9px 4px;
    width: 19%;
    background: #0064A0;
    height: 45px;
    cursor: pointer;
    text-align: right;
    float: right;
    text-align: center;
    transition: all .3s;
}

.mail-send:hover {
    background: #000;
    transition: all .3s;
}

.mail-send i {
    font-size: 26px;
    text-align: center;
}

.subscribe-link input {
    border: medium none;
    float: left;
    padding: 10px 21px;
    width: 81%;
    background: #f7f7f7;
    color: #9a9a9a;
    height: 45px;
}

.subscribe-link {
    border-radius: 50px;
    height: 45px;
    width: 270px;
    color: #B1D2E5;
}

.footer-social {
    margin-top: 0px;
    text-align: left;
}

.footer-bottom p {
    font-size: 14px;
    margin: 0;
    padding: 35px 0;
    text-align: center;
    color: #B1D2E5;
}

.footer-bottom {
    margin-top: 80px;
    background: #015181;
}

.footer-social a.fc-fb {
    background: #5D82D1;
}

.footer-social a.fc-tw {
    background: #40BFF5;
}

.footer-social a.fc-gp {
    background: #EB5E4C;
}

.footer-social a.fc-yt {
    background: #CC181E;
}

.footer-social a.fc-li {
    background: #238CC8;

}

.footer-wid-inner {
    margin-bottom: 35px;
    overflow: hidden;
}

.footer-widget ul {
    list-style: outside none none;
}

a.tel_footer h2{
    color: #fff;
}


/*----------  Contact section  CSS  -------------*/

.contact-area {
    background: #f4f4f4;
    padding: 95px 0 90px;
}

.contact-wraper form input {
    border: 1px solid #dbdbdb;
    margin-bottom: 20px;
    padding: 10px 17px;
    width: 100%;
}

.contact-wraper form input:focus,
.contact-wraper textarea:focus {
    border: 1px solid #9f9f9f;
    outline: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.contact-wraper form input.input-small {
    width: 50%;
    float: left
}

.contact-wraper textarea {
    border: 1px solid #dbdbdb;
    height: 120px;
    margin-bottom: 22px;
    padding: 10px 15px;
    width: 100%;
}

.contact-wraper form .submit-btn {
    background: #0064A0;

    border-radius: 0px;
    color: #fff;
    float: right;
    font-size: 14px;
    padding: 7px 25px;
    text-transform: uppercase;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    border-radius: 20px;
    width: auto;
}

.btn.submit-btn:hover {
    background: #000 none repeat scroll 0 0;
    color: #fff;

}

.contact-wraper {
    padding: 25px 25px 0;
    overflow: hidden;
}

.add-icon {
    float: left;
    line-height: 31px;
}

.sin-add p {
    overflow: hidden;
    padding-left: 15px;
    font-size: 16px;
    line-height: 26px;
    color: #444;
}

.sin-add a {
    color: #444;
    margin-left: 8px;
}

.add-icon i {
    color: #0064A0;
    font-size: 18px;
}

.bt_veure_cataleg{
    height: 110px;
    width: 153px;
    display: block;
    position: absolute;
    right: -225px;
    top: 200px;
    background-image: url(img/bt_catalegs_veure.svg);
}

.bt_veure_cataleg:hover{
    background-image: url(img/bt_catalegs_veure_hover.svg);
}


/*--------------------------------------------------------------
  ##  Blog page
  --------------------------------------------------------------*/


  .page-banner {
    height: 340px;
    background: url(img/bg/page-banner.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.page-banner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.blog-wrapper {
    padding: 100px 0;
}

.blog-wrapper .single-blog {
    margin-bottom: 30px
}

.page-header h1 {
    font-size: 40px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 2.2px;
}

.page-header p {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;

}

.page-header p a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.blog-details {
    padding: 100px 0;
}

.blog-details .single-blog {
    box-shadow: none;
    padding-right: 35px;
}

.blog-details .blog-content h4 {
    font-size: 32px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.blog-details .blog-content p {
    font-size: 18px;
    color: #888;
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
    line-height: 27px;
}

blockquote {
    font-size: 14px;
    padding: 10px 0 10px 20px;
    margin: 30px 0;
    font-style: italic;
    letter-spacing: 1px;
    overflow: hidden;
    background-color: #f6f6f6;
    border-left: 4px solid #909090;
    font-weight: 600;
}

.blog-details .meta {
    margin-top: 28px;
    margin-bottom: 10px;
}

.blog-details .blog-content {
    padding: 0;
}

.blog-details .blog-content h6 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.widget {
    display: block;
}


.widget .widget-title {
    font-weight: 400;
    font-size: 20px;
    position: relative;
    padding-left: 0px;
    padding: 0px 13px;
    margin-bottom: 25px;
    border-left: 4px solid #0064A0;
    letter-spacing: .5px;
}

.widget .widget-title i {
    font-size: 14px;
    vertical-align: middle;
    padding-right: 6px;
    margin-top: -3px;
}

.widget.search_widget .search-form {
    position: relative;
}

.widget.search_widget .search-form .search-field {
    width: 100%;
    height: 42px;
    border: 1px solid #000;
    padding-left: 58px;
    font-size: 14px;
    padding-right: 30px;
}

.widget.search_widget .search-form .search-field::-webkit-input-placeholder {
    color: #7a7a7a;
    text-transform: capitalize;
}

.widget.search_widget .search-form .search-field:-ms-input-placeholder {
    color: #7a7a7a;
    text-transform: capitalize;
}

.widget.search_widget .search-form .search-field::-ms-input-placeholder {
    color: #7a7a7a;
    text-transform: capitalize;
}

.widget.search_widget .search-form .search-field::placeholder {
    color: #7a7a7a;
    text-transform: capitalize;
}

.widget.search_widget .search-form label {
    width: 100%;
}

.widget.search_widget .search-form label i {
    position: absolute;
    left: 20px;
    top: 43%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 14px;
    font-size: 18px;
    color: #aaa;
}

.widget.search_widget .search-form label i:after {
    position: absolute;
    right: 0;
    content: "";
    height: 24px;
    width: 2px;
    top: -2px;
}

.widget.search_widget .search-form .search-submit {
    position: absolute;
    right: 20px;
    background: transparent;
    top: 43%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    font-size: 14px;
    color: #7a7a7a;
    cursor: pointer;
}

.widget.category_widget .cat-item {
    font-size: 14px;
    line-height: normal;
    border-bottom: 1px solid #f1eaff;
    padding-top: 8px;
    padding-bottom: 12px;
    transition: all .3s;
}

.widget.category_widget .cat-item:hover {
    padding-left: 5px;
    transition: all .3s;
}

.widget.category_widget .cat-item:first-child {
    padding-top: 0;
}

.widget {
    margin-bottom: 55px;
}

.widget.category_widget .cat-item i {
    color: #c6c6c6;
    font-size: 14px;
    margin-right: 10px;
}

.widget.category_widget .cat-item a {
    letter-spacing: 0.4px;
    font-weight: 500;
    color: #000;
    transition: all .3s;
}

.widget.rec_comment_widget #recentcomments {
    margin: 0;
}

.widget.rec_comment_widget .recentcomments {
    padding-bottom: 22px;
    border-bottom: 1px solid #ddd;
    padding-top: 30px;
}

.widget.rec_comment_widget .recentcomments:first-child {
    padding-top: 0;
}

.widget.rec_comment_widget .comment-author-link {
    width: 53px;
    height: 53px;
    display: inline-block;
    vertical-align: top;
}

.widget.rec_comment_widget .comment-author-detail {
    display: inline-block;
    width: calc(100% - 58px);
    padding-left: 11px;
    font-size: 14px;
    margin-top: -5px;
}

.widget.rec_comment_widget .comment-author-detail a {
    line-height: normal;
}

.widget.rec_comment_widget .comment-author-detail a span.comment-p {
    font-size: 14px;
    margin-bottom: 0px;
    color: #6d6d6d;
    line-height: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.widget.rec_comment_widget .comment-author-detail a span {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #a2a2a2;
}

.widget.rec_comment_widget .comment-author-detail a span b {
    font-weight: normal;
    font-weight: 300;
}


.widget.instagram_widget ul li {
    display: inline-block;
    margin-bottom: 3px;
    width: 80px;
    height: 80px;
    margin-left: -1px;
}

.widget button {
    border: none;
    color: white;
    padding: 1px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.widget.instagram_widget ul li a {
    display: inline-block;
}

.widget.widget_tag .widget_title {
    margin-bottom: 26px;
}


.widget.widget_tag ul li {
    display: inline-block;
    margin-bottom: 4px;
}

.widget.widget_tag ul li a {
    color: #373737;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    height: 38px;
    padding: 0 11px;
    background: #f2f2f2;
    display: inline-block;
    line-height: 38px;
    letter-spacing: 0.9px;
    transition: all .3s;
}

.widget.widget_tag ul li a:hover {
    background: #0064A0;
    color: #fff;
    transition: all .3s;
}

.widget.widget_subscribe {
    border: 4px solid #000000;
}

.widget.widget_subscribe .widget-title {
    padding: 12px 0;
    padding-left: 18px;
    margin-bottom: 0;
}

.widget.widget_subscribe .widget-title:after {
    left: 20px;
    top: 16px;
}

.widget.widget_subscribe .widget_subscribe_detail {
    padding: 29px 25px;
    text-align: center;
    background: url(../../media/images/blog/subscribe-bg.jpg) no-repeat scroll 0 0/cover;
    position: relative;
    z-index: 1;
}

.widget.widget_subscribe .widget_subscribe_detail:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    content: "";
    z-index: -1;
}

.widget.widget_subscribe .widget_subscribe_detail_top {
    margin-bottom: 22px;
}


.widget.widget_text {
    margin-bottom: 50px;
}

.widget.widget_text p {
    font-size: 16px;
    color: #858585;
    line-height: 30px;
    letter-spacing: .8px;
    margin-top: -7px;
}

.widget.recent_entries img {
    margin-bottom: 25px;
}

.widget.recent_entries ul li {
    padding-bottom: 25px;
    padding: 30px 0 25px;
    border-bottom: 1px solid #f1eaff;
}

.widget.recent_entries ul li:first-child {
    padding-top: 0;
}

.widget.recent_entries ul li:hover a span b {
    color: #c0bfbf;
}

.widget.recent_entries ul li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.25px;
    color: #000;
}

.widget.recent_entries ul li a span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #808081;
    margin-top: 20px;
    letter-spacing: 0.4px;
}

.widget.recent_entries ul li a span b {
    font-weight: 300;
}



/*----------   Comments    ------------------*/

.comment-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

.comment li:last-child {
    border-right: 0 none;
}

.comment-info {
    border-bottom: 1px solid #ccc;
    display: block;
    margin: 30px 0;
}

.comment-info p {
    margin-bottom: 30px;
}

.comment-info img {
    max-width: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

}

ol.comment-list form#commentform {
    margin-bottom: 35px;
}

.comment-info .author-desc {
    margin-left: 80px;
}

.comment-info .author-title {
    line-height: 16px;
    margin-bottom: 12px;
    color: #777;
}

.author-title strong {
    font-size: 16px;
    color: #777;
    font-weight: 500;
    text-transform: capitalize;
}

.comment-list .list-inline {
    margin-left: -5px !important;
    padding-left: 0 !important;
}

.comment-list .list-inline {
    margin-top: 10px;
}

.comment-list .list-inline a {
    color: #777;
    font-weight: 300;
}

.comment-list .list-inline a:hover {
    color: #42c0d9;
}

.content-block .form-control {
    border-color: #ccc;
    color: #777;
}

.comment-form {
    width: 100%;
    float: left;
    height: auto;
}

.comment-reply-title {
    border-bottom: 2px solid #ccc;
    margin: 0 0 20px;
    padding: 20px 18px 13px 0;
    text-transform: capitalize;
}

a#cancel-comment-reply-link {
    float: right;
    color: #777;
    padding-top: 5px;
}

a#cancel-comment-reply-link:hover {
    color: #00bcd4;
}

.comment-info img {
    float: left;
}

.children {
    list-style: outside none none;
}

.comment-form label {
    display: block;
}

.comment-form-author,
.comment-form-email {
    float: left;
    width: 50%;
}

.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus {
    border-color: #c62828;
    box-shadow: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.comment-form-author {
    padding-right: 30px;
}

.comment-form input {
    width: 100%;
    border: 1px solid #ddd;
    box-shadow: none;
    border-radius: 0px;
    height: 34px;
    padding: 6px 12px
}

.form-control {
    width: 100%;
    border: 1px solid #ddd;
    box-shadow: none;
    border-radius: 4px;
    height: 34px;
    padding: 6px 12px
}

.comment-respond .form-submit .submit {
    background: #cd2828 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 34px;
    margin-top: 15px;
    padding: 0;
    text-transform: uppercase;
    width: 107px;
    border: none;
}

.comment-respond .form-submit .submit:hover {
    background: #333333 none repeat scroll 0 0;
}

.children-comment {
    padding-left: 70px;
}

.commentlists div.avatar {
    float: left;
    margin-right: 15px;
}

.com-name {
    margin-bottom: 0;
    font-size: 13px;
    color: #000;
    font-weight: 500;
}

.commentlists {
    padding: 0;
}

.comments-list {
    border-top: 1px solid #000;
    padding-top: 50px;
    margin-right: 35px;
}

.comments-list .heading {
    font-size: 30px;
    letter-spacing: 1px;
}

.comment-form .form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

.comment-reply-link {
    color: #0064A0;
    transition: all .3s;
}

.comment-reply-link:hover {
    color: #000;
    transition: all .3s;

}

.comment-form textarea.form-control {
    height: 140px;
    border-radius: 0;
}

.comment-form input[type="submit"] {
    border: 1px solid #0064A0;
    box-shadow: none;
    border-radius: 0px;
    height: 34px;
    padding: 6px 12px;
    width: 150px;
    background: #0064A0;
    color: #fff;
}

.comment-form input[type="submit"] {
    border: 1px solid #0064A0;
    height: 40px;
    width: 150px;
    background: #0064A0;
    color: #fff;
    cursor: pointer;
}

.comment-author.meta p {
    font-size: 13px;
    line-height: 18px;
}

.comment-box {
    margin-bottom: 43px;

}


/*----------------------------------------*/
/*  ##   Offcanvus  
/*----------------------------------------*/

.offcanvus-menu {
    width: 400px;
    background: #015181;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999999;
    padding-left: 50px;
    padding-top: 80px;
    right: -405px;
    transition: all .5s;
}

.close-offcanvus .svg {
    width: 9px;
    float: left;
    height: 17px;
    margin-left: 5px;
    margin-right: 4px;
    overflow: hidden;
    margin-top: 1px;
}

.menu-open .offcanvus-menu {
    right: 0;
    transition: all .5s;
    transition-delay: .3s;
}

.offcanvus-menu ul {
    padding-left: 100px;
    transition: all 1s;
}

.menu-open .offcanvus-menu ul {
    padding-left: 0;
    transition: all .5s;
    transition-delay: .3s;
}

.close-offcanvus {
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    cursor: pointer;
}

.close-offcanvus i {
    float: left;
    /* display: inline-block; */
    margin-right: 10px;
    margin-top: 6px;
    font-size: 14px;
}

.close-text {
    float: right;
    text-transform: uppercase;
    font-size: 13px;
}

.offcanvus-menu ul li {
    margin-bottom: 20px;
}

.offcanvus-menu > ul li a {
    font-size: 20px;
    color: #B1D2E5;
    text-transform: capitalize;
    position: relative;
}

.offcanvus-menu > ul li a:hover {
    color: #fff;
    transition: all .3s;
}

.offcanvus-menu ul li a::after {
    content: '';
    position: absolute;
    left: -50px;
    top: 15px;
    width: 0;
    height: 1px;
    background: #fff;
    transition: all .3s ease-in-out;
}

.offcanvus-menu ul li a:hover:after {
    width: 35px;
    transition: all .3s ease-in-out;

}



/*--------------------------------------------------------------
    Responsive css start
    --------------------------------------------------------------*/

    @media (min-width: 1200px) and (max-width: 1800px) {

        .work-area::after {
            background-size: contain;
            height: 48%;

        }


    }


    @media (max-width: 1199px) {
        .work-area::after {
            display: none;
        }

        .blog-details .single-blog {
            padding-right: 0;
        }
    }


    @media (min-width: 992px) and (max-width: 1199px) {

        .ser-icon {
            width: 60px;
            height: 60px;
            line-height: 60px;
        }

        .heading-four p {
            padding: 0 100px;
        }

        .video-area {
            height: 400px;
        }

        .heading-white p {
            padding: 0 100px;
        }

        .blog-area::after {
            height: 418px;
        }

        .service-area .heading-left {
            text-align: center;
        }

        .heading-right p {
            font-size: 14px;
        }

        .img-bottom {
            top: 174px;
        }


    }


    @media (min-width: 320px) and (max-width: 991px) {

        .mainmenu {
            display: none;
        }

        .header-right-menu {
            display: block;
        }

        .mask-overlay {
            display: block;
        }

        .header-area {
            position: fixed;
            top: 0;
            background: #0064A0;
            transition: all .3s;
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
            height: 52px;
        }
        
        .header-area.fixed {
            background: #0064A0;
        }
        
        .logo{
            margin-top: 7px;
        }

        .slider-wrapper,
        .page-banner {
            margin-top: 52px;
        }

        .single-price {
            margin-bottom: 30px;
        }

        .fun-number {
            padding: 100px 0;
        }

    }

    @media (min-width: 768px) and (max-width: 991px) {

        .slider-text h1 {
            font-size: 75px;
            line-height: 66px;
            letter-spacing: 2px;
        }

        .slider-text p {
            font-size: 15px;
            margin-top: 15px;
            margin-bottom: 25px;
        }

        .slider-text {
            padding-left: 50px;
        }

        .slider-wrapper .item {
            height: 500px;
        }

        .img-bottom {
            right: 18%;
        }

        .about-img {
            width: 90%;
            margin: 0 auto;
            margin-top: 100px;
        }

        .img-top {
            position: relative;
            left: 46px;
        }

        .heading-right p {
            font-size: 16px;
            padding-left: 0;
            border-left: 0px solid #ddd;
        }

        .heading-left h5 {
            text-align: left;
        }

        .portfolio-area h3 {
            font-size: 26px;
        }

        .heading-four p {
            padding: 0 0;
            font-size: 14px;
        }

        .video-area {
            height: 350px;
        }

        .blog-area .blog-content h4 a {
            font-size: 14px;
        }

        .blog-area .single-blog .meta a {
            font-size: 11px;
        }

        .blog-area .blog-content {
            padding: 0px 15px 25px;
        }

        .heading-white p {
            font-size: 16px;
        }

        .blog-area::after {
            height: 376px;
        }

        .subscribe-link {
            width: 232px;
        }

        .quick-link-right {
            margin-right: 0;
        }

        .contact-wraper {
            padding: 0px;
        }

        .footer-social a {
            font-size: 20px;
            width: 28px;
        }

        .heading-white p {
            padding: 0;
        }

        .single-gallery {
            width: 50%;
        }

        .col-lg-3:nth-child(1) .sin-service,
        .col-lg-3:nth-child(4) .sin-service,
        .col-lg-3:nth-child(5) .sin-service,
        .col-lg-3:nth-child(6) .sin-service {
            background: #ededed;
        }

        .col-lg-3:nth-child(2) .sin-service,
        .col-lg-3:nth-child(3) .sin-service,
        .col-lg-3:nth-child(6) .sin-service,
        .col-lg-3:nth-child(7) .sin-service {
            background: #f4f4f4;
        }

        .work-content {
            margin-bottom: 90px;
        }

        .sin-add p {
            padding-left: 10px;
            font-size: 13px;
        }

        .add-icon i {
            font-size: 14px;
        }

        .blog-wrapper {
            padding: 80px 0 70px;
        }

        .page-banner {
            height: 240px;
        }

        .widget .widget-title {
            font-size: 18px;
            letter-spacing: 0.2px;
        }

        .widget.widget_text p {
            font-size: 14px;
            line-height: 24px;
            letter-spacing: .2px;
        }

        .widget.recent_entries img {
            margin-bottom: 15px;
        }

        .blog-details .blog-content h4 {
            font-size: 25px;
        }

        .blog-details .blog-content p {
            font-size: 15px;
            line-height: 24px;
        }

        .blog-details .blog-content h6 {
            font-size: 20px;
        }

        .single-number {
            margin-bottom: 30px;
        }


    }





    @media (min-width: 320px) and (max-width: 767px) {

        .slider-wrapper .item {
            height: 380px;
        }

        .slider-text h1 {
            font-size: 55px;
            line-height: 55px;
        }

        .slider-text.light p {
            font-size: 14px;
            padding-right: 103px;
            line-height: 24px;
        }

        .slider-text.light p br{
            display: none;
        }

        .heading-four p {
            font-size: 13px;
            padding: 0;
        }

        .col-lg-3:nth-child(odd) .sin-service {
            background: #ededed;
        }

        .col-lg-3:nth-child(even) .sin-service {
            background: transparent;
        }

        .sin-service p {
            padding: 0 80px;
        }

        .work-content {
            margin-bottom: 50px;
        }

        .about-con {
            margin-bottom: 50px;
        }

        .portfolio-area h3 {
            font-size: 22px;
        }

        .single-gallery {
            width: 50%;
        }

        .single-gallery.width-2 {
            width: 50%;
        }

        .video-area {
            height: 300px;
        }

        .heading-white p {
            font-size: 13px;
            padding: 0;
        }

        .blog-area .single-blog {

            width: 60%;
            margin: 0 auto;
            margin-bottom: 50px;
        }

        .single-blog img {
            width: 100%;
        }

        .contact-wraper {
            padding: 0;
        }

        .offcanvus-menu {
            width: 320px;
            padding-top: 50px;
        }

        .sidebar {
            padding-top: 50px;
        }

        .blog-details .blog-content h4 {
            font-size: 26px;
            margin-bottom: 20px;
        }

        .blog-details .blog-content p {
            font-size: 16px;
            line-height: 25px;
        }

        .children-comment {
            padding-left: 30px;
        }

        .comments-list {
            padding-top: 30px;
            margin-right: 0;
        }

        .single-number {
            margin-bottom: 30px;
        }

        .fun-number {
            padding: 50px 0 20px;
        }
        .map iframe {
            height: 300px;
        }
        .map {
            height: 300px;
        }
        .slider-content {
            padding-left: 100px;
        }
        .slider-content {
            padding-left: 40px;
        }
        .page-banner {
            height: 200px;
        }
        .blog-details {
            padding: 50px 0;
        }
        .blog-wrapper {
            padding: 50px 0 70px;
        }
        .about-area {
            padding: 50px 0 60px;
        }
        .contact-area {
            padding: 50px 0 50px;
        }
        .section-padding-two {
            padding: 50px 0 20px;
        }
        .section-padding-one {
            padding: 50px 0 55px;
        }
        .portfolio-area {
            padding: 50px 0;
        }
        .appointment-area {
            margin-bottom: 50px;
        }
        .blog-area::after {
            height: 330px;
        }
        .sin-service {
            padding: 15px 10px;
        }
        .sin-service p {
            padding: 0 20px;
        }
          .slider-text a {
            padding: 8px 19px;
        }


    }
    
    @media (min-width: 576px) and (max-width: 767px) {

        .blog-wrapper,.blog-details {
            width: 75%;
            margin: 0 auto;
        }

    }

    @media (min-width: 320px) and (max-width: 575px) {



        .slider-text h1 {
            font-size: 28px;
            line-height: 33px;
        }

        .slider-text {
            padding-left: 0;
            padding-right: 50px;
        }

        .heading-one h1 {
            font-size: 70px;
            line-height: 65px;
        }

        .img-bottom {
            position: relative;
            top: 30px;
            box-shadow: none;
        }

        .about-img {
            height: auto;
        }

        .about-area {
            padding: 40px 0 80px;
        }

        .about-con p {
            font-size: 14px;
            line-height: 23px;
        }

        .heading-four h1 {
            font-size: 28px;
        }

        .sin-service p {
            padding: 0;
        }

        .ser-icon {
            width: 75px;
            height: 75px;
            line-height: 75px;
        }

        .service-area.section-padding-one {
            padding: 45px 0 7px;
        }

        .service-area .heading-four {
            padding-bottom: 30px;
        }

        .work-area.section-padding-one {
            padding: 40px 0 45px;
        }

        .portfolio-area h3 {
            font-size: 18px;
        }

        .gallery-filter-btn .filter {
            font-size: 14px;
        }

        .single-gallery.width-2 {
            width: 100%;
        }

        .single-gallery {
            width: 100%;
        }

        .gallery-filter-btn {
            margin: 20px 0 30px;
        }

        .portfolio-area {
            padding: 45px 0 45px;
        }

        .section-padding-one {
            padding: 45px 0 45px;
        }

        .section-padding-two {
            padding: 35px 0 15px;
        }

        .heading-five h1 {
            font-size: 24px;
        }

        .heading-five {
            margin-bottom: 20px;
        }

        .single-testimonial {
            padding: 20px 20px;
        }

        .blog-area .single-blog {
            width: 100%;
        }

        .offcanvus-menu {
            width: 280px;
        }

        .page-banner {
            height: 180px;
        }

        .blog-wrapper {
            padding: 50px 0 70px;
        }

        .blog-details {
            padding: 50px 0 35px;
        }

        .blog-details .blog-content h4 {
            font-size: 20px;
            margin-bottom: 15px;
        }

        .blog-details .blog-content p {
            font-size: 14px;
            line-height: 23px;
        }

        .comments-list .heading {
            font-size: 20px;
        }

        .single-price p {
            padding: 0;
        }
        .slider-text.light p {
            padding-right: 0;
            line-height: 21px;
            margin-top: 0;
            margin-bottom: 15px;
        }
        .owl-nav img {
            width: 28px;
            border: 1px solid #fff;
        }






    }

    /* preloader */

    .preloader {
        color: #fff;
        position: fixed;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 999999;
        background: #fff;
        display: flex;
        align-items: center;
    }

    .cssload-thecube {
        width: 103px;
        height: 103px;
        margin: 0 auto;
        margin-top: 69px;
        position: relative;
        transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
    }

    .cssload-thecube .cssload-cube {
        position: relative;
        transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
    }

    .cssload-thecube .cssload-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }

    .cssload-thecube .cssload-cube:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0, 100, 160);
        animation: cssload-fold-thecube 2.28s infinite linear both;
        -o-animation: cssload-fold-thecube 2.28s infinite linear both;
        -ms-animation: cssload-fold-thecube 2.28s infinite linear both;
        -webkit-animation: cssload-fold-thecube 2.28s infinite linear both;
        -moz-animation: cssload-fold-thecube 2.28s infinite linear both;
        transform-origin: 100% 100%;
        -o-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        -webkit-transform-origin: 100% 100%;
        -moz-transform-origin: 100% 100%;
    }

    .cssload-thecube .cssload-c2 {
        transform: scale(1.1) rotateZ(90deg);
        -o-transform: scale(1.1) rotateZ(90deg);
        -ms-transform: scale(1.1) rotateZ(90deg);
        -webkit-transform: scale(1.1) rotateZ(90deg);
        -moz-transform: scale(1.1) rotateZ(90deg);
    }

    .cssload-thecube .cssload-c3 {
        transform: scale(1.1) rotateZ(180deg);
        -o-transform: scale(1.1) rotateZ(180deg);
        -ms-transform: scale(1.1) rotateZ(180deg);
        -webkit-transform: scale(1.1) rotateZ(180deg);
        -moz-transform: scale(1.1) rotateZ(180deg);
    }

    .cssload-thecube .cssload-c4 {
        transform: scale(1.1) rotateZ(270deg);
        -o-transform: scale(1.1) rotateZ(270deg);
        -ms-transform: scale(1.1) rotateZ(270deg);
        -webkit-transform: scale(1.1) rotateZ(270deg);
        -moz-transform: scale(1.1) rotateZ(270deg);
    }

    .cssload-thecube .cssload-c2:before {
        animation-delay: 0.285s;
        -o-animation-delay: 0.285s;
        -ms-animation-delay: 0.285s;
        -webkit-animation-delay: 0.285s;
        -moz-animation-delay: 0.285s;
    }

    .cssload-thecube .cssload-c3:before {
        animation-delay: 0.57s;
        -o-animation-delay: 0.57s;
        -ms-animation-delay: 0.57s;
        -webkit-animation-delay: 0.57s;
        -moz-animation-delay: 0.57s;
    }

    .cssload-thecube .cssload-c4:before {
        animation-delay: 0.855s;
        -o-animation-delay: 0.855s;
        -ms-animation-delay: 0.855s;
        -webkit-animation-delay: 0.855s;
        -moz-animation-delay: 0.855s;
    }



    @keyframes cssload-fold-thecube {

        0%,
        10% {
            transform: perspective(193px) rotateX(-180deg);
            opacity: 0;
        }

        25%,
        75% {
            transform: perspective(193px) rotateX(0deg);
            opacity: 1;
        }

        90%,
        100% {
            transform: perspective(193px) rotateY(180deg);
            opacity: 0;
        }
    }

    @-o-keyframes cssload-fold-thecube {

        0%,
        10% {
            -o-transform: perspective(193px) rotateX(-180deg);
            opacity: 0;
        }

        25%,
        75% {
            -o-transform: perspective(193px) rotateX(0deg);
            opacity: 1;
        }

        90%,
        100% {
            -o-transform: perspective(193px) rotateY(180deg);
            opacity: 0;
        }
    }

    @-ms-keyframes cssload-fold-thecube {

        0%,
        10% {
            -ms-transform: perspective(193px) rotateX(-180deg);
            opacity: 0;
        }

        25%,
        75% {
            -ms-transform: perspective(193px) rotateX(0deg);
            opacity: 1;
        }

        90%,
        100% {
            -ms-transform: perspective(193px) rotateY(180deg);
            opacity: 0;
        }
    }

    @-webkit-keyframes cssload-fold-thecube {

        0%,
        10% {
            -webkit-transform: perspective(193px) rotateX(-180deg);
            opacity: 0;
        }

        25%,
        75% {
            -webkit-transform: perspective(193px) rotateX(0deg);
            opacity: 1;
        }

        90%,
        100% {
            -webkit-transform: perspective(193px) rotateY(180deg);
            opacity: 0;
        }
    }

    @-moz-keyframes cssload-fold-thecube {

        0%,
        10% {
            -moz-transform: perspective(193px) rotateX(-180deg);
            opacity: 0;
        }

        25%,
        75% {
            -moz-transform: perspective(193px) rotateX(0deg);
            opacity: 1;
        }

        90%,
        100% {
            -moz-transform: perspective(193px) rotateY(180deg);
            opacity: 0;
        }
    }



    /*---------------------------------------------------- */
    /*----------------------------------------------------*/
/* Appointment Area css
======================================================================= */

.appointment-area {
    margin-bottom: 100px;
}

.appointment-area .appointment-form {
    position: relative;
    z-index: 1;
}

.appointment-area .appointment-form label {
    display: block;
    color: #33363e;
    font-size: 16px;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 10px;
}

.appointment-area .appointment-form input {
    display: block;
    width: 100%;
    border: 1px solid #e8edf1;
    height: 50px;
    padding: 0 15px;
}

.appointment-area .appointment-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.appointment-area .appointment-form textarea {
    display: block;
    width: 100%;
    border: 1px solid #e8edf1;
    padding: 15px 15px;
    height: 150px;
    margin-bottom: 50px;
}

.appointment-area .appointment-form .form-group {
    margin-bottom: 25px;
}

.appointment-area form {
    margin-top: 24px;
    display: inline-block;
    width: 100%;
}

.appointment-area .card {
    border: none;
    border-radius: 0;
}

.appointment-area .card .card-header {
    border-radius: 0;
    border: none;
    background-color: #fff;
}

.appointment-area .card .card-header:first-child {
    border-radius: 0;
}

.appointment-area .card .btn-link.collapsed {
    border-bottom: 1px solid #e9ecef;
    font-weight: 400;
    color: #1d1d1d;
    font-size: 16px;
    width: 100%;
    text-align: left;
    box-shadow: none;
    white-space: normal;
    transition: all 300ms linear 0s;
}

.appointment-area .card .btn-link.collapsed:hover {
    text-decoration: none;
}

@media (max-width: 1199px) {
    .appointment-area .card .btn-link.collapsed {
        font-size: 14px;
    }
}

.appointment-area .card .card-body {
    font-weight: 300;
    font-size: 14px;
    line-height: 27px;
    background: #f7f7f7;
}

.appointment-area .card .card-header {
    padding: 0;
}

.appointment-area .card .btn-link {
    font-weight: 400;
    color: #1d1d1d;
    font-size: 16px;
    width: 100%;
    text-align: left;
    padding: 25px 0;
    white-space: normal;
    transition: all 300ms linear 0s;
}

.appointment-area .card .btn-link:hover {
    text-decoration: none;
}

@media (max-width: 1199px) {
    .appointment-area .card .btn-link {
        font-size: 14px;
    }
}

.appointment-area h3 {
    font-size: 24px;
    color: #0064A0;
    text-transform: capitalize;
    margin-bottom: 35px;
}

.appointment-area .appointment-inner {
    padding: 65px 0;
    box-shadow: 3.517px -8.285px 30px 0px rgba(12, 58, 132, 0.15);
    background: #fff;
    z-index: 11;
    position: relative;
}

@media (max-width: 991px) {
    .appointment-area .appointment-inner {
        padding: 65px 30px;
    }
}

@media (max-width: 1199px) {
    .appointment-inner .accordion {
        margin-bottom: 50px;
    }
}

.appointment-area .card h5 .btn.collapsed::after {
    content: "\f067";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    right: 6px;
    position: absolute;
    font-weight: 900;
    top: 30px;
    font-size: 11px;
}

@media (max-width: 600px) {
    .appointment-area .card h5 .btn.collapsed::after {
        display: none;
    }
}

.appointment-area .card h5 .btn::after {
    content: "\f068";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    right: 6px;
    position: absolute;
    font-weight: 900;
    top: 30px;
    font-size: 11px;
}

@media (max-width: 600px) {
    .appointment-area .card h5 .btn::after {
        display: none;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .card-header h5 {
        padding-right: 27px;
    }
}
.map{
    height: 400px;
}

.map iframe{
    height: 400px;
    width:100%;
}