@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
body {
    font-family: segoe UI !important;
}

.jquery-accordion-menu,
.jquery-accordion-menu * {
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: 0
}

.jquery-accordion-menu {
    min-width: 260px;
    float: left;
    position: relative;
    /*box-shadow: 0 20px 50px #333*/
}

.jquery-accordion-menu .jquery-accordion-menu-footer,
.jquery-accordion-menu .jquery-accordion-menu-header {
    width: 100%;
    height: 50px;
    padding-left: 22px;
    float: left;
    line-height: 50px;
    font-weight: 600;
    color: #f0f0f0;
    background: #414956
}

.jquery-accordion-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.jquery-accordion-menu ul li {
    width: 100%;
    display: block;
    float: left;
    position: relative
}

.jquery-accordion-menu ul li a {
    width: 100%;
    padding: 14px 22px;
    float: left;
    text-decoration: none;
    color: #f0f0f0;
    font-size: 13px;
    background: #414956;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    -o-transition: color .2s linear, background .2s linear;
    -moz-transition: color .2s linear, background .2s linear;
    -webkit-transition: color .2s linear, background .2s linear;
    transition: color .2s linear, background .2s linear
}

.jquery-accordion-menu>ul>li.active>a,
.jquery-accordion-menu>ul>li:hover>a {
    color: #fff;
    background: #3b424d
}

.jquery-accordion-menu>ul>li>a {
    border-bottom: solid 1px #3b424d
}

.jquery-accordion-menu ul li a i {
    width: 34px;
    float: left;
    line-height: 18px;
    font-size: 16px;
    text-align: left
}

.jquery-accordion-menu .sub-menu-indicator {
    float: right;
    right: 22px;
    position: absolute;
    line-height: 19px;
    font-size: 20px;
    -o-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -webkit-transition: transform .3s linear;
    -ms-transition: transform .3s linear
}

.jquery-accordion-menu ul ul.sub-menu .sub-menu-indicator {
    line-height: 16px
}

.jquery-accordion-menu .sub-menu-indicator-minus>.sub-menu-indicator {
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.jquery-accordion-menu ul ul.sub-menu,
.jquery-accordion-menu ul ul.sub-menu li ul.sub-menu {
    width: 100%;
    display: none;
    position: static
}

.jquery-accordion-menu ul ul.sub-menu li {
    clear: both;
    width: 100%
}

.jquery-accordion-menu ul ul.sub-menu li a {
    width: 100%;
    float: left;
    font-size: 11px;
    background: #383838;
    border-top: none;
    position: relative;
    border-left: solid 6px transparent;
    -o-transition: border .2s linear;
    -moz-transition: border .2s linear;
    -webkit-transition: border .2s linear;
    transition: border .2s linear
}

.jquery-accordion-menu ul ul.sub-menu li:hover>a {
    border-left-color: #414956
}

.jquery-accordion-menu ul ul.sub-menu>li>a {
    padding-left: 30px
}

.jquery-accordion-menu ul ul.sub-menu>li>ul.sub-menu>li>a {
    padding-left: 45px
}

.jquery-accordion-menu ul ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
    padding-left: 60px
}

.jquery-accordion-menu ul li .jquery-accordion-menu-label,
.jquery-accordion-menu ul ul.sub-menu li .jquery-accordion-menu-label {
    min-width: 20px;
    padding: 1px 2px 1px 1px;
    position: absolute;
    right: 18px;
    top: 14px;
    font-size: 11px;
    font-weight: 800;
    color: #555;
    text-align: center;
    line-height: 18px;
    background: #f0f0f0;
    border-radius: 100%
}

.jquery-accordion-menu ul ul.sub-menu li .jquery-accordion-menu-label {
    top: 12px
}

.ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, .3);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.animate-ink {
    -webkit-animation: ripple .5s linear;
    -moz-animation: ripple .5s linear;
    -ms-animation: ripple .5s linear;
    -o-animation: ripple .5s linear;
    animation: ripple .5s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5)
    }
}

.blue.jquery-accordion-menu .jquery-accordion-menu-footer,
.blue.jquery-accordion-menu .jquery-accordion-menu-header,
.blue.jquery-accordion-menu ul li a {
    background: #4A89DC
}

.blue.jquery-accordion-menu>ul>li.active>a,
.blue.jquery-accordion-menu>ul>li:hover>a {
    background: #3e82da
}

.blue.jquery-accordion-menu>ul>li>a {
    border-bottom-color: #3e82da
}

.blue.jquery-accordion-menu ul ul.sub-menu li:hover>a {
    border-left-color: #3e82da
}

.green.jquery-accordion-menu .jquery-accordion-menu-footer,
.green.jquery-accordion-menu .jquery-accordion-menu-header,
.green.jquery-accordion-menu ul li a {
    background: #03A678
}

.green.jquery-accordion-menu>ul>li.active>a,
.green.jquery-accordion-menu>ul>li:hover>a {
    background: #049372
}

.green.jquery-accordion-menu>ul>li>a {
    border-bottom-color: #049372
}

.green.jquery-accordion-menu ul ul.sub-menu li:hover>a {
    border-left-color: #049372
}

.red.jquery-accordion-menu .jquery-accordion-menu-footer,
.red.jquery-accordion-menu .jquery-accordion-menu-header,
.red.jquery-accordion-menu ul li a {
    background: #ED5565
}

.red.jquery-accordion-menu>ul>li.active>a,
.red.jquery-accordion-menu>ul>li:hover>a {
    background: #DA4453
}

.red.jquery-accordion-menu>ul>li>a {
    border-bottom-color: #DA4453
}

.red.jquery-accordion-menu ul ul.sub-menu li:hover>a {
    border-left-color: #DA4453
}

.white.jquery-accordion-menu .jquery-accordion-menu-footer,
.white.jquery-accordion-menu .jquery-accordion-menu-header,
.white.jquery-accordion-menu ul li a {
    background: #fff;
    color: #555
}

.white.jquery-accordion-menu>ul>li.active>a,
.white.jquery-accordion-menu>ul>li:hover>a {
    background: #f0f0f0
}

.white.jquery-accordion-menu>ul>li>a {
    border-bottom-color: #f0f0f0
}

.white.jquery-accordion-menu ul ul.sub-menu li:hover>a {
    border-left-color: #f0f0f0
}

.white.jquery-accordion-menu ul ul.sub-menu li a {
    color: #f0f0f0
}

.white.jquery-accordion-menu>ul>li>a>.ink {
    background: rgba(0, 0, 0, .1)
}

.black.jquery-accordion-menu .jquery-accordion-menu-footer,
.black.jquery-accordion-menu .jquery-accordion-menu-header,
.black.jquery-accordion-menu ul li a {
    background: #292929
}

.black.jquery-accordion-menu>ul>li.active>a,
.black.jquery-accordion-menu>ul>li:hover>a {
    background: #222
}

.black.jquery-accordion-menu>ul>li>a {
    border-bottom-color: #222
}

.black.jquery-accordion-menu ul ul.sub-menu li:hover>a {
    border-left-color: #222
}


/*RESÃ„Â°M GALERÃ„Â°*/

.btn:focus,
.btn:active,
button:focus,
button:active {
    outline: none !important;
    box-shadow: none !important;
}

#image-gallery .modal-footer {
    display: block;
}

.thumb {
    margin-top: 15px;
    margin-bottom: 15px;
}

.red {
    color: red;
}

.form-area {
    background-color: #FAFAFA;
    padding: 10px 40px 60px;
    margin: 10px 0px 60px;
    border: 1px solid GREY;
}


/*SİDEBAR BUTON*/

.linkb {
    background-color: #FF5E15;
    border: none;
    color: white !important;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 150px;
}


/*YORUMLAR*/

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 20px 15px;
    margin: 0 auto;
}

.testimonial-section-two {
    position: relative;
    padding: 0px 0px 10px;
    /*background-color: #f5f5f5;*/
}

.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.testimonial-block-two .inner-box .text {
    position: relative;
    font-size: 16px;
    line-height: 1.8em;
}

.testimonial-block-two .inner-box .rating {
    position: relative;
    color: #b27927;
    margin-top: 10px;
    font-size: 16px;
}

.testimonial-block-two .inner-box .designation {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.3em;
    margin-top: 10px;
    margin-bottom: 25px;
}

.testimonial-block-two .inner-box .author-image {
    position: relative;
}

.testimonial-block-two .inner-box {
    position: relative;
    padding-top: 70px;
    text-align: center;
    border-radius: 8px;
    padding: 50px 35px 0px;
}

.testimonial-block-two .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 70px;
    border-radius: 8px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    background-image: url(images/pattern-10.jpg);
}

.testimonial-block-two .inner-box h4 {
    position: relative;
    color: #222222;
    line-height: 1.4em;
    font-weight: 700;
    margin-top: 10px;
}

.testimonial-block-two .inner-box .designation {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.3em;
    margin-top: 10px;
    margin-bottom: 25px;
}

.testimonial-block-two .inner-box .author-image {
    position: relative;
}

.testimonial-block-two .inner-box .author-image .image {
    position: relative;
    width: 133px;
    height: 133px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.hsctext {
    color: #000;
    margin: 0 0 21px;
    font-family: segoe UI;
    font-weight: 400;
    line-height: 25px;
    font-size: 20px;
}

.hscwidget ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    color: #505050;
}

.ser-link a {
    color: #505050;
    margin: 5px;
    line-height: 49px;
    margin-left: 50px;
}

.footer-title {
    margin-left: 50px;
}

.hmesai span {
    color: #505050;
    line-height: 49px;
    font-weight: 600;
}

.hmesai b {
    color: #505050;
    line-height: 49px;
}

.hsc-member-style1 {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08)
}

.hsc-member-style1 * {
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.hsc-member-style1 .thumb img {
    vertical-align: top;
    backface-visibility: hidden
}

.hsc-member-style1 .content {
    padding: 25px 20px
}

.hsc-member-style1 .content .title {
    margin: 0;
    color: #111
}

.hsc-member-style1 .content .post {
    color: #707070
}

.hsc-member-style1 .social-icon {
    margin-top: 13px
}

.hsc-member-style1 .social-icon li {
    display: inline-block;
    margin: 0 1px
}

.hsc-member-style1 .social-icon li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #f7f7f7;
    color: #707070
}

.hsc-member-style1 .social-icon li a:hover {
    background: #ed213a;
    color: #fff
}

@media only screen and (max-width: 767px) {
    .hsc-member-style1 {
        margin-bottom: 50px
    }
    .hsc-member-style1 img {
        width: 100%
    }
}

.hsc-member-style3 {
    position: relative;
    overflow: hidden
}

.hsc-member-style3 * {
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.hsc-member-style3 ::before {
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.hsc-member-style3 .thumb {
    position: relative;
    overflow: hidden;
    padding: 0 10px;
    z-index: 1
}

.hsc-member-style3 .thumb img {
    vertical-align: top;
    backface-visibility: hidden
}

.hsc-member-style3 .content {
    padding: 25px 20px;
    position: relative;
    background: #fff;
    border: 1px solid #e6dddd;
    border-top: 0
}

.hsc-member-style3 .content::before {
    content: '';
    display: block;
    height: 130px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -130px;
    z-index: 0;
    outline: 1px solid #e6dddd
}

.hsc-member-style3 .content .title {
    margin: 0;
    color: #111
}

.hsc-member-style3 .content .post {
    color: #707070
}

.hsc-member-style3 .social-icon {
    margin-top: 12px
}

.hsc-member-style3 .social-icon::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -7px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #111
}

.hsc-member-style3 .social-icon li {
    display: inline-block;
    margin: 0 1px
}

.hsc-member-style3 .social-icon li a {
    margin: 0 1px;
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 30px;
    color: #111;
    border: 1px solid #e6dddd;
    overflow: hidden;
    -webkit-transition: all .3s cubic-bezier(0, 0, 0, 0.1);
    transition: all .3s cubic-bezier(0, 0, 0, 0.1)
}

.hsc-member-style3 .social-icon li a .hover {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    opacity: 0;
    visibility: hidden
}

.hsc-member-style3:hover .content {
    background: #ed213a;
    border-color: #ed213a;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: all .3s cubic-bezier(0, 0, 0, 0.1);
    transition: all .3s cubic-bezier(0, 0, 0, 0.1)
}

.hsc-member-style3:hover .content::before {
    outline-color: #ed213a;
    -webkit-transition: all .3s cubic-bezier(0, 0, 0, 0.1);
    transition: all .3s cubic-bezier(0, 0, 0, 0.1)
}

.hsc-member-style3:hover .content .title {
    color: #fff;
    -webkit-transition: all .3s cubic-bezier(0, 0, 0, 0.1);
    transition: all .3s cubic-bezier(0, 0, 0, 0.1)
}

.hsc-member-style3:hover .content .post {
    color: #fff;
    -webkit-transition: all .3s cubic-bezier(0, 0, 0, 0.1);
    transition: all .3s cubic-bezier(0, 0, 0, 0.1)
}

.hsc-member-style3 .social-icon li a:hover .hover {
    transform: translateY(-30px);
    color: #ed213a;
    opacity: 1;
    visibility: visible
}

.hsc-member-style3 .social-icon li a:hover {
    background: rgba(255, 255, 255, 1);
    color: #111
}

.hsc-member-style3:hover .social-icon li a {
    color: #fff;
    -webkit-transition: all .3s cubic-bezier(0, 0, 0, 0.1);
    transition: all .3s cubic-bezier(0, 0, 0, 0.1)
}

@media only screen and (max-width: 767px) {
    .hsc-member-style3 {
        margin-bottom: 50px
    }
    .hsc-member-style3 img {
        width: 100%
    }
}

.hsc-member-style9 {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08)
}

.hsc-member-style9 * {
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.hsc-member-style9 ::before {
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.hsc-member-style9 .thumb {
    position: relative
}

.hsc-member-style9 .thumb img {
    vertical-align: top;
    backface-visibility: hidden
}

.hsc-member-style9 .content {
    padding: 25px 20px;
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%;
    z-index: 0;
    background: #fff
}

.hsc-member-style9 .content::before {
    content: '';
    position: absolute;
    bottom: 28px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: skewY(-9deg);
    transform: skewY(-9deg);
    background: #fff
}

.hsc-member-style9 .content .title {
    margin: 0;
    color: #111
}

.hsc-member-style9 .content .post {
    color: #707070
}

.hsc-member-style9 .social-icon {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #fff
}

.hsc-member-style9 .social-icon li {
    display: inline-block;
    margin: 0 6px
}

.hsc-member-style9 .social-icon li a {
    display: inline-block;
    color: #fff
}

.hsc-member-style9:hover .content .title,
.hsc-member-style9:hover .content .post {
    color: #fff
}

.hsc-member-style9:hover .content {
    background: #ed213a;
    bottom: 0
}

.hsc-member-style9:hover .content::before {
    background: #ed213a
}

.hsc-member-style9 .social-icon li a:hover {
    color: #111
}

@media only screen and (max-width: 767px) {
    .hsc-member-style9 {
        margin-bottom: 50px
    }
    .hsc-member-style9 img {
        width: 100%
    }
    .hsc-member-style9 .content::before {
        bottom: 40px
    }
}

.hsc-member-style15 {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08)
}

.hsc-member-style15 * {
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.hsc-member-style15 .thumb {
    position: relative;
    overflow: hidden
}

.hsc-member-style15 .thumb img {
    vertical-align: top;
    backface-visibility: hidden
}

.hsc-member-style15 .content {
    padding: 15px 20px;
    width: 90%;
    position: absolute;
    bottom: 20px;
    left: 17px;
    height: 70px;
    overflow: hidden;
    background: #ed213a
}

.hsc-member-style15 .content .title {
    margin: 0;
    color: #fff
}

.hsc-member-style15 .content .post {
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px)
}

.hsc-member-style15 .social-icon {
    padding: 8px 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px)
}

.hsc-member-style15 .social-icon li {
    display: inline-block;
    margin: 0 6px
}

.hsc-member-style15 .social-icon li a {
    display: inline-block;
    color: #fff
}

.hsc-member-style15:hover .content {
    height: 140px;
    transition-delay: .2s;
    -webkit-transition-delay: .2s
}

.hsc-member-style15:hover .content .post {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition-delay: .3s;
    -webkit-transition-delay: .3s
}

.hsc-member-style15:hover .social-icon {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition-delay: .4s;
    -webkit-transition-delay: .4s
}

.hsc-member-style15 .social-icon li a:hover {
    color: #111
}

@media only screen and (max-width: 767px) {
    .hsc-member-style15 {
        margin-bottom: 50px
    }
    .hsc-member-style15 img {
        width: 100%
    }
}

.hsc-blog-area {
    padding: 30px 0
}

.hsc-blog-img-1 {
    width: 85%;
    margin-left: 40px;
    position: relative;
    overflow: hidden
}

.hsc-blog-img-1 img {
    border-radius: 5px;
    cursor: pointer
}

.hsc-blog-img-1::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.hsc-new-post-blog:hover .hsc-blog-img-1::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.hsc-new-post-blog {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 40px 0
}

.hsc-bp-padd {
    padding-right: 10px
}

.hsc-grid-content span {
    font-family: segoe UI;
    font-size: 14px;
    color: #000
}

.hsc-grid-content span a {
    font-family: segoe UI;
    font-size: 14px;
    color: #000
}

.hsc-grid-content h2 {
    margin: 15px 0;
    font-family: segoe UI;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.3em
}

.hsc-grid-content p {
    color: #000;
    margin: 0 0 21px;
    font-family: segoe UI;
    font-weight: 400;
    line-height: 25px;
    font-size: 14px
}

.hsc-blog-btn-more {
    padding: 8px 20px;
    font-family: segoe UI;
    font-size: 13px;
    font-weight: 500;
    background: #007EFA;
    color: #fff;
}

.hsc-blog-btn-more:hover {
    background: #fff;
    color: #000;
    border: 1px solid #EEB013;
    border-radius: 15px;
}

.hsc-grid-content {
    margin-top: 52px;
    padding: 0 24px 0 0
}

.hsc-blog-two .hsc-new-post-blog {
    border: 0 solid #ddd;
    box-shadow: 7px 6px 13px 0 rgba(0, 0, 0, 0.3)
}

.hsc-blog-three .hsc-new-post-blog {
    border: 0 solid #ddd;
    background: #324ece
}

.hsc-blog-three .hsc-grid-content {
    margin-top: 52px;
    padding: 0 0 0 40px
}

.hsc-blog-three .hsc-grid-content span {
    color: #fff
}

.hsc-blog-three .hsc-grid-content span a {
    color: #fff
}

.hsc-blog-three .hsc-grid-content h2 {
    color: #fff
}

.hsc-blog-three .hsc-grid-content p {
    color: #fff
}

.hsc-blog-three .hsc-blog-btn-more {
    background: #fff;
    color: #000;
    border: 1px solid #324ece
}

.hsc-blog-three .hsc-blog-btn-more:hover {
    background: #324cec;
    color: #fff;
    border: 1px solid #324ece
}

