/* ******* :: INDEX OF CSS :: *******
:: 1.0 WEB FONTS
:: 2.0 IMPORT ALL CSS
:: 3.0 GLOBAL CSS
:: 4.0 COMMON CSS
:: 5.0 PRELOADER CSS
:: 6.0 SCROLL TO TOP AREA CSS
:: 7.0 HEADER AREA CSS
:: 8.0 WELCOME AREA CSS
****************************** */


/* ******************************
:: 1.0 WEB FONTS
****************************** */
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Cabin:ital,wght@0,400..700;1,400..700&family=Federo&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/* 
font-family: 'Rubik', serif;
font-family: 'Federo', serif;
font-family: 'Roboto Slab', serif;
*/


/* ******************************
:: 2.0 IMPORT ALL CSS
****************************** */

@import url(bootstrap.min.css);
@import url(all.min.css);
@import url(animate.min.css);
@import url(aos.css);
@import url(owl.carousel.min.css);
@import url(jquery.fancybox.min.css);

/* ******************************
:: 3.0 GLOBAL CSS
****************************** */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #777;
}

.main {
    overflow: hidden;
}

section,
.section {
    position: relative;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.container-fluid {
    padding: 0 5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #1c144e;
    margin-bottom: 0;
}

.inner-wrapper h1,
.inner-wrapper h2,
.inner-wrapper h3 {
    color: #2d3136;
}

h1 {
    font-size: 4em;
    font-weight: 600;
    line-height: 1.2;
}

h2 {
    font-size: 40px;
    line-height: 1.2;
}

h3 {
    font-size: 20px;
    line-height: 1.2;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #777;
    margin-bottom: 0;
}

a {
    color: #444;
    font-family: 'Poppins', sans-serif;
}

a:hover {
    color: #0056b3;
}

a,
a:hover,
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ol li,
ul li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}

.text-primary {
    color: #2d3136 !important;
}

.owl-carousel .owl-item img {
    width: auto;
}

.owl-prev:focus,
.owl-next:focus {
    outline: none;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}


/*SECTION PADDING*/

.pt_0 {
    padding-top: 0;
}

.ptb_50 {
    padding: 50px 0;
}

.ptb_100 {
    padding: 100px 0;
}

.ptb_150 {
    padding: 150px 0;
}

.ptb_180 {
    padding: 180px 0;
}


/* ******************************
:: 7.0 HEADER AREA CSS
****************************** */

