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

Project:        Themini E-Commerce Bootsrap Responsive Template
Version:        1.1
Last change:    02/04/19
Created by:     Lionode

-----------------------------------------------------------------------------------


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


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

02 ===== HEADER ===== 
  2.1 Header
  2.2 Header Top
  2.3 Header Cart
  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  Product
  3.3  Product detail page
  3.4  Checkout
  3.5  Blog
  3.6  login-register
  3.7  Team
  3.8  Brand
  3.9  About
  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=Poppins:300,400,500,600,700");
.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: 14px;
    font-style: normal;
    font-weight: normal;
    visibility: visible;
    font-family: "Poppins", sans-serif;
    color: #808080;
    position: relative;
    letter-spacing: 0.050em;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    /* font-family: "Roboto", sans-serif; */
    font-weight: 400;
    margin-top: 0;
}

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

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

h3 {
    font-size: 26px;
    line-height: 32px;
}

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

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

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

p:last-child {
    margin-bottom: 0;
}

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%;
}

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


/* Scholarship ID and Glowing2 */

@keyframes glowing2 {
    0% {
        /* background-color: #1665a4; */
        box-shadow: 0 0 5px #b10202;
    }
    50% {
        /* background-color: #1665a4; */
        box-shadow: 0 0 20px #b10202;
    }
    100% {
        /* background-color: #1665a4; */
        box-shadow: 0 0 5px #b10202;
    }
}

#scimage {
    max-width: 30%;
    margin: 7%;
    animation: glowing2 1300ms infinite;
    border-radius: 50%;
    /* padding-left:1% ;
padding-right:1%;  */
}

#scimage2 {
    border-radius: 100%;
    /* max-width: 50%; */
    margin: 5%;
    animation: glowing2 1300ms infinite;
    /* padding-top:1%;
  padding-bottom:1%; */
}


/* End glowing2 */

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

label {
    font-weight: bold;
    margin: 0;
}

.checkbox label,
.radio label {
    font-weight: normal;
}

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

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    cursor: pointer;
}

.form-control {
    font-size: 0.9rem;
    border-radius: 8px;
    padding: 6px 10px;
    height: auto;
}

.form-control:hover,
.form-control:focus {
    box-shadow: none;
}

#regModal .form-control {
    line-height: 1.5;
}

.tandc input {
    float: left;
    margin-top: 7px;
}

#regModal .modal-body {
    height: 90vh;
    overflow-y: auto;
}

.star {
    position: absolute;
    color: red;
    left: 7px;
}

.form-control.c-cod {
    max-width: 30%;
    float: left;
}

.form-control.p-number {
    max-width: 70%;
    margin: 0 !important;
}

input {
    padding: 8px 10px;
}

textarea {
    min-height: 140px;
}

*:focus {
    outline: none !important;
}

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

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

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

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


/*----------------------------------------- 
    - 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: 750px;
    }
}

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

.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 150px;
}

@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;
        width: 450px;
    }
}

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

@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;
    }
}

@media only screen and (max-width: 991px) {
    .container-wrapper,
    .countryContainer {
        width: 100%;
    }
    .container-wrapper,
    .countryContainer {
        max-width: 100% !important;
    }
}


/*-- 
    - Margin & Padding
-----------------------------------------*/


/*-- Margin Top --*/

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

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

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

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

.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 !important;
}

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

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

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

.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 
-----------------------------------------*/

#scrollup::before {
    background: #a11d1d none repeat scroll 0 0;
    bottom: 20px;
    color: #fff;
    content: "\f106";
    font-family: fontawesome;
    font-size: 25px;
    height: 40px;
    padding: 6px 12px;
    position: fixed;
    right: 31px;
    width: 40px;
    z-index: 99;
}


/*-----------------------------------------
    - Background Color
------------------------------------------*/

.bg-gray {
    background-color: #f6f7f8;
}

.bg-light-blue {
    background-color: #d7edff;
}

.bg-pink {
    background-color: #ffefe5;
}

.bg-blue {
    background-color: #1665a4;
}

.bg-dark {
    background-color: #030303 !important;
}

.bg-ivory {
    background-color: #fefcef;
}

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

.border-radius {
    border-radius: 8px;
}

.color-white {
    color: #fff;
}

.color-orange {
    color: #ff6200;
}

.color-blue {
    color: #1665a4;
}


/*-----------------------------------------
    - 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;
}

.ytp-button {
    border: none;
    background-color: transparent;
    padding: 0;
    color: inherit;
    text-align: inherit;
    font-size: 100%;
    /* font-family: inherit; */
    cursor: default;
    line-height: inherit;
}

.ytp-large-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    -moz-transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
    -webkit-transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
    transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
    z-index: 63;
}

.y-video:hover .ytp-large-play-button-bg,
.ytp-muted-autoplay-endscreen-overlay:hover .ytp-large-play-button-bg {
    -moz-transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), fill-opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
    -webkit-transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), fill-opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
    transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), fill-opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
    fill: #f00;
    fill-opacity: 1;
}

.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 {
    background: #ff6200 none repeat scroll 0 0;
    color: #fff;
}

.pagination-nav ul li a {
    background-color: #f7f7f7;
    color: #808080;
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
}


/*-----------------------------------------
    - Button
------------------------------------------*/

.btn {
    background: #a11d1d none repeat scroll 0 0;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    padding: 10px 20px;
    text-transform: capitalize;
    font-weight: 500;
}

.btn-lg {
    padding: 10px 28px;
    font-size: 16px;
    margin-right: 15px;
}


/* New glowing effect */

@keyframes glowing {
    0% {
        background-color: #1665a4;
        box-shadow: 0 0 5px #b10202;
    }
    50% {
        background-color: #1665a4;
        box-shadow: 0 0 20px #b10202;
    }
    100% {
        background-color: #1665a4;
        box-shadow: 0 0 5px #b10202;
    }
}

.blue1 {
    animation: glowing 1300ms infinite;
}

.blue1 {
    background: #1665a4 none repeat scroll 0 0;
}


/* End glowing effect */

.btn:hover,
.btn:focus {
    /* background: #808080 none repeat scroll 0 0; */
    text-decoration: none;
    box-shadow: none;
    color: #fff;
}

.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;
}

.blue {
    background: #1665a4 none repeat scroll 0 0;
}

.blue:hover {
    border: 2px solid #1665a4;
    background: #fff;
    color: #1665a4
}

@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;
}


/*-----------------------------------------
    - Blockquote
------------------------------------------*/

.blockquote {
    max-width: 800px;
    background-color: #f6f7f8;
    padding: 50px 70px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .blockquote {
        padding: 40px 50px;
    }
}

@media only screen and (max-width: 479px) {
    .blockquote {
        padding: 30px;
    }
}

.blockquote p {
    font-size: 16px;
    line-height: 25px;
    font-style: italic;
}

.blockquote-2 p::first-letter {
    font-size: 48px;
    text-transform: uppercase;
}

.blockquote-3::before {
    content: '\f10e';
    font-family: Fontawesome;
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 60px;
    line-height: 0.8;
    color: #d9d9d9;
}

.preview-customizer {
    position: fixed;
    left: -310px;
    top: 0;
    padding: 120px 30px 50px;
    width: 310px;
    height: 100%;
    background-color: #2b2b2b;
    z-index: 9999;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}

.preview-customizer.active {
    left: 0;
}

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

.customizer-toggle {
    position: absolute;
    left: 100%;
    top: 50px;
    z-index: 9;
    border: none;
    width: 40px;
    height: 40px;
    background-color: #f5d730;
    color: #202020;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.customizer-toggle i {
    line-height: 40px;
    display: block;
    font-size: 18px;
}

.light-dark-mood {
    overflow: hidden;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 50px;
}

