body {
    background: #fff;
    color: #363636;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #0c0c0c;
    margin: 0 0 20px;
}

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

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

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

p {
    letter-spacing: normal;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 15px;
    color: #363636;
}

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

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

img {
    max-width: 100%;
    /*width: auto;*/
    height: auto;
}

iframe {
    border: 0;
    width: 100%;
}

blockquote {
    padding: 0;
    border: 0;
}

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

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


.form-group .form-control {
    height: 40px;
    font-size: 14px;
}

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

.form-control:focus::-moz-placeholder {
    color: #167cc4;
}

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

h2 {
    font-size: 26px;
    font-weight: bold;
}

h3 {
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: bold;
    overflow: hidden;
}

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

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

h5 {
    text-transform: capitalize;
}


/* Header*/

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

.header .topbar {
    background: #fff;
}

.header .topbar .container {
    width: 100%;
    max-width: 97%;
}

.header .topbar .top_left {
    float: left;
    padding: 0;
    margin-bottom: 0;
}

.header .topbar .top_left>li {
    display: inline-block;
    padding: 3px 15px;
    margin: 0;
    position: relative;
    list-style: none;
    line-height: 30px;
    color: #333;
    font-size: 13px;
}

.header .topbar .top_left>li a {
    color: #005b7f;
    font-weight: 600;
    font-size: 16px;
}

.header .topbar .top_left>li::before,
.header .topbar .top_left>li:first-child::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    /*border-right:1px solid #eee;*/
    right: 0;
}

.header .topbar .top_left>li:first-child::after {
    border-right: 0;
    /*border-left:1px solid #eee;*/
    left: 0;
}

.header .topbar .top_left>li:first-child {
    margin: 0;
}

.header .topbar .top_left>li:first-child::before {
    content: "";
}

.header .topbar .top_right {
    float: right;
    padding: 0;
    margin-bottom: 0;
}

.header .topbar .top_right li {
    float: left;
    padding: 0px;
    margin: 3px 0 0 5px;
    position: relative;
    list-style: none;
    color: #fff;
    font-size: 14px;
}

.header .topbar .top_right li a {
    width: 30px;
    text-align: center;
    color: #333;
    line-height: 30px;
}

.header .topbar .top_right li a svg {
    color: #fff;
    width: 14px;
    height: 14px;
    margin: 0;
    padding: 0;
}

.header .topbar .top_right li.facebook a {
    background: #3C5B9B;
}

.header .topbar .top_right li.twitter a {
    background: #359BED;
}

.header .topbar .top_right li.linkedin a {
    background: #027ba5;
}

.header .topbar .top_right li.youtube a {
    background: #f70000;
}

.header .topbar .top_right li.instagram a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.search-form {
    float: left;
    width: 69%;
    margin: 3px 0;
    padding: 0;
    position: relative;
}

.search-input {
    width: 100%;
    line-height: 30px;
    background: #eee !important;
    border: 0;
    font-size: 13px;
    height: 30px !important;
    padding: 0 12px;
}

.btn-search {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    border: 0;
    line-height: 30px;
    padding: 0px;
    width: 40px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #005b7f;
    color: #fff;
}

.btn-search:hover,
.btn-search:focus {
    background: #f7a900;
    color: #97215f;
}


/*Header Menu*/

.navigation_bar {
    background: #005b7f;
    width: 100%;
}

.navigation_bar .container {
    width: 100%;
    max-width: 97%;
}

.navigation {
    float: right;
    width: 100%;
    position: relative;
}

.navigation_bar.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #005b7f;
    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
    }
}

.header .logo {
    padding: 5px 0;
    display: inline-block;
}

.logo {
    padding: 0px;
    margin-top: -1px;
    position: relative;
    z-index: 999;
    padding-left: 5px;
    padding-right: 5px;
    width: 130px;
    height: 54px;
    background: #fff;
}

.logo img {
   /*margin-top: -30px;*/
    width: 230px;
    /*height: 80px;*/
}

.logo:before {
    position: absolute;
    top: 0px;
    left: -53px;
    content: '';
    border-style: solid;
    border-width: 27px;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    border-right-color: #fff;
    border-top-color: #fff;
}

.logo:after {
    position: absolute;
    top: 0px;
    right: -53px;
    content: '';
    border-style: solid;
    border-width: 27px;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-left-color: #fff;
    border-top-color: #ffff;
}

