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

=====  INDEX OF STYLES ===== 


01 ===== BASIC  =====
  01. Common CSS

02 ===== HEADER ===== 
  2.1 Header
  2.2 Header Top
  2.4 Search
  2.5 Logo
  2.6 Menu
      2.6.1 Main Menu
      2.6.2 Sub Menu
      2.6.3 Mega Menu
      2.6.4 Mobile Menu
  2.2 breadcrumb

03===== Contant =======
  3.1 Banner
  3.2  portfolio
  3.3  Product detail page
  3.4  Checkout
  3.5  Blog
  3.6  login-register
  3.7  Team
  3.8  Price
  3.9  site map
  3.9.2 Progress Bars
  3.10 Testimonial
  3.11 Owl-nav
  3.12 Newsletter
  3.13 Contact

04====== Footer ========

*/
/*----------------------------------------*/
/*  01. Common CSS
/*----------------------------------------*/
/*-- Google Font --*/
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,500,600,700,900|Source+Sans+Pro:400,600,700&display=swap');
.loder {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loder.gif) center no-repeat #fff;
}

/*-----------------------------------------
     Common Style
-----------------------------------------*/
*, *::after, *::before {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  background-color: #ffffff;
  line-height: 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  visibility: visible;
  font-family: "Source Sans Pro", sans-serif;
  color: #808080;
  position: relative;
  letter-spacing: 0.25px;
}
.box-shado {
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
}
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Playfair Display";
  font-weight: 600;
  margin-top: 0;
}

h1 {
  font-size: 50px;
  line-height: 60px;
}

h2 {
  font-size: 38px;
  line-height: 42px;
}

h3 {
  font-size: 30px;
  line-height: 36px;
}

h4 {
  font-size: 24px;
  line-height: 28px;
}

h5 {
  font-size: 18px;
  line-height: 22px;
}

h6 {
  font-size: 14px;
  line-height: 16px;
}
  

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input, span {
  transition: all 0.3s ease 0s;
}

img {
  max-width: 100%;
}

.control-label {
  font-weight: bold;
  margin: 0;
  float: left;
}

label {
  font-weight: 500;
  color: #222;
  margin-bottom:3px;
}
small, .small {
    font-style: italic;
    color: #737373;
}
.checkbox label, .radio label {
  font-weight: normal;
}

.list-group-item {
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  overflow: hidden;
  padding: 0px;
}

select {
  text-indent: 1px;
  text-overflow: '';
  cursor: pointer;
}
.embed-responsive{
  height: auto;
}
.form-control {
  font-size: 18px;
  border-radius: 4px;
  padding: 10px 25px;
  border: 2px solid #e5e5e5;
  height: calc(3em + 2px);
  box-shadow: none;
}

.form-control:hover, .form-control:focus {
  box-shadow: none;
  border-color: #160984;
}

input {
  padding: 10px 25px;
}