.hero-wrapper .svg-clipped {
    -webkit-clip-path: url(#svgPath);
    clip-path: url(#svgPath);
    height: 100%;
    z-index: -1;
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 99;
    -webkit-transition: .3s;
    transition: .3s;
    background: #fff;
    padding: 0rem;
}

.navbar .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar.navbar-light .navbar-nav .nav-link {
    color: #7e8085;
}

.navbar.navbar-light .navbar-nav .nav-link:hover,
.navbar.navbar-light .navbar-nav .nav-link:focus,
.navbar.navbar-light .navbar-nav .nav-link.active,
.navbar.navbar-light .navbar-nav .nav-link.current-menu-item {
    color: #2c2e30;
}

.navbar .navbar-brand-sticky {
    display: none;
}

.navbar-sticky {
    -webkit-transition: none;
    transition: none;
}

.navbar-sticky-transitioned {
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar-sticky-moved-up {
    position: fixed;
    top: 0;
    background: #fff;
    margin-top: -250px;
}

[data-theme=dark] .navbar-sticky-moved-up {
    background: #ffffff;
    -webkit-box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);
    box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);
}

.navbar-sticky-on {
    margin-top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}

.navbar-sticky-on .navbar-brand-regular {
    display: none;
}

.navbar-sticky-on .navbar-brand-sticky {
    display: inline;
}


/*NAVBAR DARK*/

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .btn-outline {
    color: #fff;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
    color: #7e8085;
}

[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
    color: #e7eaee;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item {
    color: #2c2e30;
}

[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item {
    color: #D2D5DA;
}

.navbar,
.navbar-brand {
    padding-top: 12px;
    padding-bottom: 12px;
}

.navbar-brand img{
    width: auto;
}

.header-btn {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.header-btn button {
    background: #282728;
    color: #fff;
    padding: 20px 50px;
    font-size: 18px;
    letter-spacing: 2px;
    border: none;
    border-radius: 10px;
    transition: all .3s ease;
}

.header-btn button:hover {
    background-color: #fff;
    color: #282728;
}



/* ******************************
:: 8.0 WELCOME AREA CSS
****************************** */


.welcome-form {
    margin-top: -650px;
    position: relative;
    z-index: 20;
    max-width: 750px;
    float: right;
    width: 100%;
    padding-left: 0px;    
}

.welcome-form form{
    background-color: rgba(0, 0, 0, 0.8);
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.form-background-transp{
    background-color: rgba(0, 0, 0, 0.5);
}

.form-title h4 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 30px;
    /*font-family: 'Playfair Display', serif;*/
}

.form-title p {
    color: #eeb96d;
    font-size: 27px;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    margin-bottom: 35px;
}

.welcome-form form .form-group {
    margin-bottom: 10px;
}

.welcome-form form .form-group-btn {
    margin: 10px 0 0;
}

.form-group input,
.form-group select {
    background: transparent;
    font-weight: 400;
    padding: 0 25px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    height: 55px;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    font-size: 18px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
}

.welcome-form .form-group input::-webkit-input-placeholder,
.welcome-form .form-group textarea::-webkit-input-placeholder {
    color: #000;
}

.welcome-form .form-group input:-ms-input-placeholder,
.welcome-form .form-group textarea:-ms-input-placeholder {
    color: #000;
}

.welcome-form .form-group input::placeholder,
.welcome-form .form-group textarea::placeholder {
    color: #000;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #b1b1b1;
}


.form-group1 input,
.form-group1 select {
    background: #fff;
    font-weight: 400;
    padding: 0 25px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    height: 55px;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    font-size: 18px;
    border: 1px solid #fff;
    color: #000;
    border-radius: 5px;
}

.welcome-form .form-group1 input::-webkit-input-placeholder,
.welcome-form .form-group1 textarea::-webkit-input-placeholder {
    color: #000;
}

.welcome-form .form-group1 input:-ms-input-placeholder,
.welcome-form .form-group1 textarea:-ms-input-placeholder {
    color: #000;
}

.welcome-form .form-group1 input::placeholder,
.welcome-form .form-group1 textarea::placeholder {
    color: #000;
}


.welcome-form input:focus,
.welcome-form textarea:focus,
.welcome-form select:focus {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #a18a63;
    color: #000;
    background: #fff;
}

.form-group input[type="submit"] {
    height: 55px;
    padding: 12px 15px;
    background: #005ba9;
    border: 1px solid #005ba9;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
}

.form-group input[type="submit"]:hover,
.form-group input[type="submit"]:focus {
    background: transparent;
    color: #fff;
    border: 1px solid #005ba9 !important;
}

.form-group1 input[type="submit"] {
    height: 55px;
    padding: 12px 15px;
    background: #ed1f24;
    border: 1px solid #ed1f24;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
}

.form-group1 input[type="submit"]:hover,
.form-group1 input[type="submit"]:focus {
    background: #fff;
    color: #ed1f24;
    border: 1px solid #ed1f24 !important;
}

.inner-banner {
    display: flex;
    position: absolute;
    bottom: 0;
}

.inner-banner p {
    font-size: 60px;
    color: #fff;
    font-weight: 800;
    line-height: 75px;
}

.banner-slider .owl-nav button {
    width: 50px;
    height: 50px;
    border: 2px solid #ed1c24 !important;
    border-radius: 50%;
    transition: all .3s ease;
}

.banner-slider .owl-nav button.owl-prev {
    position: absolute;
    left: 25px;
    top: 40%;
}

.banner-slider .owl-nav button.owl-next {
    position: absolute;
    right: 25px;
    top: 40%;
}

.banner-slider .owl-nav button span {
    font-size: 45px;
    font-weight: 200;
    line-height: 30px;
    color: #ed1c24;
}

.banner-slider .owl-nav [class*=owl-]:hover {
    background: #ed1c24;
    color: #fff;
    border: 2px solid #fff !important;
}

.banner-slider .owl-nav [class*=owl-]:hover span {
    color: #fff;
}


/* ******************************
:: 15.0 FOOTER AREA CSS
****************************** */

footer {
    padding: 0px 0 0;
}

footer .logo {
    margin-bottom: 30px;
}

.footer-first {
    padding: 80px 0;
    align-items: center;
}

.call-footer {
    float: right;
    margin-bottom: 30px;
}

.call-footer p {
    color: #e86351;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.call-footer a {
    color: #fff;
    font-size: 20px;
    transition: all .3s ease;
}

.call-footer a:hover {
    color: #e86351;
}

.call-footer2 {
    float: left;
}

.copyright p {
    color: #212121;
    font-size: 15px;
}

.copyright p a {
    color: #212121;
}

.copyright p a img {
    max-width: 100px;
}

.copyright {
    border-top: 1px solid #e7e2da;
    padding: 30px 0;
}

.opening{
    padding-top: 20px;
}

footer .opening h3 {
    color: #ed1c24;
    margin-bottom: 10px;
}

footer .opening p {
    color: #888888;
    font-size: 15px;
    margin-top: 30px;
    text-align: left;
    margin: auto;
    float: left;
}


/* ******************************
:: 16.0  POPUP AREA 
****************************** */

.modal-dialog {
    margin-top: 100px;
    max-width: 694px !important;
    z-index: 99999;
}

.order-model .modal-dialog {
    max-width: 500px !important;
}

.modal.fade .modal-dialog {
    top: 48%;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.modal-content {
    border-radius: 0px;
    overflow: hidden;
    padding-bottom: 50px;
}

.modal-header {
    border-bottom: none;
}

.download-close {
    float: right;
    background: #2e2a29;
    border-radius: 45px;
    border: 1px solid transparent;
    width: 46px;
    height: 46px;
    z-index: 99999;
    position: absolute;
    right: -6px;
    top: -8px;
    padding: 2px 0;
    transition: all .3s ease;
}

.download-close:hover {
    background: #c5a10f;
}

.download-close span {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    line-height: 45px;
    padding: 5px 16px;
}

#letter5 {
    text-align: center;
}

.letter_inner .heading {
    margin-bottom: 0px;
}

.heading h2 {
    font-size: 35px;
    line-height: 24px;
    color: #193d6f;
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
}

.heading h2:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 240px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(to right, #e86351 0%, transparent 100%);
    z-index: 99;
}

#letter6 .tab-content,
#letter5 .tab-content {
    padding: 0 50px;
}

.order-model form {
    display: block;
}

.order-model label {
    font-size: 14px;
    font-family: 'Lexend Deca', sans-serif;
    color: #999;
    line-height: 24px;
    position: absolute;
    left: 34px;
    top: -12px;
    background: #fff;
    padding: 0 8px;
    z-index: 99;
}

#letter5 select,
#letter5 input {
    margin-bottom: 15px;
    position: relative;
    color: #000;
    resize: none;
    font-weight: 300;
    border: 0.5px solid #ccc;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    height: 55px;
    width: 100%;
    font-size: 18px;
    padding: 0 20px;
    border-radius: 3px;
    z-index: 9;
    box-shadow: none;
    cursor: pointer;
}

#letter5 input[type="submit"] {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #282728;
}