.hsc-blog-three.hsc-blog-four .hsc-new-post-blog {
    border: 0 solid #ddd;
    background: linear-gradient(to right, #643094, #00bcd4)
}

.hsc-blog-wrapper-image {
    position: relative;
    overflow: hidden
}

.hsc-grid-content.hsc-grid-blog {
    margin-top: 0;
    padding: 38px 38px 45px;
    border: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    position: relative
}

.hsc-blog-wrapper-image {
    position: relative;
    overflow: hidden
}

.hsc-blog-wrapper-image img {
    cursor: pointer;
    max-width: 100%;
}

.hsc-blog-wrapper-image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.hsc-new-blog-builder:hover .hsc-blog-wrapper-image::before {
    -webkit-animation: circle .75s;
    animation: circle .75s
}

@-webkit-keyframes circle {
    0% {
        opacity: 1
    }
    40% {
        opacity: 1
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes circle {
    0% {
        opacity: 1
    }
    40% {
        opacity: 1
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

.hsc-blog-six .hsc-grid-content.hsc-grid-blog {
    margin-top: 0;
    padding: 38px 38px 45px;
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 0 0 5px 5px
}

.hsc-blog-eight .hsc-grid-content.hsc-grid-blog {
    margin-top: 0;
    padding: 38px 38px 45px;
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 0 0 5px 5px
}

.hsc-blog-eight .hsc-grid-content span a:hover {
    color: #ff3939
}

.hsc-new-blog-builder.hsc-blog-style-warp {
    transition: margin-top .3s linear 0;
    -moz-transition: margin-top .3s linear 0;
    -ms-transition: margin-top .3s linear 0;
    -webkit-transition: margin-top .3s linear 0
}

.hsc-new-blog-builder.hsc-blog-style-warp:hover {
    margin-top: -18px;
    transition: margin-top .3s linear 0;
    -moz-transition: margin-top .3s linear 0;
    -ms-transition: margin-top .3s linear 0;
    -webkit-transition: margin-top .3s linear 0
}

.hsc-blog-nine .hsc-grid-content span a {
    color: #ff3939
}

.hsc-grid-content .date {
    background-color: #ff3939;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    width: 60px;
    padding: 16px 0;
    position: absolute;
    right: 15px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    top: -32px
}

.hsc-grid-content .date span {
    display: block;
    line-height: 14px;
    color: #fff
}

.hsc-grid-content .date .month {
    font-size: 11px;
    color: #fff
}

.hsc-tp-divid {
    padding: 0
}

.hsc-tp-separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    align-items: center;
    padding: 60px 0
}

.hsc-tp-separator .tp-sep-hldr {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 11%
}

.hsc-tp-separator .tp-sep-hldr .tp-sep-lne {
    border-top: 1px solid #eeee;
    display: block;
    position: relative;
    width: 100%
}

.heading {
    padding: 0 15px;
    font-size: 16px;
    color: #6b6b6b;
    font-weight: 500
}

.hsc-blog-img-1 img {
    border-radius: 5px;
    cursor: pointer;
    max-width: 100%;
}

.hsc-grid-content {
    margin-top: 20px;
    padding: 0 24px 0 0
}

.hsc-grid-content span {
    font-family: segoe UI;
    font-size: 14px;
    color: #000
}

.hsc-grid-content span a {
    font-family: segoe UI;
    font-size: 14px;
    color: #000
}

.hsc-grid-content h2 {
    margin: 15px 0;
    font-family: segoe UI;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.3em
}

.hsc-grid-content p {
    color: #000;
    margin: 0 0 21px;
    font-family: segoe UI;
    font-weight: 400;
    line-height: 25px;
    font-size: 14px
}

.hsc-blog-btn-more {
    padding: 8px 20px;
    font-family: segoe UI;
    font-size: 13px;
    font-weight: 500;
    background: #FF5E15;
    color: #fff;
    border: 1px solid #FF5E15;
    margin-left: 100px;
    border-radius: 15px;
}

.hsc-product-card-two {
    position: relative;
    margin: 10px;
    background: #fff;
    text-align: center;
    display: inline-block;
    color: #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    font-size: 16px
}

.hsc-product-card-two * {
    -webkit-box-sizing: border-box;
    box-sizing: padding-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.hsc-product-card-two img {
    width: 100%;
    vertical-align: top;
    position: relative;
    background-color: #666;
    padding-top: 40px
}

.hsc-product-card-two figcaption {
    padding: 20px
}

.hsc-product-card-two h3,
.hsc-product-card-two p {
    margin: 0
}

.hsc-product-card-two h3 {
    font-size: 20px;
    margin-top: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize
}

.hsc-product-card-two p {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 400;
    color: #9c9c9c;
    margin-top: 10px
}

.hsc-product-card-two .hsc-price {
    font-weight: 500;
    font-size: 1.4em
}

.hsc-product-card-two .hsc-price s {
    margin-right: 5px;
    opacity: .5;
    font-size: .9em
}

.hsc-product-card-two i {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    background-color: #666;
    color: #fff;
    font-size: 20px
}

.hsc-product-card-two a {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.hsc-product-card-two:hover i,
.hsc-product-card-two:hover img {
    background-color: #324cec
}

.hsc-product-card-two:hover i {
    -webkit-transform: translate(-50%, 5px);
    transform: translate(-50%, 5px)
}

.hsc-product-card-five {
    position: relative;
    overflow: hidden;
    background: #1a1a1a;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15)
}

.hsc-product-card-five * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.hsc-product-card-five .hsc-images-poduct {
    background-color: #000;
    width: 50%;
    overflow: hidden
}

.hsc-product-card-five img {
    max-width: 100%;
    vertical-align: top
}

.hsc-product-card-five figcaption {
    position: absolute;
    width: 50%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px 35px
}

.hsc-product-card-five h3,
.hsc-product-card-five p,
.hsc-product-card-five .hsc-price {
    margin: 0 0 8px
}

.hsc-product-card-five h3 {
    position: absolute;
    width: 50%;
    top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0;
    z-index: 1
}

.hsc-product-card-five p {
    font-size: 12px;
    color: #9c9c9c;
    font-weight: 400
}

.hsc-product-card-five .rating {
    position: absolute;
    width: 50%;
    line-height: 44px;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3)
}

.hsc-product-card-five .rating a {
    color: #efcc25
}

.hsc-product-card-five .rating a:last-child {
    color: #
}

.hsc-product-card-five .price {
    color: #fff;
    font-size: 1.3em;
    opacity: .8
}

.hsc-product-card-five .price s {
    display: inline-block;
    padding: 0 8px 0 0;
    font-size: .85em;
    color: #f39c12
}

.hsc-product-card-five .add-to-cart {
    text-decoration: none;
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: 600;
    width: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    line-height: 44px;
    font-size: .75em;
    text-transform: uppercase;
    color: #fff
}

.hsc-product-card-five:hover img {
    opacity: .6;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.hsc-product-card-five:hover .hsc-add-to-cart {
    background-color: rgba(0, 0, 0, 0.5)
}

.hsc-product-card-six {
    position: relative;
    overflow: hidden;
    margin: 10px;
    background: #000;
    display: inline-block;
    color: #333;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15)
}

.hsc-product-card-six * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all .35s cubic-bezier(0.25, 0.5, 0.5, 0.9)
}

.hsc-product-card-six img {
    width: 100%;
    vertical-align: top
}

.hsc-product-card-six figcaption {
    position: relative;
    background-color: #fff;
    padding: 30px 25px 50px
}

.hsc-product-card-six h3 {
    position: absolute;
    bottom: 100%;
    text-transform: capitalize;
    padding: 0 25px;
    line-height: 44px;
    margin: 0;
    font-size: 18px;
    left: 0;
    font-weight: 600;
    background-color: #000;
    color: #fff
}

.hsc-product-card-six h3 span {
    font-weight: 500
}

.hsc-product-card-six h3:before {
    position: absolute;
    left: 100%;
    border-style: solid;
    border-width: 44px 0 0 12px;
    border-color: transparent transparent transparent #000;
    content: '';
    top: 0
}

.hsc-product-card-six p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin: 0;
    color: #9c9c9c;
    line-height: 26px
}

.hsc-product-card-six .hsc-price {
    position: absolute;
    top: -12px;
    right: 0;
    color: #fff;
    background-color: #000;
    padding: 0 10px;
    line-height: 40px;
    font-weight: 500
}

.hsc-product-card-six .hsc-price:before {
    position: absolute;
    right: 100%;
    border-style: solid;
    border-width: 0 12px 40px 0;
    border-color: transparent #000;
    content: '';
    top: 0
}

.hsc-product-card-six a {
    text-decoration: none;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #000;
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase
}

.hsc-product-card-six a:before {
    position: absolute;
    right: 100%;
    border-style: solid;
    border-width: 0 0 40px 12px;
    border-color: transparent transparent #000;
    content: '';
    top: 0
}

.hsc-product-card-six.blue {
    background-color: #2472a4
}

.hsc-product-card-six.blue h3,
.hsc-product-card-six.blue a,
.hsc-product-card-six.blue .price {
    background-color: #2472a4
}

.hsc-product-card-six.blue .hsc-price:before {
    border-color: transparent #2472a4
}

.hsc-product-card-six.blue h3:before {
    border-color: transparent transparent transparent #2472a4
}

.hsc-product-card-six.blue a:before {
    border-color: transparent transparent #2472a4
}

figure.snip1171.red {
    background-color: #ab3326
}

.hsc-product-card-six.red h3,
.hsc-product-card-six.red a,
.hsc-product-card-six.red .price {
    background-color: #ab3326
}

.hsc-product-card-six.red .hsc-price:before {
    border-color: transparent #ab3326
}

.hsc-product-card-six.red h3:before {
    border-color: transparent transparent transparent #ab3326
}

.hsc-product-card-six.red a:before {
    border-color: transparent transparent #ab3326
}

.hsc-product-card-six.orange {
    background-color: #d67118
}

.hsc-product-card-six.orange h3,
.hsc-product-card-six.orange a,
.hsc-product-card-six.orange .price {
    background-color: #d67118
}

.hsc-product-card-six.orange .hsc-price:before {
    border-color: transparent #d67118
}

.hsc-product-card-six.orange h3:before {
    border-color: transparent transparent transparent #d67118
}

.hsc-product-card-six.orange a:before {
    border-color: transparent transparent #d67118
}

.hsc-product-card-six:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.hsc-product-card-eight {
    position: relative;
    overflow: hidden;
    margin: 10px;
    background: #1a1a1a;
    color: #fff;
    text-align: left;
    display: inline-block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%)
}

.hsc-product-card-eight * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.hsc-product-card-eight .hsc-image {
    position: relative
}

.hsc-product-card-eight img {
    width: 100%;
    vertical-align: top
}

.hsc-product-card-eight i {
    position: absolute;
    top: 15px;
    left: 17px;
    color: #fff;
    font-size: 20px;
    opacity: 0;
    z-index: 2;
    -webkit-transition-delay: 0;
    transition-delay: 0
}

.hsc-product-card-eight h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: capitalize
}

.hsc-product-card-eight:before,
.hsc-product-card-eight:after {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.hsc-product-card-eight:before {
    background-color: #324ece;
    -webkit-transform: skew(-45deg) translateX(-150%);
    transform: skew(-45deg) translateX(-150%);
    border-right: 1px solid #324ece
}

.hsc-product-card-eight:after {
    background-color: #962d22;
    -webkit-transform: skew(-45deg) translateX(-175%);
    transform: skew(-45deg) translateX(-175%);
    border-right: 1px solid #962d22
}

.hsc-product-card-eight figcaption {
    padding: 25px 80px 25px 25px;
    background-color: #fff;
    color: #000;
    position: relative;
    font-size: .9em
}

.hsc-product-card-eight figcaption p {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 400
}

.hsc-product-card-eight figcaption:before {
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 1;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    background-color: #324ece;
    -webkit-transform: skew(-45deg) translateX(50%);
    transform: skew(-45deg) translateX(50%);
    border-right: 1px solid #324ece
}

.hsc-product-card-eight .hsc-add-to-cart {
    display: inline-block;
    width: auto;
    border: 1px solid #324ece;
    padding: 10px 15px;
    color: #324ece;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase
}

.hsc-product-card-eight .hsc-add-to-cart:hover {
    background-color: #324ece;
    color: #fff
}

.hsc-product-card-eight .hsc-price {
    position: absolute;
    right: 0;
    bottom: 4px;
    color: #fff;
    z-index: 2;
    text-transform: uppercase;
    padding: 20px;
    font-weight: 500;
    font-size: 1.2em;
    text-align: center
}

.hsc-product-card-eight .hsc-price s {
    display: block;
    font-size: .85em;
    font-weight: 400;
    opacity: .8
}

.hsc-product-card-eight:hover i {
    opacity: .7;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.hsc-product-card-eight:hover h3 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.hsc-product-card-eight:hover:before {
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transform: skew(-45deg) translateX(-50%);
    transform: skew(-45deg) translateX(-50%)
}

.hsc-product-card-eight:hover:after {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: skew(-45deg) translateX(-75%);
    transform: skew(-45deg) translateX(-75%)
}

.hsc-product-area {
    padding: 80px 0
}


/*=========================================
            Hsc End
            ============================================*/


/*=========================================
            Hsc Start
            ============================================*/

a:active,
a:hover,
a:focus {
    outline: 0 none;
    text-decoration: none
}

.hscservice-box-layout2 {
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 3rem
}

.hscservice-box-layout2 .hscitem-img img {
    border-radius: 4px
}

.hscservice-box-layout2 .hscitem-content {
    background-color: #fff;
    position: absolute;
    bottom: -134px;
    left: 0;
    right: 0;
    border-radius: 0 0 4px 4px;
    padding: 2rem;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.hscservice-box-layout2 .hscitem-content .item-icon {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0
}

.hscservice-box-layout2 .hscitem-content .item-icon .icon-bg {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: #14287b;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.hscservice-box-layout2 .hscitem-content .item-icon .icon-bg:after {
    content: url('img/figure/dot-bubble.png');
    position: absolute;
    top: -12px;
    right: 20px
}

.hscservice-box-layout2 .hscitem-content .item-icon .icon-bg i:before {
    font-size: 30px;
    color: #fff
}

.hscservice-box-layout2 .hscitem-content .hscitem-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px
}

.hscservice-box-layout2 .hscitem-content .hscitem-title a {
    color: #14287b;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.hscservice-box-layout2 .hscitem-content .hscitem-title a:hover {
    color: #287ff9
}

.hscservice-box-layout2 .hscitem-content .hschover-content {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.hscservice-box-layout2 .hscitem-content .hschover-content p {
    color: #444
}

.hscservice-box-layout2:hover .hscitem-content {
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 0;
    padding: 6rem 2rem 3rem
}

.hscservice-box-layout2:hover .hscitem-content .item-icon .icon-bg {
    background-color: #287ff9
}

.hscservice-box-layout2:hover .hscitem-content .hschover-content {
    visibility: visible;
    opacity: 1
}

.hscservice-box-layout2.hschscwhite-shadow {
    box-shadow: 0 1px 0 0 rgba(220, 220, 220, 0.75);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.hscservice-box-layout2.hschscwhite-shadow:hover {
    box-shadow: 0 14px 38px 0 rgba(211, 216, 225, 0.75)
}

.hscbg-common {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.hscsection-padding-12 {
    padding: 4rem 0
}

.hscsection-padding-12-9 {
    padding: 12rem 0 9rem
}

.hscsection-padding-12-10 {
    padding: 12rem 0 10rem
}

.hsctext-primarytext {
    color: #111
}

.hschizmet-cover {
    height: 350px;
    background-size: cover;
    transition: all .2s ease 0
}

.hscbtn-fill-xs {
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    padding: 10px 30px;
    font-weight: 500;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.hscbtn-fill-xs i:before {
    font-size: 16px;
    margin-left: 8px
}

.hscbtn-fill-xs:hover {
    background-color: #14287b;
    color: #fff
}

.hscservice-box-layout2 p {
    font-size: 15px;
    margin: 0 0 2rem;
    font-weight: 400;
    height: 100%;
    vertical-align: baseline;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #646464;
    color: #646464
}

.hscservice-box-layout2 .hschover-content p {
    color: #444
}

.hscbg-accent {
    background-color: #fef22e
}

.bg-aash {
    background-color: #f9fafc
}

.hscbg-assh {
    background-color: #f8f8f8
}

.hscbg-assh-2 {
    background-color: #f1f1f1
}

@media only screen and (max-width: 1199px) {
    .hscservice-box-layout2 .hscitem-content .hscitem-title {
        font-size: 22px
    }
}

@media only screen and (max-width: 767px) {
    .hscservice-box-layout2 .hscitem-content .hscitem-title {
        font-size: 20px
    }
    .hscservice-box-layout2 .hscitem-content {
        bottom: -90px
    }
}

@media only screen and (max-width: 479px) {
    .hscservice-box-layout2 .hscitem-content {
        bottom: -134px
    }
}

.hscsingle-department {
    border: 5px solid rgba(72, 127, 255, .1);
    padding: 33px 20px;
    -webkit-transition: all .3s ease-out 0;
    -moz-transition: all .3s ease-out 0;
    -ms-transition: all .3s ease-out 0;
    -o-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0
}

.hscsingle-department .hscdepartment-content {
    padding-top: 35px
}

.hscsingle-department .hscdepartment-content .hscdepartment-title a {
    font-size: 24px;
    font-weight: 600;
    color: #212849;
    margin-bottom: 15px;
    -webkit-transition: all .3s ease-out 0;
    -moz-transition: all .3s ease-out 0;
    -ms-transition: all .3s ease-out 0;
    -o-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0
}

.hscsingle-department .hscdepartment-content .hsctext {
    margin-bottom: 25px
}

.hscsingle-department .hscdepartment-content .hscmain-btn {
    border-radius: 50px;
    border: 2px solid rgba(72, 127, 255, .2)
}

.hscmain-btn.hscmain-btn-2 {
    background-color: #fff;
    color: #487fff;
    border-color: #fff;
    border-radius: 50px
}

.hscmain-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #487fff;
    padding: 0 30px;
    font-size: 14px;
    height: 50px;
    line-height: 48px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all .4s ease-out 0;
    -moz-transition: all .4s ease-out 0;
    -ms-transition: all .4s ease-out 0;
    -o-transition: all .4s ease-out 0;
    transition: all .4s ease-out 0;
    background-color: #487fff;
    font-family: rubik, sans-serif;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
    border-radius: 6px;
}

.hscsingle-department .hscdepartment-content .hscmain-btn i {
    margin-left: 5px
}

.hscfa-angle-right:before {
    content: "\f105"
}

.hscmain-btn::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5f8cf3;
    z-index: -1;
    -webkit-transition: all .3s ease-out 0;
    -moz-transition: all .3s ease-out 0;
    -ms-transition: all .3s ease-out 0;
    -o-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.hscmain-btn:hover {
    color: #fff;
    border-color: #5f8cf3
}

.hscmain-btn:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.hscmain-btn.hscmain-btn-2::before {
    display: none
}

.hscmain-btn.hscmain-btn-2:hover {
    background-color: #487fff;
    border-color: #487fff;
    color: #fff
}

.hscmt-30 {
    margin-top: 30px
}

.hscsingle-department img {
    max-width: 100%
}

.hscsingle-department .hscdepartment-content .hscdepartment-title a:hover {
    color: #487fff
}

.hscsingle-department:hover {
    border-color: #fff;
    -webkit-box-shadow: 0 0 16px 0 rgba(72, 127, 255, .21);
    -moz-box-shadow: 0 0 16px 0 rgba(72, 127, 255, .21);
    box-shadow: 0 0 16px 0 rgba(72, 127, 255, .21)
}

@media(max-width:767px) {
    .hscmain-btn {
        padding: 0 20px;
        height: 45px;
        line-height: 45px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .hscmain-btn {
        padding: 0 30px;
        height: 50px;
        line-height: 48px
    }
}

.hscsidebar-widget-area .hscwidget {
    margin-bottom: 4rem
}

.hscwidget-category {
    background-color: #f8f8f8;
    padding: 30px 5px;
    margin-bottom: 0;
    border-radius: 4px;
}

.hscheading-layout4 {
    margin-bottom: 26px;
    position: relative
}

.hscheading-layout4 h3,
.hscheading-layout4 h4 {
    font-weight: 600;
    padding-left: 20px;
    margin: 0 0 2rem;
    color: #14287b
}

.hscheading-layout4:after {
    content: "";
    height: 24px;
    width: 3px;
    background-color: #287ff9;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

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

.hscwidget-category .hsccategory-list ul li {
    background-color: #fff;
    margin-bottom: 2px
}

.hscwidget-category .hsccategory-list ul li a {
    margin-left: 20px;
    position: relative;
    display: block;
    color: #444;
    padding: 15px 0 15px 22px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-align: left;
}

.hscsidebar-widget-area .hscwidget:last-child {
    margin-bottom: 0;
}

.hscsidebar-widget-area .hscwidget {
    margin-bottom: 4rem
}

.hscwidget-banner {
    background-color: #e2ebf0;
    border-radius: 4px;
    margin: 20px 0
}

.hscwidget-category .hsccategory-list ul li a i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.hscwidget-category .hsccategory-list ul li a i:before {
    font-size: 12px;
    font-weight: 700;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.hscwidget-category .hsccategory-list ul li a:hover {
    color: #287ff9;
    padding-left: 30px
}

.hscwidget-category .hsccategory-list ul li a:hover i:before {
    color: #287ff9
}

.hsccol-sidebar__box-content {
    padding: 20px 30px;
    background: #f7f7f7
}

.hsccol-sidebar__box-content .hsctitle {
    color: #333;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px
}

.hsccol-sidebar__box-content .hscetext {
    color: #777;
    font-size: 13px;
    margin-bottom: 30px;
    line-height: 1.5
}

.hsccol-sidebar__box-content .hscetext strong {
    font-weight: 400
}

.hscfw-btn-fill:hover {
    background-color: #14287b;
    color: #fff
}

.hscfw-btn-fill {
    width: 100%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-weight: 500;
    font-size: 16px;
    border: none;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.hscebg-accent {
    background-color: #fef22e
}

.hscetext-primarytext {
    color: #111
}

.hscpenci-sidebar-content .hscwidget {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 15px;
    clear: both
}

.hscpenci-sidebar-content.style-4 .hscpenci-border-arrow {
    overflow: hidden
}

.hscpenci-sidebar-content.style-4 .hscwidget-title {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0
}

.hscpenci-homepage-title.style-4 .hscinner-arrow,
.hscpenci-sidebar-content.style-4 .hscpenci-border-arrow .hscinner-arrow {
    padding: 0 12px;
    border: none;
    display: inline-block;
    background: none!important
}

.hscpenci-sidebar-content .hscpenci-border-arrow .hscinner-arrow {
    font-size: 16px;
    color: #6c757d;
    font-family: 'Source Serif Pro', serif
}

.hscpenci-border-arrow .hscinner-arrow {
    border: 1px solid #313131;
    background: #fff;
    position: relative;
    display: block;
    padding: 8px 12px 7px;
    z-index: 3;
    font-size: 14px
}

.hscpenci-sidebar-content.style-4 .hscpenci-border-arrow .hscinner-arrow:before {
    position: absolute;
    content: "";
    width: 1000px;
    height: 0;
    top: 50%;
    left: 100%;
    border: none;
    border-bottom: 1px solid;
    z-index: 1;
    opacity: .5;
    left: auto;
    right: 100%;
    border-color: #689f38
}

.hscpenci-sidebar-content.style-4 .hscpenci-border-arrow .hscinner-arrow:after {
    position: absolute;
    content: "";
    width: 1000px;
    height: 0;
    top: 50%;
    left: 100%;
    border: none;
    border-bottom: 1px solid;
    z-index: 1;
    opacity: .5;
    border-color: #689f38
}

.hscpenci-sidebar-content img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

.hscpenci-sidebar-content .hscwidget-title {
    color: #313131;
    margin-bottom: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    line-height: 1.3;
    background: #fff
}

.hscwidget .about-widget {
    text-align: center
}

.about-widget img {
    max-width: 100%!important;
    height: auto;
    margin-bottom: 20px
}

.hscpenci-sidebar-content img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

@media only screen and (max-width: 960px) {
    .about-widget {
        text-align: center
    }
}

.hscwidget-social {
    text-align: center;
    display: table;
    width: 100%;
    margin-top: 10px;
}

.hscwidget-social.pc_alignleft {
    text-align: left
}

.hscwidget-social.pc_alignright {
    text-align: right
}

.hscwidget-social.show-text {
    margin-left: -5px
}

.hscwidget-social a i {
    width: 36px;
    height: 36px;
    line-height: 34px;
    background: #FF5E15;
    color: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0 5px 5px;
    display: inline-block;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-align: center;
}

.hscwidget-social.show-text a i {
    margin-bottom: 0
}

.hscwidget-social a:hover i {
    text-decoration: none;
    color: #fff;
    background: #6eb48c;
    border-color: #6eb48c
}

.hscwidget-social a span {
    display: none
}

.hscwidget-social a:first-child {
    margin-left: 0
}

.hscwidget-social a:last-child {
    margin-right: 0
}

.hscwidget-social.show-text a {
    width: 50%;
    float: left;
    text-align: left;
    margin-bottom: 10px
}

.hscwidget-social.show-text a span {
    display: inline-block;
    color: #313131;
    text-transform: uppercase;
    font-size: 13px;
    margin-left: 10px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    transition: color .3s;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    line-height: 20px
}

.hscwidget-social.show-text.remove-uppercase-text a span {
    text-transform: none
}

.hscwidget-social.show-text a:hover span {
    color: #6eb48c
}

.hscwidget-social.remove-circle a i {
    width: auto;
    height: auto;
    line-height: 20px;
    background: none!important;
    border: none!important
}

.hscwidget-social.remove-circle a:hover i {
    color: #6eb48c
}

.hscwidget-social.remove-circle a span {
    line-height: 20px;
    margin-left: 5px
}

.hscwidget-social.remove-circle:not(.show-text) a i {
    margin: 0 7px 5px
}

.hscwidget-social.penci-social-colored a i {
    border: none!important;
    line-height: 36px;
    color: #fff!important
}

.hscwidget-social.penci-social-colored a:hover i {
    opacity: .85
}

.hscwidget-social.remove-border-radius a i {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.hscwidget ul {
    list-style: none;
    padding-inline-start: 0;
    padding-bottom: 15px
}

.hscwidget ul.hscside-newsfeed:before,
.hscwidget ul.hscside-newsfeed:after {
    display: table;
    content: '';
    clear: both;
    line-height: 0
}

.hscwidget ul.hscside-newsfeed li {
    list-style-type: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-left: 0;
    position: relative
}

.hscwidget ul.hscpenci-feed-2columns li {
    width: 47%;
    float: left;
    padding-bottom: 0;
    margin-bottom: 20px;
    border-bottom: none
}

.hscwidget ul.hscpenci-feed-2columns.hscdisplay-order-numbers li {
    margin-bottom: 30px
}

.hscwidget ul.hscpenci-2columns-feed>li:nth-child(2n+1) {
    clear: both;
    margin-right: 6%
}

.hscwidget ul.hscside-newsfeed li .hscorder-border-number {
    position: absolute;
    left: 5px;
    top: -15px;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 50%;
    z-index: 3;
    text-align: center
}

.hscwidget ul.hscside-newsfeed li .hscnumber-post {
    background-color: #383838;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    z-index: 3
}

.hscwidget ul.hscside-newsfeed li .hscside-item {
    overflow: hidden;
    position: relative
}

.hscwidget ul.hscside-newsfeed li .hscside-item .hscside-image {
    float: left;
    margin-right: 20px;
    position: relative
}

.hscwidget ul.hscpenci-feed-2columns li .hscside-item .hscside-image,
.hscwidget ul.hscpenci-feed-2columns li .hscside-item .hscside-image.thumbnail-right {
    width: 100%;
    margin: 0 0 16px;
    float: none!important
}

.hscpenci-image-holder {
    position: relative;
    width: 100%;
    background: #f5f5f5 url(images/no-image.jpg);
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden
}

.hscwidget a {
    color: #313131;
}

.hscwidget ul li a {
    font-size: 14px;
    font-style: normal;
    line-height: 1.4;
    /* font-family: 'Source Serif Pro', serif; */
    font-weight: 700;
}

.hscwidget ul.hscside-newsfeed li .hscside-item .hscside-image a {
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s
}

.hscwidget ul.hscpenci-feed-2columns li .side-item .hscside-image .hscsmall-fix-size {
    width: 100%
}

.hscpenci-image-holder:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.6667%;
    background: none!important;
    box-shadow: none!important
}

#hscpenci-popularwg-5678 .hscpenci-image-holder:before {
    padding-top: 100%
}

.hscwidget ul.hscpenci-feed-2columns li .hscside-item .hscside-item-text {
    display: block
}

.hscwidget ul.hscside-newsfeed li .hscside-item .hscside-item-text .hscside-item-meta {
    letter-spacing: 0;
    color: #888;
    font-family: 'PT Serif', sans-serif;
    font-size: 13px
}

.hscfeat-meta span>time,
span.hscside-item-meta>time,
span.date>time {
    font-size: inherit;
    color: inherit;
    text-decoration: inherit;
    font-weight: inherit;
    background: none;
    font-style: inherit;
    font-family: inherit
}

.hscwidget ul.hscside-newsfeed li .hscside-item .hscside-image a:hover {
    opacity: .8
}

.hscwidget ul.hscside-newsfeed li .hscside-item .hscside-item-text h4 a:hover,
.hscwidget a:hover {
    color: #689f38
}

@media only screen and (max-width: 479px) {
    .hscwidget ul.hscside-newsfeed li .hscside-item .hscside-item-text .hscside-item-meta {
        font-size: 13px
    }
}

.hscpenci-list-banner {
    display: block
}

.hscpenci-promo-item {
    position: relative;
    width: 100%;
    margin: 0 0 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-color: #ccc
}

.hscpenci-promo-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: none!important
}

.hscpenci-sidebar-content img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

.hscpenci-promo-item img {
    width: 100%
}

.hscpenci-promo-text {
    position: absolute;
    display: block;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 10px;
    left: 0;
    z-index: 1;
    text-align: center
}

.hscpenci-promo-item.hscpenci-banner-has-text:after {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 5;
    border: 1px solid #fff;
    opacity: .4
}

.hscpenci-promo-text h4 {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Source Serif Pro', serif;
    line-height: 1.3;
    background: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 12px;
    min-width: 120px;
    text-align: center;
    color: #010101
}

.hscpenci-list-banner .hscpenci-promo-item:last-child {
    margin-bottom: 0
}

.hscpenci-promo-item.hscpenci-banner-has-text:hover:after {
    opacity: 1
}

.hscpenci-sidebar-content .hscwidget .hscjr-insta-thumb,
.hscfooter-widget-wrapper .hscwidget .hscjr-insta-thumb {
    margin: -5px -5px 0;
    display: flex;
}

.hscjr-insta-thumb ul.hscthumbnails {
    list-style: none;
    font-size: 0;
    margin-left: -2.5%
}

.hscjr-insta-thumb .hscno-bullet,
.hscpllexislider .hscno-bullet {
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both
}

.hscwidget .hscjr-insta-thumb ul.hscthumbnails {
    margin: 0
}

.hscjr-insta-thumb ul.hscthumbnails.hscno-border {
    margin-left: 0
}

.hscpenci-sidebar-content .hscwidget .hscjr-insta-thumb ul.hscthumbnails li {
    transition: opacity .2s;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    margin: 0
}

.hscjr-insta-thumb ul.hscthumbnails.hscno-border.hscjr_col_3 li {
    border: none;
    width: 33.33%!important;
    float: left
}

.hscjr-insta-thumb ul.hscthumbnails li a {
    position: relative;
    display: inline-block;
    vertical-align: top!important;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

.hscjr-insta-thumb ul.hscthumbnails li a:before,
.hschscjr-insta-thumb ul.hscthumbnails li a:after {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform .35s;
    transition: opacity 0.35s, transform .35s
}

.hscjr-insta-thumb ul.hscthumbnails li img {
    max-width: 100%!important;
    height: auto!important;
    margin: 0!important;
    border: 0!important;
    vertical-align: top
}

.hscjr-insta-thumb ul.hscthumbnails li a:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0)
}

.hscjr-insta-thumb ul.hscthumbnails li a:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

.hscpenci-sidebar-content .hscwidget .hscjr-insta-thumb ul.hscthumbnails li img {
    padding: 5px;
    width: 100%
}

.hscpenci-sidebar-content .hscwidget .hscjr-insta-thumb ul.hscthumbnails li:hover {
    opacity: .8
}

@media (max-width: 640px) {
    .hscjr-insta-thumb ul.hscthumbnails.hscno-border.hscjr_col_3 li {
        width: 50%!important
    }
}

.hscwidget ul.hscside-newsfeed:before,
.hscwidget ul.hscside-newsfeed:after {
    display: table;
    content: '';
    clear: both;
    line-height: 0
}

.hscwidget #hscpenci-latestwg-1322 li {
    margin-bottom: 11px;
    padding-bottom: 12px;
    border-bottom: 1px solid #DEDEDE;
    font-size: 14px;
    color: #888
}

.hscwidget ul.hscside-newsfeed li {
    list-style-type: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-left: 0;
    position: relative
}

.hscwidget ul.hscside-newsfeed li .hscside-item {
    overflow: hidden;
    position: relative
}

.hscwidget ul.hscside-newsfeed li .side-item .hscside-image {
    float: left;
    margin-right: 20px;
    position: relative
}

.hscwidget ul.hscside-newsfeed li .hscside-item .hscside-image a {
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s
}

.hscpenci-image-holder.hscsmall-fix-size {
    width: 120px
}

#hscpenci-latestwg-1322 .hscpenci-image-holder:before {
    padding-top: 100%
}

.hscmc4wp-form {
    max-width: 450px;
    width: 100%;
    margin: 0;
    text-align: center
}

.hscmc4wp-form .hscmc4wp-form-fields>p {
    margin-bottom: 20px
}

.hscwidget input[type="text"],
.hscmc4wp-form input {
    font-family: 'Lato', sans-serif
}

.hscwidget input[type="text"],
.hscwidget input[type="email"],
.hscwidget input[type="date"],
.hscwidget input[type="number"],
.hscwidget input[type="search"],
.hscwidget input[type="password"] {
    border: 1px solid #DEDEDE;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    outline: none;
    background: none;
    display: block;
    font-size: 12px;
    padding: 11px 20px;
    margin-bottom: 20px;
    letter-spacing: 0;
    font-family: 'PT Serif', serif;
    width: 100%;
    max-width: 500px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: auto;
    height: auto;
    line-height: normal
}

.hscwidget input[type="submit"],
.hscwidget button[type="submit"] {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 12px 20px;
    text-transform: uppercase;
    color: #313131;
    margin: 0;
    cursor: pointer;
    border: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    background: #F5F5F5;
    max-width: 500px;
    outline: none
}

.hscwidget input[type="submit"]:hover,
.hscwidget button[type="submit"]:hover {
    background: #6eb48c;
    color: #fff
}

.hscpenci-pinterest-widget-container {
    margin: -5px -5px 0
}

.hscpenci-images-pin-widget:before,
.hscpenci-images-pin-widget:after {
    display: table;
    clear: both;
    content: ""
}

.hscpenci-pinterest-widget-container .hscpenci-images-pin-widget a {
    width: 33.3333%;
    display: inline-block;
    padding: 5px;
    transition: opacity .2s;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    position: relative;
    float: left;
    vertical-align: top
}

.hscpenci-pinterest-widget-container .hscpenci-images-pin-widget a:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

.hscpenci-pinterest-widget-container .hscpenci-images-pin-widget a:before,
.hscpenci-pinterest-widget-container .hscpenci-images-pin-widget a:after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform .35s;
    transition: opacity 0.35s, transform .35s;
    z-index: 1
}

.hscpenci-image-holder {
    position: relative;
    width: 100%;
    background: #f5f5f5 url(images/no-image.jpg);
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden
}

.widget.widget_categories ul li a {
    display: block!important;
    font-weight: 300
}

.hscwidget ul li a {
    font-size: 14px;
    font-style: normal;
    line-height: 1.4
}

.hscwidget ul li {
    margin-bottom: 11px;
    border-bottom: 1px solid #DEDEDE;
    font-size: 14px;
    color: #888
}

.hscwidget.hscwidget_categories ul li,
.hscwidget.hscwidget_archive ul li {
    text-align: right;
    color: #888;
    display: table;
    width: 100%;
    font-style: italic;
    padding-right: 2px
}

.hscwidget.hscwidget_categories ul li a {
    display: block!important
}

.hscwidget.hscwidget_categories ul li a:before,
.hscwidget.hscwidget_archive ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
    font-size: 90%
}

.hscwidget.hscwidget_categories ul li {
    text-align: left;
    padding-bottom: 12px;
    font-weight: 400
}

.hscwidget.hscwidget_categories ul li span.hsccategory-item-count {
    float: right;
    font-style: italic;
    color: #888;
    font-family: 'PT Serif', serif;
    font-weight: 400
}

.hscsidebar-break-md.hscsidebar-widget-area {
    padding-bottom: 15px;
}


/*=========================================
            Hsc End
            ============================================*/


/*=========================================
            Hsc Start
            ============================================*/

* {
    outline: none;
}

.hscg2 img {
    max-width: 100%;
}

.hscg2 input {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.hscg2 .row {
    display: -webkit-box;
    display: flex
}

.hscg2 .row .col {
    -webkit-box-flex: 1;
    flex: 1
}

.hscg2 .row .col:last-child {
    margin-left: 1em
}

.hscg2 .tabs {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5)
}

.hscg2 .tab {
    width: 100%;
    color: #fff;
    overflow: hidden
}

.hscg2 .tab-label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1em;
    background: #2c3e50;
    font-weight: 700;
    cursor: pointer
}

.hscg2 .tab-label:hover {
    background: #1a252f
}

.hscg2 .tab-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    -webkit-transition: all .35s;
    transition: all .35s
}

.hscg2 .tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: #fff;
    -webkit-transition: all .35s;
    transition: all .35s
}

.hscg2 .tab-close {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 1em;
    font-size: .75em;
    background: #2c3e50;
    cursor: pointer
}

.hscg2 .tab-close:hover {
    background: #1a252f
}

.hscg2 input:checked+.tab-label {
    background: #1a252f
}

.hscg2 input:checked+.tab-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.hscg2 input:checked~.tab-content {
    max-height: 100vh;
    padding: 1em
}

.hscga2 .accordion {}

.hscga2 .toggle {
    display: none
}

.hscga2 .option {
    position: relative;
    margin-bottom: 1em
}

.hscga2 .title,
.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .2s;
    transition: all .2s
}