.light-dark-mood a {
    float: left;
    width: 50%;
    background-color: #ffffff;
    color: #202020;
    text-align: center;
    line-height: 30px;
    padding: 5px 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.light-dark-mood a:hover {
    color: #f5d730;
}

.light-dark-mood a:focus {
    color: #202020;
}

.light-dark-mood a.active {
    background-color: #f5d730;
    color: #202020;
}

.light-dark-mood a.active:hover {
    color: #202020;
}

.customizer-links {
    float: left;
    width: auto;
    height: 100%;
    overflow: auto;
    margin-right: -6px;
    padding-right: 6px;
}

.customizer-links a {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.customizer-links a:last-child {
    margin-bottom: 0px;
}

.customizer-links a .img {
    border: 1px solid #404040;
    display: block;
    position: relative;
}

.customizer-links a .img::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #f5d730;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.customizer-links a .img img {
    max-width: 100%;
}

.customizer-links a h4 {
    text-align: center;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #202020;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.customizer-links a:hover .img::before {
    opacity: 0.9;
}

.customizer-links a:hover h4 {
    opacity: 1;
}

.theme-dark .preview-customizer {
    background-color: #ffffff;
}

.theme-dark .light-dark-mood a {
    background-color: #202020;
    color: #ffffff;
}

.theme-dark .light-dark-mood a:hover {
    color: #f5d730;
}

.theme-dark .light-dark-mood a:focus {
    color: #ffffff;
}

.theme-dark .light-dark-mood a.active {
    background-color: #f5d730;
    color: #202020;
}

.theme-dark .light-dark-mood a.active:hover {
    color: #202020;
}

.theme-dark .customizer-links a .img {
    border: 1px solid #dddddd;
}

.theme-dark .customizer-links a h4 {
    color: #202020;
}


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

.main-title {
    font-weight: 600;
    font-size: 40px;
}

.heading-part {
    border-bottom: 3px solid #e5e5e5;
    display: inline-block;
    width: 100%;
}

.heading-part .section_title {
    color: #000;
    font-weight: 600;
    float: left;
    text-transform: uppercase;
    margin: 0;
}

.sub-title {
    color: #ff6200;
}

.sub-title2 {
    color: #1201ff;
    font-size: 26px;
    font-style: italic;
}

.heading-part .section_title::after {
    border-bottom: 3px solid #ff6200;
    content: "";
    display: block;
    margin-bottom: -3px;
    padding-top: 7px;
}

header.section {
    position: relative;
    z-index: 9999;
}


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

.header-section {
    width: 100%;
    z-index: 99999;
}


/*-- Sticky Header --*/

#header.header-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: 1005;
}


/*----------------------------------------
    2.2 Header Top
-----------------------------------------*/

.header-top {
    color: #ff6200;
    font-weight: 500;
}

.header-top .justify-content-between>[class*="col"] {
    flex-grow: 0;
    flex-basis: auto;
    width: auto;
}

.header-top .justify-content-center>[class*="col"]:first-child {
    justify-content: flex-start;
    display: flex;
}

.header-top .justify-content-center>[class*="col"]:nth-child(2) {
    justify-content: center;
    display: flex;
}

.header-top .justify-content-center [class*="col"]:last-child {
    justify-content: flex-end;
    display: flex;
}

.header-top .header-top-left .contact>a {
    color: #ff6200;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.header-top .header-top-right .language,
.header-top .header-top-right .currency {
    cursor: pointer;
}

.header-top .header-top-right .language span:hover,
.header-top .header-top-right .currency span:hover {
    color: #ff6200;
}

.header-top .header-top-right .language .dropdown-menu,
.header-top .header-top-right .currency .dropdown-menu {
    padding: 10px;
    border-radius: 0;
    background: #fff;
    margin-top: 10px;
    min-width: 170px;
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.2);
    border-top: 3px solid #ff6200;
}

.header-top .header-top-right .language .dropdown-menu a,
.header-top .header-top-right .currency .dropdown-menu a {
    color: #808080;
    font-size: 14px;
}

.header-top .header-top-right .language .dropdown-menu a:hover,
.header-top .header-top-right .currency .dropdown-menu a:hover {
    color: #000;
}

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

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


/*----------------------------------------
    2.3 Header Cart 
-----------------------------------------*/

.shopcart {
    position: relative;
}

.shopcart #cart-dropdown {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    min-width: 290px;
    position: absolute;
    right: 0;
    top: 90px;
    z-index: 3;
}

.shopcart #cart-dropdown .product-name .price {
    display: block;
}

.shopcart #cart-dropdown .product-name .cart-qty {
    margin-top: 5px;
    padding: 5px 8px;
    width: 60px;
}

.shopcart #cart-dropdown ul {
    padding: 20px;
    display: inline-table;
}

.shopcart #cart {
    display: inline-block;
}

@media only screen and (max-width: 575px) {
    .shopcart #cart {
        text-align: center;
        margin: 20px 0;
    }
}

.shopcart #cart .btn {
    background: #fff url(../images/sprite.png) no-repeat scroll -15px -104px;
    line-height: 20px;
    color: #000;
    padding: 0 0 0 48px;
    border: none;
    border-radius: 0;
    float: right;
    box-shadow: none;
    transition: all 0.2s;
}

.shopcart #cart .btn:hover {
    background-position: -15px -154px;
    transition: all 0.2s;
}

@media only screen and (max-width: 575px) {
    .shopcart #cart .btn {
        float: none;
    }
}

.shopcart #cart .btn #shippingcart {
    float: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase;
}

.shopcart #cart .btn #cart-total {
    clear: left;
    float: left;
    font-weight: normal;
}


/*------------------------- 
    2.4 Search 
--------------------------*/

.main-search {
    margin-bottom: 0;
    background-color: #f2f2f2;
    width: 220px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .main-search {
        width: 100%;
        margin: 20px auto 10px;
    }
}

.main-search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 40px 0 10px;
    border: none;
    border-radius: 0;
    background-color: #f2f2f2;
}

.main-search .input-group-btn {
    display: block;
    height: 33px;
    position: absolute;
    right: 0;
    top: 3px;
    width: 40px;
}

.main-search .btn-lg {
    font-size: 16px;
    line-height: 18px;
    padding: 8px 13px;
    margin: 0;
    margin-left: 0px;
    border: none;
    color: #192e3f;
    background-color: transparent;
}

.main-search .form-control:focus,
.main-search .btn:focus {
    box-shadow: none;
}


/*-----------------------
    2.5 Logo
------------------------*/

.navbar-header .navbar-brand {
    margin: 0;
}


/*---------------------------------------
    2.6 Menu
-----------------------------------------*/


/*--------------------
    2.6.1 Main Menu
---------------------*/

.main-menu nav>ul {
    margin-bottom: 0px !important;
}

.main-menu nav>ul>li {
    display: block;
    position: relative;
    display: inline-block;
    text-align: left;
    border-radius: 8px;
}

.main-menu nav>ul>li:hover,
.main-menu nav>ul>li.active {
    background: #1665a4;
}

.main-menu nav>ul>li:last-child {
    margin-right: 0;
}

.main-menu nav>ul>li>a {
    display: block;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 300 !important;
    line-height: 40px;
    color: #000;
}

.main-menu nav>ul>li.menu-item-has-children>a::after {
    font-family: Fontawesome;
    content: "\f107";
    margin-left: 5px;
    float: right;
}

.main-menu nav>ul>li.active>a,
.main-menu nav>ul>li:hover>a {
    color: #fff;
}

.main-menu nav>ul>li:hover>.sub-menu,
.main-menu nav>ul>li:hover>.mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    z-index: 1001;
}

.main-menu.menu-3 nav>ul>li:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu.menu-3 nav>ul>li {
        margin-right: 20px;
    }
}

.main-menu.menu-3 nav>ul>li>a {
    font-size: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu.menu-3 nav>ul>li>a {
        font-size: 12px;
    }
}

.main-menu.menu-3 nav>ul>li .mega-menu {
    left: -20px;
}


/*--------------------
    2.6.2 Sub Menu
---------------------*/

.sub-menu {
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #ffffff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    border-top: 3px solid #1665a4;
    z-index: -999;
    width: 180px;
    padding: 15px 0;
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}

.sub-menu li {
    position: relative;
}

.sub-menu li a {
    line-height: 24px;
    padding: 6px 20px;
    display: block;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
}

.sub-menu li a:hover {
    background: #5fabe84a;
    color: #333;
}

.sub-menu li.menu-item-has-children>a::after {
    font-family: Fontawesome;
    content: "\f105";
    margin-left: 5px;
    float: right;
}

.sub-menu li.active>a,
.sub-menu li:hover>a {
    color: #202020;
}

.sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    z-index: 999;
}

.sub-menu .sub-menu {
    left: 100%;
    right: auto;
    top: 0;
}

