@import "https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700|Hind:400,500,600,700|Quattrocento:400,700";
body {
    font-family: hind, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #646464
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom,#ff8a00,#f09624);
    border-radius: 0px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0px;
}

img {
    max-width: 100%
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none
}

a:focus,
a:hover {
    text-decoration: none
}

i,
span,
a {
    display: inline-block
}

h1,
h2,
h3,
h4,
h5,
h6 {
 /*  font-family::' hind ', sans-serif*/
    font-weight: 700;
    color: #121619;
    margin: 0
}

h1 {
    font-size: 60px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

p {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #646464;
    margin: 0
}

@media(max-width:767px) {
    p {
        font-size: 16px
    }
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

.main-btn {
    display: inline-block;
    font-weight: 600;
    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 #d9a868;
    padding: 0 30px;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    background: linear-gradient(to bottom,#ff8a00,#d7a65a)!important;
    -webkit-box-shadow: 0 5px 16px 0 rgba(235, 54, 86, .65);
    -moz-box-shadow: 0 5px 16px 0 rgba(235, 54, 86, .65);
    box-shadow: 0 5px 16px 0 rgb(138 89 29);
    font-family: barlow, sans-serif;
    text-transform: uppercase;
    margin-top: -20px;
}

.main-btn i {
    margin-right: 5px
}

.main-btn:hover {
    background-color: #fff;
    color:#ca0f13;
    border-color:#ca0f13;
}

.main-btn.main-btn-2 {
    background-color: #fff;
    color: #ca0f13;
    border-color:#ca0f13;
}

.main-btn.main-btn-2:hover {
    background-color: #ca0f13;
    border-color:#ca0f13;
    color: #fff
}

.section-title .sub-title {
    font-size: 18px;
    color: #ca0f13;
    text-transform: uppercase
}

@media(max-width:767px) {
    .section-title .sub-title {
        font-size: 16px
    }
}

.section-title .title {
    font-size: 35px;
    text-transform: uppercase
}

@media(max-width:767px) {
    .section-title .title {
        font-size: 24px
    }
}

.animation-one {
    -webkit-animation: rotate 15s linear infinite;
    -moz-animation: rotate 15s linear infinite;
    -o-animation: rotate 15s linear infinite;
    animation: rotate 15s linear infinite
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 99999
}

.preloader .loader_34 {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.preloader .loader_34 .ytp-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18;
    pointer-events: none
}

.preloader .loader_34 .ytp-spinner .ytp-spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    animation: ytp-spinner-linspin 1568.23529647ms linear infinite
}

.preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
    -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
    -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: ytp-spinner-easespin 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    right: 50%
}

.preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    left: 50%
}

.preloader .loader_34 .ytp-spinner-circle {
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    border-color: #eb3656 #eb3656 #ededed;
    border-radius: 50%;
    border-width: 6px
}

.preloader .loader_34 .ytp-spinner-left .ytp-spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: #ededed;
    -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: ytp-spinner-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.preloader .loader_34 .ytp-spinner-right .ytp-spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: #ededed;
    -webkit-animation: ytp-right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    -moz-animation: ytp-right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    -o-animation: ytp-right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: ytp-right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

@-webkit-keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg)
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg)
    }
    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg)
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg)
    }
    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg)
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg)
    }
    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg)
    }
}

@keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg)
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg)
    }
    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg)
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg)
    }
    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg)
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg)
    }
    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg)
    }
}

@-webkit-keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg)
    }
    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg)
    }
}

@keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg)
    }
    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg)
    }
}

@-webkit-keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }
    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }
}

@keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }
    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }
}

.header-area {
    position: relative
}

.header-area .shape {
    position: absolute
}

.header-area .header-shape-one {
    top: 0;
    left: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .header-shape-one {
        width: 230px
    }
}

@media(max-width:767px) {
    .header-area .header-shape-one {
        width: 180px
    }
}

.header-area .header-shape-tow {
    top: 25px;
    left: 31%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .header-shape-tow {
        left: 40%
    }
}

@media(max-width:767px) {
    .header-area .header-shape-tow {
        left: 60%;
        width: 60px
    }
}

.header-area .header-shape-three {
    left: 70px;
    bottom: 130px
}

@media(max-width:767px) {
    .header-area .header-shape-three {
        width: 90px;
        bottom: 200px
    }
}

.header-area .header-shape-fore {
    left: 48%;
    bottom: -90px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .header-shape-fore {
        width: 260px
    }
}

@media(max-width:767px) {
    .header-area .header-shape-fore {
        bottom: -60px;
        width: 210px
    }
}