.hscga2 .title {
    background: #fff;
    padding: 1em;
    display: block;
    color: #7A7572;
    font-weight: 700
}

.hscga2 .title:after,
.title:before {
    content: '';
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: .75em;
    -webkit-transition: all .2s;
    transition: all .2s
}

.hscga2 .title:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.hscga2 .content {
    max-height: 0;
    overflow: hidden;
    background-color: #fff
}

.hscga2 .content p {
    margin: 0;
    padding: .5em 1em 1em;
    font-size: .9em;
    line-height: 1.5
}

.hscga2 .toggle:checked+.title,
.toggle:checked+.title+.content {
    box-shadow: 3px 3px 6px #ddd, -3px 3px 6px #ddd
}

.hscga2 .toggle:checked+.title+.content {
    max-height: 500px
}

.hscga2 .toggle:checked+.title:before {
    -webkit-transform: rotate(90deg)!important;
    transform: rotate(90deg)!important
}


/* Teastimonial 1 */

.hscg.teastimonial-item-14 {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 35px 30px 40px;
    text-align: center
}

.hscg.teastimonial-item-14 .top-content {
    text-align: center;
    margin-top: 30px
}

.hscg.teastimonial-item-14 .thumb {
    width: 100px;
    height: 100px;
    margin: 0 auto
}

.hscg.teastimonial-item-14 .top-content .clients-details {
    margin-top: 20px;
}

.hscg.teastimonial-item-14 .top-content .ratings {
    margin: 0;
    padding: 0;
    list-style: none
}

.hscg.teastimonial-item-14 .top-content .ratings li {
    display: inline-block;
    color: #F2B827
}

.hscg.teastimonial-item-14 .thumb img {
    border-radius: 50%;
    max-width: 100%;
}

.hscg.teastimonial-item-14 .clients-details .content .name {
    font-size: 21px;
    font-weight: 700;
    color: #313131;
    line-height: 28px;
    margin-bottom: 0
}

.hscg.teastimonial-item-14 .clients-details .content .designation {
    color: #27ae60;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.hscg.teastimonial-item-14 .bottom-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    color: #616161
}

.hscg.teastimonial-item-14 .bottom-content {
    position: relative;
    z-index: 0
}


/* Teastimonial 1 Bitis */


/* Teastimonial 2 */

.hscg.teastimonial-item-18 {
    margin-bottom: 30px;
    display: flex;
    min-height: 300px;
}

.hscg.teastimonial-item-18 .thumb-wrap {
    min-width: 250px;
    min-height: 300px;
    display: flex;
}

.hscg.teastimonial-item-18 .thumb {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}

.hscg.teastimonial-item-18 .top-content {
    background-color: #fff;
    padding: 5px 20px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.hscg.teastimonial-item-18 .top-content .name {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 0
}

.hscg.teastimonial-item-18 .top-content .designation {
    font-size: 16px;
    font-weight: 600;
    color: #f66
}

.hscg.teastimonial-item-18 .top-content .ratings {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 10px 0 20px 0
}

.hscg.teastimonial-item-18 .top-content .ratings li {
    display: inline-block;
    font-size: 14px;
    color: #fbc808
}

.hscg.teastimonial-item-18 .description p:last-child {
    margin-bottom: 0
}

.hscg.teastimonial-item-18 .description {
    font-size: 16px;
    line-height: 26px
}


/* Teastimonial 2 Bitis */


/* Teastimonial 3 */

.hscg.teastimonial-item-19 {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 40px 30px 13px
}

.hscg.teastimonial-item-19 .thumb {
    display: inline-block;
    position: relative;
    margin-bottom: 10px
}

.hscg.teastimonial-item-19 .thumb .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #f66;
    border-radius: 50%;
    font-size: 20px
}

.hscg.teastimonial-item-19 .thumb img {
    border-radius: 50%
}

.hscg.teastimonial-item-19 .top-content {
    margin-top: 20px
}

.hscg.teastimonial-item-19 .top-content .name {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 0
}

.hscg.teastimonial-item-19 .top-content .designation {
    font-size: 16px;
    font-weight: 600;
    color: #f66
}

.hscg.teastimonial-item-19 .top-content .ratings {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 10px 0 20px 0
}

.hscg.teastimonial-item-19 .top-content .ratings li {
    display: inline-block;
    font-size: 14px;
    color: #fbc808
}

.hscg.teastimonial-item-19 .description p:last-child {
    margin-bottom: 0
}

.hscg.teastimonial-item-19 .description {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px
}


/* Teastiomnial 3 Bitis */


/* Image Card 1 */

.image-card-text i {
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #595959;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    margin-top: 20px;
    padding: 16px 18px;
    position: relative;
    text-transform: capitalize
}

.image-card-wrapper:hover .image-card-text i {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    background: #000;
    color: #fff
}

.hscg .image-card-img {
    position: relative;
    overflow: hidden;
}

.hscg.image-card-one .image-card-img img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.hscg.image-card-one .image-card-wrapper:hover .image-card-img img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
}

.hscg .image-card-text {
    padding: 40px 20px
}

.hscg .image-card-text h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px
}

.hscg .image-card-text h4 a {
    color: #3f3f3f;
    transition: .3s
}

.hscg .image-card-text>p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    color: #7a8595;
    margin-bottom: 0
}

.hscg .image-card-text>a {
    border: 1px solid #26BDEF;
    border-radius: 30px;
    color: #595959;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin-top: 20px;
    padding: 13px 28px;
    position: relative;
    text-transform: capitalize;
    transform: perspective(1px) translateZ(0px);
    transition: color .3s ease 0;
    vertical-align: middle
}

.hscg .image-card-text>a::before {
    background: #26BDEF none repeat scroll 0 0;
    border-radius: 30px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 0 0;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1
}

.hscg .image-card-text>a:hover::before {
    transform: scaleY(1)
}

.hscg .image-card-text>a:hover {
    color: #fff
}


/* Image Card 1 Bitis */


/* Image Card 2 */

.hscg.image-card-three .image-card-img img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.hscg.image-card-three .image-card-wrapper:hover .image-card-img img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
}

.hscg.image-card-three .image-card-text {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    text-align: right
}


/* Image Card 2 Bitis */


/* Image Card 3 */

.hscg .image-card-wrapper {
    margin-bottom: 20px;
}

.hscg.image-card-four .image-card-wrapper.bg-black {
    background: #c30303
}

.hscg.image-card-four .image-card-wrapper.bg-gray {
    background: #324ece
}

.hscg.image-card-four .image-card-wrapper.bg-orange {
    background: #bb5f00
}

.hscg.image-card-four .image-card-text {
    text-align: center
}

.hscg.image-card-four .image-card-text h4 a {
    color: #fff
}

.hscg.image-card-four .image-card-text p {
    color: #ccc
}

.hscg.image-card-four .image-card-text>a {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #26BDEF;
    background: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-top: 20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 13px 28px
}

.hscg.image-card-four .image-card-text>a::before {
    display: none
}

.hscg.image-card-four .image-card-wrapper:hover .image-card-text>a {
    top: -5px;
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.5)
}


/* Image Card 3 Bitis */


/* Image Card 4 */

.hscg.image-card-nine .image-card-img img {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.hscg.image-card-nine .image-card-wrapper:hover .image-card-img img {
    -webkit-filter: sepia(0);
    filter: sepia(0)
}

.hscg.image-card-nine .image-card-text>a {
    border: 1px solid #26BDEF;
    border-radius: 5px;
    color: #26BDEF;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-top: 20px;
    padding: 13px 28px
}

.hscg.image-card-nine .image-card-text>a::before {
    display: none
}

.hscg.image-card-nine .image-card-wrapper:hover .image-card-text>a {
    color: #fff;
    background: #26BDEF
}


/* Image Card 4 Bitis */


/* Image Card 5 */


/* Image Card 6 */

.hscg.image-card-eleven .image-card-text {
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.hscg.image-card-eleven .image-card-text>a {
    border: 1px solid #26BDEF;
    border-radius: 5px;
    color: #26BDEF;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-top: 20px;
    padding: 13px 28px
}

.hscg.image-card-eleven .image-card-img::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.hscg.image-card-eleven .image-card-wrapper:hover .image-card-img::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.hscg.image-card-eleven .image-card-text>a::before {
    display: none
}

.hscg.image-card-eleven .image-card-wrapper:hover .image-card-text>a {
    color: #fff;
    background: #26BDEF
}


/* Image Card 6 Bitis */

.hscg.xgnews-thumbnail-04 {
    margin-bottom: 30px
}

.hscg.xgnews-thumbnail-04 .thumb {
    position: relative;
    z-index: 0;
    overflow: hidden
}

.hscg.xgnews-thumbnail-04 .thumb .content {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    width: 80%
}

.hscg.xgnews-thumbnail-04 .thumb .content .title a:hover,
.hscg.xgnews-thumbnail-04 .thumb .content .cats a:hover {
    color: #d63031
}

.hscg.xgnews-thumbnail-04 .thumb .content .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #242424
}

.hscg.xgnews-thumbnail-04 .thumb .content .title a {
    color: #242424;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.hscg.xgnews-thumbnail-04 .thumb .content .cats a {
    display: inline-block;
    color: #242424;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.hscg.xgnews-thumbnail-04 .thumb .content .cats {
    margin-bottom: 5px;
    display: block;
    color: #242424
}

.hscg.xgnews-thumbnail-04 .thumb .content .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #242424
}

.hscg.xgnews-thumbnail-04 .thumb .content .post-meta a {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #242424
}

.hscg.xgnews-thumbnail-08 {
    margin-bottom: 30px
}

.hscg.xgnews-thumbnail-08 .thumb {
    position: relative;
    z-index: 0;
    overflow: hidden
}

.hscg.xgnews-thumbnail-08 .thumb .content {
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(28, 28, 28, 0.1), rgba(28, 28, 28, 0.7));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.1)), to(rgba(28, 28, 28, 0.7)));
    background: -o-linear-gradient(rgba(28, 28, 28, 0.1), rgba(28, 28, 28, 0.7));
    background: linear-gradient(rgba(28, 28, 28, 0.1), rgba(28, 28, 28, 0.7));
    padding: 20px 20px 0;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 0
}

.hscg.xgnews-thumbnail-08 .thumb .content:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(rgba(28, 28, 28, 0.1), rgba(28, 28, 28, 0.7));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.1)), to(rgba(28, 28, 28, 0.7)));
    background: -o-linear-gradient(rgba(28, 28, 28, 0.1), rgba(28, 28, 28, 0.7));
    background: linear-gradient(rgba(28, 28, 28, 0.1), rgba(28, 28, 28, 0.7));
    content: '';
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    z-index: -1
}

.hscg.xgnews-thumbnail-08:hover .thumb .content:after {
    visibility: visible;
    opacity: 1
}

.hscg.xgnews-thumbnail-08 .thumb .content .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #fff
}

.hscg.xgnews-thumbnail-08 .thumb .content .title a {
    color: #fff;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.hscg.xgnews-thumbnail-08 .thumb .content .title a:hover {
    color: #dd0202
}

.hscg.xgnews-thumbnail-08 .thumb .content .post-meta {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px
}

.hscg.xgnews-thumbnail-08 .thumb .content .post-meta a {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 0;
    padding-left: 10px
}

.hscg.xgnews-thumbnail-08 .thumb .content .post-meta a+a {
    margin-left: 10px
}

.hscg.xgnews-thumbnail-08 .thumb .content .post-meta a:after {
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: '';
    background-color: #dd0202
}

.hscg.xgnews-thumbnail-08 .thumb .content .post-meta a:hover {
    color: #fff
}

.hscg.xgnews-thumbnail-08 .content .cats {
    background-color: #dd0202;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 10px
}

.hscg.xgnews-thumbnail-08 .content .cats a {
    color: #fff;
    text-transform: capitalize
}

.hscg.bg_img {
    position: relative;
    background-size: cover;
    background-position: center center
}

.hscg.bg_img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65)
}

.hscg.breadcrumbs_common .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0
}

.hscg.breadcrumbs_common .breadcrumb>li {
    display: inline-block;
    font-size: 14px;
    padding: 0 14px;
    position: relative;
    text-transform: capitalize
}

.hscg.breadcrumbs_common .breadcrumb>li+li:after {
    position: absolute;
    left: -8px;
    top: 4px;
    line-height: normal;
    padding: 0;
    color: #777;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f061";
    display: inline-block;
}

.hscg.breadcrumbs_common .breadcrumb>li:first-child {
    padding-left: 0
}

.hscg.breadcrumbs_common .breadcrumbs_content {
    min-height: 220px
}

.hscg.breadcrumbs_common .breadcrumb>.active {
    color: #1b1c21
}

.hscg.breadcrumbs_common.bg_img .breadcrumb>.active {
    color: #fff
}

.hscg.breadcrumbs_common.bg_img .breadcrumb>li+li::after {
    color: #aeaeae
}

.hscg.breadcrumbs_common.bg_img .breadcrumb>li a {
    color: #a5a5a5
}

.hscg.breadcrumbs_common.bg_img .breadcrumb>li a:hover {
    color: #a5a5a5
}

.hscg.breadcrumbs_common.bg_img .breadcrumbs_content {
    min-height: 320px
}

.hscg.breadcrumbs_style5 ol.breadcrumb {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hscg .align_center_center {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.hscg .align_col_center_right {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: center
}

.hscg.xgnews-full-width-04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.hscg.xgnews-full-width-04 .content {
    position: relative;
    z-index: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.hscg.xgnews-full-width-04 .content .comments {
    position: absolute;
    left: -30px;
    top: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 30px;
    padding-top: 10px;
    font-weight: 600;
    color: #ff5e57;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hscg.xgnews-full-width-04 .content .comments i {
    display: block
}

.hscg.xgnews-full-width-04 .cats a {
    color: #ff5e57;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.hscg.xgnews-full-width-04 .content {
    padding: 30px 30px 20px 60px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.04)
}

.hscg.xgnews-full-width-04 .cats {
    color: #ff5e57;
    display: block;
    margin-bottom: 10px
}

.hscg.xgnews-full-width-04 .content .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #333
}

.hscg.xgnews-full-width-04 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.hscg.xgnews-full-width-04 .content .post-meta {
    color: #ff5e57;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px
}

.hscg.xgnews-full-width-04 .content .post-meta a {
    color: #777
}

.hscg.xgnews-full-width-04 .content .share-icon {
    margin: 0;
    padding: 0;
    list-style: none
}

.hscg.xgnews-full-width-04 .content .share-icon li {
    display: inline-block
}

.hscg.xgnews-full-width-04 .content .share-icon li+li {
    margin-left: 20px
}

.hscg.xgnews-full-width-04 .content .share-icon li a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.hscg.xgnews-full-width-04 .content .title a:hover,
.xgnews-full-width-05 .content .share-icon li a:hover {
    color: #ff5e57
}

@media only screen and (max-width: 991px) {
    .hscg.xgnews-full-width-04 {
        display: block
    }
    .hscg.xgnews-full-width-04 .thumb img {
        width: 100%
    }
    .hscg.xgnews-full-width-04 .content .comments {
        left: 20px;
        top: -80px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    .hscg.xgnews-full-width-04 .content {
        padding: 30px 30px 20px
    }
}

.hscg.xgnews-full-width-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.hscg.xgnews-full-width-12 .post-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.hscg.xgnews-full-width-12 .thumb {
    position: relative;
    z-index: 0
}

.hscg.xgnews-full-width-12 .thumb .time {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: #eee;
    padding: 8px 10px 5px;
    border-radius: 3px;
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    font-size: 13px;
    font-weight: 600
}

.hscg.xgnews-full-width-12:hover .thumb .time {
    background-color: #1abc9c;
    color: #fff
}

.hscg.xgnews-full-width-12 .content {
    padding: 25px 30px;
    border: 1px solid #e2e2e2
}

.hscg.xgnews-full-width-12 .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700
}

.hscg.xgnews-full-width-12 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.hscg.xgnews-full-width-12 .content .title a:hover {
    color: #1abc9c
}

.hscg.xgnews-full-width-12 .post-footer .post-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: 1px solid #e2e2e2;
    border-top: none
}

.hscg.xgnews-full-width-12 .post-footer .post-meta li {
    display: inline-block;
    width: 33.33%;
    text-align: center;
    height: 40px;
    line-height: 40px
}

.hscg.xgnews-full-width-12 .post-footer .post-meta li+li {
    border-left: 1px solid #e2e2e2
}

.hscg.xgnews-full-width-12 .post-footer .post-meta li .social-icon {
    margin: 0;
    padding: 0;
    list-style: none
}

.hscg.xgnews-full-width-12 .post-footer .post-meta li .social-icon li {
    display: inline
}

.hscg.xgnews-full-width-12 .post-footer .post-meta li .social-icon li+li {
    margin-left: 10px;
    border: none
}

.hscg.xgnews-full-width-12 .post-footer .post-meta li a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600
}

.hscg.xgnews-full-width-12 .post-footer .post-meta li a:hover {
    color: #1ABC9C
}

.hscg.xgnews-full-width-12 .content .readmore {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    text-decoration: underline
}

.hscg.xgnews-full-width-12 .content .readmore:hover {
    color: #1ABC9C
}

.hscg.xgnews-full-width-12 .content p {
    font-size: 18px;
    line-height: 28px
}

@media only screen and (max-width: 991px) {
    .hscg.xgnews-full-width-12 {
        display: block
    }
    .hscg.xgnews-full-width-12 .thumb img {
        width: 100%
    }
}

.hscg.xgnews-full-width-13 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.hscg.xgnews-full-width-13 .content {
    padding: 35px 30px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 20px
}

.hscg.xgnews-full-width-13 .content .cats {
    position: absolute;
    top: -15px
}

.hscg.xgnews-full-width-13 .content .cats a {
    display: inline-block;
    background-color: #fc4444;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
    color: #fff
}

.hscg.xgnews-full-width-13 .content .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px
}

.hscg.xgnews-full-width-13 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.hscg.xgnews-full-width-13 .content .title a:hover {
    color: #fc4444
}

.hscg.xgnews-full-width-13 .content .post-meta {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px
}

.hscg.xgnews-full-width-13 .content .post-meta a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.hscg.xgnews-full-width-13 .content .post-meta a:hover {
    color: #fc4444
}

.hscg.xgnews-full-width-13 .content p {
    font-size: 16px;
    line-height: 28px
}

.hscg.xgnews-full-width-13 .content .readmore {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.hscg.xgnews-full-width-13 .content .readmore:hover {
    color: #fc4444;
    text-decoration: underline
}

@media only screen and (max-width: 991px) {
    .hscg.xgnews-full-width-13 {
        display: block
    }
    .hscg.xgnews-full-width-13 .thumb img {
        width: 100%
    }
    .hscg.xgnews-full-width-13 .thumb {
        margin-bottom: 40px
    }
}

.hscg.xgnews-feature-column-06 {
    margin-bottom: 30px
}

.hscg.xgnews-feature-column-06 .thumb {
    position: relative;
    z-index: 0
}

.hscg.xgnews-feature-column-06 .thumb .time-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background-color: #216ae6;
    color: #fff;
    text-align: center;
    padding-top: 16px
}

.hscg.xgnews-feature-column-06 .thumb .time-wrap .time {
    color: #fff;
    font-size: 30px;
    line-height: 25px;
    font-weight: 600;
}

.hscg.xgnews-feature-column-06 .thumb .time-wrap .time .month {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 16px
}

.hscg.xgnews-feature-column-06 .content {
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.04);
    margin: 0 20px;
    border-radius: 10px;
    margin-top: -40px;
    position: relative
}

.hscg.xgnews-feature-column-06 .content .cats {
    font-size: 14px;
    font-weight: 600;
    color: #656565;
    display: block;
    margin-bottom: 15px
}

.hscg.xgnews-feature-column-06 .content .cats i {
    color: #216ae6
}

.hscg.xgnews-feature-column-06 .content .cats a {
    color: #656565;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.hscg.xgnews-feature-column-06 .content .cats a:hover {
    color: #216ae6
}

.hscg.xgnews-feature-column-06 .content .title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    line-height: 32px
}

.hscg.xgnews-feature-column-06 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.hscg.xgnews-feature-column-06 .content .title a:hover {
    color: #216ae6
}

.hscg.xgnews-feature-column-06 .content p {
    color: #656565
}

.hscg.xgnews-feature-column-06 .content .readmore {
    color: #656565;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    position: relative
}

.hscg.xgnews-feature-column-06 .content .readmore:hover {
    color: #216ae6
}

.hscg.xgnews-feature-column-06 .content .readmore i {
    position: absolute;
    right: 5px;
    top: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.hscg.xgnews-feature-column-06 .content .readmore:hover {
    color: #007bff
}

.hscg.xgnews-feature-column-06 .content .readmore:hover i {
    visibility: visible;
    opacity: 1;
    right: -10px;
    color: #007bff
}

.hscg.xgnews-feature-column-list-06 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0
}

.hscg.xgnews-feature-column-list-06 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.hscg.xgnews-feature-column-list-06 .thumb {
    max-width: 150px;
    margin-right: 20px
}

.hscg.xgnews-feature-column-list-06 .content .cats {
    font-size: 14px;
    font-weight: 600;
    color: #656565;
    display: block;
    margin-bottom: 15px
}

.hscg.xgnews-feature-column-list-06 .content .cats i {
    color: #216ae6
}

.hscg.xgnews-feature-column-list-06 .content .cats a {
    color: #656565;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.hscg.xgnews-feature-column-list-06 .content .cats a:hover {
    color: #216ae6
}

.hscg.xgnews-feature-column-list-06 .content .title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 25px
}

.hscg.xgnews-feature-column-list-06 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.hscg.xgnews-feature-column-list-06 .content .title a:hover {
    color: #216ae6
}

.hscg.xgnews-feature-column-list-06 .thumb {
    position: relative;
    z-index: 0
}

.hscg.xgnews-feature-column-list-06 .thumb .time-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 55px;
    background-color: #216ae6;
    color: #fff;
    text-align: center;
    padding-top: 6px
}

.hscg.xgnews-feature-column-list-06 .thumb .time-wrap .time {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    display: block;
}

.hscg.xgnews-feature-column-list-06 .thumb .time-wrap .time .month {
    font-size: 14px;
    text-transform: capitalize;
    line-height: 6px
}

.hscg.xgnews-feature-column-list-06:last-child {
    margin-bottom: 30px
}

.hscg.single-product-item-3 {
    border: 1px solid rgba(0, 0, 0, 0.07);
    transition: .3s ease-in;
    overflow: hidden
}

.hscg.single-product-item-3 .content .title:hover {
    color: #137F43
}

.hscg.single-product-item-3 .thumb {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    width: 100%
}

.hscg.single-product-item-3 .thumb .tag {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    width: 60px;
    height: 30px;
    line-height: 35px;
    text-align: center
}

.hscg.single-product-item-3 .content {
    padding: 0 20px 30px
}

.hscg.single-product-item-3 .content .title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    transition: .3s ease-in
}

.hscg.single-product-item-3 .content .del-price {
    display: inline-block;
    font-size: 20px;
    color: #777;
    font-weight: 600;
    margin-bottom: 10px;
    margin-right: 10px
}

.hscg.single-product-item-3 .content .price {
    display: inline-block;
    font-size: 22px;
    color: #137F43;
    font-weight: 700;
    margin-bottom: 10px
}

.hscg.single-product-item-3 .thumb .meta-icons {
    margin: 0;
    padding: 0
}

.hscg.single-product-item-3 .thumb .meta-icons li {
    list-style: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 5px 0;
    position: relative;
    transition: .3s ease-in
}

.hscg.single-product-item-3 .thumb .meta-icons li a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #333;
    transition: .3s ease-in
}

.hscg.single-product-item-3 .thumb .meta-icons li a:hover {
    background-color: #137F43;
    color: #fff
}

.hscg.single-product-item-3 .thumb .meta-extra {
    position: absolute;
    left: 50%;
    top: 50%;
    transition: .3s ease-in;
    transform: translate(-50%, -50%)
}

.hscg.single-product-item-3 .thumb .meta-icons li:nth-child(1) {
    transition-delay: .1s;
    transform: translateX(-70px);
    visibility: hidden;
    opacity: 0
}

.hscg.single-product-item-3:hover .thumb .meta-icons li:nth-child(1) {
    transform: translateX(0px);
    visibility: visible;
    opacity: 1
}

.hscg.single-product-item-3 .thumb .meta-icons li:nth-child(2) {
    visibility: hidden;
    opacity: 0;
    transition-delay: .2s;
    transform: translateX(70px)
}

.hscg.single-product-item-3:hover .thumb .meta-icons li:nth-child(2) {
    visibility: visible;
    opacity: 1;
    transform: translateX(0px)
}

.hscg.single-product-item-3 .content .ratings {
    margin: 0;
    padding: 0
}

.hscg.single-product-item-3 .content .ratings li {
    display: block;
    font-size: 14px;
    margin-bottom: 10px
}

.hscg.single-product-item-3 .content .ratings li a {
    color: #FC7D37
}

.hscg.single-product-item-3 .addtocart {
    display: inline-block;
    padding: 0 20px;
    background-color: #137F43;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    height: 40px;
    line-height: 45px
}

.hscg.single-product-item-3 .addtocart i {
    padding-right: 5px
}

.hscg.single-product-item-11 .img-wrapper {
    position: relative;
    height: 260px;
    width: 100%
}