.sub-menu .sub-menu .sub-menu {
    /* left: auto; */
    right: 100%;
}

.sub-menu .sub-menu .sub-menu .sub-menu {
    left: 100%;
    right: auto;
}

.sub-menu .sub-menu .sub-menu .sub-menu {
    left: auto;
    right: 100%;
}


/*--------------------
    2.6.3 Mega Menu
---------------------*/

.mega-menu {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    border-top: 3px solid #ff6200;
    z-index: -999;
    width: 100%;
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}

.mega-menu.two-column {
    width: 440px;
    left: -20px;
}

.mega-menu.two-column>li {
    width: 50%;
    padding: 20px 15px;
}

.mega-menu.three-column {
    width: 700px;
    left: -300px;
}

.mega-menu.three-column>li {
    width: 33.33%;
    padding: 20px 15px;
}

.mega-menu.four-column {
    width: 100%;
}

.mega-menu.four-column>li {
    width: 25%;
    padding: 20px 15px;
}

.mega-menu>li {
    position: relative;
    float: left;
}

.mega-menu>li>a {
    font-size: 18px;
    line-height: 24px;
    padding: 6px 20px;
    display: block;
    font-weight: 700;
    color: #808080;
    text-transform: uppercase;
}

.mega-menu>li.active>a,
.mega-menu>li:hover>a {
    color: #202020;
    font-weight: 700;
}

.mega-menu>li ul li a {
    line-height: 24px;
    padding: 6px 20px;
    display: block;
    font-weight: 400;
    color: #808080;
    text-transform: capitalize;
}

.mega-menu>li ul li.active>a,
.mega-menu>li ul li:hover>a {
    color: #202020;
}


/*--------------------
    2.6.4 Mobile Menu
---------------------*/

.mobile-menu {
    flex: 1 0 100% !important;
    flex: 1 0 100% !important;
    margin: 4px 0 10px;
    /* float: left; */
    width: 100%;
}

.mobile-menu .mean-bar {
    background: #0c1923;
    position: relative;
    /*---- Mean Nav ----*/
}

.mobile-menu .mean-bar p {
    padding: 10px 20px;
    margin: 0;
    color: #fff;
}

.mobile-menu .mean-bar a {
    box-sizing: content-box;
}

.mobile-menu .mean-bar .meanmenu-reveal {
    position: absolute;
}

.mobile-menu .mean-bar .meanmenu-reveal span {
    position: relative;
    /*---- Menu Open ----*/
    /*---- Menu Close ----*/
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
    height: 2px;
    width: 26px;
    background-color: #fff;
    display: block;
    margin: 8px 0;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before,
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before {
    top: -8px;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
    bottom: -8px;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
    height: 2px;
    width: 26px;
    background-color: transparent;
    display: block;
    margin: 8px 0;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before,
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before {
    top: 0;
    transform: rotate(45deg);
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.mobile-menu .mean-bar .mean-nav {
    background-color: rgba(0, 0, 0, 0.92);
}

.mobile-menu .mean-bar .mean-nav>ul {
    margin-bottom: 30px;
    overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
    .mobile-menu .mean-bar .mean-nav>ul {
        max-height: 180px;
        overflow-y: auto;
    }
}

@media only screen and (max-width: 479px) {
    .mobile-menu .mean-bar .mean-nav>ul {
        max-height: 220px;
        overflow-y: auto;
    }
}

.mobile-menu .mean-bar .mean-nav>ul li {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    /*---- Sub Menu & Mega Menu ----*/
}

.mobile-menu .mean-bar .mean-nav>ul li a {
    font-size: 13px;
    display: block;
    color: #999 !important;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 44px;
    position: relative;
    border-top: 1px solid #4a4a4a;
    padding: 0 40px 0 20px;
    /*---- Menu Expand For Sub Menu ----*/
}

.mobile-menu .mean-bar .mean-nav>ul li a::after {
    display: none;
}

.mobile-menu .mean-bar .mean-nav>ul li a:hover {
    color: #fff;
    padding-left: 25px;
    background: #ff6200;
}

.mobile-menu .mean-bar .mean-nav>ul li a.mean-expand {
    position: absolute;
    right: -1px;
    top: 0;
    font-size: 20px !important;
    color: #eee;
    line-height: 44px;
    height: 44px;
    width: 40px;
    text-align: center;
    padding: 0;
}

.mobile-menu .mean-bar .mean-nav>ul li a.mean-expand.mean-clicked {
    line-height: 40px;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu,
.mobile-menu .mean-bar .mean-nav>ul li ul {
    position: static;
    background-color: rgba(0, 0, 0, 0.03);
    margin: 0;
    padding: 0 !important;
    width: 100%;
    box-shadow: none;
    margin: 0;
    display: none;
    float: left;
    width: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transition: none;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li,
.mobile-menu .mean-bar .mean-nav>ul li ul li {
    padding: 0;
    margin: 0;
    flex: 0 0 100%;
    border-right: 0px solid transparent;
    width: 100%;
    display: block !important;
    float: left;
    width: 100%;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li a {
    font-size: 12px;
    display: block !important;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li a::before,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li a::before,
.mobile-menu .mean-bar .mean-nav>ul li ul li a::before {
    display: none;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul {
    background-color: rgba(0, 0, 0, 0.04);
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul li a.mean-expand {
    border: 1px solid #dddddd;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul ul,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul ul,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul ul {
    background-color: rgba(0, 0, 0, 0.05);
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul ul li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul ul li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul ul li a {
    border-top: 1px solid #eeeeee;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul ul li a.mean-expand {
    border: 1px solid #eeeeee;
}


/*---------------------------------------
     breadcrumb
-----------------------------------------*/

.breadcrumb {
    background: #1665a4;
    border-radius: 0;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.breadcrumb-item.active {
    color: #fff;
    font-size: 30px;
    text-align: center;
}

.breadcrumb ul {
    float: right;
}

.breadcrumb ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
}

.breadcrumb ul li a {
    color: #808080;
}

.breadcrumb ul li a:hover {
    color: #fff;
}

.breadcrumb ul li.active {
    color: #fff;
}

.breadcrumb ul li::after {
    content: "/";
    display: inline-block;
    height: 15px;
    margin: 0;
    width: 30px;
    text-align: center;
    color: #808080;
}

.breadcrumb ul li:last-child::after {
    content: "";
    display: inline-block;
    height: 15px;
    margin: 0;
    width: auto;
}

.breadcrumb h1 {
    color: #fff;
    float: left;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
}


/*---------------------------------------
    05. Banner
-----------------------------------------*/


/*-- Banner --*/

.banner-description h1 {
    font-size: 40px;
    font-weight: 500;
    color: #000;
    margin-top: 10px;
}

.main-banner {
    position: relative;
    /* background: url('../images/main_banner1.jpg') no-repeat scroll center right; */
    /* background: url('../images/main_banner2a.jpg') no-repeat scroll center right; */
    background-size: auto;
    display: block;
    width: 100%;
    background-size: cover;
    height: 450px;
    min-height: 390px;
}

.banner-description .sub-title {
    background: linear-gradient(to bottom, #ff6200 0%, #f7c294 100%);
    text-align: center;
    margin: 0 auto;
    display: inline;
    padding: 5px 10px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
}

.banner-description {
    position: absolute;
    top: 23%;
    left: 0;
    right: 0;
}

@media only screen and (max-width: 991px) {
    .banner-description {
        top: 20%;
    }
}

.banner a {
    display: block;
    position: relative;
    overflow: hidden;
}

.banner a img {
    width: 100%;
}


/*-- Sub Banner --*/

.banner-section .sub-hover {
    overflow: hidden;
    position: relative;
}

.banner-section .sub-hover .sub-img {
    position: relative;
}

.banner-section .sub-hover .bannertext {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease 0s;
}

.banner-section .sub-hover .bannertext h2 {
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    color: #000;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .banner-section .sub-hover .bannertext h2 {
        font-size: 20px;
    }
    .main-banner {
        height: 420px;
    }
    .banner-description {
        max-width: 570px;
        margin: 0 auto;
        top: 30%;
    }
    .banner-description h1 {
        font-size: 26px;
        font-weight: 500;
        color: #000;
        line-height: 26px;
    }
    .btn-lg {
        padding: 5px 10px;
        margin-bottom: 10px;
        margin-right: 10px;
        font-size: 14px;
    }
}

.banner-section .sub-hover .bannertext p {
    font-size: 16px;
}

.banner-section .sub-hover .bannertext .cms_btn {
    opacity: 0;
    box-shadow: none;
}

.banner-section .sub-hover:hover img {
    transform: scale(1.1);
    transition: all 0.6s ease 0s;
}

.banner-section .sub-hover:hover .cms_btn {
    opacity: 1;
    box-shadow: none;
}

.banner-section .sub-hover:hover .bannertext {
    top: 13%;
    transition: all 0.5s ease 0s;
}

.banner-section .sub-hover:hover .bannertext>p {
    color: #ff6200;
}

.text-desc {
    max-width: 450px;
    margin-top: 1rem;
    margin: 0 auto;
    margin-right: -24%;
}

@media only screen and (max-width: 767px) {
    .banner-section #subbanner1,
    .banner-section #subbanner2,
    .banner-section #subbanner4,
    .banner-section #subbanner5 {
        float: left;
        margin: 10px;
        width: 45%;
    }
    .main-banner {
        height: 390px;
    }
    .banner-section #subbanner3 {
        display: none;
    }
    .banner-description .sub-title {
        padding: 2px 6px;
        color: #000;
        font-size: 10px;
    }
    .text-desc {
        max-width: 480px;
        margin: 0 auto 0 0;
        text-align: left !important;
    }
}

@media only screen and (max-width: 479px) {
    .banner-section #subbanner1,
    .banner-section #subbanner2,
    .banner-section #subbanner4,
    .banner-section #subbanner5 {
        width: auto;
    }
    .btn-lg {
        font-size: 11px;
        padding: 5px 7px;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .banner-description {
        max-width: 570px;
        margin: 0 auto;
        top: 12%;
    }
    .banner-description h1 {
        font-size: 32px;
        font-weight: 500;
        color: #000;
        line-height: 34px;
        text-align: left;
    }
    .banner-description .button-group {
        margin-top: 10px;
        text-align: left;
    }
    .text-desc {
        max-width: 220px;
        margin: 0 auto 0 0;
    }
}

.hero-banner {
    float: right;
    width: 260px;
}

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

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

.offsetTop span {
    position: absolute;
    top: -60px;
    visibility: hidden;
}

#upcoming-class {
    width: 100%;
}

.nw_online_table {
    border-collapse: collapse;
    width: 100%;
}

.nw_online_table td,
.nw_online_table th,
.nw_online_table td,
.nw_online_table th {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
    font-size: 14px;
}

.nw_online_table th {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
    background-color: #4c4c4c;
}

.nw_online_table tr:nth-child(even) {
    background-color: #f2f2f2;
}


/*---------------------------------------
   3.2.0 Services
-----------------------------------------*/

#service {
    background: url('../images/india-map.png') no-repeat center 65%;
}

.feature-box-icon {
    height: 112px;
    width: 112px;
    margin: 0 auto;
    background: #f5f5f5;
    border-radius: 50%;
}

.feature-box-icon i {
    font-size: 40px;
    margin: 35px;
}


/*---------------------------------------
   3.2 Products
-----------------------------------------*/

#product-tab .tab-content {
    width: auto;
}

@media only screen and (max-width: 767px) {
    #product-tab .tab-content {
        margin-top: 30px;
    }
}

#product-tab .nav {
    position: absolute;
    right: 65px;
    top: 0;
}

@media only screen and (max-width: 767px) {
    #product-tab .nav {
        right: auto;
        top: 47px;
    }
}

#product-tab .nav li a {
    padding: 7px 15px;
    border-radius: 0;
    color: #494b4c;
}

#product-tab .nav li a:hover,
#product-tab .nav li a:focus {
    background: transparent;
    color: #ff6200;
}

