/* Minification failed. Returning unminified contents.
(2163,35): run-time error CSS1046: Expect comma, found '0'
(2163,39): run-time error CSS1046: Expect comma, found '/'
(2641,1): run-time error CSS1019: Unexpected token, found '@'
 */
.jssocials-shares {
  margin: 0.2em 0; }

.jssocials-shares * {
  box-sizing: border-box; }

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }
  .jssocials-share-link.jssocials-share-link-count {
    padding-top: .2em; }
    .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
      display: block;
      font-size: .6em;
      margin: 0 -.5em -.8em -.5em; }
  .jssocials-share-link.jssocials-share-no-count {
    padding-top: .5em; }
    .jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
      height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }
  .jssocials-share-count-box.jssocials-share-no-count {
    display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }

.jssocials-share-twitter .jssocials-share-link {
  background: #00aced; }
  .jssocials-share-twitter .jssocials-share-link:hover {
    background: #0087ba; }

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998; }
  .jssocials-share-facebook .jssocials-share-link:hover {
    background: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39; }
  .jssocials-share-googleplus .jssocials-share-link:hover {
    background: #c23321; }

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6; }
  .jssocials-share-linkedin .jssocials-share-link:hover {
    background: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027; }
  .jssocials-share-pinterest .jssocials-share-link:hover {
    background: #9f191f; }

.jssocials-share-email .jssocials-share-link {
  background: #3490F3; }
  .jssocials-share-email .jssocials-share-link:hover {
    background: #0e76e6; }

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823; }
  .jssocials-share-stumbleupon .jssocials-share-link:hover {
    background: #c93412; }

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628; }
  .jssocials-share-whatsapp .jssocials-share-link:hover {
    background: #1f7d1e; }

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0; }
  .jssocials-share-telegram .jssocials-share-link:hover {
    background: #1c88bd; }

.jssocials-share-line .jssocials-share-link {
  background: #25af00; }
  .jssocials-share-line .jssocials-share-link:hover {
    background: #1a7c00; }

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d; }
  .jssocials-share-viber .jssocials-share-link:hover {
    background: #61407b; }

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056; }
  .jssocials-share-pocket .jssocials-share-link:hover {
    background: #e9132e; }

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff; }
  .jssocials-share-messenger .jssocials-share-link:hover {
    background: #006acc; }

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e; }
  .jssocials-share-vkontakte .jssocials-share-link:hover {
    background: #344d6c; }

.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
    color: #fff; }

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box:hover {
    background: gainsboro; }
    .jssocials-share-count-box:hover:after {
      border-color: transparent gainsboro transparent transparent; }
  .jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.85em;
    left: -0.3em;
    width: 0;
    height: 0;
    border-width: 0.4em 0.4em 0.4em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
            transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box .jssocials-share-count {
    line-height: 2.5em;
    color: #444; }

body {
    font-family: 'Open Sans';
}
a {
    text-decoration: none;
}
a.navbar-brand.logo svg {
    width: 100% !important;
}

.is-large { font-size: larger;}
.masthead {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 300px;
}

blockquote {
    font-size: 1.4em;
    width: 75%;
    margin: 50px auto;
    font-family: Open Sans;
    font-style: italic;
    color: #555555;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #f7941d;
    line-height: 1.6;
    position: relative;
    background: #EDEDED;
}

    blockquote::before {
        font-family: Arial;
        content: "\201C";
        color: #f7941d;
        font-size: 4em;
        position: absolute;
        left: 10px;
        top: -10px;
    }

blockquote::after {
    content: '';
}

blockquote span {
    display: block;
    color: #333333;
    font-style: normal;
    font-weight: bold;
    margin-top: 1em;
}

.vertical-nav {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 20px 0 20px 0;
    padding: 10px 0;
}


.iframe-container {
    overflow: hidden;
    padding-top: 35%;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.has-equal-height {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.subtitle {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: justify;
    word-break: break-word;
}

.features-icons {
    padding-bottom: 4rem;
    padding-top: 2rem;
}

a.tag.is-medium {
    text-decoration: underline;
}

.categories > .tag {
    padding: 7px;
    border-radius: 7px;
}

.box {
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 0.5em 1em -0.125em #696969, 0 0 0 1px #ffffff;
    box-shadow: 0 0.5em 1em -0.125em rgba(10 10 10 0.1), 0 0 0 1px rgba(10 10 10 0.02);
    color: #4a4a4a;
    display: block;
    padding: 2rem;
}

.features-icons .features-icons-item { max-width: 20rem; }

.features-icons .features-icons-item .features-icons-icon { height: 7rem; }

.features-icons .features-icons-item .features-icons-icon svg { font-size: 4.5rem; }

.features-icons-icon svg {
    font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon svg { font-size: 5rem; }

.card { margin-bottom: 15px; }

.card-title a { text-decoration: none; }

/* side menu start */

.menu { font-size: 1rem; }

.menu.is-small { font-size: 0.75rem; }

.menu.is-medium { font-size: 1.25rem; }

.menu.is-large { font-size: 1.5rem; }

.menu-list {
    line-height: 1.25;
    list-style: none;
    padding-left: 1rem;
}

.menu-list a {
    border-radius: 2px;
    color: #454547;
    display: block;
    padding: 0.5em 0.75em;
    text-decoration: none;
}

.menu-list a:hover {
    background-color: whitesmoke;
    color: #454547;
}

    .menu-list a.is-active {
        background-color: #3273dc;
        color: #fff;
        padding-left: 13px;
        width: 90%;
    }

.menu-list li ul {
    border-left: 1px solid #e8e8e8;
    margin: 0.75em;
    padding-left: 0.75em;
}

.menu-label {
    color: #7a7a7a;
    font-size: 0.75em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.menu-label:not(:first-child) { margin-top: 1em; }

.menu-label:not(:last-child) { margin-bottom: 1em; }

.menu-label a, .menu-label strong {
    color: #454547;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
}

.menu-label {
    color: #7a7a7a;
    font-size: 0.75em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

ul.sub-menu-list li {
    margin-left: 40px;
}

ul.sub-menu-list a.is-active {
    background-color: #3273dc;
    color: #fff;
    padding-left: 13px;
    width: 90%;
}

/* side menu end */

/* HERO section start */

.hero.is-dark {
    background-color: #454547;
    color: whitesmoke;
}

.hero.is-dark .subtitle {
    color: #f5f5f5;
    color: rgba(245, 245, 245, 0.9);
}

.hero.is-dark .title:not(.is-spaced) + .subtitle { margin-top: -1.25rem; }

.hero.is-dark .subtitle { color: #aeafb3; }

/* HERO section end */

/* Showcase section start */

.showcase-text { padding: 3rem; }

.showcase-text ul {
    margin-left: 80px;
}
.showcase-img {
    background-size: cover;
    min-height: 400px;
}
.signup-form-approval a {
    text-decoration: underline;
}

.signup-text .has-background-dark form {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.signup-text {
    text-align: justify;
}

.signup-text p {
    width: 75%;
}

section.showcase .showcase-text > h2, section.showcase .showcase-text > p {
    padding: 5px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    display: table;
    margin: 5px auto;
}

.showcase-text > h2, .showcase-text > p {
    padding: 5px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.8);
    display: table;
    margin: 5px auto;
}


/* Showcase section end */

/* sign up form section start */


.signup-form-approval {
    width: 75%;
    margin-top: 20px;
}

.call-to-action {
    background-color: #343a40;
    padding-bottom: 1rem;
    padding-top: 1rem;
    position: relative;
}

.call-to-action .overlay {
    background-color: #212529;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
}

/* sign up form section end */

span.field-validation-error { color: red; }

span.footer-sub-text { font-size: 0.7em; }

span.text-danger {
    background-color: red;
    color: white !important;
    padding: 10px;
}

.quotebutton {
    background-color: #3e54ff;
    color: #fff;
}

.quotebtn {
    -moz-user-select: none;
    -webkit-user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    user-select: none;
    vertical-align: middle;
}

.button .quotebtn.white-bg:hover { border-color: #3e54ff; }

.button .quotebtn.white-bg { border: 2px solid transparent; }

a.quotebtn.mouse-dir.darkblue-bg { color: #ffffff; }

.button .quotebtn:hover, .button .quotebtn:hover { color: #fff; }

.button .quotebtn:hover { color: #3e54ff; }

.button .quotebtn:hover, .button .quotebtn:hover { color: #fff; }

.header .button .quotebtn {
    padding: 13px 10px;
    width: 150px;
}

.button .quotebtn {
    background-color: #3e54ff;
    color: #fff;
}

.button .quotebtn {
    -o-transition: .5s;
    -webkit-box-shadow: 0 0 30px 0 #000000;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
    -webkit-transition: .5s;
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 30px 0 #000000;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
    color: #3e54ff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px;
    text-transform: capitalize;
    transition: .5s;
}

.quotebtn:hover {
    color: #ffffff;
    font-weight: bold;
}


.mouse-dir {
    -o-transition: .6s;
    -webkit-transition: .6s;
    overflow: hidden;
    position: relative;
    transition: .6s;
    z-index: 1;
}




/*======================================
	01. Start Header CSS
========================================*/

/*===== NAVBAR =====*/

.navbar-area {
    background: #fff;
    transition: all 0.3s ease-out 0;
    width: 100%;
    z-index: 99;
}


.sticky {
    background-color: #fff;
    box-shadow: 0 20px 50px 0 #000000;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    transition: all 0.3s ease-out 0;
    z-index: 99;
}

.sticky .navbar .navbar-nav .nav-item a { color: #333; }

.sticky .navbar .navbar-nav .nav-item a.active { color: #3E54FF; }

.sticky .navbar .navbar-toggler .toggler-icon { background: #333; }



.navbar-brand {
    padding: 0;
    padding-top: 5px;
}

/*.navbar-brand img { max-width: 500px; }*/

.navbar-toggler { padding: 0; }

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.navbar-toggler .toggler-icon {
    background-color: #333;
    display: block;
    height: 2px;
    margin: 5px 0;
    position: relative;
    transition: all 0.3s ease-out 0;
    width: 30px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
    top: 7px;
    transform: rotate(45deg);
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) { opacity: 0; }

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
    top: -7px;
    transform: rotate(135deg);
}

.navbar-expand-lg .navbar-nav {
    margin-left: auto;
}

.navbar-nav .nav-item {
    margin-left: 15px;
    margin-right: 10px;
    position: relative;
}

.navbar-nav .nav-item a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 30px 0;
    position: relative;
    text-transform: capitalize;
    transition: all 0.3s ease-out 0;
}



.navbar-nav .nav-item a::before {
    background: #3E54FF;
    border-radius: 10px;
    bottom: 0;
    content: '';
    height: 3px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-out 0;
    z-index: -1;
    z-index: 5;
}

.navbar-nav .nav-item a::before {
    left: 0;
    width: 0;
}

.navbar-nav .nav-item a::after {
    right: 0;
    width: 20%;
}

.navbar-nav .nav-item a:hover, .navbar-nav .nav-item a.active { color: #3E54FF; }

.navbar-nav .nav-item:hover a:before, .navbar-nav .nav-item a.active::before {
    opacity: 1;
    width: 30px;
}



.navbar-nav .nav-item:hover .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}



.navbar-nav .nav-item .sub-menu {
    background-color: #fff;
    box-shadow: 0 0 20px 0 #000000;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 110%;
    transition: all 0.3s ease-out 0;
    visibility: hidden;
    width: 200px;
}



.navbar-nav .nav-item .sub-menu li { display: block; }

.navbar-nav .nav-item .sub-menu li a {
    color: #222;
    display: block;
    padding: 8px 20px;
}

.navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
    color: #3E54FF;
    padding-left: 25px;
}

.navbar-nav .sub-nav-toggler { display: block; }



.navbar-nav .sub-nav-toggler span {
    border-bottom: 1px solid #222;
    border-left: 1px solid #222;
    height: 8px;
    position: relative;
    top: -5px;
    transform: rotate(-45deg);
    width: 8px;
}

.header { position: relative; }


/* Topbar */

.header .toolbar-area {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}


/*.header .toolbar-area .toolbar-contact { margin-top: 8px; }*/

.header .toolbar-area .toolbar-contact svg { color: whitesmoke; }

.header .toolbar-area .toolbar-contact p {
    color: whitesmoke;
    display: inline-block;
    font-size: 14px;
    line-height: 0;
    margin: 0;
    margin-right: 8px !important;
    margin-top: 2px;
    text-align: center;
}

.header .toolbar-area .toolbar-contact p:last-child { margin-right: 0 !important; }

.header .toolbar-area .toolbar-contact p a {
    color: whitesmoke;
    font-size: 14px;
    font-weight: 400;
    margin-right: 7px;
}

.header .toolbar-area .toolbar-contact p i {
    color: #3E54FF;
    display: inline-block;
    font-size: 15px;
    margin-right: 6px;
}

.header .toolbar-area .toolbar-contact p a:hover { color: #4d6de6; }

.header .toolbar-area .toolbar-contact ul li p {
    color: #777;
    float: right;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin: 0;
    margin-top: 8px;
}

.header .toolbar-area .toolbar-sl-share ul {
    float: right;
    margin-bottom: 0;
}

.header .toolbar-area .toolbar-sl-share ul li {
    display: inline-block;
    height: 37px;
    margin: 0;
    margin-right: 5px;
    margin-top: 4px;
    text-align: center;
}

.header .toolbar-area .toolbar-sl-share ul li:last-child { margin-right: 0; }

.header .toolbar-area .toolbar-sl-share ul li a {
    border: 1px solid #eee;
    color: #aaa;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-align: center;
    width: 35px;
}

.header .toolbar-area .toolbar-sl-share ul li a i { font-size: inherit; }

.header .toolbar-area .toolbar-sl-share ul li a:hover { color: #4d6de6; }


/* Main Menu */

.site-header .main-menu {
    background: transparent;
    position: relative;
    z-index: 99;
}

.site-header .button {
    float: right;
    margin-top: 18px;
}

.site-header .button .quotebtn {
    background: transparent;
    border: 2px solid #3E54FF;
    box-shadow: none !important;
    color: #3E54FF;
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    padding: 12px 25px;
    position: relative;
    z-index: 2;
}

.site-header .button .quotebtn:hover { color: #fff; }

.site-header .button .quotebtn .dir-part { background-color: #3E54FF; }

.site-header .navigation {
    display: inline-block;
    float: left;
}

.site-header .nav li {
    margin-right: 17px;
    position: relative;
}

.site-header .nav li:last-child { margin: 0; }

.site-header .nav li a {
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 32px 10px;
    position: relative;
    text-transform: capitalize;
    z-index: 3;
}

.site-header .nav li a::before {
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    background: #3E54FF;
    border-radius: 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    margin-bottom: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.4s ease;
    visibility: hidden;
    width: 0;
    z-index: -1;
}

.site-header .nav li:hover a:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.site-header .nav li.active a:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.site-header .nav li:hover a { color: #3E54FF; }

.site-header .nav li.active a { color: #3E54FF; }

.site-header .nav li a i {
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    font-size: 15px;
    margin-left: 3px;
    transition: all 0.4s ease;
}

.site-header .nav li a:hover { color: #3E54FF; }

/* Dropdown Menu */

.header .navbar-nav li .sub-menu {
    -moz-box-shadow: 1px 4px 12px #333333;
    -moz-box-shadow: 1px 4px 12px rgba(51, 51, 51, 0.25);
    -moz-transition: all 0.3s ease 0;
    -webkit-box-shadow: 1px 4px 12px #333333;
    -webkit-box-shadow: 1px 4px 12px rgba(51, 51, 51, 0.25);
    -webkit-transition: all 0.3s ease 0;
    background: #fff;
    box-shadow: 0 13px 20px #999999;
    box-shadow: 0 13px 20px rgba(153, 153, 153, 0.06);
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    text-align: left;
    top: 100%;
    transition: all 0.3s ease 0;
    visibility: hidden;
    width: 300px;
    z-index: 999;
    z-index: 9999999;

}



.header .navbar-nav li a:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.header .navbar-nav li .sub-menu li {
    display: block;
    float: none;
    margin: 0;
}

.header .navbar-nav li .sub-menu li:last-child { border: none; }

.header .navbar-nav li .sub-menu li a {
    background: transparent;
    border-bottom: 1px dashed #eee;
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 15px;
    text-transform: capitalize;
}

.header .navbar-nav li .sub-menu li a:before { display: none; }

.header .navbar-nav li .sub-menu li:last-child a { border-bottom: 0; }

.header .navbar-nav li .sub-menu li:hover a {
    background: #fff;
    color: #3E54FF;
    padding: 10px 15px;
}

.header .button {
    display: inline-block;
    margin-left: 45px;
}

.header .button .quotebtn {
    padding: 13px 10px;
    width: 150px;
}

.button .quotebtn .dir-part { background-color: #ffffff; }

.header .navbar-nav li .sub-menu li .sub-menu li:hover .sub-menu {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}

/*======================================
   End Header CSS
========================================*/

/* Blog & Pagination CSS */

.pagination {
    display: block;
    margin: 65px 0 0 0;
    text-align: left;
}

.pagination.center { text-align: center; }

.pagination .pagination-list li {
    display: inline-block;
    line-height: 50px;
    margin-right: 5px;
}

.pagination .pagination-list li:last-child { margin-right: 0; }

.pagination .pagination-list li a {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 40px;
    padding: 20px;
}

.pagination .pagination-list li.active a, .pagination .pagination-list li:hover a {
    background: #0C59DB;
    border-color: transparent;
    color: #fff;
}

.pagination .pagination-list li a i { font-size: 20px; }

.pagination .pagination-list li a i { font-size: 17px; }

.blog-grids.pagination {
    margin-top: 50px;
    text-align: center;
}

/* Blog List */

.blog-list {
    margin-top: 100px;
}
.blog-list .single-list { margin-bottom: 40px; }

.blog-list .single-list:last-child { margin-bottom: 0; }

.blog-list .single-list .button { margin-top: 30px; }

.post-details .detail-inner {
    background-color: #fff;
    box-shadow: 0 0 35px #eee !important;
    padding: 10px;
}

.detail-inner p {
    color: #636466 !important;
    text-align: justify;
}
.detail-inner li {
    color: #636466 !important;
}

.detail-inner strong {
    font-weight: bolder;
    font-size: larger;
}
.post-details { margin-bottom: 30px; }

.post-details .post-title {
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 25px;
}

.post-details .post-title a {
    color: #636466;
    font-size: 26px;
    font-weight: 600;
    text-decoration: none;
}

.post-details .post-title a:hover { color: #3E54FF; }

ul.custom-flex {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.post-details .post-meta li {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-right: 25px;
}

.post-details .post-meta li a i {
    font-weight: 400;
    margin-right: 3px;
}

.post-details .post-meta li a {
    color: #636466;
    text-decoration: none;
}

.post-details .post-meta li a:hover { color: #3E54FF; }

.post-details p {
    font-size: 15px;
    margin-bottom: 20px;
}

.post-details h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 20px;
}

.post-details p:last-child { margin-bottom: 0; }

.blog-middle-image {
    overflow: hidden;
    width: 100%;
}

.blog-middle-image img {
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 100%;
}

.blog-middle-image:hover img { transform: scale(1.1); }


.popular-tag-widget .tag-title {
    font-weight: 500;
    margin-bottom: 20px;
}

.popular-tag-widget .tags > a {
    background: #3E54FF;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 500;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 7px;
    padding: 4px 15px;
    text-transform: uppercase;
}

.content-body .umbraco-forms-form {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}

/* News sidebar */

.sidebar .widget {
    background-color: #fff;
    box-shadow: 0 0 35px #eee !important;
    padding: 40px;
}

.sidebar .widget .widget-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 40px;
    padding-left: 18px;
    position: relative;
}

.sidebar .widget .widget-title:before {
    background-color: #3E54FF;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px;
}

.sidebar .widget.search-widget form { position: relative; }

.sidebar .widget.search-widget form input {
    background-color: transparent;
    border: none;
    border: 2px solid #eee;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    height: 60px;
    padding: 0 80px 0 20px;
    width: 100%;
}

.sidebar .widget.search-widget form input::placeholder { color: #333; }

.sidebar .widget.search-widget form button {
    background-color: #3E54FF;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 17px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-out 0;
    width: 60px;
    z-index: 1;
}

.sidebar .widget.search-widget form button:hover {
    background-color: #333;
    color: #fff;
}

.sidebar .widget.popular-feeds .single-popular-feed {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.sidebar .widget.popular-feeds .single-popular-feed:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-img {
    border-radius: 50%;
    height: 80px;
    margin-right: 15px;
    width: 80px;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc { width: calc(100% - 95px); }

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a {
    font-size: 14px;
    font-weight: 500;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a:hover { color: #3E54FF; }

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time {
    font-size: 13px;
    font-weight: 400;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time > i { margin-right: 4px; }

.sidebar .widget.categories-widget ul li { margin-bottom: 10px; }

.sidebar .widget.categories-widget ul li:last-child { margin-bottom: 0; }

.sidebar .widget.categories-widget ul li a {
    background-color: transparent;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: relative;
    transition: all 0.3s ease-out 0;
}

.sidebar .widget.categories-widget ul li a span {
    background-color: transparent;
    border: 1px solid #eee;
    border-radius: 50%;
    color: #333;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease-out 0;
    width: 35px;
}

.sidebar .widget.categories-widget ul li a:hover { color: #3E54FF; }

.sidebar .widget.categories-widget ul li a:hover span {
    background: #3E54FF;
    border-color: transparent;
    color: #fff;
}

.sidebar .widget.social-widget ul li {
    display: inline-block;
    margin-right: 10px;
}

.sidebar .widget.social-widget ul li a {
    align-items: center;
    background-color: #f3f5f7;
    display: inline-flex;
    font-size: 15px;
    height: 40px;
    justify-content: center;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.sidebar .widget.social-widget ul li a:hover {
    background-color: #3E54FF;
    color: #fff;
}

.sidebar .widget.popular-tag-widget { padding-bottom: 30px; }

.popular-tag-widget .tags > a {
    background: #3E54FF;
    background: transparent;
    border: 1px solid #eee;
    color: #fff;
    color: #888;
    display: inline-flex;
    font-size: 13px;
    font-weight: 500;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 7px;
    padding: 6px 16px;
    text-transform: capitalize;
}

.popular-tag-widget .tags > a:hover {
    background-color: #3E54FF;
    border-color: transparent;
    color: #fff;
}

/* Services page */

.box-service {
    position: relative;
    margin-bottom: 30px;
    margin-top: 60px;
    -webkit-transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    -ms-transition: all .3s ease 0;
    transition: all .3s ease 0;
    padding: 20px;
    padding-top: 40px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    border-radius: 4px;
}

    .box-service .ic-service {
        z-index: 100;
        position: absolute;
        background: #df7625;
        width: 70px;
        height: 70px;
        -webkit-transition: all .3s ease 0;
        -moz-transition: all .3s ease 0;
        -o-transition: all .3s ease 0;
        -ms-transition: all .3s ease 0;
        transition: all .3s ease 0;
        border: 3px solid #ebebeb;
        color: #fff;
        line-height: 0;
        margin-left: -35px;
        top: -35px;
        left: 50%;
        font-size: 2.5em;
        border-radius: 50%;
    }

    .box-service .box-service-image-header {
        margin-top: -42px;
        margin-left: -21px;
        margin-right: -21px;
        border-radius: 4px 4px 0 0;
        overflow: hidden;
    }

    .box-service .title-service {
        margin-bottom: 20px;
        margin-top: 20px;
    }

.color-dark {
    color: #323232;
}

.box-service p {
    text-align: justify;
    font-size: 0.9em;
}

.btn-send-white {
    color: #00aeef !important;
    background-color: white !important;
    border-color: white !important;
}

.btn-flat-line.btn-sa {
    background-color: #df7625;
    color: #fff;
}

.btn-flat-line.btn-xs {
    padding: 8px;
    min-width: 80px;
    font-size: 10px;
}

.btn-flat-line {
    font-family: 'Open Sans';
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    border-radius: 3px !important;
    -webkit-transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    -ms-transition: all .3s ease 0;
    transition: all .3s ease 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    min-width: 115px;
    border-width: 2px;
    letter-spacing: 1px;
    padding: 13px;
    background-color: transparent;
    color: #000;
}

.ic-service svg {
    margin-top: 10px;
}

.search-results h4 a {
    color: grey;
}

.search-results .text-h3 a {
    color: grey;
}
.search-results .text-h3 {
    margin: 20px;
    background-color: aliceblue;
    padding: 5px;
}
.search-results .text-h3 span {
        display: block;
        padding-top: 10px;
        font-size: smaller;
        font-style: italic;
    }

.fancydropshadow {
    filter: drop-shadow(5px 5px 10px #000 );
}

/* Portfolio */


.portfolio-section.section {
    padding-bottom: 70px;
}

.portfolio-section .portfolio-btn-wrapper {
    margin-bottom: 0;
    text-align: center;
}

.portfolio-section .section-title {
    margin-bottom: 50px;
}

.portfolio-section .portfolio-btn-wrapper button {
    padding: 10px 23px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    background: #eff2f9;
    color: #051441;
    border-radius: 0;
    margin-right: 10px;
    margin-bottom: 50px;
    -webkit-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0;
}

.portfolio-section .portfolio-btn-wrapper button.active {
    background: #3E54FF;
    color: #fff
}


.portfolio-section .portfolio-btn-wrapper button:last-child {
    margin-right: 0
}

.portfolio-item-wrapper {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #f3ecec;
    height: 338px;
    width: 100%;
}

    .portfolio-item-wrapper:hover .portfolio-overlay {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .portfolio-item-wrapper .portfolio-img img {
        width: 100%
    }

    .portfolio-item-wrapper .portfolio-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 0;
        background: #3E54FF;
        padding: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease-out 0;
        transition: all .3s ease-out 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }



.portfolio-item-wrapper .portfolio-overlay .overlay-content h4 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 23px;
}

.portfolio-item-wrapper .portfolio-overlay .overlay-content p {
    color: #fff;
    margin-bottom: 35px
}

.portfolio-item-wrapper .portfolio-overlay .overlay-content .border-btn {
    padding: 8px 27px;
    color: #fff;
    border: 2px solid #fff
}

    .portfolio-item-wrapper .portfolio-overlay .overlay-content .border-btn:hover {
        color: #3763eb;
        background: #fff
    }

.single-portfolio .single-portfolio-img {
    border-radius: 0;
    overflow: hidden
}

    .single-portfolio .single-portfolio-img img {
        width: 100%
    }

.project-info-box ul li {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px
}

    .project-info-box ul li:last-child {
        margin-bottom: 0
    }

    .project-info-box ul li .destination {
        width: 40%;
        color: #051441;
        text-transform: uppercase
    }


/* Portfolio Single */
.portfolio.single .content p {
    margin-top: 26px;
}

.portfolio.single .project-sidebar .sb-project-detail {
    background: #fbfbfb;
    margin-top: 30px;
}

    .portfolio.single .project-sidebar .sb-project-detail .title {
        padding: 14px 20px;
        background: #3E54FF;
        color: #ffffff;
        margin-bottom: 0;
        font-weight: 700;
        font-size: 23px;
    }

    .portfolio.single .project-sidebar .sb-project-detail ul {
        padding: 25px 30px;
    }

        .portfolio.single .project-sidebar .sb-project-detail ul li {
            padding-bottom: 10px;
            margin-bottom: 10px;
            border-bottom: 1px solid #363636;
            border-bottom: 1px solid rgba(54, 54, 54, 0.05);
            list-style: none;
        }

.portfolio.single .project-sidebar .sb-project-detail ul li span {
                width: 150px;
                display: inline-block;
                color: #1c1b1b;
                font-weight: 600;
            }

            .portfolio.single .project-sidebar .sb-project-detail ul li:last-child {
                padding: 0;
                margin: 0;
                border: none;
            }

.portfolio.single .gallery-wrap .gallery-item {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

    .portfolio.single .gallery-wrap .gallery-item a.image-popup {
        width: 46px;
        height: 46px;
        line-height: 46px;
        border-radius: 100%;
        border: 1px solid #ffffff;
        text-align: center;
        position: absolute;
        content: '';
        left: 50%;
        top: 60%;
        transform: translate(-50%, -50%);
        font-size: 14px;
        color: #ffffff;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
    }

        .portfolio.single .gallery-wrap .gallery-item a.image-popup:hover {
            background: #106eea;
            border-color: #106eea;
        }

    .portfolio.single .gallery-wrap .gallery-item:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

.portfolio.single .gallery-wrap .gallery-item:hover a.image-popup {
        top: 50%;
        opacity: 1;
        visibility: visible;
    }

    .portfolio.single .gallery-wrap .gallery-item:hover:after {
        opacity: 1;
        visibility: visible;
    }

/*=======================================
	End Portfolio Area 
=========================================*/


/*=======================================
	Start Umbraco Forms Area 
=========================================*/


.next{ float: right;}
.prev{ float: left;}

#submitbtn {
    float: right;
}

.checkboxlist.form-control.form-check-input {
    display: none;
}

#ae24c55e-56db-44ba-d919-09af99a86e64 {
    background-color: transparent;
    color: #7d7d7d;
    font-family: 'Open Sans';
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    border: 0;
    padding: 0;
}

.mb-3.umbraco-forms-field.whowillprovidethefollowingresources.titleanddescription {
    margin: 0 !important;
}

.umbraco-forms-field-wrapper .text {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px #000000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 1px #000000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 15px;
    height: auto !important;
}

.umbraco-forms-field-wrapper textarea {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    min-height: 45px;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}




.custom-checkbox-form select, .custom-checkbox-form input[type="text"], .custom-checkbox-form input[type="email"], .custom-checkbox-form input[type="tel"] {
    height: 44px;
}

.custom-checkbox-form textarea {
    height: 200px;
}

    .custom-checkbox-form textarea.input-validation-error {
        margin-bottom: 20px;
    }

.custom-checkbox-form .input-group {
    margin-bottom: 5px;
}

.custom-checkbox-form input[type="submit"] {
    background: #df7625;
    border: 0;
    margin-top: 30px;
    height: 44px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    -moz-transition: background .15s ease;
    -o-transition: background .15s ease;
    -webkit-transition: background .15s ease;
    transition: background .15s ease;
}

    .custom-checkbox-form input[type="submit"]:hover {
        background: #e2843b;
    }

.custom-checkbox-form .form-section + .form-section {
    margin-top: 60px;
}

.custom-checkbox-form .form-section header h2 {
    font-family: "Open Sans",arial;
    font-size: 25px;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.custom-checkbox-form .form-section header .divider {
    margin-top: 30px;
}

.custom-checkbox-form .custom-label {
    font-family: "Open Sans",arial;
    color: #fff;
    position: relative;
}

    .custom-checkbox-form .custom-label > input {
        display: none;
    }

    .custom-checkbox-form .custom-label label {
        font-weight: 500;
        text-transform: uppercase;
        background: #42464a;
        border-radius: 4px;
        padding-top: 8px;
        padding-bottom: 8px;
        cursor: pointer;
        display: block;
        text-align: center;
        -moz-transition: all .15s ease;
        -o-transition: all .15s ease;
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        position: relative;
        z-index: 7;
    }



.custom-checkbox-form .custom-label .info {
    display: none;
    padding: 15px;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: 8;
    border-radius: 0 0 4px 4px;
    -moz-transition: background .25s ease;
    -o-transition: background .25s ease;
    -webkit-transition: background .25s ease;
    transition: background .25s ease;
}

.custom-checkbox-form .custom-label > input:checked + label, .custom-checkbox-form .custom-label > input[type="checkbox"]:checked + label, .custom-checkbox-form .custom-label > input:checked + input + label, .custom-checkbox-form .custom-label > input[type="checkbox"]:checked + input + label {
    background: #df7625;
}

    .custom-checkbox-form .custom-label > input:checked + label:after, .custom-checkbox-form .custom-label > input[type="checkbox"]:checked + label:after, .custom-checkbox-form .custom-label > input:checked + input + label:after, .custom-checkbox-form .custom-label > input[type="checkbox"]:checked + input + label:after {
        position: absolute;
        font-family: FontAwesome;
        content: '\f00c';
        right: 15px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 20px;
    }



.custom-checkbox-form .custom-label.-orange label + .info {
    background: #e2843b;
}

.custom-checkbox-form .custom-label.-orange input:checked + label {
    background: #df7625;
}



.field-validation-error {
    background: #f2dede;
    border: 1px solid #ebccd1;
    display: block;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 3px 10px 3px 30px;
    position: relative;
    color: #a94442;
    font-style: italic;
}

    .field-validation-error:before {
        font-style: normal;
        position: absolute;
        font-family: FontAwesome;
        content: '';
        left: 10px;
        top: 3px;
    }

h4.umbraco-forms-caption {
    font-family: "Open Sans",arial;
    font-size: 25px;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0 50px 0;
}

.umbraco-forms-page {
    padding: 10px 30px;
    margin-top: 5px;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 25px;
}

.nav-col {
    clear: both;
    float: none;
}

input.btn.next {
    float: right;
}

.submit-btn {
    float: right;
}

.umbraco-forms-field > label {
    font-weight: normal;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: #7d7d7d;
    font-family: 'Open Sans';
    line-height: 2;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

.custom-label.-orange {
    padding-left: 5px;
    padding-right: 5px;
}

.ui-progressbar {
    background: #f0b98e;
}

.ui-progressbar-value {
    background: #cf6c1f;
}

.ui-progressbar .ui-progressbar-value {
    height: 105%;
}

.contourStepPage {
    padding-bottom: 25px;
}

.custom-label.-orange label {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

/*=======================================
	End Umbraco Forms Area 
=========================================*/




/* Search results page */

.search-result-item {
    padding: 20px;
    background-color: #efefef;
    border-radius: 4px
}

.search-result-item:after,
.search-result-item:before {
    content: " ";
    display: table
}

.search-result-item:after {
    clear: both
}

.search-result-item .image-link {
    display: block;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.search-result-item .image {
    max-width: 100%
}

.search-result-item .info {
    margin-top: 2px;
    font-size: 12px;
    color: #999
}

.search-result-item .description {
    font-size: 13px
}

.search-result-item + .search-result-item {
    margin-top: 20px
}



.search-result-item-heading {
    font-weight: 400
}

.search-result-item-heading > a {
    color: #555
}

.single_product {
    padding-top: 16px;
    margin-top: 0;
}

.product_name {
    font-size: 20px;
    font-weight: 400;
    margin-top: 0px
}

.product_price {
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    margin-top: 9px;
    clear: left
}

.singleline {
    margin-top: 1rem;
    margin-bottom: .40rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.product_info {
    color: #4d4d4d;
    display: inline-block
}

.product_description {
    padding-left: 0px
}

.product_quantity {
    width: 104px;
    height: 47px;
    border: solid 1px #e5e5e5;
    border-radius: 3px;
    overflow: hidden;
    padding-left: 8px;
    padding-top: -4px;
    padding-bottom: 44px;
    float: left;
    margin-right: 22px;
    margin-bottom: 11px
}


.image_selected {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% + 15px);
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
    border: solid 1px #e8e8e8;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 10%);
    overflow: hidden;
    padding: 15px;
}


.product_category {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5)
}

.product_rating {
    margin-top: 7px
}

    .product_rating i {
        margin-right: 4px
    }

        .product_rating i::before {
            font-size: 13px
        }

.product_text {
    margin-top: 27px
}

    .product_text p:last-child {
        margin-bottom: 0px
    }


.icon {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
}

.media {
    -webkit-box-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: flex;
    text-align: left;
}

.media-left {
    flex-basis: auto;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
}

.media-content {
    flex-basis: auto;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    text-align: left;
}

.paypal-code {
    width: 100%;
}



/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.8.1
 * @url https://github.com/feimosi/baguetteBox.js
 */ #baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0,0,0,.8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

    #baguetteBox-overlay.visible {
        opacity: 1
    }

    #baguetteBox-overlay .full-image {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center
    }

        #baguetteBox-overlay .full-image figure {
            display: inline;
            margin: 0;
            height: 100%
        }

        #baguetteBox-overlay .full-image img {
            display: inline-block;
            width: auto;
            height: auto;
            max-height: 100%;
            max-width: 100%;
            vertical-align: middle;
            -moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
            box-shadow: 0 0 8px rgba(0,0,0,.6)
        }

        #baguetteBox-overlay .full-image figcaption {
            display: block;
            position: absolute;
            bottom: 0;
            width: 100%;
            text-align: center;
            line-height: 1.8;
            white-space: normal;
            color: #ccc;
            background-color: #000;
            background-color: rgba(0,0,0,.6);
            font-family: sans-serif
        }

        #baguetteBox-overlay .full-image:before {
            content: "";
            display: inline-block;
            height: 50%;
            width: 1px;
            margin-right: -1px
        }

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease,-webkit-transform .4s ease;
    transition: left .4s ease,-webkit-transform .4s ease;
    transition: left .4s ease,transform .4s ease;
    transition: left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease
}

    #baguetteBox-slider.bounce-from-right {
        -webkit-animation: bounceFromRight .4s ease-out;
        animation: bounceFromRight .4s ease-out
    }

    #baguetteBox-slider.bounce-from-left {
        -webkit-animation: bounceFromLeft .4s ease-out;
        animation: bounceFromLeft .4s ease-out
    }

@-webkit-keyframes bounceFromRight {
    0%,100% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }
}

@keyframes bounceFromRight {
    0%,100% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }
}

@-webkit-keyframes bounceFromLeft {
    0%,100% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }
}

@keyframes bounceFromLeft {
    0%,100% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50,50,50,.5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease
}

    .baguetteBox-button:focus, .baguetteBox-button:hover {
        background-color: rgba(50,50,50,.9)
    }

    .baguetteBox-button#next-button {
        right: 2%
    }

    .baguetteBox-button#previous-button {
        left: 2%
    }

    .baguetteBox-button#close-button {
        top: 20px;
        right: 2%;
        right: calc(2% + 6px);
        width: 30px;
        height: 30px
    }

    .baguetteBox-button svg {
        position: absolute;
        left: 0;
        top: 0
    }

.baguetteBox-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.baguetteBox-double-bounce1, .baguetteBox-double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.baguetteBox-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounce {
    0%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {
    0%,100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}
.carousel-content-center{
        text-align: center;
    background-color: rgba(0,173,239,0.8) !important;
    padding: 30px;
}
.carousel-content-center h5{
    color: #fff;
    font-size: 60px;
    line-height: 72px;
}
.carousel-caption{top: 50%;
transform: translateY(-50%);}

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h2 {
    margin-top: 50px;
    font-weight: bold;
}

.gallery-container p.page-description {
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

    /* Override bootstrap column paddings */
    .tz-gallery .row > div {
        padding: 2px;
    }

    .tz-gallery .lightbox img {
        width: 100%;
        border-radius: 0;
        position: relative;
    }

    /* .tz-gallery .lightbox:before {
                position: absolute;
                top: 50%;
                left: 50%;
                margin-top: -13px;
                margin-left: -13px;
                opacity: 0.5;
                color: #fff;
                font-size: 26px;
                font-family: FontAwesome;
                content: '\f00c';
                pointer-events: none;
                z-index: 9000;
                transition: 0.4s;
            }*/


    .tz-gallery .lightbox:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background-color: rgba(46, 132, 206, 0.7);
        content: '';
        transition: 0.4s;
    }

/* .tz-gallery .lightbox:hover:after,
            .tz-gallery .lightbox:hover:before {
                opacity: 0.5;
            }*/

.baguetteBox-button {
    background-color: transparent !important;
}


.masonry {
    display: flex;
    width: 100%;
}

.masonry--h {
    flex-flow: row wrap;
}

.masonry--v {
    flex-flow: column wrap;
    max-height: 1080px;
}

.masonry--h,
.masonry--v {
    margin-left: -8px; /* Adjustment for the gutter */
    counter-reset: brick;
}

.masonry-brick {
    overflow: hidden;
    border-radius: 5px;
    margin: 0 0 8px 8px; /* Some Gutter */
    background-color: #333;
    color: white;
    position: relative;
}

    .masonry-brick:after {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 5000;
        transform: translate(-50%, -50%);
        counter-increment: brick;
        /*content: counter(brick);*/
        transition: font-size .25s, opacity .25s ease-in-out;
        font-weight: 700;
        opacity: 1;
        font-size: 1.25em;
    }

    .masonry-brick:hover:after {
        font-size: 2.25em;
        opacity: 0;
    }

.masonry-brick--h {
    flex: auto;
    height: 250px;
    min-width: 150px;
}

@media only screen and (min-width: 1024px) {
    /* Horizontal masonry bricks on desktop-sized screen */
    .masonry-brick--h:nth-child(4n+1) {
        width: 250px;
    }

    .masonry-brick--h:nth-child(4n+2) {
        width: 325px;
    }

    .masonry-brick--h:nth-child(4n+3) {
        width: 180px;
    }

    .masonry-brick--h:nth-child(4n+4) {
        width: 380px;
    }
    /* Adjusting vertical masonry height on desktop-sized screen */
    .masonry--v {
        max-height: 1600px;
    }
    /* Vertical masonry bricks on desktop-sized screen */
    .masonry-brick--v {
        width: 33.33333%;
    }
}

@@media only screen and (max-width: 1023px) and (min-width: 768px) {
    /* Horizontal masonry bricks on tabled-sized screen */
    .masonry-brick--h:nth-child(4n+1) {
        width: 200px;
    }

    .masonry-brick--h:nth-child(4n+2) {
        width: 250px;
    }

    .masonry-brick--h:nth-child(4n+3) {
        width: 120px;
    }

    .masonry-brick--h:nth-child(4n+4) {
        width: 280px;
    }
    /* Adjusting vertical masonry height on tablet-sized screen */
    .masonry--v {
        max-height: 2000px;
    }
    /* Vertical masonry bricks on tablet-sized screen */
    .masonry-brick--v {
        width: 50%;
    }
}

.masonry-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: brightness(75%);
}



/**umb_name:subtitle*/
.subtitle {
	word-break: break-word;
}

/**umb_name:title-underline*/
.title-underline {
	text-decoration: underline;
}

@media (max-width: 320px) {
    span.footer-sub-text {
        display: inline-block;
        font-size: 0.7em;
    }
}

@media (max-width: 425px) {
    .mb-1.subtitle p {
        font-size: 14px;
    }

    .header .toolbar-area .toolbar-sl-share ul {
        float: none !important;
        padding-left: 0;
    }

    .header .toolbar-area .toolbar-sl-share ul li a {
        width: 50px;
    }

    .header .toolbar-area .toolbar-contact {
        margin-bottom: 10px;
    }

    .footer > div.d-flex.mt-3.mt-md-0 > p {
        font-size: 0.75em;
    }
    span.footer-sub-text {
        display: block;
    }
    blockquote {
        width: 100%;
        font-size: 0.8rem !important;
        padding-left: 40px;
    }
    .subtitle {
        font-size: 0.95rem;
    }

    li.breadcrumb-item {
        font-size: x-small;
    }
    .search-result-item {
        background-color: #ffffff;
    }
    .search-result-item .image {
        width: 390px;
    }
    .box { padding: 0;}
}


@media(max-width:559px) {
    div.nav-clearer {
        height: 188px;
    }
}

@media(min-width:560px) and (max-width:700px) {
    div.nav-clearer {
        height: 146px;
    }
}

@media(min-width:701px) and (max-width:1195px) {
    div.nav-clearer {
        height: 104px;
    }
}


@media (max-width: 767px) {
    .is-hidden-mobile {
        display: none !important;
    }

    .navbar-nav .nav-item a {
        color: #5E678C;
        display: inline-block;
        padding: 6px 0;
    }

    .navbar { padding: 17px 0; }

    .pagination .pagination-list li {
        display: table-cell !important;
        line-height: 43px !important;
    }

    .pagination .pagination-list li a { padding: 12px !important; }

    .pagination .pagination-list li a {
        font-size: 14px;
        font-weight: 400;
        padding: 6px 15px;
    }

    .section-title p { font-size: 13px; }

    .pagination {
        display: block;
        margin: 40px 0 30px 0;
    }

    .pagination-list { padding-left: 1rem; }

    footer h5 { text-align: center; }

    .navbar-collapse {
        background-color: #fff;
        box-shadow: 0 15px 20px 0 #1d2a5d;
        box-shadow: 0 15px 20px 0 rgba(29, 42, 93, 0.1);
        left: 0;
        padding: 5px 12px;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 9;
    }

    .navbar-nav .sub-nav-toggler {
        background: none;
        border: 0;
        color: #222;
        display: block;
        font-size: 18px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
    }

    .navbar-nav .nav-item .sub-menu {
        display: block;
        opacity: 1;
        position: relative;
        top: 0;
        visibility: visible;
        width: 100%;
    }
    .navbar-nav .nav-item a:hover::after, .navbar-nav .nav-item a:hover::before, .navbar-nav .nav-item a.active::after, .navbar-nav .nav-item a.active::before {
        opacity: 1;
    }

    .navbar-nav .nav-item:hover .sub-menu {
        top: 0;
    }

    .portfolio-section .portfolio-btn-wrapper button {
        margin-right: 10px;
        padding: 7px 18px;
        font-size: 16px
    }


    .search-result-item .image-link {
        max-height: 200px
    }
}

@media (min-width:768px) {
    .search-result-item .image-link {
        display: inline-block;
        float: left;
        margin: 1px;
        width: 200px;
        margin-left: -8px;
        margin-top: -8px;
        margin-bottom: -8px;
    }

    .search-result-item-body {
        margin-left: 200px
    }

    .search-result-item-heading {
        margin: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .header .navbar-nav li a {
        width: 100%;
        display: block;
        border: 1px solid #eee;
        padding: 8px 15px;
        font-size: 13px;
        color: #333;
        font-weight: 600;
        position: relative;
        margin-bottom: 6px;
    }


    .navbar-collapse {
        background-color: #fff;
        box-shadow: 0 15px 20px 0 #000000;
        box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
        left: 0;
        padding: 5px 12px;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 9;
        overflow: scroll;
        height: 400px;
        transition: all 0.4s ease;
    }

    .navbar-nav .nav-item a {
        color: #5E678C;
        display: inline-block;
        padding: 6px 0;
    }

    .navbar-nav .sub-nav-toggler {
        background: none;
        border: 0;
        color: #222;
        display: block;
        font-size: 18px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
    }
    .navbar {
        padding: 17px 0;
    }
    .navbar-nav .nav-item a:hover::after, .navbar-nav .nav-item a:hover::before, .navbar-nav .nav-item a.active::after, .navbar-nav .nav-item a.active::before { opacity: 1; }
    .navbar-nav .nav-item:hover .sub-menu { top: 0; }
    .navbar-nav .nav-item .sub-menu {
        display: block;
        opacity: 1;
        position: relative;
        top: 0;
        visibility: visible;
        width: 100%;
    }

    .header .navbar-nav li .sub-menu {
        background: #fff;

        padding: 10px;
        z-index: 9999999;
        opacity: 1;
        visibility: visible;
        position: relative;
        left: 13px;
        top: 0;
        border: 1px solid #eee;
        padding: 0;
        margin: 10px 0;
        border-left-color: transparent;
        border-left: 3px solid #3e54ff;
        display: block;
    }

    .portfolio-item-wrapper .portfolio-overlay {
        padding: 30px 20px
    }

    .portfolio-section .portfolio-btn-wrapper button {
        margin-right: 10px;
        padding: 7px 18px;
        font-size: 16px
    }

   
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .portfolio-item-wrapper .portfolio-overlay {
        padding: 30px 20px
    }
   
    
}

@media(min-width:1196px) {
    div.nav-clearer {
        height: 137px;
    }
    div#navbarSupportedContent {
        display: block !important;
    }
}

@media(min-width:1199px) {
    .custom-checkbox-form .custom-label label:hover {
        background: #df7625;
    }

    .custom-checkbox-form .custom-label label:hover + .info {
        display: block;
        height: auto;
    }

    .custom-checkbox-form .custom-label.-has-info label:hover {
        border-radius: 4px 4px 0 0;
    }
}







