/*------------------------------------------------------------------
[Sekhmet Stylesheet]

Project:	ProMedical
Version:	1.0
Last change:	11/06/2017 [fixed Float bug, vf]
Assigned to:	Mohamed Ssid  , CEO @ RaThemes
Primary use:	Themeforest , Envato
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Project Structure]

project build with Sass Filles its preety awesome if you work with them ;)

/* start imorting css files
@import "sass/_00-import"
/* end importing css filles

/* start virabls
@import "sass/_03-var"
/* end virabls

/* start general styling
@import "sass/_01-general"
/* end general styling

/* start basics styling
@import "sass/_02-basic"
/* end basic styling

/* start indexing
@import "sass/_04-index"
/* end indexing

/* start pages
@import "sass/_05-pages"
/* end pages

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

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

[Project Sass Files]

"sources": [
  "../app.sass",
  "../sass/_var.sass",
  "../sass/_import.sass",
  "../sass/_general.sass",
  "../sass/_basic.sass",
  "../sass/_index.sass",
  "../sass/_pages.sass"
]

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

/*------------------------------------------------------------------
[project contents]

1. Navigation / #navbar
2. Content / #content
3. Footer / #footer
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Color codes]

$color1:  #2e2e2e
$color2:  #939393
$color3:  #f0f0f0
$color3-: #f7f7f7
$color4:  #3579b8
$color4-: #292556
$color5:  #3498db

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

/* start imorting css files */
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Raleway:300,400,500,600,700,800";
@import url(../node_modules/font-awesome/css/font-awesome.min.css);
@import url(../etc/plugin/owl.carousel.min.css);
@import url(../etc/plugin/owl.theme.default.min.css);
/* end importing css filles */
/* start virabls */
/* end virabls */
/* start general styling */
.btn-link {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #939393;
  text-decoration: none; }
  .btn-link:hover, .btn-link:focus, .btn-link:active {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0;
    color: #fff; }

.btn-secondary {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #3579b8; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0;
    background-color: #fff;
    color: #3579b8;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05); }

.btn-info {
  background: -webkit-linear-gradient(0deg, #360033 0%, #3498db 100%);
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-size: 12px;
  color: #fff;
  border: 0;
  -webkit-transition: all 0.333s;
  transition: all 0.333s;
  background-color: #fff;
  border: 0; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    outline: 0;
    box-shadow: 0 0 0;
    text-decoration: none;
    color: #fff;
    opacity: .9;
    border: 0px; }

.btn-sucess {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-size: 12px;
  color: #3579b8;
  border: 0;
  -webkit-transition: all 0.333s;
  transition: all 0.333s;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05); }
  .btn-sucess:hover, .btn-sucess:focus, .btn-sucess:active {
    text-decoration: none;
    outline: 0;
    color: #fff;
    background-color: #3579b8;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05); }

.btn-primary {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  border: 0;
  -webkit-transition: all 0.333s;
  transition: all 0.333s;
  background-color: #3498db;
  border: 1px solid #3498db;
  border-bottom: 3px solid #292556; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    text-decoration: none;
    outline: 0;
    color: #2e2e2e;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-bottom: 3px solid #f0f0f0; }

.btn-danger {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  border: 0;
  -webkit-transition: all 0.333s;
  transition: all 0.333s;
  background-color: transparent;
  border: 1px solid #fff;
  border-bottom: 3px solid #fff; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    text-decoration: none;
    outline: 0;
    color: #2e2e2e;
    background: #fff;
    border: 1px solid #fff;
    border-bottom: 3px solid #fff; }

.modal {
  background-color: rgba(255, 255, 255, 0.9); }
  .modal .modal-dialog {
    position: relative; }
  .modal button {
    position: absolute;
    z-index: 1;
    top: -20px;
    right: -20px;
    padding: 5px 16px;
    border: 0;
    box-shadow: 0;
    margin: 0;
    background-color: red;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(0deg, #360033 0%, #3498db 100%);
    background-image: -ms-linear-gradient(0deg, #360033 0%, #3498db 100%);
    opacity: 1;
    color: #fff;
    font-size: 24px;
    cursor: pointer; }
    .modal button:hover, .modal button:active, .modal button:focus {
      outline: none; }
  .modal .modal-content {
    position: relative;
    margin-top: 50%;
    border: 0;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05); }
    .modal .modal-content .modal-body {
      padding: 0;
      margin: 0; }
      .modal .modal-content .modal-body p {
        text-align: center;
        text-transform: capitalize; }

/* end general styling */
/* start basics styling */
.section-head {
  text-align: center; }
  .section-head img {
    width: 85px;
    height: 10px;
    margin-top: 20px;
    margin-bottom: 20px; }
  .section-head h1 {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 30px;
    font-family: 'Raleway'; }
  .section-head p {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 12px;
    width: 50%;
    margin: 0 auto;
    line-height: 20px;
    margin-bottom: 50px; }

/* end basic styling */
/* start indexing */
/* start loading */
#loading {
  display: block;
  position: fixed;
  z-index: 9999;
  background-image: -webkit-linear-gradient(0deg, #360033 0%, #3498db 100%);
  background-image: -ms-linear-gradient(0deg, #360033 0%, #3498db 100%);
  opacity: 0.98;
  width: 100%;
  height: 100%; }
  #loading p {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    margin-top: 25%; }

/* end loading */
/* start top navbar */
#top-nav {
  background-image: -webkit-linear-gradient(0deg, #360033 0%, #3498db 100%);
  background-image: -ms-linear-gradient(0deg, #360033 0%, #3498db 100%); }
  #top-nav .top {
    background-color: #2e2e2e;
    padding: 0 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    #top-nav .top ul {
      padding: 0;
      margin: 0; }
      #top-nav .top ul li a {
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
        text-transform: capitalize;
        font-size: 12px;
        padding: 8px 5px; }
    #top-nav .top .left {
      display: inline-block; }
    #top-nav .top .right {
      display: inline-block;
      float: right; }

/* end top navbar */
/* start with header */
#header {
  background-image: -webkit-linear-gradient(0deg, #360033 0%, #3498db 100%);
  background-image: -ms-linear-gradient(0deg, #360033 0%, #3498db 100%);
  padding: 40px 10px 80px 10px; }
  #header .head .left a.navbar-brand img {
    width: 258px;
    height: 69px; }
  #header .head .right {
    margin-top: 8px; }
    #header .head .right .left {
      float: left;
      padding: 10px 20px; }
      #header .head .right .left img {
        width: 32px;
        height: 32px; }
    #header .head .right .right {
      margin-top: 8px; }
      #header .head .right .right p {
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
        text-transform: capitalize;
        color: #fff;
        line-height: 20px; }

