@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100..900&display=swap");

html {
    overflow-x: hidden
}

body {
    background: #fff;
    color: #363636;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
    color: #0c0c0c;
    margin: 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #0c0c0c
}

p {
    letter-spacing: normal;
    margin-bottom: 10px;
    line-height: 24px;
    font-size:15px;
    color: #363636;
    font-family: "Raleway", sans-serif
}

p a {
    color: #363636;
    width: auto;
    display: inline-block
}

p a:hover {
    text-decoration: underline;
    outline: 0
}

a {
    color: #7f7f7f;
    text-decoration: none;
    outline: 0;
    display: block;
}

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

ol li,
ul li {
    letter-spacing: normal;
    line-height: 24px;
    font-size: 16px;
    color: #363636;
    font-family: "Raleway", sans-serif
}

img {
    max-width: 100%
}

img {
    height: auto;
    width: auto;
}

iframe {
    border: 0;
    width: 100%
}

blockquote {
    padding: 0;
    border: 0
}

label {
    color: #ef0909;
    display: block;
    font-weight: 400;
    margin: 0
}

label.error{
width: 100%;
}

textarea {
    height: 100px !important
}

input,
select,
textarea {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px !important
}

.form-group {
    position: relative;
    margin-bottom: 15px
}

.form-control::-moz-placeholder {
    color: #555
}

.form-control:focus::-moz-placeholder {
    color: #da231b
}

.form-control:focus {
    border-color: #da231b;
    box-shadow: none
}

h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 15px
}

h3 {
    font-size: 20px;
    margin: 0 0 15px;
    font-weight: 700
}

h3 span {
    padding: 0 10px 0 0;
    position: relative
}

h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: capitalize;
    color: #fff
}

h5 {
    text-transform: capitalize
}

.topbar {
    float: left;
    width: 100%;
    height: auto;
    background: #1e303c;
    margin: 0;
    padding: 5px 0;
    position: relative;
}

.topbar ul.social li a {
    background: 0 0 !important;
    padding-top: 5px
}

.topMenu {
    float: left;
    width: 100%;
    display: flex;
    align-items: center
}

.topMenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end
}

.topMenu ul li {
    list-style: none;
    font-family: "Raleway", sans-serif
}

.topMenu ul li a {
    padding: 5px 20px;
    color: #fff
}

.topMenu ul li:last-child a {
    padding-right: 0
}

.topMenu ul li a:focus,
.topMenu ul li a:hover {
    color: #da231b
}

header {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative
}

.headerRight {
    padding: 5px 0;
    padding-right: 30px;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap
}

.topContact {
    width: auto;
    margin: 0;
    padding: 0;
    text-align: right
}

.topContact li {
    list-style: none;
    display: inline-block;
    padding-right: 12px;
    font-family: "Raleway", sans-serif;
    position: relative
}

.topContact li a {
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    color: #fff
}

.topContact li a:hover,
.top_contact li a:focus {
    color: #da231b
}

.whatsappBtn svg {
    width: 18px;
    height: 18px;
    color: #25d366
}

ul.social {
    float: left;
    margin: 0;
    list-style: none;
    padding: 0;
    width: auto
}

ul.social li {
    margin: 0 0 0 3px;
    display: inline-block
}

ul.social li a {
    transition: background .4s ease-in-out;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #231573
}

ul.social li a svg {
    color: #fff;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0
}

ul.social li.facebook a {
    background: #3c5b9b
}

ul.social li.twitter a {
    background: #359bed
}

ul.social li.linkedin a {
    background: #027ba5
}

ul.social li.youtube a {
    background: #f70000
}

ul.social li.instagram a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%)
}

.menubar {
    float: right;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    background: #fff
}

.menubar.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.menubar .logo {
    float: left;
    width: auto;
    padding: 0
}

.menubar .logo a {
    background: #fff;
    position: relative;
    z-index: 999;
    padding: 1px 5px 5px;
    text-align: center
}

.menubar .logo a img {
    position: relative;
    display: inline-block;
    z-index: 999;
    max-width:200px
}

.menubar.stricky-fixed .logo a {
    background: #fff;
    position: relative;
    z-index: 999;
    text-align: center;
    border-radius: 100%
}

.menubar.stricky-fixed .logo a img {
    width: 150px
}

.navigation .nav-header {
    display: none;
    padding: 12px 20px
}

.navigation .navbar button {
    float: right;
    width: 40px;
    height: 40px;
    background: 0 0;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 25px;
    border-radius: 0;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 99;
    padding: 5px;
    position: relative;
    transform: rotate(0);
    transition: .5s ease-in-out;
    cursor: pointer
}

.navigation .navbar button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 70%;
    background: #1c1c27;
    border-radius: 9px;
    opacity: 1;
    left: 15%;
    transform: rotate(0);
    transition: .25s ease-in-out
}

.navigation .navbar button span:first-child {
    top: 8px
}

.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
    top: 18px
}

.navigation .navbar button span:nth-child(4) {
    top: 28px
}

.navigation .navbar button.open span:first-child {
    top: 18px;
    width: 0%;
    left: 50%
}

.navigation .navbar button.open span:nth-child(2) {
    transform: rotate(45deg)
}

.navigation .navbar button.open span:nth-child(3) {
    transform: rotate(-45deg)
}

.navigation .navbar button.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%
}

.navigation .menu {
    display: block
}

.navigation .menu ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center
}

.navigation .menu ul li {
    display: inline-block;
    position: relative;
    font-family: "Raleway", sans-serif
}

.navigation .menu ul li a {
    padding: 15px 10px;
    display: block;
    color: #333;
    text-transform: uppercase;
    transition: all .3s ease;
    font-size: 13px;
    background: 0 0;
    font-weight: 500
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
    color: #da231b;
    background: 0 0
}

.navigation .menu ul li ul.cs-dropdown {
    top: 100%;
    left: 0;
    text-align: left
}

.navigation .menu ul li:nth-child(9) ul.cs-dropdown {
    right: 0;
    left: auto
}

.navigation .menu ul li ul.cs-dropdown li:last-child {
    border: 0
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
    left: 100%;
    margin-top: -36px
}

.navigation .menu ul li ul.cs-dropdown {
    position: absolute;
    width: 285px;
    display: none;
    z-index: 99999;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .4);
    background: #fff;
    margin: 0;
    padding: 0;
    transition: all .3s ease;
}

