
/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                 PROJECT:	PSM PETROLEUM SERVICE                     |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */


/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                                 TYPOGRAPHY                       |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */

@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400,500,600,700|Open+Sans:300,400,600,700");
body {
    line-height: 1.6;
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    color: #818385;
}

p, .paragraph {
    font-weight: 400;
    color: #818385;
    font-size: 15px;
    line-height: 1.6;
    font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #172231;
    font-family: "Barlow Condensed", sans-serif;
    /*text-transform: uppercase;*/
    font-weight: 600;
    line-height: 1.2;
    transition: .2s ease;
}

h1, .h1 {
    font-size: 70px;
}

h2, .h2 {
    font-size: 48px;
}

h3, .h3 {
    font-size: 44px;
}

h4, .h4, .subtitle {
    font-size: 22px;
}

h5, .h5 {
    font-size: 18px;
}

h6, .h6 {
    font-size: 16px;
}





/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                           BUTTON STYLE                           |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */

.btn {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    /*text-transform: uppercase;*/
    padding: 15.5px 28px;
    border-radius: 35px;
    font-weight: 700;
    border: 1px solid;
    position: relative;
    z-index: 1;
    transition: .3s ease-in;
}

.working-science {
    padding: 0px 0px !important;
    border: 0 !important;
}

.working-science-time {
    float: left;
    position: relative;
    text-align: left;
    padding: 6px 15px;

}

.working-science-arrow {
    background-color: #e23c46;
    float: left;
    padding: 18px 15px 12px 15px;
    position: relative;
    color: #000;
}

.hero-slider-item hr {
    border-color: #c81e29;
    border-image: none;
    border-style: solid none none;
    border-width: 6px 0 0;
    margin-bottom: 1rem;
    margin-top: 1rem;
    width: 50%;
}

.hero-slider-item h1 {
    font-size: 60px;
    color: #fff;
}

.working-science-Year {
    border-left: 4px solid #000;
    padding-left: 6px;
}

.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.btn:active {
    box-shadow: none;
}

.btn-lg {
    font-size: 20px;
    padding: 19px 35px;
}

.btn-md {
    font-size: 18px;
    padding: 17px 30px;
}

.btn-sm {
    font-size: 12px;
    padding: 5px 20px;
}

.btn-primary {
    background: #c81e29;
    color: #fff;
    border-color: #c81e29;
}

.btn-primary:active {
    background: #e23c46 !important;
    border-color: #e23c46;
}

.btn-primary:hover {
    background: #e23c46;
    border-color: #e23c46;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #e23c46;
    border-color: #e23c46;
}

.btn-gray {
    background: #f5f6fa;
    color: #172231;
    border-color: #f5f6fa;
}

.btn-gray:active {
    background: #c81e29 !important;
    border-color: #c81e29;
    color: #fff;
}

.btn-gray:hover {
    background: #c81e29;
    border-color: #c81e29;
    color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #e23c46;
    border-color: #e23c46;
}

.btn-secondary {
    background: transparent;
    color: #172231;
    padding-left: 0;
    border: 0;
}

.btn-secondary:active {
    background: transparent !important;
    color: #c81e29;
}

.btn-secondary:hover {
    background: transparent;
    color: #c81e29;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #c81e29;
    background-color: transparent;
    border: 0;
}

.btn-primary-outline {
    background: transparent;
    color: #172231;
    border: 2px solid #172231;
}

.btn-primary-outline:active {
    background: #c81e29 !important;
    border-color: #c81e29;
    color: #fff;
}

.btn-primary-outline:hover {
    background: #c81e29;
    border-color: #c81e29;
    color: #fff;
}

.btn-light {
    background: #fff;
    color: #172231;
    border-color: #e7e7e7;
}

.btn-light:active {
    background: transparent !important;
    border-color: #fff;
    color: #fff;
}

.btn-light:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-light-alt:active {
    background: #c81e29 !important;
    border-color: #c81e29;
    color: #fff;
}

.btn-light-alt:hover {
    background: #c81e29;
    border-color: #c81e29;
    color: #fff;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-light-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-light-outline:active {
    background: #e23c46 !important;
    border-color: #e23c46;
    color: #fff;
}

.btn-light-outline:hover {
    background: #e23c46;
    border-color: #e23c46;
    color: #fff;
}

.btn-arrow {
    transition: .2s ease;
}

.btn-arrow::before {
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    background: transparent;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    left: calc( 85% + 5px);
    transition: .2s ease;
}

.btn-arrow::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #000;
    transition: .2s ease;
    left: 85%;
}

.btn-arrow:hover::before {
    left: calc( 85% + 10px);
    border-color: #c81e29;
}

.btn-arrow:hover::after {
    width: 20px;
    background: #c81e29;
}


/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                           HOVER EFFECT                           |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */

.hover-ripple {
    transition: .2s ease-in;
}

.hover-ripple:hover {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
}

.hover-ripple:hover::after {
    -webkit-animation: sonarEffect 1s ease-out 50ms;
    animation: sonarEffect 1s ease-out 50ms;
}

.hover-ripple::after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    border-radius: inherit;
}