/* end header */
/* start navabr */
#navbar {
  margin-top: -55px; }
  #navbar .navbar {
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    padding: 0 40px;
    border-radius: 5px; }
    #navbar .navbar a.nav-link {
      padding: 40px 10px;
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 1px;
      text-transform: capitalize;
      font-weight: 600;
      font-size: 15px;
      color: #2e2e2e;
      text-decoration: none; }
      #navbar .navbar a.nav-link:hover, #navbar .navbar a.nav-link:active {
        color: #3579b8; }
    #navbar .navbar li.active a.nav-link {
      color: #3579b8; }
    #navbar .navbar .input-group {
      width: 300px; }
      #navbar .navbar .input-group .btn {
        background-color: #f0f0f0;
        border: 0;
        padding: 15px 20px;
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
        text-transform: capitalize;
        font-size: 18px;
        cursor: pointer; }
        #navbar .navbar .input-group .btn:hover, #navbar .navbar .input-group .btn:focus {
          color: #3579b8;
          outline: 0;
          box-shadow: 0 0 0; }
      #navbar .navbar .input-group input {
        background-color: #f0f0f0;
        border: 0;
        padding: 10px 20px;
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
        text-transform: capitalize;
        color: #3579b8; }
    #navbar .navbar .cart-down-menu .cart {
      margin: 30px;
      cursor: pointer;
      padding: 10px 16px;
      background-color: #f0f0f0; }
      #navbar .navbar .cart-down-menu .cart:after {
        display: none; }
      #navbar .navbar .cart-down-menu .cart .fa {
        font-size: 18px;
        color: #3579b8;
        padding-right: 2px; }
      #navbar .navbar .cart-down-menu .cart span.badge-primary {
        position: absolute;
        margin-left: 22px;
        margin-top: 22px;
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
        text-transform: capitalize;
        line-height: 10px;
        font-size: 12px;
        padding: 5px;
        border: 2px solid #fff;
        background-color: #3579b8; }
      #navbar .navbar .cart-down-menu .cart:hover, #navbar .navbar .cart-down-menu .cart:focus, #navbar .navbar .cart-down-menu .cart:active {
        box-shadow: 0 0 0;
        outline: 0; }
    #navbar .navbar .cart-down-menu .dropdown-menu {
      padding: 30px 30px !important;
      background-color: #fff !important; }
      #navbar .navbar .cart-down-menu .dropdown-menu .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: #fff; }
        #navbar .navbar .cart-down-menu .dropdown-menu .item .left {
          height: 60px;
          width: 60px;
          overflow: hidden; }
          #navbar .navbar .cart-down-menu .dropdown-menu .item .left img {
            width: 100%; }
        #navbar .navbar .cart-down-menu .dropdown-menu .item .right {
          margin-left: 40px; }
          #navbar .navbar .cart-down-menu .dropdown-menu .item .right .fa {
            font-size: 12px;
            color: #2e2e2e;
            -webkit-transition: all 0.333s;
            transition: all 0.333s; }
            #navbar .navbar .cart-down-menu .dropdown-menu .item .right .fa:hover {
              color: #3579b8; }
        #navbar .navbar .cart-down-menu .dropdown-menu .item .body {
          padding: 0px 15px; }
          #navbar .navbar .cart-down-menu .dropdown-menu .item .body:last-child {
            padding-bottom: 0; }
          #navbar .navbar .cart-down-menu .dropdown-menu .item .body h1 {
            padding: 0;
            margin: 0;
            font-family: 'Open Sans';
            font-size: 14px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 1px;
            text-transform: capitalize;
            font-size: 18px; }
            #navbar .navbar .cart-down-menu .dropdown-menu .item .body h1:hover {
              color: #3579b8; }
          #navbar .navbar .cart-down-menu .dropdown-menu .item .body p {
            font-family: 'Open Sans';
            font-size: 14px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 1px;
            text-transform: capitalize;
            font-size: 8px; }
      #navbar .navbar .cart-down-menu .dropdown-menu .info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-top: 1px solid #f0f0f0;
        padding-top: 10px;
        margin-top: 10px; }
        #navbar .navbar .cart-down-menu .dropdown-menu .info .left {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
          #navbar .navbar .cart-down-menu .dropdown-menu .info .left h1 {
            font-family: 'Open Sans';
            font-size: 14px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 1px;
            text-transform: capitalize;
            text-transform: uppercase;
            font-weight: 600; }
        #navbar .navbar .cart-down-menu .dropdown-menu .info .right p {
          font-family: 'Open Sans';
          font-size: 14px;
          font-weight: 400;
          line-height: 28px;
          letter-spacing: 1px;
          text-transform: capitalize;
          font-weight: 300;
          font-size: 12px; }
      #navbar .navbar .cart-down-menu .dropdown-menu .chickout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        #navbar .navbar .cart-down-menu .dropdown-menu .chickout a.btn {
          text-transform: uppercase;
          letter-spacing: 2px; }
        #navbar .navbar .cart-down-menu .dropdown-menu .chickout .left {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          margin-right: 30px; }
    #navbar .navbar .dropdown-menu {
      border: 0;
      border-top-right-radius: 0;
      border-top-left-radius: 0;
      margin-top: 0;
      box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
      border-top: 2px solid #3579b8;
      padding: 0 !important; }
      #navbar .navbar .dropdown-menu a.dropdown-item {
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
        text-transform: capitalize;
        min-width: 230px;
        -webkit-transition: all 0.333s;
        transition: all 0.333s;
        padding: 10px 20px; }
        #navbar .navbar .dropdown-menu a.dropdown-item:hover, #navbar .navbar .dropdown-menu a.dropdown-item:active, #navbar .navbar .dropdown-menu a.dropdown-item:focus {
          background-color: #f0f0f0;
          color: #3579b8;
          outline: 0; }
          #navbar .navbar .dropdown-menu a.dropdown-item:hover:last-child, #navbar .navbar .dropdown-menu a.dropdown-item:active:last-child, #navbar .navbar .dropdown-menu a.dropdown-item:focus:last-child {
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px; }