.navigation .menu ul li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown {
    display: none;
    transition: all .3s ease;
    width: 250px
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul li ul.cs-dropdown li {
    display: block;
    padding: 0;
    width: 100%;
    font-family: "Raleway", sans-serif;
    border-bottom: 1px solid #eee
}

.navigation .menu ul li ul.cs-dropdown li:last-child a {
    border-bottom: 0
}

.navigation .menu ul li ul.cs-dropdown li:last-child a:after {
    display: none
}

.navigation .menu ul li ul.cs-dropdown li a:hover {
    color: #fff;
    background: #da231b
}

.navigation .menu ul li ul.cs-dropdown li:hover a {
    color: #fff;
    background: #da231b
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a {
    background: #fff;
    color: #333
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover {
    color: #fff;
    background: #da231b
}

.navigation .menu ul li ul.cs-dropdown li a {
    color: #333;
    font-size: 13px;
    padding: 9px 15px;
    line-height: normal;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-weight: 400;
    font-weight: 400;
    background: #fff;
    transition: all .3s ease
}

.navigation ul li.cs-submenu a button {
    border: 0;
    background: 0 0;
    outline: 0;
    padding: 0;
    margin: 0 0 0 3px;
    color: #333
}

.navigation ul li.cs-submenu a button svg {
    width: 14px;
    height: 14px
}

.navigation ul li.cs-submenu:hover svg {
    transform: rotateZ(180deg);
    color: #da231b
}

.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu svg {
    color: #242424
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button {
    float: right;
    color: #333
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
    transform: rotateZ(-90deg)
}

.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu:hover svg {
    color: #fff
}

.navigation .navbar {
    display: none;
    padding: 12px 0;
    margin: 0
}

.home_slider2 .slick-next {
    right: 30px
}

.home_slider2 .slick-prev {
    left: 30px
}

.home_slider2 .banner-img {
    position: relative
}

.home_slider2 .banner-img img {
    width: 100%
}

.home_slider2 .slide-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    max-width: 1100px;
    padding: 0 20px;
    width: 100%;
    color: #fff
}

.home_slider2 .slide-caption .title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #da231b;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    opacity: 0
}

.home_slider2 .slide-caption p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    max-width: 550px;
    opacity: 0
}

.home_slider2 .slick-slide:nth-child(3n+1).slick-active .slide-caption .title {
    text-align: left;
    opacity: 1;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: bounceInLeft;
    animation-delay: .4s
}

.home_slider2 .slick-slide:nth-child(3n+2).slick-active .slide-caption .title {
    text-align: center;
    opacity: 1;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: bounceInDown;
    animation-delay: .4s
}

.home_slider2 .slick-slide:nth-child(3n+3).slick-active .slide-caption .title {
    text-align: right;
    opacity: 1;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: bounceInRight;
    animation-delay: .4s
}

.home_slider2 .slick-slide:nth-child(3n+1).slick-active .slide-caption p {
    text-align: left;
    opacity: 1;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: bounceInLeft;
    animation-delay: .9s
}

.home_slider2 .slick-slide:nth-child(3n+2).slick-active .slide-caption p {
    text-align: center;
    opacity: 1;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: bounceInUp;
    animation-delay: .9s;
    margin: 0 auto
}

.home_slider2 .slick-slide:nth-child(3n+3).slick-active .slide-caption p {
    text-align: right;
    opacity: 1;
    margin-left: auto;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: bounceInRight;
    animation-delay: .9s
}

.read_more_1 {
    border: 1px solid #fff;
    border-radius: 50px;
    text-transform:capitalize;
    letter-spacing: .1em;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index: 1;
    background-color: transparent;
    color: #fff;
    font-size:12px;
    padding:8px 20px 8px 20px;
    transition: .8s ease;
    font-family: "Raleway", sans-serif;
    font-weight:500;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.read_more_1:hover {
    border: solid 1px #fff
}

.read_more_1 span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #fff;
    transform: translateY(150%);
    border-radius: 50%;
    transition: .5s;
    z-index: -1
}

.read_more_1:hover {
    color: #1c1c27
}

.read_more_1:hover span {
    transform: translateY(0) scale(3.15)
}

.read_more_1 span:first-child {
    left: calc((1 - 1) * 25%);
    transition-delay: calc((1 - 1) * 0.1s)
}

.read_more_1 span:nth-child(2) {
    left: calc((2 - 1) * 25%);
    transition-delay: calc((2 - 1) * 0.1s)
}

.read_more_1 span:nth-child(3) {
    left: calc((3 - 1) * 25%);
    transition-delay: calc((3 - 1) * 0.1s)
}

.read_more_1 span:nth-child(4) {
    left: calc((4 - 1) * 25%);
    transition-delay: calc((4 - 1) * 0.1s)
}

.read_more_1 span:nth-child(5) {
    left: calc((5 - 1) * 25%);
    transition-delay: calc((5 - 1) * 0.1s)
}

.about-sec {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff
}

.about-sec ul{
    padding-left: 20px;
}

.about-sec p,
.about-sec li {
    text-align: justify;
    line-height: 24px;
    font-size: 15px;
}

.about-sec li {
    margin-bottom: 5px;
}

.about-sec .img-bx {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 520px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}

.about-sec .img-bx::after {
    content: "";
    position: absolute;
    background: #da231b;
    width: 10px;
    height: 100%;
    left: 40px;
    top: 0;
}

.about-sec .img-bx .img-1 {
    padding-left: 70px
}

.about-sec .img-bx .img-2 {
    width: 70%;
    bottom: -100px;
    position: absolute;
    padding: 15px;
    background-color: #fff;
    z-index: 1
}

.about-sec .about-bx .mini-title {
    padding-left: 70px;
    display: inline-block;
    font-size: 18px;
    position: relative;
    margin-bottom: 10px;
    color: #da231b
}

.about-sec .about-bx .mini-title:before {
    content: "";
    height: 2px;
    width: 50px;
    position: absolute;
    left: 0;
    bottom: 8px;
    background: #da231b
}

.about-sec .about-bx .mini-title:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    background: #da231b;
    left: 10px;
    bottom: 12px
}

.about-sec .about-bx .title {
    margin-bottom: 15px;
    font-size: 33px;
    font-weight: 700
}

.about-sec .about-bx .title span {
    color: #da231b
}

.bg_btn_1 {
    background: #da231b;
    border-color: #da231b
}

.bg_btn_1:hover {
    color: #da231b;
    border-color: #da231b
}

.introduce_content_style_2 p {
    color: #333;
    line-height: 24px;
    margin: 0 0 15px
}

.background_color_1 {
    background: #e8be6c !important
}

.background_color_2 {
    background: #1c1c27 !important
}

.background_color_3 {
    background: #e8be6c !important
}

.background_color_4 {
    background: #1c1c27 !important
}