.navigation_bar.stricky-fixed .logo {
    padding: 0px;
    margin-top: -1px;
    position: relative;
    z-index: 999;
    padding-left: 5px;
    padding-right: 5px;
    width: 130px;
    height: 54px;
}

.navigation_bar.stricky-fixed .logo a {
    background: #fff;
}

.navigation_bar.stricky-fixed .logo img {
    width: 124px;
    margin-top: 3px;
    background: #fff;
    padding-bottom: 4px;
    border-bottom: 1px solid #eee;
}

.navigation_bar.stricky-fixed .logo:before {
    position: absolute;
    top: 0px;
    left: -65px;
    content: '';
    border-style: solid;
    border-width: 35px;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    border-right-color: #fff;
    border-top-color: #fff;
}

.navigation_bar.stricky-fixed .logo::after {
    position: absolute;
    top: 0px;
    right: -65px;
    content: '';
    border-style: solid;
    border-width: 35px;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-left-color: #fff;
    border-top-color: #ffff;
}

.navigation {
    float: left;
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    position: relative;
    background: transparent;
}

.navigation .navbar {
    display: none;
}

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

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

.navigation .navbar button span:nth-child(1) {
    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:nth-child(1) {
    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: flex;
    text-align: center;
    justify-content: center;
    width: 100%;
}

.navigation .menu ul {
    padding: 0;
    width: 45%;
    margin: 0;
}

.navigation .menu ul.pull-right {
    text-align: right;
    justify-content: flex-end;
}

.navigation .menu ul li {
    display: inline-block;
    position: relative;
}

.navigation .menu ul li a {
    display: block;
    color: #fff;
    background: transparent;
    position: relative;
    transition: 0.5s;
    padding: 18px 12px;
    transition: all .3s ease;
    font-size: 16px;
    font-weight: 500;
}

.navigation .menu ul li:last-child a {
    border: none;
    padding-right: 0;
}

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

.navigation .menu ul li ul.cs-dropdown {
    top: 100%;
    left: 0;
    text-align: left;
    position: absolute;
    width: 250px;
    display: none;
    z-index: 99999;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.4);
    background: #fff;
    margin: 0;
    padding: 0;
}

.navigation .menu ul li ul.cs-dropdown li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #eee;
    width: 100%;
}

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

.navigation .menu ul li ul.cs-dropdown li a {
    color: #333;
    font-size: 14px;
    padding: 8px 15px;
    font-weight: normal;
    position: relative;
    display: block;
    text-transform: capitalize;
}

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

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
    display: none;
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
    display: none;
}

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

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
    left: -100%;
}

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

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

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

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

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

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

.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: #167cc4;
}

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

.home_slider #slider {
    overflow: hidden;
    width: 100%
}

.slide {
    position: relative;
    display: block;
    z-index: 6;
    width: 100%;
    height: 100%
}

#slider .slide img {
    width: 100%
}

#slider .owl-prev,
#slider .owl-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #97215f;
    border: 0;
    outline: 0;
    background: #fff;
    border-radius: 100%;
    z-index: 9
}

#slider .owl-nav .owl-prev {
    left: 40px;
}

#slider .owl-nav .owl-next {
    right: 40px;
}

#slider .owl-prev:hover,
#slider .owl-next:hover {
    background: #97215f;
    color: #fff;
    border-color: #97215f
}

#slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.home_about {
    padding: 50px 0px 50px;
    width: 100%;
    float: left;
}

.heading {
    letter-spacing: 1px;
    line-height: 40px;
    padding-bottom: 20px;
}

.heading p {
    font-size: 24px;
    color: #333;
    font-weight: 500;
}

.heading .title_1 {
    font-weight: 600;
    font-size: 34px;
    color: #333;
    text-transform: inherit;
    padding-bottom: 10px;
    margin: 0px;
}

.heading .title_1 span {
    color: #005b7f;
}

.heading-p {
    font-size: 22px;
    line-height: 33px;
}

.light {
    position: absolute;
    color: rgb(158, 157, 157);
    right: 60px;
    font-size: 70px;
    top: 50px;
    text-transform: uppercase;
    font-weight: 800;
    opacity: .1;
}

.img-1 {
    position: absolute;
    top: 72px;
    z-index: -1;
    right: 0;
    width: 62%;
}

.img-2 {
    width: 60%;
}

.about-inner {
    width: 100%;
    float: left;
    padding: 10px 0px;
    position: relative;
    /*overflow: hidden*/;
}

.about-inner::before {
    content: none;
    color: rgba(68, 68, 68, 0.17);
    position: absolute;
    top: -100px;
    left: 0px;
    font-size: 100px;
    font-weight: 800;
    display: none;
}