/* end navbar */
/* Footer */
#footer {
  padding-top: 80px;
  background-color: #121212; }
  #footer .form {
    border: 1px solid #2e2e2e;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 80px; }
    #footer .form input {
      width: 100%;
      background: transparent;
      border-radius: 3px;
      border: 1px solid #2e2e2e;
      padding: 10px 20px;
      color: #3579b8;
      text-transform: capitalize;
      outline: 0;
      box-shadow: 0 0 0; }
      @media (max-width: 790px) {
        #footer .form input {
          margin-bottom: 20px; } }
    #footer .form .sub {
      background-color: #2e2e2e;
      color: #fff;
      -webkit-transition: all 0.333s;
      transition: all 0.333s;
      cursor: pointer; }
      #footer .form .sub:hover {
        opacity: 0.5; }
  #footer .about {
    overflow: hidden; }
    @media (max-width: 790px) {
      #footer .about {
        margin-bottom: 40px; } }
    #footer .about h1 {
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 1px;
      text-transform: capitalize;
      text-transform: uppercase;
      color: #fff;
      font-size: 28px;
      margin-bottom: 40px; }
    #footer .about ul {
      margin: 0;
      padding: 0;
      text-align: left; }
      #footer .about ul li {
        list-style: none;
        margin: 0;
        padding: 0; }
        #footer .about ul li a {
          padding: 0;
          margin: 5px 0;
          text-align: left;
          font-family: 'Open Sans';
          font-size: 14px;
          font-weight: 400;
          line-height: 28px;
          letter-spacing: 1px;
          text-transform: capitalize; }
        #footer .about ul li .fa {
          padding-right: 15px; }
    #footer .about p {
      margin-top: 30px;
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 1px;
      text-transform: capitalize;
      color: #939393; }
  @media (max-width: 790px) {
    #footer .blog {
      margin-bottom: 40px; } }
  #footer .blog h1 {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-transform: uppercase;
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
    margin-bottom: 50px; }
  #footer .blog p {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #939393;
    line-height: 20px; }
  #footer .blog .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0; }
    #footer .blog .post .left {
      width: 80px;
      height: 70px; }
      #footer .blog .post .left img {
        height: 100%;
        width: 100%;
        border-radius: 5px; }
    #footer .blog .post .right {
      margin-left: 20px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      #footer .blog .post .right p.p2 {
        font-size: 10px;
        margin-top: -10px; }
  @media (max-width: 790px) {
    #footer .tweets {
      margin-bottom: 30px; } }
  #footer .tweets h1 {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-transform: uppercase;
    color: #fff;
    font-size: 28px;
    margin-bottom: 50px; }
  #footer .tweets .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #2e2e2e;
    margin-bottom: 20px; }
    #footer .tweets .social:last-child {
      border: 0;
      margin-bottom: 0; }
    #footer .tweets .social .fa {
      background-color: #2e2e2e;
      padding: 25px 30px;
      border-radius: 5px;
      color: #fff;
      font-size: 24px;
      margin-bottom: 20px; }
    #footer .tweets .social p {
      margin: 5px 0 0 10px;
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 1px;
      text-transform: capitalize; }
  #footer .projects {
    display: block; }
    #footer .projects h1 {
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 1px;
      text-transform: capitalize;
      text-transform: uppercase;
      color: #fff;
      font-size: 28px;
      margin-bottom: 50px; }
    #footer .projects img {
      width: 70px;
      height: 70px;
      border-radius: 5px;
      margin: 4px 2px;
      -webkit-transition: all 0.333s;
      transition: all 0.333s;
      cursor: pointer; }
      #footer .projects img:hover {
        opacity: .5; }
  #footer .bottom {
    background-color: #0c0c0c;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 30px 50px;
    margin-top: 60px; }
    #footer .bottom p {
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 1px;
      text-transform: capitalize;
      font-size: 15px;
      text-align: left;
      padding: 0;
      margin: 0; }
      #footer .bottom p a {
        color: #3579b8; }
    #footer .bottom .social {
      text-align: right; }
      @media (max-width: 790px) {
        #footer .bottom .social {
          text-align: left;
          padding-top: 30px; } }
      #footer .bottom .social .fa {
        color: #fff;
        background-color: #2e2e2e;
        padding: 10px;
        font-size: 12px;
        border-radius: 50%;
        margin-left: 6px;
        -webkit-transition: all 0.333s;
        transition: all 0.333s; }
        #footer .bottom .social .fa:hover {
          background-color: #3579b8; }
    #footer .bottom .up .fa {
      background-color: #121212;
      font-size: 22px;
      padding: 14px;
      border-radius: 5px;
      color: #3579b8;
      position: absolute;
      top: -55px;
      -webkit-transition: all 0.333s;
      transition: all 0.333s; }
      @media (max-width: 790px) {
        #footer .bottom .up .fa {
          visibility: hidden; } }
      #footer .bottom .up .fa:hover {
        -webkit-transform: scale(0.9);
                transform: scale(0.9); }

/* Footer */
/* start hero section */
#hero {
  margin-top: -53px;
  background-color: #f9fbfc; }
  @media (max-width: 766px) {
    #hero {
      margin-top: 0; } }

/* hero */
/* start what we do */
#what {
  background-color: #f7f7f7;
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #f0f0f0; }
  #what .card {
    text-align: center;
    border: 0;
    background-color: #fff;
    padding: 60px 0;
    cursor: pointer;
    -webkit-transition: all 0.333s;
    transition: all 0.333s; }
    @media (max-width: 790px) {
      #what .card {
        margin-bottom: 30px; } }
    #what .card img {
      margin: 0 auto;
      width: 46px;
      height: 46px;
      margin-bottom: 20px; }
    #what .card h1 {
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 1px;
      text-transform: capitalize;
      color: #2e2e2e;
      font-weight: 600;
      font-size: 20px;
      text-transform: uppercase;
      margin: 0;
      -webkit-transition: all 0.333s;
      transition: all 0.333s; }
    #what .card p {
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 1px;
      text-transform: capitalize;
      color: #2e2e2e;
      margin: 15px 36px 0 36px;
      line-height: 22px;
      font-size: 12px;
      -webkit-transition: all 0.333s;
      transition: all 0.333s; }
    #what .card:hover {
      -webkit-transform: scale(1.04);
              transform: scale(1.04);
      box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05); }

/* end what we do */
/* start what we do */
#what-2 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #f0f0f0; }
  #what-2 .card {
    text-align: left;
    border: 0;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.333s;
    transition: all 0.333s; }
    @media (max-width: 790px) {
      #what-2 .card {
        margin-bottom: 30px; } }
    #what-2 .card img {
      width: 46px;
      height: 46px;
      margin-bottom: 20px; }
    #what-2 .card h1 {
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 1px;
      text-transform: capitalize;
      color: #2e2e2e;
      font-weight: 600;
      font-size: 20px;
      text-transform: uppercase;
      margin: 0;
      -webkit-transition: all 0.333s;
      transition: all 0.333s; }
    #what-2 .card p {
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 1px;
      text-transform: capitalize;
      color: #2e2e2e;
      margin: 15px 36px 0 0;
      line-height: 22px;
      font-size: 12px;
      -webkit-transition: all 0.333s;
      transition: all 0.333s; }
    #what-2 .card:hover {
      -webkit-transform: scale(1.04);
              transform: scale(1.04); }

/* end what we do */
/* start what we do */
#booking {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #f0f0f0; }
  #booking .card {
    background-color: #fcfcfc;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    #booking .card h1 {
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 1px;
      text-transform: capitalize;
      font-family: 'Raleway';
      font-weight: 600;
      font-size: 28px;
      margin-bottom: 30px; }
    #booking .card .card-left {
      padding: 50px;
      -webkit-box-flex: 3;
          -ms-flex: 3;
              flex: 3;
      border-right: 1px solid #f0f0f0; }
      #booking .card .card-left .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #f0f0f0;
        padding: 20px 0; }
        #booking .card .card-left .text:last-child {
          border: 0;
          padding: 20px 0 0 0; }
        #booking .card .card-left .text p {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          padding: 0;
          margin: 0;
          font-family: 'Open Sans';
          font-size: 14px;
          font-weight: 400;
          line-height: 28px;
          letter-spacing: 1px;
          text-transform: capitalize; }
          #booking .card .card-left .text p:last-child {
            text-align: right; }
    #booking .card .card-right {
      padding: 50px;
      -webkit-box-flex: 5;
          -ms-flex: 5;
              flex: 5; }
      #booking .card .card-right .input {
        margin-top: 50px; }
        #booking .card .card-right .input .input-group {
          margin-bottom: 30px;
          border-radius: 5px;
          border: 1px solid #f0f0f0; }
        #booking .card .card-right .input .input-group-addon {
          background-color: #fff;
          border: 0;
          padding-right: 20px; }
        #booking .card .card-right .input input {
          width: 100%;
          padding: 15px 15px 15px 20px;
          border: 0;
          border-right: 0;
          border-radius: 5px;
          font-family: 'Open Sans';
          font-size: 14px;
          font-weight: 400;
          line-height: 28px;
          letter-spacing: 1px;
          text-transform: capitalize;
          color: #2e2e2e;
          -webkit-transition: all 0.333s;
          transition: all 0.333s; }
          #booking .card .card-right .input input:hover, #booking .card .card-right .input input:active, #booking .card .card-right .input input:focus {
            color: #3579b8;
            outline: 0;
            box-shadow: 0 0 0; }
        #booking .card .card-right .input .btn {
          padding: 15px;
          width: 100%; }