@keyframes rotate-icon {
    0% {
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes scale-icon {
    0% {
        -moz-transform: scale(3);
        -webkit-transform: scale(3);
        -ms-transform: scale(3);
        -o-transform: scale(3);
        transform: scale(3)
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.webmedia_home_product {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee
}

.h2_title {
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    color: #da231b;
    font-size: 28px
}

.h2_title:after {
    background: #1c1c27 none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px
}

.services_margin {
    display: block;
    transition: all .3s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    border-radius: 12px;
    overflow: hidden;
    margin-right: 10px;
    margin-top: 15px;
    margin-left: 10px;
    margin-bottom: 20px
}

.services_block figure {
    float: left;
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
    position: relative
}

.services_block figure .image {
    position: relative;
    overflow: hidden
}

.services_margin img {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
}


.services_block figure:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 65px solid #fff;
    border-right: 100px solid transparent;
    z-index: 2
}

.services_block figure:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    border-bottom: 54px solid #fff;
    border-left: 358px solid transparent
}

.services_block figure figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0
}

.services_block figure figcaption:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #191919;
    opacity: 0;
    border-radius: 0 200% 0 0
}

.services_block figure figcaption a {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    margin: -34px 0 0 -22px;
    -webkit-transition: all .6s cubic-bezier(.68, -2, .265, 2.1);
    -moz-transition: all .6s cubic-bezier(.68, -2, .265, 2.1);
    -ms-transition: all .6s cubic-bezier(.68, -2, .265, 2.1);
    -o-transition: all .6s cubic-bezier(.68, -2, .265, 2.1);
    transition: all .6s cubic-bezier(.68, -2, .265, 2.1)
}

.services_block figure figcaption a svg {
    width: 25px;
    height: 25px
}

.services_block figure figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0
}

.services_block:hover figure figcaption {
    opacity: 1
}

.services_block figure figcaption:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #1c1c27;
    opacity: 0;
    border-radius: 0 200% 0 0
}

.services_block:hover figure figcaption:before {
    opacity: .9;
    width: 100%;
    border-radius: 0
}

.services_block .service_info {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 15px 10px;
    position: relative
}

.services_block .service_info .h3_title {
    text-transform: uppercase;
    font-weight:500;
    margin-bottom: 15px;
    line-height: .8;
    margin:0 0 15px;
    font-size:16px;
    text-align: left;
    display:block;
}

.services_block .service_info .h3_title a {
    color: #333
}

.services_block:hover .service_info .h3_title a {
    color: #da231b
}

.services_block .service_info p {
    font-size:14px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    text-align: left;
    padding-right:0;
}

.home_service .slick-next,
.home_service .slick-prev {
    background: #da231b
}

.home_service .slick-prev {
    left: -20px
}

.home_service .slick-next {
    right: -20px
}

.home_service .slick-next:focus,
.home_service .slick-next:hover,
.home_service .slick-prev:focus,
.home_service .slick-prev:hover {
    outline: 0;
    background: #1c1c27
}

.home_slider2 .slick-next:focus,
.home_slider2 .slick-next:hover,
.home_slider2 .slick-prev:focus,
.home_slider2 .slick-prev:hover {
    outline: 0;
    background: #1c1c27
}

.home_why_choose {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff
}

.h-100 {
    height: 100%;
    position: relative
}

.whychooseus3 {
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    height: 100% !important
}

.whychooseus3:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 42, 92, .76);
    background: linear-gradient(-90deg, transparent, #1c1c27 65%);
    opacity: .9
}

.padding_50 {
    padding: 70px 70px;
    position: relative;
    z-index: 99
}

.title_style2 span {
    color: #fff;
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
    padding-top: 28px;
    z-index: 1;
    font-weight: 600
}

.title_style2 span:before {
    position: absolute;
    content: '';
    background: rgba(74, 131, 253, .09);
    width: 50px;
    height: 50px;
    left: -25px;
    top: 8px;
    z-index: -1
}

.title_style2 span:after {
    position: absolute;
    content: '';
    background: rgba(74, 131, 253, .09);
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 24px;
    height: 24px;
    left: 9px;
    top: 0;
    z-index: -1
}

.title_style2.white span:after,
.title_style2.white span:before {
    background: #33557d;
    border-left: 2px solid #002a5c;
    border-bottom: 2px solid #002a5c
}

.h2_title_2 {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    margin: 0 0 10px;
    padding: 0
}

.whychooseus3 p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px
}

.whychooseus3 ul {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0
}

.whychooseus3 ul li {
    list-style: none;
    float: left;
    width: 50%;
    color: #fff;
    margin-bottom: 5px;
    font-size: 16px
}

.whychooseus3 ul li svg {
    margin-right: 10px;
    color: #da231b;
    width: 20px;
    height: 20px
}

.whychooseus3 .bg_btn_1 {
    background: #da231b;
    border-color: #da231b
}

.whychooseus3 .bg_btn_1:hover {
    border-color: #fff;
    color: #da231b
}

.home_serice_all {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff
}

.service_inner_box {
    position: relative;
    padding: 0 20px 30px;
    margin-bottom: 25px
}

.service_inner_box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 30px;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .12)
}

.service_inner_box .image {
    position: relative;
    border-radius: 8px;
    overflow: hidden
}

.service_inner_box .image img {
    position: relative;
    width: 100%;
    display: block
}

.service_inner_box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(34, 34, 34, .9);
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.service_inner_box .overlay-box .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 30px
}

.service_inner_box .overlay-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.service_inner_box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.service_inner_box .overlay-box .text {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
    font-family: "Raleway", sans-serif
}

.service_inner_box .lower-box {
    position: relative;
    margin-top: -25px;
    padding-top: 15px;
    padding-left: 0
}

.service_inner_box .lower-box .box-inner {
    position: relative;
    padding:15px 10px 0 10px;
}

.service_inner_box .lower-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 34px;
    line-height: 60px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    background-color: #554c86
}

.service_inner_box .lower-box .head {
    margin: 0
}

.service_inner_box .lower-box .head a {
    position: relative;
    color: #222;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 18px;
    font-weight: 400;
    text-align: center
}

.service_inner_box:hover .lower-box .head a {
    color: #da231b
}

.testimonials_four {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #fff;
    position: relative;
    background-color: #f8f9fa
}

.testimonials_four {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #fff;
    position: relative;
    background-image: url(../images/about-img.jpg);
    background-size:cover;
    background-position:center;
    z-index:1;
}

.testimonials_four::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0e1c41;
    opacity: 0.8;
    z-index: -1;
}

.testimonials_four .title_style2 span {
    color: #da231b;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
    padding-top: 28px;
    z-index: 1;
    font-weight: 600
}

.testimonials_four .title_style2 .tit {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #333
}

.padding_40 {
    padding: 50px 0
}

.bg_img {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    overflow: visible !important;
    height: 100% !important;
    width: 50vw
}

.bg_img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #000;
    opacity: 0
}

.left-negative-margin {
    margin-left: -6.5rem;
    margin-top: 3.5rem
}

.testimonials_four .media {
    background: #fff;
    z-index: 1;
    position: relative;
    max-width: 360px;
    padding-top: 1.9rem;
    padding-bottom: 1.9rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    border-radius: .25rem;
    padding-left: 1.5rem;
    margin-bottom: 1rem
}

