/* This css file is to over write bootstarp css
********************************************************* /
* Theme Name: Mountain Bike
* Theme URI:  http://themeforest.ne/user/codepassenger
* Author: CodePassenger
* Author URI: http://CodePassenger.com
* Description:  Mountain Bike - Extreme Sport Club Template
* Version: 1.2
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Tags: bicycle, sport, bike, club, mountain, html5, template
*********************************************************** /


/*
|----------------------------------------------------------------------------
| CSS INDEX
|----------------------------------------------------------------------------

1. General Style

2. Header Style

3. Slider Style

4. About Style

5. Product Catagory Style

6. Gallery Style

7. Breadcrumb Style

8. Blog Style

9. Partner Style

10. Pagination Style

11. Sidebar Style

12. single Style

13. Footer Style

14. Responsive Style

*/
/*-------------------------
	1. General Style
-------------------------*/
html, html a {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 100%;
  background: #fff;
  color: #656565; }

p {
  line-height: 24px;
  font-size: 13px;
  margin-bottom: 30px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 100%; }

h1 {
  font-size: 65px; }

h2 {
  font-size: 50px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 13px; }

span, i, strong {
  display: inline-block; }

img {
  -o-object-fit: cover;
  object-fit: cover;
  display: inline-block; }

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  a:hover, a:focus {
    text-decoration: none;
    color: #656565;
    outline: 0; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

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

.section-padding-vlog {
  padding: 50px 0; }

.heading-text-center {
  text-align: center; }

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

.m-bottom-30 {
  margin-bottom: 30px; }

.m-top-70 {
  margin-top: 70px; }

.background-property {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll; }

.m-top-0 {
  margin-top: 0 !important; }

.ps-rel {
  position: relative; }

.overlay-common {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7); }

/* edited by noman */
.btn-common {
  font-size: 22px;
  line-height: 36px;
  height: 36px;
  color: #fff;
  padding-right: 28px;
  padding-left: 28px;
  background: #3598db; }
  .btn-common:hover, .btn-common:focus {
    color: #fff; }

.section-title-area h3 {
  margin-bottom: 20px;
  font-weight: 700;
  color: #727376; }

.section-title-area h4 {
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 30px;
  font-weight: 700;
  color: #727376; }

.section-title-area h5 {
  margin-top: 20px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #727376; }

.section-title-area p {
  margin-top: 20px;
  font-weight: 400;
  line-height: 22px;
  color: #656565; }

.section-title-area.style-2 h3 {
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 30px;
  font-weight: 600;
  color: #3a3a3a;
  }

.section-title-area.style-2 p {
 color: #656565;
 font-weight: bold;
 font-size: 20px; }


.section-padding {
  padding: 150px 0; }

.section-padding-vlog {
  padding: 50px 0; }
/*-------------------------
	2. Header Style
-------------------------*/
.navbar-default.navbar-fixed-top {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 100%; }
  .navbar-default.navbar-fixed-top .navbar-nav > .active > a {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff; }
    .navbar-default.navbar-fixed-top .navbar-nav > .active > a:after {
      width: 100%; }
  .navbar-default.navbar-fixed-top .navbar-nav > li > a {
    text-shadow: none;
    font-size: 18px;
    letter-spacing: 0.36px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .navbar-default.navbar-fixed-top .navbar-nav > li > a:after {
      content: '';
      display: block;
      height: 4px;
      width: 0;
      margin-top: 5px;
      background: transparent;
      -webkit-transition: width .5s ease, background-color .5s ease;
      -o-transition: width .5s ease, background-color .5s ease;
      transition: width .5s ease, background-color .5s ease; }
    .navbar-default.navbar-fixed-top .navbar-nav > li > a:hover:after {
      width: 100%;
      background: #3598db; }
  /* .navbar-default.navbar-fixed-top .navbar-nav > .active > a:after {
    width: 100%;
    background: #3598db; } */
  .navbar-default.navbar-fixed-top .navbar-brand {
    padding: 8px 15px; }

.navbar-default.navbar-fixed-top.fixed-menu {
  background: rgba(47, 47, 45, 0.69);
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid transparent; }

/*----------------------
	child-menu
------------------------*/
.navbar-default .has-sub-menu {
  position: relative; }
  .navbar-default .has-sub-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding-left: 0;
    list-style: none;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .navbar-default .has-sub-menu:hover > .sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1; }

.navbar-default .sub-menu li {
  width: 150px;
  background: rgba(47, 47, 45, 0.69);
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.navbar-default .sub-menu a {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 11px;
  padding: 12px 20px;
  text-transform: uppercase;
  text-decoration: none; }
  .navbar-default .sub-menu a:hover {
    background: rgba(0, 0, 0, 0.1); }

.navbar-default .sub-menu .has-sub-menu:before {
  color: #fff;
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  top: 14px;
  right: 22px; }

.navbar-default .has-sub-menu:hover:before {
  color: #3598db; }

.navbar-default .sub-menu .sub-menu {
  left: 100%;
  top: 0; }

.navbar-nav .has-sub-menu button {
  display: none; }

/*-------------------------
	3. Slider Style
-------------------------*/
#slider_one .item img {
  display: block;
  width: 100%;
  height: auto; }

#slider_one .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 38px; }

#slider_one .owl-nav {
  margin-top: 0px; }

#slider_one .owl-controls .owl-nav .owl-prev,
#slider_one .owl-controls .owl-nav .owl-next {
  margin: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  height: 45px;
  width: 45px;
  font-size: 25px;
  line-height: 30px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

#slider_one .owl-controls .owl-nav .owl-prev:hover,
#slider_one .owl-controls .owl-nav .owl-prev:focus,
#slider_one .owl-controls .owl-nav .owl-next:hover,
#slider_one .owl-controls .owl-nav .owl-next:focus {
  border-color: transparent;
  background: #3598db; }

#slider_one .owl-controls .owl-nav .owl-prev {
  left: 150px; }

#slider_one .owl-controls .owl-nav .owl-next {
  right: 150px; }

.slider-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%; }

.slider-content h2 {
  color: #fff;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 0.2px; }

.slider-content h3 {
  color: #fff;
  font-weight: 450;
  line-height: 32px;
  letter-spacing: 0.984px;
  margin-top: 20px; }

.slider-content .btn-common {
  margin-top: 30px; }

#slider_one.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  border: 4px solid #fff;
  margin: 5px 7px;
  background: none;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

#slider_one.owl-theme .owl-dots .owl-dot.active span,
#slider_one .owl-theme .owl-dots .owl-dot:hover span {
  background: url(../images/misc/11.png) no-repeat center center;
  border: none;
  height: 15px;
  width: 35px; }

/*-------------------------
	4. About Style
-------------------------*/
.about-section .section-title-area {
  margin-bottom: 15px; }

.about-section .section-title-area h8 {
  font-size: 35px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 15px; }

.about-section .section-title-area h5 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 200;
  margin-bottom: 15px; }

.about-section {
  background: url(../images/bg/2.png) center center;
  background-size: cover;
  position: relative;}
.about-content {
  text-align: center;
  padding: 0 70px; }

  .about-content:hover .icon-circled {
    border-color: #727376; }

    .about-content:hover .icon-circled img {
     transform: scale(1.7);  }


.icon-circled {
  height: 150px;
  width: 150px;
  margin: 0 auto 30px auto;
  line-height: 80px;
  border: 3px solid #3598db;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.icon-circled img {
  margin-top: 23px;
  height: 100px;
  width: auto;
  transition: transform .2s;
}


.about-heading {
  padding-bottom: 25px;
  margin-bottom: 20px;
  position: relative; }
  .about-heading h6 {
    color: #3a3a3a;
    font-weight: 300;
    font-size: 26px; }
  .about-heading h3 {
    color: #3a3a3a;
    font-weight: 200;
    font-size: 18px;}
  .about-heading:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    background: #3598db; }

.about-content p {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400; }


/*---------------------------------------
 Volunteer section
-----------------------------------------*/

.volunteer-section {
padding: 45px;
background: #ebebeb; }

.volunteer-section-title h3 {
  text-align: center;
  margin-bottom: 16px;
  font-weight: 300;
  font-size: 18px;
  color: #727376;
  line-height: 1.2;
  min-height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

#volunteer_carousel .volunteer-section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; }

 #volunteer_carousel .item {
   display: flex;
   flex-direction: column;
   align-items: center;
   width: 56%;
   min-height: 272px;
   margin: 15px;}

#volunteer_carousel .volunteer-section-title > img {
   position: center;
    width: 144px;
    height: 144px;
    object-fit: cover;
    border: 3px solid #3598db;
    border-radius: 50%;}

#volunteer_carousel .overlay  {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 16px;
   padding-top: 15px;
   min-height: 92px;
   width: 100%;
  }
 #volunteer_carousel .overlay img {
   width: 58px;
   height: 58px;
   min-width: 58px;
   object-fit: contain;
   float: none;
   border: 3px solid #3598db;
   border-radius: 50%;
   box-sizing: border-box;}
  #volunteer_carousel .overlay h1 {
    padding-top: 0;
    float: none;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    white-space: nowrap;
    color: #727376;}


/*------------------------------------
5. Sporlaug Style
-------------------------------------*/


.product-catagory {
  position: relative; }
  .product-catagory .catagory-outer-img {
    position: absolute;
    bottom: 0;
    right: 45px; }

.product-details-area {
  text-align: right; }
  .product-details-area .catagory-inner-img img {
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
    height: 200px;
    width: 200px;

   }
.product-catagory-content .tab-pane {
 padding: 50px 100px 50px 100px; }

  .product-catagory-content .tab-pane h5 {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.135px;
    color: #3598db;
    margin-bottom: 30px; }
  .product-catagory-content .tab-pane h3 {
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.216px;
    color: #727376;
    margin-bottom: 35px; }
  .product-catagory-content .tab-pane p {
    line-height: 28px;
    font-weight: 300; }


.product-catagory-nav.nav.nav-pills {
  position: relative;
  margin-top: 30px; }
  .product-catagory-nav.nav.nav-pills:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #bdbfc1;
    top: 0; }
  .product-catagory-nav.nav.nav-pills li > a {
    padding: 35px 30px 0px 30px;
    position: relative; }
  .product-catagory-nav.nav.nav-pills li > a:before {
    position: absolute;
    content: url("../images/misc/7.jpg");
    top: -6px; }
  .product-catagory-nav.nav.nav-pills li.active > a:before {
    content: url("../images/misc/6.jpg"); }
  .product-catagory-nav.nav.nav-pills li.first a {
    padding-left: 0; }
  .product-catagory-nav.nav.nav-pills li.last a {
    padding-right: 0; }
  .product-catagory-nav.nav.nav-pills li > a:hover, .product-catagory-nav.nav.nav-pills li > a:focus, .product-catagory-nav.nav.nav-pills li.active a {
    background: none; }
  .product-catagory-nav.nav.nav-pills li > a:focus, .product-catagory-nav.nav.nav-pills li.active a {
    color: #3598db; }

#sporlaug_carousel .item {
  padding: 10px 0; }

#sporlaug_carousel .sporlaug-card {
  display: flex;
  align-items: flex-start;
  gap: 36px;
  padding: 50px 70px; }

#sporlaug_carousel .catagory-inner-img img {
  float: none;
  margin-right: 0;
  margin-bottom: 0;
  height: 220px;
  width: 220px;
  object-fit: cover;
  flex-shrink: 0; }