/* end what we do */
/* start Cases */
#cases {
  border-bottom: 1px solid #f0f0f0;
  padding-top: 80px;
  padding-bottom: 80px; }
  #cases .card {
    border: 0;
    margin-bottom: 30px; }
    #cases .card .top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #cases .card .top img {
        width: 40px;
        height: 40px;
        padding: 6px;
        border: 1px solid #3579b8;
        border-radius: 3px; }
      #cases .card .top h1 {
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
        text-transform: capitalize;
        font-weight: 600;
        font-size: 20px;
        margin: 7px 0 0 20px; }
    #cases .card .bottom {
      margin-top: 25px; }
      #cases .card .bottom p {
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
        text-transform: capitalize;
        font-size: 12px;
        line-height: 22px; }
  #cases .image {
    width: 53%;
    position: absolute;
    right: 40px; }
    @media (max-width: 790px) {
      #cases .image {
        visibility: hidden; } }
    #cases .image img {
      width: 100%;
      height: auto; }

/* end Cases */
/* start tips */
#tips {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #f0f0f0; }
  #tips .card {
    border: 0;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.333s;
    transition: all 0.333s;
    border-bottom: 1px solid #3579b8; }
    @media (max-width: 790px) {
      #tips .card {
        margin-bottom: 30px; } }
    #tips .card:hover {
      box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.14); }
      #tips .card:hover h1 {
        color: #3579b8; }
      #tips .card:hover img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
    #tips .card .image {
      height: 200px;
      width: 100%;
      overflow: hidden; }
      #tips .card .image img {
        -webkit-transition: all 1s;
        transition: all 1s;
        height: 100%;
        height: auto; }
        @media (max-width: 790px) {
          #tips .card .image img {
            width: 100%;
            height: auto; } }
    #tips .card .text {
      padding: 30px;
      overflow: hidden; }
      #tips .card .text h1 {
        -webkit-transition: all 0.333s;
        transition: all 0.333s;
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
        text-transform: capitalize;
        font-weight: 600;
        font-size: 16px; }
      #tips .card .text p {
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
        text-transform: capitalize;
        font-size: 13px;
        line-height: 22px; }

/* end tops */
/* start tips */
#tips-2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0; }
  #tips-2 .card {
    border: 0;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.333s;
    transition: all 0.333s;
    position: relative; }
    @media (max-width: 790px) {
      #tips-2 .card {
        margin-bottom: 30px; } }
    #tips-2 .card:hover {
      box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.14); }
      #tips-2 .card:hover h1 {
        color: #3579b8; }
      #tips-2 .card:hover img {
        -webkit-transform: scale(1.2);
                transform: scale(1.2); }
      #tips-2 .card:hover .img-over {
        opacity: 0.8; }
    #tips-2 .card .img-over {
      position: absolute;
      z-index: 01;
      width: 100%;
      height: 150px;
      bottom: 10;
      background-image: -webkit-linear-gradient(0deg, #360033 0%, #3498db 100%);
      background-image: -ms-linear-gradient(0deg, #360033 0%, #3498db 100%);
      opacity: 0;
      text-align: center;
      -webkit-transition: all 0.333s;
      transition: all 0.333s; }
      #tips-2 .card .img-over .btn {
        margin: 80px 0;
        font-size: 14px;
        cursor: pointer; }
    #tips-2 .card .image {
      height: 150px;
      width: 100%;
      overflow: hidden;
      border-bottom: 1px solid #3579b8;
      position: relative; }
      #tips-2 .card .image img {
        -webkit-transition: all 1s;
        transition: all 1s;
        width: 100%;
        height: auto;
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
        @media (max-width: 790px) {
          #tips-2 .card .image img {
            width: 100%;
            height: auto; } }
    #tips-2 .card .text {
      padding: 15px 30px;
      overflow: hidden;
      background-color: #f7f7f7; }
      #tips-2 .card .text h1 {
        -webkit-transition: all 0.333s;
        transition: all 0.333s;
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
        text-transform: capitalize;
        font-weight: 600;
        font-size: 16px; }
      #tips-2 .card .text p {
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
        text-transform: capitalize;
        font-size: 13px;
        line-height: 22px;
        font-style: italic;
        color: #3579b8; }

/* end tops */
/* why */
#why {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0; }
  #why .card {
    margin-top: 30px;
    padding: 60px;
    border: 1px solid #f0f0f0; }
    #why .card .bttns {
      position: absolute;
      top: -46px;
      left: 350px; }
      @media (max-width: 790px) {
        #why .card .bttns {
          position: relative;
          top: auto;
          left: auto; } }
      #why .card .bttns .btn {
        background-color: #fff;
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
        text-transform: capitalize;
        color: #3579b8;
        border: 1px solid #f0f0f0;
        border-radius: 100%;
        padding: 0;
        margin: 10px; }
        #why .card .bttns .btn .fa {
          font-size: 24px;
          padding: 24px; }
        #why .card .bttns .btn:hover {
          color: #fff;
          background-image: -webkit-linear-gradient(90deg, #360033 0%, #3498db 100%);
          background-image: -ms-linear-gradient(90deg, #360033 0%, #3498db 100%); }
    #why .card p {
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 1px;
      text-transform: capitalize; }

/* why */
/* doc */
#doc .big-img {
  background: url(../etc/img/s-bg-copy.jpg) center center fixed;
  background-size: cover; }

#doc .over {
  background: -webkit-linear-gradient(0deg, #360033 10%, #3498db 100%);
  opacity: 0.8;
  padding: 140px 0; }
  #doc .over h1, #doc .over p {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #fff; }
  #doc .over h1 {
    font-size: 40px;
    font-weight: 600; }
  #doc .over p.date {
    font-size: 12px;
    margin-top: 20px;
    letter-spacing: 3px; }
  #doc .over p {
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 14px; }

/* doc */
/* about section */
#about {
  padding-top: 80px;
  padding-bottom: 50px;
  background-image: -webkit-linear-gradient(0deg, #360033 0%, #3498db 100%);
  background-image: -ms-linear-gradient(0deg, #360033 0%, #3498db 100%); }
  #about .card {
    background-color: rgba(247, 247, 247, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: all 0.333s;
    transition: all 0.333s;
    cursor: pointer; }
    #about .card p {
      padding: 0;
      margin: 0;
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 1px;
      text-transform: capitalize;
      color: #fff; }
    #about .card .left {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      #about .card .left .img {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      #about .card .left img {
        width: 30px;
        height: 30px; }
      #about .card .left p {
        margin-left: 30px;
        text-transform: uppercase; }
    #about .card p {
      font-family: 'Raleway'; }
    #about .card:hover {
      -webkit-transform: scale(1.02);
              transform: scale(1.02);
      box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05); }