#product-tab .nav li a.active {
    color: #ff6200;
}

.product-grid .product-thumb .caption {
    text-align: center;
}

.product-grid .product-thumb .caption p {
    display: none;
}

.product-list .product-thumb .caption {
    text-align: left;
    float: left;
    margin: 0 0 0 15 px;
    padding: 0;
    text-align: left;
    width: 65%;
}

.product-list .product-thumb .image {
    background: #f5f5f5 none repeat scroll 0 0;
    float: left;
    margin: 0 20px 0 0;
    width: 32%;
}

.product-thumb {
    position: relative;
    overflow: hidden;
}

.product-thumb .product-imageblock {
    position: relative;
    overflow: hidden;
    display: flex;
}

.product-thumb .product-imageblock img {
    max-width: 100%;
    height: auto;
}

.product-thumb .product-imageblock a {
    overflow: hidden;
}

.product-thumb .product-imageblock a img+img {
    display: none;
    height: auto;
}

.product-thumb .product-imageblock:hover a img {
    display: none;
}

.product-thumb .product-imageblock:hover a img+img {
    display: block;
    height: auto;
}

.product-thumb:hover .button-group {
    transition: all 0.6s ease 0s;
    opacity: 1;
    left: 5px;
}

.product-thumb .caption .rating .fa-stack {
    height: 12px;
    line-height: 1;
    width: 12px;
    font-size: 12px;
}

.product-thumb .caption .rating .fa-stack .fa.fa-star-o.fa-stack-1x,
.product-thumb .caption .rating .fa-stack .fa.fa-star.fa-stack-x {
    color: #b2b2b2;
}

.product-thumb .caption .rating .fa-stack .fa.fa-star.fa-stack-1x {
    color: #ff6200;
}

.product-thumb .caption h5 a {
    color: #808080;
}

.product-thumb .caption h5 a:hover {
    color: #000;
}

.product-thumb .price {
    color: #000;
    font: 700 20px/20px "Roboto";
}

.product-thumb .button-group {
    top: 5px;
    opacity: 0;
    left: -42px;
    position: absolute;
    transition: all 0.6s ease 0s;
}

.product-thumb .button-group span {
    display: none;
}

.product-thumb .button-group .wishlist,
.product-thumb .button-group .quickview,
.product-thumb .button-group .compare,
.product-thumb .button-group .add-to-cart {
    background: transparent url("../images/sprite.png") no-repeat scroll -13px -246px;
    overflow: hidden;
    height: 36px;
    width: 36px;
    text-align: center;
    cursor: pointer;
    margin: 5px;
    transition: all 0.5s ease 0s;
    background-color: #000;
}

.product-thumb .button-group .wishlist:hover,
.product-thumb .button-group .quickview:hover,
.product-thumb .button-group .compare:hover,
.product-thumb .button-group .add-to-cart:hover {
    background-position: -147px -246px;
    background-color: #7f7f7f;
}

.product-thumb .button-group .quickview {
    background-position: -13px -333px;
}

.product-thumb .button-group .quickview:hover {
    background-position: -147px -333px;
    background-color: #7f7f7f;
}

.product-thumb .button-group .compare {
    background-position: -13px -289px;
}

.product-thumb .button-group .compare:hover {
    background-position: -147px -289px;
    background-color: #7f7f7f;
}

.product-thumb .button-group .add-to-cart {
    background-position: -13px -200px;
}

.product-thumb .button-group .add-to-cart:hover {
    background-position: -147px -200px;
    background-color: #7f7f7f;
}

.package {
    border: 2px solid #ff6200;
    /* border-radius: 8px; */
}

.package:hover {
    box-shadow: 0 0px 15px rgba(235, 137, 50, 0.9);
    transform: translate3d(0, -3px, 0);
}


/*---------------------------------------
    Category page css
-----------------------------------------*/


/*---------------------------------------
    Column-left and Column-Right css
-----------------------------------------*/

#column-left #category-menu .nav-responsive ul li {
    border-bottom: 1px dashed #ccc;
}

#column-left #category-menu .nav-responsive ul li a.cell-selected {
    color: #ff6200;
}

#column-left #category-menu .nav-responsive ul li a {
    padding: 10px 0px;
}

#column-left #category-menu .nav-responsive ul li a:hover {
    color: #ff6200;
}

#column-left #category-menu .nav-responsive ul li:last-child {
    border: none;
}

#column-left .filter p {
    margin: 0;
}