.hscg.single-product-item-11:hover .img-wrapper:after {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.hscg.single-product-item-11 .bg-2.img-wrapper:after {
    background-image: url(http://css.xgenious.com/product/assets/img/03.jpg);
}

.hscg.single-product-item-11 .img-wrapper.bg-2 {
    background-image: url(http://css.xgenious.com/product/assets/img/04.jpg);
    background-size: cover;
    background-position: center
}

.hscg.single-product-item-11 .bg-3.img-wrapper:after {
    background-image: url(http://css.xgenious.com/product/assets/img/04.jpg);
}

.hscg.single-product-item-11 .img-wrapper.bg-3 {
    background-image: url(http://css.xgenious.com/product/assets/img/05.jpg);
    background-size: cover;
    background-position: center
}

.hscg.single-product-item-11 .bg-4.img-wrapper:after {
    background-image: url(http://css.xgenious.com/product/assets/img/05.jpg);
}

.hscg.single-product-item-11 .img-wrapper.bg-4 {
    background-image: url(http://css.xgenious.com/product/assets/img/06.jpg);
    background-size: cover;
    background-position: center
}

.hscg.single-product-item-11 .img-wrapper:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    visibility: hidden;
    opacity: 0;
    content: '';
    transition: .3s ease-in;
    transform: scale(0)
}

.hscg.single-product-item-11 .bg-1.img-wrapper:after {
    background-image: url(http://css.xgenious.com/product/assets/img/03.jpg)
}

.hscg.single-product-item-11 .img-wrapper.bg-1 {
    background-image: url(http://css.xgenious.com/product/assets/img/02.jpg);
    background-size: cover;
    background-position: center
}

.hscg.single-product-item-11 {
    border: 1px solid rgba(0, 0, 0, 0.07);
    transition: .3s ease-in;
    overflow: hidden
}

.hscg.single-product-item-11 .thumb {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    width: 100%
}

.hscg.single-product-item-11 .thumb .tag {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    width: 60px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    background-color: #313131
}

.hscg.single-product-item-11 .content {
    padding: 0 20px 20px;
    overflow: hidden;
    position: relative;
    text-align: center
}

.hscg.single-product-item-11 .content .title:hover {
    color: #313131
}

.hscg.single-product-item-11 .content .title {
    font-size: 21px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    transition: .5s ease-in;
    text-transform: uppercase;
    transition: .3s ease-in
}

.hscg.single-product-item-11 .content .del-price {
    display: inline-block;
    font-size: 20px;
    color: #777;
    font-weight: 600;
    margin-right: 10px;
    transition: .3s ease-in
}

.hscg.single-product-item-11 .content .price {
    display: inline-block;
    font-size: 22px;
    color: #313131;
    font-weight: 600;
    transition: .3s ease-in;
    float: right
}

.hscg.single-product-item-11 .thumb {
    overflow: hidden
}

.hscg.single-product-item-11:hover .meta-infos {
    visibility: visible;
    opacity: 1
}

.hscg.single-product-item-11 .meta-lists {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.hscg.single-product-item-11 .meta-infos {
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-in
}

.hscg.single-product-item-11 .meta-infos li {
    display: inline-block;
    list-style: none;
    margin: 0 5px
}

.hscg.single-product-item-11 .meta-infos li a {
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: #313131;
    color: #fff;
    line-height: 40px;
    border-radius: 50%;
    transition: .3s ease-in
}

.hscg.single-product-item-11 .meta-infos li a:hover {
    background-color: #f39c12
}

.hscg.single-product-item-11 .ratings {
    color: #f2cf8d;
    font-size: 16px;
    margin-top: 5px;
    display: inline-block;
    float: left
}

.hscg .list-filter {
    padding: 30px;
    box-shadow: 0 0 15px #cccccc57;
    margin-bottom: 30px
}

.hscg .list-filter .btn-default {
    background: #fbfbfb;
    border: 1px solid #f1f1f1;
    border-radius: 0
}

.hscg .list-filter .btn {
    padding: 10px 15px
}

.hscg .list-filter .form-group {
    margin: 0
}

.hscg .list-filter span {
    color: #fe4e37;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hscg .check-in a.btn-orange {
    border-radius: 0;
}

.hscg span.orange {
    color: #fe4e37;
}

.hscg a.btn,
.btn#submit {
    padding: 12px 30px;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    transition: all ease-in-out .3s;
    text-transform: uppercase;
    font-size: 12px
}

.hscg a.btn-orange {
    background: #fe4e37;
    color: #fff;
    border-color: #fe4e37
}

.hscg a.btn-orange:hover {
    color: #fe4e37;
    background: #fff
}

.hscg a.btn-black {
    background: #343a40;
    border-color: #343a40;
    color: #fff
}

.hscg a.btn-black:hover {
    color: #343a40;
    background: #fff
}

.hscg .btn:focus,
.btn:visited {
    outline: none;
    box-shadow: none
}

a.btn,
.btn#submit {
    padding: 12px 30px;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    transition: all ease-in-out .3s;
    text-transform: uppercase;
    font-size: 12px
}

.hscg a.btn-orange {
    background: #fe4e37;
    color: #fff;
    border-color: #fe4e37
}

.hscg a.btn-orange:hover {
    color: #fe4e37;
    background: #fff
}

.hscg a.btn-black {
    background: #343a40;
    border-color: #343a40;
    color: #fff
}

.hscg a.btn-black:hover {
    color: #343a40;
    background: #fff
}

.hscg .btn:focus,
.btn:visited {
    outline: none;
    box-shadow: none
}

@media(max-width: 639px) {
    .hscg .room-grid {
        display: block
    }
    .hscg .grid-image,
    .grid-content,
    .grid-image img,
    .list-filter .col-md-3.col-sm-4.col-xs-4 {
        width: 100%
    }
    .hscg .list-filter {
        padding-bottom: 15px
    }
    .hscg .list-filter .form-group {
        margin-bottom: 15px
    }
}

.hscg .bootstrap-select .dropdown-menu>li>a span {
    color: #444;
    font-size: 13px
}

.hscg .bootstrap-select .dropdown-menu li {
    margin: 0
}

.hscg .bootstrap-select .dropdown-menu>li:first-child>a {
    padding-top: 5px
}

.hscg .bootstrap-select .dropdown-menu>li:last-child>a {
    border: none;
    padding-bottom: 5px
}

.hscg .room-grid {
    display: flex;
    margin-bottom: 30px;
    box-shadow: 0 0 15px #cccccc57
}

.hscg .grid-image {
    width: 40%;
    position: relative;
    overflow: hidden
}

.hscg .grid-content {
    width: 60%;
    padding: 23px
}

.hscg .grid-image img {
    transition: all ease-in-out .5s
}

.hscg .room-grid:hover img {
    transform: scale(1.2) rotate(5deg)
}

.hscg .room-item {
    box-shadow: 0 0 15px #cccccc57;
    transition: all ease-in-out .5s
}

.hscg .room-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: default;
    background: linear-gradient(45deg, #fe4e37 0%, #046b8c 100%)
}

.hscg .room-image img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 60px)!important;
    -webkit-transition: opacity 0.5s, -webkit-transform .5s;
    transition: opacity 0.5s, transform .5s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
    transition: all ease-in-out .5s
}

.hscg .room-item:hover {
    transition: all ease-in-out .5s;
    transform: translateY(-5px)
}

.hscg .room-item:hover img {
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all ease-in-out .5s
}

.hscg .room-content {
    padding: 18px 25px 25px;
    background: #fff
}

.hscg .room-title {
    position: relative
}

.hscg .room-title h4 {
    margin-bottom: 10px
}

.hscg .room-title p {
    color: #fe4e37
}

.hscg .deal-rating {
    position: absolute;
    right: 0;
    top: 4px
}

.hscg .room-btns.mar-top-20 {
    margin-top: 16px
}

.hscg .rooms-style1 .room-item {
    box-shadow: 0 0 15px #cccccc57;
    transition: all ease-in-out .5s;
    position: relative;
    overflow: hidden
}

.hscg .rooms-style1 .room-content {
    padding: 16px 25px 25px;
    background: #fff;
    position: absolute;
    bottom: -73px;
    width: 100%;
    transition: all .5s
}

.hscg .rooms-style1 .room-item:hover .room-content {
    bottom: 0;
    transition: all .5s
}

.hscg .bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.hscg select {
    border: 1px solid #666;
}

.hscg .bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #999
}

.hscg .hscg .pagination-main {
    line-height: .8
}

.hscg .pagination {
    margin-top: 0;
    margin-bottom: 0;
    justify-content: center;
    margin: 10px 0;
}

.hscg .pagination li {
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    float: left;
}

.hscg .pagination li:before,
.pagination li:after {
    display: none!important
}

.hscg .pagination li a {
    height: 40px;
    line-height: 38px;
    margin-right: 9px;
    padding: 0;
    text-align: center;
    width: 40px;
    color: #444;
    font-size: 12px;
    border-color: #bfbfbf
}

.hscg .pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0
}

.hscg .pagination li a:hover,
.pagination li a:focus {
    background-color: #fe4e37;
    color: #FFF!important;
    border-color: #fe4e37
}

.hscg .pagination .prev a,
.pagination .next a {
    border-radius: 0
}

.hscg .pagination li.active a {
    background: #fe4e37!important;
    border-color: #fe4e37!important;
    color: #FFF
}

.hscg .pagination>li:last-child>a,
.pagination>li:last-child>span {
    margin: 0
}

.hscg ul li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #343a40;
    position: relative;
    padding: 0;
    list-style: none;
}

.hscg .pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    line-height: 40px;
}

.hscg .pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0
}

.hscg .pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.hscg .pagination>li {
    display: inline;
}

.hscg .pagination>li i {
    line-height: 40px;
}

@media(max-width: 567px) {
    .hscg .pagination li a {
        height: 30px;
        width: 30px;
        line-height: 28px
    }
}

@media (max-width: 359px) {
    .hscg .pagination li a {
        height: 28px;
        width: 28px;
        line-height: 28px
    }
}

.hscg .list-results {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    background: #fbfbfb;
    border: 1px solid #f1f1f1;
    padding: 10px;
}

.hscg .list-results .change-grid,
.hscg .list-results .change-list {
    display: inline-block
}

.hscg .list-results .change-list.f-active i,
.hscg .list-results .change-grid.f-active i,
.hscg .list-results a:hover i {
    color: #fe4e37;
    transition: all ease-in-out .3
}

.hscg .list-results .change-grid i,
.hscg .list-results .change-list i {
    line-height: 35px;
    text-align: center;
    color: #444;
    display: inline-block;
    transition: all ease-in-out .3
}

@media(max-width: 567px) {
    .hscg .list-results {
        text-align: center
    }
    .hscg .list-results-sort,
    .click-menu {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 10px
    }
}

.hscg .list-results-sort,
.click-menu {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 10px
}

.hscg .click-menu {
    margin: 0;
    text-align: right;
}

.hscg .room-title {
    position: relative
}

.hscg .grid-content {
    width: 60%;
    padding: 23px
}

.hscg .grid-image {
    width: 40%;
    position: relative;
    overflow: hidden
}

.hscg .grid-image img {
    transition: all ease-in-out .5s
}

.hscg .room-grid {
    margin-bottom: 30px;
    box-shadow: 0 0 15px #cccccc57
}

.hscg .room-title h4 {
    margin-bottom: 10px
}

.hscg .room-title p {
    color: #fe4e37;
    margin-top: 5px
}

.hscg .deal-rating {
    position: absolute;
    right: 0;
    top: 4px
}

.hscg .room-services {
    margin-bottom: 12px!important
}

.hscg.bradcam_area {
    padding: 115px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 2
}

.hscg.bradcam_area::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    opacity: .2;
    z-index: -1
}

.hscg.bradcam_area .bradcam_text h3 {
    font-size: 60px;
    font-weight: 700;
    color: #fff
}

@media (min-width: 768px) and (max-width: 991px) {
    .hscg.bradcam_area .bradcam_text h3 {
        font-size: 35px
    }
}

.hscg.bradcam_area .bradcam_text p {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.hscg.bradcam_area .bradcam_text p a {
    color: #fff
}

.hscg.bradcam_area .bradcam_text p a:hover {
    color: #ff4357
}

.hscg.main_contact_area {
    padding-bottom: 60px;
    padding-top: 60px
}

@media (min-width: 768px) and (max-width: 991px) {
    .hscg.main_contact_area {
        padding-top: 50px;
        padding-bottom: 30px
    }
}

.hscg img {
    max-width: 100%;
}

.hscg.main_contact_area .contact_info {
    margin-bottom: 87px
}

.hscg.main_contact_area .contact_info h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2
}

@media (max-width: 767px) {
    .hscg.main_contact_area .single_contact_info .social_links {
        text-align: center
    }
    .hscg.bradcam_area .bradcam_text h3 {
        font-size: 35px
    }
    .hscg.main_contact_area .contact_info h3 br {
        display: none
    }
    .hscg.main_contact_area .contact_info {
        margin-bottom: 30px
    }
    .hscg.main_contact_area {
        padding-top: 50px;
        padding-bottom: 30px
    }
    .hscg.main_contact_area .contact_info h3 {
        font-size: 26px
    }
    .hscg.teastimonial-item-18 {
        flex-direction: column;
    }
}

.hscg.main_contact_area .contact_info h3 a {
    color: #458efe;
    display: inline-block
}

.hscg.main_contact_area .col-lg-4:nth-child(2) .single_contact_info .icon {
    background: #9657f6
}

.hscg.main_contact_area .col-lg-4:nth-child(3) .single_contact_info .icon {
    background: #ff930e
}

.hscg.main_contact_area .single_contact_info {
    margin-bottom: 20px
}

.hscg.main_contact_area .single_contact_info .icon {
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #00ebac;
    color: #fff;
    margin: auto;
    font-size: 35px;
}

.hscg.main_contact_area .single_contact_info h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1c1c1c;
    margin-top: 24px;
    margin-bottom: 5px
}

.hscg.main_contact_area .single_contact_info p {
    font-size: 16px;
    line-height: 1.75;
    color: #505050
}

.hscg.main_contact_area .single_contact_info .social_links {
    margin-top: 16px
}

.hscg.main_contact_area .single_contact_info .social_links ul li {
    display: inline-block;
    margin-right: 8px
}

.hscg.main_contact_area .single_contact_info .social_links ul li a {
    width: 40px;
    height: 40px;
    color: #d2d2d2;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d2d2d2;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 16px;
}

.hscg.main_contact_area .single_contact_info .social_links ul li a:hover {
    color: #fff;
    background: #ff4357;
    border: 1px solid transparent
}

.hscg.contact_form_area {
    padding-top: 80px;
    padding-bottom: 50px;
    border-bottom: 1px solid #dfdfdf
}

@media (max-width: 767px) {
    .hscg.contact_form_area {
        padding-top: 30px;
        padding-bottom: 60px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hscg.contact_form_area {
        padding-top: 30px;
        padding-bottom: 40px;
        padding-top: 50px;
        padding-bottom: 60px
    }
}

.hscg.contact_form_area .section_title {
    margin-bottom: 33px
}

.hscg.contact_form_area .single_field {
    position: relative;
    margin-bottom: 27px
}

.hscg.contact_form_area .single_field input,
.hscg.contact_form_area .single_field textarea {
    width: 100%;
    padding: 6.5px 0;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    background: transparent
}

.hscg.contact_form_area .single_field input::placeholder,
.hscg.contact_form_area .single_field textarea::placeholder {
    font-size: 16px;
    color: #505050;
    font-weight: 400
}

.hscg.contact_form_area .single_field textarea {
    height: 40px;
    margin-top: 49px;
    resize: none
}

.hscg.contact_form_area .boxed_btn {
    width: 100%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.hscg.contact_form_area .boxed_btn {
    width: 100%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.hscg .boxed_btn {
    background: #ff4357;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 12px 40px;
    border: 1px solid transparent
}

.hscg.contact_form_area .effect-1~.focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #ff4357;
    transition: .5s
}

.hscg.contact_form_area .effect-1:focus~.focus-border {
    width: 100%;
    transition: .4s
}

.hscg.ttm-page-title-row {
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1
}

.hscg .ttm-page-title-row-inner {
    width: 100%;
    background-color: rgba(0, 55, 80, 0.8);
}

.hscg .ttm-page-title-row-inner .row {
    min-height: 260px;
    text-align: center;
    margin: 0
}

.hscg .page-title-heading h2 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 4px;
    color: #fff
}

.hscg .breadcrumb-wrapper {
    z-index: 99;
    display: inline-block
}

.hscg .breadcrumb-wrapper span {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    color: #fff;
}

.hscg .ttm-row.contact-section {
    padding: 60px 0 0;
}

.hscg .bg-map {
    background-image: url(../resimler/map-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.hscg .spacing-7 {
    margin-bottom: -50px;
    margin-left: -30px;
    padding: 50px
}

.hscg .wrap-form.ttm-contactform_transparent span.text-input {
    padding-top: 5px;
    margin-bottom: 25px;
    width: 100%;
    display: block;
    position: relative;
}

.hscg .wrap-form.ttm-contactform_transparent span.text-input input,
.wrap-form.ttm-contactform_transparent span.text-input textarea,
.wrap-form.ttm-contactform_transparent span.text-input select {
    background-color: transparent;
    border: 0;
    color: #fff;
    padding-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    transition: border linear .2s, box-shadow linear .2s;
    vertical-align: middle;
    padding: 10px 15px;
    border-radius: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: inherit;
}

.hscg .ttm-contactform_transparent span.text-input input::-webkit-input-placeholder,
.ttm-contactform_transparent span.text-input textarea::-webkit-input-placeholder,
.ttm-contactform_transparent span.text-input select::-webkit-input-placeholder {
    color: #fff
}

.hscg .ttm-col-bgimage-yes,
.bg-layer-equal-height .ttm-col-bgcolor-yes {
    height: 100%
}

.hscg .ttm-bg {
    position: relative
}

.hscg .ttm-col-bgimage-yes {
    z-index: 1
}

.hscg .ttm-col-bgimage-yes,
.bg-layer-equal-height .ttm-col-bgcolor-yes {
    height: 100%
}

.hscg .ttm-col-wrapper-bg-layer-inner {
    background: #ff4f01;
}

.hscg .ttm-bg-layer,
.ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer,
.ttm-col-wrapper-bg-layer-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.hscg .ttm-btn.ttm-btn-color-white.ttm-btn-style-border {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
    font-size: 16px;
    padding: 13px 31px 13px 31px;
}

.hscg .ttm-btn.ttm-btn-color-white.ttm-btn-style-border:hover {
    color: #131d3b;
    border-color: #fff;
    background-color: #fff;
    font-size: 16px;
    padding: 13px 31px 13px 31px;
    font-weight: 500;
}

.hscg .layer-content {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.hscg .layer-content .wrap-form label {
    width: 100%;
    margin: 0;
}

.hscg .ttm-left-title h3 {
    color: #131d3b;
    font-size: 31px;
    line-height: 40px;
    font-weight: 700;
}

.hscg .layer-content h3 {
    color: #fff;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
    font-weight: 700;
}

.hscg .layer-content .ttm-btn.ttm-btn-size-lg {
    font-size: 18px;
    line-height: 18px;
    padding: 15px 40px;
}

.hscg .ttm-btn:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #131d3b;
}

.hscg .ttm-btn.ttm-btn-color-white.ttm-btn-style-border {
    color: #fff;
    border-color: #fff;
    background-color: transparent
}

.hscg .wrap-form.ttm-contactform_transparent span.text-input input,
.wrap-form.ttm-contactform_transparent span.text-input textarea,
.wrap-form.ttm-contactform_transparent span.text-input select {
    background-color: transparent;
    border: 0;
    color: #fff;
    padding-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    width: 100%;
}

.hscg .ttm-btn.ttm-btn-style-border {
    background-color: transparent;
    border: 1px solid currentColor
}

.hscg .ttm-left-span .ttm-col-wrapper-bg-layer {
    width: auto;
    margin-left: -100px;
    right: 0
}

.hscg .ttm-right-span .ttm-col-wrapper-bg-layer {
    width: auto;
    margin-right: -100px;
    right: 0
}

.hscg .ttm-bg.ttm-bgimage-yes>.ttm-bg-layer,
.ttm-bgcolor-skincolor>.ttm-bg-layer>.ttm-col-wrapper-bg-layer-inner,
.ttm-bgcolor-darkgrey>.ttm-bg-layer>.ttm-col-wrapper-bg-layer-inner,
.ttm-bgcolor-grey>.ttm-bg-layer>.ttm-col-wrapper-bg-layer-inner,
.ttm-bgcolor-white>.ttm-bg-layer>.ttm-col-wrapper-bg-layer-inner {
    opacity: .92
}

.hscg .ttm-row {
    padding: 30px 0;
}

.hscg .featured-icon-box.icon-align-top-content.style1 {
    padding: 46px 30px 40px
}

.hscg .box-shadow {
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08)
}

.hscg .featured-icon-box {
    position: relative
}

.hscg .featured-icon-box .ttm-icon {
    margin-bottom: 0
}

.hscg .ttm-icon.ttm-icon_element-onlytxt {
    height: auto;
    width: auto;
    line-height: 1;
    color: #ff4f01
}

.hscg .ttm-icon.ttm-icon_element-onlytxt i {
    color: #ff4f01;
    font-size: 47px;
}

.hscg .ttm-icon i {
    color: #fff;
    border: 1px solid #fff;
    padding: 20px 20px 20px 23px;
    border-radius: 100%;
    font-size: 26px;
}

.hscg .featured-icon-box.icon-align-top-content.style1 .featured-content {
    padding-top: 15px
}

.hscg .pl-10 {
    padding-left: 10px!important
}

.hscg .pr-10 {
    padding-right: 10px!important
}

.hscg .featured-icon-box.icon-align-top-content.style1 .featured-title h5 {
    margin-bottom: 10px
}

.hscg .featured-title h5 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
    font-weight: 400
}

.hscg .featured-icon-box.icon-align-top-content.style1:hover .ttm-icon,
.featured-icon-box.icon-align-top-content.style2:hover .ttm-icon,
.featured-icon-box.icon-align-top-content.style3:hover .ttm-icon {
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.hscg .section-title {
    position: relative;
    margin-bottom: 15px
}

.hscg .section-title .title-header {
    position: relative;
    padding-bottom: 30px
}

.hscg .section-title .title-header h5 {
    color: #ff4f01;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    margin-bottom: 11px
}

.hscg .section-title h2.title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 0;
    color: #fff;
}

.hscg .heading-seperator {
    position: relative;
}

.hscg .heading-seperator span:after,
.heading-seperator:after {
    content: "";
    left: 0;
    position: absolute;
    bottom: 10px;
    width: 31px;
    height: 4px;
    background-color: #e0e1e3
}

.hscg .heading-seperator span:after {
    right: auto;
    left: 35px
}

.hscg .heading-seperator:after {
    background-color: #ff4f01
}

.hscg .wrap-form span.text-input.with-icon-pos_left>i,
.wrap-form span.text-input.with-icon-pos_right>i {
    position: absolute;
    left: 16px;
    top: 17px;
    opacity: .9;
    font-size: 14px;
    z-index: 1;
    color: #666d81;
}

.hscg .wrap-form span.text-input.with-icon-pos_left input,
.wrap-form span.text-input.with-icon-pos_left textarea,
.wrap-form span.text-input.with-icon-pos_left select {
    padding-left: 40px;
}

.hscg .btn-style-border.ttm-btn-color-dark {
    color: #131d3b
}

.hscg .ttm-contactform label {
    width: 100%;
}

.hscg textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: inherit;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #8093a8;
    padding: 10px 15px;
    border-radius: 0;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 15px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0;
    padding-left: 35px;
}

.hscg .ttm-btn.ttm-btn-size-md {
    font-size: 16px;
    padding: 13px 31px
}

.hscg .ttm-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: transparent;
    border: 1px solid #eaeff5;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    overflow: hidden;
    z-index: 1;
    transition: all .5s ease;
    color: #131d3b
}

.hscg .ttm-btn-color-dark:hover {
    background-color: #131d3b;
    color: #eaeff5
}

#contact3 .hscg.site-main span {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.golge {
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding-top: 15px;
}

.golge:not(:first-child) {
    margin-top: 15px
}

.golge2 {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding-top: 15px;
}

.golge2:not(:first-child) {
    margin-top: 15px
}


/* HakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Å¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Å¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda */

.hscg .ustHakkimizda {}

.hscg.solGorsel .page-content__photo {
    overflow: hidden;
    height: 400px;
    margin-bottom: 20px;
}

.hscg .pimage {
    overflow: hidden;
    height: 240px;
    margin-bottom: 20px;
}

.hscg .page-content__heading {
    color: #00abe3;
    font-weight: 700;
    font-size: 21px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hscg .phead.page-content__heading {
    color: #00abe3;
    font-weight: 700;
    font-size: 21px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hscg .page-content__photo {
    overflow: hidden;
    height: 350px;
    margin-bottom: 20px;
}

.hscg .page-content__photo img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover
}

.hscg .page-content__spot {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #333
}

.hscg .page-content__description {
    color: #777;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8
}

.hscg .page-content__description.style--1 {
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
    margin-top: 20px
}

.hscg .page-content__description strong {
    font-weight: 700
}

.hscg .page-content__description img {
    max-width: 100%
}

.hscg .gallery.list .gallery-card {
    margin-bottom: 30px;
    list-style: none;
    padding: 0 10px;
}

.hscg .page-content__heading {
    color: #00abe3;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hscg .page-content__heading:before {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 50px;
    height: 1px;
    background: currentColor
}

@media (max-width: 479px) {
    .hscg .gallery.list .gallery-card:last-child {
        margin-bottom: 0
    }
}

.hscg .gallery-card a {
    position: relative;
    display: block
}

.hscg .gallery-card a:hover .gallery-body {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7))
}

.hscg .gallery-card a:hover .gallery-cover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.hscg .gallery-card a:hover .gallery-photo img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.hscg .gallery-card a:hover .gallery-overlay {
    opacity: 1;
    visibility: visible
}


/* HakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Å¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Å¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda BitiÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ */


/* Foto Galeri */

.page-content__header {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-bottom: 15px
}

.page-content__header:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #d0e0f5
}

.page-content__header .title {
    color: #002249;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 1.3;
    margin: 0
}

.page-content__header:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #002249
}

.gallery.list.hscg ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gallery.list.hscg .gallery-card {
    margin-bottom: 20px;
    padding: 0 15px;
}

.gallery.list.hscg .gallery-card a {
    position: relative;
    display: block
}

.gallery.list.hscg .gallery-card a:hover .gallery-body {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent));
    background: linear-gradient(transparent)
}

.gallery.list.hscg .gallery-card a:hover .gallery-cover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.gallery.list.hscg .gallery-card a:hover .gallery-photo img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.gallery.list.hscg .gallery-card a:hover .gallery-overlay {
    opacity: 1;
    visibility: visible
}

.gallery-photo {
    overflow: hidden;
    height: 190px
}

@media (max-width: 991px) {
    .gallery.list.hscg .gallery-photo {
        height: 175px
    }
}

.gallery.list.hscg .gallery-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .7s ease;
    transition: .7s ease
}

.gallery.list.hscg .gallery-footer {
    padding-top: 15px
}

.gallery.list.hscg .gallery-footer .title {
    color: #0dbbc2;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    overflow: hidden
}

.gallery.list.hscg .gallery-footer .text {
    color: #6f6f6f;
    font-size: 14px;
    line-height: 1.7;
    overflow: hidden;
    max-height: 45px
}

.gallery.list.hscg .gallery-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    background: rgba(255, 255, 255, 0.5);
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.gallery.list.hscg .gallery-overlay .icon {
    font-size: 42px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.gallery.list.hscg .gallery-overlay .text {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase
}

.gallery.list.hscg .gallery-body {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767px) {
    .gallery.list.hscg .gallery-body {
        padding: 30px
    }
}

.gallery.list.hscg .gallery-body .title {
    color: #fff;
    background-color: #242d3c59;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    padding-right: 0;
    margin-top: 0
}

.gallery.list.hscg .gallery-body .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 42px;
    height: 42px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ebf2fb;
    border-radius: 100%;
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
    position: absolute;
    left: 20px;
    top: 20px
}

.gallery.list.hscg .gallery-cover {
    overflow: hidden;
    height: 260px
}

.gallery.list.hscg .gallery-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: ease .7s;
    transition: ease .7s
}


/* Foto Galeri Bitis */


/* Referanslar */

.hscg .thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    height: 150px
}

.hscg .thumbnail:hover {
    border: 1px solid #000
}

.hscg .img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 140px;
    transition: all .15s ease-in-out 0
}


/* Referanslar Bitis */


/* Is Basvurusu */

.hscg .form-custom .send input {
    background: #6f6f6f;
    height: 60px;
    border: 0 none;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    width: 100%
}

.hscg .form-custom .send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
    padding-right: 10px
}

.hscg .form-custom.form-contact .send {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hscg .form-custom.form-contact .send input {
    width: 170px
}

.hscg .form-custom .send input:hover {
    background: #ffc600;
    color: #fff
}

.hscg .form-custom .hscg4 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hscg .form-custom .hscg4 {
    margin-bottom: 20px
}

.hscg .form-custom .hscg4 li {
    margin-bottom: 20px;
    padding: 0 15px;
}

.hscg .form-custom .hscg4 li .icon {
    width: 65px;
    height: 48px;
    position: absolute;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6f6f6f;
    font-size: 18px;
    left: 10px;
    z-index: 2
}

.hscg .form-custom .hscg4 li .icon:before {
    position: absolute;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.15);
    width: 1px;
    height: 20px;
}

.hscg .form-custom .hscg4 li input {
    padding-left: 80px;
    width: 100%;
    height: 49px;
    padding-right: 20px;
    font-family: inherit;
    color: #222;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: .3s;
    transition: .3s
}

.hscg .form-custom .hscg4 li .custom-file {
    border: 1px solid #ddd;
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.75rem + 2px);
    margin-bottom: 0
}

.hscg .form-custom .hscg4 li .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2em + .75rem + 2px);
    line-height: 36px;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    border-radius: .25rem;
    border: 0;
    padding-left: 80px
}

.hscg .form-custom .hscg4 li .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(2.1em + .75rem);
    padding: 15px 15px;
    line-height: normal;
    color: #495057;
    content: "SeÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§iniz";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
    margin-right: 0px;
}

.hscg .form-custom .hscg4 li textarea {
    width: 100%;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    font-family: inherit;
    color: #222;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: .3s;
    transition: .3s
}

.hscg .form-custom .hscg4 .btn {
    -moz-user-select: none;
    background: #29a268;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 20px 40px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all .3s ease;
    vertical-align: middle;
    position: relative;
    white-space: nowrap;
    padding-right: 55px;
    overflow: hidden;
    z-index: 1
}

.hscg .form-custom .hscg4 .btn::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f061";
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s
}

.hscg .form-custom .hscg4 .btn::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #13287e;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    transition: .5s;
    z-index: -1
}

.hscg .form-custom .hscg4 .btn:hover {
    color: #fff;
}

.hscg .form-custom .hscg4 .btn:hover::after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}


/* Is Basvurusu Bitis */


/* E-katalog */

.hscg4.tablo-dokuman {
    overflow: hidden;
    border: 1px solid #eef7fa
}

.hscg4.tablo-dokuman table tr:first-child {
    background: #eef7fa
}

.hscg4.tablo-dokuman.gecmis.mavi-th.norm tr th:first-child {
    width: 50%!important;
    padding-left: 10px
}

.hscg4.tablo-dokuman.gecmis.mavi-th.norm tr th:nth-child(2) {
    width: 25%!important;
    padding-left: 20px
}

.hscg4.tablo-dokuman.gecmis.mavi-th.norm tr th:last-child {
    width: 15%!important;
    padding-left: 20px
}

.hscg4.tablo-dokuman table tr:first-child th {
    width: 33.33%;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.2;
    letter-spacing: normal;
    text-align: left;
    padding: 0;
    color: #a0c9da
}

.hscg4.tablo-dokuman tr td {
    width: 33.33%;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #008e9b;
    border-right: 1px solid #eef7fa;
    border-bottom: 1px solid #eef7fa;
    padding: 0;
    padding-left: 5px
}

.hscg4.tablo-dokuman tr td:last-child a:hover {
    color: #a0c9da!important
}