/* end about section */
/* start meat section */
#meat {
  padding-top: 80px;
  padding-bottom: 80px; }
  #meat .card {
    overflow: hidden;
    padding: 40px;
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
    background-color: #f7f7f7;
    cursor: pointer;
    -webkit-transition: all 0.333s;
    transition: all 0.333s; }
    #meat .card:hover {
      background-color: #fff; }
    #meat .card .doc {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      #meat .card .doc .left {
        margin-right: 30px; }
        #meat .card .doc .left img {
          height: 100px;
          width: 100px;
          border-radius: 50%;
          margin-top: 20px;
          border: 1px solid #f0f0f0; }
      #meat .card .doc .right h1 {
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
        text-transform: capitalize;
        font-size: 24px; }
      #meat .card .doc .right p {
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
        text-transform: capitalize; }
      #meat .card .doc .right .fa {
        padding: 10px;
        border: 1px solid #f0f0f0;
        background-color: #fff;
        color: #939393;
        cursor: pointer;
        -webkit-transition: all 0.333s;
        transition: all 0.333s; }
        #meat .card .doc .right .fa:hover {
          border: 1px solid #3579b8;
          background-color: #3579b8;
          color: #fff; }
      #meat .card .doc .right .fa-facebook {
        padding: 10px 14px; }

/* end meat section */
/* General responsive */
@media (max-width: 991px) {
  #top-nav .top {
    text-align: center; }
  #header .head {
    text-align: center; } }

@media (max-width: 767px) {
  #header {
    padding: 40px 10px 40px 10px; }
    #header .head {
      text-align: left; }
  #navbar {
    position: absolute;
    margin-top: -100px;
    right: 0;
    width: 100%; }
    #navbar .navbar {
      padding: 0; }
    #navbar .navbar-collapse {
      position: absolute;
      margin-top: 100px;
      width: 100%;
      background-color: #fff;
      box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px; }
    #navbar ul.navbar-nav li.nav-item a.nav-link {
      padding: 20px 40px;
      border-bottom: 1px solid #f0f0f0; }
    #navbar .navbar-toggler {
      background-color: #fff;
      border: 0; }
      #navbar .navbar-toggler .navbar-toggler-icon {
        color: #3579b8; }
    #navbar .input-group {
      margin: 40px auto; }
  #hero {
    margin-top: 0; } }

@media (max-width: 575px) {
  #navbar {
    right: 0; } }

/* end indexing */
/* start pages */
/* start pages container */
#pages #book-now {
  background-image: -webkit-linear-gradient(90deg, #f0f0f0 0%, white 100%);
  background-image: -ms-linear-gradient(90deg, #f0f0f0 0%, white 100%);
  margin-top: -54px;
  padding: 100px 0 50px 0; }
  @media (max-width: 790px) {
    #pages #book-now {
      margin-top: 0; } }
  #pages #book-now h1 {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding: 0; }
  #pages #book-now p {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #939393;
    font-size: 12px;
    margin: 0;
    padding: 20px 0 0 0; }
  #pages #book-now .btn {
    float: right;
    margin-top: 30px;
    font-size: 18px;
    padding: 10px 40px; }
    @media (max-width: 790px) {
      #pages #book-now .btn {
        float: left; } }

#pages #dir {
  background-image: -webkit-linear-gradient(90deg, #f0f0f0 0%, white 100%);
  background-image: -ms-linear-gradient(90deg, #f0f0f0 0%, white 100%);
  border-top: 1px solid #e5e4e4;
  border-bottom: 1px solid #e5e4e4;
  padding: 14px 0; }
  #pages #dir p {
    margin: 0;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: capitalize; }
  #pages #dir .left p {
    font-weight: 600; }
  #pages #dir .right p {
    text-align: right; }
    @media (max-width: 790px) {
      #pages #dir .right p {
        text-align: left; } }

#pages #google-map {
  margin-top: -55px;
  padding: 0;
  background-image: -webkit-linear-gradient(0deg, #362f66 0%, rgba(52, 152, 218, 0) 100%); }
  @media (max-width: 790px) {
    #pages #google-map {
      margin-top: auto; } }
  #pages #google-map #map {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 600px;
    opacity: 0.7;
    border: 0;
    border-radius: 0; }

/* end pages container */
/* start about page */
#about-us #word {
  padding-top: 80px;
  padding-bottom: 80px; }
  #about-us #word .slide .owl-carousel {
    position: relative; }
    #about-us #word .slide .owl-carousel .owl-stage-outer {
      border-radius: 5px; }
    #about-us #word .slide .owl-carousel .item {
      height: 300px; }
      #about-us #word .slide .owl-carousel .item img {
        height: 100%;
        border-radius: 5px; }
    #about-us #word .slide .owl-carousel .owl-nav {
      position: absolute;
      top: 275px;
      right: 15px;
      text-align: right; }
      #about-us #word .slide .owl-carousel .owl-nav .owl-prev, #about-us #word .slide .owl-carousel .owl-nav .owl-next {
        margin: 0;
        background-color: #fff;
        color: #2e2e2e;
        text-transform: capitalize;
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05); }
        #about-us #word .slide .owl-carousel .owl-nav .owl-prev:hover, #about-us #word .slide .owl-carousel .owl-nav .owl-next:hover {
          color: #3579b8; }
      #about-us #word .slide .owl-carousel .owl-nav .owl-prev {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: 1px solid #f0f0f0; }
      #about-us #word .slide .owl-carousel .owl-nav .owl-next {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
  #about-us #word .list .mylist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px; }
    #about-us #word .list .mylist ul {
      margin: 0;
      padding: 0; }
      #about-us #word .list .mylist ul li {
        list-style: none;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        #about-us #word .list .mylist ul li i.fa {
          color: #3579b8;
          margin-top: 4px;
          margin-right: 10px; }
        #about-us #word .list .mylist ul li p {
          margin-bottom: 10px; }
    #about-us #word .list .mylist .left {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    #about-us #word .list .mylist .right {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  #about-us #word .list h1 {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px 0; }
  #about-us #word .list p {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 24px;
    margin: 0; }

#about-us #numbers {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-linear-gradient(0deg, #360033 0%, #3498db 100%);
  background-image: -ms-linear-gradient(0deg, #360033 0%, #3498db 100%); }
  #about-us #numbers h1 {
    color: #fff;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase; }
  #about-us #numbers .divider {
    background-color: #fff;
    padding: 0.3px 1px;
    margin: 20px 110px; }
  #about-us #numbers p {
    color: #fff;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 20px;
    margin-top: 20px; }

/* end about page */
/* start services page */
#services #video {
  position: relative;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e4e3e3; }
  #services #video .over-img {
    -webkit-transition: all 0.333s;
    transition: all 0.333s;
    background-image: -webkit-linear-gradient(0deg, #360033 0%, #3498db 100%);
    background-image: -ms-linear-gradient(0deg, #360033 0%, #3498db 100%);
    opacity: 0.1;
    border-radius: 5px;
    width: 97.4%;
    height: 100%;
    position: absolute; }
  #services #video .img {
    border-radius: 5px;
    overflow: hidden;
    height: 450px; }
    #services #video .img img {
      width: 100%;
      height: auto; }
      @media (max-width: 790px) {
        #services #video .img img {
          height: 100%; } }
  #services #video a {
    outline: 0; }
    #services #video a:hover, #services #video a:active, #services #video a:focus {
      outline: 0; }
  #services #video .icon {
    position: absolute;
    top: 45%;
    left: 48%;
    padding: 14px 18px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.333s;
    transition: all 0.333s;
    background-image: -webkit-linear-gradient(0deg, #360033 0%, #3498db 100%);
    background-image: -ms-linear-gradient(0deg, #360033 0%, #3498db 100%); }
    #services #video .icon .fa {
      font-size: 60px;
      color: #fff; }
  #services #video .text {
    margin-top: 40px; }
    #services #video .text h1 {
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 1px;
      text-transform: capitalize;
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 20px; }
    #services #video .text p {
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 1px;
      text-transform: capitalize; }