#column-left .filter input#amount {
    border: 0;
    color: #ff6200;
    font-weight: 700;
    font-size: 16px;
    width: 140px;
}

.product-layout-left,
.product-layout-right {
    display: flex;
}


/*---------------------------------------
    Grid List  css
-----------------------------------------*/

.category-page-wrapper {
    border: 1px solid #e6e6e6;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 0 10px;
}

.category-page-wrapper .list-grid-wrapper .btn-list-grid .grid-view {
    background: transparent url("../images/sprite.png") no-repeat scroll -146px -399px;
}

.category-page-wrapper .list-grid-wrapper .btn-list-grid .grid-view.active {
    background: transparent url("../images/sprite.png") no-repeat scroll -146px -372px;
}

.category-page-wrapper .list-grid-wrapper .btn-list-grid .list-view {
    background: transparent url("../images/sprite.png") no-repeat scroll -180px -399px;
}

.category-page-wrapper .list-grid-wrapper .btn-list-grid .list-view.active {
    background: transparent url("../images/sprite.png") no-repeat scroll -180px -372px;
}

.category-page-wrapper .list-grid-wrapper .btn-list-grid .btn.btn-default.list-view,
.category-page-wrapper .list-grid-wrapper .btn-list-grid .btn.btn-default.grid-view {
    padding: 12px;
    border: none;
    outline: none;
    z-index: 0;
    margin: 0 10px 0 0;
}

.category-page-wrapper .list-grid-wrapper,
.category-page-wrapper .page-wrapper,
.category-page-wrapper .sort-wrapper {
    margin: 10px;
}

.category-page-wrapper .sort-wrapper .sort-inner,
.category-page-wrapper .sort-wrapper .limit,
.category-page-wrapper .page-wrapper .sort-inner,
.category-page-wrapper .page-wrapper .limit {
    float: left;
}

.category-page-wrapper .sort-wrapper .sort-inner .form-control,
.category-page-wrapper .sort-wrapper .limit .form-control,
.category-page-wrapper .page-wrapper .sort-inner .form-control,
.category-page-wrapper .page-wrapper .limit .form-control {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    height: auto;
    padding: 0px;
    line-height: normal;
}


/*---------------------------------------
    Product Detail page css
-----------------------------------------*/

#product .button-group {
    top: 5px;
    opacity: 0;
    left: -42px;
    position: absolute;
    transition: all 0.6s ease 0s;
}

#product .button-group span {
    display: none;
}

#product .button-group .wishlist,
#product .button-group .quickview,
#product .button-group .compare,
#product .button-group .add-to-cart {
    background: transparent url("../images/sprite.png") no-repeat scroll -13px -246px;
    overflow: hidden;
    height: 36px;
    width: 36px;
    text-align: center;
    cursor: pointer;
    margin: 5px;
    transition: all 0.5s ease 0s;
    background-color: #000;
}

#product .button-group .wishlist:hover,
#product .button-group .quickview:hover,
#product .button-group .compare:hover,
#product .button-group .add-to-cart:hover {
    background-position: -147px -246px;
    background-color: #7f7f7f;
}

#product .button-group .quickview {
    background-position: -13px -333px;
}

#product .button-group .quickview:hover {
    background-position: -147px -333px;
    background-color: #7f7f7f;
}

#product .button-group .compare {
    background-position: -13px -289px;
}

#product .button-group .compare:hover {
    background-position: -147px -289px;
    background-color: #7f7f7f;
}

#product .button-group .add-to-cart {
    background-position: -13px -200px;
}

#product .button-group .add-to-cart:hover {
    background-position: -147px -200px;
    background-color: #7f7f7f;
}


/*---------------------------------------
    3.3 Product detail page  css
-----------------------------------------*/

.prodetail.caption .rating .fa-stack {
    height: 12px;
    line-height: 1;
    width: 12px;
    font-size: 12px;
}

.prodetail.caption .rating .fa-stack .fa.fa-star-o.fa-stack-1x,
.prodetail.caption .rating .fa-stack .fa.fa-star.fa-stack-x {
    color: #b2b2b2;
}

.prodetail.caption .rating .fa-stack .fa.fa-star.fa-stack-1x {
    color: #ff6200;
}

.prodetail.caption #product .button-group {
    top: 0;
    opacity: 1;
    left: -42px;
    position: static;
}

.prodetail.caption #product .button-group .wishlist,
.prodetail.caption #product .button-group .compare,
.prodetail.caption #product .button-group .add-to-cart {
    display: inline-block;
}

#product-thumbnail .image-additional .thumbnail {
    margin: 10px 5px;
    padding: 4px;
    border: 1px solid #ddd;
}


/*---------------------------------------
    3.4 Checkout
-----------------------------------------*/

.card {
    border-radius: 0;
}

.card .card-header h4 a {
    width: 100%;
}

.card .card-header h4 a i {
    float: right;
}

.card .card-body {
    overflow: hidden;
}


/*---------------------------------------
    parallax-bg
-----------------------------------------*/

#parallax-bg {
    background: url('../images/parallax-bg.jpg') fixed center center;
}

#parallax-bg-2 {
    background: url('../images/parallax-bg2.jpg') fixed;
}

#booknow-section {
    background: url('../images/booknow-bg.jpg') scroll center center;
}

#booknow-section .title h2 {
    font-size: 40px;
    font-weight: 500;
}

#booknow-section p {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

#Courses .post-info h4 {
    color: #000;
    font-weight: 500;
}

.course-rate {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.live-class-date,
.live-class-date .class-date {
    color: #000;
    font-weight: 500;
}

.live-class-date span {
    color: #a11d1d;
}

.nums .col-md-3:last-child .statistics {
    border-right: none;
}

.nums .col-md-3 .statistics {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.way-to-success .title h2 {
    font-size: 40px;
    color: #000;
    font-weight: 500;
}

.way-to-success .sub-title h3 {
    font-size: 30px;
    color: #ff6200;
    font-weight: 500;
}

.way-to-success p {
    font-size: 16px;
    color: #000;
}


/*---------------------------------------
    3.5 Blog
-----------------------------------------*/


/*-- Blog --*/

.video .box-holder {
    padding: 0 15px;
}

.service .box-holder {
    padding: 0;
}

.box-holder .thumb {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.video .box-holder .thumb a.post-img {
    background: #000;
}

.video .box-holder .thumb .play-icon {
    color: #ff6200;
    float: right;
    font-size: 12px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    position: absolute;
    text-transform: uppercase;
    top: 40%;
    z-index: 9;
}

.video .box-holder .thumb .date-time .day {
    color: #000;
    /* font-family: "Roboto"; */
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video .box-holder .thumb .date-time .day {
        font-size: 20px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .video .box-holder .thumb .date-time .day {
        font-size: 20px;
        line-height: 20px;
    }
}

.video .box-holder .thumb .post-info {
    display: inline-block;
    padding: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video .box-holder .thumb .post-info {
        padding: 15px;
        position: relative;
        background: #202020;
    }
}

@media only screen and (max-width: 767px) {
    .video .box-holder .thumb .post-info {
        position: relative;
        background: #202020;
    }
}

.video .box-holder .thumb .post-info h5 a {
    color: #ff6200;
    font-weight: 700;
    letter-spacing: 1px;
}

.video .box-holder .thumb .post-info .view-video {
    border-top: 1px dashed #ccc;
    margin-top: 10px;
    padding-top: 10px;
}

.video .box-holder .thumb .post-info .view-video .write-comment a,
.video .box-holder .thumb .post-info .view-video .read-more a {
    color: #fff;
}

.video .box-holder .thumb .post-info .view-video .write-comment:hover a,
.video .box-holder .thumb .post-info .view-video .read-more:hover a {
    color: #a4a4a4;
}


/*---------------------------------------
    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;
}

.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: 10px;
    width: 40px;
}


/*---------------------------------------
    Single Blog Page
-----------------------------------------*/

.author-avatar,
.comment-avatar {
    float: left;
    margin-right: 20px;
    width: 80px;
}

.comment-body {
    position: relative;
}

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


/*---------------------------------------
    3.6 Login & Register
-----------------------------------------*/


/*-- Login --*/

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

.login h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.login p {
    font-size: 14px;
    line-height: 23px;
    max-width: 500px;
}

.login form {
    max-width: 450px;
    width: 100%;
    clear: both;
    float: left;
}

.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;
    font-weight: 600;
    margin-bottom: 45px;
}

.social-login a {
    width: 250px;
    height: 50px;
    padding: 10px 50px 10px 30px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    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 --*/

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

.register h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.register p {
    font-size: 14px;
    line-height: 23px;
    max-width: 500px;
}


/*-- Account Image --*/

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

.account-image h3 {
    font-size: 24px;
    font-weight: 600;
    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;
    font-weight: 600;
    color: #808080;
    width: 320px;
    text-align: left;
    position: relative;
    margin: 0;
}

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

@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;
    font-weight: 600;
    color: #808080;
    text-transform: uppercase;
    line-height: 16px;
}


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

.members {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .members {
        display: block;
    }
    .memberPic {
        width: 100% !important;
    }
    .dscrpTeam,
    .dscrpTeam p {
        text-align: center !important;
    }
}

.memberPic {
    text-align: center;
    margin-bottom: 15px;
    width: 250px;
}

.memberPic h2 {
    color: #d1411b;
}

.memberPic h4 {
    color: #3e7192;
}

.members img {
    width: 150px;
    border-radius: 50%;
    height: 150px;
    object-fit: cover;
}

.memberName {
    text-transform: capitalize;
}

.dscrpTeam {
    width: 100%;
    padding: 0 25px;
    text-align: justify;
}

.dscrpTeam ul {
    padding: 0 0 0 60px;
}

.evenNo {
    float: right;
}

.evenNo img {
    left: 2.8em !important;
}

.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 Brands
-----------------------------------------*/

.brand a img {
    opacity: 0.4;
}

.brand a:hover img {
    opacity: 1;
}


/*---------------------------------------
    3.9 About
-----------------------------------------*/

.about-heading {
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid #000;
    display: inline-block;
    font-size: 30px;
}

.about-heading span {
    font-weight: 300;
}

#p_line .progress {
    height: 10px;
    margin-bottom: 30px;
    overflow: visible;
    position: relative;
    height: 25px;
    box-shadow: none;
    border-radius: 0;
    background-color: #ddd;
}

#p_line .progress .progress-bar {
    box-shadow: none;
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}

#p_line .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;
}

