

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #ba3720;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}
.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
}


.home-gallery{
    height: 300px;
}
.panel {
    border: solid 1px #ba3720;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem!important;
}

.panel-heading {
    background: #ba3720;
    padding: 9px 11px;
    font-size: 15px;
    color: #fff;
}

.panel-body {
    padding: 10px;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-external-link:before {
    content: "\f0a1";
}

.quick-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.quick-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.quick-links ul li a {
    color: #585858;
    display: block;
    padding-bottom: 3px;
    border-bottom: solid 1px #e8e8e8;
    margin-bottom: 2px;
}

.panel {
    border: solid 1px #ba3720;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.mb-2, .my-2 {
    margin-bottom: 0.5rem!important;
}
.panel-heading {
    background: #ba3720;
    padding: 9px 11px;
    font-size: 15px;
    color: #fff;
}
.home-gallery .panel-body {
    padding: 10px 5px 10px 5px;
}
.panel-body {
    padding: 10px;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.float-right {
    float: right!important;
}
.col-smd-3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 60px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutter > [class*='col-' ] {
    padding-right: 5px;
    padding-left: 5px;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem!important;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 11.333333%;
}
.gallery-home .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
}

.gallery-home .portfolio-wrap img {
    transition: 0.3s;
    position: relative;
    z-index: 1;
}
.custom-image-thumb-home-gallery {
    height: 74px;
}
.img-fluid {
    max-width: 100%;
    width: 111px;
}
.gallery-home .portfolio-wrap .portfolio-links a {
    color: #ba3720;
    margin: 0 4px;
    font-size: 18px;
    line-height: 1;
    background-color: #fff;
    padding-top: 6px;
    padding-right: 1px;
    border-radius: 50px;
    text-align: center;
    width: 32px;
    height: 32px;
    display: inline-block;
    transition: 0.3s;
}
.gallery-home .portfolio-wrap .portfolio-links a i {
    line-height: 1;
}

[class*=" icofont-"], [class^=icofont-] {
    font-family: IcoFont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}


.gallery-home .portfolio-item {
  margin-bottom:0px;
}

.gallery-home #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.gallery-home #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #212529;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.gallery-home #portfolio-flters li:hover, .gallery-home #portfolio-flters li.filter-active {
  color: #ba3720;
}

.gallery-home #portfolio-flters li:last-child {
  margin-right: 0;
}

.gallery-home .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}

.gallery-home .portfolio-wrap::before {
  content: "";
  background: rgba(122, 105, 96, 0.6);
  position: absolute;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
}

.gallery-home .portfolio-wrap img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.gallery-home .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  top: calc(50% - 32px);
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.gallery-home .portfolio-wrap .portfolio-links a {
  color: #ba3720;
  margin: 0 4px;
  font-size: 18px;
  line-height: 1;
  background-color: #fff;
  padding-top: 6px;
  padding-right: 1px;
  border-radius: 50px;
  text-align: center;
  width: 32px;
  height: 32px;
  display: inline-block;
  transition: 0.3s;
}

.gallery-home .portfolio-wrap .portfolio-links a i {
  line-height: 1;
}

.gallery-home .portfolio-wrap .portfolio-links a:hover {
  background: #ba3720;
  color: #fff;
}

.gallery-home .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.gallery-home .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.gallery-home .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.gallery-home .portfolio-wrap:hover::before {
  left: 0;
}

.gallery-home .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  top: calc(50% - 16px);
}

.gallery-home .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}
img {
  vertical-align: middle;
  border-style: none; // Remove the border on images inside links in IE 10-.
}


.widget-main {
    margin-top: 5px;
    background-color: white;
}