#letter5 input:focus {
    outline: none !important;
    border: 0.5px solid #e86351;
    color: #193d6f;
}

.wrap {
    overflow: hidden;
    position: relative;
}

.order-model .datepicker {
    position: relative;
}

.popup-btn a {
    background: #185cc9;
    color: #fff;
    padding: 18px 72px;
    border-radius: 100px;
    transition: all .3s;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.popup-btn a:hover {
    background-color: #e86351;
    color: #fff;
}

.popup-btn {
    margin-top: 40px;
}

.modal.fade .modal-dialog {
    display: flex;
}

.popup-img-main {
    background-color: #2f9331;
}

.popup-img img {
    width: 280px;
}

.model-project-details .form-group input::-webkit-input-placeholder,
.model-project-details .form-group textarea::-webkit-input-placeholder {
    color: #000;
}

.model-project-details .form-group input:-ms-input-placeholder,
.model-project-details .form-group textarea:-ms-input-placeholder {
    color: #000;
}

.model-project-details .form-group input::placeholder,
.model-project-details .form-group textarea::placeholder {
    color: #000;
}

.model-project-details input:focus,
.model-project-details textarea:focus,
.model-project-details select:focus {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #e86351;
    color: #fff;
    background: transparent;
}

.popupleft-content,
.modal-mookambika {
    background-color: #e86351;
}

.popupleft-content {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 50px;
    background-image: url(../img/banner-lady.jpg);
    background-size: cover;
}

.popupleft-content p {
    font-size: 40px;
    color: #fff;
    font-weight: 800;
    line-height: 60px;
}


.popupleft-content {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 50px;
    background-image: url(../img/bg/popup.png);
    background-size: cover;
    background-position: center;
}


/* ******************************
:: 16.0  Product AREA 
****************************** */

.product-area {
    background-color: #f5efe5;
    padding: 70px 0;
}

.pro-box {
    background: #ffffff;
    padding: 30px 22px;
    min-height: 432px;
}

.pro-box .head {
    margin-bottom: 25px;
    max-width: 225px;
}

.pro-box .head h1 {
    color: #004a54;
    font-weight: 500;
    font-size: 28px;
    position: relative;
}

.pro-box .head h1.ring-head {
    position: relative;
}

.pro-box .head h1::before {
    position: absolute;
    content: "";
    background-image: url(../img/bg/pr-right-icon.png);
    height: 11px;
    width: 88px;
    right: 0;
    top: 14px;
}

.pro-box .head h1.ring-head::before {
    position: absolute;
    right: 35px;
}

.pro-box .inner {
    text-align: center;
}

.pro-box .inner .img {
    height: 215px;
}

.pro-box .inner .text p {
    color: #004a54;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
}

.pro-box-last {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pro-box-last .inner .img {
    height: inherit
}

.pro-box-last .inner h2 {
    font-family: 'Playfair Display', serif;
    color: #004a54;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 6px;
    margin-top: 5px;
}

.pro-box-last .inner h4 {
    color: #004a54;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 20px;
}

.btn-pro {
    margin-top: 0px;
    margin-bottom: 0px;
}

.btn-pro a {
    padding: 20px 35px;
    background: #005ba9;
    border: 1px solid #005ba9;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: 'Lexend', sans-serif;
    transition: all .3s ease;
}

.btn-pro a:hover {
    background-color: #fff;
    border: 1px solid #005ba9;
    color: #005ba9;
}

.navbar-call{
    margin-left: 10px;
    margin-top: -20px;
}


/* ******************************
:: 0.0 Brand AREA CSS
****************************** */

.brand-area {
    position: relative;
    background-color: #f5efe5;
    padding-bottom: 30px;
}

.brand-head {
    margin-bottom: 80px;
}

.brand-head h1 {
    position: relative;
    color: #004a54;
    font-size: 40px;
    font-weight: 400;
    max-width: 725px;
    margin: 0 auto;
}

.brand-head h1::before {
    position: absolute;
    content: "";
    background-color: #c39d60;
    height: 1px;
    width: 100px;
    right: 0;
    bottom: 19px;
}

.brand-head h1::after {
    position: absolute;
    content: "";
    background-color: #c39d60;
    height: 1px;
    width: 100px;
    left: 0;
    bottom: 19px;
}


/* ******************************
:: 0.0 About AREA CSS
****************************** */

.about-area {
    background-color: #f5efe5;
    padding: 30px 0 80px;
}

.about-bg {
    background-image: url(../img/bg/about-bg.jpg);
    background-position: center;
    background-size: cover;
    height: 760px;
    width: 100%;
    position: relative;
}

.about-inner h4 {
    color: #ed1c24;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}

.about-inner h1 {
    color: #f6f2e9;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
}

.about-inner p {
    color: #f6f2e9;
    font-size: 16px;
    line-height: 26px;
}

.about-inner .btn-about {
    margin-top: 50px;
}

.about-inner .btn-about a {
    padding: 18px 60px;
    background: #ed1c24;
    border: 1px solid #ed1c24;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    border-radius: 8px;
    font-family: 'Lexend', sans-serif;
    transition: all .3s ease;
}

.about-inner .btn-about a:hover {
    background-color: #fff;
    color: #ed1c24;
}

.about-inner {
    padding-top: 100px;
}


/* ******************************
:: 0.0 Video AREA CSS
****************************** */

.video-section {
    position: relative;
    background-image: url(../img/bg/video-bg.jpg);
    width: 100%;
    height: 540px;
    background-position: center;
    background-size: cover;
}

.video-area {
    margin-top: -420px;
}

.video-sec {
    padding-bottom: 50px;
    background-color: #f5efe5;
}


/* ******************************
:: 0.0 Our Stores AREA CSS
****************************** */

.our-stores {
    background-color: #f5efe5;
    padding: 20px 0 50px;
}

.brand-head2 h1::before {
    width: 150px;
    right: 60px;
}

.brand-head2 h1::after {
    width: 150px;
    left: 60px;
}

.store-box {
    border: 1px solid #c6bba8;
    padding: 20px;
    min-height: 160px;
    margin-bottom: 20px;
}

.store-box h3 {
    color: #414141;
    font-weight: 400;
    margin-bottom: 10px;
}

.store-box p {
    color: #2e2e2e;
    font-size: 15px;
    margin-bottom: 10px;
}

.store-box a {
    color: #414141;
    font-weight: 600;
    font-size: 16px;
    transition: all .3s ease;
}

.store-box a:hover {
    color: #ed1c24;
    text-decoration: underline;
}

.center-line {
    color: #f6bc5f;
}

.phone-img {
    margin-right: 5px;
}

.btn-call {
    justify-content: space-between;
    max-width: 300px;
    align-items: center;
}

.store-bx2 {
    background-image: url(../img/bg/store-bg.png);
    background-position: center;
    background-size: cover;
    height: 180px;
    width: 100%;
    align-items: center;
    padding-left: 150px;
}

.store-bx2 .text {
    max-width: 300px;
    text-align: center;
    margin-right: 15px;
}

.store-bx2 .text h1 {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 23px;
}

.store-bx2 .btn-store a {
    padding: 18px 10px;
    background: #ed1c24;
    border: 1px solid #ed1c24;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 8px;
    font-family: 'Lexend', sans-serif;
    transition: all .3s ease;
}

.store-bx2 .btn-store a:hover {
    color: #ed1c24;
    background-color: #fff;
}


/* ******************************
:: 0.0 Testi AREA CSS
****************************** */

.testi-area {
    background-color: #f5efe5;
    padding: 70px 0 125px;
}

.single-testi {
    background-color: #fff;
    padding: 90px 70px;
    text-align: left;
}

.single-testi .icon {
    margin-bottom: 35px;
}

.single-testi p {
    color: #212121;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
}

.single-testi .name h3 {
    color: #004a54;
    position: relative;
    font-weight: 500;
}

.single-testi .name h3::before {
    position: absolute;
    content: "";
    background-color: #004a54;
    height: 1px;
    width: 50px;
    bottom: 12px;
    left: 35%;
}

.brand-head3 {
    margin-bottom: 50px;
}

.testi-slider .owl-dots {
    position: relative;
    text-align: center;
    top: 40px;
}

.testi-slider .owl-dots button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #d4cec0 !important;
    margin-right: 10px;
    border: none !important;
    outline: none;
}

.testi-slider .owl-dots button.active {
    background-color: #c39d60 !important;
}


/* ******************************
:: 0.0 Contact AREA CSS
****************************** */

.contact-area {
    background-image: url(../img/bg/contact-bg.jpg);
    background-position: center;
    background-size: cover;
    height: auto;
    width: 100%;
}

.ct-inner h1 {
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: 65px;
    margin-bottom: 10px;
    font-weight: 400;
}

.ct-inner h3 {
    color: #eeb96d;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 27px;
}

.ct-inner .head {
    margin-bottom: 25px;
}

.ct-form {
    background: #000000b3;
    padding: 55px 35px;
}

.ct-inner {
    padding: 85px 0;
}

.ct-form .form-group input {
    color: #fff;
}

.ct-form .form-group input::placeholder,
.ct-form .form-group textarea::placeholder {
    color: #fff;
}

.ct-form .form-group input:focus {
    color: #000;
}


/* ******************************
:: 0.0 Promise AREA CSS
****************************** */

.promise-area {
    background-image: url(../img/bg/promise-bg.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 70px 0;
}

.promise-box {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 25px;
    min-height: 188px;
}

.promise-box .icon img {
    /* max-width: 55px; */
    margin-bottom: 15px;
}

.promise-box h3 {
    color: #212121;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 5px
}

.promise-box p {
    color: #212121;
    line-height: 21px;
}

.brand-head4 h1:before {
    width: 150px;
    right: -27px;
}

.brand-head4 h1:after {
    width: 150px;
    left: -27px;
}

.brand-head4 h1 {
    color: #f6f2e9;
}


/* Side Buttons */

.vertical_btn {
    position: fixed;
    bottom: 50%;
    right: -34px;
    padding: 5px 25px 4px;
    border-radius: 4px;
    background: #7d210c;
    font-size: 19px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    color: #fff;
    z-index: 10;
    text-transform: uppercase;
    transform: rotate(-90deg);
    letter-spacing: 3px
}

.vertical_btn:hover {
    background: #b32025;
    color: #fff
}

.header_social p a {
    color: #999;
    font-size: 18px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    text-align: center;
    padding-top: 20px;
}

.whatsapp_inte {
    z-index: 100;
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #2ab03f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    color: #fff;
    right: 0;
    bottom: 0;
    float: right;
    -webkit-box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
    box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
}

.whatsapp_inte:hover {
    background: #00df23;
    color: #fff;
}

.whatsapp_inte i {
    position: relative;
    top: -1px;
    left: 1px;
}

.callnow_inte {
    margin-bottom: 10px;
    z-index: 100;
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #0057d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    color: #fff;
    right: 0;
    bottom: 0;
    float: right;
    -webkit-box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
    box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
}

.callnow_inte:hover {
    background: #0448af;
    color: #fff;
}

.cont_link_box {
    z-index: 100;
    position: fixed;
    right: 15px;
    top: 80%;
    transform: translateY(-50%);
    width: 50px;
    display: inline-block;
}

.vertical_btn {
    position: fixed;
    bottom: 50%;
    right: -34px;
    padding: 10px 25px 10px;
    border-radius: 4px;
    background: #ed1c24;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    z-index: 99;
    text-transform: uppercase;
    transform: rotate(-90deg);
    letter-spacing: 3px;
}

.enq-side a {
    display: none;
}

.navbar-inner{
    position: absolute;
    right: 0;
    display: flex;
    margin-top: 0px;
}

.banner-content{
    margin-top: -180px;
    margin-right: 140px;
}

.banner-content h3{
    color: #232323;
    font-size: 46px;
    padding: 30px;
}

.newabout-area{
    background-color: #e6f2ff;
    padding: 50px 0;
}

.newabout-area img{
    border-radius: 20px;
    width: 95%;
}

.about-ca{
    color: #0871bd;
    font-size: 22px;
    padding-bottom: 10px;
}

.newabout-area h3{
    color: #004c8c;
    font-size: 42px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.about-cont{
    font-size: 22px;
    padding-top: 10px;
    font-weight: 100;
    color: #000;
    line-height: 1.5;
}


.btn-normal {
    margin-top: 40px;
    margin-bottom: 50px;
}

.btn-normal a {
    padding: 20px 25px;
    background: #ed1f24;
    border: 1px solid #ed1f24;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    border-radius: 8px;
    font-family: 'Lexend', sans-serif;
    transition: all .3s ease;
}

.btn-normal a:hover {
    background-color: #fff;
    color: #ed1f24;
}

.about-count{
    background-color: #d9ebff;
    border-radius: 20px;
    padding-left: 40px;
    margin-top: 30px;
    width: 100%;
}

.about-count h3{
    font-size: 35px;
    padding-bottom: 5px;
}

.about-count h3 span{
    font-size: 30px;
    margin-top: -5px;
}

.about-count p{
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 20px;
    text-align: center;
}

.about-count-boarder{
    border-right: 1px solid #dce0e4;
}

.about-services{
    padding-top: 50px;
    text-align: center;
    align-items: center;
}

.about-services img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.about-services p{
    font-size: 22px;
    padding-top: 12px;
    color: #000;
}

.ourservices-area{
    background-color: #ffffff;
    padding: 70px 0;
}

.ourservices-area h3{
    color: #004c8c;
    font-size: 40px;
}

.ourservices-area h6{
    color: #000;
    padding-top: 20px;
    font-size: 22px;
    padding-bottom: 20px;
}


.btn-readmore {
    margin-top: 25px;
    margin-bottom: 50px;
    margin-left: 50px;
}

.btn-readmore a {
    padding: 10px 15px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #0f93eb;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    border-radius: 8px;
    font-family: 'Lexend', sans-serif;
    transition: all .3s ease;
}

.btn-readmore a:hover {
    background-color: #0f93eb;
    color: #ffffff;
}

.btn-readmore1 {
    margin-top: 25px;
    margin-bottom: 50px;
    margin-left: 50px;
}

.btn-readmore1 a {
    padding: 10px 15px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #19a94c;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    border-radius: 8px;
    font-family: 'Lexend', sans-serif;
    transition: all .3s ease;
}

.btn-readmore1 a:hover {
    background-color: #19a94c;
    color: #ffffff;
}


.service-card-padding{
    padding-bottom: 10px;
}

.back-mid-content{
    margin-top: -400px;
}

.back-mid-content h2{
    color: #ffffff;
    font-size: 60px;
}

.back-mid-content p{
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    padding-top: 30px;
    padding-bottom: 20px;
}

.back-mid-content-sec{
    margin-top: -350px;
    margin-left: 200px;
}


.btn-transparent {
    margin-top: 40px;
    margin-bottom: 50px;
}

.btn-transparent a {
    padding: 20px 25px;
    background: transparent;
    border: 1px solid #ffffff;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: 'Lexend', sans-serif;
    transition: all .3s ease;
}

.btn-transparent a:hover {
    background-color: #fff;
    color: #a6cf37;
}


.client-testi-area{
    background-color: #e6f2ff;
    padding: 70px 0 70px;
}


.client-testi-heading h2{
    color: #212121;
    font-size: 35px;
}

.client-testi-heading .btn-normal{
    float: right;
    margin-top: -50px;
}

.client-single-testi{
    background-color: #ffffff;
    border-radius: 20px;
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 50px;
    padding: 50px 50px 50px 50px;
    display: flex;
}

.client-single-testi .photo{
    width: 350px;
}

.client-single-testi .photo img{
    border-radius: 20px;
}

.client-single-testi .photo h3{
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
}

.client-single-testi .photo p{
    text-align: center;

}

.client-single-testi .content{
    padding-left: 30px;
}

.client-single-testi .content img{
    width: 70px;
    padding-bottom: 30px;
}

.client-single-testi .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #D9D9D9 !important;
    outline: none;
    margin-right: 10px;
}

.branches-area{
    background-color: #ffffff;
    padding: 70px 0;
}

.branch-box{
    background-color: #f6f7f8;
    border-radius: 20px;
    margin: 10px 0px 10px 10px;
    padding: 30px 30px 30px 30px;

}

.branch-box h3{
    color: #4c4c4c;
    padding-bottom: 20px;
}

.faq-area{
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}

.faq-area-sec{
    background-color: #f6f7f8;
    padding: 80px 0;
    z-index: -10;
}

.footer-form{
    margin-top: -300px;
    z-index: 100;
    border-radius: 20px;
}

.footer-form img{
    height: 300px;
    border-radius: 20px;
}

.footer-form-content{
    background-color: #ffffff;
    border-radius: 20px;
}

.footer-form-area{
    padding-top: 60px;
    padding-left: 100px;
}

.footer-content{
    padding-top: 10px;
}

.footer-form-group{
    padding-left: 30px;
}

.footer-form-group input{
    border-radius: 15px;
    margin: 10px 10px 10px 10px;
    padding-left: 20px;
    background: #f5f5f5;
    height: 50px;
}



.footer-form-group input[type=submit]{
    border-radius: 15px;
    margin: 10px 10px 10px 10px;
    padding-left: 20px;
    background: #004c8c;
    color: #fff;
}

.faq-padding-bottom{
    padding-bottom: 30px;
}






.card-header .btn {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    color: #5f5f5f;
    text-align: left;
    padding: 13px;
    font-size: 17px;
    /* max-width: 600px; */
}

.card-header .btn.collapsed {
    color: #444;
}

.card-header .btn:hover,
.card-header .btn:focus,
.card-header .btn:active {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    color: #05141f;
}

.card-header .btn::after,
.card-header .btn.collapsed::after {
    position: absolute;
    top: 50%;
    left: calc(100% - 30px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.card-header .btn::after {
    content: '-';
    font-family: "FontAwesome";
}

.card-header .btn.collapsed::after {
    content: '+';
    font-family: "FontAwesome";
}


.client-testi-slider .owl-nav{
    position: relative;
    top: 50px;
    text-align: center;
}

.client-testi-slider .owl-nav button{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #D9D9D9 !important;
    outline: none;
    margin-right: 10px;
}

.client-testi-slider .owl-nav button span{
    color: #000;
    font-size: 30px;
    line-height: 30px;
}

.ctas-display-mobile{
    display: none;
}



.logo img{
    width: 150px;
}

.center-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 55px;
    color: #ee0707;
}


.footer-address h4{
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.footer-address p{
    color: #fff;
    text-align: center;
}

.footer-address p a{
    color: #fff;
}

.footer-address p a:hover{
    color: #e2d7fa;
}

.footer-content .logo{
    text-align: center;
}


.as-banner{
    background-color: #454545;
    background-image: url(../img/banner/banner-new-v1.jpg);
    height: 800px;
    margin-top: 100px;
    background-position: center;
    background-size: cover;
}

.as-banner-left-side{
    background-color: #454545;
}

.as-banner-right-side{
    height: auto;
}

.as-banner-right-side img{
    margin-top: 100px;
}

.footer-bottom{
    background-color: #0f5276;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #0f5276;
    width: 100%;
    text-align: center;
}


.last{
    border-right: none !important;
}

.card1{
    background-color: transparent;
    border: none;
}

.card-header1 .btn{
    color: #fff;
}

.card-header1 .btn:active{
    color: #fff;
}

.card-header1{
    padding: 0px;
    background-color: transparent;
}

.card-header1 .btn.collapsed {
    color: #fff;
}

.card-header1 .btn:hover, .card-header1 .btn:focus, .card-header1 .btn:active{
    color: #fff;
}

.card-header1 .btn{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 13px;
}

.card-body1 p{
    color: #fff;
}


.bottom-box{
    background-color: #e40000;
    width: 100%;
    min-height: 200px;
    margin-top: -180px;
    z-index: 500;
}

.bottom-box-title h4{
    color: #fff;
    font-size: 40px;
    padding-bottom: 10px;
    padding-top: 30px;
}

.tabcontent {
    display: none;
}

.tabcontent2 {
    display: none;
}

.tabcontent3 {
    display: none;
}

.tabcontentmobile {
    display: none;
}

.tabcontent2mobile {
    display: none;
}

.navbar-inner .navbar-brand-sticky{
    width: 150px;
    padding-top: 80px;
}

.footer-bottom-title h3{
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}


.form-group3 input,
.form-group3 select {
    background: transparent;
    font-weight: 400;
    padding: 0 25px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    height: 55px;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    font-size: 18px;
    border: 1px solid #777;
    color: #fff;
    border-radius: 5px;
}

.welcome-form .form-group3 input::-webkit-input-placeholder,
.welcome-form .form-group3 textarea::-webkit-input-placeholder {
    color: #000;
}

.welcome-form .form-group3 input:-ms-input-placeholder,
.welcome-form .form-group3 textarea:-ms-input-placeholder {
    color: #000;
}

.welcome-form .form-group3 input::placeholder,
.welcome-form .form-group3 textarea::placeholder {
    color: #000;
}

.form-group3 input[type="submit"] {
    height: 55px;
    padding: 12px 15px;
    background: #ff0000;
    border: 1px solid #ff0000;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
}

.form-group3 input[type="submit"]:hover,
.form-group3 input[type="submit"]:focus {
    background: #fff;
    color: #a18a63;
    border: 1px solid #a18a63 !important;
}

.navbar-brand img{
    width: 250px;
}

.navbar-brand .navbar-brand-sticky{
    width: 100px;
}

.accordion{
    width: 100%;
}

.steelx-cover-img{
    width: 100%;
}

.steelx-cover-img img{
    width: 100%;
}

.steelx-cover-form-bg{
    background-color: #00000085;
    padding: 50px;
}

.steelx-form-area{
    margin-top: -800px;
    padding-bottom: 200px;
    background-color: #a1d7c2;
}

.steelx-cover-form-bg h2{
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 20px;
}

.steelx-cover-form-bg h3{
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 25px;
}

.steelx-cover-form-bg h3 span{
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 16px;
}

.steelx-form-caption h2{
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.steelx-form-caption p{
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 30px;
}

.steelx-faq{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f1f3f5;
}

.steelx-faq-title{
    text-align: center;
    width: 100%;
}

.steelx-faq-title h3{
    font-size: 40px;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    color: #005ba8;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.footer-bottom p{
    color: #e9e9e9;
}

.steelx-count{
    position: absolute;
    width: 100%;
    z-index: 5;
}

.steelx-count-area{
    background-color: #005ba9;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: -75px;
    margin-bottom: 50px;
}

.steelx-count-area-data{
    width: 100%;
    text-align: center;
    margin: auto;
}

.steelx-count-area-data .border-right{
    border-right: 1px solid #a1d7c2;
}

.steelx-count-area-data h5{
    color: #fff;
    font-size: 40px;
    font-family: "Josefin Sans", sans-serif;
}

.steelx-count-area-data p{
    color: #fff;
    font-size: 20px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
}

.steelx-count-area-data img{
    width: 120px;
}

.mac-green{
    background-color: #66bf6b;
}

.mac-lightpink{
    background-color: #fff2f2;
}

.mac-lightblue{
    background-color: #efefff;
}

.mac-lightgreen{
    background-color: #ebf5de;
}

.mac-lightorange{
    background-color: #faede2;
}

.mac-lightrose{
    background-color: #ffeef5;
}

.steelx-about{
    padding-top: 100px;
    padding-bottom: 60px;
    background-image: url(../img/steelx/bacground/about-bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.steelx-about-content h2{
    padding-top: 30px;
    padding-bottom: 20px;
    color: #005ba9;
    text-transform: uppercase;
}

.steelx-about-content p{
    color: #00101c;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 13px;
}

.steelx-about-content-right{
    text-align: center;
    padding-top: 50px;
}

.steelx-about-content-right-cap{
    padding-top: 15px;
}

.steelx-about-content-right-cap h2{
    font-size: 45px;
    color: #005ba9;
}

.steelx-about-content-right-cap h4{
    font-size: 15px;
    font-weight: 400;
    color: #000000;
}

.steelx-about-btn-posi{
    text-align: center;
    margin: auto;
    margin-top: 15px;
}

.steelx-product{
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../img/steelx/bacground/product-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.steelx-product-title h2{
    padding-bottom: 20px;
    color: #005ba9;
    text-transform: uppercase;
}

.steelx-product-title p{
    color: #00101c;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 25px;
}

.steelx-product-item{
    background-color: #fff;
    padding: 30px;
    margin-bottom: 20px;
}

.steelx-product-item table{
    text-align: left;
}

.steelx-product-item-align{
    align-items: center;
}

.steelx-product-item table th{
    color: #7fbe41;
    font-size: 18px;
}

.steelx-product-item table td{
    color: #00101c;
    font-size: 14px;
    line-height: 1.8;
    border-bottom: 1px solid #c0c0c0;
}

.steelx-features{
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../img/steelx/bacground/about-bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    margin: auto;
}

.steelx-features-title{
    width: 100%;
}

.steelx-features-title h2{
    padding-bottom: 20px;
    color: #005ba9;
    text-transform: uppercase;
}

.steelx-features-title h4{
    padding-bottom: 20px;
    color: #7fbe41;
    text-transform: uppercase;
}

.steelx-features-icon{
    padding: 30px;
    border: 1px solid #005ba9;
    border-radius: 15px;
    margin-bottom: 15px;
}

.steelx-features-icon img{
    width: 60px;
}

.steelx-features-icon p{
    margin-top: 10px;
    color: #00101c;
    font-size: 14px;
}

.steelx-video{
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../img/steelx/bacground/product-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;

}

.steelx-video-title h2{
    padding-bottom: 20px;
    color: #005ba9;
    text-transform: uppercase;
}

.steelx-video-title p{
    color: #00101c;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 25px;
}

.item {
    background-image: url(../img/steelx/youtube/video-1.jpg);
    background-size: cover;
    background-position: center;
    height: 300px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.item2 {
    background-image: url(../img/steelx/youtube/video-2.jpg);
    background-size: cover;
    background-position: center;
    height: 300px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.item3 {
    background-image: url(../img/steelx/youtube/video-3.jpg);
    background-size: cover;
    background-position: center;
    height: 300px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.playbtn-banner a {
    background-color: rgba(255, 255, 255);
    width: 60px;
    height: 60px;
    border-radius: 50px;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    border: 1px solid #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 99;
}

.playbtn-banner a::before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #0695d9;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@-webkit-keyframes spineer {
    0% {
        -webkit-box-shadow: 0 0 0 0 #c7c1ea;
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

@keyframes spineer {
    0% {
        -webkit-box-shadow: 0 0 0 0 #c7c1ea;
        box-shadow: 0 0 0 0 #c7c1ea;
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}


.steelx-testimonials{
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../img/steelx/bacground/product-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.steelx-testimonials-title h2{
    padding-bottom: 20px;
    color: #005ba9;
    text-transform: uppercase;
}

.steelx-testimonials-title p{
    color: #00101c;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 25px;
}

.steelx-testimonials-item{
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 20px;
}

.steelx-testimonials-item p{
    color: #00101c;
    font-size: 16px;
    line-height: 1.6;
}

.steelx-cover-mobile{
    display: none;
}

.steelx-testimonal-user{
    display: flex;
    align-items: center;
    text-align: left;
}

.steelx-testimonal-user h5{
    color: #0f5276;
    font-size: 20px;
    margin-left: 15px;
}

.steelx-testimonal-user img{
    border-radius: 50%;
    height: 80px;
}




.steelx-product-slider .owl-nav button {
    width: 40px;
    height: 40px;
    border: 1px solid #0f5276 !important;
    border-radius: 50%;
    transition: all .3s ease;
}

.steelx-product-slider .owl-nav button.owl-prev {
    position: absolute;
    left: 35%;
    top: 102%;
}

.steelx-product-slider .owl-nav button.owl-next {
    position: absolute;
    right: 35%;
    top: 102%;
}

.steelx-product-slider .owl-nav button span {
    font-size: 45px;
    font-weight: 200;
    line-height: 30px;
    color: #0f5276;
}

.steelx-product-slider .owl-nav [class*=owl-]:hover {
    background: #0f5276;
    color: #fff;
    border: 2px solid #fff !important;
}

.steelx-doctors-content .owl-nav [class*=owl-]:hover span {
    color: #fff;
}







.steelx-video-slider .owl-nav button {
    width: 40px;
    height: 40px;
    border: 1px solid #0f5276 !important;
    border-radius: 50%;
    transition: all .3s ease;
}

.steelx-video-slider .owl-nav button.owl-prev {
    position: absolute;
    left: 35%;
    top: 102%;
}

.steelx-video-slider .owl-nav button.owl-next {
    position: absolute;
    right: 35%;
    top: 102%;
}

.steelx-video-slider .owl-nav button span {
    font-size: 45px;
    font-weight: 200;
    line-height: 30px;
    color: #0f5276;
}

.steelx-video-slider .owl-nav [class*=owl-]:hover {
    background: #0f5276;
    color: #fff;
    border: 2px solid #fff !important;
}

.steelx-video-slider .owl-nav [class*=owl-]:hover span {
    color: #fff;
}





.steelx-testimonials-slider .owl-nav button {
    width: 40px;
    height: 40px;
    border: 1px solid #0f5276 !important;
    border-radius: 50%;
    transition: all .3s ease;
}

.steelx-testimonials-slider .owl-nav button.owl-prev {
    position: absolute;
    left: 35%;
    top: 102%;
}

.steelx-testimonials-slider .owl-nav button.owl-next {
    position: absolute;
    right: 35%;
    top: 102%;
}

.steelx-testimonials-slider .owl-nav button span {
    font-size: 45px;
    font-weight: 200;
    line-height: 30px;
    color: #0f5276;
}

.steelx-testimonials-slider .owl-nav [class*=owl-]:hover {
    background: #0f5276;
    color: #fff;
    border: 2px solid #fff !important;
}

.steelx-testimonials-slider .owl-nav [class*=owl-]:hover span {
    color: #fff;
}

.steelx-contact{
    padding-top: 60px;
    padding-bottom: 60px;
    background: #0f5276;
}

.steelx-contact-title{
    text-align: center;
    width: 100%;
}

.steelx-contact-title h3{
    font-size: 40px;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.steelx-contact-image{
    align-items: center;
    text-align: center;
    padding-top: 30px;
}

.steelx-contact-title{
    font-size: 20px;
}

.steelx-contact form{
    padding-top: 100px;
}

.steelx-keywords{
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../img/steelx/bacground/product-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.steelx-keywords-title h1{
    padding-bottom: 20px;
    color: #005ba9;
    text-transform: uppercase;
    font-size: 35px;
}

.steelx-keywords-title h2{
    color: #00101c;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 25px;
}

.steelx-about-align{
    align-items: center;
}