.icon-box {
    position: relative;
    padding: 10px 0 0 22px;
    font-size: 46px;
    line-height: 1;
    width: 100px;
    margin-bottom: 0;
    float: left;
    color: #da231b
}

.icon-box .box-circle {
    left: 0;
    bottom: 0;
    width: 1.07em;
    height: 1.07em;
    position: absolute;
    z-index: 0;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    background: rgba(74, 131, 253, .09);
    top: 0
}

.icon-box svg {
    width: 40px;
    height: 40px
}

.icon-box.last svg {
    width: 45px;
    height: 45px
}

.media .media-body .countup {
    font-weight: 600;
    color: #da231b;
    font-size: 24px;
    margin: 0 0 15px;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif
}

.web-media-testimonials .home_testimonial p {
    font-size: 15px;
    margin-bottom: 15px
}

.home_testimonial_block {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: 30px
}

.home_testimonial_block .inner-box {
    position: relative;
    padding:30px 35px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    margin-left: 15px;
    margin-right: 15px;
    text-align:justify;
}

.home_testimonial_block .inner-box:before {
    position: absolute;
    content: '';
    left: 30px;
    right: 30px;
    bottom: -10px;
    height: 50px;
    z-index: -1;
    border-radius: 50px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #da231b
}

.home_testimonial_block .inner-box:hover:before {
    background-color: #da231b
}

.home_testimonial_block .inner-box .quote-icon {
    position: absolute;
    right: 60px;
    bottom: 60px;
    color: #e5e5e5;
    font-size: 60px;
    right: 20px
}

.home_testimonial_block .inner-box .author-image-outer {
    position: relative
}

.home_testimonial_block .inner-box .author-image-outer .author-image {
    position: absolute;
    right: 0;
    top: -50px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    background: #fff;
    border: 3px solid #ddd
}

.home_testimonial_block .inner-box .author-image-outer .author-image img {
    width: 100%
}

.home_testimonial_block .inner-box .author-image-outer .authorName {
    position: relative;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
    text-transform: capitalize
}

.home_testimonial_block .inner-box .author-image-outer .designation {
    position: relative;
    color: #da231b;
    font-size: 14px;
    margin-top: 8px
}

.home_testimonial_block .inner-box .author-image-outer .quote-icon {
    position: absolute;
    right: 0;
    top: 5px;
    color: #dbdbdb;
    line-height: 1em;
    font-size: 40px
}

.home_testimonial_block .inner-box .text {
    position: relative;
    color: #555;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    padding-right: 40px
}

.home_partner {
    float: left;
    width: 100%;
    padding: 80px 0;
    position: relative;
    background: #1c1c27 url("../images/curve.svg") no-repeat;
    background-size: cover !important;
    background-position: center !important
}

.home_partner .h2_title {
    color: #fff;
    margin-bottom: 35px;
    padding-bottom: 15px
}

.home_partner .h2_title:after {
    background: #da231b
}

.ht-110 {
    height: 70px
}

.pertner_flexio {
    background: #fff;
    border-radius: .2rem;
    margin: .4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.8rem;
    height: 80px;
    position: relative;
    width: 160px
}

.pertner_flexio img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    width: auto;
    transform: translate(-50%, -50%);
    max-height: 100%
}

.pertner_flexio h5 {
    margin: 0
}

.home_blog {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee
}

.single-post2 {
    overflow: hidden;
    margin-bottom: 15px
}

.blog-thumb2 {
    overflow: hidden;
    width: 100%
}

.blog-thumb2 img {
    max-width: 100%;
    transition: all .3s ease-out 0s
}

.blog-content2 {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 1;
    box-shadow: 2.5px 4.33px 15px 0 rgb(0 0 0 / 9%);
    width: 90%;
    margin: auto;
    margin-top: -70px;
    margin-bottom: 15px
}

.blog-content2 .b-meta {
    margin-bottom: 10px;
    font-size: 14px
}

.blog-content2 .b-meta ul {
    margin: 0;
    padding: 0;
    padding-left: 0 !important
}

.b-meta ul li {
    display: inline-block;
    margin-right: 8px;
    border-right: 2px solid #f5f5f5;
    padding-right: 8px
}

.b-meta svg {
    margin-right: 5px;
    color: #da231b
}

.b-meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none
}

.blog-content2 .title_h5 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: normal;
    position: relative;
    font-weight: 400;
    margin-bottom: 3px;
}

.blog-content2 .title_h5 a {
    text-decoration: none;
    line-height: 26px;
    color: #da231b;
    font-weight: 600;
}

.blog-content2 .title_h5 a:hover {
    color: #da231b
}

.blog-content2 h5 span {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-height: 100%;
    line-height: 25px
}

.title_2 {
    padding: 0 0 0;
    font-size: 28px;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: initial;
    color: #1c1c27;
    margin-bottom: 25px;
    position: relative;
    overflow: visible;
    font-weight: 500
}

.title_2:after {
    background: #da231b;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px
}

.title_3 {
    overflow: visible;
    padding: 0 0 0;
    font-size: 24px;
    margin: 0;
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #1c1c27;
    margin-bottom: 25px;
    position: relative;
    font-weight: 400
}

.title_3:after {
    background: #da231b;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0;
    position: absolute;
    width: 50px
}

.title_5 {
    text-align: center;
    overflow: visible;
    padding: 0 0 0;
    font-size: 24px;
    margin: 0;
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    position: relative
}

.title_5:after {
    background: #da231b;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px
}

.faq_section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff
}

.accordion-item {
    margin-bottom: 15px;
    border-radius: 16px !important;
    overflow: hidden
}

.accordion-header {
    padding: 0 !important;
    margin: 0 !important;
    text-transform: initial
}

.accordion-item:not(:first-of-type) {
    border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-button {
    padding: 12px 15px;
    font-size: 18px;
    font-weight:300;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background: #da231b;
    font-weight:300;
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
    transform: rotate(0)
}

.accordion-button:focus,
.accordion-button:hover {
    color: #fff;
    background: #da231b
}

.accordion-button:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
    transform: rotate(-180deg)
}

.accordion-body p {
    font-size: 16px;
    line-height: 24px
}

.footer_wrap {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #1c1c27
}

.footer_wrap .footer-top .footer-widget .footer-widget-title {
    margin: 0 0 20px
}

.footer_wrap .footer-top .footer-widget .footer-widget-title span {
    padding-left: 12px;
    line-height: 27px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size:1.25rem;
}

.footer_wrap .footer-top .footer-widget .footer-widget-title span:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 3px;
    height: 100%;
    background-color: #da231b
}

.footer_wrap a, .footer_wrap p {
    color: #fff;
    text-align: justify;
}

.footer_wrap .footer-top .footer-widget .com-address-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 15px
}