#services #what-2 {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e4e3e3; }
  #services #what-2 .card {
    background-color: transparent; }
    @media (max-width: 790px) {
      #services #what-2 .card {
        margin-bottom: 60px; } }

/* end services page */
/* start news section */
#news .left {
  padding: 60px 0;
  border-right: 1px solid #f0f0f0;
  padding-right: 30px; }
  #news .left .blog {
    height: 100%;
    margin-bottom: 60px;
    position: relative; }
    #news .left .blog:hover .over-img {
      opacity: 0.9; }
    #news .left .blog .over-img {
      width: 100%;
      height: 350px;
      background-color: #fff;
      border: 1px solid #f0f0f0;
      opacity: 0.000001;
      position: absolute;
      -webkit-transition: all 0.333s;
      transition: all 0.333s; }
      #news .left .blog .over-img .blog-img {
        position: absolute;
        overflow: hidden;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.14);
        padding: 18px 20px;
        top: 45%;
        left: 45%;
        -webkit-transition: all 0.333s;
        transition: all 0.333s; }
        #news .left .blog .over-img .blog-img img {
          padding: 0;
          margin: 0;
          height: 20px;
          width: 20px; }
    #news .left .blog .img {
      border-radius: 5px;
      border: 1px solid #f0f0f0;
      width: 100%;
      height: 350px;
      overflow: hidden;
      margin-bottom: 30px; }
      #news .left .blog .img img {
        width: 100%; }
    #news .left .blog .text h1 {
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 1px;
      text-transform: capitalize;
      font-size: 22px;
      font-weight: 600; }
    #news .left .blog .text p {
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 1px;
      text-transform: capitalize;
      font-size: 13px;
      line-height: 24px;
      color: #939393;
      margin: 20px 0; }
    #news .left .blog .text p.bold {
      font-weight: 600;
      font-style: italic;
      color: #2e2e2e; }
    #news .left .blog .text p a {
      color: #3579b8;
      font-weight: 600;
      font-style: italic;
      text-decoration: underline; }
  #news .left .users .auther {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0; }
    #news .left .users .auther .lf {
      width: 80px;
      height: 80px;
      border-radius: 5px;
      overflow: hidden;
      margin-right: 20px; }
      #news .left .users .auther .lf img {
        height: 100%; }
    #news .left .users .auther .ri {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      #news .left .users .auther .ri h1 {
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
        text-transform: capitalize;
        font-weight: 600;
        font-size: 22px; }
      #news .left .users .auther .ri p {
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
        text-transform: capitalize;
        font-size: 13px;
        line-height: 22px;
        color: #939393;
        margin: 0; }
  #news .left .users .comments h1.head {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 60px;
    margin-top: 60px; }
  #news .left .users .comments .comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px; }
    #news .left .users .comments .comment .lf {
      width: 80px;
      height: 80px;
      overflow: hidden;
      border-radius: 5px;
      margin-right: 20px; }
      #news .left .users .comments .comment .lf img {
        height: 100%;
        width: 100%; }
    #news .left .users .comments .comment .ri {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      #news .left .users .comments .comment .ri h1 {
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
        text-transform: capitalize;
        font-size: 22px;
        font-weight: 600; }
      #news .left .users .comments .comment .ri p {
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
        text-transform: capitalize;
        font-size: 13px;
        line-height: 23px;
        color: #939393; }
  #news .left .add {
    padding-top: 60px;
    border-top: 1px solid #f0f0f0; }
    #news .left .add input, #news .left .add textarea {
      background-image: -webkit-linear-gradient(90deg, #f0f0f0 0%, white 100%);
      background-image: -ms-linear-gradient(90deg, #f0f0f0 0%, white 100%);
      border: 1px solid #f0f0f0;
      border-radius: 5px;
      margin-bottom: 30px;
      padding: 16px 20px;
      width: 100%;
      color: #3579b8;
      -webkit-transition: all 0.333s;
      transition: all 0.333s;
      text-transform: capitalize; }
      #news .left .add input:hover, #news .left .add input:active, #news .left .add input:focus, #news .left .add textarea:hover, #news .left .add textarea:active, #news .left .add textarea:focus {
        outline: 0;
        box-shadow: 0 0 0;
        border: 1px solid #3579b8; }
    #news .left .add .top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #news .left .add .top .name {
        margin-right: 30px; }
    #news .left .add a {
      font-size: 18px;
      letter-spacing: 0;
      padding: 16px 50px; }

#news .right h1, #news .right p, #news .right a {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-decoration: none; }

#news .right h1 {
  font-size: 24px;
  font-weight: 600; }

#news .right .sidbar {
  padding: 60px 0; }
  #news .right .sidbar .search .input-group {
    margin-top: 30px;
    margin-bottom: 60px; }
    #news .right .sidbar .search .input-group button {
      border: 1px solid #f0f0f0;
      border-left: 0;
      background-image: -webkit-linear-gradient(90deg, #f0f0f0 0%, white 100%);
      background-image: -ms-linear-gradient(90deg, #f0f0f0 0%, white 100%);
      padding: 18px 22px;
      cursor: pointer;
      -webkit-transition: all 0.333s;
      transition: all 0.333s; }
      #news .right .sidbar .search .input-group button:hover, #news .right .sidbar .search .input-group button:active, #news .right .sidbar .search .input-group button:focus {
        outline: 0;
        color: #3579b8; }
    #news .right .sidbar .search .input-group input {
      padding: 14px 20px;
      border: 1px solid #f0f0f0;
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 1px;
      text-transform: capitalize;
      color: #3579b8;
      background-image: -webkit-linear-gradient(90deg, #f0f0f0 0%, white 100%);
      background-image: -ms-linear-gradient(90deg, #f0f0f0 0%, white 100%); }
  #news .right .sidbar .cat {
    margin-bottom: 60px; }
    #news .right .sidbar .cat h1 {
      margin-bottom: 30px; }
    #news .right .sidbar .cat ul {
      padding: 0; }
      #news .right .sidbar .cat ul li {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 0;
        border-bottom: 1px solid #f0f0f0;
        -webkit-transition: all 0.333s;
        transition: all 0.333s; }
        #news .right .sidbar .cat ul li:last-child {
          border: 0; }
        #news .right .sidbar .cat ul li:hover {
          border-color: #3579b8; }
          #news .right .sidbar .cat ul li:hover img {
            margin-left: 10px; }
          #news .right .sidbar .cat ul li:hover a {
            color: #3579b8; }
        #news .right .sidbar .cat ul li img {
          margin-top: 5px;
          margin-right: 10px;
          width: 23px;
          height: 14px;
          -webkit-transition: all 0.333s;
          transition: all 0.333s; }
        #news .right .sidbar .cat ul li a {
          color: #2e2e2e;
          text-decoration: none; }
  #news .right .sidbar .tags {
    margin-bottom: 60px; }
    #news .right .sidbar .tags h1 {
      margin-bottom: 30px; }
    #news .right .sidbar .tags a {
      padding: 10px;
      color: #2e2e2e;
      -webkit-transition: all 0.333s;
      transition: all 0.333s; }
      #news .right .sidbar .tags a:hover {
        color: #3579b8; }
  #news .right .sidbar .recent-posts .post {
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #news .right .sidbar .recent-posts .post .img {
      height: 70px;
      width: 70px;
      border-radius: 5px;
      overflow: hidden; }
      #news .right .sidbar .recent-posts .post .img img {
        height: 100%;
        border-radius: 5px; }
    #news .right .sidbar .recent-posts .post .text {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-left: 20px; }
      #news .right .sidbar .recent-posts .post .text h1 {
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        outline: 0; }
      #news .right .sidbar .recent-posts .post .text p {
        font-size: 13px;
        line-height: 22px; }