.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 8px 50px 8px 40px;
    margin: 10px 0px 10px 8px;
    border: 1px solid #5952ca;
    border-radius: 8px;
    background: #9085ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#9085ff), to(#5952ca));
    background: -moz-linear-gradient(top, #9085ff, #5952ca);
    background: linear-gradient(to bottom, #9085ff, #5952ca);
    text-shadow: #38337e 1px 1px 1px;
    font: normal normal bold 14px arial;
    color: #ffffff;
    text-decoration: none;
}

.button1 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 8px 50px 8px 40px;
    margin: 10px 0px 10px 0px;
    border: 1px solid #5952ca;
    border-radius: 8px;
    background: #017e7e;
    background: -webkit-gradient(linear, left top, left bottom, from(#9085ff), to(#5952ca));
    background: -moz-linear-gradient(top, #9085ff, #5952ca);
    background: linear-gradient(to bottom, #017e7e, #017e7e);
    text-shadow: #38337e 1px 1px 1px;
    font: normal normal bold 14px arial;
    color: #ffffff;
    text-decoration: none;
}
.button2 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 8px 50px 8px 40px;
    margin: 10px 0px 10px 14px;
    border: 1px solid #5952ca;
    border-radius: 8px;
    background: #017e7e;
    background: -webkit-gradient(linear, left top, left bottom, from(#9085ff), to(#5952ca));
    background: -moz-linear-gradient(top, #9085ff, #5952ca);
    background: linear-gradient(to bottom, #ba3749, #ba3749);
    text-shadow: #38337e 1px 1px 1px;
    font: normal normal bold 14px arial;
    color: #ffffff;
    text-decoration: none;
    width: 128px;
}

.button1:hover{
   color: #ffc107;
   border: 1px solid #ffc107;
}
.button2:hover{
   color: #ffc107;
   border: 1px solid #ffc107;
}


.button:before {
    content: "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAEx0lEQVRIia2VfWhVdRjHP/ecc7frvXvVtbeYzusLy5fJjHxBSVkGUkynJf4ziJQCq1mJEYJJEtEfEQUGEUqiQVR/aC++FtV0c7pw0ticOt3ddvd2d7fde3ffz73nnF9/nDO9hEmDHng48OP5fV+e5+H8ZGYY9QspXlfG6ifymSNpxMdUkjPFeGQ0vVVyXIw2C6P3rAg2faR2fr61+fud2bvKHDj+F4JfGsu+E7EhISKDQkSGhIj7hBi5JHqPbbv1aS3r/1kvzZhBCFBDVgYh5gd7Ie5tH1a9cuj9306+6NyVWa7M3IMBqTDoBiBMQpMZ16JNWS806l+GIh/49l7kHIA8U/iGFWKHOz+y1KZOQnYe6BroCdCToMWxF8yVKnKiz7Zdu/PVYIyEXF1EztPlLOwOMGlKenRsmZ/e4fJ3Lo12XcbmuUD27DngKAQtDloS0jFyy+a5SoJX9G9uqL/LR7ay9+CBhh92b3hs90s1tlWbK6by1ZiI3Q4SfBjhunlsyHOwTFGwJ5MqmudPXGXlYHeCljDdCLCl/BXHzg9+Yft6O4cb3nz9EK55Jl4qSHrCYwx6vf1To4Otnr6Ri8fbROvZXjwWx2ygsqqIqlef5OXnFlFb4S6VnOv3gK5bkgTqWBeb955ersRT6AQ8ILnuC7YXzpPcs+e7qTHcNVqooW7HoDE0MnwvMuFrudkz/uvRZlqavNzYd5Fz3jDvvZvn2+dUvWBzmkPXIdthZ0ERc5WbfnpEaABbbgUI40FXJGEusSTIKiqT3MWPL0YyFq+ondq1fafPaG/vurD+cPj5z65yePNyNpYagZWgmgSGDSbbkGQU5coQt6OBcXKLgyaBTZi7lbF+5keAAUjgsAWkrMlwFeaah6W8WbeR1JXoqgke6AZ1AGRQun0M+QPhUK4aKADjAbicAc60GwMxchf/tTEiMTTAOPgMS1atLdmCMQV6GsL3QA2ABFoaQ0kYhCZDqndBsLuAnCJANl1IwsS/70RH7+3H1x5nRCV8ooOPjzZQW19XeDy/ODsHtRcS45gDgLgfhsNMKIAWiOMhOVqN4QOnCxxOsNlBsmUsqI4oBmeNgjEmAgfXyO+459sXy0oaUnfN9trNFpKCgT5CV4fwKABjUbpRqEcRQBT0KGiAJJkp28AGSh4UFsLqpVQi0iBSpstsU/h0Jm5Ch5/LkaTpgA4fHQKwKdbYFEw1imGldSZbabMSzMEbFrgBWieMDKOd7OAIYCgAl/roSajgzLMA7KZNBJCTcSZbRJn/YGERqJBuBb8HzvRz8vwtLmOV0zXKkD9CqLKUAuwgpiDQbra1sBLk5UBJBomU4UAF0QfRFggmodlP076fOWBJNAlSOqHxMN5KOwViFMa7YVgQlUGJ9uNweSCnHLKrQCoFHCA00Ccg3gNTXkgJjDP9nNr/E28bBv5pg9PvgTY1yT29i2r/OPRp+PZfYE8gRvyNdTSuLWdjSYAcpQ2UWSBbm4wG0TTGjQDdx65z5Ewn3wLhjAY+eHCGE3SNhdj+V5yu106ze2CS64DReIqWHAdL6paxafVcnipyUZyloERUQnfG6fmxkz/u+GgFJqxpPDzqqlnzST0nnFm4/7UIHNbY8wAnM3wRJSBrJhf+S/wNbS430494JFMAAAAASUVORK5CYII=) no-repeat left center transparent;
    background-size: 100% 100%;
}




.inner-content {
    padding-bottom: 20px;
    padding-top: 0;
}

.inner-content {
    padding-top: 15px;
    min-height: 450px;
}

.inner-content h1 {
    font-weight: normal;
    font-size: 170%;
    color: #464646;
    margin: 5px 0;
}
.wrapper {
    position: relative;
}

.view-display-id-page_2 .view-content .views-row {
    width: 30%;
    float: left;
    margin: 0 10px 20px;
    background: #fff;
    height: auto;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0px 2px 8px 0px #00000040;
}

.view-display-id-page_2 .view-content .views-row iframe {
    height: 200px;
}
html {
    overflow: hidden;
}

.view-display-id-page_2 .view-content .views-field-title span.field-content {
    display: inline-block;
    padding: 0 6px;
    font-size: 92%;
}
.content {
    width: 887px;
}