.footer_wrap .footer-top .footer-widget .com-address-item .com-address-icon {
    width: 48px;
    height: 48px;
    background: #da231b;
    text-align: center;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer_wrap .footer-top .footer-widget .com-address-item .com-address-icon svg {
    color: #fff;
    width: 25px;
    height: 25px
}

.footer_wrap .footer-top .footer-widget .com-address-item .comp-address-info {
    width: calc(100% - 60px)
}

.footer_wrap .footer-top .footer-widget .com-address-item .comp-address-info span {
    color: #fff
}

.footer_wrap .footer-top .footer-widget .com-address-item .comp-address-info p {
    margin: 0;
    font-size: 15px;
    line-height: 23px;
    color: #fff
}

.footer_wrap .footer-top .footer-widget .com-address-item .comp-address-info a {
    font-size: 16px;
    line-height: 26px;
    font-weight:500;
    color: #ffffff;
    display: inline-block
}

.footer_wrap .footer-top .footer-widget .read_more_1 {
    color: #fff
}

.footer_wrap .footer-top .footer-widget .read_more_1:hover {
    color: #da231b
}

.footer-menu ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

.footer-menu ul li {
    padding-bottom: 10px;
    display: block
}

.footer-menu ul li a {
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size:15px;
}

.footer-menu ul li a:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    content: "";
    background-color: #da231b;
    -webkit-transition: .3s;
    transition: .3s
}

.footer-menu ul li a:hover {
    color: #da231b
}

.footer-menu ul li a:hover:after {
    width: 100%
}

.comp-location {
    text-align: center;
    padding: 20px 10px;
    margin: 0 0 25px;
    background: #fff
}

.comp-location .loc-icon {
    width: 48px;
    height: 48px;
    border-radius: 5px;
    margin: 0 auto 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fce7e8
}

.comp-location .loc-icon i {
    font-size: 22px;
    color: #554c86
}

.comp-location h6 {
    text-transform: uppercase;
    font-weight: 600
}

.comp-location span {
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 5px;
    display: block
}

.comp-location p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 23px;
    color: #fff;
    font-family: "Raleway", sans-serif
}

.wps_copy {
    float: left;
    width: 100%;
    background: #14141c;
    line-height: 40px;
    color: #dedede;
    font-family: "Raleway", sans-serif;
    font-size: 14px
}

.wps_copy a {
    color: #fff;
    display: inline-block
}

.wps_copy a:hover {
    color: #e8be6c
}

.text-right {
    text-align: right
}

#web-media-scroll-up {
    position: fixed;
    z-index: 8030;
    bottom: 65px;
    right: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s;
    display: none;
    background:#da251c;
}

#web-media-scroll-up svg {
    width: 20px;
    height: 20px
}

#web-media-scroll-up:hover {
    background: #333
}

.whatapp_btn {
    background: #01e675;
    width: 50px;
    height: 50px;
    color: #fff;
    position: fixed;
    left: 15px;
    bottom: 90px;
    cursor: pointer;
    z-index: 999;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .16), 0 3px 10px rgba(0, 0, 0, .16)
}

.whatapp_btn svg {
    width: 24px;
    height: 24px
}

.whatapp_btn:focus,
.whatapp_btn:hover {
    background: #01e675;
    color: #fff
}

#whatsapp .modal-dialog {
    margin-top: 15%
}

.send_enquiry {
    background: #da231b;
    border-radius: 40px;
    bottom: 30px;
    color: #fff;
    display: table;
    height: 50px;
    left: 15px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9999;
    transition: all .2s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .16), 0 3px 10px rgba(0, 0, 0, .16)
}

.send_enquiry svg {
    width: 24px;
    height: 24px;
    line-height: 50px
}

.send_enquiry:hover {
    color: #fff;
    padding: 0 20px
}

.send_enquiry:focus {
    color: #fff
}

.send_enquiry span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all .5s;
    text-transform: uppercase
}

.send_enquiry:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px
}

.modal-content {
    border-radius: 0
}

.modal-header {
    padding: 0 15px;
    background: #1c1c27;
    color: #fff;
    border-radius: 0
}

.modal-header h5 {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff
}

.modal-header h6 {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff
}

.modal-header .modal-title {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 15px 0;
    text-transform: initial;
    letter-spacing: .2px
}

.btn-close {
    width: 1em;
    height: 1em;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    outline: 0
}

.send_p {
    font-size: 13px;
    line-height: 18px;
    text-align: center
}

.g-recaptcha {
    transform: scale(.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.heading_banner {
    float: left;
    width: 100%;
    position: relative;
    background-size: 100%;
    background-position: center;
    padding: 60px 0;
    margin: 0
}

.heading_banner:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    z-index: 0;
    content: ''
}

.heading_banner .container {
    position: relative;
    z-index: 9
}

.heading_banner h1 {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px
}

.heading_banner h2 {
    margin: 0;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    color: #eee;
    text-align: center;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px
}

.heading_banner .cat_title {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 0
}

.heading_banner .cat_title2 {
    margin: 0;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    color: #eee;
    text-align: center;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px
}

.inner_breadcrumb {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    margin: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2)
}

.inner_breadcrumb .breadcrumb {
    background: 0 0;
    border-radius: 0;
    border: none;
    list-style: none;
    padding: 0;
    float: left;
    display: inline-block;
    text-transform: capitalize;
    margin: 0
}

.inner_breadcrumb .breadcrumb li {
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
    float: left;
    display: inline-block;
    line-height: 35px;
    font-size: 13px;
    font-weight: 600;
}

.inner_breadcrumb .breadcrumb li a {
    float: left;
    padding: 0;
    color: #666;
    letter-spacing: .3px
}

.inner_breadcrumb .breadcrumb li:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    padding: 0 14px;
    color: #fff;
    display: inline-block
}

.inner_breadcrumb .breadcrumb li.active {
    color: #da231b
}

.inner_breadcrumb .breadcrumb li+li:before {
    content: "/";
    color: #fff;
    padding: 0 14px
}

.inner_breadcrumb .breadcrumb li+li:before {
    float: left;
    padding: 10px 10px;
    color: #bfbfbf
}

.title_h2 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #da231b;
    font-size: 24px;
    color: #fff;
    font-weight: 600
}

.right_side .title_h2 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #da231b;
    font-size: 24px;
    color: #fff;
    font-weight: 600
}

.about_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff
}

.left_sidebar {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0
}

.left_sidebar .left_title {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #da231b;
    font-size: 24px;
    color: #fff;
    font-weight: 600
}

.left_sidebar ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #554c86
}

.left_sidebar ul li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #444;
    list-style: none
}

.left_sidebar ul li a {
    color: #fff;
    padding: 10px;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px
}

.left_sidebar ul li a.active,
.left_sidebar ul li a:focus,
.left_sidebar ul li a:hover {
    background: #da231b;
    color: #fff
}

.left_sidebar ul li ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff
}

.left_sidebar ul li ul li {
    border-bottom: 1px dashed #ccc;
    list-style-type: none;
    position: relative
}