.about-inner:after {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0px;
    background: #005b7f38;
}

.about-content {
    padding: 0px 40px 0 0px;
}

.about-content h3 {
    color: #005b7f;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 100;
    line-height: 40px;
}

.abt-ph,
.about-content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 100;
    /* padding: 0px 20px; */
    font-weight: normal;
    text-align: justify;
}

.about-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 11px;
    display: block;
    max-width: 100%;
    clear: left
}

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

.about-content 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>");
}

.read_more01 {
    background: #005b7f;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 0 30px;
    line-height: 45px;
    transition: all 300ms linear 0ms;
    border-radius: 30px;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 600;
    outline: none;
    white-space: nowrap;
}

.read_more01 svg {
    width: 18px;
    height: 18px;
}

.read_more01:hover,
.read_more01:focus,
.read_more01:active {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #f7a900;
}

.read_more01:before,
.read_more01:after {
    background: #97215f;
    content: "";
    height: 100%;
    left: -110%;
    opacity: 0.1;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    transform: skewX(25deg);
    width: 100%;
    z-index: -1;
}

.read_more01:hover:before,
.read_more01:focus:before,
.read_more01:active:before {
    left: -10%;
    transition: all 0.3s ease 0s;
}

.read_more01:hover:after,
.read_more01:focus:after,
.read_more01:active:after {
    left: -20%;
}

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

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

.title_4 {
    padding: 0 0 0px;
    font-size: 30px;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: initial;
    color: #000;
    margin-bottom: 35px;
    position: relative;
    overflow: visible;
    font-weight: 500;
}

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

.home_services {
    float: left;
    width: 100%;
    padding: 50px 0;
    margin: 0;
    background: #005b7f;
}

.single-service-style-one {
    float: left;
    width: 100%;
    margin-bottom: 70px;
    position: relative;
}

.single-service-style-one .image-block {
    position: relative;
    height: 276px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-service-style-one .image-block .overlay-block {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;
}

.single-service-style-one .image-block .overlay-block:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
    background: rgba(247, 169, 0, 0.9);
}

.single-service-style-one .image-block .overlay-block:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
    background: rgba(247, 169, 0, 0.9);
}

.single-service-style-one .main-content {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 1;
    transform: translate(-50%, 50%);
    width: calc(100% - 30px);
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.1);
    transition: all .4s ease;
}

.single-service-style-one .main-content .icon-block,
.single-service-style-one .main-content .text-block {
    display: table-cell;
    vertical-align: middle;
}

.single-service-style-one .main-content .icon-block .inner-box {
    width: 65px;
    height: 65px;
    background: #f7a900;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-service-style-one .main-content .icon-block .inner-box svg {
    width: 30px;
    height: 30px;
}

.single-service-style-one .main-content .text-block {
    padding: 0 15px;
}

.single-service-style-one .main-content .text-block .title_h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.single-service-style-one .main-content .text-block .title_h3 a {
    color: #97215f;
    transition: all .4s ease .2s;
}

.single-service-style-one .hover-content {
    position: absolute;
    background: #fff;
    position: absolute;
    bottom: -32.5px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%) translateY(-30%);
    width: calc(100% - 60px);
    text-align: center;
    z-index: 10;
    padding: 33px 25px;
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.1);
    transition: all .4s ease;
}

.single-service-style-one .hover-content .title_h3 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}

.single-service-style-one .hover-content p {
    margin: 0;
    font-size: 15px;
    line-height: 26px;
    color: #83888D;
    margin-bottom: 15px;
}

.single-service-style-one .hover-content .title_h3 a {
    color: #97215f;
}

.single-service-style-one:hover .hover-content .title_h3 a {
    color: #97215f;
}

.single-service-style-one .hover-content a.read-more {
    text-transform: uppercase;
    color: #97215f;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    line-height: 21px;
    position: relative;
    z-index: 11;
    transition: all .4s ease;
}

.single-service-style-one .hover-content a.read-more svg {
    margin-left: 6px;
}

.single-service-style-one .hover-content a.read-more:hover {
    transform: translateX(10px);
    color: #f7a900;
}

.single-service-style-one:hover .main-content {
    opacity: 0;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}

.single-service-style-one:hover .hover-content {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}

.single-service-style-one:hover .overlay-block {
    opacity: 1;
}

.single-service-style-one:hover .image-block .overlay-block:before {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 100ms;
}