.hscg4.tablo-dokuman tr td:first-child a {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.27;
    letter-spacing: normal;
    text-align: left;
    color: #f47524;
    padding-left: 29px;
    display: inline-block!important
}

.hscg4.tablo-dokuman tr td:last-child a {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #f47524
}

.hscg4.tablo-dokuman table tr:first-child th:first-child a {
    padding-left: 20px;
    color: #a0c9da
}


/* E-katalog bitis */


/* Iletisim */

.hscg .contact-address .hscg4 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hscg .contact-address ul li {
    position: relative;
    padding: 0 15px;
}

@media (max-width: 479px) {
    .hscg .contact-address ul li {
        margin-bottom: 40px
    }
    .hscg .contact-address ul li:last-child {
        margin-bottom: 0
    }
}

.hscg .section-header.small .title {
    font-size: 36px;
    margin-bottom: 15px;
}

.hscg .section-header .text {
    font-size: 18px;
    font-weight: 300;
}

.hscg .contact-address .icon {
    margin-right: 0;
    background: #14287b;
    width: 40px;
    height: 40px;
    position: absolute;
    display: flex;
    right: 20px;
    top: -16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
}

.hscg .contact-address__info {
    background: #f8f8f8;
    padding-right: 20px;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px
}

.hscg .contact-address__info .title {
    color: #444;
    font-size: 18px;
    font-weight: 400
}

.hscg .contact-address__info .text {
    color: #999;
    font-size: 14px;
    padding-top: 5px;
    line-height: 1.3
}

.hscg .contact-address__cards .item {
    margin-bottom: 20px
}

.hscg .contact-address__cards .item:last-child {
    margin-bottom: 0
}

.hscg .contact-address__wrapper {
    height: 116px;
    background: #f1f1f1;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hscg .contact-address__wrapper .icon {
    width: 65px;
    height: 65px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px;
    color: #33c3dc;
    background: #fff;
    margin-right: 20px
}

.hscg .contact-address__summary .title {
    color: #222;
    font-size: 18px;
    font-weight: 400
}

@media (max-width: 991px) {
    .hscg .contact-address__summary .title {
        font-size: 16px
    }
}

.hscg .contact-address__summary .address {
    font-size: 14px;
    font-weight: 300;
    margin-top: 7px;
    margin-bottom: 7px
}

.hscg .contact-address__summary .address,
.hscg .contact-address__summary .phone {
    color: #6f6f6f
}

.hscg .contact-social__content {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 181px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hscg .contact-social__content a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 48px;
    width: 80px;
    height: 80px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid transparent;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 479px) {
    .hscg .contact-social__content a {
        font-size: 32px;
        width: 60px;
        height: 60px
    }
}

.hscg .contact-social__content a:hover {
    border: 1px solid #fff
}

.hscg .contact-map iframe {
    height: 500px;
    width: 100%
}


/* Iletisim Bitis */


/* Portofio */

.hscg .portfolio-menu {
    text-align: center;
    margin: 30px auto
}

.hscg .portfolio-menu ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 10px 15px;
    border: 1px solid red;
    cursor: pointer;
    transition: all .5 ease
}

.hscg .portfolio-menu ul {
    padding: 0
}

.hscg .portfolio-menu ul li:hover {
    background: red;
    color: #fff
}

.hscg .portfolio-menu ul li.active {
    background: red;
    color: #fff
}

.hscg .portfolio-item {
    max-width: 1000px;
    margin: 30px auto
}

.hscg .portfolio-item .item {
    width: 33.3%;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 10px
}

.hscg .portfolio-item .item div {
    height: 280px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

@media screen and (max-width: 1024px) {
    .hscg .portfolio-item .item {
        width: 50%;
        padding: 0 15px
    }
}

@media screen and (max-width: 640px) {
    .hscg .portfolio-item .item {
        width: 100%
    }
}


/* Portfolio Bitis */


/* Portfolio2 */

.hscg .flat-filter2 li {
    display: inline-block
}

.hscg .flat-filter2.style1 li a {
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 3px 23px 0 24px;
    color: #7c7c7c;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.hscg .flat-filter2.style1 li.active a,
.flat-filter2.style1 li:hover a {
    border: 1px solid #dedede;
    color: #343434
}

.hscg .flat-filter2.style2 li a {
    display: block;
    padding: 8px 27px;
    background: #fff;
    position: relative;
    font-weight: 700;
    color: #bcbcbc;
    font-size: 16px
}

.hscg .flat-filter2.style2 li a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #137bc0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.hscg .flat-filter2.style2 li.active a:after,
.flat-filter2.style2 li:hover a:after {
    width: 100%
}

.hscg .flat-filter2.style2 li.active a,
.flat-filter2.style2 li:hover a {
    color: #137bc0
}

.hscg .flat-filter2.style3 li.active a {
    background: #e8b006;
    color: #fff
}

.hscg .flat-filter2.style3 li a {
    line-height: 50px;
    padding: 0 30px;
    display: block;
    font-weight: 500;
    font-size: 16px;
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.hscg .flat-filter2.style4 li.active a,
.flat-filter2.style4 li a:hover {
    color: #e8b006
}

.hscg .flat-filter2.style4 li a {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-left: 56px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.hscg .flat-filter2.style4 li a:before {
    content: "";
    width: 3px;
    height: 0;
    background: #e8b006;
    position: absolute;
    left: -20px;
    bottom: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.hscg .flat-filter2.style4 li.active a:before,
.flat-filter2.style4 li a:hover:before {
    height: 150px
}

.hscg .imgbox .imgbox-img {
    position: relative;
    overflow: hidden
}

.hscg .item {}

.hscg .imgbox img {
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.hscg .imgbox:hover img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray
}

.hscg .imgbox:hover.style4 .overlay {
    width: 100%;
    height: 100%
}

.hscg .grid-sizer {
    width: 25%
}

.hscg .imgbox.style4.v1 {
    width: 50%;
    border: 1px solid #fff
}

.hscg .imgbox.style4.v2 {
    width: 25%;
    border: 1px solid #fff
}

.hscg .imgbox.style4 .imgbox-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99
}

.hscg .imgbox.style4 .imgbox-content a {
    font-size: 20px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.hscg .imgbox:hover.style4 .imgbox-content a {
    opacity: 1;
    visibility: visible
}

.hscg .imgbox.style4.v1 .imgbox-content a {
    padding: 25px 50px 30px;
    display: inline-block;
    font-weight: 600
}

.hscg .imgbox.style4.v2 .imgbox-content a {
    width: 60px;
    height: 60px;
    display: inline-block;
    position: relative
}

.hscg .imgbox.style4.v2 .imgbox-content span,
.imgbox.style4.v3 .imgbox-content span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}


/* Portfolio2 Bitis */


/* Hesap Numaralari */

.bank-page-main {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 75px;
    background-color: #FFF;
}

.bank-page-text-main {
    max-width: 1200px;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.bank-page-baslik {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}

.bank-page-content {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 25px;
}

.bank-no-box {
    width: 475px;
    height: auto;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-left: 55px;
    margin-right: 55px;
    margin-bottom: 35px;
    margin-top: 35px;
    border: 1px solid #d9d9d9;
    background-color: #FFF;
}

.bank-no-box-img {
    width: 100%;
    height: auto;
    padding: 20px 0 20px 0;
}

.bank-no-box-img img {
    width: auto;
    max-width: 300px;
    max-height: 85px;
}

.bank-no-box-txt {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #d9d9d9;
    padding: 10px 0 10px 0;
    background-color: #f8f8f8;
    color: #000;
}


/* Hesap Numaralari Bitis */


/* Bayilik */

.hscgBayilik .turkey-map__drawing {
    text-align: center
}

.hscgBayilik .hscgListNone {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hscgBayilik .turkey-map__drawing svg {
    width: 100%;
    height: auto
}

.hscgBayilik .turkey-map__drawing g.is-completed path {
    fill: #cc6947
}

.hscgBayilik .turkey-map__drawing path {
    cursor: pointer;
    fill: #78a7c3;
    -webkit-transition: .2s;
    transition: .2s
}

.hscgBayilik .turkey-map__drawing path:hover {
    fill: #333!important
}

.turkey-map__name {
    position: absolute;
    z-index: 2
}

.turkey-map__name div {
    display: inline-block;
    background: #003861;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 2px
}

.hscgBayilik .box.list ul li {
    margin-bottom: 20px
}

.hscgBayilik .box.style--1 .box-card__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hscgBayilik .box-card__wrapper {
    background: #fff;
    height: 230px;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

.hscgBayilik .box-card__wrapper:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15)
}

.hscgBayilik .box-card__wrapper>.icon {
    position: absolute;
    right: 15px;
    top: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    width: 37px;
    height: 37px;
    border: 2px solid currentColor;
    color: #000;
    opacity: .3
}

.hscgBayilik .box-card .title {
    color: #cc6947;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3
}

.hscgBayilik .box-card .title.small {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0
}

.hscgBayilik .box-footer .name {
    color: #777;
    font-size: 16px;
    font-weight: 500;
    display: block
}

.hscgBayilik .box-card .text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #939393;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 700
}

.hscgBayilik .box-footer .text .icon {
    margin-right: 10px;
    font-size: 13px
}

.hscgBayilik .box-card__wrapper:hover:before {
    width: 100%
}

.hscgBayilik .box-card__wrapper:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    -webkit-transition: width .3s;
    transition: width .3s;
    background: #002249
}


/* Bayilik Bitis */


/* Urun Detay */

.hscg3.site__body {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.hscg3 .sari {
    color: #ffd700!important
}

.hscg3 .fa-star {
    color: #ddd
}

.hscg3 ul,
.hscg3 ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hscg3 .rating__star--active .rating__fill {
    color: #ffd333
}

.hscg3 .rating__star--active .rating__stroke {
    color: rgba(0, 0, 0, .08)
}

.hscg3 .rating__star--only-edge {
    position: relative;
    display: none
}

.hscg3 .block {
    margin-bottom: 50px
}

.hscg3 .tags__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin: -2px
}

.hscg3 .tags__list a {
    display: block;
    background: transparent;
    border: 1px solid #e5e5e5;
    color: #3d464d;
    border-radius: 1.5px;
    padding: 3px 8px 2px;
    margin: 2px;
    transition: all .15s
}

.hscg3 .tags__list a:focus,
.tags__list a:hover {
    background: #ffd333;
    border: 1px solid #ffd333;
    color: #3d464d
}

.hscg3 .share-links__list {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 11px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap
}

.hscg3 .share-links__item+.share-links__item {
    margin-left: 4px
}

.hscg3 .share-links__item a {
    border-radius: 1.5px;
    display: block;
    padding: 2px 6px 1px
}

.hscg3 .share-links__item a,
.share-links__item a:hover {
    color: inherit;
    text-decoration: none
}

.hscg3 .share-links__item--type--like a {
    background: #4267b2
}

.hscg3 .share-links__item--type--like a:hover {
    background: #3b5c9f
}

.hscg3 .share-links__item--type--tweet a {
    background: #1b95e0
}

.hscg3 .share-links__item--type--tweet a:hover {
    background: #1886c9
}

.hscg3 .share-links__item--type--pin a {
    background: #e63939
}

.hscg3 .share-links__item--type--pin a:hover {
    background: #e32222
}

.hscg3 .share-links__item--type--counter a {
    color: #737373;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2)
}

.hscg3 .share-links__item--type--counter a:hover {
    color: #666
}

.hscg3 .spec__section-title {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -.03em;
    line-height: 20px;
    margin: 0 0 12px
}

.hscg3 .spec__disclaimer {
    margin-top: 25px;
    color: #636363;
}

.hscg3 .spec__row:first-of-type {
    border-top: 1px solid #ebebeb
}

.hscg3 .spec__row {
    padding: 8px 12px;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ebebeb
}

.hscg3 .spec__name {
    width: 230px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #999;
    padding-right: 30px
}

.hscg3 .block--highlighted {
    padding: 50px 0 60px;
    background: #f9f9f9
}

@media (max-width:991px) {
    .hscg3 .block {
        margin-bottom: 30px
    }
}

.hscg3 .product__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: [gallery] calc(40% - 20px) [info] calc(60% - 20px);
    grid-template-rows: auto auto auto auto auto;
    grid-column-gap: 40px;
}

.hscg3 .product__gallery {
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
    -ms-grid-column: 1;
    grid-row-start: 1;
    grid-row-end: 6;
    min-height: 0
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .hscg3 .product__gallery {
        margin-right: 40px
    }
}

.hscg3 .product__info {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    position: relative;
    min-height: 0
}

.hscg3 .product__sidebar {
    -ms-grid-row: 2;
    -ms-grid-column: 2
}

.hscg3 .product__footer {
    -ms-grid-row: 3;
    -ms-grid-column: 2
}

.hscg3 .product__wishlist-compare {
    display: none
}

.hscg3 .product__name {
    margin-bottom: 22px;
    font-weight: 700;
}

.hscg3 .product__rating {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px
}

.hscg3 .product__rating-stars {
    padding-top: 2px;
    margin-right: 12px
}

.hscg3 .product__rating-legend {
    font-size: 14px;
    line-height: 20px;
    color: #b3b3b3
}

.hscg3 .product__rating-legend a {
    color: inherit;
    transition: color .2s
}

.hscg3 .product__rating-legend a:hover {
    color: #1a66ff
}

.hscg3 .product__rating-legend span {
    content: "/";
    padding: 0 7px
}

.hscg3 .product__description {
    font-size: 16px
}

.hscg3 .product__features {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px
}

.hscg3 .product__features li {
    position: relative;
    padding: 1px 0 1px 13px
}

.hscg3 .product__features li:before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    border: 1px solid currentColor;
    left: 0
}

.hscg3 .product__meta {
    list-style: none;
    margin: 12px 0 0;
    padding: 12px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #999;
    font-size: 14px;
    border-top: 1px solid #ebebeb
}

.hscg3 .product__meta li {
    margin-right: 18px
}

.hscg3 .product__meta a {
    color: inherit;
    transition: color .2s
}

.hscg3 .product__meta a:hover {
    color: #1a66ff
}

.hscg3 .product__availability {
    display: none
}

.hscg3 .product__prices {
    margin-top: 18px;
    margin-bottom: 14px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.03em;
    color: #3d464d
}

.hscg3 .product__new-price {
    color: #ff2626
}

.hscg3 .product__old-price {
    color: #b3b3b3;
    font-weight: 400;
    font-size: 20px;
    text-decoration: line-through
}

.hscg3 .product__option {
    margin-bottom: 18px
}

.hscg3 .product__option:last-child {
    margin-bottom: 0
}

.hscg3 .product__option-label {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #6c757d;
    padding-bottom: 2px
}

.hscg3 .product__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -4px
}

.hscg3 .product__actions-item {
    margin: 4px
}

.hscg3 .product__quantity {
    width: 120px
}

.hscg3 .product__footer {
    margin-top: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hscg3 .product__share-links {
    margin: 2px 0 2px 24px
}

.hscg3 .reviews-list__pagination {
    margin-top: 36px
}

.hscg3 .pagination {
    margin-bottom: 0
}

.hscg3 .pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.hscg3 .page-link {
    font-weight: 500;
    border-radius: 2px;
    border: none;
    line-height: 1;
    margin: 0 2px;
    padding: 9px 10px 8px;
    height: 33px;
    background: transparent;
    color: #3d464d;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.hscg3 .page-item.active .page-link {
    background: #ffd333;
    color: #3d464d;
    cursor: default;
    z-index: 2
}

.hscg3 .btn-primary,
.hscg3 .btn-primary.disabled,
.hscg3 .btn-primary:disabled {
    border-color: #ffd333;
    background: #ffd333;
    color: #3d464d;
    fill: #3d464d
}

.hscg3 .btn-lg {
    font-size: 1.125rem;
    height: calc(2.75rem + 2px);
    padding: .8125rem 2rem;
    line-height: 1;
    font-weight: 500
}

.hscg3 .btn {
    border-radius: 2px;
    transition: all .1s ease-in-out;
    font-size: 1rem;
    height: calc(2.25rem + 2px);
    line-height: 1.5;
    padding: .375rem 1.25rem;
    font-weight: 500
}

.hscg3 .reviews-view__form {
    margin-top: 40px;
    border-top: 1px solid #ebebeb;
    padding-top: 60px
}

.hscg3 .block-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    margin-top: 20px;
}

.hscg3 .block-header__title {
    margin-bottom: 0;
    font-size: 20px
}

.hscg3 .block-header__divider {
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 2px;
    background: #ebebeb
}

.hscg3 .block-header__groups-list {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap
}

.hscg3 .block-header__groups-list li+li {
    margin-left: 3px
}

.hscg3 .block-header__group {
    background: transparent;
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    cursor: pointer;
    display: block;
    color: inherit;
    padding: 2px 11px 1px;
    border-radius: 12px;
    box-shadow: none
}

.hscg3 .block-header__group:focus {
    outline: none
}

.hscg3 .block-header__group:focus,
.block-header__group:hover {
    box-shadow: inset 0 0 0 2px #ebebeb;
    color: inherit
}

.hscg3 .block-header__group--active,
.block-header__group--active:focus,
.block-header__group--active:hover {
    cursor: default;
    box-shadow: inset 0 0 0 2px #ffd333
}

.hscg3 .block-header__arrow,
.block-header__arrows-list {
    display: -ms-flexbox;
    display: flex
}

.hscg3 .block-header__arrow {
    width: 27px;
    height: 29px;
    padding: 0;
    margin: 0;
    border: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    fill: #999;
    border-radius: 1.5px;
    background: #f2f2f2;
    transition: all .15s
}

.hscg3 .block-header__arrow:focus {
    outline: none
}

.hscg3 .block-header__arrow:focus,
.block-header__arrow:hover {
    background: #ffd333;
    fill: #3d464d
}

.hscg3 .block-header__arrow:active {
    transition-duration: 0;
    background: #ffdc5c;
    fill: #3d464d
}

.hscg3 .block-header__arrow+.block-header__arrow {
    margin-left: 3px
}

.hscg3 .block-header__arrow svg {
    transform: scaleX(1)
}

.hscg3 .block-header__arrow--left svg {
    position: relative;
    left: -1px
}

.hscg3 .block-header__arrow--right svg {
    position: relative;
    left: 1px
}

.hscg3 .block-header__title+.block-header__divider {
    margin-left: 16px
}

.hscg3 .block-header__divider+.block-header__groups-list {
    margin-left: 12px
}

.hscg3 .block-header__groups-list+.block-header__arrows-list {
    margin-left: 10px
}

.hscg3 .block-header__divider+.block-header__arrows-list {
    margin-left: 16px
}

.hscg3 .block-products-carousel__slider {
    position: relative
}

.hscg3 .block-products-carousel__preloader {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 56px;
    background: hsla(0, 0%, 100%, .9);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility 0s .3s
}

.hscg3 .block-products-carousel__preloader:after {
    display: block;
    content: "";
    position: absolute;
    border: 2px solid rgba(0, 0, 0, .1);
    border-top-color: rgba(0, 0, 0, .5);
    transition: border-color .1s;
    animation-name: a;
    animation-duration: .5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    width: 100px;
    height: 100px;
    border-radius: 50px
}

.hscg3 .block-products-carousel--loading .hscg3 .block-products-carousel__preloader {
    transition-delay: 0s, 0s;
    opacity: 1;
    visibility: visible
}

.hscg3 .block-products-carousel__column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.hscg3 .block-products-carousel__cell {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.hscg3 .block-products-carousel__cell+.hscg3 .block-products-carousel__cell {
    margin-top: 14px
}

.hscg3 .block-products-carousel__cell .product-card {
    width: 100%
}

.hscg3 .block-products-carousel[data-layout^=grid-] .product-card .product-card__image {
    padding: 18px 18px 20px
}

.hscg3 .block-products-carousel[data-layout^=grid-] .product-card .product-card__info {
    padding: 0 24px
}

.hscg3 .block-products-carousel[data-layout^=grid-] .product-card .product-card__actions {
    padding: 0 24px 24px
}

.hscg3 .block-products-carousel[data-layout^=grid-] .product-card .product-card__availability,
.hscg3 .block-products-carousel[data-layout^=grid-] .product-card .product-card__description,
.hscg3 .block-products-carousel[data-layout^=grid-] .product-card .product-card__features-list {
    display: none
}

.hscg3 .block-products-carousel[data-layout=grid-4] .product-card .product-card__buttons .btn {
    font-size: .875rem;
    height: calc(1.875rem + 2px);
    line-height: 1.25;
    padding: .375rem 1rem;
    font-weight: 500
}

.hscg3 .block-products-carousel[data-layout=grid-4] .product-card .product-card__buttons .btn.btn-svg-icon {
    width: calc(1.875rem + 2px)
}

.hscg3 .block-products-carousel[data-layout=grid-5] .product-card .product-card__image {
    padding: 15px
}

.hscg3 .block-products-carousel[data-layout=grid-5] .product-card .product-card__badges-list {
    top: 16px;
    left: 16px
}

.hscg3 .block-products-carousel[data-layout=grid-5] .product-card .product-card__info {
    padding: 0 15px
}

.hscg3 .block-products-carousel[data-layout=grid-5] .product-card .product-card__actions {
    padding: 0 15px 15px
}

.hscg3 .block-products-carousel[data-layout=grid-5] .product-card .product-card__buttons .btn {
    font-size: .8125rem;
    height: calc(1.5rem + 2px);
    line-height: 1.25;
    padding: .25rem .5625rem;
    font-weight: 500
}

.hscg3 .block-products-carousel[data-layout=grid-5] .product-card .product-card__buttons .btn.btn-svg-icon {
    width: calc(1.5rem + 2px)
}

.hscg3 .block-products-carousel[data-layout^=grid-] .product-card .product-card__availability,
.hscg3 .block-products-carousel[data-layout^=grid-] .product-card .product-card__description,
.hscg3 .block-products-carousel[data-layout^=grid-] .product-card .product-card__features-list {
    display: none
}

.hscg3 .product-card__prices {
    margin-top: 14px;
    line-height: 1;
    font-weight: 700;
    color: #3d464d
}

.hscg3 .product-card__new-price {
    color: #ff2626
}

.hscg3 .block-products-carousel .owl-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
}

.hscg3 .product-card__old-price {
    color: #b3b3b3;
    font-weight: 400;
    font-size: 13px;
    text-decoration: line-through
}

.hscg3 .btn-primary.focus,
.hscg3 .btn-primary:focus,
.hscg3 .btn-primary:hover {
    border-color: #3d464d;
    background: #3d464d;
    color: #fff;
    fill: #fff
}

.hscg3 .product-card {
    position: relative;
    padding: 1px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
}

.hscg3 .product-card:hover .product-card__quickview:not(.product-card__quickview--preload) {
    color: #3d464d
}

.hscg3 .product-card:hover:before {
    transition-duration: 0s;
    box-shadow: inset 0 0 0 2px rgba(255, 211, 51, .7);
}

.hscg3 .product-card:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px #ededed;
    transition: box-shadow .2s;
}

.hscg3 .product-card:hover .product-card__quickview {
    transition-duration: 0s, 0s;
    background: #ffd333
}

.hscg3 .product-card__buttons {
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px
}

.hscg3 .product-card__buttons> :first-child {
    margin-right: auto
}

.hscg3 .product-card__addtocart--list {
    display: none
}

.hscg3 .product-card__buttons>*+* {
    margin-left: 4px
}

.hscg3 .block-products-carousel .owl-stage {
    padding: 0 1px 55px 1px!important;
}