.left_sidebar ul li ul li a {
    display: block;
    font-weight: 500;
    color: #333;
    text-align: left;
    font-size: 14px;
    padding: 4px 15px;
    text-decoration: none;
    line-height: 24px
}

.left_sidebar ul li ul li a.active,
.left_sidebar ul li ul li a:focus,
.left_sidebar ul li ul li a:hover {
    background: #da231b;
    color: #fff
}

.left_sidebar ul li ul li a i {
    float: right;
    line-height: 24px
}

.left_sidebar ul li ul li ul {
    display: none;
    transition: all 2s;
    position: absolute;
    left: 98%;
    top: 0;
    z-index: 200;
    background: #fff;
    width: 200px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .75)
}

.left_sidebar ul li ul li:hover ul {
    display: block;
    transition: all 2s
}

.left_sidebar ul li ul li ul li a {
    display: block;
    font-weight: 400;
    color: #333;
    text-align: left;
    font-size: 13px;
    padding: 4px 15px;
    text-decoration: none;
    text-transform: initial;
    line-height: 24px
}

.left_sidebar ul li ul li ul li a.active,
.left_sidebar ul li ul li ul li a:focus,
.left_sidebar ul li ul li ul li a:hover {
    background: #da231b;
    color: #fff
}

.left_sidebar form {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 10px 10px
}

.right_side h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #da231b;
    font-size: 24px;
    color: #fff;
    font-weight: 600
}

.right_side h2 {
    padding: 0;
    margin: 20px 0 5px;
    line-height: 30px;
    font-size: 22px;
    color: #554c86;
    font-weight: 600
}

.right_side h3 {
    padding: 0;
    margin: 10px 0 5px;
    line-height: 30px;
    font-size: 20px;
    color: #554c86;
    font-weight: 600
}

.wps_right {
    float: left;
    width: 100%
}

.wps_right p {
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 16px;
    font-weight: 400
}

.wps_right ul {
    margin: 0 0 25px;
    padding: 0
}

.wps_right ul li {
    line-height: 25px;
    font-size: 16px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: start;
    text-align: justify;
}

.wps_right ul li:before {
    width: 20px;
    height: 20px;
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 5px;
    margin-right: 5px;
    float: left;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>")
}

.left_image {
    float: left;
    width: 340px;
    margin: 0 15px 15px 0;
    text-align: center
}

.left_image .left_centered {
    width: 100%;
    position: relative;
    padding: 0;
    min-height: 338px;
    overflow: hidden;
    border: 1px solid #eee
}

.left_image .left_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 338px;
    transition: transform .5s ease
}

.left_image .left_centered .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%
}

.right_image1 {
    float: right;
    width: 340px;
    margin: 0 0 15px 15px;
    text-align: center
}

.right_image1 .left_centered {
    width: 100%;
    position: relative;
    padding: 0;
    min-height: 338px;
    overflow: hidden;
    border: 1px solid #eee
}

.right_image1 .left_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 338px;
    transition: transform .5s ease
}

.right_image1 .left_centered .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%
}

.category_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff
}



.category_page .wps_right ul {
    margin: 0 0 20px;
    padding: 0
}

.category_page .wps_right ul li {
    display: block;
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}

.category_page .wps_right ul li:before {
    position: absolute;
    left: 0;
    margin-right: 0;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='currentColor' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
    top: -2px;
}

.product_right_image {
    float: right;
    max-width: 500px;
    width: 100%;
    margin: 0 0 25px 15px;
    text-align: center
}

.product_right_image .detail_image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 500px;
    border: 1px solid #eee;
    margin-bottom: 15px
}

.product_right_image .detail_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%
}

.product_right_image .product_dimage {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 400px;
    border: 1px solid #eee;
    margin-bottom: 15px
}

.more_images {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 15px
}

#thumbs {
    padding-top: 10px;
    overflow: hidden;
    text-align: center
}

#largeImage,
#thumbs img {
    padding: 0;
    cursor: pointer;
    border: 1px solid #eee
}

#thumbs img {
    display: inline-block;
    margin-right: 6px;
    width: 70px
}

#thumbs img.active {
    border-color: #da231b
}

.wps_right h2,
.wps_right h1 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 700;
    color: #da231b
}

.wps_right h3,
.wps_right h4 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
    color: #da231b
}

.wps_right table {
    margin: 0
}

.wps_right table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 16px;
    line-height: normal;
    text-align: left;
    font-family: "Raleway", sans-serif
}

.wps_right table tbody tr td {
    border: 1px solid #eaeaea;
    width: 60%
}

.wps_right table tbody tr td:first-child {
    color: #da231b;
    width: 40%
}

.interested_section {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0
}

.interested_section .interested_btn {
    font-size: 18px;
    color: #fff;
    background: #da231b;
    border: 1px solid #c88122;
    border-radius: 3px;
    padding: 12px 0;
    width: 258px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer
}

.interested_section .interested_btn svg {
    margin-right: 5px;
    width: 20px;
    height: 20px
}

.interested_section .interested_btn:hover {
    background: #da231b;
    color: #fff;
    border: 1px solid #da231b
}

.product_listing {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    box-shadow: 0 3px 5px 0 rgba(210, 210, 210, .75);
    transition: all .35s ease-in-out;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-color: #eee
}

.product_listing .product {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
    border-right: 1px solid #eee;
    display: inline-block
}

.product_listing .product .image1 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 374px;
    transition: all .4s ease-in-out;
    margin-bottom: 10px
}

.product_listing .product .image1 img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%
}

.product_listing .product .small {
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center
}

.product_listing .product .largeImage img,
.product_listing .product .small img {
    padding: 0;
    cursor: pointer;
    border: 1px solid #eee
}

.product_listing .product .small .item {
    display: inline-block;
    margin-right: 6px;
    width: 60px;
    cursor: pointer
}

.product_listing .product .small .item:last-child {
    margin: 0
}

.product_listing .product .small .item.active {
    border-color: #da231b
}

.product_listing .product .small .item.youtube {
    width: 60px;
    height: 60px;
    background: #f70000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.product_listing .product .small .item.youtube a {
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

.product_listing .product p {
    font-size: 16px;
    text-align: center;
    margin: 0 0 10px
}

.product_listing .product .read_more {
    margin-top: 0
}

.product_listing .right-content .read_more_1 {
    margin-top: 10px
}

.padding0 {
    padding: 0
}

.right-content {
    position: relative;
    padding-right: 15px
}

.right-content .head {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
    font-size: 20px;
    font-weight: 600
}

.right-content .head a {
    color: #333
}

.right-content h4 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left
}

.right-content p {
    font-size: 16px;
    margin-bottom: 10px
}

.blue-line1 {
    width: 100%;
    display: block;
    height: 1.1px;
    background: #eee;
    position: relative;
    margin-bottom: 10px;
    padding: 0 15px
}

.product_listing:hover .right-content .head a {
    color: #da231b
}