.single-service-style-one:hover .image-block .overlay-block:after {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms;
}

.feature_section {
    float: left;
    width: 100%;
    background-image: url(../images/bg-parallax4.jpeg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0 77px;
    position: relative;
}

.feature_section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.88);
}

.feature_section .container {
    position: relative;
}

.section-title {
    margin: 0 auto 62px;
    padding: 0;
    position: relative;
    text-align: center;
}

.section-title h2 {
    color: #97215f;
    margin-bottom: 22px;
}

.section-title p {
    color: #333;
    font-size: 16px;
    line-height: 26px;
    margin: 0 auto;
    max-width: 600px;
}

.feature-item {
    background: rgba(0, 91, 127, 0.90);
    color: #fff;
    padding: 20px 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    height: 340px;
}

.feature-item:hover {
    background: rgba(0, 91, 127, 0.98);
}

.feature-item .icon-box {
    display: inline-block;
    line-height: 1;
}

.feature-item .icon-box img {
    width: 60px;
}

.feature-item .icon-box i {
    color: #167cc4;
    font-size: 50px;
}

.feature-item .content .featureTitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #ff866b;
}

.feature-item .content .featureTitle span {
    color: #167cc4;
}

.feature-item .content p {
    color: #f8f8f8;
    font-size: 16px;
    line-height: 28px;
}

.home_theater {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 70px 0;
}

.home_theater:after {
    position: absolute;
    left: 0;
    content: "";
    width: 65%;
    top: 0;
    height: 100%;
    background: url(../images/bg-parallax5.jpg) no-repeat scroll 0 0/cover;
    z-index: -1;
}

.home_theater:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
    background: #111 none repeat scroll 0 0;
    opacity: 0.5;
}

.home_theater .container {
    position: relative;
}

.single-theater {
    position: relative;
    background: #97215f;
    border-bottom: 0;
}

.single-theater img {
    width: 100%;
    border-radius: 5px;
    position: relative
}

.single-theater:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000 none repeat scroll 0 0;
    opacity: 0.2;
}

.single-theater a.play-video {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 40px;
    background: #167cc4 none repeat scroll 0 0;
    border-radius: 10px;
    top: 54%;
    left: 50%;
    margin: -30px 0 0 -30px;
    z-index: 3;
    font-size: 17px;
    color: #fff;
    transition: 0.4s ease;
    transform: scale(1);
    opacity: 1;
}

.theater-left {
    display: table;
    height: 100%;
    width: 100%;
    padding: 30% 0;
}

.single-theater iframe {
    position: relative;
    width: 100%;
    height: 420px;
    z-index: 99;
}

.theater-box {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.theater-text .title_3 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
    text-transform: uppercase;
    margin-bottom: 0px
}

.theater-text .title_3 span {
    color: #f7a900;
}

.theater-text p {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 28px;
}

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

.feature_item .item {
    background: #fff;
    margin: 0;
    padding: 0;
}

.feature_item .feature_image {
    position: relative;
    padding: 0px;
    text-align: center;
    overflow: hidden;
}

.feature_item .feature_image .image {
    position: relative;
    padding: 0px;
    margin: 0;
    text-align: center;
    min-height: 283px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

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

.feature_item:hover .feature_image .image {
    transform: scale(1.1)
}

.feature_sec {
    display: block;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    background: #005b7f;
}

.feature_sec .title_h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    width: 100%;
    text-align: center;
    float: inherit;
    padding: 0 20px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-transform: none;
    margin-bottom: 0;
    line-height: 24px;
    text-transform: capitalize;
}

.feature_sec .title_h3 a {
    color: #fff;
}

.feature_item .item:hover .feature_sec {
    background: #f7a900;
    color: #fff
}

.feature_item .item:hover .feature_sec .title_h3 a {
    color: #333;
}

.feature_sec p a {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    float: inherit;
    font-weight: 400;
    font-size: 15px;
    color: #333;
}

#products {
    margin-bottom: 20px;
}

#products .owl-prev,
#products .owl-next {
    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: #97215f;
    border-radius: 100%;
    z-index: 50;
    border: 1px solid #97215f;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

#products .owl-nav .owl-prev {
    left: -30px;
    top: 48%;
}

#products .owl-nav .owl-next {
    right: -30px;
    top: 48%;
}

#products .owl-nav .owl-prev:hover,
#products .owl-nav .owl-next:hover {
    background: #f7a900;
    color: #97215f;
    border-color: #f7a900;
}