.hscg3 .block-products-carousel .owl-stage-outer {
    margin-bottom: -56px;
    overflow: unset;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

.product-card__quickview {
    z-index: 2;
    position: absolute;
    border: none;
    font-size: 10px;
    text-transform: uppercase;
    fill: currentColor;
    padding: 7px;
    cursor: pointer;
    top: 0;
    background: transparent;
    color: #ccc;
    transition: background-color .2s, color .2s;
    right: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 0
}

@media (hover:hover) {
    .hscg3 .block-products-carousel[data-layout=grid-5] .product-card .product-card__buttons {
        display: none
    }
    .hscg3 .block-products-carousel[data-layout=grid-5] .product-card:hover {
        position: relative;
        z-index: 3;
        margin-bottom: -50px
    }
    .hscg3 .block-products-carousel[data-layout=grid-5] .product-card:hover .product-card__buttons {
        display: -ms-flexbox;
        display: flex
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .hscg3 .block-products-carousel[data-layout=grid-5] .product-card .product-card__buttons {
        display: none
    }
    .hscg3 .block-products-carousel[data-layout=grid-5] .product-card:hover {
        position: relative;
        z-index: 3;
        margin-bottom: -50px
    }
    .hscg3 .block-products-carousel[data-layout=grid-5] .product-card:hover .product-card__buttons {
        display: -ms-flexbox;
        display: flex
    }
}

.hscg3 .block-products-carousel[data-layout=horizontal] .product-card {
    -ms-flex-direction: row;
    flex-direction: row
}

.hscg3 .block-products-carousel[data-layout=horizontal] .product-card .product-card__image {
    width: 120px;
    padding: 16px
}

.hscg3 .block-products-carousel[data-layout=horizontal] .product-card .product-card__badges-list {
    top: 10px;
    left: 10px
}

.hscg3 .block-products-carousel[data-layout=horizontal] .product-card .product-card__badge {
    padding: 3px 5px 2px
}

.hscg3 .block-products-carousel[data-layout=horizontal] .product-card .product-card__info {
    width: 100%;
    padding: 14px 30px 42px 0
}

.hscg3 .block-products-carousel[data-layout=horizontal] .product-card .product-card__name {
    overflow: hidden;
    max-height: 38px
}

.hscg3 .block-products-carousel[data-layout=horizontal] .product-card .product-card__rating {
    white-space: nowrap
}

.hscg3 .block-products-carousel[data-layout=horizontal] .product-card .product-card__availability,
.hscg3 .block-products-carousel[data-layout=horizontal] .product-card .product-card__buttons,
.hscg3 .block-products-carousel[data-layout=horizontal] .product-card .product-card__description {
    display: none
}

.hscg3 .block-products-carousel[data-layout=horizontal] .product-card .product-card__actions {
    position: absolute;
    bottom: 18px;
    left: 120px
}

.hscg3 .block-products-carousel[data-layout=horizontal] .product-card .product-card__features-list {
    display: none
}

@media (hover:hover) {
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card .product-card__buttons {
        display: none
    }
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card:hover {
        position: relative;
        z-index: 3;
        margin-bottom: -56px
    }
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card:hover .product-card__buttons {
        display: -ms-flexbox;
        display: flex
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card .product-card__buttons {
        display: none
    }
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card:hover {
        position: relative;
        z-index: 3;
        margin-bottom: -56px
    }
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card:hover .product-card__buttons {
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card .product-card__image {
        padding: 15px
    }
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card .product-card__badges-list {
        top: 16px;
        left: 16px
    }
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card .product-card__info {
        padding: 0 15px
    }
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card .product-card__actions {
        padding: 0 15px 15px
    }
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card .product-card__buttons .btn {
        font-size: .8125rem;
        height: calc(1.5rem + 2px);
        line-height: 1.25;
        padding: .25rem .5625rem;
        font-weight: 500
    }
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card .product-card__buttons .btn.btn-svg-icon {
        width: calc(1.5rem + 2px)
    }
}

@media (min-width:768px) and (max-width:1199px) and (hover:hover) {
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card .product-card__buttons {
        display: none
    }
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card:hover {
        position: relative;
        z-index: 3;
        margin-bottom: -50px
    }
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card:hover .product-card__buttons {
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:768px) and (max-width:1199px) and (-ms-high-contrast:none),
screen and (min-width:768px) and (max-width:1199px) and (-ms-high-contrast:active) {
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card .product-card__buttons {
        display: none
    }
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card:hover {
        position: relative;
        z-index: 3;
        margin-bottom: -50px
    }
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card:hover .product-card__buttons {
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:575px) {
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card .product-card__image {
        padding: 15px
    }
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card .product-card__badges-list {
        top: 16px;
        left: 16px
    }
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card .product-card__info {
        padding: 0 15px
    }
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card .product-card__actions {
        padding: 0 15px 15px
    }
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card .product-card__buttons .btn {
        font-size: .8125rem;
        height: calc(1.5rem + 2px);
        line-height: 1.25;
        padding: .25rem .5625rem;
        font-weight: 500
    }
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card .product-card__buttons .btn.btn-svg-icon {
        width: calc(1.5rem + 2px)
    }
}

@media (max-width:575px) and (hover:hover) {
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card .product-card__buttons {
        display: none
    }
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card:hover {
        position: relative;
        z-index: 3;
        margin-bottom: -50px
    }
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card:hover .product-card__buttons {
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:575px) and (-ms-high-contrast:none),
screen and (max-width:575px) and (-ms-high-contrast:active) {
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card .product-card__buttons {
        display: none
    }
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card:hover {
        position: relative;
        z-index: 3;
        margin-bottom: -50px
    }
    .hscg3 .block-products-carousel[data-layout=grid-4] .product-card:hover .product-card__buttons {
        display: -ms-flexbox;
        display: flex
    }
}

.hscg3 .block-products-carousel[data-layout=grid-4-sm] .product-card .product-card__image {
    padding: 15px
}

.hscg3 .block-products-carousel[data-layout=grid-4-sm] .product-card .product-card__badges-list {
    top: 16px;
    left: 16px
}

.hscg3 .block-products-carousel[data-layout=grid-4-sm] .product-card .product-card__info {
    padding: 0 15px
}

.hscg3 .block-products-carousel[data-layout=grid-4-sm] .product-card .product-card__actions {
    padding: 0 15px 15px
}

.hscg3 .block-products-carousel[data-layout=grid-4-sm] .product-card .product-card__buttons .btn {
    font-size: .8125rem;
    height: calc(1.5rem + 2px);
    line-height: 1.25;
    padding: .25rem .5625rem;
    font-weight: 500
}

.hscg3 .block-products-carousel[data-layout=grid-4-sm] .product-card .product-card__buttons .btn.btn-svg-icon {
    width: calc(1.5rem + 2px)
}

@media (hover:hover) {
    .hscg3 .block-products-carousel[data-layout=grid-4-sm] .product-card .product-card__buttons {
        display: none
    }
    .hscg3 .block-products-carousel[data-layout=grid-4-sm] .product-card:hover {
        position: relative;
        z-index: 3;
        margin-bottom: -50px
    }
    .hscg3 .block-products-carousel[data-layout=grid-4-sm] .product-card:hover .product-card__buttons {
        display: -ms-flexbox;
        display: flex
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .hscg3 .block-products-carousel[data-layout=grid-4-sm] .product-card .product-card__buttons {
        display: none
    }
    .hscg3 .block-products-carousel[data-layout=grid-4-sm] .product-card:hover {
        position: relative;
        z-index: 3;
        margin-bottom: -50px
    }
    .hscg3 .block-products-carousel[data-layout=grid-4-sm] .product-card:hover .product-card__buttons {
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:767px) {
    .hscg3 .block-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .hscg3 .block-header__groups-list {
        padding: 8px 0;
        margin-top: 8px;
        margin-bottom: -8px;
        -ms-flex-order: 100;
        order: 100;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .hscg3 .block-header__divider+.hscg3 .block-header__groups-list {
        margin-left: auto;
        margin-right: auto
    }
    .hscg3 .block-header__divider+.hscg3 .block-header__groups-list+.hscg3 .block-header__arrows-list {
        margin-left: 16px
    }
}

@media (max-width:767px) {
    .reviews-list__pagination {
        margin-top: 30px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hscg3 .product__name {
        font-size: 24px;
        margin-bottom: 18px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hscg3 .product__content {
        -ms-grid-columns: 44% 56%;
        grid-template-columns: [gallery] calc(44% - 15px) [info] calc(56% - 15px);
        grid-column-gap: 30px
    }
}

@media (min-width:768px) and (max-width:991px) and (-ms-high-contrast:none),
screen and (min-width:768px) and (max-width:991px) and (-ms-high-contrast:active) {
    .hscg3 .product__gallery {
        margin-right: 30px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hscg3 .product__name {
        font-size: 24px;
        margin-bottom: 18px
    }
    .hscg3 .product__footer {
        display: block;
        margin-top: 18px
    }
    .hscg3 .product__share-links {
        margin: 12px 0 0
    }
}

@media (max-width:767px) {
    .hscg3 .product__content {
        display: block
    }
    .hscg3 .product__gallery {
        margin-bottom: 24px
    }
    .hscg3 .product__name {
        font-size: 24px;
        margin-bottom: 18px
    }
}

@media (max-width:559px) {
    .hscg3 .product__footer {
        display: block;
        margin-top: 24px
    }
    .hscg3 .product__share-links {
        margin: 12px 0 0
    }
}

@media (min-width:992px) {
    .hscg3 .product--layout--columnar .hscg3 .product__content {
        -ms-grid-columns: 380px auto 260px;
        grid-template-columns: [gallery] 380px [info] auto [sidebar] 260px;
        grid-template-rows: auto auto auto auto;
        grid-column-gap: 0
    }
    .hscg3 .product--layout--columnar .hscg3 .product__gallery {
        grid-row-start: 1;
        grid-row-end: 4;
        min-height: 0
    }
}

@media (min-width:992px) and (-ms-high-contrast:none),
screen and (min-width:992px) and (-ms-high-contrast:active) {
    .hscg3 .product--layout--columnar .hscg3 .product__gallery {
        margin-right: 0
    }
}

@media (min-width:992px) {
    .hscg3 .product--layout--columnar .hscg3 .product__info {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        grid-row: 1;
        grid-column: info;
        padding: 0 30px;
        min-height: 0
    }
    .hscg3 .product--layout--columnar .hscg3 .product__sidebar {
        -ms-grid-row: 1;
        -ms-grid-row-span: 4;
        -ms-grid-column: 3;
        grid-column: sidebar;
        grid-row-start: 1;
        grid-row-end: 4;
        min-height: 0;
        padding-top: 10px;
        padding-bottom: 20px;
        border-left: 2px solid #f0f0f0;
        padding-left: 30px
    }
    .hscg3 .product--layout--columnar .hscg3 .product__footer {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
        grid-row: 2;
        grid-column: info;
        padding: 0 30px;
        min-height: 0
    }
    .hscg3 .product--layout--columnar .hscg3 .product__wishlist-compare {
        position: absolute;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        right: 8px
    }
    .hscg3 .product--layout--columnar .hscg3 .product__wishlist-compare>*+* {
        margin-top: 2px
    }
    .hscg3 .product--layout--columnar .hscg3 .product__name {
        font-size: 24px;
        margin-bottom: 12px;
        padding-right: 16px
    }
    .hscg3 .product--layout--columnar .hscg3 .product__description {
        margin: 10px 0 12px;
        font-size: 15px
    }
    .hscg3 .product--layout--columnar .hscg3 .product__features {
        display: block
    }
    .hscg3 .product--layout--columnar .hscg3 .product__meta {
        margin: 12px 0 0;
        padding: 0;
        border-top: none
    }
    .hscg3 .product--layout--columnar .hscg3 .product__meta-availability {
        display: none
    }
    .hscg3 .product--layout--columnar .hscg3 .product__footer {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .hscg3 .product--layout--columnar .hscg3 .product__share-links {
        margin: 12px 0 0 1px
    }
    .hscg3 .product--layout--columnar .hscg3 .product__prices {
        margin-top: 20px;
        margin-bottom: 24px;
        line-height: 28px
    }
    .hscg3 .product--layout--columnar .hscg3 .product__new-price {
        display: block
    }
    .hscg3 .product--layout--columnar .hscg3 .product__quantity {
        width: 88px
    }
    .hscg3 .product--layout--columnar .hscg3 .product__actions {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .hscg3 .product--layout--columnar .hscg3 .product__actions-item--addtocart {
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .hscg3 .product--layout--columnar .hscg3 .product__actions-item--addtocart .hscg3 .btn {
        width: 100%;
        padding-left: .5rem;
        padding-right: .5rem
    }
    .hscg3 .product--layout--columnar .hscg3 .product__actions-item--compare,
    .hscg3 .product--layout--columnar .hscg3 .product__actions-item--wishlist {
        display: none
    }
    .hscg3 .product--layout--columnar .hscg3 .product__availability {
        display: block;
        font-size: 14px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hscg3 .product--layout--columnar .hscg3 .product__content {
        -ms-grid-columns: 320px auto 200px;
        grid-template-columns: [gallery] 320px [info] auto [sidebar] 200px
    }
    .hscg3 .product--layout--columnar .hscg3 .product__sidebar {
        padding-left: 24px
    }
    .hscg3 .product--layout--columnar .hscg3 .product__option {
        margin-bottom: 12px
    }
    .hscg3 .product--layout--columnar .hscg3 .product__actions {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0
    }
    .hscg3 .product--layout--columnar .hscg3 .product__quantity {
        width: 100px
    }
    .hscg3 .product--layout--columnar .hscg3 .product__actions-item {
        margin: 0
    }
    .hscg3 .product--layout--columnar .hscg3 .product__actions-item--addtocart {
        margin-top: 16px
    }
}

@media (min-width:992px) {
    .hscg3 .product--layout--sidebar .hscg3 .product__content {
        -ms-grid-columns: 50% 50%;
        grid-template-columns: [gallery] calc(50% - 16px) [info] calc(50% - 16px);
        grid-column-gap: 32px
    }
}

@media (min-width:992px) and (-ms-high-contrast:none),
screen and (min-width:992px) and (-ms-high-contrast:active) {
    .hscg3 .product--layout--sidebar .hscg3 .product__gallery {
        margin-right: 32px
    }
}

@media (min-width:992px) {
    .hscg3 .product--layout--sidebar .hscg3 .product__name {
        font-size: 24px;
        margin-bottom: 12px
    }
    .hscg3 .product--layout--sidebar .hscg3 .product__footer {
        display: block;
        margin-top: 18px
    }
    .hscg3 .product--layout--sidebar .hscg3 .product__share-links {
        margin: 12px 0 0
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hscg3 .product--layout--quickview .hscg3 .product__content {
        grid-template-columns: [gallery] calc(50% - 16px) [info] calc(50% - 16px);
        grid-column-gap: 32px
    }
    .hscg3 .product--layout--quickview .hscg3 .product__name {
        margin-bottom: 12px
    }
    .hscg3 .product--layout--quickview .hscg3 .product__footer {
        display: block;
        margin-top: 18px
    }
    .hscg3 .product--layout--quickview .hscg3 .product__share-links {
        margin: 12px 0 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hscg3 .product--layout--quickview .hscg3 .product__content {
        display: block
    }
    .hscg3 .product--layout--quickview .hscg3 .product__gallery {
        margin-bottom: 24px
    }
    .hscg3 .product--layout--quickview .hscg3 .product__name {
        font-size: 24px;
        margin-bottom: 18px
    }
}

.hscg3 .product-gallery__featured {
    position: relative;
    box-shadow: inset 0 0 0 2px #f2f2f2;
    padding: 2px;
    border-radius: 2px
}

.hscg3 .product-gallery__featured a {
    display: block;
    padding: 20px
}

.hscg3 .product-gallery__zoom {
    position: absolute;
    cursor: pointer;
    padding: 11px;
    border: none;
    z-index: 2;
    top: 0;
    color: #b1b1b1;
    transition: background .2s, fill .2s;
    right: 0;
    border-top-right-radius: 2.5px;
    border-bottom-left-radius: 2px;
    transform: scaleX(1);
}

.hscg3 .product-gallery__zoom:focus {
    outline: none
}

.hscg3 .product-gallery__zoom:hover {
    background: #f2f2f2;
    fill: rgba(0, 0, 0, .25)
}

.hscg3 .product-gallery__zoom:active {
    background: #ebebeb;
    fill: rgba(0, 0, 0, .25)
}

.hscg3 .product-gallery__carousel {
    margin-top: 16px
}

.hscg3 .product-gallery__carousel-item {
    cursor: pointer;
    display: block;
    box-shadow: inset 0 0 0 2px #f2f2f2;
    padding: 12px;
    border-radius: 2px
}

.hscg3 .product-gallery__carousel-item--active {
    box-shadow: inset 0 0 0 2px #ffd333
}

.hscg3 .product-tabs {
    margin-top: 50px
}

.hscg3 .product-tabs__list {
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: -2px
}

.hscg3 .product-tabs__list:after,
.hscg3 .product-tabs__list:before {
    content: "";
    display: block;
    width: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.hscg3 .product-tabs__item {
    font-size: 20px;
    padding: 18px 48px;
    border-bottom: 2px solid transparent;
    color: inherit;
    font-weight: 500;
    border-radius: 3px 3px 0 0;
    transition: all .15s
}

.hscg3 .product-tabs__item:hover {
    color: inherit;
    background: #f7f7f7;
    border-bottom-color: #d9d9d9
}

.hscg3 .product-tabs__item:first-child {
    margin-left: auto
}

.hscg3 .product-tabs__item:last-child {
    margin-right: auto
}

.hscg3 .product-tabs__item--active {
    transition-duration: 0
}

.hscg3 .product-tabs__item--active,
.hscg3 .product-tabs__item--active:hover {
    cursor: default;
    border-bottom-color: #ffd333;
    background: transparent
}

.hscg3 .product-tabs__content {
    border: 2px solid #f0f0f0;
    border-radius: 2px;
    padding: 80px 90px
}

.hscg3 .product-tabs__pane {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: opacity .5s
}

.hscg3 .product-tabs__pane--active {
    overflow: visible;
    height: auto;
    opacity: 1
}

.hscg3 .product-tabs--layout--sidebar .hscg3 .product-tabs__item {
    padding: 14px 30px
}

.hscg3 .product-tabs--layout--sidebar .hscg3 .product-tabs__content {
    padding: 48px 50px
}

.hscg3 .spec__header {
    margin-bottom: 50px
}

.hscg3 .spec {
    font-size: 15px;
    line-height: 18px
}

.hscg3 .spec__section-title {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -.03em;
    line-height: 20px;
    margin: 25px 0;
}

.hscg3 .reviews-view__header {
    margin-bottom: 50px
}

.hscg3 .reviews-list__item:first-child {
    padding-top: 0
}

.hscg3 .reviews-list__item {
    border-bottom: 1px solid #ebebeb;
    padding-top: 28px;
    padding-bottom: 24px
}

.hscg3 .review {
    display: -ms-flexbox;
    display: flex
}

.hscg3 .review__avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 16px;
    margin-right: 24px
}

.hscg3 .review__avatar img {
    width: 70px;
    border-radius: 1000px
}

.hscg3 .review__author {
    margin-top: -4px;
    font-size: 16px;
    font-weight: 500
}

.hscg3 .review__rating {
    margin-top: 2px
}

.hscg3 .rating__body {
    display: -ms-flexbox;
    display: flex
}

.hscg3 .review__text {
    font-size: 16px;
    margin-top: 12px
}

.hscg3 .review__date {
    margin-top: 10px;
    color: #999;
    font-size: 14px
}

.hscg3 .product-card__name a {
    color: inherit;
    font-weight: 500;
    font-size: 15px;
}

@media (min-width:992px) and (max-width:1199px) {
    .hscg3 .product-tabs__content {
        padding: 60px 70px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hscg3 .product-tabs {
        margin-top: 40px
    }
    .hscg3 .product-tabs .hscg3 .product-tabs__item {
        padding: 14px 30px
    }
    .hscg3 .product-tabs .hscg3 .product-tabs__content {
        padding: 40px 50px
    }
}

@media (max-width:767px) {
    .hscg3 .product-tabs {
        margin-top: 24px
    }
    .hscg3 .product-tabs .hscg3 .product-tabs__item {
        padding: 10px 22px
    }
    .hscg3 .product-tabs .hscg3 .product-tabs__content {
        padding: 24px
    }
}


/* Alt */

.hscg3 .productKapsa {
    display: flex;
}

.hscg3 .productKapsa .product__info {
    flex: 2
}

.hscg3 .productKapsa>div {
    padding: 0 10px;
    flex: 1
}

.hscg3 .productKapsa .product__features {
    display: block;
}

.hscg3 .productKapsa .product__sidebar {
    border-left: 1px solid #ebebeb
}

.hscg3 .productKapsa .product__meta {
    border: 0;
}

.hscg3 .productKapsa .product__footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hscg3 .productKapsa .product__share-links {
    margin: 10px 0 0 0;
}


/* Alt bitis */


/* Urun Detay Bitis */


/* Urun Detay 2 */

.hscg5 .hscg6-ratio_asos .bg-size:before {
    padding-top: 127.7777778%;
    content: "";
    display: block
}

.hscg5 .hscg6-product-right h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 1.2em;
    color: #000;
}

@media (max-width: 1367px) {
    .hscg5 .hscg6-product-right h2 {
        font-size: 30px;
    }
}

.hscg5 .hscg6-product-right h4 {
    font-size: 16px;
    margin-bottom: 7px
}

.hscg5 .hscg6-product-right h4 del {
    color: #777
}

.hscg5 del {
    font-size: 14px;
    color: #aaa;
    font-weight: 400
}

.hscg5 .hscg6-product-right h4 span {
    padding-left: 5px;
    color: #ff4c3b
}

.hscg5 .hscg6-product-right h3 {
    font-size: 26px;
    color: #222;
    margin-bottom: 15px
}

.hscg5 .hscg6-product-right .color-variant {
    margin-bottom: 10px
}

.hscg5 .hscg6-product-right .border-product {
    padding-top: 15px;
    padding-bottom: 20px;
    border-top: 1px dashed #ddd
}

.hscg5 .hscg6-product-right .product-title {
    color: #222;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0
}

.hscg5 .hscg6-product-right p {
    margin-bottom: 0;
    line-height: 1.5em
}

.hscg5 .hscg6-product-right .product-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hscg5 .hscg6-product-right .product-icon .product-social {
    margin-top: 10px;
    display: flex;
    list-style: none;
    padding-left: 5px;
}

@media (max-width: 1430px) {
    .hscg5 .hscg6-product-right .product-icon .product-social li {
        padding-right: 10px
    }
}

.hscg5 .hscg6-product-right .product-icon .product-social li {
    padding-right: 30px
}

.hscg5 .hscg6-product-right .product-icon .wishlist-btn {
    background-color: transparent;
    border: none;
    cursor: pointer
}

.hscg5 .hscg6-product-right .product-icon .wishlist-btn i {
    border-left: 1px solid #ddd;
    font-size: 18px;
    padding-left: 10px;
    margin-left: 5px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.hscg5 .hscg6-product-right .product-icon .wishlist-btn span {
    padding-left: 10px;
    font-size: 18px
}

.hscg5 .hscg6-product-right .hscg6-timer {
    margin-top: 10px;
    background-color: #f7f7f7
}

.hscg5 .hscg6-product-right .hscg6-timer p {
    color: #222
}

.hscg5 .hscg6-product-right p {
    margin-bottom: 0;
    line-height: 1.3em;
    margin-top: 10px;
    color: #525252;
}

.hscg5 .hscg6-timer {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    margin-top: 30px;
    background-color: #2d2a25;
    display: inline-block
}

.hscg5 .hscg6-timer span {
    width: 70px;
    display: inline-block
}

.hscg5 .hscg6-timer p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0
}

.hscg5 .hscg6-product-right .product-icon .product-social li a {
    color: #333;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.hscg5 .hscg6-product-right .product-icon ul {
    padding-left: 0;
    margin-bottom: 0
}

.hscg5 .hscg6-product-right .product-icon .product-social li a:hover {
    color: #333;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.hscg5 .hscg6-product-right .product-icon .wishlist-btn:hover {
    color: #333;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.hscg5 .hscg6-tab-product,
.product-full-tab {
    padding-top: 30px
}

.hscg5 .m-0 {
    margin: 0!important
}

.hscg5 section,
.section-t-space {
    padding-top: 70px
}


/* Alt */

.hscg7 .hscg6-product-right {
    border: 2px solid #ddd;
    padding: 10px;
    position: sticky;
    top: 110px;
}

.hscg7 .img-fluid {
    width: 100%;
}

.hscg7 .bg-size {
    margin: 10px
}

.hscg7 .bg-size:first-child {
    margin-top: 0px
}


/* Alt Bitis */


/* Urun Detay 2 bitis */


/* Portfolio Yeni */

.hscg3 .latest-portfolio-area {
    position: relative;
    display: block;
    padding: 115px 0 120px
}

.hscg3 .project-filter li:hover .filter-text,
.hscg3 .project-filter li.active .filter-text {
    color: #fd5d14;
}

.hscg3 .project-filter2 li:hover .filter-text,
.hscg3 .project-filter2 li.active .filter-text {
    color: #fd5d14;
}

.hscg3 .sec-title {
    position: relative;
    top: -5px;
    display: block;
    padding-bottom: 56px
}

.hscg3 .sec-title.centered {
    text-align: center;
    padding: 0;
}

.hscg3 .sec-title p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    color: #fd5d14
}

.hscg3 .sec-title .big-title {
    position: relative;
    display: block;
    padding: 7px 0 0
}

.hscg3 .sec-title .big-title.black-clr h1 {
    color: #000
}

.hscg3 .sec-title .big-title h1 {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase
}

.hscg3 .project-menu-box {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ededed;
    border-radius: 8px;
    margin-bottom: 50px
}

.hscg3 .project-filter {
    position: relative;
    display: block;
    text-align: center;
    padding: 21px 0 22px
}

.hscg3 .project-filter li:first-child {
    margin-left: 0
}

.hscg3 .project-filter li {
    position: relative;
    display: inline-block;
    float: none;
    margin: 0 25px
}

.hscg3 .project-filter li .filter-text {
    position: relative;
    display: block;
    color: #000;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    transition: all .4s ease;
    font-family: 'Open Sans', sans-serif;
}

.hscg3 .project-filter li .filter-text i {
    margin-right: 10px;
    font-size: 30px;
}

.hscg3 .project-filter2 {
    position: relative;
    display: block;
    text-align: center;
    padding: 21px 0 22px
}

.hscg3 .project-filter2 li:first-child {
    margin-left: 0
}

.hscg3 .project-filter2 li {
    position: relative;
    display: inline-block;
    float: none;
    margin: 0 25px
}

.hscg3 .project-filter2 li .filter-text {
    position: relative;
    display: block;
    color: #000;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    transition: all .4s ease;
    font-family: 'Open Sans', sans-serif;
}

.hscg3 .project-filter2 li .filter-text i {
    margin-right: 10px;
    font-size: 30px;
}

.hscg3 .single-portfolio-style1 {
    position: relative;
    display: block;
    padding-bottom: 75px;
    margin-bottom: 20px
}

.hscg3 .single-portfolio-style1 .img-holder {
    position: relative;
    display: block
}

.hscg3 .single-portfolio-style1 .img-holder .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.hscg3 .single-portfolio-style1 .img-holder .inner-box img {
    width: 100%;
    transform: scale(1.0)
}

.hscg3 .single-portfolio-style1:hover .img-holder .inner-box img {
    transform: scale(1.2) rotate(1deg)
}

.hscg3 .single-portfolio-style1:hover .img-holder .overlay-style-one {
    opacity: 1
}

.hscg3 .single-portfolio-style1 .img-holder .title-holder {
    position: absolute;
    left: 20px;
    bottom: -75px;
    right: 20px;
    background: #fff;
    display: block;
    padding: 26px 30px 27px;
    padding-right: 10px;
    border-radius: 5px;
    z-index: 2
}

.hscg3 .single-portfolio-style1 .img-holder .overlay-style-one {
    background-color: rgba(3, 13, 40, 0.70)
}

.hscg3 .overlay-style-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 1
}

.hscg3 .overlay-style-one .box {
    display: table;
    height: 100%;
    width: 100%
}

.hscg3 .overlay-style-one .box .inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.hscg3 .single-portfolio-style1 .img-holder .inner-box .zoom-button {
    position: relative;
    display: block;
    margin-top: -70px
}

.hscg3 .single-portfolio-style1:hover .img-holder .title-holder:before {
    height: 100%
}

.hscg3 .single-portfolio-style1 .img-holder .title-holder:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    content: '';
    border-radius: 5px;
    transition: all 700ms ease;
    background-color: #fd5d14
}

.hscg3 .single-portfolio-style1:hover .img-holder .title-holder span.tag {
    color: #fff;
    background: rgba(255, 255, 255, 0.20);
    transition: all .5s ease-in-out .5s
}

.hscg3 .single-portfolio-style1 .img-holder .title-holder span.tag {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .2s ease-in-out .3s;
    color: #fd5d14;
    background: rgba(253, 93, 19, 0.20)
}

.hscg3 .single-portfolio-style1 .img-holder .title-holder h5 {
    position: relative;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    margin: 13px 0 10px;
    text-transform: uppercase
}

.hscg3 .single-portfolio-style1:hover .img-holder .title-holder h5 a {
    color: #fff;
    transition: all .5s ease-in-out .6s
}

.hscg3 .single-portfolio-style1 .img-holder .title-holder h5 a {
    color: #000;
    transition: all .2s ease-in-out .3s
}

.hscg3 .single-portfolio-style1:hover .img-holder .title-holder p {
    color: #fff;
    transition: all .5s ease-in-out .7s
}

.hscg3 .single-portfolio-style1 .img-holder .title-holder p {
    position: relative;
    color: #798795;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    transition: all .2s ease-in-out .3s
}

.hscg3 .zoom-button i {
    color: #fff;
    font-size: 28px;
}


/* Portfolio Yeni bitis */


/* Portfolio Yeni2 */

.project-page-section {
    padding: 30px 0;
}

.project-page-section .hscg3 .sec-title .title {
    position: relative;
    color: #fda700;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.project-page-section .hscg3 .sec-title h2 {
    position: relative;
    color: #222;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.3em;
    margin-top: 15px;
    text-transform: capitalize
}

.project-page-section .hscg3 .sec-title.centered .seperater {
    margin: 0 auto
}

.project-page-section .hscg3 .sec-title .seperater {
    position: relative;
    margin-top: 20px!important;
    width: 100px
}

.project-page-section .hscg3 .sec-title .seperater:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background-color: #222
}

.project-page-section .hscg3 .sec-title .seperater:after {
    position: absolute;
    content: '';
    left: 50%;
    top: -6px;
    width: 15px;
    height: 15px;
    margin-left: -6px;
    border-radius: 50%;
    border: 4px solid #fff;
    background-color: #fda700
}

.project-page-section .hscg3 .filters .filter-tabs {
    position: relative;
    margin-top: 45px;
    margin-bottom: 40px;
    text-align: center
}

.project-page-section .hscg3 .filters .filter-tabs .filter.active,
.project-page-section .hscg3 .filters .filter-tabs .filter:hover {
    color: #fbb908
}

.project-page-section .hscg3 .filters .filter-tabs .filter {
    position: relative;
    color: #222;
    font-size: 18px;
    cursor: pointer;
    font-weight: 500;
    margin: 0 15px 4px;
    padding: 14px 0 10px;
    display: inline-block;
    text-transform: uppercase;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.project-page-section .hscg3 .filters .filter-tabs .filter.active::after,
.project-page-section .hscg3 .filters .filter-tabs .filter:hover::after {
    width: 100%
}

.project-page-section .hscg3 .filters .filter-tabs .filter:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.project-page-section .hscg3 .project-block .inner-box {
    position: relative;
}

.project-page-section .hscg3 .project-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.project-page-section .hscg3 .project-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.80);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.project-page-section .hscg3 .project-block .inner-box .image .overlay-box .plus-icon {
    position: absolute;
    bottom: -22px;
    right: 50px;
    width: 40px;
    height: 40px;
    color: #000;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    background-color: #fda700
}

.project-page-section .hscg3 .project-block .inner-box .image .overlay-box .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 40px 30px 30px
}

.project-page-section .hscg3 .project-block .inner-box .image .overlay-box .content .category {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    opacity: .9
}

.project-page-section .hscg3 .project-block .inner-box .image .overlay-box .content h3 {
    position: relative;
    font-size: 22px;
    font-weight: 400;
    margin-top: 4px;
    color: #fff;
    text-transform: uppercase
}

.project-page-section .hscg3 .project-block .inner-box .image .overlay-box .content h3 a {
    color: #fff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.project-page-section .hscg3 .project-block .inner-box .image {
    position: relative;
}

.project-page-section .hscg3 .project-block.mix {
    display: block;
}

.project-page-section .hscg3 .project-block {
    position: relative;
    margin-bottom: 50px
}


/* Portfolio Yeni2bitis */


/* Portfolio Yeni3 */

.hscg5 .gallery-banner {
    position: relative;
    padding: 80px 0;
    border-bottom: 2px solid #ededed
}

.hscg5 .gallery-banner .content-box h1 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: #0c0d24;
    margin: 0;
    text-align: center;
}

.hscg5 .image-gallery {
    position: relative;
    padding: 80px 0
}

.hscg5 .project-style-four .top-content {
    position: relative;
    margin: 0;
}

.hscg5 .image-gallery .single-item {
    margin-bottom: 30px
}

.hscg5 .image-gallery .single-item .image-box {
    position: relative;
    overflow: hidden;
    background: #192d66
}

.hscg5 .image-gallery .single-item img {
    width: 100%;
    transition: all 5s ease
}

.hscg5 .image-gallery .single-item:hover img {
    transform: scale(1.5);
    opacity: .2
}

.hscg5 .project-style-four.case-page-4 {
    position: relative;
    background: #fff;
    padding: 80px 0
}

.hscg5 .project-style-four.case-page-4 .top-content {
    margin: 0
}

.hscg5 .project-style-four.case-page-4 .top-content .filters {
    position: relative;
}

.hscg5 .project-style-four.case-page-4 .filters .filter-btns {
    margin: 0;
    padding: 0;
    width: 100%;
}

.hscg5 .project-style-four.case-page-4 .top-content .filters .filter-btns li {
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    color: #3c3c49;
    padding: 5px 15px;
    padding-left: 0;
    text-align: left;
    width: 100%;
}

.hscg5 .project-style-four.case-page-4 .top-content .filters .filter-btns li.active,
.hscg5 .project-style-four.case-page-4 .top-content .filters .filter-btns li:hover {
    background: #fd571d;
    color: #fff;
    padding-left: 10px
}

.hscg5 .project-style-four {
    position: relative;
    display: block;
    background: #fff7f7;
    padding: 93px 0 70px;
    z-index: 1
}

.hscg5 .project-style-four .top-content {
    position: relative;
    margin-bottom: 70px;
}

.hscg5 .project-style-four .top-content .title-box {
    position: relative;
    display: block;
    float: left;
    max-width: 500px;
    width: 100%
}

.hscg5 .project-style-four .top-content .title-box .top-text {
    position: relative;
    display: block;
    font-size: 16px;
    color: #fe2a37;
    text-transform: uppercase;
    margin-bottom: 7px
}

.hscg5 .project-style-four .top-content .title-box .sec-title h1 {
    color: #0c0d24
}

.hscg5 .project-style-four .top-content .title-box .text {
    position: relative;
    display: block;
    line-height: 28px
}

.hscg5 .project-style-four .top-content .filters {
    position: relative;
    float: right
}

.hscg5 .project-style-four .top-content .filters .filter-btns {
    position: relative;
    display: block;
    background: #fff;
}

.hscg5 .project-style-four .top-content .filters .filter-btns li {
    position: relative;
    float: left;
    font-size: 16px;
    color: #1d2060;
    text-transform: uppercase;
    padding: 2px 10px;
    text-align: center;
    background: transparent;
    cursor: pointer;
    transition: all 500ms ease
}

.hscg5 .project-style-four .top-content .filters .filter-btns li.active,
.project-style-four .top-content .filters .filter-btns li:hover {
    background: #fe2a37;
    color: #fff
}

.hscg5 .project-block-four {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.hscg5 .project-block-four .inner-box {
    position: relative;
    display: block;
    overflow: hidden
}

.hscg5 .project-block-four .inner-box img {
    width: 100%;
    transform: scale(1.01);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: all;
    transition-property: all
}

.hscg5 .project-block-four:hover .inner-box img {
    transform: scale(1.2) rotate(0deg)
}

.hscg5 .project-block-four .inner-box .overlay-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 1
}

.hscg5 .project-block-four:hover .overlay-box {
    opacity: 1
}

.hscg5 .project-block-four .inner-box .overlay-box .box {
    display: table;
    height: 100%;
    width: 100%
}

.hscg5 .project-block-four .inner-box .overlay-box .box .inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 15px
}

.hscg5 .project-block-four .inner-box .overlay-box .box .inner h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #1d2060;
    margin-bottom: 23px;
    transform: translateY(-50px);
    transition: all .4s ease-in-out .1s
}

.hscg5 .project-block-four .inner-box .overlay-box .box .inner h3 a {
    color: #1d2060
}

.hscg5 .project-block-four .inner-box .overlay-box .box .inner h3 a:hover {
    color: #fe2a37
}

.hscg5 .project-block-four:hover .inner-box .overlay-box .box .inner h3 {
    transform: translateY(0px)
}

.hscg5 .project-block-four .inner-box .overlay-box .box .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    background: #fe2a37;
    padding: 7px 35px;
    text-align: center;
    border-radius: 10px;
    transform: translateY(50px);
    transition: all .4s ease-in-out .1s
}

.hscg5 .project-block-four .inner-box .overlay-box .box .btn-box a:hover {
    background: #1d2060
}

.hscg5 .project-block-four:hover .inner-box .overlay-box .box .btn-box a {
    transform: translateY(0px)
}


/* Portfolio Yeni4 Bitis */


/* Proje Detay */

.project-detail-section {
    position: relative;
    padding: 100px 0 215px
}

.project-detail-section .hscg3 .lower-section h3 {
    position: relative;
    color: #222;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3em;
    margin-top: 20px;
}

.project-detail-section .hscg3 span {
    color: #fda700;
}

.project-detail-section .hscg3 .pull-left {
    float: left;
}

.project-detail-section .hscg3 .pull-right {
    float: right;
}

.project-detail-section .hscg3 .image-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block
}

.project-detail-section .hscg3 .info-column .info-list {
    position: relative;
    padding: 25px 25px;
    border-radius: 7px;
    border: 3px solid #dddddd;
}

.project-detail-section .hscg3 .info-column .info-list li {
    position: relative;
    padding-left: 45px;
    color: #002121;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 29px;
}

.project-detail-section .hscg3 .info-column .info-list li span {
    color: #fda700
}

.project-detail-section .hscg3 .info-column .info-list li i {
    font-style: normal;
    font-weight: 400;
    color: #0e0e0e;
    display: block
}

.project-detail-section .hscg3 .lower-section {
    position: relative;
    padding-top: 30px
}

.project-detail-section .hscg3 .lower-section h2 {
    position: relative;
    color: #222;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3em;
}

.project-detail-section .hscg3 .lower-section .bold-text {
    position: relative;
    color: #0e0e0e;
    font-size: 20px;
    margin-top: 22px;
    line-height: 1.5em
}

.project-detail-section .hscg3 .lower-section p {
    position: relative;
    color: #0e0e0e;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 20px
}

.hscg3 .video-box-two .image {
    position: relative;
    overflow: hidden;
    margin: 0
}

.hscg3 .video-box-two .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    line-height: 80px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.hscg3 a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none!important
}

.hscg3 .video-box-two .image img {
    position: relative;
    width: 100%
}

.hscg3 .video-box-two .overlay-box span {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    z-index: 99;
    color: #000;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    padding-left: 4px;
    background-color: #fff;
    display: inline-block;
    margin-top: -40px;
    margin-left: -40px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}

.hscg3 .project-detail-section .lower-section .lower-box {
    position: relative;
    margin-top: 50px
}

.hscg3 .project-info-block {
    position: relative;
    margin-bottom: 35px
}

.hscg3 .project-info-block .block-info {
    position: relative;
    padding: 30px 30px 15px;
    border-radius: 5px;
    border: 3px solid #ddd
}

.hscg3 .project-info-block .block-info h4 {
    position: relative;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px
}

.hscg3 .project-info-block .block-info .project-info {
    position: relative;
    color: #0e0e0e;
    font-size: 14px;
    margin-bottom: 15px;
    padding-left: 30px
}

.hscg3 .project-info-block .block-info .project-info .icon {
    position: absolute;
    left: 0;
    top: 2px;
    color: #fa0;
    font-size: 18px;
    line-height: 1em
}

.hscg3 .new-posts {
    position: relative;
    margin-top: 50px
}

.hscg3 .new-posts .prev {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 14px 30px;
    display: inline-block;
    border-radius: 50px 0 0 50px;
    background-color: #0e0e0e;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease
}

.hscg3 .new-posts .next {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 14px 30px;
    display: inline-block;
    border-radius: 0 50px 50px 0;
    background-color: #0e0e0e;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease
}

.hscg3 .new-posts .grid-view {
    position: absolute;
    left: 50%;
    top: 19px;
    font-size: 30px;
    line-height: 1em;
    color: #fda700;
    margin-left: -10px
}

.hscg3 .video-box-two .ripple,
.hscg3 .video-box-two .ripple:before,
.hscg3 .video-box-two .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hscg3 .video-box-two .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

.project-detail-section .hscg3 .info-column .info-list li .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    color: #fda700;
    font-size: 22px;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(253, 167, 0, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(253, 167, 0, 0)
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(253, 167, 0, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(253, 167, 0, 0)
    }
}


/* Proje Detay bitis */


/* Proje detay yeni2 */

.hscg3 .text-primary {
    color: #ffd100!important
}

.hscg3 section.p {
    position: relative;
    padding: 120px 0;
    display: block;
}

.hscg3 img {
    height: auto;
    max-width: 100%
}

.hscg3 h2 {
    font-size: 50px;
    font-weight: 900;
    line-height: 56px
}

.hscg3 h3 {
    font-size: 30px;
    margin-bottom: 18px;
}

.hscg3 h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #03132b;
    font-weight: 700;
}

.hscg3 .project-feature-slider {
    margin: 0 -15px;
    padding-top: 30px
}

.hscg3 .project-feature-box {
    padding: 0 15px
}

.hscg3 .project-feature-box img {
    margin-bottom: 30px
}

.hscg3 .project-feature-box h3 {
    margin-bottom: 0
}

.hscg3 .project-slider {
    margin: 0 -15px
}

.hscg3 .project-slider img {
    width: 100%
}

.hscg3 .project-box {
    padding: 0 15px
}

.hscg3 .project-slider-content {
    position: absolute;
    bottom: 0;
    right: -100%;
    width: 100%;
    padding: 30px 40px;
    background-color: #fff;
    border-right: 6px solid #ffd100;
}

.hscg3 .project-meta {
    margin-bottom: 10px
}

.hscg3 .project-slider .btn-link {
    color: #ffd100
}

.hscg3 .project-slider .btn-link i {
    margin-left: 10px
}

.hscg3 .project-slider .slick-arrow {
    top: 45%
}

.hscg3 .project-slider .slick-arrow {
    top: 45%;
}

.hscg3 .project-slider .prev-nav {
    left: -45px;
}

.hscg3 .project-slider .next-nav {
    right: -45px;
}

.hscg3 .project-slider .prev-nav.slick-arrow {
    right: 55px
}

.hscg3 .project-slider .next-nav.slick-arrow {
    right: -45px;
}

.slick-arrow:hover {
    border-color: #ffd100;
    color: #ffd100
}

.hscg3 .project-grid {
    overflow: hidden
}

.hscg3 #filters {
    padding-bottom: 15px;
    margin-bottom: 60px;
    border-bottom: 1px solid #ccc
}

.hscg3 #filters a {
    color: #707070;
    font-size: 16px;
    font-weight: 500;
    margin-right: 40px;
    text-decoration: none
}

.hscg3 #filters a.selected,
#filters a:hover {
    color: #ffd100
}

.hscg3 #filters a:last-child {
    margin-right: 0
}

.hscg3 .project-item {
    margin-bottom: 30px
}

.hscg3 .project-item .inner {
    position: relative
}

.hscg3 .project-info {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    color: #b7b7b7;
    background-color: rgba(3, 19, 43, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.hscg3 .project-item .inner:hover .project-info {
    top: 0;
    opacity: 1;
    visibility: visible
}

.hscg3 .project-info a {
    color: #b7b7b7
}

.hscg3 .project-info h3 a {
    color: #f2f4f6;
    text-decoration: none
}

.hscg3 .project-info a:hover {
    color: #ffd100
}

.hscg3 .project-info .project-meta {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0;
    padding: 30px;
    border-bottom: 1px solid rgba(183, 183, 183, 0.2)
}

.hscg3 .project-info .project-content {
    padding: 55px 30px
}

.hscg3 .project-info .project-content p {
    margin-bottom: 50px
}

.hscg3 .project-info .project-content i {
    margin-left: 10px
}

.hscg3 .project-grid-2 {
    overflow: hidden;
    margin-left: -1px
}

.hscg3 .project-grid-2 .project-item {
    margin-bottom: 0
}

.hscg3 .project-detail-box {
    padding: 30px;
    background-color: #f2f4f6
}

.hscg3 .project-detail-box ul {
    list-style: none;
    color: #707070;
    font-weight: 500;
    padding: 0;
    margin: 0
}

.hscg3 .project-detail-box ul li {
    padding-bottom: 24px
}

.hscg3 .project-detail-box ul li:last-child {
    padding-bottom: 0
}

.hscg3 .project-detail-box a {}

.hscg3 .project-detail-box span {
    float: right;
    color: #03132b
}

.hscg3 .slick-arrow {
    position: absolute;
    top: -60px;
    font-size: 40px;
    padding: 0;
    border-radius: 50%;
    border: none;
    line-height: 1;
    right: 0;
    outline: none;
    background-color: transparent;
    color: #b7b7b7;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease
}

.hscg3 button {
    color: #252525;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.5714285714;
    font-weight: 400;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    box-sizing: border-box
}

.hscg3 .project-share {
    text-align: left
}

.hscg3 .project-share i {
    color: #7a7a7a;
}

.hscg3 .project-share span {
    color: #707070;
    text-decoration: underline;
    line-height: 26px
}

.hscg3 .projects-list {
    margin-bottom: 90px;
    position: relative;
    display: inline-block
}

.hscg3 .relate-project:hover {
    opacity: .7;
}


/* Proje detay yeni2 bitis */


/* Proje detay yeni3 */

.hscg3 .section-title {
    max-width: 600px;
    margin: 0 auto 60px;
    text-align: center
}

.hscg3 .section-title .top-title {
    color: #102a82;
    font-size: 14px;
    display: block;
    margin-top: -7px;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
    font-family: "Rubik", sans-serif
}

.hscg3 .section-title h2 {
    margin-bottom: 20px;
    font-size: 35px
}

.hscg3 h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #424866;
    font-weight: 700
}

.hscg3 .section-title p {
    margin-bottom: 0
}

.hscg3 .project-details-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #05125e;
    opacity: .5
}

.hscg3 .project-details-info {
    background: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding: 30px
}

.hscg3 .project-details-info ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.hscg3 .project-details-info ul li {
    color: #828893;
    font-size: 16px;
    margin-bottom: 14px;
    display: inline-block;
}

.hscg3 .project-details-info ul li span {
    font-weight: 500;
    display: inline-block;
    margin-right: 5px;
    color: #424866
}

.hscg3 .project-details-info ul li ul {
    display: inline-block;
    display: inline-block
}

.hscg3 .project-details-info ul li ul li a {
    width: 30px;
    height: 30px;
    background: #2d3046;
    text-align: center;
    color: #fff;
    line-height: 30px;
    border-radius: 50%;
    padding: 3px 5px;
}

.hscg3 .project-details-desc {
    margin-top: 30px;
    margin-top: 30px
}

.hscg3 .project-details-desc p {
    margin: 25px 0;
    font-size: 15px;
}

.hscg3 img {
    max-width: 100%;
    height: auto;
}

.hscg3 .project-details-img {
    position: relative;
}

.hscg3 .project-next-and-prev {
    padding: 20px 0;
}

.hscg3 .project-details-area {
    padding: 80px 0;
}

.hscg3 blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 50px!important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
    background-color: #fafafa;
    padding: 50px!important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
    background: #f7f7f7;
    padding: 30px 20px !important;
    margin-bottom: 25px;
    border-left: 4px solid #ff5202;
    text-align: left;
}

.hscg3 blockquote::before {
    color: #efefef;
    content: "\f10e";
    position: absolute;
    left: 50px;
    top: -50px;
    z-index: -1;
    font-family: "Font Awesome 5 Free";
    font-size: 140px;
    font-weight: 900
}

.hscg3 .project-details-desc .blockquote p {
    margin-bottom: 0;
    color: #424866;
    font-weight: 700;
    font-size: 15px;
}

.hscg3 .projects-details-img {
    position: relative;
}

.hscg3 .default-btn {
    position: relative;
    font-size: 16px;
    color: #fff;
    background-color: #fe5a0e;
    padding: 18px 30px;
    line-height: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
    z-index: 1
}

.hscg3 .default-btn:hover {
    color: #fff;
    background-color: #05125e;
}

.hscg3 .projects-details-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #05125e;
    opacity: 0.5;
}


/* Proje detay yeni3 bitis */


/* Proje detay yeni4 */

.hscg5 .section-full {
    position: relative
}

.hscg5 .p-tb80 {
    padding-bottom: 80px;
    padding-top: 80px
}

.hscg5 .p-a20 {
    padding: 20px
}

.hscg5 .m-b30 {
    margin-bottom: 30px
}

.hscg5 .bg-gray {
    background-color: #eef1f2
}

.hscg5 .m-b30 {
    margin-bottom: 30px
}

.hscg5 .project-detail-outer .project-detail-pic .sx-media img {
    width: 100%
}

.hscg5 .sx-img-effect {
    position: relative;
    overflow: hidden;
    display: block
}

.hscg5 .sx-img-overlay1:before {
    width: 100%;
    height: 100%;
    opacity: 0
}

.hscg5 .sx-img-overlay1:before,
.sx-img-overlay1:after,
.sx-img-overlay2:before,
.sx-img-overlay2:after,
.sx-img-overlay7:before,
.sx-img-overlay7:after {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: .4;
    z-index: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.hscg5 .yt-thum-box img {
    margin: -9.5% 0
}

.hscg5 .sx-img-effect img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s
}

.hscg5 .sx-thum-bx img,
.sx-post-thum img {
    width: 100%;
    height: auto
}

.hscg5 .play-now {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    width: 60px;
    height: 60px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 35px;
    color: #000;
    font-size: 20px;
}

.hscg5 .sx-img-overlay1:before,
.sx-img-overlay1:after,
.sx-img-overlay2:before,
.sx-img-overlay2:after,
.sx-img-overlay7:before,
.sx-img-overlay7:after {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: .4;
    z-index: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.hscg5 .play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform-origin: center;
    transform-origin: center center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.hscg5 .play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.hscg5 .play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

.hscg5 .product-block ul {
    margin-bottom: 0;
    list-style: none
}

.hscg5 .product-block ul li {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px
}

.hscg5 h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #000;
    margin-bottom: 15px
}

.hscg5 .product-block p {
    margin-bottom: 0
}

.hscg5 p {
    line-height: 24px;
    margin-bottom: 20px
}

.hscg5 .sx-divider {
    height: 1px;
    position: relative;
    margin: 30px 0;
    background: #000;
}

.hscg5 .social-icons {
    list-style: none;
    font-size: 12px;
    margin: 0
}

.hscg5 .social-icons li {
    display: inline-block;
    text-align: center
}

.hscg5 .social-icons.social-darkest a {
    color: #23252d
}

.hscg5 .social-icons.social-square a,
.hscg5 .social-icons.social-radius a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0
}

.hscg5 .social-icons li a {
    display: block;
    padding: 3px
}

.hscg5 .section-full {
    position: relative
}

.hscg5 .bg-gray {
    background-color: #eef1f2
}

.hscg5 .p-tb80 {
    padding-bottom: 80px;
    padding-top: 80px
}

.hscg5 .section-head {
    margin-bottom: 40px
}

.hscg5 .sx-separator-outer .separator-left {
    text-align: left
}

.hscg5 .sx-separator-outer {
    overflow: hidden
}

.hscg5 .sx-separator {
    display: inline-block;
    margin-top: 0;
    border: 1px solid #ebebeb;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.hscg5 .sx-separator-outer.separator-left .sep-line-one {
    padding: 20px 60px 20px 20px;
    font-size: 42px;
    font-weight: 800;
    margin: 0
}

.hscg5 .sx-separator-outer.separator-left .sep-line-one:after {
    width: 20px;
    right: 20px;
    top: 50%;
    margin-top: -2px
}

.hscg5 .sep-line-one {
    position: relative;
    color: #23252d
}

.hscg5 .sep-line-one:after,
.hscg5 .sep-line-one:before {
    -moz-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    position: absolute;
    content: '';
    background-color: #000;
    height: 4px
}

.hscg5 .sep-line-one:after {
    width: 20px;
    right: -40px;
    top: 50%;
    margin-top: -2px
}

.hscg5 .sep-line-one:before {
    width: 20px;
    left: -40px;
    top: 50%;
    margin-top: -2px
}

.hscg5 .section-head:hover .sep-line-one:after {
    width: 35px
}

.hscg5 .section-head:hover .sep-line-one:before {
    width: 35px
}

.hscg5 .project-carousel3 .project-mas {
    margin: 0
}

@media only screen and (max-width:767px) {
    .hscg5 .project-carousel3 {
        padding: 0
    }
    .hscg5 .project-carousel3 .project-mas.hover-shadow {
        box-shadow: none
    }
}

.hscg5 .image-effect-one {
    background-color: #000;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%
}

.hscg5 .image-effect-one * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.hscg5 .image-effect-one:before,
.hscg5 .image-effect-one:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    background-color: #000;
    content: '';
    opacity: .6;
    z-index: 1
}