#sporlaug_carousel .sporlaug-text-col {
  flex: 1;
  text-align: left; }

#sporlaug_carousel .sporlaug-text-col p {
  margin-bottom: 12px; }

@media (max-width: 767px) {
  #sporlaug_carousel .sporlaug-card {
    flex-direction: column;
    gap: 18px;
    padding: 20px 10px;
    align-items: center;
  }
  #sporlaug_carousel .catagory-inner-img img {
    width: 180px;
    height: 180px;
  }
  #sporlaug_carousel .sporlaug-text-col {
    text-align: center;
  }
}

/*---------------------------------
		6. Gallery Style
---------------------------------*/
.gallery-masonry {
  padding-top: 150px; }

#gallary_grid .grid-item {
  width: 25%;
  margin-bottom: -10px;
  cursor: pointer; }

#gallary_grid .grid-item.W2 {
  width: 50%; }

#gallary_grid .gallary-item-content {
  position: absolute;
  bottom: 50px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

#gallary_grid .gallery-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

#gallary_grid .grid-item:hover .gallery-overlay {
  opacity: 1; }

.gallary-item-content h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 20px; }

.gallary-item-content h4 a {
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  margin-top: 55px; }

.gallary-item-content h3, .gallary-item-content h4 a, .gallary-item-content h4 span {
  color: #fff; }

.gallary-item-content span {
  margin: 0 5px; }

#gallary_grid .grid-item:hover .gallary-item-content {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  opacity: 1; }

.gallary-filter-button {
  margin-top: 45px;
  margin-bottom: 40px; }
  .gallary-filter-button button {
    background: none;
    border: none;
    padding: 0 20px;
    color: #727376;
    font-size: 17px;
    line-height: 28px;
    font-family: "Open Sans", sans-serif;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .gallary-filter-button button:focus, .gallary-filter-button button:active {
      outline: 0; }
    .gallary-filter-button button:hover {
      color: #3598db; }
  .gallary-filter-button button.active {
    color: #3598db; }



/*------------------------------------------
		7. Breadcrumb Style
-------------------------------------------*/
.sub-header {
  padding: 200px 0 180px 0;
  background-image: url(../images/bg/3.jpg);
  background-size: cover;
  position: relative; }
  .sub-header .breadcrumb {
    padding: 0;
    background: none;
    text-align: center; }
    .sub-header .breadcrumb h2 {
      font-size: 65px;
      font-weight: 700;
      line-height: 120px;
      color: #fff; }
    .sub-header .breadcrumb span {
      color: #fff; }
      .sub-header .breadcrumb span a {
        color: #a8a8a8; }

/*------------------------------------------
		8. Blog Style
-------------------------------------------*/
.blog-section {
  background: #f4f4f4;
}

.blog-content-area {
  margin-top: 80px;
}

.blog-thumb {
  overfloe: hidden; }
  .blog-thumb .overlay-common {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .blog-thumb .icon-positiond {
    position: absolute;
    top: 60%;
    translateY: -50%;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .blog-thumb:hover .overlay-common {
    opacity: 1;
   }
  .blog-thumb:hover .icon-positiond {
    top: 50%;
    opacity: 1;
  }
  .blog-video {
    width: 100%    !important;
    height: auto   !important;
  }

  .blog-content {
  padding: 40px 40px 50px 25px;
  background: #fff;
}

  .blog-footer .post-btn, .blog-footer .post-meta-data {
    display: inline-block;
  }

  .blog-footer .post-meta-data {
    float: left;
  }

  .blog-footer .post-btn {
    float: right;
  }

  .more-btn {
    color: #3598db;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .more-btn:hover a {
      color: #3598db;
  }

  .modal-body-news .meta-data-news span {
    color: #979494;
    font-size: 15px;
    font-weight: 300;
    padding-right: 30px;
    margin-left: 50px;
    letter-spacing: 0.275px;
    font-family: "Montserrat", sans-serif;
  }
  .meta-data-news time {
     margin-bottom: 20px;
     margin-left: 50px;
     font-size: 20px;
     font-weight: 300;
     color: #787878;
     font-family: "Montserrat", sans-serif;
  }
  .meta-data-news by {
     margin-bottom: 20px;
     margin-left: 50px;
     font-size: 20px;
     font-weight: 300;
     color: #3899da;
     font-family: "Montserrat", sans-serif;
  }

    .modal-body-news img {
      margin-top: 15px;
      margin-bottom: 15px;
      margin-left: 50px;
      width: 60%;
      height: auto;

    }
    .modal-body-news h5 {
       margin-bottom: 20px;
       margin-left: 50px;
       font-size: 30px;
       font-weight: 300;
       color: #3899da;
       font-family: "Montserrat", sans-serif;
    }
    .modal-body-news p1 {
       margin-bottom: 20px;
       margin-left: 50px;
       font-size: 20px;
       font-weight: 250;
       color: #66baf4;
       font-family: "Montserrat", sans-serif;
    }
    .modal-body-news p {
       margin-bottom: 30px;
       margin-left: 50px;
       margin-right: 50px;
       font-size: 25px;
       font-weight: 300;
       color: #787878;
       font-family: "Montserrat", sans-serif;
    }


.post-single.style-one .post-title {
    font-weight: 700;
    line-height: 24px;
    color: #3598db;
    margin-bottom: 25px; }
    .post-single.style-one .post-title:hover a {
      color: #727376; }

.post-meta-data span {
  position: relative;
  color: #a3a3a3;
  font-size: 11px;
  font-weight: 400;
  padding-right: 10px;
  margin-right: 10px;
  letter-spacing: 0.275px;
  font-family: "Montserrat", sans-serif; }

.post-meta-data span.last {
  padding-right: 0px;
  margin-right: 0px; }

.post-meta-data span:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 2px;
  height: 3px;
  width: 3px;
  background: #a3a3a3;
  border-radius: 50%; }

.post-meta-data span.last:after {
  content: none; }

.post-single.style-two {
  margin-bottom: 50px; }
  .post-single.style-two .post-title a {
    font-weight: 700;
    line-height: 30px;
    color: #2e2e2e;
    margin-bottom: 25px; }
    .post-single.style-two .post-title a:hover, .post-single.style-two .post-title a:active, .post-single.style-two .post-title a:focus {
      color: #2e2e2e; }
  .post-single.style-two .blog-content {
    padding: 50px 0; }
  .post-single.style-two .post-meta-data {
    margin-bottom: 20px; }


/*--------------------------------------
	9. Partner Style
----------------------------------------*/
.partners-section {
  padding: 45px;
  background: #ebebeb; }

   #parnar_carousel .item{
     margin: 15px;
   }
    #parnar_carousel .item img{
     display: block;
     width: 100%;
     height: auto;
   }

/*------------------------------------------
	10. Pagination Style
-------------------------------------------*/
.pagination-area .pagination {
  width: 100%;
  margin: 0; }
  .pagination-area .pagination .nav-links .page-numbers {
    font-size: 12px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif; }
  .pagination-area .pagination .nav-links .prev.page-numbers {
    float: left; }
    .pagination-area .pagination .nav-links .prev.page-numbers span {
      padding: 13px 0 13px 35px; }
  .pagination-area .pagination .nav-links .next.page-numbers {
    float: right; }
    .pagination-area .pagination .nav-links .next.page-numbers span {
      padding: 13px 35px 13px 0; }
  .pagination-area .pagination .nav-links .next.page-numbers,
  .pagination-area .pagination .nav-links .prev.page-numbers {
    color: #3598db;
    margin: 0;
    border-bottom: none !important; }
    .pagination-area .pagination .nav-links .next.page-numbers span,
    .pagination-area .pagination .nav-links .prev.page-numbers span {
      background: #f2f2f2;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .pagination-area .pagination .nav-links .next.page-numbers:hover span,
    .pagination-area .pagination .nav-links .prev.page-numbers:hover span {
      background: #eeeeee; }
  .pagination-area .pagination .nav-links .page-numbers {
    padding: 0 10px;
    color: #a7a7a7;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .pagination-area .pagination .nav-links .page-numbers:hover {
      color: #000000;
      border-bottom: 3px solid #3598db; }
  .pagination-area .pagination .nav-links .page-numbers.current {
    color: #000000;
    border-bottom: 3px solid #3598db; }

/*------------------------------------------
	11. Sidebar Style
-------------------------------------------*/
.widget {
  margin-bottom: 100px; }

.widget.last {
  margin-bottom: 0px; }

.widget-title h5 {
  font-size: 15px;
  font-weight: 400;
  color: #2d2d2d;
  margin-bottom: 50px;
  letter-spacing: 0.135px; }

.custom_widget_search .search-form {
  font-size: 0; }
  .custom_widget_search .search-form input[type="text"] {
    height: 50px;
    width: 80%;
    padding-left: 25px;
    background: #e6e7e9;
    border: none;
    font-size: 12px;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .custom_widget_search .search-form input[type="text"]:focus, .custom_widget_search .search-form input[type="text"]:active {
      outline: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .custom_widget_search .search-form input[type="submit"] {
    height: 50px;
    width: 50px;
    border: none;
    margin-top: -1px;
    font-size: 13px;
    background-color: #3598db;
    background-image: url(../images/misc/10.png);
    background-repeat: no-repeat;
    background-position: center center; }
    .custom_widget_search .search-form input[type="submit"]:focus, .custom_widget_search .search-form input[type="submit"]:active {
      outline: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }

.widget_categories ul li {
  line-height: 40px;
  font-size: 13px;
  border-bottom: 1px solid #e1e1e1; }
  .widget_categories ul li:hover a, .widget_categories ul li:hover span {
    color: #3598db; }
  .widget_categories ul li:last-child {
    border-bottom: none; }

.widget_categories ul li a {
  float: left;
  color: #878787;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.widget_categories ul li span {
  float: right;
  color: #878787;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.widget_recent_post ul li .widget-img {
  float: left; }

.widget_recent_post ul li {
  display: table;
  margin-bottom: 20px; }

.widget_recent_post .widget-content {
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle; }
  .widget_recent_post .widget-content h5 a {
    font-size: 16px;
    line-height: 24px;
    color: #2d2d2d; }
  .widget_recent_post .widget-content span {
    font-size: 11px;
    color: #a1a3a5; }

.widget_popular_tag ul {
  font-size: 0; }
  .widget_popular_tag ul li {
    height: 30px;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #dddddd;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .widget_popular_tag ul li:hover {
      background: #3598db; }
    .widget_popular_tag ul li:hover a {
      color: #fff; }
    .widget_popular_tag ul li a {
      padding-left: 13px;
      padding-right: 13px;
      color: #a1a3a5;
      font-size: 11px;
      line-height: 30px;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }

/*-------------------------
        Style the tab
-------------------------*/

      .tab {
        overflow: hidden;
        border: 1px solid #ccc;
        background-color: #f1f1f1;
      }

      /* Style the buttons that are used to open the tab content */
      .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
      }

      /* Change background color of buttons on hover */
      .tab button:hover {
        background-color: #ddd;
      }

      /* Create an active/current tablink class */
      .tab button.active {
        background-color: #3598db;
        color: #fff;
      }

      /* Style the tab content */
      .tabcontent {
        display: none;
        padding: 6px 12px;
        border: 1px solid #ccc;
        border-top: none;
      }

      .tabcontent {
        animation: fadeEffect 1s; /* Fading effect takes 1 second */
      }

      /* Go from zero to full opacity */
      @keyframes fadeEffect {
        from {opacity: 0;}
        to {opacity: 1;}
      }

/*-------------------------
	12. single Style
-------------------------*/
.single-page-padding {
  padding: 95px 0 150px 0; }

.single-blog-post .post-entry {
  padding-top: 50px; }

.single-blog-post .custom-highlighter-one {
  font-size: 13px;
  line-height: 28px;
  font-weight: 600;
  color: #545454; }

.single-blog-post .custom-highlighter-two {
  font-weight: 300; }

.single-blog-post p {
  font-size: 13px;
  line-height: 28px;
  color: #818181; }

.single-blog-post ul {
  margin-left: 40px; }
  .single-blog-post ul li {
    font-size: 13px;
    line-height: 28px;
    color: #818181;
    font-weight: 300; }
    .single-blog-post ul li span {
      margin-right: 10px; }

.single-blog-post blockquote {
  padding: 40px 40px 50px 55px;
  background: #f6f6f6;
  margin-top: 60px;
  margin-bottom: 70px;
  border-left: 8px solid #727070; }
  .single-blog-post blockquote p {
    font-size: 15px;
    font-style: italic;
    line-height: 28px;
    letter-spacing: 0.135px;
    color: #818181;
    position: relative; }
    .single-blog-post blockquote p:after {
      content: "\f10e";
      position: absolute;
      right: 0px;
      top: 15px;
      font-size: 72px;
      color: rgba(129, 129, 129, 0.15);
      font-family: FontAwesome; }

.post-share-area {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1; }
  .post-share-area .widget_popular_tag > h6,
  .post-share-area .share-social-icon > h6,
  .post-share-area .widget_popular_tag ul,
  .post-share-area .share-social-icon ul {
    display: inline-block; }
  .post-share-area .widget_popular_tag > h6,
  .post-share-area .share-social-icon > h6 {
    font-size: 12px;
    color: #000000;
    margin-right: 5px;
    letter-spacing: 0.135px; }
  .post-share-area .share-social-icon {
    margin-top: 20px; }
  .post-share-area .share-social-icon ul li {
    margin: 0 7px;
    font-size: 13px;
    color: #000000;
    display: inline-block; }

.single-post-author {
  background: #f6f6f6;
  margin-top: 35px; }

  .single-post-author .post-author-thumb {
    float: left; }
  .single-post-author .post-author-info {
    padding: 50px 50px 50px 220px; }
    .single-post-author .post-author-info h5 {
      color: #2e2e2e; }
    .single-post-author .post-author-info p {
      margin-bottom: 0;
      margin-top: 30px;
      color: #787878;
      font-family: "Montserrat", sans-serif; }

  .single-post-author .post-author-info-left {
    padding: 50px 50px 50px 50px; }
   .single-post-author .post-author-thumb-right {
     float: right; }
    .single-post-author .post-author-info-left h5 {
      color: #2e2e2e; }
    .single-post-author .post-author-info-left p {
      margin-bottom: 0;
      margin-top: 30px;
      color: #787878;
      font-family: "Montserrat", sans-serif; }


.related-post {
  margin-top: 35px;
  padding-top: 40px;
  border-top: 1px solid #e1e1e1; }

.related-post .post-single.style-two .blog-content {
  padding: 30px 0; }

.related-post-title {
  margin-bottom: 35px;
  font-size: 15px;
  color: #3598db;
  latter-spacing: 0.135px; }

.comment-list ul li {
  margin-bottom: 45px; }
  .comment-list ul li:last-child {
    margin-bottom: 0; }

.comment-list .media-body {
  padding: 30px 40px 30px 40px;
  background: #f6f6f6; }
  .comment-list .media-body .comment-info h5 a {
    font-size: 14px;
    color: #000000;
    margin-bottom: 30px; }
  .comment-list .media-body .comment-info p {
    margin-bottom: 40px; }
  .comment-list .media-body .comment-details .divider {
    margin: 0 7px; }

.comment-form-area {
  margin-top: 150px; }
  .comment-form-area .form-heading h4 {
    font-size: 15px;
    color: #2d2d2d;
    margin-bottom: 5px; }
  .comment-form-area .form-heading p {
    font-size: 13px;
    color: #858585; }
  .comment-form-area .comment-form input[type="text"]:focus,
  .comment-form-area .comment-form input[type="email"]:focus,
  .comment-form-area .comment-form textarea:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .comment-form-area .comment-form input[type="text"] {
    margin-right: 40px; }
  .comment-form-area .comment-form input[type="text"], .comment-form-area .comment-form input[type="email"] {
    width: 47%;
    height: 45px;
    padding-left: 25px;
    margin-bottom: 30px;
    border: 1px solid #e7e7e7; }
  .comment-form-area .comment-form textarea {
    width: 100%;
    padding-left: 25px;
    padding-top: 25px;
    display: block;
    resize: none;
    margin-bottom: 30px;
    border: 1px solid #e7e7e7; }
  .comment-form-area .comment-form .comment-btn .btn-common {
    height: 55px;
    line-height: 55px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Montserrat", sans-serif; }
    .comment-form-area .comment-form .comment-btn .btn-common:focus {
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none; }

 .comment-list .media-left {
   float: left;
   padding-right: 30px;
   }

.comment-thumb-left img {
  float: left;
  border: 3px solid #3598db;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  margin-top: 30px;
  margin-left: 15px;
}
.comment-list .media-right {
  float: right;
  padding-right: 30px;
  }
.comment-thumb-right img {
  float: right;
  border: 3px solid #3598db;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  margin-top: 30px;
  margin-right: 15px;
}

/*-------------------------
13. Segment Style
-------------------------*/
.single-segment {
  background: #f6f6f6;
  margin-top: 35px;
}

  .single-segment .segment-thumb-odd {
    margin-top: 15px;
    margin-left: 15px;
    float: left;
  }
  .single-segment .segment-info-odd {
    padding: 50px 50px 50px 75px; }
    .single-segment .segment-info-odd h5 {
      font-size: 22px;
      font-weight: 600;
      color: #3598db;
    }
    .single-segment .segment-info-odd p {
      margin-bottom: 0;
      margin-top: 30px;
      font-size: 20px;
      font-weight: 400;
      color: #787878;
      font-family: "Montserrat", sans-serif;
    }
    .single-segment .segment-info-odd img {
       width: 50%;
       height: auto;
       float:  left;
    }
    .single-segment .segment-info-odd-grade img {
      width: 80px;
       height: 80px;
       float:  left;
    }
    .single-segment .segment-info-odd-diff img {
       width: 20%;
       height: auto;
       float:  left;
    }
    .single-segment .segment-info-odd p3 {
       margin-bottom: 30px;
       margin-top: 0;
       font-size: 20px;
       font-weight: 300;
       color: #787878;
       font-family: "Montserrat", sans-serif;
       float:  right;
    }
    .single-segment .segment-info-odd p4 {
       margin-bottom: 30px;
       margin-top: 0;
       font-size: 20px;
       font-weight: 300;
       color: #787878;
       font-family: "Montserrat", sans-serif;
       float:  right;

    }
    .single-segment .segment-info-odd span.a {
       display: inline;
       float:  left;

    }
    .single-segment .segment-info-odd button {
       background-color: #3598db;
       color: #fff;
       border: none;
       position: relative;
       right: -10px;
       padding: 0 20px;
       font-size: 20px;
       line-height: 28px;
       float:  right;
       font-family: "Montserrat", sans-serif;
       -webkit-transition: all 0.3s ease-in;
       -o-transition: all 0.3s ease-in;
       transition: all 0.3s ease-in;

    }


  .single-segment .segment-thumb-even {
     margin-top: 15px;
     margin-right: 15px;
     float: right;
   }
  .single-segment .segment-info-even {
    padding: 50px 75px 50px 50px;
  }
    .single-segment .segment-info-even h5 {
      font-size: 22px;
      font-weight: 600;
      color: #3598db;
    }
    .single-segment .segment-info-even p {
      margin-bottom: 0;
      margin-top: 30px;
      font-size: 20px;
      font-weight: 400;
      color: #787878;
      font-family: "Montserrat", sans-serif;
    }
    .single-segment .segment-info-even img {
       width: 50%;
       height: auto;
       float:  right;
    }
    .single-segment .segment-info-even-grade img {
       width: 80px;
       height: 80px;
       float:  right;
    }
    .single-segment .segment-info-even-diff img {
       width: 20%;
       height: auto;
       float:  right;
    }
    .single-segment .segment-info-even p3 {
       margin-bottom: 30px;
       margin-top: 0;
       font-size: 20px;
       font-weight: 300;
       color: #787878;
       font-family: "Montserrat", sans-serif;
       float:  left;
    }
    .single-segment .segment-info-even p4 {
       margin-bottom: 30px;
       margin-top: 0;
       font-size: 20px;
       font-weight: 300;
       color: #787878;
       font-family: "Montserrat", sans-serif;
       float:  left;
       left: 10px;

    }
    .single-segment .segment-info-even span.a {
       display: inline;
       float:  right;

    }
    .single-segment .segment-info-even button {
        background-color: #3598db;
        color: #fff;
        border: none;
        position: relative;
        right: 10px;
        padding: 0 20px;
        font-size: 20px;
        line-height: 28px;
        float:  left;
        font-family: "Montserrat", sans-serif;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .modal-body img {
       width: 50%;
       height: auto;

    }
    .modal-body p3 {
       margin-bottom: 30px;
       margin-left: 30px;
       font-size: 20px;
       font-weight: 300;
       color: #787878;
       font-family: "Montserrat", sans-serif;
    }
  .radio-toolbar {
    margin: 10px;
  }

  .radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
  }

  .radio-toolbar label {
      display: inline-block;
      background-color: #ddd;
      padding: 10px 20px;
      font-family: sans-serif, Arial;
      font-size: 16px;
      border: 2px solid #999;
      border-radius: 4px;
  }

  .radio-toolbar label:hover {
    background-color: #6bf;
  }

  .radio-toolbar input[type="radio"]:focus + label {
      border: 2px dashed #999;
  }

  .radio-toolbar input[type="radio"]:checked + label {
      background-color: #6bf;
      border-color: #058;
  }

    .modal-footer button {
      background-color: #39d;
      color: #fff;
      border: none;
      padding: 0, 20px;
      margin-right: 30px;
      font-size: 20px;
      line-height: 28px;
      float:  right;
      font-family: "Montserrat", sans-serif;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
    }



/*-------------------------
	13. Footer Style
-------------------------*/
.footer {
  padding: 125px 0 70px 0;
  background: url(../images/bg/2.jpg) center center;
  background-size: cover; }

.footer-widget .widget-title {
  margin-bottom: 60px; }
  .footer-widget .widget-title h5 {
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.1444px; }

.footer-widget ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .footer-widget ul li a {
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    font-family: "Open Sans", sans-serif; }

.footer-middle {
  margin-top: 90px; }
  .footer-middle .subscribe-form {
    margin-top: 45px; }
  .footer-middle .subscribe-form input[type="email"] {
    width: 70%;
    height: 40px;
    border: none;
    padding-left: 20px;
    font-family: "Open Sans", sans-serif; }
  .footer-middle .subscribe-form input[type="submit"].contact-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    height: 40px;
    line-height: 40px; }
  .footer-middle .subscribe-form input[type="email"]:focus,
  .footer-middle .subscribe-form input[type="email"]:active,
  .footer-middle .subscribe-form input[type="submit"]:focus,
  .footer-middle .subscribe-form input[type="submit"]:active {
    out-line: 0; }

.footer-social h6 {
  font-size: 15px;
  letter-spacing: 0.135px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
  color: #fff; }

.footer-social ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .footer-social ul li {
    font-size: 36px;
    display: inline-block;
    margin-right: 15px; }
  .footer-social ul li a {
    color: #fff; }

.footer-sub-middle {
  margin-top: 80px; }
  .footer-sub-middle .address-text i.fa {
    float: left;
    margin-right: 20px;
    color: #b5b5b5; }
  .footer-sub-middle .address-text p {
    float: left;
    width: 80%;
    font-size: 13px;
    line-height: 20px;
    margin-top: -5px;
    color: #b5b5b5; }
  .footer-sub-middle .footer-logo {
    margin-top: -10px; }

.footer-bottom {
  margin-top: 30px; }

.copyright p {
  font-size: 13px;
  color: #b5b5b5; }
  .copyright p a {
    color: #b5b5b5; }
/*------------------------------------
      13.5. map Style
    --------------------------------------*/

.map {
 width: 100%;
 height: 1000px;
}
/*------------------------------------
  13.7. gallery Style
--------------------------------------*/

.photo-gallery {
  color:#313437;
  background-color:#fff;
  margin-top: 30px;
}

.photo-gallery p {
  font-size: 20px;
   font-weight: 300;
   color: #787878;
   font-family: "Montserrat", sans-serif;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}

/*---------------#Status Alert--------------- */

  #dialogoverlay{
    display: none;
    opacity: .8;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #707070;
    width: 100%;
    z-index: 10;
  }

  #dialogbox{
    display: none;
    position: fixed;
    background: rgb(255, 255, 255);
    border-radius:7px;
    box-shadow: 0 4px 8px 0 rgba(100, 100, 100, 1);
    transition: 0.3s;
    width: 40%;
    z-index: 10;
    top: 400;
    left: 30%;
    right: 50%;

  }

  #dialogbox:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.911);
  }

  .container {
    padding: 2px 16px;
  }

  .pure-material-button-contained {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    padding: 0 16px;
    min-width: 64px;
    height: 36px;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
    /*background-color: rgb(var(--pure-material-primary-rgb, 0, 77, 70));*/
    background-color: rgb(1, 47, 61)
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    transition: box-shadow 0.2s;
  }

  .pure-material-button-contained::-moz-focus-inner {
    border: none;
  }

  /* ---------------Overlay--------------- */

  .pure-material-button-contained::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
    opacity: 0;
    transition: opacity 0.2s;
  }

  /* Ripple */
  .pure-material-button-contained::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px; /* Safari */
    height: 32px; /* Safari */
    background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
  }

  /* Hover, Focus */
  .pure-material-button-contained:hover,
  .pure-material-button-contained:focus {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }

  .pure-material-button-contained:hover::before {
    opacity: 0.08;
  }

  .pure-material-button-contained:focus::before {
    opacity: 0.24;
  }

  .pure-material-button-contained:hover:focus::before {
    opacity: 0.3;
  }

  /* Active */
  .pure-material-button-contained:active {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  }

  .pure-material-button-contained:active::after {
    opacity: 0.32;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0s;
  }

  /* Disabled */
  .pure-material-button-contained:disabled {
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.12);
    box-shadow: none;
    cursor: initial;
  }

  .pure-material-button-contained:disabled::before {
    opacity: 0;
  }

  .pure-material-button-contained:disabled::after {
    opacity: 0;
  }

  #dialogbox > div{
    background:#FFF;
    margin:8px;
  }

  #dialogbox > div > #dialogboxhead{
    background: rgb(4, 81, 133);
    font-size:28px;
    padding:10px;
    color:rgb(255, 255, 255);
    font-family: Verdana, Geneva, Tahoma, sans-serif ;
  }

  #dialogbox > div > #dialogboxbody > p{
    background:rgb(102, 187, 244);
    font-size:24px;
    padding:20px;
    color:rgb(255, 255, 255);
    font-family: Verdana, Geneva, Tahoma, sans-serif ;
  }


  #dialogbox > div > #dialogboxfoot{
    background: rgb(4, 81, 133);
    padding:10px;
    text-align:right;
  }

  .showalert button {
      background-color: #3598db;
      color: #fff;
      border: none;
      padding: 0 10px;
      margin-top: 10px;
      font-size: 20px;
      line-height: 28px;
      float:  center: "Montserrat", sans-serif;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
  }

  /*#end status Alert*/


@media screen and (max-width: 320px) {
    .slider-content {
      margin-top: 15px;
    }
    .slider-content h2 {
      font-size: 20px;
      line-height: 25px;
    }
    .slider-content h3 {
      font-size: 8px;
      margin-top: 0px;
    }
    .slider-content .btn-common {
      margin-top: 0;
     }
    .blog-content {
      padding: 40px 25px 50px 25px;
      background: #fff;
    }
    .map {
       width: 300px;
       height: 500px;
     }

     /*---------------#Status Alert--------------- */

        #dialogoverlay{
          display: none;
          opacity: .8;
          position: absolute;
          top: 0px;
          left: 0px;
          background: #707070;
          width: 100%;
          z-index: 10;
        }

        #dialogbox{
          display: none;
          position: fixe;
          background: rgb(255, 255, 255);
          border-radius:7px;
          box-shadow: 0 4px 8px 0 rgba(100, 100, 100, 1);
          transition: 0.3s;
          width: 99%;
          z-index: 10;
          top: 50;
          left: 0;
          right: 0;

        }

        #dialogbox:hover {
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.911);
        }


        #dialogbox > div{
          background:#FFF;
          margin:8px;
        }

        #dialogbox > div > #dialogboxhead{
          background: rgb(4, 81, 133);
          font-size:15px;
          padding:5px;
          color:rgb(255, 255, 255);
          font-family: Verdana, Geneva, Tahoma, sans-serif ;
        }

        #dialogbox > div > #dialogboxbody > p{
          background:rgb(102, 187, 244);
          font-size:12px;
          padding:10px;
          color:rgb(255, 255, 255);
          font-family: Verdana, Geneva, Tahoma, sans-serif ;
        }


        #dialogbox > div > #dialogboxfoot{
          background: rgb(4, 81, 133);
          padding:5px;
          text-align:right;
        }

        .showalert button {
            background-color: #3598db;
            color: #fff;
            border: none;
            padding: 0 10px;
            margin-top: 10px;
            font-size: 15px;
            line-height: 28px;
            float:  center: "Montserrat", sans-serif;
            -webkit-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

        /*#end status Alert*/

     }

  }

/*------------------------------------
    13.5 timeline Style
  --------------------------------------*/




/*------------------------------------
	14. Responsive Style
--------------------------------------*/
@media screen and (max-width: 1366px) {
  #slider_one .owl-controls .owl-nav .owl-next {
    right: 45px; }
  #slider_one .owl-controls .owl-nav .owl-prev {
    left: 45px; }
}

@media only screen and (max-width: 1024px) {
  .preloader {
    display: none !important;
  }

}

@media screen and (max-width: 1024px) {
  .slider-content {
    text-align: center; }
  #slider_one .owl-controls .owl-nav .owl-prev {
    left: 45px; }
  #slider_one .owl-controls .owl-nav .owl-next {
    right: 45px; }
  .blog-footer .post-meta-data,
  .blog-footer .post-btn {
    float: none; }
  .blog-footer .post-meta-data {
    margin-bottom: 30px; }
  .catagory-outer-img {
    display: none; }
  .product-details-area {
    text-align: center; }
    .product-details-area .catagory-inner-img img {
      position: center;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px;
      height: 200px;
      width: 200px;
     }

  .product-catagory-content .tab-pane {
    padding: 90px 100px 90px 100px; }
  .product-catagory-nav.nav.nav-pills {
    margin-top: 0; }
  .product-catagory-nav.nav-pills > li {
    margin-right: 45px; }
  .footer-middle .subscribe-form input[type="email"] {
    width: 65%; }
  .footer-sub-middle .address-text i.fa {
    margin-right: 10px; }
  .slider-content h3 {
    font-size: 20px; }
  .slider-content .btn-common {
    margin-top: 15px; }
  .about-content {
    padding: 0 0; }
  .post-single {
    margin-bottom: 30px; }
  .post-single.last {
    margin-bottom: 0; }
  .blog-footer .post-btn,
  .blog-footer .post-meta-data {
    display: block; }
  .custom_widget_search .search-form input[type="text"] {
    width: 70%;
  }

  .map {
    width: 1000px;
    height: 900px;
   }
 }
@media screen and (max-width: 768px) {
  .slider-content {
    top: 38%; }
  .slider-content h2 {
    font-size: 40px;
    line-height: 40px; }
  .slider-content {
    margin-top: 35px; }
  .slider-content h3 {
    font-size: 20px; }
  .slider-content .btn-common {
    margin-top: 15px; }
  .post-single {
    margin-bottom: 30px; }
  .post-single.last {
    margin-bottom: 0; }
  .blog-footer .post-btn,
  .blog-footer .post-meta-data {
    display: block; }
  .product-catagory-nav.nav-pills > li {
    margin-right: 0; }
  .partners-section {
    overflow-x: hidden; }
  .footer-middle,
  .footer-sub-middle,
  .footer-bottom {
    text-align: center; }
  .footer-social {
    margin-top: 20px; }
  .footer-sub-middle {
    margin-top: 55px; }
  .footer-sub-middle .address-text p {
    width: 100%;
    float: none; }
  .footer-sub-middle .address-text i.fa {
    display: none; }
  .sidebar {
    margin-top: 80px; }
  .widget.last {
    margin-bottom: 0; }
  .navbar-default.navbar-fixed-top,
  .navbar-default.navbar-fixed-top.fixed-menu {
    background: rgba(47, 47, 45, 0.89);
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid transparent; }
  .slider-wrap,
  .sub-header {
    margin-top: 91px; }
  .product-details-area .catagory-inner-img img {
      position: center;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px;
      height: 200px;
      width: 200px;

     }
  .map {
       width: 700px;
       height: 600px;
      }
  }

@media screen and (max-width: 736px) {
  .navbar-default .sub-menu li {
    background: transparent; }
  .product-catagory .catagory-outer-img img {
    position: center;}
  .product-details-area .catagory-inner-img img {
    position: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    height: 200px;
    width: 200px;

   }
  .footer-top {
    text-align: center; }
  .footer-widget .widget-title {
    margin-bottom: 25px; }
  .footer-wdget-title h5 {
    margin-bottom: 0; }
  .footer-widget {
    margin-bottom: 50px; }
  .footer-middle, .footer-middle .subscribe-form {
    margin-top: 0; }
  #slider_one .owl-controls .owl-nav .owl-prev {
    left: 10px; }
  #slider_one .owl-controls .owl-nav .owl-next {
    right: 10px; }
  .about-section {
    background-size: cover; }
  .about-content {
    margin-bottom: 50px; }
  .gallary-filter-button button {
    padding: 0px 10px;
    margin-bottom: 10px; } }

@media screen and (max-width: 667px) {
  #slider_one .owl-dots {
    display: none !important; }
  #slider_one .owl-controls .owl-nav .owl-prev,
  #slider_one .owl-controls .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 20px; }

 .product-details-area .catagory-inner-img img {
    display: none !important; }
   }

@media screen and (min-width: 667px) and (max-width: 736px) {
  .product-catagory .catagory-outer-img img {
    position: center;}
   .product-details-area .catagory-inner-img img {
      display: none !important; }

  .gallary-item-content h4 a {
    font-size: 15px; }
  .gallary-item-content h3 {
    font-size: 25px; }
  #gallary_grid .gallary-item-content {
    bottom: 25px; }
  #gallary_grid .grid-item:hover .gallary-item-content {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  .product-catagory-nav.nav.nav-pills li > a {
    padding: 35px 20px 0px 25px; }
  .comment-form-area .comment-form input[type="text"] {
    margin-right: 20px; } }


@media screen and (max-width: 586px) {
    #gallary_grid .grid-item {
      width: 100%;
      margin-bottom: 0;
     }
    #gallary_grid .grid-item.W2 {
      width: 100%; }
    .product-catagory-nav.nav-pills > li {
      margin-bottom: 20px;
      float: none;
      display: inline-block;
    }
    .product-details-area .catagory-inner-img img {
      position: center;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px;
      height: 200px;
      width: 200px;

     }
    .product-catagory-content .tab-pane h3 {
      line-height: 30px;
    }
    .section-title-area br {
      display: none;
     }
    .section-title-area h3 {
      line-height: 30px;
    }
    .product-catagory-content .tab-pane {
      padding: 75px 0;
     }
    .product-catagory-nav.nav.nav-pills li > a:before {
      top: 12px;
      left: 0;
      right: 0;
    }
    .nav-pills > li + li {
      margin-left: 0;
    }
    .product-catagory-nav.nav.nav-pills li > a:before {
      display: none;
    }
    .product-catagory-nav.nav.nav-pills li > a {
      padding: 10px 15px;
    }
    .product-catagory-nav.nav.nav-pills:before {
      content: none;
    }
    .product-catagory-nav.nav.nav-pills {
      text-align: center;
    }
    .footer {
      padding-top: 80px;
      padding-bottom: 50px;
    }

    /*-------------------------
    13. Segment Style
    -------------------------*/
    .single-segment {
      background: #f6f6f6;
      margin-top: 35px; }

      .single-segment .segment-thumb-odd {
        margin-top: 15px;
        margin-left: 15px;
        float: center;
      }
      .single-segment .segment-info-odd {
        padding: 50px 75px 50px 50px;
       }
        .single-segment .segment-info-odd h5 {
          font-size: 22px;
          font-weight: 600;
          color: #3598db;
        }
        .single-segment .segment-info-odd p {
          margin-bottom: 0;
          margin-top: 30px;
          font-size: 20px;
          font-weight: 400;
          color: #787878;
          font-family: "Montserrat", sans-serif;
        }
        .single-segment .segment-info-odd img {
           width: 40%;
           height: auto;
           float:  center;
        }
        .single-segment .segment-info-odd-diff img {
           width: 20%;
           height: auto;
           float:  center;
        }
        .single-segment .segment-info-odd p3 {
           margin-bottom: 30px;
           margin-top: 0;
           font-size: 20px;
           font-weight: 300;
           color: #787878;
           font-family: "Montserrat", sans-serif;
           float:  center;
        }
        .single-segment .segment-info-odd p4 {
           margin-bottom: 30px;
           margin-top: 0;
           font-size: 20px;
           font-weight: 300;
           color: #787878;
           font-family: "Montserrat", sans-serif;
           float:  center;
        }
        .single-segment .segment-info-odd span.a {
           display: inline;
           float:  center;
           padding-bottom: 20px;
        }
        .single-segment .segment-info-odd button {
           background-color: #3598db;
           color: #fff;
           border: none;
           position: relative;
           left: -10px;
           padding: 0 20px;
           font-size: 20px;
           line-height: 28px;
           float:  center;
           font-family: "Montserrat", sans-serif;
           -webkit-transition: all 0.3s ease-in;
           -o-transition: all 0.3s ease-in;
           transition: all 0.3s ease-in;

        }


      .single-segment .segment-thumb-even {
         margin-top: 15px;
         margin-right: 15px;
         float: center;
       }
      .single-segment .segment-info-even {
        padding: 50px 75px 50px 50px;
      }
        .single-segment .segment-info-even h5 {
          font-size: 22px;
          font-weight: 600;
          color: #3598db;
        }
        .single-segment .segment-info-even p {
          margin-bottom: 0;
          margin-top: 30px;
          font-size: 20px;
          font-weight: 400;
          color: #787878;
          font-family: "Montserrat", sans-serif;
        }
        .single-segment .segment-info-even img {
           width: 40%;
           height: auto;
           float:  center;
        }
        .single-segment .segment-info-even-diff img {
           width: 20%;
           height: auto;
           float:  center;
        }
        .single-segment .segment-info-even p3 {
           margin-bottom: 30px;
           margin-top: 0;
           font-size: 20px;
           font-weight: 300;
           color: #787878;
           font-family: "Montserrat", sans-serif;
           float:  center;
        }
        .single-segment .segment-info-even p4 {
           margin-bottom: 30px;
           margin-top: 0;
           font-size: 20px;
           font-weight: 300;
           color: #787878;
           font-family: "Montserrat", sans-serif;
           float:  center;
        }
        .single-segment .segment-info-even span.a {
           display: inline;
           float:  center;
           padding-bottom: 20px;
        }
        .single-segment .segment-info-even button {
            background-color: #3598db;
            color: #fff;
            border: none;
            padding: 0 20px;
            font-size: 20px;
            line-height: 28px;
            float:  center: "Montserrat", sans-serif;
            -webkit-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

        .modal-body img {
           width: 50%;
           height: auto;

        }
        .modal-body p3 {
           margin-bottom: 30px;
           margin-left: 30px;
           font-size: 20px;
           font-weight: 300;
           color: #787878;
           font-family: "Montserrat", sans-serif;
        }
      .radio-toolbar {
        margin: 10px;
      }

      .radio-toolbar input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 0;
      }

      .radio-toolbar label {
          display: inline-block;
          background-color: #ddd;
          padding: 10px 20px;
          font-family: sans-serif, Arial;
          font-size: 16px;
          border: 2px solid #999;
          border-radius: 4px;
      }

      .radio-toolbar label:hover {
        background-color: #6bf;
      }

      .radio-toolbar input[type="radio"]:focus + label {
          border: 2px dashed #999;
      }

      .radio-toolbar input[type="radio"]:checked + label {
          background-color: #6bf;
          border-color: #058;
      }

        .modal-footer button {
          background-color: #39d;
          color: #fff;
          border: none;
          padding: 0, 20px;
          margin-right: 30px;
          font-size: 20px;
          line-height: 28px;
          float:  right;
          font-family: "Montserrat", sans-serif;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
        }

  .map {
     width: 455px;
     height: 700px;
   }

  }

    @media screen and (max-width: 414px) {
      .product-details-area .catagory-inner-img img {
       display: none !important; }
      .section-padding {
        padding: 100px 0;
      }
      .section-padding-vlog {
        padding: 50px 0; }
      .gallery-masonry {
        padding-top: 100px;
      }
      .slider-content h3 {
        font-size: 12px;
        margin-top: 10px;
      }
      .slider-content h2 {
        font-size: 25px;
        line-height: 25px;
      }
      .slider-content {
        margin-top: 20px;
      }
      #slider_one .owl-controls .owl-nav .owl-prev {
        left: 5px;
      }
      #slider_one .owl-controls .owl-nav .owl-next {
        right: 5px;
      }
      #gallary_grid .grid-item {
        width: 100%;
      }
      #gallary_grid .grid-item.W2 {
        width: 100%;
      }
      .product-catagory-nav.nav-pills > li {
        margin-bottom: 20px;
      }
      .product-catagory-content .tab-pane {
        padding: 90px 0px 90px 0px;
      }
      .product-catagory-nav.nav.nav-pills li > a:before {
        top: 12px;
        left: 0;
        right: 0;
      }
      .product-catagory-nav.nav.nav-pills:before {
        content: none;
      }
      .footer-middle .subscribe-form input[type="email"] {
        width: 100%;
      }
      .footer-middle .subscribe-form input[type="submit"].contact-btn {
        margin-top: 15px;
      }
      .pagination-area .pagination .nav-links .page-numbers {
        padding: 0 5px;
      }
      .single-post-author .post-author-thumb {
        float: none;
        text-align: center;
       }
      .single-post-author .post-author-thumb img {
        display: inline-block;
      }
      .single-post-author .post-author-info {
        padding: 40px 20px 35px 20px;
        text-align: center;
      }
      .blog-content {
        text-align: center;
      }
      .comment-form-area .comment-form input[type="text"],
      .comment-form-area .comment-form input[type="email"] {
        width: 100%;
       }
      .comment-form-area .comment-form input[type="text"] {
        margin-right: 0;
      }
      .product-catagory-nav.nav.nav-pills li > a {
        padding: 35px 15px 0px 15px;
       }
      .single-blog-post ul {
        margin-left: 0;
      }

      /*-------------------------
      13. Segment Style
      -------------------------*/
      .single-segment {
        background: #f6f6f6;
        margin-top: 35px; }

        .single-segment .segment-thumb-odd {
          margin-top: 15px;
          margin-left: 15px;
          float: center;
        }
        .single-segment .segment-info-odd {
          padding: 50px 50px 50px 50px;
        }
          .single-segment .segment-info-odd h5 {
            font-size: 22px;
            font-weight: 600;
            color: #3598db;
          }
          .single-segment .segment-info-odd p {
            margin-bottom: 0;
            margin-top: 30px;
            font-size: 20px;
            font-weight: 400;
            color: #787878;
            font-family: "Montserrat", sans-serif;
           }
          .single-segment .segment-info-odd img {
             width: 40%;
             height: auto;
             float:  center;
          }
          .single-segment .segment-info-odd-diff img {
             width: 40%;
             height: auto;
             float:  center;
          }
          .single-segment .segment-info-odd p3 {
             margin-bottom: 30px;
             margin-top: 0;
             font-size: 20px;
             font-weight: 300;
             color: #787878;
             font-family: "Montserrat", sans-serif;
             float:  center;
          }
          .single-segment .segment-info-odd p4 {
             margin-bottom: 30px;
             margin-top: 0;
             font-size: 17px;
             font-weight: 200;
             color: #787878;
             font-family: "Montserrat", sans-serif;
             float:  center;
          }
          .single-segment .segment-info-odd span.a {
             display: inline-block;
             float:  center;


          }
          .single-segment .segment-info-odd button {
             background-color: #3598db;
             color: #fff;
             border: none;
             position: relative;
             left: -10px;
             padding: 0 20px;
             font-size: 20px;
             line-height: 28px;
             float:  center;
             font-family: "Montserrat", sans-serif;
             -webkit-transition: all 0.3s ease-in;
             -o-transition: all 0.3s ease-in;
             transition: all 0.3s ease-in;

          }


        .single-segment .segment-thumb-even {
           margin-top: 15px;
           margin-right: 15px;
           float: center;
         }
        .single-segment .segment-info-even {
         padding: 50px 50px 50px 50px;
        }
          .single-segment .segment-info-even h5 {
            font-size: 22px;
            font-weight: 600;
            color: #3598db;
          }
          .single-segment .segment-info-even p {
            margin-bottom: 0;
            margin-top: 30px;
            font-size: 20px;
            font-weight: 400;
            color: #787878;
            font-family: "Montserrat", sans-serif; }
          .single-segment .segment-info-even img {
             width: 40%;
             height: auto;
             float:  center;
          }
          .single-segment .segment-info-even-diff img {
             width: 40%;
             height: auto;
             float:  center;
          }
          .single-segment .segment-info-even p3 {
             margin-bottom: 30px;
             margin-top: 0;
             font-size: 20px;
             font-weight: 300;
             color: #787878;
             font-family: "Montserrat", sans-serif;
             float:  center;
          }
          .single-segment .segment-info-even p4 {
             margin-bottom: 30px;
             margin-top: 0;
             font-size: 17px;
             font-weight: 200;
             color: #787878;
             font-family: "Montserrat", sans-serif;
             float:  center;
          }
          .single-segment .segment-info-even span.a {
             display: inline;
             float:  center;

          }
          .single-segment .segment-info-even button {
              background-color: #3598db;
              color: #fff;
              border: none;
              padding: 0 20px;
              font-size: 20px;
              line-height: 28px;
              float:  center;
              font-family: "Montserrat", sans-serif;
              -webkit-transition: all 0.3s ease-in;
              -o-transition: all 0.3s ease-in;
              transition: all 0.3s ease-in;
          }

          .modal-body img {
             width: 50%;
             height: auto;

          }
          .modal-body p3 {
             margin-bottom: 30px;
             margin-left: 30px;
             font-size: 20px;
             font-weight: 300;
             color: #787878;
             font-family: "Montserrat", sans-serif;
          }
        .radio-toolbar {
          margin: 10px;
        }

        .radio-toolbar input[type="radio"] {
          opacity: 0;
          position: fixed;
          width: 0;
        }

        .radio-toolbar label {
            display: inline-block;
            background-color: #ddd;
            padding: 10px 20px;
            font-family: sans-serif, Arial;
            font-size: 16px;
            border: 2px solid #999;
            border-radius: 4px;
        }

        .radio-toolbar label:hover {
          background-color: #6bf;
        }

        .radio-toolbar input[type="radio"]:focus + label {
            border: 2px dashed #999;
        }

        .radio-toolbar input[type="radio"]:checked + label {
            background-color: #6bf;
            border-color: #058;
        }

          .modal-footer button {
            background-color: #39d;
            color: #fff;
            border: none;
            padding: 0, 20px;
            margin-right: 30px;
            font-size: 20px;
            line-height: 28px;
            float:  right;
            font-family: "Montserrat", sans-serif;
            -webkit-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
          }
    .map {
         width: 375px;
         height: 640px;
       }

       /*---------------#Status Alert--------------- */

       #dialogoverlay{
         display: none;
         opacity: .8;
         position: absolute;
         top: 0px;
         left: 0px;
         background: #707070;
         width: 100%;
         z-index: 10;
       }

       #dialogbox{
         display: none;
         position: fixed;
         background: rgb(255, 255, 255);
         border-radius:7px;
         box-shadow: 0 4px 8px 0 rgba(100, 100, 100, 1);
         transition: 0.3s;
         width: 80%;
         z-index: 10;
         margin-bottom: 200px;
         left: 10%;
         right: 30%;

       }

       #dialogbox:hover {
         box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.911);
       }


       #dialogbox > div{
         background:#FFF;
         margin:8px;
       }

       #dialogbox > div > #dialogboxhead{
         background: rgb(4, 81, 133);
         font-size:22px;
         padding:10px;
         color:rgb(255, 255, 255);
         font-family: Verdana, Geneva, Tahoma, sans-serif ;
       }

       #dialogbox > div > #dialogboxbody > p{
         background:rgb(102, 187, 244);
         font-size:17px;
         padding:20px;
         color:rgb(255, 255, 255);
         font-family: Verdana, Geneva, Tahoma, sans-serif ;
       }


       #dialogbox > div > #dialogboxfoot{
         background: rgb(4, 81, 133);
         padding:10px;
         text-align:right;
       }

       .showalert button {
           background-color: #3598db;
           color: #fff;
           border: none;
           padding: 0 10px;
           margin-top: 10px;
           font-size: 15px;
           line-height: 28px;
           float:  center: "Montserrat", sans-serif;
           -webkit-transition: all 0.3s ease-in;
           -o-transition: all 0.3s ease-in;
           transition: all 0.3s ease-in;
       }

       /*#end status Alert*/

    }