.hover-ripple.ripple-white:hover::after {
    -webkit-animation: sonarEffectWhite 1s ease-out 50ms;
    animation: sonarEffectWhite 1s ease-out 50ms;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.1;
    }
    40% {
        opacity: 0.3;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #c81e29, 0 0 0 10px rgba(255, 255, 255, 0.2);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #c81e29, 0 0 0 10px rgba(255, 255, 255, 0.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.1;
    }
    40% {
        opacity: 0.3;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #c81e29, 0 0 0 10px rgba(255, 255, 255, 0.2);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #c81e29, 0 0 0 10px rgba(255, 255, 255, 0.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@-webkit-keyframes sonarEffectWhite {
    0% {
        opacity: 0.1;
    }
    40% {
        opacity: 0.3;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.2);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes sonarEffectWhite {
    0% {
        opacity: 0.1;
    }
    40% {
        opacity: 0.3;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.2);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}


body {
    background-color: #fff;
    overflow-x: hidden;
}

::-moz-selection {
    background: #c81e29;
    color: #fff;
}

::selection {
    background: #c81e29;
    color: #fff;
}


/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                               PRELOADER                          |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spin {
    height: 50px;
    width: 50px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(200, 30, 41, 1) rgba(200, 30, 41, 0.75) rgba(200, 30, 41, 0.50) rgba(200, 30, 41, 0.25);
    border-radius: 100%;
    -webkit-animation: clockwise 1s linear infinite;
    animation: clockwise 1s linear infinite;
}

@-webkit-keyframes clockwise {
    to {
        -webkit-transform: rotate(360deg) translatez(0);
        transform: rotate(360deg) translatez(0);
    }
}

@keyframes clockwise {
    to {
        -webkit-transform: rotate(360deg) translatez(0);
        transform: rotate(360deg) translatez(0);
    }
}


ol,
ul {
    list-style-type: none;
    margin: 0px;
}

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

a,
button,
select {
    cursor: pointer;
    transition: .2s ease;
}

a:focus,
button:focus,
select:focus {
    outline: 0;
}

a:hover {
    color: #c81e29;
}

a.text-white:hover,
a.text-light:hover,
a.text-dark:hover {
    color: #c81e29 !important;
}



/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                            SECTION                               |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */

.section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-sm {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-title {
    margin-bottom: 40px;
}

.section-title-border {
    position: relative;
    height: 5px;
    width: 100px;
    background: #172231;
    border-radius: 10px;
    margin-bottom: 20px;
    display: block;
}

.voiceofChairman .section-title-border {
    position: relative;
    height: 5px;
    width: 200px;
    background: #c81e29;
    border-radius: 10px;
    margin-bottom: 20px;
    display: block;
}

.aboutUsSection-title-border {
    position: relative;
    height: 5px;
    width: 130px;
    background: #c81e29;
    border-radius: 10px;
    margin-bottom: 20px;
    display: block;
}
.aboutUsSection-m-v-title-border {
    position: relative;
    height: 5px;
    width: 90px;
    background: #c81e29;
    border-radius: 10px;
    margin-bottom: 20px;
    display: block;
}

.pagination {
    margin-top: 15px;
}

.page-link  {
    color: #c81e29;
}
.page-link:hover  {
    color: #c81e29;
}

#main-blog-content h3 {
    font-size: 28px;
}
.mainblock-content {
    padding: 15px;   
    margin-bottom: 30px;
}
.m-e-p {
    padding: .25px;
}
.page-item.active .page-link {
    background-color: #c81e29;
    border-color: #c81e29;
    color: #fff;
}

#services .section-title-border {
    position: relative;
    height: 5px;
    width: 100px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    display: block;
}

#ourPetroleumProducts .section-title-border {
    position: relative;
    height: 5px;
    width: 100px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    display: block;
}

#Products {
    /*background-color: #e23c46;*/
    color: #fff;
    padding: 60px 15%;
    text-align: left;
    z-index: 10;
}
#Products .carousel-control-prev-icon, #Products .carousel-control-next-icon {
    padding: 10px;
    /*background-color: #c81e29;*/
}

#ourPetroleumProducts .carousel-indicators li {
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    flex: 0 1 auto;
    height: 15px;
    margin-left: 3px;
    margin-right: 3px;
    position: relative;
    text-indent: -999px;
    width: 15px;
}

#ourPetroleumProducts .carousel-indicators .active {
    background-color: #c81e29;
    color: #c81e29;
    border: 3px solid #fff;
}

#ourPetroleumProducts {

}
.productNamePreview {
    font-size: 28px;
    text-align: center;
    padding: 15px;
}

.productNamePreview .sectionBorder {
    margin-left: calc(30% - 27px);
}
.productNamePreview .sectionBorder {
    background: #172231 none repeat scroll 0 0;
    border-radius: 10px;
    display: block;
    height: 5px;
    margin-bottom: 20px;
    position: relative;
    width: 50%;
}

.previewImgPart {
    padding: 30px;
}
.bg-white-red .wrapper .preview {
    background-color: #fff;
}

.bg-white-red .wrapper .details {
    background-color: #c81e29;
}
.productDetailsPreview {
    padding: 30px;
    color: #fff;
}
.productDetailsPreview h4 {
    color: #fff;
    text-align: center;
    font-size: 28px;
}
.productDetailsPreview p {
    color: #fff !important;
    text-align: justify;
}
.productDetailsPreview img {
    height: 100px;
    margin-bottom: 30px;
}

.ourProductsPart  .tab-content .tab-pane .project-item h4 {
    border-top: 2px solid #172231;
}
/*.section-title-border::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    background: #c81e29;
    border-radius: 10px;
    right: -30%;
    top: 0;
}*/

.section-title-border::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 30%;
    background: #c81e29;
    border-radius: 10px;
    right: -50%;
    top: 0;
}
.voiceofChairman .section-title-border::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background: #c81e29;
    border-radius: 10px;
    right: -50%;
    top: 0;
}


#getQuoteModal .section-title-border::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 30%;
    background: #fff;
    border-radius: 10px;
    right: -50%;
    top: 0;
}
#services .section-title-border::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 30%;
    background: #c81e29;
    border-radius: 10px;
    right: -50%;
    top: 0;
}

.section-title-border.border-center {
    margin-left: calc(45% - 27px);
}

.section-title-border.border-white {
    background: #fff;
}

.section-title-border.border-white::before {
    background: #fff;
}

.section-title-border.border-white::after {
    background: #fff;
}

.section-title-border.border-inline {
    display: inline-block;
    margin-bottom: 5px;
}

.subtitle {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #818385;
}

.section-bottom-lg {
    padding-bottom: 240px;
}



/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                         BACKGROUND IMG                           |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */ 

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

.bg-contain {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}


/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                             OVERLAY                              |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */ 

.overlay {
    position: relative;
}

.overlay::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .6;
}

.overlay-secondary {
    position: relative;
}

.overlay-secondary::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #252d39;
    opacity: .85;
}



/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                        COMMON CLASS                              |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */  

.outline-0 {
    outline: 0 !important;
}

.d-unset {
    display: unset !important;
}

.bg-primary {
    background: #c81e29 !important;
}

.bg-secondary {
    background: #252d39 !important;
}

.bg-secondary-darken {
    background: #1f2630 !important;
}

.bg-gray {
    background: #f5f6fa !important;
}

.bg-gray-white {
    background-image: linear-gradient(to right, #f5f6fa 50%, #fff 0%);
}

.bg-white-gray {
    background-image: linear-gradient(to right, #fff 50%, #f5f6fa 0%);
}

.bg-white2-gray {
    background-image: linear-gradient(to right, #fff 70%, #f5f6fa 0%);
}

.text-primary {
    color: #c81e29 !important;
}

.text-color {
    color: #818385;
}

.whyWeAreBest-text {
    color: #000;
    font-size: 20px;
}

#whyWeAreBest .media img {
    height: 100px;
}

#whyWeAreBest .media .text-t-c {
    font-size: 28px;
}

#whyWeAreBest .bg-white {
    box-shadow: 0 15px 39px 0 rgba(8, 18, 109, 0.1);
}

a.text-t-c:hover {
    color: #e23c46 !important;
}

.text-light {
    color: #ddd !important;
}

.text-dark {
    color: #172231;
}

.hilighted {
    background: #252d39;
    padding: 0 5px;
    border-radius: 2px;
    color: #fff;
}