.product_listing:hover .right-content h4 a {
    color: #da231b
}

.right-content .table-responsive {
    float: left;
    width: 100%;
    overflow: hidden;
    max-height: 230px;
    overflow: auto;
    padding-right: 5px
}

.right-content table {
    margin-bottom: 15px
}

.right-content table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 16px;
    line-height: normal;
    text-align: left
}

.right-content table tbody tr td {
    border: 1px solid #eaeaea;
    width: 60%
}

.right-content table tbody tr td:first-child {
    color: #da231b;
    width: 40%
}

.you_may {
    float: left;
    width: 100%;
    padding: 0 0 10px;
    margin: 0 0 15px;
    line-height: 30px;
    color: #da231b;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #eee
}

.team_member {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0 3px 5px 0 rgba(210, 210, 210, .75);
    transition: all .35s ease-in-out;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-color: #eee
}

.team_member .image {
    width: 100%;
    position: relative;
    padding: 15px 15px 15px 0;
    text-align: center;
    min-height: 268px;
    overflow: hidden;
    border-right: 1px solid #eee;
    display: inline-block
}

.team_member .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%
}

.team_info {
    position: relative;
    padding-right: 15px
}

.team_info h3 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0
}

.team_info h3 small {
    display: block;
    color: #333;
    font-weight: 600;
    font-size: 14px
}

.testimonial_block {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.testimonial_text_box {
    margin: 0 0 30px;
    padding: 32px 20px 35px 0;
    background: #eee;
    box-shadow: 0 0 12px rgba(0, 0, 0, .05);
    display: table;
    position: relative;
    border-radius: 4px
}

.testimonial_text_box .this-quote {
    margin: 0 20px;
    width: 30px
}

.testimonial_text_box .this-quote img {
    width: auto
}

.testimonial_text_box:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -25px;
    left: 69px;
    border-top: 25px solid #eee;
    border-right: 25px solid transparent
}

.testimonial_text_box .this-texts {
    display: table-cell;
    width: calc(100% - 70px);
    vertical-align: top;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    text-align: justify
}

.testimonial_author .media-left {
    padding-right: 20px;
    float: left
}

.testimonial_author .media-left img {
    border: 1px solid #554c86;
    border-radius: 4px
}

.testimonial_author .media-left a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%
}

.testimonial_author .media-body {
    vertical-align: middle
}

.testimonial_author .this-title {
    font-size: 18px;
    color: #554c86;
    text-align: left;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 0
}

.testimonial_author .loc {
    color: #da231b;
    line-height: 20px;
    margin: 0
}

.gallery_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #eee
}

.gallery_page .gallery_item {
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px .98px .02px rgba(0, 0, 0, .1);
    margin-bottom: 25px
}

.gallery_page .gallery_item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 2px
}

.gallery_item_info {
    text-align: center;
    padding: 15px
}

.gallery_item_info h4 {
    font-size: 18px;
    color: #333;
    margin: 0;
    padding: 0
}

.gallery_item_info p {
    font-size: 13px;
    margin: 0;
    margin-top: 4px;
    color: #333;
    max-width: 100%
}



.hover_effect:after {
    color: #fff;
    position: absolute;
    font-size: 1.6em;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: scale(.1, .1);
    transform: scale(.1, .1);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}


.hover_effect:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6
}

.hover_effect:hover img {
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: .4
}

.hover_effect:hover {
    background: #da231b
}

.hover_effect:after {
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='white' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/><path d='M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z'/><path fill-rule='evenodd' d='M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5z'/></svg>")
}

.blog_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff
}


.blog_page .blog_b {
    margin-bottom: 20px;
    position: relative
}

.left_title1 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #da231b;
    font-size: 24px;
    color: #fff;
    font-weight: 600
}

.right_news {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    background: #fff
}

.right_news:last-child {
    margin-bottom: 0
}

.right_news .image {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    position: relative;
    overflow: hidden;
    height: 274px
}

.right_news .image img {
    position: absolute;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%
}

.right_news .title_h4 {
    padding: 10px;
    line-height: 18px;
    font-size: 15px;
    margin: 0;
    text-align: left
}

.right_news .title_h4 a {
    color: #333
}

.right_news:hover .title_h4 a {
    color: #da231b
}

.blog_details {
    float: left;
    width: 100%;
    background: #fff
}

.blog_details ul {
    display: inline-block;
    margin: 0 0 20px;
    padding: 0
}

.blog_details ul li {
    display: inline-block;
    margin-right: 15px;
    list-style: none
}

.blog_details ul li:before {
    content: none;
    margin: 0
}

.blog_details ul li a {
    color: #333;
    transition: all .5s ease-out
}

.blog_details ul li i {
    margin-right: 5px
}

.blog_details1 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

.blog_details1 img {
    margin-bottom: 15px
}

.blog_details_img {
    width: 100%;
    text-align: center;
    /* height: 500px; */
    overflow: hidden;
    margin-bottom: 15px
}

.blog_details_img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto
}

.blog_details1 p {
    text-align: justify;
    line-height: 24px
}

.blog_details1 .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #eee;
    border-left: 3px solid #e59509
}

.blog_details1 .block-quote p {
    font-size: 15px;
    line-height: 24px
}

.blog_details1 h3 {
    margin: 0 0 5px;
    padding: 0;
    line-height: 30px
}

.blog_details1 ul {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0
}

.blog_details1 ul li {
    line-height: 28px;
    font-size: 16px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center
}

.blog_details1 ul li:before {
    width: 20px;
    height: 20px;
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 0;
    margin-right: 5px;
    float: left;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>")
}

.fb-comments {
    width: 100%
}

.blogdetails img {
    width: 100%
}

.blog_news .content_details {
    float: left;
    width: 100%;
    background: #eee;
    padding: 20px 20px 20px
}

.blog_news .content_details h2 {
    text-transform: capitalize;
    line-height: 30px;
    font-size: 20px;
    margin: 0 0 10px
}

.blog_news .content_details h2 a {
    color: #333;
    transition: all .5s ease-out
}

.blog_news .content_details ul {
    display: inline;
    margin: 0
}

.blog_news .content_details ul li {
    display: inline-block;
    margin-right: 15px
}

.blog_news .content_details ul li:before {
    content: none;
    margin: 0
}

.blog_news .content_details ul li i {
    margin-right: 5px
}

.blog_news .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #fdfdfd;
    border-left: 3px solid #e59509
}

.blog_news .block-quote p {
    font-size: 15px;
    line-height: 24px
}

.blog_news .content_details ol {
    width: 100%;
    margin: 0 0 25px;
    padding: 0
}

.blog_news .content_details ol li {
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: 400
}

.blog_news .content_details ol li::before {
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 5px
}

.contact_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    position: relative
}

#contact_form label.error,
.output {
    color: #fb3a3a;
    font-weight: 400;
    margin-bottom: 15px
}