@media screen and (max-width: 375px) {
    .comment-list .media-left {
      float: none;
      padding-right: 0px;
      display: block;
      margin-bottom: 20px;
    }

    .product-details-area .catagory-inner-img img {
       position: relative;
       bottom: 400px;
       top:  1px;
       left: 5px;
       border-radius: 50%;

    }
    /*-------------------------
    13. Segment Style
    -------------------------*/
    .single-segment {
      background: #f6f6f6;
      margin-top: 35px;
    }

      .single-segment .segment-thumb-odd {
        margin-top: 15px;
        margin-left: 15px;
        float: center;
      }
        .single-segment .segment-info-odd {
         padding: 50px 50px 50px 50px;
        }
        .single-segment .segment-info-odd h5 {
          font-size: 22px;
          font-weight: 600;
          color: #3598db;
        }
        .single-segment .segment-info-odd p {
          margin-bottom: 0;
          margin-top: 30px;
          font-size: 20px;
          font-weight: 400;
          color: #787878;
          font-family: "Montserrat", sans-serif;
        }
        .single-segment .segment-info-odd img {
           width: 40%;
           height: auto;
           float:  center;
        }
        .single-segment .segment-info-odd-diff img {
           width: 40%;
           height: auto;
           float:  center;
        }
        .single-segment .segment-info-odd p3 {
           margin-bottom: 30px;
           margin-top: 0;
           font-size: 20px;
           font-weight: 300;
           color: #787878;
           font-family: "Montserrat", sans-serif;
           float:  center;
        }
        .single-segment .segment-info-odd p4 {
           margin-bottom: 30px;
           margin-top: 0;
           font-size: 20px;
           font-weight: 300;
           color: #787878;
           font-family: "Montserrat", sans-serif;
           float:  center;
        }
        .single-segment .segment-info-odd span.a {
           display: inline-block;
           float:  center;


        }
        .single-segment .segment-info-odd button {
           background-color: #3598db;
           color: #fff;
           border: none;
           position: relative;
           left: -10px;
           padding: 0 20px;
           font-size: 20px;
           line-height: 28px;
           float:  center;
           font-family: "Montserrat", sans-serif;
           -webkit-transition: all 0.3s ease-in;
           -o-transition: all 0.3s ease-in;
           transition: all 0.3s ease-in;

        }


      .single-segment .segment-thumb-even {
         margin-top: 15px;
         margin-right: 15px;
         float: center;
       }
      .single-segment .segment-info-even {
        padding: 50px 50px 50px 50px;
      }
        .single-segment .segment-info-even h5 {
          font-size: 22px;
          font-weight: 600;
          color: #3598db;
        }
        .single-segment .segment-info-even p {
          margin-bottom: 0;
          margin-top: 30px;
          font-size: 20px;
          font-weight: 400;
          color: #787878;
          font-family: "Montserrat", sans-serif; }
        .single-segment .segment-info-even img {
           width: 40%;
           height: auto;
           float:  center;
        }
        .single-segment .segment-info-even-diff img {
           width: 40%;
           height: auto;
           float:  center;
        }
        .single-segment .segment-info-even p3 {
           margin-bottom: 30px;
           margin-top: 0;
           font-size: 20px;
           font-weight: 300;
           color: #787878;
           font-family: "Montserrat", sans-serif;
           float:  center;
        }
        .single-segment .segment-info-even p4 {
           margin-bottom: 30px;
           margin-top: 0;
           font-size: 18px;
           font-weight: 250;
           color: #787878;
           font-family: "Montserrat", sans-serif;
           float:  center;
        }
        .single-segment .segment-info-even span.a {
           display: inline;
           float:  center;

        }
        .single-segment .segment-info-even button {
            background-color: #3598db;
            color: #fff;
            border: none;
            padding: 0 20px;
            font-size: 20px;
            line-height: 28px;
            float:  center;
            font-family: "Montserrat", sans-serif;
            -webkit-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

        .modal-body img {
           width: 50%;
           height: auto;

        }
        .modal-body p3 {
           margin-bottom: 30px;
           margin-left: 30px;
           font-size: 20px;
           font-weight: 300;
           color: #787878;
           font-family: "Montserrat", sans-serif;
        }
      .radio-toolbar {
        margin: 10px;
      }

      .radio-toolbar input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 0;
      }

      .radio-toolbar label {
          display: inline-block;
          background-color: #ddd;
          padding: 10px 20px;
          font-family: sans-serif, Arial;
          font-size: 16px;
          border: 2px solid #999;
          border-radius: 4px;
      }

      .radio-toolbar label:hover {
        background-color: #6bf;
      }

      .radio-toolbar input[type="radio"]:focus + label {
          border: 2px dashed #999;
      }

      .radio-toolbar input[type="radio"]:checked + label {
          background-color: #6bf;
          border-color: #058;
      }

        .modal-footer button {
          background-color: #39d;
          color: #fff;
          border: none;
          padding: 0, 20px;
          margin-right: 30px;
          font-size: 20px;
          line-height: 28px;
          float:  right;
          font-family: "Montserrat", sans-serif;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
        }
        .map {
           width: 325px;
           height: 600px;
         }

         /*---------------#Status Alert--------------- */

            #dialogoverlay{
              display: none;
              opacity: .8;
              position: absolute;
              top: 0px;
              left: 0px;
              background: #707070;
              width: 100%;
              z-index: 10;
            }

            #dialogbox{
              display: none;
              position: fixed;
              background: rgb(255, 255, 255);
              border-radius:7px;
              box-shadow: 0 4px 8px 0 rgba(100, 100, 100, 1);
              transition: 0.3s;
              width: 80%;
              z-index: 10;
              left: 10%;
              right: 30%;
              margin-top: 80px;

            }

            #dialogbox:hover {
              box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.911);
            }


            #dialogbox > div{
              background:#FFF;
              margin:8px;
            }

            #dialogbox > div > #dialogboxhead{
              background: rgb(4, 81, 133);
              font-size:22px;
              padding:10px;
              color:rgb(255, 255, 255);
              font-family: Verdana, Geneva, Tahoma, sans-serif ;
            }

            #dialogbox > div > #dialogboxbody > p{
              background:rgb(102, 187, 244);
              font-size:17px;
              padding:20px;
              color:rgb(255, 255, 255);
              font-family: Verdana, Geneva, Tahoma, sans-serif ;
            }


            #dialogbox > div > #dialogboxfoot{
              background: rgb(4, 81, 133);
              padding:10px;
              text-align:right;
            }

            .showalert button {
                background-color: #3598db;
                color: #fff;
                border: none;
                padding: 0 10px;
                margin-top: 10px;
                font-size: 15px;
                line-height: 28px;
                float:  center: "Montserrat", sans-serif;
                -webkit-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
            }

            /*#end status Alert*/

         }


  }

  @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

  /* ---------------Animation---------------- */

  .slit-in-vertical {
    -webkit-animation: slit-in-vertical 0.45s ease-out both;
            animation: slit-in-vertical 0.45s ease-out both;
  }

  @-webkit-keyframes slit-in-vertical {
    0% {
      -webkit-transform: translateZ(-800px) rotateY(90deg);
              transform: translateZ(-800px) rotateY(90deg);
      opacity: 0;
    }
    54% {
      -webkit-transform: translateZ(-160px) rotateY(87deg);
              transform: translateZ(-160px) rotateY(87deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateZ(0) rotateY(0);
              transform: translateZ(0) rotateY(0);
    }
  }
  @keyframes slit-in-vertical {
    0% {
      -webkit-transform: translateZ(-800px) rotateY(90deg);
              transform: translateZ(-800px) rotateY(90deg);
      opacity: 0;
    }
    54% {
      -webkit-transform: translateZ(-160px) rotateY(87deg);
              transform: translateZ(-160px) rotateY(87deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateZ(0) rotateY(0);
              transform: translateZ(0) rotateY(0);
    }
  }



@media (max-width: 992px) {
  /*-------- Collapse Navbar ----*/
  .navbar-collapse.collapse {
    display: none !important;
    border-color: transparent; }
  .navbar-collapse.collapse.in {
    display: block !important;
    border-color: transparent; }
  .navbar-header .collapse, .navbar-toggle {
    display: block !important; }
  .navbar-header {
    float: none;
    border-bottom: none; }
  .navbar-default .navbar-toggle,
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    border: none;
    background: none; }
  .navbar-default .navbar-nav li a {
    padding-left: 0; }
  .navbar-default {
    padding-left: 0;
    padding-right: 0; }
  .navbar-default .navbar-brand {
    padding-left: 30px; }
  .navbar-default .has-sub-menu .sub-menu {
    position: static;
    display: block;
    width: 100%; }
  .navbar-default .sub-menu li {
    width: 100%; }
  .navbar-default .sub-menu .has-sub-menu:before {
    content: none; }
  .navbar-default .sub-menu a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px !important; }
  .navbar-default .navbar-nav li {
    float: none;
    display: block;
    margin-bottom: 0px; }
  .nav.navbar-nav {
    float: none !important; }
  .navbar-default .navbar-nav li a:after {
    left: 0;
    margin-left: 0; }
  .navbar-default .nav li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .navbar-default.navbar-fixed-top .navbar-nav > .active > a:after,
  .navbar-default.navbar-fixed-top .navbar-nav > li > a:hover:after,
  .navbar-default.navbar-fixed-top .navbar-nav > li > a:after {
    content: none; }
  .navbar-default.navbar-fixed-top .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; }
  .navbar-nav .has-sub-menu button {
    position: absolute;
    top: 18px;
    right: 0;
    color: #fff;
    border: none;
    display: block;
    width: 50px;
    font-size: 25px;
    background: transparent; }
  .navbar-nav .has-sub-menu button:focus {
    outline: 0; }
  .navbar-nav .has-sub-menu, .navbar-nav .has-megamenu {
    position: relative !important; } }

@media (max-width: 767px) {
  .navbar-nav {
    margin: 0; }
  .navbar-default .social-icon {
    display: none; }
  .navbar-default .navbar-brand {
    padding-left: 15px; }
  .navbar-nav {
    padding-top: 25px; } }