.letter-spacing {
    letter-spacing: 2px;
}

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

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

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

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

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

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

.zindex-1 {
    z-index: 1;
}

.zindex-0 {
    z-index: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.min-height-400 {
    min-height: 400px;
}

.border-color {
    border-color: #e7e7e7 !important;
}

.border-muted {
    border-color: #404751 !important;
}

.rounded-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.flex-basis-33 {
    flex-basis: 33.333333%;
}

.icon {
    font-size: 40px;
}

.icon-sm {
    font-size: 34px;
}

.icon-xs {
    font-size: 22px;
}

.icon-lg {
    font-size: 56px;
}

.box-shadow {
    /*box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);*/
    box-shadow: 0 15px 39px 0 rgba(8, 18, 109, 0.1);
}

.translate-top {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}

.transition {
    transition: .2s ease;
}

.font-size-30 {
    font-size: 30px;
}

.font-weight-semebold {
    font-weight: 600 !important;
}

.font-secondary {
    font-family: "Barlow Condensed", sans-serif !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-none:hover {
    text-decoration: none !important;
}

.border-md-right {
    border-right: 1px solid;
}

@media (max-width: 767px) {
    .border-md-right {
        border: 0;
    }
}



/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                        ICON ANIMATION                            |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */  

.icon-bg {
    position: relative;
    background-color: rgba(226, 60, 70, 0.3);
    display: inline-block;
    height: 100px;
    width: 100px;
    border-radius: 120px 135px 110px 90px;
}

.icon-bg::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 5px;
    background: rgba(118, 70, 255, 0.05);
    border: 2px solid #c81e29;
    border-radius: 130px 120px 160px 130px;
}

.icon-bg .icon {
    line-height: 100px;
}

.water-wave {
    position: relative;
    -webkit-animation-name: water-wave;
    animation-name: water-wave;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.water-wave::before {
    -webkit-animation-name: water-wave;
    animation-name: water-wave;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes water-wave {
    0% {
        border-radius: 120px 135px 110px 90px;
        ::before {
            border-radius: 130px 120px 160px 130px;
        }
    }
    25% {
        border-radius: 130px 140px 100px 110px;
        ::before {
            border-radius: 100px 147px 140px 120px;
        }
    }
    50% {
        border-radius: 110px 97px 150px 100px;
        ::before {
            border-radius: 102px 147px 140px 120px;
        }
    }
    75% {
        border-radius: 80px 107px 120px 90px;
        ::before {
            border-radius: 102px 147px 140px 120px;
        }
    }
    100% {
        border-radius: 120px 135px 110px 90px;
        ::before {
            border-radius: 130px 120px 160px 130px;
        }
    }
}

@keyframes water-wave {
    0% {
        border-radius: 120px 135px 110px 90px;
        ::before {
            border-radius: 130px 120px 160px 130px;
        }
    }
    25% {
        border-radius: 130px 140px 100px 110px;
        ::before {
            border-radius: 100px 147px 140px 120px;
        }
    }
    50% {
        border-radius: 110px 97px 150px 100px;
        ::before {
            border-radius: 102px 147px 140px 120px;
        }
    }
    75% {
        border-radius: 80px 107px 120px 90px;
        ::before {
            border-radius: 102px 147px 140px 120px;
        }
    }
    100% {
        border-radius: 120px 135px 110px 90px;
        ::before {
            border-radius: 130px 120px 160px 130px;
        }
    }
}



/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                            BREADCRUMB                            |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

/* GOOGLE MAP */
#map_canvas {
    height: 500px;
}

/* FORM CONTROL */
.form-control {
    height: 55px;
    padding: 0 30px;
}

.form-control-sm {
    height: 45px;
}

.form-control:focus {
    box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
    border-color: #c81e29 !important;
}

.focus-shadow-none {
    box-shadow: none !important;
}

textarea.form-control {
    height: 150px;
}

textarea.form-control-sm {
    height: 100px;
}



/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                            SOCIAL-ICON                           |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */

.social-icon li a {
    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    line-height: 45px;
    text-align: center;
}

.social-icon li a:hover {
    color: #c81e29;
    background: #fff;
}

.social-icon-alt li a {
    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    line-height: 45px;
    text-align: center;
}

.social-icon-alt li a:hover {
    color: #fff;
    background: #c81e29;
    border-color: #c81e29;
}



/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                            SLICK                                 |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */

.slick-slide {
    outline: 0;
}

/* SLICK ARROWS */
.slick-arrow {
    position: absolute;
    top: 50%;
    /*-webkit-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    z-index: 9;
    height: 70px;
    width: 70px;
    /*border-radius: 50%;*/
    background-color: rgba(226, 60, 70, 0.3);
    color: #fff;
    border: 0;
    line-height: 70px;
    font-size: 35px;
}
/*
.slick-arrow::before {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    background: transparent;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    transition: .2s ease;
}

.slick-arrow::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    transition: .3s ease;
}*/

@media (max-width: 575px) {
    .slick-arrow {
        display: none;
    }
}

#getQuoteModal .modal-header div {
    color: #fff;
    width: 100%;
}

#getQuoteModal .modal-content {
    border-radius: 0px;
    padding: 20px;
    background-color: rgba(255, 255, 255, .6);
}

#getQuoteModal .modal-dialog {
    max-width: 400px;
}

#getQuoteModal input {
    border: 0;
    border-radius: 0;
}
#getQuoteModal input {
    border-bottom: 1px solid #eee;
}

#getQuoteModal .form-control::placeholder {
    color: #eee;
    font-size: 14px;
    opacity: 1;
}


#getQuoteModal .form-control {
    background-clip: padding-box;
    background-color: transparent;
    border-radius: 0;
    color: #c81e29;
    display: block;
    font-size: 15px;
    height: auto;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 95%;
    margin-bottom: 12px;
    float: left;
    position: relative;
}
#getQuoteModal .input-group-append {
    position: relative;
    float: left;
}
#getQuoteModal .modal-header {
    border-bottom: 0px;
}

#getQuoteModal .btn {
    font-size: 15px;
    font-weight: 700;
    padding: 8px 35px;
}

#getQuoteModal .input-group {
    display: contents;
    flex-wrap: wrap;
    position: relative;
}
#getQuoteModal .input-group-text {
    margin-left: -35px;
    border: 0px;
    color: #eee;
}
#getQuoteModal .modal-dialog {
    /*min-height: calc(100vh - 60px);*/
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    overflow: auto;
    float: right;
    /*margin-top: 126px;*/
    /*right: -18px*/
}
#getQuoteModal .modal-header {
    padding-bottom: 0;
}

#getQuoteModal .modal-body {
    padding-top: 0;
}
.error-button a {
    float: right;
    position: relative;
    right: 60px;
    top: -100px;
}