#quick_form label.error,
.output {
    color: #fb3a3a;
    font-weight: 400;
    margin-bottom: 15px
}

#quick_enquiry label.error,
.output {
    color: #fb3a3a;
    font-weight: 400;
    margin-bottom: 15px
}

.pac-container {
    z-index: 100000
}

.contact_map {
    float: left;
    width: 100%;
    height: 550px
}

.contact_form_grid1 {
    float: left;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 4px;
    overflow: hidden
}

.contact_details .title_h2_2 {
    color: #da231b;
    font-size: 20px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px
}

.contact_details p {
    color: #333;
    margin-bottom: 20px;
    font-size: 16px
}

.contact_details .address_list {
    clear: both;
    margin: 0 0 20px;
    padding: 0
}

.contact_details .address_list li {
    clear: both;
    list-style: none;
    color: #333;
    margin-bottom: 10px;
    font-size: 16px
}

.contact_details .address_list li svg {
    min-width: 25px;
    height: 25px;
    margin-right: 5px
}

.contact_details .address_list li a {
    color: #333;
    display: flex;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block
}

.contact_details .address_list li a span {
    font-size: 30px;
    margin-right: 13px
}

.contact_details .address_list li:first-child {
    display: flex;
    align-items: center
}

.contact_details .address_list li span {
    font-size: 30px;
    margin-right: 13px
}

.contact_details .address_list li a:focus,
.contact_details .address_list li a:hover {
    color: #da231b
}

.social_list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

.social_list li {
    list-style: none;
    display: inline-block
}

.social_list li a {
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    text-align: center;
    margin-right: 10px
}

.social_list li a:hover {
    color: #da231b;
    border: 1px solid #da231b
}

.form_grid .title_h2_2 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 20px;
    padding: 0;
    color: #da231b
}

.sitemap_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;
    position: relative
}

.sitemap_right_side h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #da231b;
    font-size: 24px;
    color: #fff;
    font-weight: 600
}

.sitemap {
    border-left: 1px solid #666;
    padding: 0
}

.sitemap li {
    list-style: none !important;
    background: transparent url(../images/sitemap_hr.png) no-repeat scroll 0 9px;
    padding: 0 0 0 15px;
    margin-bottom: 5px
}

.sitemap li ul {
    border-left: 1px solid #666;
    padding: 0
}

.sitemap li a {
    color: #333;
    font-size: 14px;
    padding-bottom: 5px;
    display: block
}

.sitemap li a:hover {
    color: #da231b
}

.market_area h3 {
    float: left;
    display: block
}

.market_area h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #554c86
}

.market-list {
    float: left;
    width: 100%;
    margin: 0 !important;
    padding: 0
}

.market-list li {
    list-style: none;
    padding-right: 10px;
    line-height: 20px;
    width: 25%;
    float: left
}

.market-list li:before {
    content: none !important;
    margin-right: 0 !important
}

.market-list li a {
    width: auto;
    height: auto;
    padding: 10px 0 10px 12px;
    margin: 0 0 9px;
    display: block !important;
    color: #333 !important;
    font-size: 14px;
    background-color: #ddd
}

.market-list li a:hover {
    background: #da231b;
    color: #333 !important
}

.product_popup {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

.product_popup_image {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    height: 430px
}

#callback .product_popup_image {
    height: 176px
}

.product_popup_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: 100%;
    margin: auto
}

.product_popup h4 {
    color: #554c86;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: left;
    padding: 0
}

.product_popup p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: left;
    margin-bottom: 15px
}

#product_enquiry label.error {
    color: #fb3a3a;
    font-weight: 400
}

.product_right_image .read_more {
    margin-top: 0
}

.logob {
    border-radius: 14px;
    padding: 5px 5px;
    background-color: #fff
}

.video_section iframe {
    width: 100%;
    height: 415px
}

.latest {
    font-size: 26px;
    font-weight: 700;
    font-family: Manrope, sans-serif;
    color: #0c0c0c;
    margin: 0 0 20px
}

.webmdedia-home_blog h6 span {
    color: #da231b
}

.webmdedia-home_blog h6 {
    text-transform: uppercase
}

.feature_height {
    display: block;
    overflow: hidden;
    padding: 15px;
    text-align: center;
    height: 140px
}

.thumb {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 0
}

.fadeImg {
    animation-name: fadeimg;
    animation-duration: 2s
}

@keyframes fadeimg {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 9999;
}

.carousel-control-next,
.carousel-control-prev {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: 0;
    background: #f7b11b;
    border-radius: 100%;
    z-index: 999999;
    opacity: 0.8;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    height: 18px;
    width: 18px;
}

.carousel-control-prev {
    left: 80px;
}

.carousel-control-next {
    right: 80px;
}

.market-area h4 {
    font-size: 20px;
    margin:15px 0;
    font-weight: 700;
}

.market-area-heading {
    margin-bottom: 14px;
}

.market-list a {
    width: auto;
    height: auto;
    padding: 10px 0 10px 12px;
    margin: 0 0 9px;
    display: block!important;
    color: #333!important;
    font-size: 15px;
    background-color: #ddd;
    letter-spacing: .5px;
}

.about-bx h1,
.blog_details1 h1 {
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #d8261a;
    line-height: 1.3;
}

.about-bx h2,
.about-bx h3,
.blog_details1 h2,
.blog_details1 h3{
    line-height: 1.3;
    font-size: 22px;
    color: #222;
    font-weight: 700;
    margin-bottom: 5px;
}

.sitemap {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li {
    list-style: none !important;
    background: transparent url(../images/sitemap_hr.png) no-repeat scroll 0px 9px;
    padding: 0px 0px 0px 15px;
    margin-bottom: 5px;
    font-family: var(--font);
    color: var(--text-color);
    font-weight: 500;
}

.sitemap li ul {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li a {
    color: #333;
    font-size: 14px;
    padding-bottom: 5px;
    line-height: 1.3;
    display: block;
}

.sitemap li a:hover {
    color: #da231b;
}.social-icons {
            display: flex;
           
            gap: 20px;
            margin-bottom: 20px;
        }
        
        .social-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #333;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            cursor: pointer;
        }
        
        .social-icon:hover {
            transform: translateY(-5px);
        }
        
        .social-icon svg {
            width: 20px;
            height: 20px;
        }
        
        /* Individual icon hover colors */
        .instagram:hover { background: #E1306C; }
        .linkedin:hover { background: #0077B5; }
        .pinterest:hover { background: #E60023; }
        .youtube:hover { background: #FF0000; }
        .trust-button{
            background: #fdd20e;
 
    font-weight: 600;
    border: none;
    padding: 5px 18px;
    box-shadow: rgb(255 255 255 / 68%) 0px 10px 36px 0px, rgb(255 255 255 / 6%) 0px 0px 0px 1px;
    border-radius: 8px;
        }