.news_section {
    float: left;
    width: 100%;
    position: relative;
    padding: 50px 0px 50px;
    background: #fff;
}

.news_section .events-full-box {
    margin-bottom: 50px;
}

.news_section .events-full-box:last-child {
    margin-bottom: 0px;
}

.news_section .events-single-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease-in-out;
    background: #fff;
}

.news_section .events-single-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.news_section .events-single-box:hover {
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
}

.news_section .events-single-box:hover .event-info .title_h4,
.news_section .events-single-box:hover a {
    transition: all 0.3s ease-in-out;
}

.news_section .event-info {
    padding: 15px;
    padding-left: 20px;
}   

.news_section .event-info .title_h4 {
    transition: all 0.3s ease-in-out;
    padding-bottom: 10px;
    margin: 0;
    color: #97215f;
}

.news_section .event-info .title_h4 a {
    color: #005b7f;
    font-size: 18px;
    text-transform: capitalize;
}

.news_section .event-info:hover .title_h4 a {
    color: #f7a900;
}

.news_section .event-info .blogDate {
    color: #666666;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}

.news_section .event-info .blogDate svg {
    padding-right: 2px;
}

.news_section .event-info p {
    margin: 0;
    font-size: 15px;
    color: #333;
    padding-bottom: 15px;
}

.news_section .event-info a {
    color: #f7a900;
    margin: 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.news_section:hover .event-info a {
    color: #97215f;
}

.news_section .event-info a svg {
    padding-left: 5px;
    width: 24px;
    height: 24px;
}

.home_testimonials_webmedia {
    float: left;
    width: 100%;
    color: #fff;
    padding: 50px 0 50px;
    text-align: left;
    background-repeat: repeat;
    background-size: 100%;
    position: relative;
}

.home_testimonials_webmedia:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#testimonials {
    float: left;
    width: 100%;
}

.testimonials-item {
    padding: 40px 30px;
    font-size: 15px;
    font-style: italic;
    background: #eee;
    border-radius: 4px;
    line-height: 24px;
    color: #333;
}

#testimonials .testimonial-info {
    font-size: 16px;
    padding: 0 15px;
    margin-top: 18px;
}

#testimonials .testimonial-info span {
    float: left;
    top: 3px;
    font-weight: 600;
    position: relative;
    color: #f7a900;
}

#testimonials .testimonial-info p {
    color: #fff;
    display: block;
    font-size: 13px;
    margin-top: 10px;
}

#testimonials .testimonial-author {
    overflow: hidden;
}

.testimonials-item {
    position: relative;
}

.testimonials-item:after,
.testimonials-item:before {
    left: 40px;
    bottom: -20px;
}

.testimonials-item:after {
    border-top: 22px solid;
    border-left: 0 solid transparent;
    border-right: 22px solid transparent;
}

.testimonials-item:after {
    width: 0;
    height: 0;
    content: " ";
    display: block;
    position: absolute;
    border-top-color: #eee;
    border-left-style: inset;
    border-right-style: inset;
}

.webmedia_home_clients {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0 100px;
}

.webmedia_home_clients .clients {
    border: solid 1px #d8d8d8;
    max-width: 100%;
    background: #fff;
    margin-bottom: 26px;
    position: static;
    opacity: 1;
    margin: 0 10px 20px;
    transition: opacity 0.3s ease;
    top: 0;
    left: 0
}

.webmedia_home_clients .item .image {
    position: relative;
    padding: 15px 10px 0px;
    text-align: center;
    min-height: 110px;
    max-height: 110px;
    overflow: hidden;
}

.webmedia_home_clients .item .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
    padding: 10px;
}

.footerArea {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    background: #005b7f;
    padding-top: 40px;
    padding-bottom: 30px;
}

.footerArea .footerBG {
    color: #97215f;
    position: absolute;
    top: -35px;
    height: 35px;
    left: 0;
    width: 100%;
   
}

.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 30px;
}