@media(max-width: 768px) {
    .modal-dialog {
        min-height: inherit;
    }
}
.slick-arrow:focus {
    outline: 0;
}

.slick-arrow:hover {
    background: #c81e29;
}

.prevArrow {
    left: 0px;
}

/*.prevArrow::before {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    right: 35px;
}

.prevArrow::after {
    right: 20px;
}*/

.nextArrow {
    right: 0px;
}

.nextArrow::before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    left: 35px;
}

.nextArrow::after {
    left: 20px;
}

/* SLICK DOTS */
.slick-dots {
    padding-left: 0;
    text-align: center;
    position: absolute;
    bottom: -185px;
    left: 0;
    right: 0;
    z-index: 9;
}

.slick-dots li {
    display: inline-block;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 20px;
    transition: .2s ease;
    box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
}

.slick-dots li img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.slick-dots li.slick-active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}



/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                           NAVBAR                                 |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */

/* TOP HEADER */
.top-header {
    font-size: 14px;
    font-size: 14px;
    position: relative;
    z-index: 99;
}

.main-logo {
    top: -100px;
}

/* NAVIGATION */
.navigation {
    box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.09);
    position: relative;
    z-index: 99;
}

.navigation.bg-white{
    background-color: rgba(200, 30, 41, 0.8) !important;
}
.top-header.bg-secondary{
    background-color: #c81e29 !important;
}

.navbar {
    padding: 0;
}

.navbar-collapse {
    padding-bottom: 10px;
    transition: .2s ease;
    padding-top: 9px;
}

.navbar .nav-item .nav-link {
    /*text-transform: uppercase;*/
    font-weight: 700;
}

.navbar .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.navbar .dropdown-menu {
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
    padding: 15px;
    border: 0;
    top: 32px;
    left: -16px;
    border-radius: 0;
    display: block;
    visibility: hidden;
    transition: .3s ease;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    background: #fff;
}

#navigation .dropdown-item.active, #navigation  .dropdown-item:active {
    background-color: #c81e29;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 991px) {
    .navbar .dropdown-menu {
        display: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: unset;
        transform-origin: unset;
    }
    .funfacts {
        margin-top: -1px !important;
    }

}

.navbar .dropdown-menu.show {
    visibility: hidden;
}

@media (max-width: 991px) {
    .navbar .dropdown-menu.show {
        visibility: visible;
        display: block;
    }
}

.navbar .dropdown-item {
    position: relative;
    color: #172231;
    transition: .2s ease;
    font-family: "Open Sans", sans-serif;
}

@media (max-width: 991px) {
    .navbar .dropdown-item {
        text-align: center;
    }
}

.navbar .dropdown-item:not(:last-child) {
    margin-bottom: 10px;
}

.navbar .dropdown-item:hover {
    color: #c81e29;
    background: transparent;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
    background-color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 4px 15px;
    /*padding: 20px 15px;*/
}

.top-header a:hover {
    color: #000 !important;
}
.navbar-brand {
    display: inline-block;
    font-size: 1.25rem;
    line-height: inherit;
    margin-bottom: -17px;
    margin-right: 0rem;
    padding-bottom: 0;
    padding-top: 0rem;
    white-space: nowrap;
    margin-top: -78px;
}

.t-header-conainer-part {
    padding-right: 68px;
}

.top-header .h5 {
    font-size: 1rem;;
}

.top-header .p-1.h5 {
    font-size: 1.6rem;
    color: #fff;
    padding: 0.25rem 0.25rem 0rem !important;;
}

.hero-slider-item .hover-ripple {
    background-color: rgba(226, 60, 70, .8);
    border-color:  rgba(226, 60, 70, .8);
}

.hero-slider-item .hover-ripple:hover {
    background-color: #c81e29;
    border-color: #c81e29;
}

.top-header .p-1.h5:hover {
    color: #000 !important;
}

#navigation {
    padding-right: 60px;
}
#main-logo {
    height: 146px;
}
@media (max-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        /*padding: 40px 10px;*/

    }
}

@media (max-width: 1159px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 4px 12px;
        font-size: .9rem;
    }
    .top-header .h5 {
        font-size: .9rem;
    }
}
@media only screen and (min-device-width : 992px) and (max-device-width : 1065px) {
    .top-header {
        padding-top: 0.8rem !important;
        padding-bottom:  11px !important;
    }
    #main-logo {
        height: 116px;
    }
    #navigation {
        padding-right: 30px;
    }
    .navbar-collapse {
        padding-bottom: 4px;
        padding-top: 4px;
    }
    .navbar-brand {
        margin-top: -70px;
    }
}
@media (max-width: 991px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px;

    }
    .t-header-conainer-part {
        padding-right: 0px;
    }
    #navigation {
        padding-right: 0px;
    }

    #main-logo {
        height: 90px;
    }
    .navbar-brand {
        margin-top: 0px;
        margin-bottom: -10px;
    }
    .top-header {
        padding-top: 15px !important;
        padding-bottom:  0rem !important;
    }
    .navbar-collapse {
        padding-bottom: 4px;
        padding-top: 4px;
    }
    .top-header .list-inline-item:not(:last-child) {
        margin-right: 0rem;
    }
}

/* SEARCH */
.search-btn {
    border: 0;
    background: transparent;
}

.search-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 2;
    visibility: hidden;
    transition: .2s ease;
    opacity: 0;
}

.search-wrapper.open {
    visibility: visible;
    opacity: 1;
}

.search-box {
    height: 112px;
    width: 100%;
    border: 0;
    background: #fff;
    font-size: 30px;
    padding: 0;
}

.search-box:focus {
    box-shadow: none !important;
}

.search-close {
    position: absolute;
    right: 5px;
    top: 40px;
    border: 0;
    background: transparent;
    page-break-after: 10px;
    font-size: 20px;
}


/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                           HERO SLIDER                            |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */

.slider-part {
    margin-top: -100px;
    position: relative;
}

.hero-section {
    padding: 180px 0 0px;
}

.hero-slider {
    overflow-x: hidden;
}

.hero-slider .prevArrow {
    left: -100px;
}

.hero-slider .nextArrow {
    right: -100px;
}

.hero-slider:hover .prevArrow {
    left: 35px;
}

.hero-slider:hover .nextArrow {
    right: 35px;
}



/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                           BANNER FEATURE                         |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */

.banner-feature-wrapper {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}

.hover-bg-dark:hover, .hover-bg-dark.active {
    background: #252d39 !important;
}

.hover-bg-dark:hover *, .hover-bg-dark.active * {
    color: #fff !important;
}



/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                             ABOUT                                |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */

.image-bg {
    position: absolute;
    top: 20%;
    right: 0;
    z-index: -1;
}