#p_line .progress-value {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    position: absolute;
    top: -40px;
    right: 0;
}

#p_line .progress-type {
    position: absolute;
    left: 0px;
    padding: 0px 10px;
    color: white;
}

#p_line .progress-completed {
    position: absolute;
    right: 0px;
    padding: 0px 10px;
    color: #000;
}


/*---------------------------------------
    3.10 Testimonial
-----------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .Testimonial {
        /* margin-top: 50px; */
    }
}

@media only screen and (max-width: 767px) {
    .Testimonial {
        /*  margin-top: 30px; */
    }
}

.Testimonial {
    background: url('../images/testimonial-bg.jpg') scroll center center;
}

.Testimonial .client .client-detail p {
    color: #000;
}

.Testimonial .client .client-avatar {
    height: 140px;
    width: 140px;
    margin: 0 auto;
    overflow: hidden;
}

.Testimonial .client .client-avatar img {
    width: auto !important;
}

.Testimonial .client .client-title {
    text-transform: uppercase;
    font-weight: 500;
}

.Testimonial .client .client-title,
.Testimonial .client .client-designation {
    display: inline-block;
    margin-top: 20px;
}

.Testimonial .client .client-designation {
    color: #ff6200;
}

.Testimonial .client .fa.fa-quote-left {
    margin-right: 10px;
    font-size: 14px;
    color: #fff;
}

.Testimonial .owl-dots {
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

.Testimonial .owl-dot {
    display: inline;
    line-height: 1;
}

.Testimonial .owl-dot span {
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 14px;
    margin: 4px;
    width: 14px;
}

.Testimonial .owl-dot.active>span {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #ff6200;
    border-radius: 50%;
    display: inline-block;
    height: 14px;
    margin: 4px;
    width: 14px;
}


/*---------------------------------------
    3.11 owl navigation
-----------------------------------------*/

.product-tab-section .owl-nav,
#latest .owl-nav,
#Blog .owl-nav,
.related_pro .owl-nav {
    right: 10px;
}

@media only screen and (max-width: 767px) {
    .tab-content .owl-nav {
        top: -82px;
    }
}

.myCarousel .owl-nav {
    top: 44%;
}

.owl-nav {
    right: 0px;
    position: absolute;
    top: 35%;
    width: 100%;
}

.owl-nav div {
    background: #1665a4 url("../images/sprite.png") no-repeat scroll -32px -365px;
    height: 40px;
    width: 40px;
    font-size: 0px;
    position: absolute;
    transition: 0.5s;
    padding: 10px;
    border-radius: 8px;
}

.owl-nav .owl-prev {
    background-position: 3px -364px;
    opacity: 1;
    right: auto;
    left: 0;
}

.owl-nav .owl-prev:hover {
    background-position: 3px -402px;
    transition: 0.5s;
}

.owl-nav .owl-next {
    left: auto;
    opacity: 1;
    right: 0;
}

.owl-nav .owl-next:hover {
    background-position: -32px -403px;
    transition: 0.5s;
}

#product-thumbnail .owl-nav {
    top: 40px;
}

#product-thumbnail .owl-nav .owl-prev {
    left: 0;
}

.philo-banner {
    width: 100%;
    float: left;
    text-align: center;
    background: url(../images/philosphy.png) scroll center center;
    background-size: cover;
    padding: 4em 0;
    padding-right: 0px;
    padding-left: 0px;
    box-shadow: 0px 3px 10px #a7a3a3e0;
}


/*---------------------------------------
    3.12 NEWSLETTER
-----------------------------------------*/

.newsletters {
    display: inline-block;
    width: 100%;
}

.newsletters h2 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.newsletters input {
    background: #F5F5F5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #000;
    height: 55px;
    padding: 0 20px;
    width: 390px;
    float: left;
}

.newsletters input:hover,
.newsletters input:focus {
    background: #F5F5F5 none repeat scroll 0 0;
    box-shadow: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .newsletters input {
        width: 270px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .newsletters input {
        width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .newsletters input {
        margin-top: 20px;
        width: 320px;
    }
}

.newsletters button {
    font-size: 18px;
    font-weight: 500;
    border: none;
    border-radius: 0;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: none;
    height: 55px;
    float: right;
    width: 180px;
    border: 1px solid #000;
    transition: 0.5s;
}

.newsletters button:hover {
    background: #fff;
    border-color: #000;
    color: #000;
    transition: 0.5s;
    box-shadow: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .newsletters button {
        width: 140px;
    }
}

@media only screen and (max-width: 767px) {
    .newsletters button {
        float: none;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .newsletters .btn {
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .newsletters .news-form.pull-right {
        float: none;
    }
}


/*---------------------------------------
    NEWSLETTER-POPUP
-----------------------------------------*/

.newsletter-popup,
.success_msg {
    background: #f0f0f0;
    box-shadow: 0 4px 5.94px 0.06px rgba(0, 0, 0, 0.13);
    height: auto;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 20%;
    width: 750px;
}

@media only screen and (max-width: 767px) {
    .newsletter-popup,
    .success_msg {
        width: auto;
        margin: 30px;
    }
}

.newsletter-popup .newsletter-popup-top,
.success_msg .newsletter-popup-top {
    width: 290px;
}

@media only screen and (max-width: 767px) {
    .newsletter-popup .newsletter-popup-top,
    .success_msg .newsletter-popup-top {
        width: 50%;
    }
}

@media only screen and (max-width: 575px) {
    .newsletter-popup .newsletter-popup-top,
    .success_msg .newsletter-popup-top {
        width: 100%;
        text-align: center;
    }
}

.newsletter-popup .newsletter-popup-top .popup-text .popup-title,
.success_msg .newsletter-popup-top .popup-text .popup-title {
    font-family: "Open Sans";
    font-size: 80px;
    line-height: 60px;
    text-transform: capitalize;
    color: #000000;
    font-weight: 700;
    padding-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    .newsletter-popup .newsletter-popup-top .popup-text .popup-title,
    .success_msg .newsletter-popup-top .popup-text .popup-title {
        font-size: 60px;
        line-height: 50px;
    }
}

.newsletter-popup .newsletter-popup-top .popup-text .popup-title span,
.success_msg .newsletter-popup-top .popup-text .popup-title span {
    font-size: 24px;
    margin-left: -3%;
}

.newsletter-popup .newsletter-popup-top .popup-text .popup-desc,
.success_msg .newsletter-popup-top .popup-text .popup-desc {
    padding: 20px 20px;
    color: #000000;
    text-transform: uppercase;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    line-height: 17px;
}

.newsletter-popup .newsletter-popup-top .popup-text .popup-desc span,
.success_msg .newsletter-popup-top .popup-text .popup-desc span {
    font-weight: bold;
}

.newsletter-popup .checkbox label,
.success_msg .checkbox label {
    color: #000000;
}

.newsletter-popup #xout,
.success_msg #xout {
    color: #000;
    cursor: pointer;
    font-size: 27px;
    font-weight: 300;
    height: 30px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 30px;
}

.newsletter-popup #xout:hover,
.success_msg #xout:hover {
    color: #555;
}


/*---------------------------------------
    3.13 Contact
-----------------------------------------*/

.cntct-img {
    margin: 0 auto;
    background: #f5f5f5;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    text-align: center;
}

.layer {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 2px 5px #a7a3a3e0;
}


/* New Maths Class */

.layeroly {
    background: #cfcc0a;
    padding: 30px;
    box-shadow: 0px 2px 5px #a7a3a3e0;
}

.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;
}


/*---------------------------------------
    4 Footer
-----------------------------------------*/

.footer .footer-top {
    width: 100%;
    background: rgba(255, 255, 255);
}

.f-subject .media img {
    max-width: 60px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15)
}