.navigation-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 25px 0;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.navigation-bar.sticky {
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 21px 0 rgba(254, 119, 101, .2);
    -moz-box-shadow: 0 5px 21px 0 rgba(254, 119, 101, .2);
    box-shadow: 0 5px 21px 0 rgba(254, 119, 101, .2);
    z-index: 99;
    padding: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navigation-bar.sticky .navbar-btn {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media(max-width:767px) {
    .navigation-bar.sticky .navbar-btn {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.navbar {
    padding: 0;
    position: relative
}
.navbar .navbar-brand{
    margin-left:-80px;
    margin-top:-20px;
}

.navbar .navbar-brand img {
    max-width: 120px
}

.navbar .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    display: block;
    background-color: #646464;
    margin: 5px 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar .navbar-collapse {
        position: absolute;
        top: 128%;
        width: 100%;
        left: 0;
        background-color: #fff;
        padding: 5px 15px;
        z-index: 9;
        -webkit-box-shadow: 0 5px 25px 0 rgba(244, 128, 74, .3);
        -moz-box-shadow: 0 5px 25px 0 rgba(244, 128, 74, .3);
        box-shadow: 0 5px 25px 0 rgba(244, 128, 74, .3)
    }
}

@media(max-width:767px) {
    .navbar .navbar-collapse {
        position: absolute;
        top: 128%;
        width: 100%;
        left: 0;
        background-color: #fff;
        padding: 5px 15px;
        z-index: 9;
        -webkit-box-shadow: 0 5px 25px 0 rgba(244, 128, 74, .3);
        -moz-box-shadow: 0 5px 25px 0 rgba(244, 128, 74, .3);
        box-shadow: 0 5px 25px 0 rgba(244, 128, 74, .3)
    }
}

.navbar .navbar-nav .nav-item {
    margin-right: 30px;
    margin-top: -20px;
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .navbar .navbar-nav .nav-item {
        margin-right: 25px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar .navbar-nav .nav-item {
        margin: 5px 0
    }
}

@media(max-width:767px) {
    .navbar .navbar-nav .nav-item {
        margin: 5px 0
    }
}

.navbar .navbar-nav .nav-item a {
    color: #474747;
    font-family: hind, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .navbar .navbar-nav .nav-item a {
        font-size: 13px
    }
}

.navbar .navbar-nav .nav-item.active a,
.navbar .navbar-nav .nav-item:hover a {
    color: #edad4b;
    font-weight:600;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar .navbar-btn {
        position: absolute;
        right: 70px;
        top: 0
    }
}

@media(max-width:767px) {
    .navbar .navbar-btn {
        position: absolute;
        right: 70px;
        top: 0
    }
}

.header-banner {
    height: 700px;
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-banner {
        height: 500px
    }
}

@media(max-width:767px) {
    .header-banner {
        height: 500px
    }
}

.header-banner .banner-image {
    position: absolute;
    top: 30px;
    right: 0;
    width: 55%;
    height: 100%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.header-banner .banner-content {
    position: relative;
    z-index: 9
}

.header-banner .banner-content .sub-title {
   color: #212121;
    /* line-height: 52px; */
    padding-bottom: 20px;
    font-weight: 700;
    /* text-align: center; */
    text-transform: uppercase;
    position: relative;
    /* margin-bottom: 15px; */
    background-image: linear-gradient( 
81deg
 , #c53f3e 0%, #ff9903 75%, #c53f3e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media(max-width:767px) {
    .header-banner .banner-content .sub-title {
        font-size: 18px
    }
}

.header-banner .banner-content .banner-title {
    font-size: 60px;
    text-transform: uppercase;
}

.header-banner .banner-content .banner-title span {
    background-image: linear-gradient( 
81deg
 , #c53f3e 0%, #ff9903 75%, #c53f3e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   

}

@media(max-width:767px) {
    .header-banner .banner-content .banner-title {
        font-size: 38px
    }
}

.header-banner .banner-content .banner-contact {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    font-family: barlow, sans-serif;
    color: #f09422;
    text-transform: uppercase;
    margin-left: 70px
}

.header-banner .banner-content .banner-contact::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    background-color:#f09422;
    left: -70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width:767px) {
    .about-area {
        padding-top: 30px;
        padding-bottom: 80px
    }
}

.about-image {
    position: relative
}

.about-image::before {
    position: absolute;
    content: '';
    background-image: url(../images/about/dots.jpg);
    background-position: center center;
    background-size: 100%;
    width: 375px;
    height: 350px;
    left: 50%;
    top: 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%);
    z-index: -1
}

@media(max-width:767px) {
    .about-image::before {
        display: none
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .about-image::before {
        display: block
    }
}

.about-image .single-image {
    width: 360px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .about-image .single-image {
        width: 280px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-image .single-image {
        width: 400px
    }
}

@media(max-width:767px) {
    .about-image .single-image {
        width: 100%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .about-image .single-image {
        width: 360px
    }
}

.about-image .single-image img {
    width: 100%
}

.about-image .single-image.image-tow {
        margin-top: -100px;
    position: relative;
    z-index: 5
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .about-image .single-image.image-tow {
        margin-top: -150px
    }
}

@media(max-width:767px) {
    .about-image .single-image.image-tow {
        margin-top: 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .about-image .single-image.image-tow {
        margin-top: -200px
    }
}

.about-image .about-btn {
    position: relative;
    margin-left: 80px;
    margin-top: -40px;
    display: inline-block;
    z-index: 9
}

@media(max-width:767px) {
    .about-image .about-btn {
        margin: 0 auto;
        display: block;
        text-align: center
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .about-image .about-btn {
        margin-left: 80px;
        display: inline-block;
        text-align: left;
        margin-top: -50px
    }
}

.about-image .about-btn .main-btn {
    line-height: 58px;
    padding: 0 40px;
    border: 8px solid #fff;
    font-weight: 700;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}

.about-image .about-btn .main-btn span {
    font-size: 35px
}

@media(max-width:767px) {
    .about-image .about-btn .main-btn span {
        font-size: 28px
    }
}

.about-image .about-btn .main-btn:hover {
    border-color: #eb3656
}

@media(max-width:767px) {
    .about-image .about-btn .main-btn {
        line-height: 48px;
        padding: 0 30px;
        font-size: 14px;
        margin-top: -25px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .about-image .about-btn .main-btn {
        line-height: 48px;
        padding: 0 30px;
        font-size: 14px;
        margin-top: -25px
    }
}

.about-content .about-welcome {
    font-size: 24px;
    color: #ca0f13;
    text-transform: uppercase
}

@media(max-width:767px) {
    .about-content .about-welcome {
        font-size: 18px
    }
}

.about-content .about-title {
    font-size: 35px;
    text-transform: uppercase
}

@media(max-width:767px) {
    .about-content .about-title {
        font-size: 26px
    }
}

@media(max-width:767px) {
    .services-area {
        padding-top: 75px;
        padding-bottom: 80px
    }
}

.single-services {
    padding: 50px 30px;
    background-color: #fff;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .single-services {
        padding: 30px 10px
    }
}

@media(max-width:767px) {
    .single-services {
        padding: 30px 10px
    }
}

.single-services .services-icon i {
    font-size: 52px;
    color: #eb3656;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.single-services .services-content .services-title {
    font-size: 22px;
    font-weight: 600;
    font-family: barlow, sans-serif;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.single-services:hover {
    background-color: #eb3656
}

.single-services:hover .services-icon i {
    color: #fff
}

.single-services:hover .services-content .services-title,
.single-services:hover .services-content p {
    color: #fff
}

@media(max-width:767px) {
    .project-area {
        padding-top: 75px;
        padding-bottom: 80px
    }
}

.single-project {
    position: relative
}

.single-project .project-image {
    position: relative
}

/*.single-project .project-image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 50%, #eb3656 100%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0) 50%, #eb3656 100%);
    background: linear-gradient(rgba(255, 255, 255, 0) 50%, #eb3656 100%);
    opacity: 0;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
*/}

.single-project .project-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 35px 5px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    opacity: 0
}

.single-project .project-content .project-title {
    font-size: 22px;
    font-weight: 600;
    font-family: barlow, sans-serif;
    position: relative;
    color: #fff;
    margin-left: 60px
}

.single-project .project-content .project-title::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background-color: #fff;
    top: 50%;
    left: -60px
}

.single-project:hover .project-image::before {
    opacity: 1
}

.single-project:hover .project-content {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%)
}

.project-active .slick-dots {
    text-align: center;
    margin-top: 50px
}

.project-active .slick-dots li {
    display: inline-block;
    margin: 0 7px
}

.project-active .slick-dots li button {
    width: 25px;
    height: 15px;
    border-radius: 50px;
    border: 0;
   background-color: rgb(171 115 30);
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    font-size: 0;
    cursor: pointer
}

.project-active .slick-dots li.slick-active button {
    width: 35px;
    background-color: #edad4b;
}

@media(max-width:767px) {
    .team-area {
        padding-top: 75px;
        padding-bottom: 80px
    }
}

.single-team .team-image img {
    width: 100%
}

.single-team .team-content {
    width: 80%;
    margin: 0 auto;
    padding: 30px 15px;
    position: relative;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .single-team .team-content {
        padding: 30px 0
    }
}

.single-team .team-content .team-name a {
    font-size: 18px;
    font-weight: 600;
    color: #121619;
    font-family: hind, sans-serif;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.single-team .team-content .team-name a:hover {
    color: #eb3656
}

.single-team .team-content .sub-title {
    font-size: 14px;
    color: #646464
}

.single-team .team-content .social {
    margin-top: -35px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.single-team .team-content .social li {
    display: inline-block;
    margin: 0 7px
}

.single-team .team-content .social li a {
    font-size: 16px;
    color: #646464;
    width: 30px;
    height: 30px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: #ededed;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.single-team .team-content .social li a:hover {
    background-color: #eb3656;
    color: #fff
}

.single-team:hover .team-content {
    background-color: #fff;
    margin-top: -60px;
    -webkit-box-shadow: 0 6px 16px 0 rgba(235, 54, 86, .34);
    -moz-box-shadow: 0 6px 16px 0 rgba(235, 54, 86, .34);
    box-shadow: 0 6px 16px 0 rgba(235, 54, 86, .34)
}

.single-team:hover .team-content .social {
    margin-top: 25px;
    opacity: 1;
    visibility: visible
}

.testimonial-area {
    position: relative;
   /* background: rgba(235,54,86,.03137254901960784);*/
}

@media(max-width:767px) {
    .testimonial-area {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.testimonial-area .shape {
    position: absolute
}

@media only screen and (min-width:1200px) and (max-width:1400px) {
    .testimonial-area .shape img {
        width: 325px
    }
}

.testimonial-area .shape-one {
    top: 25px;
    left: 50px
}

@media only screen and (min-width:1200px) and (max-width:1400px) {
    .testimonial-area .shape-one {
        left: 20px
    }
}

.testimonial-area .shape-tow {
    left: 150px;
    bottom: 50px
}

@media only screen and (min-width:1200px) and (max-width:1400px) {
    .testimonial-area .shape-tow {
        left: 70px
    }
}

.testimonial-area .shape-three {
    right: 85px;
    bottom: 30px
}

@media only screen and (min-width:1200px) and (max-width:1400px) {
    .testimonial-area .shape-three {
        right: 35px
    }
}

.testimonial-bg {
    position: relative;
    z-index: 9
}

.testimonial-active {
        background-color: #100c0d9e;
    padding: 15px;
}

@media(max-width:767px) {
    .testimonial-active {
        padding: 30px 15px
    }
}

.single-testimonial .testimonial-image {
    position: relative;
    display: inline-block
}

.single-testimonial .testimonial-image img {
    border-radius: 50%
}

.single-testimonial .testimonial-image .quota {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block
}

.single-testimonial .testimonial-image .quota i {
    font-size: 18px;
    color: #eb3656;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #eb3656;
    border-radius: 50%
}

.single-testimonial .testimonial-content p {
    font-size: 18px;
    color: #fff;
    font-family: hind, sans-serif
}

.single-testimonial .testimonial-content .testimonial-name {
    /*font-family: barlow, sans-serif;*/
    font-size: 25px;
    color: #fff;
    font-weight: 600
}

.single-testimonial .testimonial-content .sub-title {
    font-family: hind, sans-serif;
    font-size: 14px;
    color: #fff
}

.testimonial-active .slick-dots {
    text-align: center;
    margin-top: 10px;
}

.testimonial-active .slick-dots li {
    display: inline-block;
    margin: 0 5px
}

.testimonial-active .slick-dots li button {
    width: 18px;
    height: 15px;
    border-radius: 50px;
    border: 0;
    background-color: rgba(255, 255, 255, .5);
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    font-size: 0;
    cursor: pointer
}

.testimonial-active .slick-dots li.slick-active button {
    background-color: #fff;
    width: 25px
}

@media(max-width:767px) {
    .contact-area {
        padding-top: 75px;
        padding-bottom: 80px
    }
}

.form-group {
    margin: 0
}

p.form-message.success,
p.form-message.error {
    font-size: 16px;
    color: #333;
    background: #ddd;
    padding: 10px 15px;
    margin-left: 15px;
    margin-top: 15px
}

p.form-message.error {
    color: red
}

.contact-form .single-form {
    margin-top: 30px
}

.contact-form .single-form textarea,
.contact-form .single-form input {
    width: 100%;
    height: 60px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 0 30px;
    background-color: #fff;
    font-family: hind, sans-serif;
    font-size: 16px
}

.contact-form .single-form textarea {
    height: 160px;
    padding-top: 20px;
    resize: none
}

.contact-form .single-form textarea::placeholder,
.contact-form .single-form input::placeholder {
    opacity: 1;
    color: #999
}

.list-unstyled li {
    font-size: 13px;
    margin-left: 2px;
    margin-top: 5px;
    color: red
}

.map-area {
    position: relative;
    height: 600px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .map-area {
        height: 450px
    }
}

@media(max-width:767px) {
    .map-area {
        height: 450px
    }
}

.mapouter {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .mapouter {
        width: 100%
    }
}

@media(max-width:767px) {
    .mapouter {
        width: 100%
    }
}

.mapouter .gmap_canvas iframe {
    width: 100%;
    height: 600px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .mapouter .gmap_canvas iframe {
        height: 450px
    }
}

@media(max-width:767px) {
    .mapouter .gmap_canvas iframe {
        height: 450px
    }
}

.map-bg {
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

@media(max-width:767px) {
    .footer-widget {
        padding-top: 30px;
        padding-bottom: 80px
    }
}

.footer-logo a img {
    width: 140px
}

.footer-logo p {
    line-height: 26px;
    font-size: 16px
}

.footer-logo .footer-info li {
    margin-top: 20px
}

.footer-logo .footer-info li .single-info {
    position: relative
}

.footer-logo .footer-info li .single-info .info-icon {
    position: absolute;
    top: 3px;
    left: 0
}

.footer-logo .footer-info li .single-info .info-icon i {
    font-size: 18px;
    color: .footer-logo .footer-info li .single-info .info-icon i theme-color
}

.footer-logo .footer-info li .single-info .info-content {
    padding-left: 30px
}

 .footer-social li {
    display: inline-block;
    margin-left: 15px
}

.footer-social li:first-child {
    margin-left: 0
}

 .footer-social li a {
    width: 35px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff5f1;
    color: #646464;
    font-size: 16px;
    -webkit-box-shadow: 0 5px 21px 0 rgba(254, 119, 101, .4);
    -moz-box-shadow: 0 5px 21px 0 rgba(254, 119, 101, .4);
    box-shadow: 0 5px 21px 0 rgba(254, 119, 101, .4);
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

 .footer-social li a:hover {
    background-color: #da9730;
    color: #fff
}

.f-title .title {
    font-size: 22px;
    font-family: barlow, sans-serif;
    font-weight: 600;
    color: #fff;
}

.footer-link ul li {
    padding-top: 5px
}

.footer-link ul li a {
    font-size: 16px;
    color: #646464;
    font-family: hind, sans-serif;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    text-transform: uppercase;
}

.footer-link ul li a:hover {
    color: #d9a868
}

.footer-newsleter p {
    line-height: 26px;
    font-size: 16px
}

.footer-newsleter .newsleter {
    position: relative
}

.footer-newsleter .newsleter input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #eb3656;
    background-color: #ffeae1
}

.footer-newsleter .newsleter button {
    border: 0;
    width: 66px;
    text-align: center;
    padding: 0;
    height: 50px;
    background: 0 0;
    position: absolute;
    top: 0;
    right: 0;
    color: #eb3656;
    font-size: 20px;
    line-height: 57px;
    cursor: pointer
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .footer-newsleter .newsleter button {
        width: 45px
    }
}

.footer-newsleter .newsleter button::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 1px;
    height: 36px;
    background-color: #eb3656;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.copyright-area {
    border-top: 1px solid #eceff8;
    padding: 13px 0
}

.back-to-top {
    position: fixed;
    bottom: -8px;
    right: 0px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 46px;
    z-index: 99;
    text-align: center;
    display: none;
    -webkit-box-shadow: 0 0 30px 0 rgba(156, 156, 156, .25);
    -moz-box-shadow: 0 0 30px 0 rgba(156, 156, 156, .25);
    box-shadow: 0 0 30px 0 rgba(156, 156, 156, .25);
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    color: #fff;
    background: linear-gradient(to bottom,#ff8a00,#d7a65a)!important;
}

.back-to-top:hover {
    color: #eb3656;
    background-color: #fff
}



/*Contact Form*/
 .contact-one .contact-info {
     margin-left: -50px;
     padding: 60px;
     position: relative;
     z-index: 1;
}
 .contact-one .contact-info:after {
     content: '';
     position: absolute;
     left: -15px;
     top: -15px;
     width: 50px;
     height: 50px;
     background-color:  #121619;
     z-index: -1;
}
.site-bg-black {
    background-color: #121619
}
.site-bg-gray {
    background-color: #eaecf5;
}
 .contact-one .contact-info:before {
     content: '';
     position: absolute;
     left: 10px;
     top: 10px;
     width: 30px;
     height: 30px;
     border-style: solid;
     border-width: 0px 2px 2px 0px;
     border-color: white;
     z-index: -1;
}
 .contact-one .contact-info-section {
     position: relative;
}
 .contact-one .contact-info-section .c-info-column {
     padding: 20px 0px 20px 30px;
     color: white;
}
 .contact-one .contact-info-section .c-info-column span {
     font-weight: 600;
     font-size: 18px;
     display: block;
}
 .contact-one .contact-info-section .c-info-column p {
     margin-bottom: 0px;
    font-family:' hind ', sans-serif;
}
 .contact-form-outer {
     padding: 50px 100px 50px 50px;
}
 .cons-contact-form .form-control {
     border-width: 0px 0px 1px 0px;
     border-style: solid;
     border-color: black;
     height: 52px;
     padding: 10px 0px;
     background-color: transparent;
}
 .cons-contact-form .form-control:focus {
     box-shadow: none;
     background-color: transparent;
}
 .cons-contact-form textarea.form-control {
     padding-top: 15px;
     height: 100px;
     margin-bottom: 40px;
}
.site-button.sb-bdr-dark {
border-right: 6px solid #474747;
}
.site-button {
    background-color: #3445c7;
}
.site-button {
    outline: none;
    color: #fff;
    padding: 15px 40px;
    margin: 10px 0; 
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-table;
    background: linear-gradient(to bottom,#ff8a00,#d7a65a);
    border: none;
    font-size: 15px;
    font-weight: 700;
    transition: 0.5s all ease;
}

textarea
 {
    width: 100%;
    height: 100px;
   
      border-width: 0px 0px 1px 0px;
     border-style: solid;
     border-color: black;
     height: 80px;
     padding: 10px 0px;
     background-color: transparent;
   
}



.contact-form .single-form textarea::placeholder,
.contact-form .single-form input::placeholder {
    opacity: 1;
    color: #999
}

/* .bottom-shape {
    position: absolute;
    bottom: -2000px;
    right: 0;
    left: 0;
    pointer-events: none;
    height: 380px;
    width: 100%;
}*/

path {
    fill: #edad4b;
}


/*==========================================
    about
===========================================*/
.about {
  padding: 30px 0px 0px 0px; 
}
  .about.about-2 {
    background: url("../img/about-bg.png") center center no-repeat;
    background-size: cover;
    padding-bottom: 90px; }
  .about .part-img {
    position: relative; }
    .about .part-img img {
      width: 100%; }
    .about .part-img .award-base {
      text-align: center;
      background: #fff;
      width: 160px;
      height: 160px;
      position: absolute;
      right: -60px;
      bottom: -60px;
      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;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 50%;
      -webkit-box-shadow: 0px 7px 18px -4px rgba(0, 0, 0, 0.32);
      box-shadow: 0px 7px 18px -4px rgba(0, 0, 0, 0.32);
      z-index: 2; }
      .about .part-img .award-base:after {
        position: absolute;
        content: '';
        left: -50px;
        right: -50px;
        top: -50px;
        bottom: -50px;
        background: url("../img/award-base-bg.png") center center;
        background-size: contain;
        z-index: -1;
        -webkit-animation: award-circle infinite 10s;
        animation: award-circle infinite 10s; }
      .about .part-img .award-base .icon img {
        width: 40px;
        margin-bottom: 10px; }
      .about .part-img .award-base .icon span.text {
        display: block;
        line-height: 18px; }
      .about .part-img .award-base .text {
        font-size: 16px;
        font-weight: 600;
        line-height: 13px;
        color: #222222; }
  .about .part-text span.sub-title {
    display: block;
    font-size: 16px;
    color: #222222;
       font-family::' hind ', sans-serif
    
    margin-top: -5px;
    margin-bottom: 14px; }
  .about .part-text h2 {
    font-size: 30px;
    font-weight: 700;
    color: #222222;
    line-height: 40px;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 42px;
    font-family: "Poppins", sans-serif; 
}
    .about .part-text h2 span.marked {
      font-family: "Playfair Display", serif;
      font-weight: 700;
     background-image: linear-gradient( 
81deg
 , #c53f3e 0%, #ff9903 75%, #c53f3e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
      font-style: italic; }
    .about .part-text h2:after {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      width: 60px;
      height: 4px;
      background: #f09624; }
  .about .part-text .p-body p {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #646464;
    margin: 0; }
    .about .part-text .p-body p:last-child {
      margin-bottom: 0; }
    .about .part-text .p-body p a {
      text-decoration: underline;
      color: #fb4f00;
      font-weight: 700; }
  .about .part-text .owner-rights {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 42px; }
    .about .part-text .owner-rights .signature {
      width: 130px;
      margin-right: 40px; }
      .about .part-text .owner-rights .signature img {
        width: 100%; }
    .about .part-text .owner-rights .i-info {
      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; }
      .about .part-text .owner-rights .i-info span {
        display: block; }
        .about .part-text .owner-rights .i-info span.name {
          font-size: 20px;
          font-weight: 600;
          font-family: "Poppins", sans-serif;
          color: #222222; }
        .about .part-text .owner-rights .i-info span.position {
          font-size: 16px;
          color: #444444; }
  .about .service-in-about .single-service {
    padding: 40px 30px;
    padding-bottom: 20px;
    text-align: center;
    -webkit-box-shadow: -0.707px 0.707px 18px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -0.707px 0.707px 18px 0px rgba(0, 0, 0, 0.11);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 30px;
    display: block; }
    .about .service-in-about .single-service:hover {
      background: linear-gradient(to bottom,#ff8a00,#d7a65a) }

       .about .service-in-about .single-service:hover .part-icon{
      opacity: 0; }

      .about .service-in-about .single-service:hover .part-text {
        position: relative;
        top: -30px;
        margin-top: -20px; }
        .about .service-in-about .single-service:hover .part-text h3 {
          color: #fff;
          position: relative;
          padding-bottom: 20px; }
          .about .service-in-about .single-service:hover .part-text h3:after {
            position: absolute;
            content: '';
            left: 0;
            bottom: 0;
            width: 80px;
            height: 2px;
            background: #fff;
            left: 50%;
            margin-left: -40px; }
        .about .service-in-about .single-service:hover .part-text p {
          color: #fff; }
    .about .service-in-about .single-service.first {
      margin-top: 30px; }
    .about .service-in-about .single-service .part-icon {
      margin-bottom: 13px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .about .service-in-about .single-service .part-icon img {
        width: 60px;
        height: 60px; }
    .about .service-in-about .single-service .part-text {
      position: relative;
      top: -0;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .about .service-in-about .single-service .part-text h3 {
        color: #222222;
        font-size: 18px;
        text-transform: capitalize;
        font-weight: 700;
        margin-bottom: 12px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        position: relative; }
        .about .service-in-about .single-service .part-text h3:after {
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
      .about .service-in-about .single-service .part-text p {
       color: #222222;
   
   
    font-size: 16px;
    line-height: 23px;

   
}

@-webkit-keyframes award-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes award-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }


/*CSS*/
.align-center {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 9;
}

.img-center {
    display: inline-block !important;
    max-width: 100%;
}
.white-bg {
    background-color: #ffffff !important;
}
.box-shadow{
    box-shadow: 0px 15px 35px rgb(0 0 0 / 10%);
}
.md-mt-5{
    margin-bottom: 10.5rem!important;

}
.py-5 {
    padding-bottom: 1rem!important;
}

.gallery-page-section{
    position:relative;
    padding:90px 0px 90px;
}

.gallery-page-section .filters{
    margin-top:0px;
    text-align:center;
    margin-bottom:50px;
}

.gallery-detail-section{
    position:relative;
    /*padding:50px 0px 70px;*/
}

.gallery-detail-section .images-gallery{
    position:relative;
}

.gallery-detail-section .images-gallery .image{
    position:relative;
    margin-bottom:30px;
}

.gallery-detail-section .images-gallery .image img{
    position:relative;
    width:100%;
    display:block;
}

.gallery-detail-section .lower-section{
    position:relative;
    padding-top:20px;
}

.gallery-detail-section .lower-section .widgets-column{
    position:relative;
}

.gallery-detail-section .lower-section .widgets-column .inner-column{
    position:relative;
}

.gallery-detail-section .lower-section .content-column{
    position:relative;
}

.gallery-detail-section .lower-section .content-column .inner-column{
    position:relative;
}

.gallery-detail-section .lower-section .content-column h2{
    position:relative;
    color:#222222;
    font-weight:700;
    line-height:1.3em;
    margin-bottom:17px;
}

.gallery-detail-section .lower-section .content-column h3{
    position:relative;
    color:#222222;
    font-weight:700;
    line-height:1.3em;
    margin-bottom:15px;
}

.gallery-detail-section .lower-section .content-column p{
    position:relative;
    color:#777777;
    font-size:16px;
    font-weight:400;
    line-height:1.8em;
    margin-bottom:15px;
}

/* Project Info Widget */

.project-info-widget{
    position:relative;
    margin-bottom:40px;
    border:1px solid #dddddd;
}

.project-info-widget .title-box{
    position:relative;
    padding:20px 30px;
    border-bottom:1px solid #dddddd;
}

.project-info-widget .title-box .title-inner{
    position:relative;
    padding-left:70px;
    font-size:20px;
    font-weight:700;
    color:#292929;
    line-height:46px;
    font-family: 'Montserrat', sans-serif;
}

.project-info-widget .title-box .title-inner .icon{
    position:absolute;
    left:0px;
    top:0px;
    color:#ca0f13;
    font-size:46px;
    line-height:1em;
    font-weight:400;
}

.project-info-widget .lower-box{
    position:relative;
    padding:30px 30px;
}

.project-info-widget .lower-box ul{
    position:relative;
}

.project-info-widget .lower-box ul li{
    position:relative;
    padding-bottom:26px;
    margin-bottom:22px;
    padding-left:75px;
    color:#777777;
    font-size:16px;
    border-bottom:1px solid #dddddd;
}

.project-info-widget .lower-box ul li .icon{
    position:absolute;
    left:0px;
    top:0px;
    color:#dcdcdc;
    line-height:1em;
    font-size:48px;
    font-weight:400;
}

.project-info-widget .lower-box ul li strong{
    position:relative;
    display:block;
    color:#222222;
    font-size:16px;
}

.project-info-widget .lower-box ul li:last-child{
    margin-bottom:0px;
    padding-bottom:0px;
    border-bottom:0px;
}

/* broucher Info Widget */

.broucher-info-widget{
    position:relative;
    margin-bottom:40px;
    border:1px solid #dddddd;
}

.broucher-info-widget .title-box{
    position:relative;
    padding:20px 30px;
    border-bottom:1px solid #dddddd;
}

.broucher-info-widget .title-box .title-inner{
    position:relative;
    padding-left:70px;
    font-size:20px;
    font-weight:700;
    color:#292929;
    line-height:46px;
   
}

.broucher-info-widget .title-box .title-inner .icon{
    position:absolute;
    left:0px;
    top:0px;
    color:#eb3656;
    font-size:46px;
    line-height:1em;
    font-weight:400;
}

.broucher-info-widget .lower-box{
    position:relative;
    padding:30px 30px;
}

.broucher-info-widget .brouchers{
    position:relative;
}

.broucher-info-widget .brouchers li{
    position:relative;
    margin-bottom:20px;
    box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.broucher-info-widget .brouchers li:last-child{
    margin-bottom:0px;
}

.broucher-info-widget .brouchers li a{
    position:relative;
    color:#777777;
    font-size:16px;
    font-weight:500;
    padding:17px 20px;
    padding-left:20px;
    display:block;
    transition:all 500ms ease;
   
}

.broucher-info-widget .brouchers li a:hover{
    color:#eb3656;
}

.broucher-info-widget .brouchers li a .icon{
    position:absolute;
    content:'';
    left:25px;
    top:15px;
    font-size:26px;
    line-height:1em;
    color:#fe643a;
    font-weight:400;
}

.broucher-info-widget .brouchers li a i{
    position:absolute;
    right:20px;
    color:#ca0f13;
    font-size:18px;
}

/*breadcrumps*/

.ttm-bgcolor-darkgrey {

    padding-top: 80px;
    padding-bottom: 100px;
  background: linear-gradient(to right, rgb(217 168 104) 0%, rgb(150 124 85) 50%, rgb(205 172 81) 100%);
}

.active-list{
background:#ca0f13;

}
.active-list a{
  color:#ffff!important;  
}


/*foundation Button*/
.feedback-2 {
    position: fixed;
    font-size: 14px;
    bottom: 50%;
    z-index: 998;
    margin: 4em auto;
    width: 130px;
    height: 50px;
    right: 0;
    line-height: 30px;
   line-height: 30px;
   background: linear-gradient(to bottom,#ff8a00,#d7a65a)!important;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-weight: 700;
    text-align: center;
    border: 1px solid #fff;
    top: 50%;
    transform: rotate(90deg);
    margin-right: -42px;
}

 #foundation{
         animation: glowing 1500ms infinite;
    }
    @-webkit-keyframes glowing {
  0% { background-color: #ca0f13b8; -webkit-box-shadow: 0 0 3px #ca0f13b8; }
  50% { background-color: #ca0f13b8; -webkit-box-shadow: 0 0 40px #ca0f13b8; }
  100% { background-color: #ca0f13b8; -webkit-box-shadow: 0 0 3px #ca0f13b8; }
}

@keyframes glowing {
  0% { background-color: #ca0f13b8; box-shadow: 0 0 3px #ca0f13b8; }
  50% { background-color: #ca0f13b8; box-shadow: 0 0 40px #ca0f13b8; }
  100% { background-color: #ca0f13b8; box-shadow: 0 0 3px #ca0f13b8; }
}



table {
    width: 100%;
    max-width: 100%;
   /* margin: 10px 0;*/
    border-color: grey;
    border-spacing: 0;
}

.tablefont tr {
    padding: 16px 12px;
}
.table_template tbody tr {
    border-bottom: 1px solid rgba(127, 127, 127, 0.2);
}

#timetable tbody td {
    border-color: #414143;
    border: 1px solid #ebe9e8;
    vertical-align: middle;
    font-weight: normal;
    text-align: left;
    /* padding: 25px 5px; */
    padding: 13px 5px;
    font-size: 17px;
}


/*CATEGOREIS*/
.case-section-1{
    position: relative;
   /* padding: 145px 0 108px;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
/*.case-section-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b8;
}*/
.case-section-1 .sec-title{
    color: #fff;
    margin-bottom: 10px;
}
.case-section-1 .noPaddingLeft{
    padding-left: 1px;
}
.case-section-1 .noPaddingRight{
    padding-right: 1px;
}
.case-section-1 .noPadding{
    padding: 0 8px;
}
/*--- Case Section ----*/
.case-item-1{
    position: relative;
    overflow: hidden;
    margin: 0 0 9px;
}
.case-item-1 img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.case-hover{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.34,.66,.79,.58),opacity .3s cubic-bezier(.165,.84,.44,1);
    -moz-transition: -webkit-transform .4s cubic-bezier(.34,.66,.79,.58),opacity .3s cubic-bezier(.165,.84,.44,1);
    transition: transform .4s cubic-bezier(.34,.66,.79,.58),opacity .3s cubic-bezier(.165,.84,.44,1);
    border-radius: 18px;
    background: rgba(255, 255, 255, .8);
    opacity: 0;
}
.cs-middle{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    text-align: center;
    padding: 0 15px;
    z-index: 2;
}
.case-item-1:hover .case-hover{
    opacity: 1;
}
.cs-middle .read-more{
    display: inline-block;
   background: linear-gradient(to bottom,#ff8a00,#d7a65a)!important;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    text-align: center;
    font-size: 21px;
    color: #fff;
    line-height: 57px;
    margin-bottom: 22px;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    transform: scale(.7);
    -webkit-box-shadow: 0px 1px 54px 0px rgba(47, 84, 238, 0.46);
    -moz-box-shadow: 0px 1px 54px 0px rgba(47, 84, 238, 0.46);
    box-shadow: 0px 1px 54px 0px rgba(47, 84, 238, 0.46);
    opacity: 0;
    visibility: hidden;
    transition: all ease 1000ms;
    -moz-transition: all ease 1000ms;
    -webkit-transition: all ease 1000ms;
    -ms-transition: all ease 1000ms;
    -o-transition: all ease 1000ms;
}
.case-item-1:hover .cs-middle .read-more{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}
.cs-middle h4{
    font-size: 26px;
    line-height: 26px;
    color: #282331;
    margin-bottom: 13px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
    -ms-transition: all ease 800ms;
    -o-transition: all ease 800ms;
}
.case-item-1:hover .cs-middle h4{
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}
.cs-middle h4 a{
    
     font-size:20px;
    text-transform: uppercase;
    font-family: barlow, sans-serif;
        background-image: linear-gradient( 
81deg
 , #c53f3e 0%, #ff9903 75%, #c53f3e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cs-middle h4 a:hover{
    color: #edad4b;

}
.cs-middle p{
    color: #282331;
    font-size: 20px;
    line-height: .8;
    font-weight: 300;
    font-family: 'Jost', sans-serif;
    margin: 0;
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: all ease 1000ms;
    -moz-transition: all ease 1000ms;
    -webkit-transition: all ease 1000ms;
    -ms-transition: all ease 1000ms;
    -o-transition: all ease 1000ms;
}
.cs-middle p a{
    color: inherit;
}
.cs-middle p a:hover{
    color: #edad4b;
    cursor: context-menu;
}
.case-item-1:hover .cs-middle p{
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}


.tabs-section .nav-pills {
     padding: 0;
}
 .tabs-section .nav-pills .nav-link {
     background-color: #da9730;
     padding: 12px 40px;
     border-right: 1px solid #eee;
     border-top: 2px solid transparent;
     border-radius: 0;
     position: relative;
     z-index: 5;
     color:#121619;
}
 .tabs-section .nav-pills .nav-link.active {
     border-top-color: #121619;
     background-color: #fff;
    
     color: #121619;
}
 .tabs-section .tab-content .left {
     padding: 0;
     position: relative;
     z-index: 3;
}
 .tabs-section .tab-content .left .box-white {
     padding: 50px 30px;
     background-color: #fff;
     box-shadow: 0px 20px 40px rgba(0, 0, 0, .1);
     border-radius: 0px 5px 5px 5px;
}
 .tabs-section .tab-content .left .title {
     margin-bottom: 5px;
     font-weight: bold;
}
 .tabs-section .tab-content .left .sub-title {
     color: #777;
     font-size: 12px;
     font-weight: 400;
     margin-bottom: 20px;
}
 .tabs-section .tab-content .left .feat li {
     margin: 0;
     text-align: center;
     padding: 30px 5px;
     background-color: #f7f7f7;
}
 .tabs-section .tab-content .left .feat li:nth-child(odd) {
     background-color: #f3f3f3;
}
 .tabs-section .tab-content .left .feat li:hover {
     color: #fff;
     background-color: red;
}
 .tabs-section .tab-content .left .feat li:hover .icon {
     color: #eee;
}
 .tabs-section .tab-content .left .feat .icon {
     font-size: 30px;
     color: red;
     margin-bottom: 15px;
}
 .tabs-section .tab-content .left .feat h6 {
     font-size: 14px;
     font-weight: 400;
}
 .tabs-section .tab-content .image {
     padding: 0;
     position: relative;
     margin-left: -50px;
     margin-top: -40px;
     max-width: calc(50% + 50px);
     flex: none;
}
 .tabs-section .tab-content .image .img {
     position: relative;
}
 .tabs-section .tab-content .image .img .vid {
     position: absolute;
     top: calc(50% - 50px);
     left: calc(50% - 50px);
     width: 100px;
     height: 100px;
     text-align: center;
     line-height: 1.8;
    font-size: 63px;
     color: #f69014;
     z-index: 3;
}
 .tabs-section .tab-content .image .img .vid:hover:after {
     transform: scale(2, 2);
     opacity: 0;
}
 .tabs-section .tab-content .image .img .vid:after {
     content: '';
     width: 100%;
     height: 100%;
     background-color: #fff;
     border-radius: 50%;
     position: absolute;
     top: 0;
     left: 0;
     z-index: -1;
     opacity: 0.7;
     transition: all 0.5s;
}
 .tabs-section .tab-content .image .img img {
     box-shadow: 0px 20px 40px rgba(0, 0, 0, .1);
     border-radius: 5px;
}
 .tabs-section .tab-content .image .owl-dots {
     margin-top: -30px;
     position: relative;
     z-index: 7;
}
 .section-padding {
    padding: 70px 0px;
}
/*.bg-gray {
    background: #f9f9f9;
}*/


.section-titile-bg {
    display: inline;
    font-size: 115px;
    font-weight: 700;
    height: 100%;
    left: -173px;
    opacity: .1;
    position: absolute;
    top: -14px;
    width: 100%;
    text-align: center
}

.section-title-header p {
    text: center;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 36px
}

.section-title {
    font-size: 36px;
    color: #212121;
    line-height: 52px;
    padding-bottom: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px;
     background-image: linear-gradient( 
81deg
 , #c53f3e 0%, #ff9903 75%, #c53f3e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   
}

.section-title:before {
    position: absolute;
    content: '';
    left: 15px;
    bottom: 8px;
    width: 48px;
    height: 1px;
    background-color: #474747;
}

.section-title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 2px;
    width: 48px;
    height: 1px;
    background-color: #474747;
}

.section-title:before,
.section-title:after {
    left: 50%;
    margin-left: -45px
}

.section-title:after {
    margin-left: -30px
}


         .image-box {
         position: relative;
         z-index: 1;
         }
         .image-box:after {
         content: "";
         position: absolute;
         height: 96%;
         width: 90%;
         left: -15px;
         bottom: 13px;
         z-index: -1;
         transform: rotate(-3deg); }
         @media (max-width: 991.98px) {
         .image-box:after {
         bottom: 100px;
         height: 80%;
         width: 75%; } }
         @media (max-width: 767.98px) {
         .image-box:after {
         bottom: 10px;
         height: 90%;
         width: 70%;
         left: -5px; } }
         .image-box-style2 {
         position: relative;
         z-index: 1; }
         .image-box-style2:after {
         content: "";
         position: absolute;
         height: 96%;
         width: 90%;
         right: -15px;
         bottom: 13px;
         z-index: -1;
         transform: rotate(3deg); }
         @media (max-width: 1199.98px) {
         .image-box-style2:after {
         height: 80%;
         width: 72%;
         right: 60px;
         bottom: 90px; } }
         @media (max-width: 991.98px) {
         .image-box-style2:after {
         right: 140px; } }
         @media (max-width: 767.98px) {
         .image-box-style2:after {
         display: none; } }
         .call-anytime-box {
         background: #fff;
         position: absolute;
         bottom: 80px;
         padding: 25px;
         display: flex;
         align-items: center;
         left: 60px; }
         @media (max-width: 991.98px) {
         .call-anytime-box {
         bottom: 100px; } }
         .call-anytime-box .icon-box {
         float: left;
         position: relative;
         z-index: 0;
         transition: all 0.5s ease;
         margin-right: -50px; }
         .call-anytime-box .icon-box i {
         color: #fff;
         padding: 15px; }
         .call-anytime-box .number {
         overflow: hidden; }
         .call-anytime-box:after {
         position: absolute;
         content: "";
         left: 0;
         width: 0;
         height: 0;
         bottom: -28px;
         border-style: solid;
         border-width: 28px 42px 0 0;
         border-color: #ffffff transparent transparent transparent; }
         .image-box:after {
         content: "";
         position: absolute;
         height: 96%;
         width: 90%;
         left: -15px;
         bottom: 13px;
         z-index: -1;
         background: #f2941e;
         transform: rotate(
         -3deg
         );

     }


/*BREADCRUMPS*/

.dlab-bnr-inr.style-1 {
    height: 450px;
   
}

.dlab-bnr-inr {
      /*background-image: linear-gradient(to right, #e4cbd0 0, #865416 100%);*/
      background:#121619;
    height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
   z-index: -7;
    margin-top: -100px;
}
.bg-primary {
    background-color: #7355f7 !important;
}
.dlab-bnr-inr .container {
    display: table;
    height: 100%;
}
.dlab-bnr-inr.style-1 .dlab-bnr-inr-entry {
    text-align: center;
    height: 480px;
    z-index: 99;
    position: relative;
}
.dlab-bnr-inr .dlab-bnr-inr-entry {
   
    vertical-align: middle;
    display: table-cell;
}
.dlab-bnr-inr.style-1 .dlab-bnr-inr-entry h1 {
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 75px;
}
.dlab-bnr-inr h1 {
    font-weight: 800;
    font-size: 70px;
    margin-bottom: 15px;
    color: #fff;
    text-transform: capitalize;
    line-height: 70px;
}
.breadcrumb-row.style-1 .breadcrumb {
   background-image: linear-gradient(to right, #dd4454 0%, #dd9044 50%, #dd4454 100%);
    background-size: 200%;
    padding: 4px 20px;
    border-radius: 30px;
    display: inline-flex;
    z-index: 10;
    position: relative;
}
.breadcrumb-row ul {
    background: transparent;

    margin: 0;
}
.breadcrumb {

    flex-wrap: wrap;
  
    list-style: none;
  
}
.breadcrumb-row ul li {
    padding: 0;
    margin-right: 3px;
    display: flex;
    align-items: center;
    font-size: 18px;
        font-family: hind, sans-serif;
    font-weight: 400;
    color: #fff;
    z-index: 1;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #fbfbfd;
    content: "/";
}
.breadcrumb-row ul li a {
    color: #fff;
}
.dlab-bnr-inr.style-1:after {
    content: "";
    background-image: url(https://samar.dexignzone.com/xhtml/images/banner/bnr4.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: scaleX(-1);
}

/*BREADCRUMPS*/

/*product about*/

/********************************************************
    7. About CSS
*******************************************************/
.about_bg_wrap {
    background-image: url(../images/about_bg.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
}
.fit_about_content {
   /* background: linear-gradient(to bottom, #c1861e 0%, #131314 100%);
    padding: 50px 50px 60px 50px;
    border-radius: 10px;
    position: relative;*/
    text-align: justify;
    background: #3b3b3b;
    padding: 45px;
    border-radius: 10px;
    position: relative;
}
.fit_about_content:after {
    content: "";
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: -10px;
    width: 10px;
    background: linear-gradient(to bottom,#ff8a00,#d7a65a);
    border-radius: 10px 0 0px 10px;
}
.fit_about_content:before {
    content: "";
    position: absolute;
    top: 10%;
    bottom: 10%;
    right: -10px;
    width: 10px;
    background: linear-gradient(to bottom,#ff8a00,#d7a65a);
    border-radius: 0 10px 10px 0;
}
.fit_about_content .about_heading {
    margin-bottom: 17px;
}
.fit_about_content p {
    /*margin-bottom: 28px;*/
    color: #ffff;
    line-height: 24px;
    font-family: hind, sans-serif;
}
.fit_about_img .about_inner_slider, .fit_about_img .about_inner_slider > img {
    border-radius: 10px;
}
.about_inner_slider {
    position: relative;
}
.about_inner_slider:after {
    content: "";
    position: absolute;
    background: rgb(16 26 48 / 34%);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.fit_about_img:hover .about_inner_slider:after {
    visibility: visible;
    opacity: 1;
}
.about_nav {
    background: #f3ab3d;
    width: 50px;
    height: 50px;
    transform: skewX(10deg);
    -o-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.about_nav svg {
    transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
}
.swiper-button-prev .about_nav svg {
    transform: skewX(10deg);
    -o-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
}
.swiper-button-prev .about_nav {
    transform: skewX(-10deg);
}
.about_nav:hover, .about_nav:focus {
    background: #edad4b;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
.swiper-button-next, .swiper-button-prev {
    width: inherit;
}
.fit_about_wrapper .swiper-button-next, .fit_about_wrapper .swiper-button-prev {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.fit_about_img:hover .swiper-button-next, .fit_about_img:hover .swiper-button-prev{
    opacity: 1;
    visibility: visible;
}
.fit_about_img:hover .swiper-button-next{
    right: 20px;
}
.fit_about_img:hover .swiper-button-prev{
    left: 20px;
}


/*SIDEBAR*/



.sidebar__services {
    position: relative;
    display: block;
    box-shadow: 0 0 11px 0 rgb(6 22 58 / 14%);
    padding: 0px 25px 0px;
    background: #ecf3f9;
}

.sidebar__services-inner {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 30px 40px 45px;
}

.sidebar__services-link {
    position: relative;
    display: block;
    margin-top: 25px;
}

.sidebar__services-link li {
    position: relative;
    display: block;
    background: #fff8ee;
    margin-bottom: 10px;
    z-index: 1;
}

.sidebar__services-link li:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    opacity: 1;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 300ms linear;
    transition-delay: 0.1s;
       background-image: linear-gradient(to right, #edad4b 0, #d95255 100%);
}

.sidebar__services-link li:hover:after,
.sidebar__services-link li.active:after {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.sidebar__services-link li.active a {
    color: #ffffff;
}

.sidebar__services-link li:last-child {
    margin-bottom: 0px;
}

.sidebar__services-link li a {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 32px;
    font-weight: 500;
    padding: 6px 14px 6px;
    transition: all 300ms linear;
    transition-delay: 0.1s;
        font-family: hind, sans-serif;
        text-transform: uppercase;
        color: #474747;
}

.sidebar__services-link li a:after {
    font-size: inherit;
    content: "\f205";
    font-family: FontAwesome;
    font-weight: normal;
    float: right;
}

.sidebar__services-link li:hover a {
    color: #ffffff;
}

.listing-service ul{
  padding-left: 0px;
}
.listing-service li {
    padding: 5px 11px;
    
   
     font-family: hind, sans-serif;
    font-size: 17px;
     font-weight: 400; 
     line-height: 25px; 
    color: #646464;
    
}
.listing-service li i {
    color: #474747;
    padding-right: 15px;
}

.sidebar__title{
    background-image: linear-gradient( 
81deg
 , #c53f3e 0%, #ff9903 75%, #c53f3e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 22px;
}

table tr th{
    color: #474747;
    font-family:' hind ', sans-serif;
}

#foot-arrow{
padding-right: 10px;
}

/*FOOTER CURVES*/

.curve {
     position: absolute;
     z-index: 7;
}
 .curve.curve-center:after {
     border-left: 50vw solid transparent;
}
 .curve.curve-center:before {
     border-right: 50vw solid transparent;
}
 .curve.curve-center.curve-top:after {
     border-left: 50vw solid transparent;
}
 .curve.curve-center.curve-top:before {
     border-right: 50vw solid transparent;
}
 .curve.curve-bottom {
     left: 0;
   /*  bottom: -1px;*/
     width: 100%;
}
 .curve.curve-bottom:after, .curve.curve-bottom:before {
     bottom: 0;
}
 .curve.curve-top {
     left: 0;
    /* top: -1px;*/
     width: 100%;
}
 .curve.curve-top:after, .curve.curve-top:before {
     top: 0;
     border-top: 50px solid #fff;
     border-bottom: 0;
}
 .curve.curve-top:after {
     border-left: 70vw solid transparent;
}
 .curve.curve-top:before {
     border-right: 30vw solid transparent;
}
 .curve.curve-gray-b:after, .curve.curve-gray-b:before {
     border-bottom: 50px solid #f9f9f9;
}
 .curve.curve-gray-t:after, .curve.curve-gray-t:before {
     border-top: 50px solid #f9f9f9;
}
 .curve:after, .curve:before {
     content: '';
     width: 0;
     height: 0;
     border-bottom: 50px solid #fff;
     position: absolute;
}
 .curve:after {
     right: 0;
     border-left: 30vw solid transparent;
}
 .curve:before {
     left: 0;
     border-right: 70vw solid transparent;
}

.intro-desc{
    font-family: hind, sans-serif;
    font-size: 17px;
     font-weight: 400; 
     line-height: 25px; 
    color: #646464;
    text-align: justify;
}
.mt-25 {
    

    font-family: hind, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #646464;
    text-align:justify;
}

/*aboutus button*/

.butn {
     padding: 12px 15px;
    
     background: #fff;
     border-radius: 30px;
     border: 1px solid transparent;
     position: relative;
     z-index: 3;
     margin-left: 10px;
     margin-right: 10px;
     box-shadow: 0px 10px 30px rgba(0, 0, 0, .1);
     transition: all 0.4s;
     cursor: pointer;
     outline: none !important;
     overflow: hidden;
     float: right;

}


 .butn span {
     position: relative;
     z-index: 2;
}
 .butn span a{color:#fff;font-weight: 700;}
 .butn:after {
     content: '';
     width: 0;
     height: 100%;
     background: #fff;
     position: absolute;
     left: 0;
     top: 0;
     transition: width 0.4s;
     z-index: 1;
     opacity: 1;
}
 .butn:hover:after {
     width: 100%;
}
 .butn-bg {
     background: linear-gradient(to bottom,#ff8a00,#d7a65a);
     border-color: #f09624;
     color: #fff;
}
 .butn-bg:hover span a{
     color: #f09624;
}


/* ------------------------------------
    05. Contact Section CSS
---------------------------------------*/
.rs-contact .contact-wrap {
  background: #ffffff;
  padding: 25px 40px 50px;
  border-radius: 10px 10px 10px 10px;
}
.rs-contact .contact-wrap .content-part {
  text-align: center;
}
.rs-contact .contact-wrap .content-part .title {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0;
}
.rs-contact .contact-wrap .content-part .desc {
  margin: 0;
}
.rs-contact .contact-wrap .from-control {
  padding: 12px 16px 12px 16px;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-color: #02010100;
  background-color: #F6F7F9;
  color: #454545;
  width: 100%;
  opacity: 4;
}
.rs-contact .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #454545;
  opacity: 1;
}
.rs-contact .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */

  color: #454545;
  opacity: 1;
}
.rs-contact .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */

  color: #454545;
  opacity: 1;
}
.rs-contact .contact-wrap :-moz-placeholder {
  /* Firefox 18- */

  color: #454545;
  opacity: 1;
}
.rs-contact .contact-box {
  /*background-image: linear-gradient(250deg, #4e95ed 0%, #03228f 100%);*/
  background: linear-gradient(to bottom,#ff8a00,#6f470a)!important;
  
  padding: 80px 30px 80px 30px;
  border-radius: 5px 5px 5px 5px;
}
.rs-contact .contact-box .address-box {
  display: flex;
}
.rs-contact .contact-box .address-box .address-icon {
  background-image: linear-gradient(275deg, #ffffff 0%, #fcfcff 100%);
  min-width: 48px;
  height: 48px;
  line-height: 56px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
  margin-right: 23px;
}
.rs-contact .contact-box .address-box .address-icon i {
  font-size: 20px;
  line-height: 20px;
      color: #121619;
}
.rs-contact .contact-box .address-box .address-text .label {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  display: block;
  margin-bottom: 5px;
}
.rs-contact .contact-box .address-box .address-text a {
  color: #ffffff;
}
.rs-contact .contact-box .address-box .address-text a:hover {
  color: #ccc;
}
.rs-contact .contact-box .address-box .address-text .desc {
  color: #ffffff;
}
.rs-contact .contact-box.onepage-box {
  background-image: linear-gradient(220deg, #f27c1e 0%, #dd4c23 79%);
}
.rs-contact .contact-box.onepage-box .address-box .address-icon {
  background: white-color;
}
.rs-contact .contact-box.onepage-box .address-box .address-icon i {
  color: #f2541b;
}
.rs-contact .contact-widget .from-control {
  padding: 20px 20px 20px 20px;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  background-color: #F6F7F9;
  width: 100%;
  max-width: 100%;
}
.rs-contact .contact-widget textarea {
  height: 120px;
}
.rs-contact .contact-widget ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #454545;
  opacity: 1;
}
.rs-contact .contact-widget ::-moz-placeholder {
  /* Firefox 19+ */

  color: #454545;
  opacity: 1;
}
.rs-contact .contact-widget :-ms-input-placeholder {
  /* IE 10+ */

  color: #454545;
  opacity: 1;
}
.rs-contact .contact-widget :-moz-placeholder {
  /* Firefox 18- */

  color: #454545;
  opacity: 1;
}
.rs-contact .contact-widget.onepage-style .from-control {
  background: #fff;
}
.pl-70 {
    padding-left: 52px;
    background: #121619;
    margin-left: -15px;
}

table tbodytr th td{
    color: #474747;
    font-family:' hind ', sans-serif;
}

/*NUMBER*/

 .widget-contents {
    position: relative;
  /*  padding: 50px 40px;*/
     background: linear-gradient(to bottom,#ff8a00,#d7a65a);
    text-align: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
     margin: 0 50px;
}

.widget-contents .icon {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 1em;
    color: #df6512;
    font-weight: 400;
    margin-bottom: 15px;
}
.widget-contents .text {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}
.widget-contents .number {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 5px;
}
.widget-contents .email {
    position: relative;
}

.widget-contents .email a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
}

.catouterdiv {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 10px;
    background: #121619;
    margin: 0 50px;
}


@media only screen and (min-width:768px) and (max-width:991px) {
    #footer-logo1 {
        width: 200px
    }
    #footer-logo2 {
        width: 200px
    }
}

@media(max-width:767px) {
    #footer-logo1 {
        width: 130px
    }
    #footer-logo2 {
        width: 130px
    }
}

@media only screen and (min-width:992px) and (max-width:1400px) {
    #footer-logo1 {
        width: 200px
    }
    #footer-logo2 {
        width: 250px
    }
}


@media only screen and (min-width:1400px) and (max-width:2600px) {
    #footer-logo1 {
        width: 250px
    }
    #footer-logo2 {
        width: 350px
    }
}

#alert-msg{
    position: absolute;
    top: 10%;
    left: 37%;
}
         
         .alert.alert-success {
   background: linear-gradient(
90deg
, rgb(247 182 83) 0%, rgb(167 111 4) 97%);
    z-index: 99999;
    position:relative;
    border-radius: 0;
    color: #fff;
    font-family:  hind, sans-serif;
    font-size: 20px;
    font-weight:600;
    text-transform:uppercase;
}

/*DRODDOWN*/
.dropdown > a {
  display: flex;
  align-items: center;
}
.dropdown > a .icon {
  margin-left: 0.25em;
}

.dropdown:hover .dropdown-nav {
  opacity: 1;
  transform: translateY(0);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.dropdown-nav {
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.88, -0.72, 0, 1), opacity 0.3s ease-in-out;
  transform: translateY(-4rem);
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
  background: rgba(225, 255, 225, 0.9);
}
.dropdown-nav a {
  font-weight: 300;
  font-size: 1.2rem;
}