.about-bg-shape {
    position: absolute;
    top: 0;
    right: 0;
}

.philosophy-bg-shape {
    position: absolute;
    left: 0;
    bottom: 0;
}

#aboutUs .subtitle {
    color: #172231;
    font-weight: bold;
    font-size: 28px;
}

#aboutUs .fs-20 {
    font-size: 15px;
    color: #000;
}

.h-60 {
    height: 60px;
    width: 60px;
}

.margin-top-m {
    margin-top: -80px;
    position: relative;
}

.customerImg {
    margin-top: -35px;
    position: relative;
    border: 3px solid #fff;
    border-radius: 50%;
}
/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                             FUNFACTS                             |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */

.funfacts {
    overflow-x: hidden;
    background-color: #c81e29;
}

@media (max-width: 991px) {
    .funfacts {
        background-color: #c81e29;
    }
    .t-header-conainer-part {
        padding-top: 20px;
    }
    .navbar-toggler {
        margin-right: 30px;
    }
}

.funfacts .container {
    /*-webkit-transform: translateX(-50px);*/
    /*transform: translateX(-50px);*/
    position: relative;
}

.section.bg-cover.overlay.margin-top-m, .breadcrumb {
    text-align: center
}

.funfacts .container::before {
    position: absolute;
    content: "";
    right: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    background: #c81e29;
}
.funfacts img {
    width: 54px;
    margin-right: 12px;
}
@media (max-width: 991px) {
    .funfacts .container {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    .funfacts .container::before {
        display: none;
    }
}

@media (max-width: 991px) {
    .funfacts h3 {
        font-size: 30px;
    }
    .navigation.bg-white {
        background-color: #c81e29 !important;
    }
    .error-section .container {
        padding: 0;
        width: 100%;
    }
    .error-section {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .funfacts h3 {
        font-size: 35px;
    }
    .error-button a {
        float: right;
        position: relative;
        right: 15px;
        top: -70px;
    }



}

@media (max-width: 991px) {
    .funfacts .icon-lg {
        font-size: 40px;
    }
}
.galleryPart .section-title-border::after {
    right: -82%;
    width: 71%;
}
.galleryPart .section-title-border.border-center {
    margin-left: calc(41% - 27px);
}
.galleryPart .section-title-border {
    width: 135px;
}
#aboutUs .subtitle {
    margin-bottom: 0 !important;
}

.main-contact-part section-title-border::after {
    right: -50%;
    width: 36%;
}

.main-contact-part .section-title-border.border-center {
    margin-left: calc(44% - 27px);
}
.main-contact-part .section-title-border {
    width: 129px;
}
/*
.carousel-p {
    padding: 15px 14px 13px 12px !important;
    background-color: #e10d2a;
}
.ourPetroleumProducts-left-part {
    padding: 60px 60px 30px 60px;
    background-color: #e10d2a;
}
.ourPetroleumProducts-left-part {
    padding: 60px 60px 30px 60px;
    background-color: #e10d2a;
}
.ourPetroleumProductsHeader {
    padding-left: 60px;
    padding-top: 30px;
}
.ourPetroleumProductsHeader .section-title-border::after {
    background: #fff
}
.ourPetroleumProducts-left-part h3 {
    font-size: 28px;
}
.ourPetroleumProducts-right-part {
    border: 6px solid #000;
}
.carousel-control-next, .carousel-control-prev {
    align-items: center !important;
    bottom: 0 !important;
    color: #fff !important;
    display: flex !important;
    justify-content: center !important;
    opacity: 0.5 !important;
    position: relative !important;
    text-align: center !important;
    top: auto !important;
    width: 60px !important;
}*/

#Products .carousel-control-next {
    /*right: auto !important;*/
}
#Products .carousel-control-prev {
    /*left: auto !important;*/
}
.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}
.homeAboutImg {
    height: 200px;
}
.voiceofChairmanImg {
    float: left;
    height: 300px;
    padding-right: 15px;
}
.voiceofChairmanSignature {
    float: right;
}
.voiceofChairman .section-title {
    font-size: 28px;
}
.voiceofChairman .subtitle {
    font-size: 18px;
}
.funfacts {
    margin-top: -1px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
html {
  scroll-behavior: smooth;
}
@media (max-width: 767px) {
    .working-science-Year {
        border-left: 2px solid #000;
    }
    .working-science-arrow {
        padding: 12px 7px 6px;
    }
    .voiceofChairmanImg {
        height: 130px;
    }
    .working-science-time {
        float: left;
        font-size: 12px;
        padding: 4px 8px;
        position: relative;
        text-align: left;
    } 
    footer a img.img-fluid.mx-auto.d-block {
        float: left;
        height: 50px !important;
        padding-right: 15px;
    }
    .homeAboutImg {
        float: left;
        height: 60px;
    }
    #ourPetroleumProducts {
        /*display: none;*/
    }
    #getQuoteModal {
        display: none;
    }
    .getQuoteModalDiv {
        display: none;
    }
    .slick-arrow {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        width: 50px;
    }
    .top-header {
        display: none;
    }
    #ourPetroleumProducts .row {
        margin: 0;
    }
    .main-contact-part .section-title {
        font-size: 28px !important;
    }
    #contactUS .row.p-5 {
        padding: 0 0 0 0 !important;
    }
    .funfacts .icon-lg {
        font-size: 50px;
    }
    .clients-logo {
        height: 70px !important;
    }
    .main-contact-part .section-title-border.border-center {
        margin-left: calc(36% - 27px);
    }

    .hero-slider-item h1 {
        color: #fff;
        font-size: 28px !important;
    }
    .ourHappyCustomer .section-title{
        font-size: 28px !important;
    }
    .ourHappyCustomer .section-title-border.border-center {
        margin-left: calc(38% - 27px);
    }
    .ourProductsPart .section-title {
        font-size: 28px !important;
    }
    .ourProductsPart .section-title-border.border-center {
        margin-left: calc(39% - 27px) !important;
    }
    .galleryPart .section-title {
        font-size: 28px !important;
    }
    #aboutUs .subtitle {
        margin-bottom: 0 !important;
    }
    .galleryPart .section-title-border.border-center {
        margin-left: calc(39% - 27px) !important;
    }
    .hero-slider-item p.h5 {
        font-size: 15px;
    }
    .funfacts {
        margin-top: -1px;
    }
    .funfacts span.h4 {
        font-size: 16px;
    }
    #services h2 {
        font-size: 28px;
        margin-bottom: 0;
    }
    #ourPetroleumProducts h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    #ourPetroleumProducts .section-title-border, #services .section-title-border {
        margin-bottom: 0;
    }
    #ourPetroleumProducts h3 {
        font-size: 24px;
    }
    #ourPetroleumProducts .h4 {
        font-size: 15px;
    }

    .voiceofChairman h2 {
        font-size: 28px;
    }
    .voiceofChairman h5 {
        font-size: 15px;
    }
    #clientsSay .section-title {
        font-size: 28px;
    }
    #clientsSay .clientsSay-text {
        font-size: 15px !important;
    }
    #clientsSay .quote-text { 
        font-size: 15px !important;
    }
    #clientsSay .carousel-caption h3 {
        font-size: 28px !important;
    }
    #clientsSay .carousel-caption p {
        font-size: 15px !important;
    }
    .ourClients h2 {
        font-size: 28px !important;
        text-align: center;
        margin-bottom: 0;
    }
    .our-clientsBorder {
        background: #c81e29 none repeat scroll 0 0;
        border-radius: 10px;
        display: block;
        height: 5px;
        margin-bottom: 20px;
        position: relative;
        width: 165px;
        margin-left: calc(40% - 27px);
    }
    .ourClients .our-clients-text {
        font-size: 15px;
        text-align: center !important;
    }
    #whyWeAreBest h2 {
        font-size: 28px !important;
        margin-top: 30px;
        margin-bottom: 20px !important;
    }
    #whyWeAreBest .whyWeAreBest-text {
        font-size: 15px !important;
    }
    #whyWeAreBest .text-t-c {
        font-size: 20px !important;
    }
    #homeBlog .section-title {
        font-size: 28px !important;
        margin-bottom: 20px !important;
    }
    .funfacts .section-title {
        font-size: 28px !important;
        margin-bottom: 20px !important;
    }
    footer .text-right {
        text-align: left !important;
    }
}