.f-subject .media a {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer .footer-top {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .footer .footer-top {
        display: block;
    }
}

.footer .footer-top .footer-logo {
    float: left;
}

@media only screen and (max-width: 479px) {
    .footer .footer-top .footer-logo {
        float: none;
        text-align: center;
        padding: 0;
    }
}

.footer .footer-top .footer-logo a img {
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}

.footer .footer-top .footer-desc {
    font-weight: 400;
    line-height: 24px;
    font-size: 15px;
}

@media only screen and (max-width: 479px) {
    .footer .footer-top .footer-desc {
        text-align: center;
    }
}

.footer .footer-title,
.footer .footer h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer .footer-block ul {
        display: none;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .footer .footer-block ul {
        display: none;
        margin-bottom: 30px;
    }
}

.footer .footer-block ul li {
    padding: 5px 0;
    color: #fff;
}

.footer .footer-block ul li a {
    color: #fff;
}

.footer .footer-block ul li a:hover {
    color: #ccc;
}

.footer .footer-block .toggle.active .toggle_div::before {
    color: #fff;
    content: "\f055";
    font-family: "FontAwesome";
    font-size: 22px;
    padding: 0;
    position: absolute;
    right: 0;
}

.footer .footer-block .toggle .toggle_div::before {
    color: #fff;
    content: "\f056";
    font-family: "FontAwesome";
    font-size: 22px;
    padding: 0;
    position: absolute;
    right: 0;
}

.footer .footer-bottom {
    background: #014983;
    color: #ddd;
}

.footer .footer-bottom .social_icon ul li {
    display: inline-block;
}

.footer .footer-bottom .social_icon ul li a {
    border: 2px solid #afafaf;
    border-radius: 50%;
    color: #afafaf;
    display: block;
    font-size: 20px;
    height: 36px;
    padding: 4px 8px;
    width: 36px;
    text-align: center;
}

.footer .footer-bottom .social_icon ul li:hover i.fab,
.footer .footer-bottom .social_icon ul li:hover i.fas {
    color: #000;
}

.footer .footer-bottom .social_icon ul i.fab,
.footer .footer-bottom .social_icon ul i.fas {
    background-color: transparent;
    font-size: 14px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

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

.footer .footer-bottom .payment-icon li {
    display: inline-block;
    font-size: 30px;
    color: #a5a5a5;
}

@media only screen and (min-width: 1470px) {
    .banner-description .offset-xl-4 {
        margin-left: 38.333%;
    }
}

@media only screen and (min-width: 1350px) and (max-width: 1469px) {
    .banner-description .offset-xl-4 {
        margin-left: 34%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1349px) {
    .banner-description .offset-xl-4 {
        margin-left: 28%;
    }
}

.grid-item {
    display: block;
    position: relative;
    padding: 15px;
}

.grid-item a {
    overflow: hidden;
    display: block;
    position: relative;
}

.portfolio-filter.nav.navbar-nav {
    float: none;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background: #a11d1d;
    color: #fff !important;
}

.portfolio-filter>li.active>a {
    background: #1665a4;
    color: #fff!important;
}

.portfolio-filter>li.active:hover>a {
    background: #a11d1d;
    color: #fff !important;
}

.nav-pills .nav-link.active:hover {
    background-color: #a11d1d;
}

.tab-bar ul {
    list-style: none;
    text-align: center;
    display: inline-block;
}

.tab-bar ul li {
    display: inline;
}

.tab-bar ul li a {
    padding: 5px 15px;
    border-radius: 5px;
}

.tab-bar ul li.active a,
.tab-bar ul li:hover a {
    color: #000000;
}

.four-col-work .grid-item,
.fout-col-blog .blog-item {
    width: 25%;
    min-height: 1px;
}

.three-col-work .grid-item,
.three-col-blog .blog-item {
    width: 33.33%;
    min-height: 1px;
}

.two-col-work .grid-item,
.two-col-blog .blog-item {
    width: 50%;
    min-height: 1px;
}

.card-header .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    display: inline;
}

.grid-item:hover a img {
    scale: 1.1;
}

.rediotoBuy input[type="radio"],
.rediotoBuy input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    width: auto;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

.grid-item>a {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}


/* bgClass */

.bgCbseClass {
    background-image: url("../images/bguniversity.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10px;
    padding-top: 10px;
    min-height: 600px;
    background-position: center;
}


/* bguniversity */

.bgUniversity {
    background-image: url("../images/bguniversity.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10px;
    padding-top: 10px;
    min-height: 600px;
    background-position: center;
}

.bannerLanding {
    /* background-image: url("../images/main_banner2.jpg"); */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10px;
    padding-top: 5px;
    min-height: 450px;
    background-position: center;
}

.row4 {
    margin-right: -15px;
    margin-left: -15px;
}

@media (max-width:991px) {
    .three-col-work .grid-item,
    .three-col-blog .blog-item,
    .four-col-work .grid-item {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .three-col-work .grid-item,
    .three-col-blog .blog-item,
    .two-col-work .grid-item,
    .two-col-blog .blog-item,
    .four-col-work .grid-item {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .three-col-work .grid-item,
    .three-col-blog .blog-item,
    .two-col-work .grid-item,
    .two-col-blog .blog-item,
    .four-col-work .grid-item {
        width: 100%;
    }
}


/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 405px;
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
    /* perspective: 1000px; Remove this if you don't want the 3D effect */
}


/* This container is needed to position the front and back side */

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}


/* Do an horizontal flip when you move the mouse over the flip box container */

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}


/* Position the front and back side */

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}


/* Style the front side (fallback if image is missing) */

.flip-card-front {
    background-color: #bbb;
    color: black;
}


/* Style the back side */

.flip-card-back {
    /* background-color: dodgerblue;
  color: white; */
    transform: rotateY(180deg);
    cursor: pointer;
    z-index: 999;
    padding-top: 25%;
}

.flip-card-back .btn-custom-1 {
    display: inline-block!important;
}

.moreTxt {
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

.containeFlip {
    position: absolute;
    bottom: 0;
    padding: 5px;
}

.flip-orange {
    background: #fff9dc;
}

.flip-purple {
    background: #eedcff
}

.flip-green {
    background: #b1f9ca
}

.flip-yellow {
    background: #f5ffbc
}

.flip-red {
    background: #ffc18c
}

.flip-blue {
    background: #cde4fb
}


/* Video CSS */


/* *{
  box-sizing: border-box;
} */


/* 
body{
  margin:0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size:1rem;
  font-weight:normal;
  line-height:1.5;
  color:#333;
  overflow-x:hidden;
} */


/* .v-header{
  height:100vh;
  display:flex;
  align-items:center;
  color:#fff;
} */


/* 
.container{
  max-width:960px;
  padding-left:1rem;
  padding-right:1rem;
  margin:auto;
  text-align:center;
} */


/* .fullscreen-video-wrap{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  overflow:hidden;
} */


/* .fullscreen-video-wrap video{
  min-height:100%;
  min-width:100%;
}

.header-overlay{
  height:100vh;
  position: absolute;
  top:0;
  left:0;
  width:100vw;
  z-index:1;
  background:#225470;
  opacity:0.85;
} */


/* .header-content{
  z-index:2;
}

.header-content h1{
  font-size:50px;
  margin-bottom:0;
}

.header-content p{
  font-size:1.5rem;
  display:block;
  padding-bottom:2rem;
} */


/* .btn{
  background: #34b3a0;
  color:#fff;
  font-size:1.2rem;
  padding: 1rem 2rem;
  text-decoration: none;
} */


/* 
.section{
  padding:20px 0;
}

.section-b{
  background:#333;
  color:#fff;
}

@media(max-width:960px){
  .container{
    padding-right:3rem;
    padding-left:3rem;
  }
} */


/* End video css */


/* Zebra striped table  */

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: 0px;
    width: auto;
    border: 1px solid #ddd;
}

table.center {
    margin-left: auto;
    margin-right: auto;
}

th,
td {
    text-align: center;
    padding: 64px;
}

tr:nth-child(even) {
    background-color: #3b3838b6;
}


/* Pricing Page */

.package {
    box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.24);
    border: 0;
    margin-top: 25px;
    transition: transform .3s;
}

.package:hover {
    /* box-shadow: 0 0px 15px rgba(235,137,50,0.9);
  transform: translate3d(0, -3px, 0); */
    transform: scale(1.1);
    z-index: 9999;
    position: relative;
}

.header-Pricing {
    padding: 10px 0;
    margin-bottom: 15px;
}

.green-gradient {
    background-image: linear-gradient(120deg, #24fbac, #0e9a66);
}

.pink-gradient {
    background-image: linear-gradient(120deg, #fb249b, #b10167)
}

.blu-gradient {
    background-image: linear-gradient(120deg, #1fbdec, #007dad)
}

.header-Pricing h2,
.header-Pricing h4 {
    font-weight: bold;
    color: #fff;
}

.lsitStyle {
    list-style-type: square;
    color: #000;
}

.lsitStyle li {
    margin-left: 35px;
    text-align: left;
}

.learnMoreBtn {
    display: block;
    width: 192px;
    height: 44px;
    border: 2px solid #48A963;
    border-radius: 8px;
    font-size: 15px;
    color: #48A963;
    cursor: pointer;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: #fff;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    line-height: 2.5;
}

.learnMoreBtn:hover {
    color: #fff;
    text-shadow: none;
    border-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

.learnMoreBtn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #48A963;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

.learnMoreBtn:hover:before,
.learnMoreBtn:focus:before,
.learnMoreBtn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    border-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

.button2 {
    display: -webkit-inline-box;
    display: inline-flex;
    height: 44px;
    width: 110px;
    border: 2px solid #01758a;
    margin: 12px 16px 0px 15px;
    color: #01758a;
    text-decoration: none;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
}

#button-2 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#slide {
    width: 100%;
    height: 100%;
    left: -200px;
    background: #01758a;
    position: absolute;
    -webkit-transition: all .35s ease-Out;
    transition: all .35s ease-Out;
    bottom: 0;
}

#button-2 a {
    position: relative;
    -webkit-transition: all .35s ease-Out;
    transition: all .35s ease-Out;
}

#button-2:hover #slide {
    left: 0;
}

#button-2:hover a {
    color: #FFF;
}

.BtnDesign1 {
    border: none;
    display: block;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    background-color: #222;
    padding: 17px 60px;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.20);
}