.hscg5 .image-effect-one:before {
    -webkit-transform: skew(40deg) translateX(-155%);
    transform: skew(40deg) translateX(-155%)
}

.hscg5 .image-effect-one:after {
    -webkit-transform: skew(40deg) translateX(155%);
    transform: skew(40deg) translateX(155%)
}

.hscg5 .image-effect-one img {
    backface-visibility: hidden;
    max-width: 100%;
    width: 100%;
    vertical-align: top
}

.hscg5 .image-effect-one .figcaption {
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000
}

.hscg5 .image-effect-one .mfp-link {
    background-color: #000;
    border: 2px solid #d7b39a;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    padding: 5px 10px;
    text-transform: uppercase
}

.hscg5 .image-effect-one:hover>img {
    opacity: .5
}

.hscg5 .image-effect-one:hover:before {
    -webkit-transform: skew(40deg) translateX(-55%);
    transform: skew(40deg) translateX(-55%)
}

.hscg5 .image-effect-one:hover:after {
    -webkit-transform: skew(40deg) translateX(55%);
    transform: skew(40deg) translateX(55%)
}

.hscg5 .image-effect-one:hover .figcaption {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
}

.hscg5 .sx-tilte a {
    color: #23252d
}

.hscg5 .sx-tilte:hover a {
    color: #d7b39a
}

.hscg5 .owl-btn-vertical-center .owl-nav {
    margin: 0
}

.hscg5 .owl-btn-vertical-center .owl-nav .owl-prev,
.owl-btn-vertical-center .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin: -15px 0
}

.hscg5 .owl-btn-vertical-center .owl-nav .owl-prev {
    left: 0
}

.hscg5 .owl-btn-vertical-center .owl-nav .owl-next {
    right: 0
}

.hscg5 .owl-prev,
.owl-next {
    border-color: #fff;
    color: #000;
    padding: 8px 10px;
    text-align: center;
    font-size: 24px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.hscg5 .owl-prev {
    margin-right: 5px
}

.hscg5 .owl-next {
    margin-left: 5px
}

.hscg5 .owl-prev:hover,
.owl-prev:active,
.owl-prev:focus,
.owl-next:hover,
.owl-next:active,
.owl-next:focus {
    background-color: #212121;
    border-color: #212121;
    color: #fff;
    opacity: .9
}


/* Proje detay yeni4 bitis */


/* Proje detay yeni5 */

.hscg5 .project-details {
    padding-left: 30px;
    color: #2B2D37;
}

.hscg5 .project-details p {
    margin-bottom: 1rem;
}

.hscg5 .project-details h3 {
    font-size: 40px;
    font-weight: 700;
}

.hscg5 .space__bottom--40 {
    margin-bottom: 40px;
}

.hscg5 .space__top--10 {
    margin-top: 10px;
}

.hscg5 .project-information {
    padding: 30px 35px;
    background-color: #2B2D37
}

.hscg5 .project-information h3 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #FFF
}

.hscg5 .project-information h4 {
    color: #FFF
}

.hscg5 .project-information ul li {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #FFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.hscg5 .project-information ul li a {
    color: #fff
}

.hscg5 .project-information ul li a:hover {
    text-decoration: none;
    color: #FABC3D;
}

.hscg5 .project-information ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

.hscg5 .project-information ul li strong {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100px;
    font-size: 16px;
    font-weight: 700;
}

.hscg5 .gallery-item {
    position: relative;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.hscg5 .gallery-item::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    background-color: #2B2D37
}

.hscg5 .gallery-item img {
    width: 100%
}

.hscg5 .gallery-item .plus {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0
}

.hscg5 .gallery-item .plus::before,
.gallery-item .plus::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #FFF
}

.hscg5 .gallery-item .plus::before {
    width: 150px;
    height: 1px
}

.hscg5 .gallery-item .plus::after {
    width: 1px;
    height: 150px
}

.hscg5 .gallery-item:hover::before {
    opacity: .75
}

.hscg5 .gallery-item:hover .plus {
    opacity: 1
}

.hscg5 .gallery-item:hover .plus::before {
    width: 40px
}

.hscg5 .gallery-item:hover .plus::after {
    height: 40px
}


/* Proje detay yeni5 bitis */


/* Proje List */

.hscg5 .single-project-wrapper {
    position: relative;
    margin: 10px 0;
}

.hscg5 .single-project-wrapper:before {
    position: absolute;
    z-index: 3;
    top: 20%;
    left: 65px;
    width: 1px;
    height: 0;
    content: "";
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    background-color: #FFF
}

.hscg5 .single-project-wrapper:after {
    position: absolute;
    z-index: 3;
    bottom: 20%;
    left: 30px;
    width: 0;
    height: 1px;
    content: "";
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    background-color: #FFF
}

.hscg5 .single-project-wrapper--reduced-abs:before {
    left: 35px
}

.hscg5 .single-project-wrapper--reduced-abs:after {
    left: 15px
}

.hscg5 .single-project-wrapper--reduced-abs .single-project-item .single-project-title {
    left: 50px
}

.hscg5 .single-project-wrapper:hover .single-project-item:before {
    visibility: visible;
    opacity: .8
}

.hscg5 .single-project-wrapper:hover .single-project-item .single-project-title {
    bottom: 25%;
    visibility: visible;
    opacity: 1
}

.hscg5 .single-project-wrapper:hover:before {
    height: 70%
}

.hscg5 .single-project-wrapper:hover:after {
    width: 70%
}

.hscg5 .single-project-item {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px
}

.hscg5 .single-project-item:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    background-color: #000
}

.hscg5 .single-project-item img {
    width: 100%
}

.hscg5 .single-project-item .single-project-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    position: absolute;
    z-index: 9;
    bottom: 30%;
    left: 80px;
    display: inline-block;
    visibility: hidden;
    padding: 0 30px 0 0;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    opacity: 0;
    color: #FFF
}


/* Proje List bitis */


/* Proje list yeni2 */

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

.hscg5 .tm-sc-projects.projects-style6-hanging-content .tm-project {
    text-align: center;
    overflow: visible
}

.hscg5 .tm-sc-projects.projects-style6-hanging-content .tm-project .thumb {
    overflow: hidden;
    position: relative
}

.hscg5 .tm-sc-projects.projects-style6-hanging-content .tm-project .thumb img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all .4s ease-in-out;
    max-width: 100%
}

@media screen and (prefers-reduced-motion: reduce) {
    .hscg5 .tm-sc-projects.projects-style6-hanging-content .tm-project .thumb img {
        transition: none
    }
}

.tm-sc-projects.projects-style6-hanging-content .tm-project .thumb:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .3s linear;
    overflow: hidden;
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0
}

@media screen and (prefers-reduced-motion: reduce) {
    .hscg5 .tm-sc-projects.projects-style6-hanging-content .tm-project .thumb:after {
        transition: none
    }
}

.hscg5 .tm-sc-projects.projects-style6-hanging-content .tm-project .details {
    padding: 30px;
    position: relative;
    margin-left: 12px;
    margin-right: 12px;
    text-align: center;
    margin-top: -20px;
    z-index: 1;
    transition: all .4s ease-in-out;
    border-bottom: 3px solid #001e57;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(5, 5, 5, 0.08)
}

@media screen and (prefers-reduced-motion: reduce) {
    .hscg5 .tm-sc-projects.projects-style6-hanging-content .tm-project .details {
        transition: none
    }
}

.hscg5 .tm-sc-projects.projects-style6-hanging-content .tm-project:hover .thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.hscg5 .tm-sc-projects.projects-style6-hanging-content .tm-project:hover .thumb:after {
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1
}

.hscg5 .tm-sc-projects .tm-project .btn-plain-text:after {
    background: #FFA303
}

.hscg5 .tm-sc-projects .tm-project .btn-plain-text-with-arrow:focus:after,
.tm-sc-projects .tm-project .btn-plain-text-with-arrow:hover:after {
    color: #FFA303
}

.hscg5 .tm-sc-projects .tm-project .details .cat-list a {
    color: #FFA303
}

.hscg5 .tm-sc-projects.projects-style6-hanging-content .tm-project .details {
    border-color: #FFA303
}

.hscg5 .tm-sc-projects.projects-style6-hanging-content .tm-project:hover .details {
    border-color: #2F2440
}

.hscg5 .tm-sc-projects.projects-style7-fullwidth-gallery .tm-project .thumb .link {
    background: #FFA303
}

.hscg5 .projects-item {
    margin-bottom: 40px
}

.hscg5 .owl-carousel .projects-item {
    margin-bottom: 30px
}

.hscg5 .tm-sc-projects .tm-project {
    position: relative
}

.hscg5 .tm-sc-projects .tm-project .details h5 a {
    color: #002c42
}

.hscg5 .cat-list {
    list-style: none;
    font-size: .8rem;
    color: #444;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.hscg5 .cat-list li {
    display: inline-block;
    margin-right: 7px
}