/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                             FEATURE                              |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */

.feature-img-bg {
    position: relative;
}

.feature-img-bg::before {
    position: absolute;
    content: "";
    background: url(../images/backgrounds/feature-bg.png);
    top: -100px;
    right: -120px;
    height: 150%;
    width: 120%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 991px) {
    .feature-img-bg::before {
        display: none;
    }
}

.play-video {
    position: absolute;
    left: 0;
    bottom: 20%;
}

.play-icon {
    display: inline-block;
    min-width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
    font-size: 30px;
}



/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                             SERVICE                              |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */


.service-wrapper {
    /*-webkit-transform: translateY(-200px);*/
    /*transform: translateY(-200px);*/
}

.card-icon {
    position: absolute;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #c81e29;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 32px;
    left: 15px;
    top: -90px;
}

.service-bg-dots {
    position: relative;
}

.service-bg-dots::before {
    position: absolute;
    content: "";
    background: url(../images/backgrounds/service-page-2.png);
    top: 0px;
    right: 0px;
    height: 100%;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

#services .card {
    background-color: transparent;
    border-radius: 0rem;
}

.br-dt{
    border-right: medium dotted;
}

.bl-dt{
    border-left: medium dotted;
}

.bt-dt{
    border-top: medium dotted;
}


.bb-dt{
    border-bottom: medium dotted;
}
@media (min-width: 576px) {
    .bdt-1 {
        border-right: medium dotted;
        border-bottom: medium dotted;
    }
    .bdt-2 {
        border-bottom: medium dotted;
    }
    .bdt-3 {
        border-right: medium dotted;
        border-bottom: medium dotted;
    }
    .bdt-4 {
        border-bottom: medium dotted;
    }
    .bdt-5 {
        border-right: medium dotted;
    }
    .bdt-6 {
    }
}

@media (min-width: 992px) {
    .bdt-1 {
        border-right: medium dotted;
        border-bottom: medium dotted;
    }
    .bdt-2 {
        border-right: medium dotted;
        border-bottom: medium dotted;
    }
    .bdt-3 {
        border-right: 0;
        border-bottom: medium dotted;
    }
    .bdt-4 {
        border-right: medium dotted;
        border-bottom: 0;
    }
    .bdt-5 {
        border-right: medium dotted;
        border-bottom: 0;
    }

}


@media (max-width: 575px) {

}

.h-50 {
    height: 80px !important;
    width: 80px !important;
}

.text-t-c {
    color: #c81e29 !important;
}

p.card-text {
    color: #fff !important;
}

.text-t-c-y {
    color: #e23c46;
}

#services .card:hover {
    background-color: rgba(255, 255, 255, 0.1);
}




/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                              TEAM                                |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */

.team-member-img img {
    position: relative;
    z-index: 2;
}

.team-member-img::before {
    position: absolute;
    content: "";
    background: url(../images/backgrounds/team-member-bg.png);
    top: 0px;
    right: 0px;
    height: 60%;
    width: 60%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    transition: .2s ease;
}

.team-member-img::after {
    position: absolute;
    content: "";
    background: url(../images/backgrounds/team-member-bg.png);
    bottom: -40px;
    left: 0px;
    height: 60%;
    width: 60%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    transition: .2s ease;
}

.team-member:hover .team-member-img::before {
    top: -20px;
    right: -20px;
}

.team-member:hover .team-member-img::after {
    bottom: -60px;
    left: -20px;
}

.team-member:hover .hover-icon {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.team-member:hover .hover-icon .social-icon a {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hover-icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(226, 60, 70, 0.3);
    transition: .2s ease;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    z-index: 3;
    opacity: 0;
}

.hover-icon .social-icon a {
    -webkit-transform: scale(0);
    transform: scale(0);
}




/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                              PROJECT                             |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */

.project-item img {
    transition: .4s ease-in;
}

.project-item:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.project-item:hover .hover-overlay {
    opacity: 1;
}

.project-item:hover .hover-overlay a {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.hover-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(226, 60, 70, 0.3);
    transition: .4s ease;
    opacity: 0;
}

.hover-overlay a {
    position: relative;
    font-size: 46px;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    transition: .4s ease;
    display: inline-block;
}

.uni-plus {
    position: relative;
    padding: 0 20px;
}

.uni-plus::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 40px;
    width: 2px;
    background: #fff;
}

.uni-plus::after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 2px;
    width: 40px;
    background: #fff;
}

.filter-controls li {
    cursor: pointer;
}

.filter-controls li.active {
    color: #c81e29 !important;
}

.boxContent {
    background-color: #fff;
    box-shadow: 0 15px 39px 0 rgba(8, 18, 109, 0.1);
    margin-bottom: 30px;
}

.boxContentBody ul li {
    text-align: center;
    color: #000;
    border-bottom: 1px solid #aaa;
}

.boxContentBody ul li a {
    color: #000;
    font-size: 15px;
}

.boxContentBody ul li a:hover, .boxContentBody ul li a:focus, .boxContentBody ul li a:active {
    color: #fff;
    text-decoration: none;
    background-color: #c81e29
}