.BtnDesign1:hover:after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.BtnDesign1:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 490%;
    width: 140%;
    background: #78c7d2;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.BtnDesign1 span {
    position: relative;
    z-index: 1;
}

.strikeLink {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
}

.strikeLink:before,
.strikeLink:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    top: 50%;
    margin-top: -0.5px;
    background: #2915c7;
}

.strikeLink:before {
    left: -2.5px;
}

.strikeLink:after {
    right: 2.5px;
    background: #2915c7;
    transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.strikeLink:hover:before {
    background: #2915c7;
    width: 100%;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.strikeLink:hover:after {
    background: transparent;
    width: 100%;
    transition: 0s;
}

.btn-custom-1 {
    border-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    margin: 20px 0px;
    border: 2px solid #007dad;
    background: #fff;
    color: #000;
}

.btn-custom-1:hover {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(98, 62, 165, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(98, 62, 165, 0.5);
    background: #007dad;
    color: #fff;
}

.fill {
    background: #007dad !important;
    color: #fff;
    margin-left: 26px;
    margin-right: 0px;
}

.btn-custom-1.fill:hover {
    border: 2px solid #007dad !important;
    background: #fff !important;
    color: #000;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(98, 62, 165, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(98, 62, 165, 0.5);
}

.tringleBtn {
    margin: 15px 20px;
    float: left;
    position: relative;
    color: #fff;
    cursor: pointer;
}

.tringleBtn.v19 .label {
    padding: 10px 15px;
    font-size: 14px;
    display: inline-block;
    z-index: 10;
    position: relative;
    white-space: nowrap;
    line-height: 24px;
    -webkit-transition: all 0.225s;
    transition: all 0.225s;
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
    font-weight: 500;
    text-transform: none;
}

.tringleBtn.v19 .icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.225s;
    transition: all 0.225s;
    -webkit-transform: scale(0.9) skew(0deg, 0deg);
    transform: scale(0.9) skew(0deg, 0deg);
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.tringleBtn.v19:hover .icon2 {
    background: #000;
    color: #fff
}

.tringleBtn.v19 .icon2 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.225s;
    transition: all 0.225s;
    -webkit-transform: skew(-40deg, 0deg) scaleX(1);
    transform: skew(-40deg, 0deg) scaleX(1);
    background: rgba(240, 32, 47, 0.8);
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.tringleBtn.v19 .icon:before {
    left: 0;
    top: 0;
}

.txtRedgardient {
    background: -webkit-linear-gradient(#ff6565, #c30000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    margin-bottom: 0px;
}

.btn-border {
    display: inline-block;
    margin: 13px 2px 21px 45px;
    padding: 10px 15px;
    border: none;
    border-radius: 0.1875rem;
    outline: none;
    background-color: #108fbb;
    color: white;
    /* font-family: inherit; */
    font-weight: 400;
    line-height: 1.5rem;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}

.btn-border:focus,
.btn-border:hover {
    background-color: #108fbb;
    box-shadow: 0 0 0 0.1875rem white, 0 0 0 0.375rem #108fbb;
}

table {
    /* font-family: arial, sans-serif; */
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.simpleTable {
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.24)
}

.simpleTable tr:nth-child(even) {
    background-color: #f5fdff!important;
}

.bgBanner {
    background: url(../img/pattern.png)#003144;
    padding: 10px 0;
    margin-top: 10px;
}

.bgBanner h1 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 0;
}

.textWhite {
    color: #fff
}

.wrapperClass .box-holder .play-icon {
    left: 0px;
    right: 0px;
    margin: 0 auto;
    position: absolute;
    text-transform: uppercase;
    top: 40%;
    z-index: 9;
}

.wrapperClass {
    width: 100%;
    margin-top: 25px;
}

.wrapperClass .box-holder {
    padding: 0;
}

.wrapperClass .box-holder .thumb {
    border-radius: 0 !important;
}

.videoCaption {
    position: relative;
    bottom: 0;
    padding: 10px;
    background: #0588b8;
    color: #fff;
    font-weight: 600;
}

.d-inline {
    color: #a11d1d;
}

.nw_online_table {
    margin-left: 0!important
}

.regisModal .modal-body {
    overflow-x: hidden;
}

.box-outer {
    top: -51px;
    position: relative;
    float: right;
    width: 100%;
}

.marRigbtm-20 {
    margin-right: 20px;
    margin-bottom: 10px;
}

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

.white-bg {
    background: #fff;
}

.container-wrapper {
    max-width: 1250px;
}

.container-wrapper .navbar-brand img {
    max-width: 80%;
}