textarea {
  min-height: 140px;
  width: 100%;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover, a.active {
  text-decoration: none;
  color: #160984;
}

button, input[type="submit"] {
  cursor: pointer;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.dropdown-menu {
    border-radius: 0;
    padding: 10px 20px;
    background: #f5f5f5;
    font-size: 14px;
}
blockquote {
    padding-left: 20px;
    border-left: 2px solid #160984;
    font-style: italic;
    color:#222;
}
/*----------------------------------------- 
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.section {
  float: left;
  width: 100%;
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1200px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .container {
    max-width: 1200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width:100%;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .container {
    max-width: 95%;
  }
}

.bold {
  font-weight: 700;
}

.semi-bold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.light {
  font-weight: 300;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}

.gutters-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutters-10 > .col, .gutters-10 > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
  margin: 0;
}

/*-- Container Fluid --*/
.container-fluid {
  padding: 0 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .container-fluid {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container-fluid {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .container-fluid {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 479px) {
  .container-fluid {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .footer-section .container-fluid {
    padding: 0 15px;
    width: 1200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section .container-fluid {
    padding: 0 15px;
    width: 960px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-section .container-fluid {
    padding: 0 15px;
    width: 750px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-section .container-fluid {
    padding: 0 15px;
    width: 450px;
  }
}

@media only screen and (max-width: 479px) {
  .footer-section .container-fluid {
    padding: 0 15px;
    width: 320px;
  }
}

/*-- 
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

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

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-5 {
  margin-top: 5px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sm-5 {
    margin-top: 5px;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mt-sm-15 {
    margin-top: 15px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mt-sm-25 {
    margin-top: 25px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mt-sm-35 {
    margin-top: 35px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mt-sm-45 {
    margin-top: 45px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mt-sm-55 {
    margin-top: 55px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mt-sm-65 {
    margin-top: 65px;
  }
  .mt-sm-70 {
    margin-top: 70px;
  }
  .mt-sm-75 {
    margin-top: 75px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mt-sm-85 {
    margin-top: 85px;
  }
  .mt-sm-90 {
    margin-top: 90px;
  }
  .mt-sm-95 {
    margin-top: 95px;
  }
  .mt-sm-100 {
    margin-top: 100px;
  }
  .mt-sm-105 {
    margin-top: 105px;
  }
  .mt-sm-110 {
    margin-top: 110px;
  }
  .mt-sm-115 {
    margin-top: 115px;
  }
  .mt-sm-120 {
    margin-top: 120px;
  }
  .mt-sm-125 {
    margin-top: 125px;
  }
  .mt-sm-130 {
    margin-top: 130px;
  }
  .mt-sm-135 {
    margin-top: 135px;
  }
  .mt-sm-140 {
    margin-top: 140px;
  }
  .mt-sm-145 {
    margin-top: 145px;
  }
  .mt-sm-150 {
    margin-top: 150px;
  }
  .mt-sm-155 {
    margin-top: 155px;
  }
  .mt-sm-160 {
    margin-top: 160px;
  }
  .mt-sm-165 {
    margin-top: 165px;
  }
  .mt-sm-170 {
    margin-top: 170px;
  }
  .mt-sm-175 {
    margin-top: 175px;
  }
  .mt-sm-180 {
    margin-top: 180px;
  }
  .mt-sm-185 {
    margin-top: 185px;
  }
  .mt-sm-190 {
    margin-top: 190px;
  }
  .mt-sm-195 {
    margin-top: 195px;
  }
  .mt-sm-200 {
    margin-top: 200px;
  }
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

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

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-5 {
  margin-bottom: 5px !important;
}

@media only screen and (max-width: 767px) {
  .mb-sm-5 {
    margin-bottom: 5px;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .mb-sm-15 {
    margin-bottom: 15px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mb-sm-25 {
    margin-bottom: 25px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mb-sm-35 {
    margin-bottom: 35px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mb-sm-45 {
    margin-bottom: 45px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .mb-sm-55 {
    margin-bottom: 55px;
  }
  .mb-sm-60 {
    margin-bottom: 60px;
  }
  .mb-sm-65 {
    margin-bottom: 65px;
  }
  .mb-sm-70 {
    margin-bottom: 70px;
  }
  .mb-sm-75 {
    margin-bottom: 75px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .mb-sm-85 {
    margin-bottom: 85px;
  }
  .mb-sm-90 {
    margin-bottom: 90px;
  }
  .mb-sm-95 {
    margin-bottom: 95px;
  }
  .mb-sm-100 {
    margin-bottom: 100px;
  }
  .mb-sm-105 {
    margin-bottom: 105px;
  }
  .mb-sm-110 {
    margin-bottom: 110px;
  }
  .mb-sm-115 {
    margin-bottom: 115px;
  }
  .mb-sm-120 {
    margin-bottom: 120px;
  }
  .mb-sm-125 {
    margin-bottom: 125px;
  }
  .mb-sm-130 {
    margin-bottom: 130px;
  }
  .mb-sm-135 {
    margin-bottom: 135px;
  }
  .mb-sm-140 {
    margin-bottom: 140px;
  }
  .mb-sm-145 {
    margin-bottom: 145px;
  }
  .mb-sm-150 {
    margin-bottom: 150px;
  }
  .mb-sm-155 {
    margin-bottom: 155px;
  }
  .mb-sm-160 {
    margin-bottom: 160px;
  }
  .mb-sm-165 {
    margin-bottom: 165px;
  }
  .mb-sm-170 {
    margin-bottom: 170px;
  }
  .mb-sm-175 {
    margin-bottom: 175px;
  }
  .mb-sm-180 {
    margin-bottom: 180px;
  }
  .mb-sm-185 {
    margin-bottom: 185px;
  }
  .mb-sm-190 {
    margin-bottom: 190px;
  }
  .mb-sm-195 {
    margin-bottom: 195px;
  }
  .mb-sm-200 {
    margin-bottom: 200px;
  }
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.ml-5 {
  margin-left: 5px !important;
}

@media only screen and (max-width: 767px) {
  .ml-sm-5 {
    margin-left: 5px;
  }
  .ml-sm-10 {
    margin-left: 10px;
  }
  .ml-sm-15 {
    margin-left: 15px;
  }
  .ml-sm-20 {
    margin-left: 20px;
  }
  .ml-sm-25 {
    margin-left: 25px;
  }
  .ml-sm-30 {
    margin-left: 30px;
  }
  .ml-sm-35 {
    margin-left: 35px;
  }
  .ml-sm-40 {
    margin-left: 40px;
  }
  .ml-sm-45 {
    margin-left: 45px;
  }
  .ml-sm-50 {
    margin-left: 50px;
  }
  .ml-sm-55 {
    margin-left: 55px;
  }
  .ml-sm-60 {
    margin-left: 60px;
  }
  .ml-sm-65 {
    margin-left: 65px;
  }
  .ml-sm-70 {
    margin-left: 70px;
  }
  .ml-sm-75 {
    margin-left: 75px;
  }
  .ml-sm-80 {
    margin-left: 80px;
  }
  .ml-sm-85 {
    margin-left: 85px;
  }
  .ml-sm-90 {
    margin-left: 90px;
  }
  .ml-sm-95 {
    margin-left: 95px;
  }
  .ml-sm-100 {
    margin-left: 100px;
  }
  .ml-sm-105 {
    margin-left: 105px;
  }
  .ml-sm-110 {
    margin-left: 110px;
  }
  .ml-sm-115 {
    margin-left: 115px;
  }
  .ml-sm-120 {
    margin-left: 120px;
  }
  .ml-sm-125 {
    margin-left: 125px;
  }
  .ml-sm-130 {
    margin-left: 130px;
  }
  .ml-sm-135 {
    margin-left: 135px;
  }
  .ml-sm-140 {
    margin-left: 140px;
  }
  .ml-sm-145 {
    margin-left: 145px;
  }
  .ml-sm-150 {
    margin-left: 150px;
  }
  .ml-sm-155 {
    margin-left: 155px;
  }
  .ml-sm-160 {
    margin-left: 160px;
  }
  .ml-sm-165 {
    margin-left: 165px;
  }
  .ml-sm-170 {
    margin-left: 170px;
  }
  .ml-sm-175 {
    margin-left: 175px;
  }
  .ml-sm-180 {
    margin-left: 180px;
  }
  .ml-sm-185 {
    margin-left: 185px;
  }
  .ml-sm-190 {
    margin-left: 190px;
  }
  .ml-sm-195 {
    margin-left: 195px;
  }
  .ml-sm-200 {
    margin-left: 200px;
  }
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.mr-5 {
  margin-right: 5px !important;
}

@media only screen and (max-width: 767px) {
  .mright-sm-5 {
    margin-right: 5px;
  }
  .mright-sm-10 {
    margin-right: 10px;
  }
  .mright-sm-15 {
    margin-right: 15px;
  }
  .mright-sm-20 {
    margin-right: 20px;
  }
  .mright-sm-25 {
    margin-right: 25px;
  }
  .mright-sm-30 {
    margin-right: 30px;
  }
  .mright-sm-35 {
    margin-right: 35px;
  }
  .mright-sm-40 {
    margin-right: 40px;
  }
  .mright-sm-45 {
    margin-right: 45px;
  }
  .mright-sm-50 {
    margin-right: 50px;
  }
  .mright-sm-55 {
    margin-right: 55px;
  }
  .mright-sm-60 {
    margin-right: 60px;
  }
  .mright-sm-65 {
    margin-right: 65px;
  }
  .mright-sm-70 {
    margin-right: 70px;
  }
  .mright-sm-75 {
    margin-right: 75px;
  }
  .mright-sm-80 {
    margin-right: 80px;
  }
  .mright-sm-85 {
    margin-right: 85px;
  }
  .mright-sm-90 {
    margin-right: 90px;
  }
  .mright-sm-95 {
    margin-right: 95px;
  }
  .mright-sm-100 {
    margin-right: 100px;
  }
  .mright-sm-105 {
    margin-right: 105px;
  }
  .mright-sm-110 {
    margin-right: 110px;
  }
  .mright-sm-115 {
    margin-right: 115px;
  }
  .mright-sm-120 {
    margin-right: 120px;
  }
  .mright-sm-125 {
    margin-right: 125px;
  }
  .mright-sm-130 {
    margin-right: 130px;
  }
  .mright-sm-135 {
    margin-right: 135px;
  }
  .mright-sm-140 {
    margin-right: 140px;
  }
  .mright-sm-145 {
    margin-right: 145px;
  }
  .mright-sm-150 {
    margin-right: 150px;
  }
  .mright-sm-155 {
    margin-right: 155px;
  }
  .mright-sm-160 {
    margin-right: 160px;
  }
  .mright-sm-165 {
    margin-right: 165px;
  }
  .mright-sm-170 {
    margin-right: 170px;
  }
  .mright-sm-175 {
    margin-right: 175px;
  }
  .mright-sm-180 {
    margin-right: 180px;
  }
  .mright-sm-185 {
    margin-right: 185px;
  }
  .mright-sm-190 {
    margin-right: 190px;
  }
  .mright-sm-195 {
    margin-right: 195px;
  }
  .mright-sm-200 {
    margin-right: 200px;
  }
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

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

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-5 {
  padding-top: 5px !important;
}

@media only screen and (max-width: 767px) {
  .pt-sm-5 {
    padding-top: 5px;
  }
  .pt-sm-10 {
    padding-top: 10px;
  }
  .pt-sm-15 {
    padding-top: 15px;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .pt-sm-25 {
    padding-top: 25px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pt-sm-35 {
    padding-top: 35px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pt-sm-45 {
    padding-top: 45px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .pt-sm-55 {
    padding-top: 55px;
  }
  .pt-sm-60 {
    padding-top: 60px;
  }
  .pt-sm-65 {
    padding-top: 65px;
  }
  .pt-sm-70 {
    padding-top: 70px;
  }
  .pt-sm-75 {
    padding-top: 75px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pt-sm-85 {
    padding-top: 85px;
  }
  .pt-sm-90 {
    padding-top: 90px;
  }
  .pt-sm-95 {
    padding-top: 95px;
  }
  .pt-sm-100 {
    padding-top: 100px;
  }
  .pt-sm-105 {
    padding-top: 105px;
  }
  .pt-sm-110 {
    padding-top: 110px;
  }
  .pt-sm-115 {
    padding-top: 115px;
  }
  .pt-sm-120 {
    padding-top: 120px;
  }
  .pt-sm-125 {
    padding-top: 125px;
  }
  .pt-sm-130 {
    padding-top: 130px;
  }
  .pt-sm-135 {
    padding-top: 135px;
  }
  .pt-sm-140 {
    padding-top: 140px;
  }
  .pt-sm-145 {
    padding-top: 145px;
  }
  .pt-sm-150 {
    padding-top: 150px;
  }
  .pt-sm-155 {
    padding-top: 155px;
  }
  .pt-sm-160 {
    padding-top: 160px;
  }
  .pt-sm-165 {
    padding-top: 165px;
  }
  .pt-sm-170 {
    padding-top: 170px;
  }
  .pt-sm-175 {
    padding-top: 175px;
  }
  .pt-sm-180 {
    padding-top: 180px;
  }
  .pt-sm-185 {
    padding-top: 185px;
  }
  .pt-sm-190 {
    padding-top: 190px;
  }
  .pt-sm-195 {
    padding-top: 195px;
  }
  .pt-sm-200 {
    padding-top: 200px;
  }
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-5 {
  padding-bottom: 5px !important;
}

@media only screen and (max-width: 767px) {
  .pb-sm-5 {
    padding-bottom: 5px;
  }
  .pb-sm-10 {
    padding-bottom: 10px;
  }
  .pb-sm-15 {
    padding-bottom: 15px;
  }
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .pb-sm-25 {
    padding-bottom: 25px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .pb-sm-35 {
    padding-bottom: 35px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .pb-sm-45 {
    padding-bottom: 45px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  .pb-sm-55 {
    padding-bottom: 55px;
  }
  .pb-sm-60 {
    padding-bottom: 60px;
  }
  .pb-sm-65 {
    padding-bottom: 65px;
  }
  .pb-sm-70 {
    padding-bottom: 70px;
  }
  .pb-sm-75 {
    padding-bottom: 75px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .pb-sm-85 {
    padding-bottom: 85px;
  }
  .pb-sm-90 {
    padding-bottom: 90px;
  }
  .pb-sm-95 {
    padding-bottom: 95px;
  }
  .pb-sm-100 {
    padding-bottom: 100px;
  }
  .pb-sm-105 {
    padding-bottom: 105px;
  }
  .pb-sm-110 {
    padding-bottom: 110px;
  }
  .pb-sm-115 {
    padding-bottom: 115px;
  }
  .pb-sm-120 {
    padding-bottom: 120px;
  }
  .pb-sm-125 {
    padding-bottom: 125px;
  }
  .pb-sm-130 {
    padding-bottom: 130px;
  }
  .pb-sm-135 {
    padding-bottom: 135px;
  }
  .pb-sm-140 {
    padding-bottom: 140px;
  }
  .pb-sm-145 {
    padding-bottom: 145px;
  }
  .pb-sm-150 {
    padding-bottom: 150px;
  }
  .pb-sm-155 {
    padding-bottom: 155px;
  }
  .pb-sm-160 {
    padding-bottom: 160px;
  }
  .pb-sm-165 {
    padding-bottom: 165px;
  }
  .pb-sm-170 {
    padding-bottom: 170px;
  }
  .pb-sm-175 {
    padding-bottom: 175px;
  }
  .pb-sm-180 {
    padding-bottom: 180px;
  }
  .pb-sm-185 {
    padding-bottom: 185px;
  }
  .pb-sm-190 {
    padding-bottom: 190px;
  }
  .pb-sm-195 {
    padding-bottom: 195px;
  }
  .pb-sm-200 {
    padding-bottom: 200px;
  }
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pl-5 {
  padding-left: 5px !important;
}

@media only screen and (max-width: 767px) {
  .pl-sm-5 {
    padding-left: 5px;
  }
  .pl-sm-10 {
    padding-left: 10px;
  }
  .pl-sm-15 {
    padding-left: 15px;
  }
  .pl-sm-20 {
    padding-left: 20px;
  }
  .pl-sm-25 {
    padding-left: 25px;
  }
  .pl-sm-30 {
    padding-left: 30px;
  }
  .pl-sm-35 {
    padding-left: 35px;
  }
  .pl-sm-40 {
    padding-left: 40px;
  }
  .pl-sm-45 {
    padding-left: 45px;
  }
  .pl-sm-50 {
    padding-left: 50px;
  }
  .pl-sm-55 {
    padding-left: 55px;
  }
  .pl-sm-60 {
    padding-left: 60px;
  }
  .pl-sm-65 {
    padding-left: 65px;
  }
  .pl-sm-70 {
    padding-left: 70px;
  }
  .pl-sm-75 {
    padding-left: 75px;
  }
  .pl-sm-80 {
    padding-left: 80px;
  }
  .pl-sm-85 {
    padding-left: 85px;
  }
  .pl-sm-90 {
    padding-left: 90px;
  }
  .pl-sm-95 {
    padding-left: 95px;
  }
  .pl-sm-100 {
    padding-left: 100px;
  }
  .pl-sm-105 {
    padding-left: 105px;
  }
  .pl-sm-110 {
    padding-left: 110px;
  }
  .pl-sm-115 {
    padding-left: 115px;
  }
  .pl-sm-120 {
    padding-left: 120px;
  }
  .pl-sm-125 {
    padding-left: 125px;
  }
  .pl-sm-130 {
    padding-left: 130px;
  }
  .pl-sm-135 {
    padding-left: 135px;
  }
  .pl-sm-140 {
    padding-left: 140px;
  }
  .pl-sm-145 {
    padding-left: 145px;
  }
  .pl-sm-150 {
    padding-left: 150px;
  }
  .pl-sm-155 {
    padding-left: 155px;
  }
  .pl-sm-160 {
    padding-left: 160px;
  }
  .pl-sm-165 {
    padding-left: 165px;
  }
  .pl-sm-170 {
    padding-left: 170px;
  }
  .pl-sm-175 {
    padding-left: 175px;
  }
  .pl-sm-180 {
    padding-left: 180px;
  }
  .pl-sm-185 {
    padding-left: 185px;
  }
  .pl-sm-190 {
    padding-left: 190px;
  }
  .pl-sm-195 {
    padding-left: 195px;
  }
  .pl-sm-200 {
    padding-left: 200px;
  }
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.pr-5 {
  padding-right: 5px !important;
}

@media only screen and (max-width: 767px) {
  .pr-sm-5 {
    padding-right: 5px;
  }
  .pr-sm-10 {
    padding-right: 10px;
  }
  .pr-sm-15 {
    padding-right: 15px;
  }
  .pr-sm-20 {
    padding-right: 20px;
  }
  .pr-sm-25 {
    padding-right: 25px;
  }
  .pr-sm-30 {
    padding-right: 30px;
  }
  .pr-sm-35 {
    padding-right: 35px;
  }
  .pr-sm-40 {
    padding-right: 40px;
  }
  .pr-sm-45 {
    padding-right: 45px;
  }
  .pr-sm-50 {
    padding-right: 50px;
  }
  .pr-sm-55 {
    padding-right: 55px;
  }
  .pr-sm-60 {
    padding-right: 60px;
  }
  .pr-sm-65 {
    padding-right: 65px;
  }
  .pr-sm-70 {
    padding-right: 70px;
  }
  .pr-sm-75 {
    padding-right: 75px;
  }
  .pr-sm-80 {
    padding-right: 80px;
  }
  .pr-sm-85 {
    padding-right: 85px;
  }
  .pr-sm-90 {
    padding-right: 90px;
  }
  .pr-sm-95 {
    padding-right: 95px;
  }
  .pr-sm-100 {
    padding-right: 100px;
  }
  .pr-sm-105 {
    padding-right: 105px;
  }
  .pr-sm-110 {
    padding-right: 110px;
  }
  .pr-sm-115 {
    padding-right: 115px;
  }
  .pr-sm-120 {
    padding-right: 120px;
  }
  .pr-sm-125 {
    padding-right: 125px;
  }
  .pr-sm-130 {
    padding-right: 130px;
  }
  .pr-sm-135 {
    padding-right: 135px;
  }
  .pr-sm-140 {
    padding-right: 140px;
  }
  .pr-sm-145 {
    padding-right: 145px;
  }
  .pr-sm-150 {
    padding-right: 150px;
  }
  .pr-sm-155 {
    padding-right: 155px;
  }
  .pr-sm-160 {
    padding-right: 160px;
  }
  .pr-sm-165 {
    padding-right: 165px;
  }
  .pr-sm-170 {
    padding-right: 170px;
  }
  .pr-sm-175 {
    padding-right: 175px;
  }
  .pr-sm-180 {
    padding-right: 180px;
  }
  .pr-sm-185 {
    padding-right: 185px;
  }
  .pr-sm-190 {
    padding-right: 190px;
  }
  .pr-sm-195 {
    padding-right: 195px;
  }
  .pr-sm-200 {
    padding-right: 200px;
  }
}

/*----------------------------------------- 
    - Input Placeholder
-----------------------------------------*/
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*-----------------------------------------
    - Custom Row
------------------------------------------*/
.row-0 {
  margin-left: -0px;
  margin-right: -0px;
}

.row-0 > [class*="col"] {
  padding-left: 0px;
  padding-right: 0px;
}

.row-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-5 > [class*="col"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-10 [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}

.row-20 {
  margin-left: -20px;
  margin-right: -20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row-20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row-20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-20 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .row-20 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

@media only screen and (max-width: 479px) {
  .row-20 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row-20 > [class*="col"], .row-20 > [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row-20 > [class*="col"], .row-20 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row-20 > [class*="col"], .row-20 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-20 > [class*="col"], .row-20 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .row-20 > [class*="col"], .row-20 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 479px) {
  .row-20 > [class*="col"], .row-20 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row-25 {
  margin-left: -25px;
  margin-right: -25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row-25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row-25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-25 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .row-25 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

@media only screen and (max-width: 479px) {
  .row-25 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row-25 > [class*="col"], .row-25 > [class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row-25 > [class*="col"], .row-25 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row-25 > [class*="col"], .row-25 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-25 > [class*="col"], .row-25 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .row-25 > [class*="col"], .row-25 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 479px) {
  .row-25 > [class*="col"], .row-25 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row-30 {
  margin-left: -30px;
  margin-right: -30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-30 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .row-30 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

@media only screen and (max-width: 479px) {
  .row-30 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row-30 > [class*="col"], .row-30 > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row-30 > [class*="col"], .row-30 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row-30 > [class*="col"], .row-30 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-30 > [class*="col"], .row-30 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .row-30 > [class*="col"], .row-30 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 479px) {
  .row-30 > [class*="col"], .row-30 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row-40 {
  margin-left: -40px;
  margin-right: -40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row-40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row-40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-40 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .row-40 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

@media only screen and (max-width: 479px) {
  .row-40 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row-40 > [class*="col"], .row-40 > [class*="col-"] {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row-40 > [class*="col"], .row-40 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row-40 > [class*="col"], .row-40 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-40 > [class*="col"], .row-40 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .row-40 > [class*="col"], .row-40 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 479px) {
  .row-40 > [class*="col"], .row-40 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/*----------------------------------------- 
    Scroll Up 
-----------------------------------------*/
a#scrollup{
  position: fixed;
}
#scrollup i{
  background: #160984 none repeat scroll 0 0;
  bottom: 15px;
  color: #fff;
  content: "f062";
  font-size: 20px;
  height: 50px;
  padding: 13px 16px;
  position: fixed;
  right: 20px;
  width: 50px;
  z-index: 99;
  border-radius: 30px;
  box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
}

/*-----------------------------------------
    - Background Color
------------------------------------------*/
.bg-gray {
  background-color: #f5f5f5;
}
.bg-light-transparent {
  background-color: rgba(255,255,255,0.8);
}
.bg-gradiant {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8d5d5+0,f8e6cb+50,f2c0c0+100 */
background: #FFDE6F; /* Old browsers */
background: -moz-linear-gradient(45deg,  #FFDE6F 0%, #f8e6cb 50%, #FFDE6F 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #FFDE6F 0%,#f8e6cb 50%,#FFDE6F 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #FFDE6F 0%,#f8e6cb 50%,#FFDE6F 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFDE6F', endColorstr='#FFDE6F',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.white{
  background: #fff !important;
  border-color: #fff !important;
}
.bg-ivory {
  background-color: #fefcef;
}

img.mfp-img {
  background-color: #f6f7f8;
  padding: 0;
  margin: 40px auto;
}

/*-----------------------------------------
    - Social Color
------------------------------------------*/
.facebook {
  background-color: #3B5997;
  color: #ffffff;
}

.facebook:hover {
  background-color: #3B5997;
  color: #ffffff;
}

.twitter {
  background-color: #1DA1F2;
  color: #ffffff;
}

.twitter:hover {
  background-color: #1DA1F2;
  color: #ffffff;
}

.linkedin {
  background-color: #0077B5;
  color: #ffffff;
}

.linkedin:hover {
  background-color: #0077B5;
  color: #ffffff;
}

.pinterest {
  background-color: #BD081C;
  color: #ffffff;
}

.pinterest:hover {
  background-color: #BD081C;
  color: #ffffff;
}

.google-plus {
  background-color: #D11718;
  color: #ffffff;
}

.google-plus:hover {
  background-color: #D11718;
  color: #ffffff;
}

.behance {
  background-color: #005CFF;
  color: #ffffff;
}

.behance:hover {
  background-color: #005CFF;
  color: #ffffff;
}

.dribbble {
  background-color: #E84C88;
  color: #ffffff;
}

.dribbble:hover {
  background-color: #E84C88;
  color: #ffffff;
}

.github {
  background-color: #323131;
  color: #ffffff;
}

.github:hover {
  background-color: #323131;
  color: #ffffff;
}

.instagram {
  background-color: #DC3472;
  color: #ffffff;
}

.instagram:hover {
  background-color: #DC3472;
  color: #ffffff;
}

.medium {
  background-color: #00AB6C;
  color: #ffffff;
}

.medium:hover {
  background-color: #00AB6C;
  color: #ffffff;
}

.reddit {
  background-color: #FF4501;
  color: #ffffff;
}

.reddit:hover {
  background-color: #FF4501;
  color: #ffffff;
}

.skype {
  background-color: #00AFF0;
  color: #ffffff;
}

.skype:hover {
  background-color: #00AFF0;
  color: #ffffff;
}

.slack {
  background-color: #63C1A0;
  color: #ffffff;
}

.slack:hover {
  background-color: #63C1A0;
  color: #ffffff;
}

.snapchat {
  background-color: #FFFC00;
  color: #ffffff;
}

.snapchat:hover {
  background-color: #FFFC00;
  color: #ffffff;
}

.tumblr {
  background-color: #01273A;
  color: #ffffff;
}

.tumblr:hover {
  background-color: #01273A;
  color: #ffffff;
}

.vimeo {
  background-color: #00ADEF;
  color: #ffffff;
}

.vimeo:hover {
  background-color: #00ADEF;
  color: #ffffff;
}

.youtube {
  background-color: #FE0002;
  color: #ffffff;
}

.youtube:hover {
  background-color: #FE0002;
  color: #ffffff;
}

/*-----------------------------------------
 Tab Content & Pane Fix 
 -----------------------------------------*/
.tab-content {
  width: 100%;
}

.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .laptop-3-column > [class*="col-"], .laptop-3-column > [class*="col"] {
    flex: 1 0 33.3333%;
    max-width: 33.3333%;
  }
}

/*-----------------------------------------
    -Pagination 
 -----------------------------------------*/
.pagination-nav ul li {
  display: inline-block;
  margin: 0 2px;
}

.pagination-nav ul li.active a,.pagination-nav ul li:hover a {
  background: #160984 none repeat scroll 0 0;
  color: #fff;
}

.pagination-nav ul li a {
  background-color: #f7f7f7;
  color: #808080;
  display: block;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  width: 46px;
  border-radius: 4px;
}

/*-----------------------------------------
    - Button
------------------------------------------*/
.btn {
  font-size: 16px;
  padding: 13px 30px;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 4px;
}
.btn-default{
  background: #FFC400;
  color: #fff;
}
.btn:hover, .btn:focus {
  background: #160984;
  text-decoration: none;
  box-shadow: none;
  color: #fff;
}

@media only screen and (max-width: 767px) {
.btn {
  font-size: 14px;
  padding: 9px 20px;

}
}
.btn.hover-theme::before {
  background-color: #f5d730;
}

.btn.hover-theme:hover {
  border-color: #f5d730;
  color: #202020;
}

.btn.hover-theme:hover::before {
  height: 300%;
  opacity: 1;
}

.btn.btn-circle {
  border-radius: 50px;
}

.btn.btn-radius {
  border-radius: 5px;
}

.btn.btn-square {
  border-radius: 0;
}

.btn.btn-text {
  border-radius: 0;
  padding: 0;
  line-height: 20px;
  border: none;
}

.btn.btn-text::before {
  display: none;
}

.btn.btn-text.hover-theme:hover {
  color: #f5d730;
}

.btn.btn-underline {
  text-decoration: underline;
}

.btn.btn-large {
  padding: 15px 40px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .btn.btn-large {
    font-size: 12px;
    padding: 7px 25px;
  }
}

@media only screen and (max-width: 479px) {
  .btn.btn-large {
    font-size: 11px;
    padding: 4px 15px;
    margin-top: 15px;
  }
}

.btn.btn-medium {
  padding: 7px 20px;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .btn.btn-medium {
    font-size: 12px;
    padding: 7px 25px;
  }
}

@media only screen and (max-width: 479px) {
  .btn.btn-medium {
    font-size: 11px;
    padding: 4px 15px;
    margin-top: 15px;
  }
}

.btn.btn-small {
  padding: 4px 15px;
  font-size: 11px;
}



/*---------------------------------------
    Section Title
-----------------------------------------*/

.title h2{
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}
.title h3{
  font-size: 40px;
  line-height: 1;
}

.sub-title {
  font-size: 24px;
  font-weight: 300;
  display: inline-block;
  line-height: 1;
  color: #000;
}
@media only screen and (max-width: 991px) {
  .title h2{
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .title h2{
    font-size: 34px;
  }
}
@media only screen and (max-width: 480px) {
  .sub-title{
    font-size: 28px;
  }
}
/*---------------------------------------
    2.1 Header
-----------------------------------------*/
#header {
    z-index: 9;
    background: #160984;
}

.login-trial .btn{
    font-size: 16px;
    padding: 8px 25px;
    background: #fff;
    color: #160984;
}
.login-trial .btn:hover{
    background: #FFC400;
    color: #160984;
}
@media only screen and (max-width: 991px) {
#header {
    z-index: 9;
}
}
#header.fixed {
    position: fixed;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}
.header-section {
  width: 100%;
  z-index: 99999;
}
@media only screen and (max-width: 500px) {
.login-trial .login {
  margin: 0;
}
}
/*-- Sticky Header --*/
.header-sticky.is-sticky {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

/*----------------------------------------
    2.2 Header Top
-----------------------------------------*/
.header-top {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    color: #000;
}
.header-top ul li i, .header-top .phone i{
  margin-right: 10px;
  color: #160984;
}

.header-top ul li {
  display: inline-block;
}

/*---------------------------------------
    2.6 Menu
-----------------------------------------*/
.navbar-brand{
  height: auto;
}
.navbar{
  margin: 0;
}
.navbar-nav {
    margin: 0 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .navbar-nav {
    background: rgba(0,0,0,0.8);
    padding: 20px;
    margin-top: 20px;
}
}
.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: "Source Sans Pro";
    font-weight: 500;
}
}
.navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.5);
}

/*---------------------------------------
    banner
-----------------------------------------*/
.banner.section {
   /* position: relative;
    background: url(../images/main_banner1.jpg);
    min-height: 900px;*/
}

.banner-content {

    position: absolute;
    top: 36%;
    left: 0;
    right: 0;
}
.banner-content h1 {
    font-size: 70px;
    line-height: 1;
    font-family: "Playfair Display";
    font-weight: 700;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1366px) {
.banner-content h1 {
    font-size: 60px;
    line-height: 1
}
}
@media only screen and (max-width: 1100px) {
 .banner-content {
    top: 40%;
}
.banner-content p {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 20px;

}
.mainbanner .item > img{
  min-height: 500px;
}
}
@media only screen and (max-width: 991px) {
.banner-content {
    top: 25%;
}
.banner-content h1 {
    font-size: 40px;
    line-height: 1
}
.banner-content p {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 20px;

}
}
@media only screen and (max-width: 767px) {
 .banner-content {
    top: 8%;
}
.banner-content h1 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
}
.banner-text {
    margin-top: 0px;
}

}
/*-----------------------
    nav
------------------------*/
.nav ul li a {
    padding: 5px;

}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px 0 0;
}
.navbar-nav .nav-item .dropdown-menu {
    list-style: disc;
}
.nav ul li:hover a {
    font-size: 18px;
    color: #fff;
    font-family: "Source Sans Pro";
    font-weight: 500;

}
@media only screen and (max-width: 500px) {

.login-trial div{
  text-align: center !important;
  margin:15px 0 5px 0;
}
}


/*---------------------------------------
  Work smarter
----------------------------------------*/
.work-smarter h2{
  font-size: 60px;
  line-height: 1;
  margin-bottom: 30px;

}
.work-smarter p{
  font-family: "Source Sans Pro";
  font-size: 28px;
  color: #666;
  line-height: 1.2;
  word-break: keep-all;
}
.work-smarter p span{
  color: #334749;
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
.work-smarter h2{
  font-size: 46px;
}
.work-smarter p {
  font-size: 28px;
}
.work-smarter, .assets-money-video{
  padding: 40px 0;
}
}
@media only screen and (max-width: 767px) {
.work-smarter h2{
  font-size: 36px;
}
.work-smarter p {
  font-size: 22px;
}
.work-smarter, .assets-money-video{
  padding: 20px 0;
}
}

/*---------------------------------------
chat
----------------------------------------*/
.feature-icon {
  width: 90px;
  height: 90px;
  float: left;
}
.feature-icon{
  padding: 10px;
}
/*---------------------------------------
chat
----------------------------------------*/
.footer-chat {
  bottom: 70px;
  color: #222;
  font-size: 14px;
  padding: 10px 15px;
  right: 20px;
  border-radius: 4px;
  position: fixed;
  z-index: 9;
}
.chat-icon {
    background: url("../images/chat-icon.png") no-repeat;
    padding-left: 40px;
}
.footer-chat:hover a{
  color: #160984;
}
.footer-chat a.dropdown-toggle:after{
  display: none;
}
.chat-main{

}
.header-one{
  background: #404040;
}
.name h6{
  display: inline-block;
  font-size: 14px;
}
.options i,.options .arrow-up{
  height: 25px;
  width: 25px;
}
.options i{
  color: #B2B2B2;
  font-size: 16px;
  cursor: pointer;
}
.options .hover:hover, .options .arrow-up:hover{
  background: #737373;
}
.options .arrow-up{
    display: inline-block;
    line-height: 0;
}
.options .hover:hover, .options .arrow-up:hover .fa-arrow-up{
  color: #fff;
}
.options .fa-arrow-up{
  transform: rotate(40deg);
}
.header-two{
  border-top: 2px solid #35AC19;
  background: #ECEFF1;
  color: #5E6060;
  padding: 8px 0px 4px 8px;
  box-shadow: 0px 6px 13px -7px #c1c1c1;
  z-index: 1000;
    position: absolute;
}
.options-left i, .options-right i{
  font-size: 20px;
  cursor: pointer;
}
.options-left i:hover, .options-right i:hover{
  color: #000;
}
.close {
    position: absolute;
    right: 13px;
    top: 13px;
    color:#160984;
}
.name-form{
  border: 1px solid #e5e5e5;
}
.chat-main {
    display: none;
}
.chat-main.show {
    display: block;
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 320px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.chats{
  height: 320px;
  overflow-x: hidden;
  position: relative;
  border: 1px solid #e5e5e5;
  border-width: 0 1px;

}
.chat ul li{
  display: inline-block;
  list-style: none;
  clear: both;
  font-size: 13px;
}
.send-msg{
  position: relative;
}
.send-msg-desc:before{
  content: "";
  width:0;
  height:0;
  top: 0px;
  right: -8px;
  position: absolute;
  border-top: 8px solid #e5e5e5;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.send-msg-desc:after{
  content: "";
  width:0;
  height:0;
  top: 1px;
  right: -6px;
  position: absolute;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.send-msg p{
  text-align: right;
}
.sender-img, .receive-img{
  display: inline;
}
.sender-img img{
  width: 30px;
  height: 30px;
  border-radius: 4px;
}
.receive-msg .receive-msg-desc{
  display: inline-block;
  position: relative;
}
.receive-msg-desc p, .send-msg-desc p{
  border: 1px solid #e5e5e5;
  color: #555;
  border-radius: 4px;
}
.receive-msg-desc p{
  border: 1px solid #e5e5e5;
  max-width: 210px;
  border-radius: 4px;
}
.receive-msg-desc:before{
  content: "";
  width:0;
  height:0;
  top: 0px;
  left: -8px;
  position: absolute;
  border-top: 8px solid #e5e5e5;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.receive-msg-desc:after {
  content: "";
  width:0;
  height:0;
  top: 1px;
  left: -6px;
  position: absolute;
  border-top: 8px solid #f5f5f5;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.receive-msg-time,.send-msg-time{
  color: #160984;
  font-size: 10px;
  position: absolute;
  right: 10px;
  bottom: 0px;
}
.receive-msg-time i{
  font-size: 4px;
}
.msg-box .btn{
  font-size: 12px;
  padding: 9px 12px;
}
.msg-box input {
    width: 215px;
    display: inline-block;
    border: 0;
    margin-right: 10px;
    font-size: 12px;
    border-radius: 4px;
}
.msg-box input::Placeholder {
    color: #a6a6a6;
  }
.msg-box input:focus,.msg-box input:hover{
  outline: none;
  border-color: #160984; 
}

/*---------------------------------------
     breadcrumb
-----------------------------------------*/
.breadcrumb {
  background-image: url("../images/breadcrumb.jpg");
  border-radius: 0;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  position: relative;
  min-height: 350px;
  margin-bottom: -10px;
}
.breadcrumb h1 {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 70px;
    color: #222;
    line-height: 1;
}
@media only screen and (max-width: 767px) {

.breadcrumb h1{
  font-size: 60px;
  line-height: 1;
}
#navbarNavAltMarkup {

    position: absolute;
    right: 0;
    top: 90%;
    box-shadow: none;

}
}
@media only screen and (max-width: 500px) {

.breadcrumb h1{
  font-size: 40px;
  bottom: 10%;
  line-height: 1;
}
}
.navbar-toggler {
    text-align: right;
    margin: 0 0 0 auto;
}

/*---------------------------------------
     widget sidebar
-----------------------------------------*/

.widget_sidebar {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    padding: 25px 30px;
}
.widget_sidebar h3 {
    font-weight: 500;
}
.widget_sidebar li {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    text-align: right;
}
.widget_sidebar li a{
  float: left;
}
.widget_sidebar li:last-child {
    border-bottom: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.widget_sidebar tbody {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.widget_sidebar .table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #fff;
}
.widget_sidebar .table td {
    padding: 10px;
}
.widget_sidebar .contact-number {
    font-size: 18px;
    color: #160984;
    font-weight: 500;
}
.widget_sidebar .job_listings .item {
  background: transparent;
      padding: 0;
  }
  .widget_sidebar .caption.job-detail {
    padding-top: 0;
    border-right: 0;
  }
   .widget_sidebar .popular-jobs .caption {
    float: left;
    width: 63%;
    color: #808080;
}
.widget_sidebar .popular-jobs .caption h4 {
    color: #222;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
   .widget_sidebar .popular-jobs .caption {
    width: 100%;
}
}
/*---------------------------------------
    Features
-----------------------------------------*/

.features{
  background: url("../images/top-feature.png") no-repeat scroll left center;
}
.add-features{
  background: url("../images/add-feature-bg.jpg") no-repeat scroll left center;
}
.add-features h5{
  color: #222;
}
/*---------------------------------------
    3.5 Blog
-----------------------------------------*/
/*-- Blog --*/
.image-thume a {
    position: relative;
}
.blog .box-holder .thumb a.post-img {
  background: #000;
  display: block;
}

@media only screen and (max-width: 767px) {
  .blog .box-holder .thumb a.post-img {
    margin-bottom: 30px;
  }
}

.blog .box-holder .post-info {
  display: inline-block;
  background: #fff;
  border-width: 0 1px 1px 1px;
  width: 100%;
}

.blog .box-holder .post-info h5 a {
  color: #160984;
  font-weight: 700;
  letter-spacing: 1px;
}
.blog .box-holder .post-info .view-blog {
  border-top: 1px solid #e5e5e5;
  display: inline-block;
  width: 100%;
}
.blog .box-holder .post-info .view-blog div{
  display: inline;
  margin-right: 30px;
  color: #000;
}

.blog .box-holder .thumb:hover .post-info {
  bottom: 0;
}

.blog .box-holder .thumb:hover a img {
  opacity: 0.5;
}
.read-more a:hover{
  color: #fff;
}

/*---------------------------------------
    Blog Page
-----------------------------------------*/
#left-blog .blog-item .post-format {
  float: left;
}

#left-blog .blog-item .post-info {
  float: left;
}

.blog-category li {
  margin: 0 0 10px;
}

.blog-item {
  display: inline-block;
  float: left;
}
.thumb.post-img {
    position: relative;
}
.blog-item .post-type {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  color: #000;
  cursor: default;
  font-size: 20px;
  height: 40px;
  left: 25px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 25px;
  width: 40px;
}

/*---------------------------------------
    Single Blog Page
-----------------------------------------*/
.author-avatar, .comment-avatar {
  float: left;
  margin-right: 20px;
  width: 80px;
}

.comment-body {
  position: relative;
  display: inline-block;
}

.comment-body .comment-main .comment-reply {
  position: absolute;
  top: 0;
  right: 0;
}

.media-left {
    max-width: 90px;
    margin: 0 10px 15px 0;
}
.media-body h5 {
    margin: 0;
}
.tag ul li {

    display: inline-block;
    border: 2px solid #e5e5e5;
    padding: 6px 12px;
    margin-bottom: 5px;
    border-radius: 4px;
}
.tag ul li:hover {
    border: 2px solid #160984;
}
/*---------------------------------------
    3.6 Login & Register
-----------------------------------------*/
/*-- Login --*/
.login h3 {
  font-size: 26px;
  margin-bottom: 20px;
}

.login p {
  font-size: 14px;
  line-height: 23px;
  max-width: 500px;
}
.login form a {
  float: right;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  display: inline-block;
  margin-bottom: 15px;
}

.login form a:hover {
  color: #202020;
}

/*-- Social Login --*/
.social-login {
  margin: auto;
  background: #f5f5f5;
  padding: 45px;
  text-align: center;
}

.social-login h3 {
  font-size: 24px;
  margin-bottom: 45px;
}

.social-login a {
  width: 250px;
  height: 50px;
  padding: 10px 50px 10px 30px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 30px;
  text-align: left;
  position: relative;
  margin-bottom: 20px;
}

.social-login a i {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  right: 4px;
  top: 4px;
  transition: all 0.3s ease 0s;
}

.social-login a.facebook-login {
  background-color: #3b5998;
}

.social-login a.facebook-login i {
  color: #3b5998;
}

.social-login a.twitter-login {
  background-color: #1dcaff;
}

.social-login a.twitter-login i {
  color: #1dcaff;
}

.social-login a.google-plus-login {
  background-color: #dd4b39;
}

.social-login a.google-plus-login i {
  color: #dd4b39;
}

.social-login a:last-child {
  margin-bottom: 0;
}

/*-- Register --*/

.page-register, .page-login {

    background: url("../images/registration-bg.png") no-repeat scroll left bottom;

}
.register {
  text-align: center;
  margin: 0 auto;
}

/*-- request-demo --*/
#request-demo {
  
    background: url("../images/request-bg.jpg") scroll center center;
}



/*-- Account Image --*/
.account-image {
  background: #f5f5f5;
  padding: 30px;
  width: 100%;
  text-align: center;
}

.account-image h3 {
  font-size: 24px;
  margin-bottom: 35px;
}

.account-image .image-placeholder {
  max-width: 100%;
  margin-bottom: 35px;
}

.account-image .account-image-upload {
  margin-bottom: 10px;
}

.account-image .account-image-upload input {
  display: none;
}

.account-image .account-image-upload input + label {
  line-height: 28px;
  padding: 10px 46px 10px 20px;
  border: 1px solid #999999;
  background-color: transparent;
  font-size: 14px;
  color: #808080;
  width: 320px;
  text-align: left;
  position: relative;
  margin: 0;
}



@media only screen and (max-width: 479px) {
  .account-image .account-image-upload input + label {
    width: 250px;
  }
}

.account-image .account-image-upload input + label::before {
  position: absolute;
  right: 4px;
  top: 3px;
  content: "\f07c";
  font-family: Fontawesome;
  width: 42px;
  height: 42px;
  background-color: #ddd;
  color: #202020;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
}

.account-image p {
  font-size: 12px;
  color: #808080;
  text-transform: uppercase;
  line-height: 16px;
}



/*---------------------------------------
    3.7 Team
-----------------------------------------*/


.team-name {
    font-size: 20px;
    color: #000;
    font-weight: 400;
}
.team-avatar img {
    box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
}
.team-detail:hover .team-avatar img {
    box-shadow:none;
}
.team_grid .team3col .team-detail {
  padding: 0 10px;
}

.team_grid .team3col .team-detail .team-item-img {
  filter: grayscale(100%);
}

.team_grid .team3col .team-detail:hover .team-item-img {
  filter: grayscale(0%);
}

.team_grid .team3col .team-detail .team-designation, .team_grid .team3col .team-detail .team-title {
  text-transform: uppercase;
}

.team_grid .team3col .social li {
  background: #dfdfdf none repeat scroll 0 0;
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
}

.team_grid .team3col .social li a i {
  margin: 12px;
}

.team_grid .team3col .social li:hover a {
  color: #000;
}
/*---------------------------------------
    3.8 Price
-----------------------------------------*/
.pricing-section{
  background: url("../images/price-bg.jpg") repeat-y scroll center center;
}
.plan {
    border: 5px solid #e5e5e5;
    border-radius: 30px;
     box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
}
.plan:hover {
    box-shadow: none;
    border-color:#160984; 
}
.plan h2{
    color: #160984;
    font-weight: 900;
}
.plan-standard h2{
    color: #fff;
}
.price {
    font-size: 45px;
    color: #000;
    font-weight: 700;
}
.plan-standard {
    color: #fff;
    background: #160984;
    border-color:  #160984;
}
.plan-standard .price{
    color: #fff;
}
.price span, .price .month{
    font-size: 18px;
}
.price span {
    vertical-align: super;
    margin-right: 10px;
}
.price .month {
    vertical-align: baseline;
    display: inline;
}
.discription {
    border: 1px solid #e5e5e5;
    border-width: 1px 0px 1px 0px;
}
.plan-standard .discription {
    border: 1px solid rgba(255,255,255,0.2);
    border-width: 1px 0px 1px 0px;
}
.plan-standard .btn-default {
    background: #fff;
    color: #222;
    border-color: #fff;
}
.plan-standard .btn-default:hover {
    background: #fff;
    color: #160984;
    border-color: #fff;
}
.plan ul{
  list-style: disc;
  margin: 0 18px;
  text-align: left;
}
.plan ul li{
  min-height: 60px;
}

.plan ul li span{
  font-size: 13px;
}
.plan-f{
  border: 2px solid #e5e5e5;
}
.get-free .input-group{
  display: block;
}
.get-free{
    background: #f66;
}
.get-free h2{
    color:  #fff;
}
.get-free .btn {
    background: #fff;
    color:#222;
}
.get-free .btn:hover {
    background: #d75252;
    color:#fff;
}
.get-free input {
    border-radius: 4px;
    line-height: 1.5;
    padding: 12px 25px;
    background:rgba(255,255,255,0.5);
    border: 0;
}
/*---------------------------------------
    3.9 FAQ
-----------------------------------------*/
.faq-section .form-control{
  width: 80%;
  margin-right: 10px;
}



/*---------------------------------------
    3.9 site map
-----------------------------------------*/
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative
}
.tree li::before, 
.tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:2px solid #e5e5e5;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:2px solid #e5e5e5;
    height:20px;
    top:25px;
    width:25px
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:2px solid #e5e5e5;
    border-radius:3px;
    display:inline-block;
    padding:5px 20px;
    text-decoration:none;
    cursor:pointer;
    font-size: 16px;
}
.tree ul{
  padding-left: 50px;
}
.tree>ul>li::before,
.tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:27px
}
.tree li span:hover {
    border:2px solid #160984;
    }

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
  display: none;
}
 i.far, i.fas, i.fab {
    margin-right: 10px;
}   
    
/* ----------------------------------------------
    3.9.1 Progress Bars
----------------------------------------------- */
.progress-title {
    font-size: 16px;
    font-weight: 700;
    color: #011627;
    margin: 0 0 20px;
}
.progress {
    height: 10px;
    background: #cbcbcb;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    overflow: visible;
}
.progress .progress-bar {
    box-shadow: none;
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}
.progress .progress-bar::after {
    border-color: transparent;
    border-image: none;
    border-style: solid;
    border-width: 12px 6px 14px;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: -26px;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}
@keyframes animate-positive {
    0% {
        width: 0;
    }
}
#p_line .progress {
    position: relative;
    height: 12px;
    box-shadow: none;
    border-radius: 0;
    background-color: #ddd;
}
#p_line .progress>.progress-type {
    position: absolute;
    left: 0px;
    color: #000;
    top: -22px;
}
#p_line .progress>.progress-completed {
    position: absolute;
    right: 0px;
    color: #000;
    top: -22px;
}

 /* ---------------------------------------------
    3.9.3 tree view left category
 ----------------------------------------------*/
 .left-category ul.menu-dropdown{
    margin-left: 10px;
}
 .left-category .dropdown-menu > li > a{
    padding: 0;
}
.left-category li a{
  display: block;
  padding: 5px 0;
  letter-spacing: 0;
}
.section .section-block ul.left-category li ul li{
    padding: 0;
    margin:10px 0 0;
}

.category_block .hitarea {
    float: right;
}
.category_block .hitarea.expandable-hitarea,
.treeview-list .collapsable .expandable-hitarea {
    height: 20px;
    width: 20px;
    z-index: 9;
    text-align: center;
    cursor: pointer;
    position: static;
}
.category_block .hitarea.collapsable-hitarea,
.treeview-list .expandable-hitarea {
    height: 20px;
    width: 20px;
    z-index: 9;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.treeview-list .expandable .collapsable-hitarea{
    height: 20px;
    width: 20px;
}
.treeview-list .collapsable .expandable-hitarea {
    height: 20px;
    width: 20px;
}
.treeview-list .collapsable .hitarea,
.treeview-list .expandable .hitarea{
  position: absolute;
  width: 22px;
  height: 22px;
  z-index: 5;
  right: 9px;
  top: 6px;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.treeview-list .collapsable .hitarea:after, .treeview-list .collapsable .hitarea:before,
.treeview-list .expandable .hitarea:after, .treeview-list .expandable .hitarea:before {
  content: '';
  display: block;
  position: absolute;
  margin-top: -1px;
  margin-left: -5px;
  width: 10px;
  top: 9px;
  right: 6px;
  height: 2px;
  background-color: #888;
  transition: all 0.3s;
     -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -ms-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
  transform-origin: center center;
}

.treeview-list .expandable .hitarea:after {
  transform: rotate(-90deg);
}
.treeview-list .expandable-hitarea {
    height: 25px;
    width: 15px;
}
.treeview-list .collapsable-hitarea {
    height: 25px;
    width: 15px;
}
.treeview-list .collapsable-hitarea::after{ content: "\f068"; font-family: "FontAwesome"; color:#999999; font-size:14px;vertical-align: top;}
.left-category li{
    position:relative;
    float: left;
    width:100%;
    list-style: none;
}
#section-nav {
    display: inline-block;
    padding: 20px;
    /*box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.20);*/
}
ul.list {
    list-style: disc;
    margin-left: 15px;
}

.item-count {
    font-weight: bold;
    color: #000;
    margin-left: 5px;
}


/*---------------------------------------
    3.10 Testimonial
-----------------------------------------*/
.client-avatar img{
    border-radius: 50%;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}
.Testimonial .testimonial .client-avatar {
    max-width: 130px;
   margin: 0 auto 36px;
}
.Testimonial .testimonial .client-title {
  text-transform: capitalize;
  font-size: 20px;
  color: #160984;
}
.Testimonial .testimonial .client-designation span {
  color: #160984;
}
.Testimonial .testimonial .date{
  color: #000;
}
.rating {
    color:#a0a0a0;
    right: 15px;
    top: 0;
}
.fa-stack {
    height: 20px;
    line-height: 1;
    width: 20px;
    vertical-align: text-top;
    color: #ccc;
}
.fa.fa-star.fa-stack-1x {
    color: #160984;
    top: 0;
}
.fa-star-half {
    color: #160984;
    left: -5px !important;
    top: 0;
}
.item.client-detail::before {
    content: "";
    height: 40px;
    width: 40px;
    background: url("../images/q-start.png") no-repeat;
    position: absolute;
    top: 36px;
    left: -30px;
    opacity: 0.2;
}
.item.client-detail::after {
    content: "";
    height: 40px;
    width: 40px;
    background: url("../images/q-end.png") no-repeat;
    position: absolute;
    right: -30px;
    bottom: 55px;
    opacity: 0.2;

}
/*---------------------------------------
    3.11 owl nav
-----------------------------------------*/

.owl-nav div {
    font-size: 0;
    height: 40px;
    width: 40px;
    display: inline-block;
    top: 30%;
    background: url(../images/nav-arrow.png) no-repeat;
    transition: all 0.5s;
}
.owl-prev {
    left: 0;
    position: absolute;
}
.owl-prev:hover {
    background-position: -50px 0px !important; 
 
}
.owl-next {
    position: absolute;
    right: 0;
    background-position: -140px 0px !important; 
}
.owl-next:hover {
    background-position: -90px 0px !important; 
}
/*---------------------------------------
    3.13 Contact
-----------------------------------------*/
.form-control {
  line-height: 2;
}

.map-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border: 0;
}

/*---------------------------------------
    4 Footer
-----------------------------------------*/
.footer-top {
    background: rgba(255,255,255,0.8);
    padding: 50px;
}
.footer-top ul li {
  line-height: 1.5;
}
.footer-top .form-control{
  border: 0;
  min-height: 46px;
  padding: 4px 20px;
}
.footer-title{
  color: #160984;
}
.social span {
    font-size: 17px;
    color: #000;
}
.social span a{
    height: 50px;
    width: 50px;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    text-align: center;
    padding: 11px 15px;
    color: #808080;
}
.social span a:hover{
    border-color: #160984;
    color: #160984;
}
.footer .heading-border{
  border-top: 1px solid #ccc;
  width: 100px;
  margin: 10px 0 20px;
}
.question .form-control{
  border-radius: 0 !important;
  float: right;
  max-width: 50px;
  margin-left: 10px;
  min-height: 26px !important;
  height: 20px;
  padding: 10px;
}
.question span {
    float: right;
}
.footer .footer-bottom {
  color: #fff;
  background: #160984;
}

.footer .footer-bottom .copyright-part {
  margin: 6px 0;
}

/*---------------------------------------
 model right open {
-----------------------------*/
.modal-title {
    display: inline;
}
.close {
    font-size: 26px;
}
.modal.fade .modal-dialog.left{
    webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(100% , 0);
  -ms-transform: translate(100% , 0);
  -o-transform: translate(100% , 0);
  transform: translate(100% , 0);
}
.modal.fade.show .modal-dialog.left, .modal.fade.in .modal-dialog.left{
    webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0 , 0);
  -ms-transform: translate(0 , 0);
  -o-transform: translate(0 , 0);
  transform: translate(0 , 0);
}
.modal-dialog.left{
  margin: 1.75rem -1px 0px auto;
}
.modal.show,.modal.in {
    opacity: 1;
}
.youtube-play, .generic-play {

    position: absolute;
    font-size: 50px;
    color: #f00 !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 40%;
}