/* end news section */
/* start shop pages */
#shop {
  margin: 80px 0 50px 0; }
  #shop #baner {
    margin-bottom: 70px; }
    #shop #baner .baner {
      background-image: -webkit-linear-gradient(90deg, #f0f0f0 0%, white 100%);
      background-image: -ms-linear-gradient(90deg, #f0f0f0 0%, white 100%);
      border-radius: 5px;
      border: 1px solid #f0f0f0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #shop #baner .baner .text {
        -webkit-box-flex: 2;
            -ms-flex: 2;
                flex: 2;
        padding: 100px; }
        #shop #baner .baner .text h1 {
          font-family: 'Open Sans';
          font-size: 14px;
          font-weight: 400;
          line-height: 28px;
          letter-spacing: 1px;
          text-transform: capitalize;
          color: #3579b8;
          font-size: 35px;
          line-height: 60px; }
        #shop #baner .baner .text a.btn-link {
          padding-left: 0;
          padding-right: 0;
          padding-bottom: 4px;
          margin-top: 20px;
          border-bottom: 1px solid rgba(0, 0, 0, 0.09);
          -webkit-transition: all 0.333s;
          transition: all 0.333s; }
          #shop #baner .baner .text a.btn-link:hover {
            color: #3579b8;
            border-bottom: 1px solid #3579b8; }
      #shop #baner .baner .img {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        @media (max-width: 790px) {
          #shop #baner .baner .img {
            visibility: hidden; } }
  #shop #items .item {
    margin-bottom: 40px; }
    #shop #items .item .img {
      background-color: black;
      height: 300px;
      overflow: hidden;
      border-radius: 5px;
      border: 1px solid #f0f0f0;
      position: relative;
      -webkit-transition: all 0.333s;
      transition: all 0.333s; }
      #shop #items .item .img:hover {
        border: 1px solid #3579b8; }
        #shop #items .item .img:hover img.cart {
          display: block;
          -webkit-transition: all 0.333s;
          transition: all 0.333s; }
      #shop #items .item .img img.cart {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 50px;
        border: 1px solid #3579b8;
        padding: 10px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-left: 0;
        border-bottom: 0;
        background-color: #fff;
        -webkit-transition: all 0.333s;
        transition: all 0.333s; }
      #shop #items .item .img img.product {
        height: 100%;
        width: 100%; }
    #shop #items .item .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 20px; }
      #shop #items .item .text a {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
        text-transform: capitalize;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
        color: #2e2e2e; }
        #shop #items .item .text a:hover {
          color: #3579b8; }
      #shop #items .item .text p {
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
        text-transform: capitalize;
        font-weight: 600;
        color: #3579b8;
        font-size: 18px; }
  #shop #items .modal button {
    right: -130px; }
  #shop #items .modal-content {
    margin-top: 140px;
    margin-left: -140px;
    padding: 100px 40px;
    width: 800px; }
  #shop #items .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #shop #items .modal-body .right {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-left: 30px;
      margin-top: 40px; }
      #shop #items .modal-body .right h1 {
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
        text-transform: capitalize;
        font-weight: 600;
        font-size: 22px;
        text-align: left; }
      #shop #items .modal-body .right p {
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
        text-transform: capitalize;
        font-size: 14px;
        text-align: left;
        margin-top: 20px;
        line-height: 22px; }
      #shop #items .modal-body .right a.btn-link {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 4px;
        border-bottom: 1px solid #2e2e2e;
        color: #2e2e2e; }
        #shop #items .modal-body .right a.btn-link:hover {
          color: #3579b8;
          border-bottom: 1px solid #3579b8; }

/* end shop page */
/* start contact page */
#contact input, #contact textarea {
  width: 100%;
  border: 1px solid #f0f0f0;
  background-image: -webkit-linear-gradient(90deg, #f0f0f0 0%, white 100%);
  background-image: -ms-linear-gradient(90deg, #f0f0f0 0%, white 100%);
  padding: 10px 20px;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 20px;
  border-radius: 5px;
  color: #3579b8; }
  #contact input:hover, #contact input:active, #contact input:focus, #contact textarea:hover, #contact textarea:active, #contact textarea:focus {
    outline: 0;
    box-shadow: 0 0 0; }

#contact .form {
  border-right: 1px solid #f0f0f0;
  padding-right: 30px;
  padding-top: 80px;
  padding-bottom: 80px; }
  #contact .form .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #contact .form .top input:first-child {
      margin-right: 20px; }
  #contact .form a {
    font-size: 14px;
    padding: 14px 40px; }

#contact .info {
  padding-top: 80px;
  padding-bottom: 80px; }
  #contact .info .phone p, #contact .info .email p, #contact .info .ofice p {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    color: #939393; }
  #contact .info .phone h1, #contact .info .email h1, #contact .info .ofice h1 {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    width: 100%; }
  #contact .info .phone .text, #contact .info .email .text, #contact .info .ofice .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px; }
    #contact .info .phone .text .left, #contact .info .email .text .left, #contact .info .ofice .text .left {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    #contact .info .phone .text .right, #contact .info .email .text .right, #contact .info .ofice .text .right {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  #contact .info .email {
    margin: 30px 0; }