.single-footer-widget .title .title_h5 {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-footer-widget .title .title_h5 span {
    color: #f7a900;
}

.single-footer-widget .company-info-text {
    position: relative;
    display: block;
}

.single-footer-widget .company-info-text .text-box {
    display: block;
    padding-bottom: 21px;
}

.single-footer-widget .company-info-text .text-box p {
    color: #fff;
    line-height: 24px;
    margin: 0 0 15px;
}

.single-footer-widget .company-info-text .text-box .read_more01 {
    background: #f7a900;
}

.single-footer-widget .solutions-links {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.single-footer-widget .solutions-links li {
    line-height: 24px;
    margin-bottom: 10px;
    list-style: none;
}

.single-footer-widget .solutions-links li:last-child {
    margin-bottom: 0px;
    display: none;
    
}

.single-footer-widget .solutions-links li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
    transition: all 500ms ease;
}

.single-footer-widget .solutions-links li a:hover {
    padding-left: 25px;
    color: #f7a900;
}

.single-footer-widget .solutions-links li a:before {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 18px;
    transition: all 0.3s ease-in-out 0.1s;
    content: 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='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'></path></svg>");
}

.single-footer-widget .solutions-links li a:hover:before {
    left: 5px;
    color: #f7a900;
}

footer .footer_contact {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

footer .footer_contact li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 40px;
    color: #fff;
    font-size: 16px;
}

footer .footer_contact li a {
    color: #fff;
    display: inline-block;
}

footer .footer_contact li a:hover {
    color: #f7a900
}

footer .footer_contact li a:focus {
    color: #f7a900
}

footer .footer_contact li svg {
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 22px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #f7a900
}

footer .footer_contact li strong {
    display: block;
    text-transform: uppercase
}

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

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

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

ul.social li a svg {
    color: #fff;
    width: 15px;
    height: 15px;
    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%);
}

.copy {
    float: left;
    width: 100%;
    background: #043d53;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
}

.copy a {
    color: #f7a900;
    display: inline-block;
}

.copy a:hover {
    color: #f7a900;
}

.copy svg {
    color: #f7a900;
}

.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 0.25s;
    display: none;
    background: #f7b11b;
}

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

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

.send_enquiry {
    border-radius: 40px;
    bottom: 30px;
    color: #ffffff;
    display: table;
    height: 50px;
    left: 15px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9999;
    transition: all 0.2s linear;
    background: #005b7f;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgb(0 0 0 / 16%), 0px 3px 10px rgb(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 0.5s;
    text-transform: uppercase;
}

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

.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 300ms ease-in-out;
    box-shadow: 0 3px 10px rgb(0 0 0 / 16%), 0px 3px 10px rgb(0 0 0 / 16%);
}

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

.whatapp_btn:hover {
    color: #fff;
}

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

#enquiry_form .modal-dialog {
    margin-top: 5%;
}

.modal-content {
    border-radius: 0;
    border: 0;
}

.modal-header {
    background: #005b7f;
    color: #fff;
    text-align: left;
    border-radius: 0;
    padding: 10px 15px;
}

.modal-header .modal-title {
    color: #fff;
    padding: 0px;
    margin: 0;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}

.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;
}

.btn-close:focus {
    box-shadow: none;
}

.submit_btn {
    width: auto;
    background: #167cc4;
    padding: 8px 25px;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}

.submit_btn:hover,
.submit_btn:focus {
    background: #f7a900;
    color: #167cc4;
}

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

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

.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, 0.125);
}

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

.accordion-button:not(.collapsed) {
    color: #fff;
    background: #005b7f;
    font-weight: normal;
}

.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(0deg);
}

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

.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;
}


/* Inner Heading Banner*/

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

.heading_banner:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 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: 0px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    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: 10px 20px;
    background: rgba(0, 0, 0, 0.5);
}

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


/* Breadcrumb*/

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

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

.inner_breadcrumb .breadcrumb li {
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    float: left;
    line-height: 55px;
}

.inner_breadcrumb .breadcrumb li a {
    float: left;
    padding: 0;
    color: #666;
    letter-spacing: 0.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: #005b7f;
}

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

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

.title_h2 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #97215f;
    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: #97215f;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}


/* About Us */

.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: #97215f;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

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