.hscg5 .cat-list li a {
    font-weight: 400;
    color: #FFA303!important
}

.hscg5 .cat-list li:last-child span {
    display: none
}

.hscg5 .cat-list+.title {
    margin-top: 5px
}

.hscg5 .tm-sc-projects.border-radius-around-box .tm-project {
    border-radius: 15px;
    overflow: hidden
}

.hscg5 .tm-sc-projects.projects-style6-hanging-content .tm-project:hover .details {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}


/* Proje list yeni2 bitis */


/* Proje list yeni2 */

.hscg5 .tm-sc-services.services-style7-fullwidth-gallery .tm-service {
    overflow: visible;
    position: relative;
    padding-top: 0;
}

.hscg5 .img-fullwidth {
    max-width: 100%;
    height: auto
}

.hscg5 .tm-sc-services.services-style7-fullwidth-gallery .tm-service .details a {
    color: #fff
}

.hscg5 .tm-sc-services.services-style7-fullwidth-gallery .tm-service .details p {
    font-weight: 700;
}

.hscg5 .btn-outline-theme-colored1 {
    color: #eee;
    background-color: transparent;
    background-image: none;
    border-color: #FFA303;
    border-radius: 0;
    font-weight: 700;
    font-size: 15px;
    padding: 0.50rem 1.5rem;
    border-width: 3px;
    text-transform: capitalize;
    letter-spacing: .05rem;
}

.hscg5 .btn-outline-theme-colored1:hover {
    color: #212529;
    background-color: #FFA303;
    border-color: #FFA303
}

.hscg5 .btn-outline-theme-colored1:focus,
.btn-outline-theme-colored1.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 163, 3, 0.5)
}

.hscg5 .btn-outline-theme-colored1.disabled,
.btn-outline-theme-colored1:disabled {
    color: #FFA303;
    background-color: transparent
}

.hscg5 .btn-outline-theme-colored1:not(:disabled):not(.disabled):active,
.btn-outline-theme-colored1:not(:disabled):not(.disabled).active,
.show>.btn-outline-theme-colored1.dropdown-toggle {
    color: #212529;
    background-color: #FFA303;
    border-color: #FFA303
}

.hscg5 .btn-outline-theme-colored1:not(:disabled):not(.disabled):active:focus,
.btn-outline-theme-colored1:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-theme-colored1.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 163, 3, 0.5)
}

.hscg5 .tm-sc-services.services-style7-fullwidth-gallery .tm-service .thumb {
    overflow: hidden;
    position: relative
}

.hscg5 .tm-sc-services.services-style7-fullwidth-gallery .tm-service .thumb img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all .4s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .hscg5 .tm-sc-services.services-style7-fullwidth-gallery .tm-service .thumb img {
        transition: none
    }
}

.hscg5 .tm-sc-services.services-style7-fullwidth-gallery .tm-service .thumb:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .3s linear;
    overflow: hidden;
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0
}

@media screen and (prefers-reduced-motion: reduce) {
    .hscg5 .tm-sc-services.services-style7-fullwidth-gallery .tm-service .thumb:after {
        transition: none
    }
}

.hscg5 .tm-sc-services.services-style7-fullwidth-gallery .tm-service .thumb .link {
    background: #ffa303;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .45s;
    transition: all .45s;
    -moz-transition: all .45s;
    -ms-transition: all .45s;
    width: 32px;
    height: 32px;
    line-height: 33px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99;
    text-align: center;
    margin-top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hscg5 .tm-sc-services.services-style7-fullwidth-gallery .tm-service:before,
.tm-sc-services.services-style7-fullwidth-gallery .tm-service:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hscg5 .tm-sc-services.services-style7-fullwidth-gallery .tm-service:before {
    background-image: url(../images/shadow-overlay2.png);
    background-position: center bottom;
    z-index: 1;
    background-repeat: no-repeat
}

.hscg5 .tm-sc-services.services-style7-fullwidth-gallery .tm-service:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8939950980392157) 0%, rgba(255, 255, 255, 0) 100%);
}

.hscg5 .tm-sc-services.services-style7-fullwidth-gallery .tm-service:after {
    z-index: 2
}

.hscg5 .tm-sc-services.services-style7-fullwidth-gallery .tm-service .details {
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    flex-direction: column;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: all .4s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .hscg5 .tm-sc-services.services-style7-fullwidth-gallery .tm-service .details {
        transition: none
    }
}

.hscg5 .tm-sc-services.services-style7-fullwidth-gallery .tm-service .details .title:hover,
.tm-sc-services.services-style7-fullwidth-gallery .tm-service .details a:hover {
    color: #eee
}

.hscg5 .tm-sc-services.services-style7-fullwidth-gallery .tm-service .details .excerpt {
    color: #ddd
}

.hscg5 .tm-sc-services.services-style7-fullwidth-gallery .tm-service .details .btn-view-details {
    transition: all .4s ease-in-out;
    opacity: 0
}

@media screen and (prefers-reduced-motion: reduce) {
    .hscg5 .tm-sc-services.services-style7-fullwidth-gallery .tm-service .details .btn-view-details {
        transition: none
    }
}

.hscg5 .tm-sc-services.services-style7-fullwidth-gallery .tm-service:hover .thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.hscg5 .tm-sc-services.services-style7-fullwidth-gallery .tm-service:hover .thumb:after {
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1
}

.hscg5 .tm-sc-services.services-style7-fullwidth-gallery .tm-service:hover .thumb .link {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 0
}

.hscg5 .tm-sc-services.services-style7-fullwidth-gallery .tm-service:hover .details {
    border-color: #df6512;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

.hscg5 .tm-sc-services.services-style7-fullwidth-gallery .tm-service:hover .details .btn-view-details {
    opacity: 1
}


/* Proje list yeni2 bitis */


/* List 4 Sira 1 */

.hscgT .product-grid .block-title::after {
    bottom: -23px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 30px
}

.hscgT * {
    transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
}

.hscgT .product-grid .btn:hover,
.hscgT .product-grid .btn:focus,
.hscgT .product-grid .btn:active,
.hscgT .product-grid .btn.active {
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background: #333
}

.hscgT section.product-grid {
    padding-top: 2px;
    padding-bottom: 10px
}

.hscgT .product-grid .thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    padding: 4px
}

.hscgT .product-grid .text-center {
    text-align: center
}

.hscgT .product-grid .style-4 .hover-content .add-to-cart {
    display: block;
    position: relative;
    margin-bottom: 3px;
    opacity: 0;
    top: -150px
}

.hscgT .product-grid .style-4 .hover-content .add-to-cart .btn {
    width: 192px
}

.hscgT .product-grid .style-4 .item-img {
    position: relative;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    z-index: 0
}

.hscgT .product-grid .style-4 .hover-content {
    left: 0;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    width: 100%
}

.hscgT .product-grid .style-4 .item-detail {
    padding: 10px
}

.hscgT .product-grid .style-4 .item-detail .ecm-heading-h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px
}

.hscgT .product-grid .style-4 .item-detail .item-price {
    font-weight: 600;
    float: left;
    font-size: 20px
}

.hscgT .product-grid .style-4 .item-detail .user-rating {
    float: right;
    margin-top: 7px
}

.hscgT .product-grid .style-4 .user-action .btn {
    padding: 5px 0;
    width: 45px
}

.hscgT .product-grid .style-4 .user-rating li {
    padding: 0 2px;
    display: inline-block
}

.hscgT .product-grid .style-4 .user-rating li .ecm-rating {
    color: #a8a8a8
}

.hscgT .product-grid .style-4 .add-to-cart,
.product-grid .style-4 .hover-content,
.product-grid .style-4 a,
.product-grid .style-4 i,
.product-grid .style-4 img,
.product-grid .style-4 .btn,
.product-grid .user-action {
    transition: all .5s ease-in-out 0;
    -moz-transition: all .5s ease-in-out 0;
    -webkit-transition: all .5s ease-in-out 0;
    -o-transition: all .5s ease-in-out 0;
    -ms-transition: all .5s ease-in-out 0
}

.hscgT .product-grid .style-4 .use-action .btn:nth-child(1) {
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s
}

.hscgT .product-grid .style-4 .use-action .btn:nth-child(2) {
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s
}

.hscgT .product-grid .style-4 .use-action .btn:nth-child(3) {
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s
}

.hscgT .product-grid .style-4 .thumbnail:hover .add-to-cart {
    opacity: 1;
    top: 0
}

.hscgT .product-grid .style-4 .thumbnail:hover .user-action .btn {
    opacity: 1;
    top: 0
}

.hscgT .product-grid .style-4 .user-action .btn {
    opacity: 0;
    top: 150px
}

.hscgT .product-grid .ecm-img {
    height: auto;
    line-height: normal;
    max-width: 100%;
    vertical-align: middle
}

.hscgT .product-grid .ecm-a .ecm-img,
.product-grid .ecm-img {
    border: none;
    outline: none!important;
    outline-offset: 0!important;
    opacity: 1
}

.hscgT .product-grid .ecm-a:hover .ecm-img {
    opacity: .6
}

.hscgT .product-grid .ecm-a,
.hscgT .product-grid :hover,
.hscgT .product-grid :focus,
.hscgT .product-grid :active .product-grid:focus {
    text-decoration: none;
    outline: none!important;
    outline-offset: 0!important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.hscgT .product-grid .ecm-a {
    color: #333
}

.hscgT .product-grid .block-title::after,
.hscgT .product-grid .btn,
.hscgT .product-grid .style-1 .btn,
.hscgT .product-grid .style-3 .btn,
.hscgT .product-grid .style-3 .btn:hover,
.hscgT .product-grid .style-3 .btn:focus,
.hscgT .product-grid .style-3 .btn:active,
.hscgT .product-grid .style-3 .btn.active,
.hscgT .product-grid .style-5 .user-action .btn:hover,
.hscgT .product-grid .style-5 .user-action .btn:focus,
.hscgT .product-grid .style-5 .user-action .btn:active,
.hscgT .product-grid .style-5 .user-action .btn.active,
.hscgT .product-grid .style-5 .thumbnail .item-img .badge,
.hscgT .product-grid .style-6 .thumbnail .item-img .sale,
.hscgT .product-grid .style-7 .thumbnail:hover .addtocart .ecm-cart .product-grid .style-8 .user-action .btn:hover,
.hscgT .product-grid .style-8 .user-action .btn:focus,
.hscgT .product-grid .style-8 .user-action .btn:active,
.hscgT .product-grid .style-8 .user-action .btn.active,
.hscgT .product-grid .style-12 .thumbnail .user-action,
.hscgT .product-grid .style-13 .user-action .btn:hover,
.hscgT .product-grid .style-13 .user-action .btn:focus,
.hscgT .product-grid .style-13 .user-action .btn:active,
.hscgT .product-grid .style-13 .user-action .btn.active,
.hscgT .product-grid .style-16 .thumbnail .product-des .action .btn:hover,
.hscgT .product-grid .style-16 .thumbnail .product-des .action .btn:focus,
.hscgT .product-grid .style-16 .thumbnail .product-des .action .btn:active,
.hscgT .product-grid .style-16 .thumbnail .product-des .action .btn.active,
.hscgT .product-grid .style-18 .thumbnail .item-detail .btn:hover,
.hscgT .product-grid .style-18 .thumbnail .item-detail .btn:focus,
.hscgT .product-grid .style-18 .thumbnail .item-detail .btn:active,
.hscgT .product-grid .style-18 .thumbnail .item-detail .btn.active,
.hscgT .product-grid .style-25 .thumbnail::after,
.hscgT .product-grid .style-25 .thumbnail::before,
.hscgT .product-grid .owl-three.owl-theme .owl-nav [class*="owl-"],
.hscgT .product-list .block-title::after,
.hscgT .product-list .style-5 .item-img .badge,
.hscgT .product-list .style-9 .user-action,
.hscgT .product-list .btn {
    background: #ff504c
}

.hscgT .product-grid .btn {
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer
}

.hscgT .btn {
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    background: #ff504c;
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.hscgT .product-grid .style-4 .user-rating li .ecm-rating {
    color: #a8a8a8
}

.hscgT .product-grid .ecm-a .ecm-img,
.product-grid .ecm-img {
    border: none;
    outline: none!important;
    outline-offset: 0!important;
    opacity: 1
}

.hscgT .product-grid .ecm-img {
    height: auto;
    line-height: normal;
    max-width: 100%;
    vertical-align: middle
}


/* List 4 Sira 1 Bitis */


/* List 7 Sira 2 */

.hscgT .product-grid .style-7 .thumbnail {
    text-align: center;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    position: relative;
}

.hscgT .product-grid .style-7 .thumbnail .item-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.hscgT .product-grid .style-7 .thumbnail .item-img .back {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.hscgT .product-grid .style-7 .thumbnail .item-detail .sale {
    position: absolute;
    top: 2%;
    right: 2%;
    background: #006;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 50%;
    display: block
}

.hscgT .product-grid .style-7 .thumbnail .hover-content .btn {
    font-size: 18px;
    height: 40px;
    padding: 0;
    text-align: center;
    width: 40px;
    margin-bottom: 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.hscgT .product-grid .style-7 .thumbnail .hover-content {
    display: block;
    margin-bottom: 5px;
    position: absolute;
    top: 30px;
    left: -90px;
}

.hscgT .product-grid .style-7 .thumbnail .addtocart .ecm-cart {
    bottom: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 20px;
    border: 7px solid #f2f2f2;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hscgT .product-grid .style-7 .thumbnail .item-price {
    margin-bottom: 56px;
    font-size: 15px;
    font-weight: 600;
    /*float: right*/
}

.hscgT .product-grid .style-7 .thumbnail .hover-content li {
    display: block
}

.hscgT .product-grid .style-7 .thumbnail .user-rating {
    float: left
}

.hscgT .product-grid .style-7 .user-rating li {
    padding: 0 2px;
    display: inline-block
}

.hscgT .product-grid .style-7 .user-rating li .ecm-rating {
    color: #a8a8a8
}

.hscgT .product-grid .style-7 .thumbnail,
.product-grid .style-7 .thumbnail .item-img,
.product-grid .style-7 .thumbnail .item-img .front,
.product-grid .style-7 .thumbnail .item-img .back,
.product-grid .style-7 .thumbnail .hover-content,
.product-grid .style-7 a,
.product-grid .style-7 i,
.product-grid .style-7 img,
.product-grid .style-7 .btn,
.product-grid .user-action {
    transition: all .5s ease-in-out 0;
    -moz-transition: all .5s ease-in-out 0;
    -webkit-transition: all .5s ease-in-out 0;
    -o-transition: all .5s ease-in-out 0
}

.hscgT .product-grid .style-7 .thumbnail:hover .back {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.hscgT .product-grid .style-7 .thumbnail:hover .front {
    opacity: 0;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.hscgT .product-grid .style-7 .thumbnail:hover {
    -moz-box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.3)
}

.hscgT .product-grid .style-7 .thumbnail:hover .addtocart .ecm-cart {
    -moz-box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.3)
}

.hscgT .product-grid .style-7 .thumbnail:hover .hover-content {
    left: -40px;
}

.hscgT .product-grid .style-7 .thumbnail:hover .hover-content li a {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}


/* List 7 Sira 2 Bitis */


/* List 1 Sira 3  */

.hscgC .tc-pricing-style1 .pricing-plan {
    transition: all .3s ease;
    margin-bottom: 30px;
    padding: 30px;
    text-align: left;
    color: #262b38;
    background-color: #ffffff;
    margin-bottom: 30px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.hscgC .tc-pricing-style1 .pricing-plan.featured {
    background: #ff5252;
}

.hscgC .tc-pricing-style1 .pricing-plan:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.hscgC .tc-pricing-style1 .pricing-head .name {
    font-size: 20px;
    text-align: center;
    transition: all .3s ease;
}

.hscgC .tc-pricing-style1 .pricing-plan.featured .name,
.hscgC .tc-pricing-style1 .pricing-plan.featured .price .value {
    color: #fff;
}

.hscgC .tc-pricing-style1 .pricing-head {
    position: relative;
}

.hscgC .tc-pricing-style1 .price-img {
    position: relative;
    margin-bottom: 25px;
}

.hscgC .tc-pricing-style1 .price-img:before {
    content: '';
    position: absolute;
    height: 20px;
    width: calc(100% + 60px);
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
    left: -30px;
    bottom: -20px;
}

.hscgC .tc-pricing-style1 .price-img img {
    width: 100%;
}

.hscgC .tc-pricing-style1 .pricing-plan.featured .price-img:before {
    background: #ff5252;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.11);
}

.hscgC .tc-pricing-style1 .pricing-body {
    font-size: 13px;
    text-align: center;
    margin: 30px 0;
    color: #999;
}

.hscgC .tc-pricing-style1 .pricing-body .short-desc {
    color: #9CA0A9;
    font-size: 17px;
    padding-bottom: 30px;
    transition: all .3s ease;
}

.hscgC .tc-pricing-style1 .pricing-body .price .amount {
    color: #696969;
    font-size: 18px;
    padding-bottom: 6px;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 2px dashed #ddd;
    transition: all .3s ease;
}

.hscgC .tc-pricing-style1 .pricing-body .price .value {
    font-size: 40px;
    color: #444;
    display: block;
    padding-bottom: 20px;
    transition: all .3s ease;
}

.hscgC .tc-pricing-style1 .pricing-plan.featured .short-desc,
.hscgC .tc-pricing-style1 .pricing-plan.featured .price .amount {
    color: rgba(255, 255, 255, 0.8);
}

.hscgC .tc-pricing-style1 .pricing-body .price .value sup {
    top: -8px;
}

.hscgC .tc-pricing-style1 .pricing-footer {
    text-align: center;
}

.hscgC .tc-pricing-style1 .pricing-footer .p-button {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    color: #000;
    z-index: 1;
    -webkit-transition: .2s cubic-bezier(0.19, 0.4, 0.9, 0.76) background;
    transition: .2s cubic-bezier(0.19, 0.4, 0.9, 0.76) background;
    min-width: 170px;
    padding: 10px 20px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none !important;
    text-align: center;
}

.hscgC .tc-pricing-style1 .pricing-plan.featured .p-button {
    color: #fff;
}

.hscgC .tc-pricing-style1 .pricing-footer .p-button:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transition: all 0.4s cubic-bezier(0, 0, 0, 0.3);
    transition: all 0.4s cubic-bezier(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.05);
}

.hscgC .tc-pricing-style1 .pricing-footer .p-button:hover:after {
    height: 100%;
    opacity: 1;
}

.hscgC .tc-pricing-style1 .pricing-plan.featured {
    background-color: #632d19e3;
}


/* List 1 Sira 3 Bitis */


/* List 2 Sira 4 */

.hscgC .tc-pricing-style6 .pricing-plan {
    background-color: #007efa;
    margin-bottom: 30px;
    transition: all .3s ease;
    border-radius: 6px;
    margin-bottom: 30px;
}

.hscgC .tc-pricing-style6 .pricing-plan:hover,
.hscgC .tc-pricing-style6 .pricing-plan.featured {
    background: #003968;
    transform: scale(1.1);
    box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.76);
}

.hscgC .tc-pricing-style6 .pricing-head .name {
    font-size: 18px;
    text-align: center;
    /* background: rgba(0, 0, 0, 0.36); */
    width: calc(100% - 0px);
    height: 50px;
    line-height: 50px;
    color: #fff;
    transition: all .3s ease;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00132d+0,0e2439+50,00032d+51,001726+100&0.75+0,0.75+100 */
    background: -moz-linear-gradient(top, rgba(0, 19, 45, 0.75) 0%, rgba(14, 36, 57, 0.75) 50%, rgba(0, 3, 45, 0.75) 51%, rgba(0, 23, 38, 0.75) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 19, 45, 0.75) 0%, rgba(14, 36, 57, 0.75) 50%, rgba(0, 3, 45, 0.75) 51%, rgba(0, 23, 38, 0.75) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 19, 45, 0.75) 0%, rgba(14, 36, 57, 0.75) 50%, rgba(0, 3, 45, 0.75) 51%, rgba(0, 23, 38, 0.75) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bf00132d', endColorstr='#bf001726', GradientType=0);
    /* IE6-9 */
}

.hscgC .tc-pricing-style6 .pricing-plan:hover .name,
.hscgC .tc-pricing-style6 .pricing-plan.featured .name {}

.hscgC .tc-pricing-style6 .pricing-head {
    position: relative;
}

.hscgC .tc-pricing-style6 .price-img {
    position: relative;
    padding: 10px;
}

.hscgC .tc-pricing-style6 .price-img img {
    width: 100%;
    border-radius: 6px;
}

.hscgC .tc-pricing-style6 .pricing-body {
    font-size: 13px;
    text-align: center;
    margin: 10px 0;
    color: #999;
    /* padding: 0px 30px; */
}

.hscgC .tc-pricing-style6 .pricing-body .short-desc {
    color: #f5f5f5;
    font-size: 17px;
    padding-bottom: 30px;
}

.hscgC .tc-pricing-style6 .pricing-body .price .amount {
    color: #f5f5f5;
    font-size: 18px;
    padding: 3px;
    margin-bottom: 20px;
    display: inline-block;
    box-shadow: 2px 2px 3px rgba(255, 255, 255, 0.07);
}

.hscgC .tc-pricing-style6 .pricing-body .price .value {
    font-size: 25px;
    color: #fff;
    display: block;
    /* padding-bottom: 20px; */
}

.hscgC .tc-pricing-style6 .pricing-body .price .value sup {
    top: -8px;
}

.hscgC .tc-pricing-style6 .pricing-footer {
    text-align: center;
    padding: 0 30px 30px;
}

.hscgC .tc-pricing-style6 .pricing-footer .p-button {
    background: rgba(0, 0, 0, 0.36);
    position: relative;
    overflow: hidden;
    color: #fff;
    z-index: 1;
    -webkit-transition: .2s cubic-bezier(0.19, 0.4, 0.9, 0.76) background;
    transition: .2s cubic-bezier(0.19, 0.4, 0.9, 0.76) background;
    min-width: 180px;
    padding: 13px 20px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none !important;
    border-radius: 4px;
    text-align: center;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00132d+0,0e2439+50,00032d+51,001726+100&0.75+0,0.75+100 */
    background: -moz-linear-gradient(top, rgba(0, 19, 45, 0.75) 0%, rgba(14, 36, 57, 0.75) 50%, rgba(0, 3, 45, 0.75) 51%, rgba(0, 23, 38, 0.75) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 19, 45, 0.75) 0%, rgba(14, 36, 57, 0.75) 50%, rgba(0, 3, 45, 0.75) 51%, rgba(0, 23, 38, 0.75) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 19, 45, 0.75) 0%, rgba(14, 36, 57, 0.75) 50%, rgba(0, 3, 45, 0.75) 51%, rgba(0, 23, 38, 0.75) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bf00132d', endColorstr='#bf001726', GradientType=0);
    /* IE6-9 */
}

.hscgC .tc-pricing-style6 .pricing-plan .pricing-footer .p-button:hover {
    color: #07d;
    border-color: #ffffff;
}

.hscgC .tc-pricing-style6 .pricing-plan.featured .p-button {
    color: #fff;
}

.hscgC .tc-pricing-style6 .pricing-footer .p-button:after {
    content: '';
    position: absolute;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0, 0.3);
    transition: all 0.3s cubic-bezier(0, 0, 0, 0.3);
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: #ffffff;
}

.hscgC .tc-pricing-style6 .pricing-footer .p-button:hover:after {
    width: 100%;
}


/* List 2 Sira 4 Bitis */


/* Button */

.flat-button:hover,
.flat-button:focus {
    -webkit-animation: pulse 1s!important;
    animation: pulse 1s!important;
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0)!important;
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--hover)
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--hover)
    }
}

.flat-button {
    --color: #ef6eae!important;
    --hover: #ef8f6e!important;
}

button.flat-button {
    color: var(--color)!important;
    -webkit-transition: .25s!important;
    transition: .25s!important;
}

button.flat-button:hover,
button.flat-button:focus {
    border-color: var(--hover)!important;
    color: #fff!important;
}

button.flat-button {
    background: none!important;
    border: 2px solid!important;
    font: inherit!important;
    line-height: 1!important;
    margin: .5em!important;
    padding: 1em 2em!important;
}


/* Button Bitis */


/* Breadcrumb */

.hscgB .page-title {
    position: relative;
    overflow: hidden;
    padding: 110px 0 110px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.hscgB .page-title.style-two {
    background-color: #1b222e
}

.hscgB .page-title.style-two .pattern-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 420px;
    background-repeat: repeat-x;
    animation: slide 100s linear infinite;
    -webkit-animation: slide 100s linear infinite
}

.hscgB .page-title.style-two .pattern-layer .pattern-2 {
    position: absolute;
    right: 0;
    bottom: -100px;
    width: 860px;
    height: 350px;
    background-repeat: no-repeat
}

.hscgB .page-title:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    opacity: .9
}

.hscgB .page-title.style-two:before {
    display: none
}

.hscgB .page-title .content-box h1 {
    position: relative;
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px
}

.hscgB .page-title .content-box .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin: 0 3px
}

.hscgB .page-title .content-box .bread-crumb li span {
    font-size: 13px
}

.hscgB .page-title .content-box .bread-crumb li:last-child {
    padding: 0;
    margin: 0
}

.hscgB .page-title .content-box .bread-crumb li a {
    color: #fff
}

.hscgB .page-title .content-box .bread-crumb li a:hover {
    text-decoration: underline
}

@keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 1920px 0;
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 1920px 0;
    }
}

.meta-wrap {
    text-align: center;
}

.hsc-blog-btn-more {
    margin: 0 auto !important;
}

.hsc-new-blog-builder {
    border-radius: 10px;
    overflow: hidden;
}

.title {
    font: 600 20px/40px segoe UI !important;
    color: #ffffff !important;
    border-radius: 8px;
    letter-spacing: 0.5px;
    margin: 0 auto;
    width: 100%;
    background: #FF5E15;
    background: -moz-linear-gradient(top, rgba(0, 19, 45, 0.75) 0%, rgba(14, 36, 57, 0.75) 50%, rgba(0, 3, 45, 0.75) 51%, rgba(0, 23, 38, 0.75) 100%);
    /* background: -webkit-linear-gradient(top, rgba(0, 19, 45, 0.75) 0%, rgba(14, 36, 57, 0.75) 50%, rgba(0, 3, 45, 0.75) 51%, rgba(0, 23, 38, 0.75) 100%); */
    /* background: linear-gradient(to bottom, rgba(0, 19, 45, 0.75) 0%, rgba(14, 36, 57, 0.75) 50%, rgba(0, 3, 45, 0.75) 51%, rgba(0, 23, 38, 0.75) 100%); */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bf00132d', endColorstr='#bf001726', GradientType=0);
}

.titles {
    font: 600 18px/40px segoe UI !important;
    color: #ffffff !important;
    border-radius: 8px 8px 0 0;
    letter-spacing: 0.5px;
    border: 0;
    margin: 0 auto;
    background: -moz-linear-gradient(top, rgba(0, 19, 45, 0.75) 0%, rgba(14, 36, 57, 0.75) 50%, rgba(0, 3, 45, 0.75) 51%, rgba(0, 23, 38, 0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 19, 45, 0.75) 0%, rgba(14, 36, 57, 0.75) 50%, rgba(0, 3, 45, 0.75) 51%, rgba(0, 23, 38, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 19, 45, 0.75) 0%, rgba(14, 36, 57, 0.75) 50%, rgba(0, 3, 45, 0.75) 51%, rgba(0, 23, 38, 0.75) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bf00132d', endColorstr='#bf001726', GradientType=0);
}

.tabcontent {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 0 8px 8px 8px;
    margin-bottom: 20px
}

nav>.nav.nav-tabs {
    border: none;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

nav>div a.nav-item.nav-link,
nav>div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

nav>div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -60px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: #e74c3c;
}

.tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #e74c3c;
    border-bottom: 5px solid #e74c3c;
    padding: 30px 25px;
}

nav>div a.nav-item.nav-link:hover,
nav>div a.nav-item.nav-link:focus {
    border: none;
    background: #e74c3c;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}

.table-striped {
    max-width: 250px;
    margin-left: 10px;
}

.table-striped td {
    border: 1px solid #ccc;
}


/* CSS Test begin */

.comment-box {
    margin-top: 30px !important;
}


/* CSS Test end */

.comment-box img {
    width: 50px !important;
    height: 50px !important;
}

.comment-box .media-left {
    padding-right: 10px;
    width: 65px;
}

.comment-box .media-body p {
    border: 1px solid #ddd;
    padding: 10px;
}

.comment-box .media-body .media p {
    margin-bottom: 0;
}

.comment-box .media-heading {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 7px 10px;
    position: relative;
    margin-bottom: -1px;
}

.comment-box .media-heading:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-width: 1px 0 0 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 10px;
    left: -6px;
}