.boxContentHeader {
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #c81e29;
    text-align: center;
}

.boxContentBody {
    background-color: #fff;
}

.boxContentBodyContact {
    padding: 30px 20px;
    font-size: 15px;
}
.boxContactSingle {
    padding-bottom: 12px;
}
.boxContent .nav-tabs .nav-item.show .nav-link, .boxContent .nav-tabs .nav-link.active {
    color: #c81e29 !important;
    font-weight: bold;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #aaa;

}
.boxContent .nav-tabs .nav-link:focus, .boxContent .nav-tabs .nav-link:hover {
    border-color: #aaa;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}

.tab-content .project-item {
    padding: 15px;
    box-shadow: 0 15px 39px 0 rgba(8, 18, 109, 0.1) !important;;
    background-color: #fff;
    margin-bottom: 15px;
}

/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                              TESTIMONIAL                         |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */

.bg-dots {
    position: relative;
}

.bg-dots::before {
    position: absolute;
    content: "";
    background: url(../images/backgrounds/testimonial-bg-1.png);
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.bg-dots .container {
    position: relative;
    z-index: 2;
}

.testimonial-slider .nextArrow,
.testimonial-slider .prevArrow {
    opacity: 0;
    transition-delay: 1s;
}

.testimonial-slider:hover .nextArrow {
    opacity: 1;
    right: -100px;
    transition-delay: 0s;
}

.testimonial-slider:hover .prevArrow {
    opacity: 1;
    left: -100px;
    transition-delay: 0s;
}

.bg-quote {
    position: relative;
}

.bg-quote::before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 150px;
    color: rgba(226, 60, 70, 0.3);
    top: -10px;
    line-height: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}




/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                              CLIENTS LOGO                        |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */

.clients-logo {
    text-align: center;
    position: relative;
    height: 120px;
    width: 180px;
}

.clients-logo:hover .white {
    opacity: 0;
}

.clients-logo:hover .primary {
    opacity: 1;
}

.clients-logo .white {
    opacity: 1;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    padding: 0 10px;
}

.clients-logo .primary {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    padding: 0 10px;
}

.customer-bg-shape {
    position: absolute;
    top: 0;
    right: 50%;
}

.our-clients-text {
    font-size: 20px;
    color: #000;
}



@media (min-width: 768px) {
    .our-clients-border {
        border-right: 6px solid #000;
    }
}

/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                              CTA SM                              |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */

.cta-sm-bg {
    position: relative;
}

.cta-sm-bg::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: calc(100% - 10%);
    top: 0;
    background: url(../images/backgrounds/cta-sm-right.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.cta-sm-bg::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/backgrounds/cta-sm-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}




/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                              PRICING-TABLE                       |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */

.pricing-table {
    transition: .2s ease;
    position: relative;
}

.pricing-table::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url(../images/backgrounds/pricing-table-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.pricing-table.active {
    background: #c81e29;
    color: #fff;
}

.pricing-table.active h2,
.pricing-table.active h3,
.pricing-table.active h4,
.pricing-table.active h5,
.pricing-table.active h6,
.pricing-table.active .subtitle {
    color: #fff;
}

.pricing-duration {
    transition: .2s linear;
}

.pricing-duration.active {
    font-weight: 600;
    color: #172231;
}

.pricing-switcher {
    text-align: center;
}

.pricing-switcher .fieldset {
    display: inline-block;
    position: relative;
    padding: 2px;
    border-radius: 50em;
    background: #c81e29;
    height: 40px;
    width: 100px;
}

.pricing-switcher input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.pricing-switcher label {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    color: #818385;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: uppercase;
    font-size: 16px;
}

.pricing-switcher label.monthly {
    right: 130px;
}

.pricing-switcher label.monthly::before {
    position: absolute;
    content: "";
    height: 30px;
    width: 50px;
    border-radius: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -85px;
}

.pricing-switcher label.yearly {
    left: 130px;
}

.pricing-switcher label.yearly::before {
    position: absolute;
    content: "";
    height: 30px;
    width: 50px;
    border-radius: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -85px;
}

.pricing-switcher .switch {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border-radius: 50em;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.pricing-switcher input[type="radio"]:checked + label + .switch,
.pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .switch {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
}

.pricing-list li {
    position: relative;
    padding: 0 !important;
}

@media only screen and (min-width: 768px) {
    .pricing-list {
        margin: 3em 0 0;
    }
    .pricing-list:after {
        content: "";
        display: table;
        clear: both;
    }
    .pricing-list > li {
        width: 33.3333333333%;
        float: left;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.pricing-wrapper {
    position: relative;
}

.touch .pricing-wrapper {
    -webkit-perspective: 2000px;
    perspective: 2000px;
}

.pricing-wrapper.is-switched .is-visible {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation: rotate 0.5s;
    animation: rotate 0.5s;
}

.pricing-wrapper.is-switched .is-hidden {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: rotate-inverse 0.5s;
    animation: rotate-inverse 0.5s;
    opacity: 0;
}

.pricing-wrapper.is-switched .is-selected {
    opacity: 1;
}

.pricing-wrapper.is-switched.reverse-animation .is-visible {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: rotate-back 0.5s;
    animation: rotate-back 0.5s;
}

.pricing-wrapper.is-switched.reverse-animation .is-hidden {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: rotate-inverse-back 0.5s;
    animation: rotate-inverse-back 0.5s;
    opacity: 0;
}

.pricing-wrapper.is-switched.reverse-animation .is-selected {
    opacity: 1;
}

.pricing-wrapper > li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.pricing-wrapper .is-visible {
    position: relative;
    z-index: 5;
}

.pricing-wrapper .is-hidden {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.pricing-wrapper .is-selected {
    z-index: 3 !important;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(200deg);
        transform: perspective(2000px) rotateY(200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(200deg);
        transform: perspective(2000px) rotateY(200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }
}

@-webkit-keyframes rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(20deg);
        transform: perspective(2000px) rotateY(20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}

@keyframes rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(20deg);
        transform: perspective(2000px) rotateY(20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}

@-webkit-keyframes rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(-200deg);
        transform: perspective(2000px) rotateY(-200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }
}

@keyframes rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(-200deg);
        transform: perspective(2000px) rotateY(-200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }
}

@-webkit-keyframes rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(-20deg);
        transform: perspective(2000px) rotateY(-20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}

@keyframes rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(-20deg);
        transform: perspective(2000px) rotateY(-20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}




/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                        CLIENTS SAY                               |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */

#clientsSay .section-title {
    color: #fff;
    font-weight: bold;
}

#clientsSay .clientsSay-text {
    color: #fff;
    font-size: 20px;
}

#clientsSay .clientsSay-quote-icon {
    color: #fff;
    font-size: 30px;
}

#clientsSay .carousel-caption {
    text-align: left;
}

#clientsSay .quote-text {
    font-size: 20px;
    color: #fff;
}