.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:hover,
.left_sidebar ul li a:focus,
.left_sidebar ul li a.active {
    background: #97215f;
    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:hover,
.left_sidebar ul li ul li a:focus,
.left_sidebar ul li ul li a.active {
    background: #97215f;
    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: 0px;
    z-index: 200;
    background: #fff;
    width: 200px;
    box-shadow: 0px 2px 5px 0px rgba(0, 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:hover,
.left_sidebar ul li ul li ul li a:focus,
.left_sidebar ul li ul li ul li a.active {
    background: #97215f;
    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: #97215f;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

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

.right_side h3 {
    padding: 0px;
    margin: 10px 0 5px;
    line-height: 30px;
    font-size: 20px;
    color: #97215f;
    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: normal
}

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

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

.wps_right 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>");
}

.wps-factsheet {
    width: 100%;
    float: left;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #eaeaea;
    box-shadow: 0 8px 4px -4px #555;
    margin-bottom: 15px;
}

.wps-factsheet .icon {
    float: left;
}

.wps-factsheet .icon img {
    float: left;
    width: 60px;
    padding-left: 5px;
    padding-right: 10px;
}

.wps-factsheet .info {
    padding-top: 2px;
    text-align: left;
}

.wps-factsheet .info .title_h3 {
    margin: 0px;
    padding: 2px 5px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-align: left;
    text-transform: inherit;
}

.wps-factsheet .info p {
    font-size: 12px;
    margin: 0;
    line-height: 18px;
    color: #666;
}

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

.left_image .left_centered {
    width: 100%;
    position: relative;
    padding: 0px;
    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: 0px 0px 15px 15px;
    text-align: center;
}

.right_image1 .left_centered {
    width: 100%;
    position: relative;
    padding: 0px;
    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 h1 {
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #97215f;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

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

.category_page .wps_right ul li {
    display: block;
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 16px;
    font-weight: normal;
}

.category_page .wps_right ul li:before {
    margin-right: 5px;
    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>");
}

.product_right_image .read_more_btn {
    max-width: 200px;
    margin: 0 auto;
}

.product_right_image .read_more_btn svg {
    margin-left: 0;
    margin-right: 5px;
}

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

.product_right_image .detail_image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 300px;
    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;
}

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

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

#thumbs img.active {
    border-color: #ac2990;
}

.wps_right h2 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 10px;
    color: #97215f;
}

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

.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;
}

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

.wps_right table tbody tr td:first-child {
    color: #97215f;
    font-weight: 500;
    width: 40%;
}

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

.interested_section .interested_btn {
    font-size: 18px;
    color: #fff;
    background: #97215f;
    border: 1px solid #97215f;
    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: #6f1645;
    color: #fff;
    border: 1px solid #6f1645
}

.product_listing {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    box-shadow: 0px 3px 5px 0px rgba(210, 210, 210, 0.75);
    transition: all 0.35s ease-in-out;
    border-style: solid;
    border-width: 1px 1px 0px 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 0.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 .small img,
.product_listing .product .largeImage 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: #97215f;
}

.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;
}

.youtube svg {
    width: 40px;
    height: 40px;
}

.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_btn {
    margin-top: 10px;
    max-width: 205px;
    display: inline-block;
}

.product_listing .right-content .read_more_btn:last-child {
    background: #002260;
}

.product_listing .right-content .read_more_btn svg {
    margin-left: 6px;
}

.product_listing .right-content .read_more_btn.callback {
    max-width: 240px;
    background: #002260;
}

.product_listing .right-content .read_more_btn.callback:hover,
.product_listing .right-content .read_more_btn.callback:focus {
    background-color: #1048af;
}

.padding0 {
    padding: 0;
}

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

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

.right-content h3 a {
    color: #97215f;
}

.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 h3 a {
    color: #f7a900;
}

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

.right-content .table-responsive {
    float: left;
    width: 100%;
    overflow: hidden;
    max-height: 260px;
    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: #97215f;
    font-weight: 500;
    width: 40%;
}

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

.team_member {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0px 3px 5px 0px rgba(210, 210, 210, 0.75);
    transition: all 0.35s ease-in-out;
    border-style: solid;
    border-width: 1px 1px 0px 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 Page  */

.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, 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 #97215f;
    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: #97215f;
    text-align: left;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 0;
}

.testimonial_author .loc {
    color: #97215f;
    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: rgb(255, 255, 255);
    box-shadow: 0px 1px 0.98px 0.02px rgba(0, 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 {
    display: block;
    position: relative;
    background: none;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 376px;
}

.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 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

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

.hover_effect:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
}

.hover_effect:hover img {
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.hover_effect:hover {
    background: #97215f;
}

.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>");
}


/* Video Gallery */

.video_gallery {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    transition: all .3s ease-in-out
}

.video_gallery:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
    padding-top: 0px;
}

.video_gallery i {
    line-height: inherit;
    color: #ff4f47;
    font-size: 20px;
}

.video_gallery iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 5px;
}

.video_gallery h3 {
    font-size: 16px;
    color: #333;
    padding: 0;
    line-height: normal;
    font-weight: normal;
    margin-bottom: 0;
}