/* end contact page */
/* single doctors */
#doctors #single-doc {
  padding-top: 80px;
  padding-bottom: 80px; }
  #doctors #single-doc .card {
    padding: 50px;
    background-color: #fcfcfc;
    border: 1px solid #f0f0f0; }
    #doctors #single-doc .card .top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #doctors #single-doc .card .top .img {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: 240px;
        overflow: hidden;
        border-radius: 5px;
        border: 1px solid #f0f0f0; }
        #doctors #single-doc .card .top .img img {
          width: 100%; }
      #doctors #single-doc .card .top .text {
        margin: 0 30px;
        -webkit-box-flex: 2;
            -ms-flex: 2;
                flex: 2;
        padding: 20px 0; }
        #doctors #single-doc .card .top .text h1 {
          font-family: 'Open Sans';
          font-size: 14px;
          font-weight: 400;
          line-height: 28px;
          letter-spacing: 1px;
          text-transform: capitalize;
          font-size: 26px;
          font-weight: 600; }
        #doctors #single-doc .card .top .text p {
          margin-top: 20px;
          font-family: 'Open Sans';
          font-size: 14px;
          font-weight: 400;
          line-height: 28px;
          letter-spacing: 1px;
          text-transform: capitalize;
          font-size: 13px;
          letter-spacing: 2px;
          color: #939393; }
      #doctors #single-doc .card .top .info {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 40px; }
        #doctors #single-doc .card .top .info p {
          font-family: 'Open Sans';
          font-size: 14px;
          font-weight: 400;
          line-height: 28px;
          letter-spacing: 1px;
          text-transform: capitalize;
          margin-bottom: 10px; }
        #doctors #single-doc .card .top .info .left {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
          #doctors #single-doc .card .top .info .left p {
            font-weight: 700; }
        #doctors #single-doc .card .top .info .right p {
          text-align: right; }
    #doctors #single-doc .card .bottom {
      margin-top: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #doctors #single-doc .card .bottom .left {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-right: 30px; }
      #doctors #single-doc .card .bottom .right {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      #doctors #single-doc .card .bottom .progress-wrapper {
        margin-bottom: 30px; }
        #doctors #single-doc .card .bottom .progress-wrapper:last-child {
          margin-bottom: 0; }
        #doctors #single-doc .card .bottom .progress-wrapper .text {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          #doctors #single-doc .card .bottom .progress-wrapper .text h1, #doctors #single-doc .card .bottom .progress-wrapper .text p {
            font-family: 'Open Sans';
            font-size: 14px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 1px;
            text-transform: capitalize;
            font-weight: 600;
            margin-bottom: 8px; }
          #doctors #single-doc .card .bottom .progress-wrapper .text h1 {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1; }
        #doctors #single-doc .card .bottom .progress-wrapper .progress {
          background-color: #fff;
          border: 1px solid #f0f0f0;
          border-radius: 2px; }
          #doctors #single-doc .card .bottom .progress-wrapper .progress .progress-bar {
            border-radius: 2px;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            height: 10px;
            padding: 0;
            background-image: -webkit-linear-gradient(0deg, #360033 0%, #3498db 100%);
            background-image: -ms-linear-gradient(0deg, #360033 0%, #3498db 100%); }

#doctors #big-btn {
  background-image: -webkit-linear-gradient(0deg, #360033 0%, #3498db 100%);
  background-image: -ms-linear-gradient(0deg, #360033 0%, #3498db 100%); }
  #doctors #big-btn .btn {
    width: 100%;
    border-radius: 0;
    padding: 60px 0;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px; }
    #doctors #big-btn .btn:hover {
      opacity: 0.5; }

/* end doctors */
/* start price list */
#price-list {
  padding-top: 80px;
  padding-bottom: 80px; }
  #price-list .tables .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border: 0;
    border-radius: 5px; }
  #price-list .tables .table {
    padding: 40px 0;
    margin: 0;
    text-align: center;
    border: 1px solid #f0f0f0;
    background-image: -webkit-linear-gradient(90deg, #f0f0f0 0%, white 100%);
    background-image: -ms-linear-gradient(90deg, #f0f0f0 0%, white 100%);
    -webkit-transition: all 0.333s;
    transition: all 0.333s; }
    #price-list .tables .table:first-child, #price-list .tables .table:nth-child(2), #price-list .tables .table:nth-child(3) {
      border-right: 0; }
    #price-list .tables .table:first-child {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    #price-list .tables .table:last-child {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    #price-list .tables .table p {
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 1px;
      text-transform: capitalize;
      margin-bottom: 0; }
    #price-list .tables .table p.head {
      font-size: 18px;
      letter-spacing: 2px; }
    #price-list .tables .table .price {
      margin: 40px 0; }
      #price-list .tables .table .price p {
        color: #3579b8;
        margin-bottom: 20px;
        margin-right: 170px;
        font-size: 22px; }
      #price-list .tables .table .price h1 {
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
        text-transform: capitalize;
        font-size: 80px;
        color: #3498db; }
    #price-list .tables .table ul.info {
      margin: 50px 0;
      padding: 0; }
      #price-list .tables .table ul.info li {
        list-style-type: none; }
    #price-list .tables .table .btn {
      padding: 10px 40px; }
    #price-list .tables .table:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      border: 0;
      border-radius: 5px;
      box-shadow: 0px 0px 20px rgba(1, 1, 1, 0.3);
      background-image: -webkit-linear-gradient(90deg, #360033 0%, #3498db 100%);
      background-image: -ms-linear-gradient(90deg, #360033 0%, #3498db 100%); }
      #price-list .tables .table:hover p, #price-list .tables .table:hover h1, #price-list .tables .table:hover .price > h1, #price-list .tables .table:hover .price > p {
        color: #fff; }
      #price-list .tables .table:hover .btn {
        background: #fff;
        color: #2e2e2e; }

/* end price list */
/* start info */
#faq {
  padding-top: 80px;
  padding-bottom: 80px; }
  #faq #info .first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    #faq #info .first h1 {
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 1px;
      text-transform: capitalize;
      font-size: 24px;
      font-weight: 600; }
    #faq #info .first p {
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 1px;
      text-transform: capitalize;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-left: 30px;
      font-size: 13px;
      line-height: 22px; }
  #faq #info .text p {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 22px; }
  #faq #info #accordion {
    margin-top: 50px; }
    #faq #info #accordion .card {
      border: 0;
      margin-bottom: 10px; }
      #faq #info #accordion .card p {
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
        text-transform: capitalize;
        color: #939393; }
      #faq #info #accordion .card .card-header {
        background-image: -webkit-linear-gradient(90deg, #f0f0f0 0%, white 100%);
        background-image: -ms-linear-gradient(90deg, #f0f0f0 0%, white 100%);
        border: 1px solid #f0f0f0;
        border-radius: 5px; }
        #faq #info #accordion .card .card-header a {
          font-family: 'Open Sans';
          font-size: 14px;
          font-weight: 400;
          line-height: 28px;
          letter-spacing: 1px;
          text-transform: capitalize;
          font-weight: 600;
          color: #2e2e2e;
          text-decoration: none;
          -webkit-transition: all 0.333s;
          transition: all 0.333s; }
          #faq #info #accordion .card .card-header a .fa {
            padding-right: 20px;
            margin-right: 20px;
            border-right: 1px solid #2e2e2e; }
          #faq #info #accordion .card .card-header a:hover, #faq #info #accordion .card .card-header a:active, #faq #info #accordion .card .card-header a:focus {
            color: #3579b8; }
            #faq #info #accordion .card .card-header a:hover .fa, #faq #info #accordion .card .card-header a:active .fa, #faq #info #accordion .card .card-header a:focus .fa {
              color: #3579b8; }
      #faq #info #accordion .card .collapse {
        border: 0; }

/*  end info */
/* start galary */
#galary {
  margin: 80px 0 50px 0;
  background-color: #fff; }
  #galary .card {
    border: 0;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.333s;
    transition: all 0.333s;
    position: relative;
    margin-bottom: 30px; }
    #galary .card:hover {
      box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.14); }
      #galary .card:hover h1 {
        color: #3579b8; }
      #galary .card:hover img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      #galary .card:hover .img-over {
        opacity: 0.8; }
    #galary .card .img-over {
      position: absolute;
      z-index: 01;
      width: 100%;
      height: 200px;
      bottom: 10;
      background-image: -webkit-linear-gradient(0deg, #360033 0%, #3498db 100%);
      background-image: -ms-linear-gradient(0deg, #360033 0%, #3498db 100%);
      opacity: 0;
      text-align: center;
      -webkit-transition: all 0.333s;
      transition: all 0.333s;
      border-radius: 5px; }
      #galary .card .img-over .btn {
        margin: 80px 0;
        font-size: 14px; }
    #galary .card .image {
      height: 200px;
      width: 100%;
      overflow: hidden;
      position: relative;
      border-radius: 5px; }
      #galary .card .image img {
        -webkit-transition: all 1s;
        transition: all 1s;
        height: 100%; }

/* end galary */
/* end pages */
/*# sourceMappingURL=app.css.map */