#clientsSay .carousel-item {
    background-color: #ce4053;
}
.zoom {
    transition: transform .3s; /* Animation */
}

.zoom:hover {
    transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

#clientsSay .carousel-indicators {
    padding-bottom: 30px;
}

#clientsSay .carousel-item img {
    opacity: 0;
    height: 350px;
}

#clientsSay .carousel-caption {
    left: 30px;
    right: 30px;
}

.clientsSay-quote-ratings-number {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: -4px;
}

#clientsSay .carousel-caption h3 {
    font-size: 30px;
    color: #ffd500;
}

#clientsSay .carousel-caption p {
    font-size: 20px;
    color: #fff;
}

#clientsSay .carousel-caption hr {
    color: #fff;
    background-color: #fff;
}

.star-ratings-sprite {
    background: url("../images/star-rating-sprite.png") repeat-x;
    font-size: 0;
    height: 21px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 110px;
    margin: 0 0 0 15px;
}
.star-ratings-sprite-rating {
    background: url("../images/star-rating-sprite.png") repeat-x;
    background-position: 0 100%;
    float: left;
    height: 21px;
    display: block;
}

.clientsSay-quote-ratings {

}
/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                              BLOG                                |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */

.card-type {
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 3px 10px;
    color: #fff;
    background: #c81e29;
    z-index: 1;
}

#homeBlog .cardType {
    color: #fff;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 1;
}

#homeBlog .home-blog-date {
    color: #fff;
    float: left;
    margin-right: 15px;
    margin-top: -30px;
    position: relative;
    text-align: center;
    width: 45px;
}

#homeBlog .blog-date-text {
    background-color: #c81e29;
    padding: 6px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 3px 3px 0 0;
}

#homeBlog .blogDate {
    background-color: #e23c46;
    padding: 6px;
    font-size: 10px;
    border-radius: 0 0 3px 3px;
}


#homeBlog .card-title {
    position: relative;
    margin-bottom: 0;
}
#homeBlog .section-title {
    border-right: 1px solid #000;
}
#main-blog-content .cardType img {
    float: right;
    position: absolute;
    right: 15px;
    top: 0;
}
.cardType img {
    height: 60px;
}
.card-meta {
    font-size: 14px;
}

.blog-shape-left {
    position: absolute;
    left: 0;
    bottom: 0;
}

.blog-shape-right {
    position: absolute;
    right: 0;
    top: 50%;
}

.clip-half-cycle {
    -webkit-clip-path: circle(157% at 50% -100%);
    clip-path: circle(157% at 50% -100%);
}

.title-border-left {
    position: relative;
    padding-left: 30px;
}

.title-border-left::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 5px;
    border-radius: 30px;
    background: #c81e29;
}

.post-search {
    border: 0;
    background: transparent;
    position: absolute;
    bottom: 15px;
    right: 0;
}

.tag-list a {
    display: inline-block;
    padding: 10px 22px;
    background: #fff;
    box-shadow: 0px 5px 20px 0px rgba(51, 77, 128, 0.12);
    border-radius: 35px;
    margin-bottom: 15px;
    color: #818385;
}

.tag-list a:hover {
    background: #c81e29;
    color: #fff;
    box-shadow: 0;
}

blockquote {
    padding: 30px 40px;
    font-style: italic;
    color: #172231;
    border-left: 2px solid #c81e29;
    box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
    position: relative;
    margin-bottom: 40px;
}

blockquote::before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 100px;
    color: rgba(226, 60, 70, 0.3);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-style: normal;
}

blockquote p {
    font-style: normal;
    margin-top: 10px;
}


/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                             CONTACT US                           |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */

.contact-us-text {
    background-color: #c81e29;
    border: 1px solid #c81e29;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 0.6rem;
    text-align: center;
    width: 100%;
}

#contactUS .form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #495057;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    height: auto;
}

#contactUS .form-control:focus {
    border-color: #c81e29 !important;
}

#contactUS .form-control::placeholder {
    color: #ccc;
    font-size: 12px;
    font-style: italic;
    opacity: 1;
}

#contactUS .btn-primary {
    background: #c81e29;
    border-color: #c81e29;
    color: #fff;
}

#contactUS .btn {
    border: 1px solid;
    border-radius: 20px;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    padding: 8px 40px;
}

#contactUS label:after {
    content:"*";
    color:red;
}

.requiredIcon label:after {
    content:"*";
    color:red;
}


/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                              FOOTER                              |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */

footer a img.img-fluid.mx-auto.d-block {
    /*height: 100px;*/
}
footer a img.img-fluid.mx-auto.d-block {
    float: left;
    height: 50px !important;
    padding-right: 15px;
}

footer .text-center h4 {
    color: #c81e29;
    margin-bottom: 20px;
}

.list-styled {
    padding-left: 0;
}

.list-styled li {
    position: relative;
    padding-left: 20px;
}

.list-styled li::before {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    top: 1px;
    color: #c81e29;
    transition: .3s ease;
}

.list-styled li:hover::before {
    color: #c81e29 !important;
}

.list-styled li:hover a {
    text-decoration: underline;
}

.list-styled li.text-light::before {
    color: #ddd;
}

.list-styled.style-circle li::before {
    content: "\f10c";
}
#newsletter {
    max-width: 500px;
    float: right;
}
.newsletter-form {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 35px;
}
.footer-social-icon {
    /*    border-bottom: 2px solid #fff;*/
}
.newsletter-form:focus {
    background: rgba(255, 255, 255, 0.1);
}

.newsletter-form::-webkit-input-placeholder {
    color: #fff;
}

.newsletter-form::-ms-input-placeholder {
    color: #fff;
}

.newsletter-form::placeholder {
    color: #fff;
}

.btn-subscribe {
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}




/*                                                                       *\ 
|  *                                                                    *  |
|--------------------------------------------------------------------------|
|   |                   BODY SCROLL TO UP                              |   |
|--------------------------------------------------------------------------|
|  *                                                                    *  |
\*                                                                        */

.body-scrollup {
    background-color: #ddd;
    border-radius: 0%;
    height: 60px;
    width: 60px;
    font-size: 30px;
    color: #b47f41;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    z-index: 999;
    transition: all 0.4s ease-in-out;
}

.body-scrollup span {
    padding-top: 10px;
    color: #c81e29;
}

.body-scrollup:hover {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s  ease-in-out;
    transition: all 0.4s ease-in-out;
}



/**/

/*****************globals*************/

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; 
}
@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px; 
    }
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px; 
}
.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; 
}
.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block;
}
.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
}
.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}

.preview .tab-content {
    overflow: hidden;
}
.preview .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}