.video_gallery h3 svg {
    width: 50px;
    height: 50px;
    padding: 10px;
    background: #e02f2f;
    border: 1px solid #ce2626;
    text-align: center;
    line-height: 45px;
    float: left;
    font-size: 30px;
    color: #fff;
    margin-right: 15px;
}

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

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

.blog_page .blogPost {
    margin-bottom: 25px;
    position: relative;
}

.left_title1 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #97215f;
    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: 0px;
    text-align: left;
}

.right_news .title_h4 a {
    color: #333;
}

.right_news:hover .title_h4 a {
    color: #97215f;
}


/* New Blog Details Page */

.blog_details {
    float: left;
    width: 100%;
    background: #fff;
    text-align: center;
}

.blog_details ul {
    display: inline-block;
    margin: 0px 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: #333333;
    transition: all 0.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;
    width: 100%;
    object-fit: cover;
}

.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 #97215f;
}

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

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

.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%;
}


/* Blog Details  */

.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: #333333;
    transition: all 0.5s ease-out;
}

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

.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: normal;
}

.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: normal;
    margin-bottom: 15px;
}

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

#quick_enquiry label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    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: 0px;
    margin-top: 0px;
    border-radius: 4px;
    overflow: hidden
}


/*ðŸ‘‰.contact_details {
    background: #97215f;;
    border-radius: 4px 0 0 4px;
    padding: 40px 40px 50px 30px;
}ðŸ‘ˆ*/

.contact_details .title_h2_2 {
    color: #005b7f;
    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:hover,
.contact_details .address_list li a:focus {
    color: #97215f;
}

.contact_form_grid1 .form_grid {
    background-color: #ffffff;
}

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

.contact_form_grid1 ul.social {}

.contact_form_grid1 ul.social li a {
    -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
}

.contact_form_grid1 ul.social li a svg {
    -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
}


/* Sitemap page */

.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: #97215f;
    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 0px 9px;
    padding: 0px 0px 0px 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: #97215f;
}


/* Products Poup */

.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 h6 {
    color: #97215f;
    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: normal;
}

.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: bold;
    font-family: 'Manrope', sans-serif;
    color: #0c0c0c;
    margin: 0 0 20px;
}

.webmedia-home_blog h6 span {
    color: #97215f;
}

.webmedia-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: 0px;
}

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

@keyframes fadeimg {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.cat_gallery {
    float: left;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 376px;
    border: 1px solid #666;
}

.cat_gallery img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
}

.cat_gallery a {
    position: relative;
    width: 100%;
    height: 100%;
}

.cat_gallery a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background: rgba(34, 34, 34, .5);
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 2;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/></svg>");
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    -o-transform: scale(.2);
    transform: scale(.2);
    opacity: 0;
    visibility: hidden;
}

.cat_gallery:hover a:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.img500{
    width: 400px;
   float: left;
    margin-right: 15px;
    min-height: 400px;
    position: relative;
}

.videoBox{float:left;max-width:450px;width:100%;margin:0 0 25px;padding:0;border-radius:10px 10px 10px 10px;overflow:hidden;position:relative;display:flex}
.videoBox iframe{-o-object-fit:cover;object-fit:cover;height:300px;width:100%}

.successResponse{
 color: green;
 background-color: white;
 padding: 10px;
 border-radius: 10px;
 margin-bottom: 10px;
 font-weight: 500;    
}
.errorResponse{
 color: red;
 background-color: white;
 padding: 10px;
 border-radius: 10px;
 margin-bottom: 10px;
 font-weight: 500;    
}

.market-area-heading h1 {
  padding: 10px;
  margin: 0 0 10px;
  background-color: #061f48;
  border-radius:5px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.market-area h4 {
  color: #000;
  margin-bottom: 10px;
}
.market-area h4 a {
  margin: 0 0 5px;
  font-size:18px;
  color: #ef682f;
  line-height: 1.1;
  font-weight:600;
  text-transform: uppercase;
}

.market-area ul {
  overflow: hidden;
}

.market-area ul li {
  float: left;
  width: 25%;
  margin-right: 0%;
  margin-bottom: 10px;
  list-style: none;
}

.market-area ul li a{
  padding: 6px 10px;
  font-size: 12px;
  font-weight:600;
  border: 1px solid #423f3f;
  color: #423f3f;
  width: 98%;
  display: inline-block;
  margin-right: 10px;
}

.market-area ul li a:hover {
  color:#fff;
  text-decoration:none;
  border: 1px solid #000;
  background-color:#000;
}

.market-place h3 {
  background: #ff8c00;
  color: #FFFFFF;
  padding: 10px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;    
}