:root {
  --body-color: #424B5C;
  --primary-color: #6E9EFA;
  --headding-color: #222222;
  --section-bg: #F8F8F8;
}
@font-face {
    font-family: 'Source Serif 4';
    src: url('../../assets/fonts/SourceSerif4-Regular.eot');
    src: url('../../assets/fonts/SourceSerif4-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../assets/fonts/SourceSerif4-Regular.woff2') format('woff2'),
        url('../../assets/fonts/SourceSerif4-Regular.woff') format('woff'),
        url('../../assets/fonts/SourceSerif4-Regular.ttf') format('truetype'),
        url('../../assets/fonts/SourceSerif4-Regular.svg#SourceSerif4-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif 4';
    src: url('../../assets/fonts/SourceSerif4-Light.eot');
    src: url('../../assets/fonts/SourceSerif4-Light.eot?#iefix') format('embedded-opentype'),
        url('../../assets/fonts/SourceSerif4-Light.woff2') format('woff2'),
        url('../../assets/fonts/SourceSerif4-Light.woff') format('woff'),
        url('../../assets/fonts/SourceSerif4-Light.ttf') format('truetype'),
        url('../../assets/fonts/SourceSerif4-Light.svg#SourceSerif4-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
body{
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #000000;
   font-family: 'Source Serif 4';
    font-weight: 400;
    font-style: normal;
    
}
a,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
*::-moz-selection {
    background: #FDB7;
    color: #000000;
    text-shadow: none;
}
::-moz-selection {
    background: #FDB7;
    color: #000000;
    text-shadow: none;
}
::selection {
    background: #FDB7;
    color: #000000;
    text-shadow: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a4a4a4!important;
  font-size: 14px;
  font-weight: 300;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #a4a4a4!important;
  font-size: 13px;
  font-weight: 300;
}
::-ms-input-placeholder { /* IE 10+ */
  color: #a4a4a4!important;
  font-size: 14px;
  font-weight: 300;
}
::-moz-placeholder { /* Firefox 18- */
  color: #a4a4a4!important;
  font-size: 14px;
  font-weight: 300;
}

h1,h2,h3,h4,h5,h6,p{
    margin:0;
    padding: 0;
}
h1,h2{
    color:#2a1570;
    
}
.s-red{ color: #eb4c45; }
a{
    text-decoration: none;
    transition: .4s;
    -webkit-transition: all .4s ease-in-out;
    color: #2a1570!important;
}
a:hover{
    text-decoration: none;
    color:#eb4c45!important;
}
button:focus{
    outline: none;
}
input:focus{
    outline: none;
}
textarea:focus{
    outline: none;
}
p{
    color:#000000;
    line-height:18px;
    font-size: 13px;
    font-weight: 300;
    padding-bottom: 10px;
}
ul li{
    color:#282828;
    font-size: 13px;
    font-weight: 300;
    list-style: none;
    line-height: 18px;
}
.fadein {
  opacity: 0;
  transition: all 0.5s;
  transform: translate(0, 100px);
}

.fadein.visible {
  opacity: 1;
  transform: translate(0, 0);
}


.form-control {
    border-radius: 10px;
}
.top-bt{ border-top: #2a1570 solid 8px; }
.text-right{
    text-align: right;
}
.tab-pane.fade {
    transition: all 0.6s ease-out;
    transform: translateY(1rem);
}
.tab-pane.fade.show {
    transform: translateY(0rem);
}
/*Scroll Area*/
.scroll-area {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    display: none;
    z-index: 99;
}
.scroll-area i {
    width: 45px;
    height: 45px;
    background-color:#a72921;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    border-radius:15%;
    font-size: 14px;
}
.zoom-img {
  height:auto;
  overflow: hidden;
  /* border-radius: 15px; */
}

.zoom-img  img {
  width: 100%;
  transition: all .3s ease-in-out;
}

.zoom-img img:hover   {
  transform: scale(1.2);
}
/*
 * #-Header
*/
.header-top {
    background: var(--section-bg);
    padding: 14px 0px;
}
.header-left a {
    font-size: 14px;
    color: var(--body-color);
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
}
.header-left span{
    font-size: 14px;
    color: var(--body-color);
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    padding: 0px 10px;
}
.header-left a:hover{
    color: var(--primary-color);
}
.header-right .social-icon {
    display: inline-block;
}
.header-right .talk-btn{
    display: inline-block;
    margin-left: 60px;
}
.header-right .social-icon span {
    display: inline-block;
    padding: 0px 15px;
    font-size: 14px;
}
.header-right .social-icon span a{
    color: var(--body-color);
}
.header-right .social-icon span a:hover{
    color: var(--primary-color);
}
.header-right .talk-btn a {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--body-color);
    display: flex;
    align-items: center;
}
.header-right .talk-btn a i{
    padding-left: 8px;
    font-size: 20px;
    color: var(--primary-color);
}
.header-right .talk-btn a:hover{
    color: var(--primary-color);
}
.header-right .top-menu {
    display: inline-block;
    margin-left: 15px;
}
.header-right .top-menu ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.header-right .top-menu ul li {
    display: inline-block;
    padding: 0px 15px;
}
.header-right .top-menu ul li:last-child{
    padding-right: 0px;
}
.header-right .top-menu ul li a{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: var(--body-color);
    -webkit-transition:all .3s ease-in;
    transition: all .3s ease-in;
}
.header-right .top-menu ul li a:hover{
    color: var(--primary-color);
}
/*
 * Header Bottom
*/
.header-bottom {
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
.menu{
    float: right;
}
.menu ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.menu ul li {
    display: inline-block;
    position: relative;
}
.menu ul li a {
    display: inline-block;
    color: var(--body-color);
    text-transform: capitalize;
    font-weight: 300;
    padding: 25px 45px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 14px;
    line-height: 24px;
}
.menu ul li:hover > a {
    color: var(--primary-color);
}
.transparent-header-2 .menu ul li a {
    padding: 30px 20px;
}
.header-bottom.transparent-header.sticky .menu ul li a {
    color: var(--body-color);
}
.header-bottom.transparent-header.sticky .menu ul li.menu-item-has-children::after {
    color: var(--body-color);;
}
.header-bottom.transparent-header.sticky .menu ul li:hover > a {
    color: var(--primary-color);
}
.transparent-header-2 .menu nav ul li > ul > li:hover > ul {
    top: -3px;
}
.transparent-header-2 .menu nav ul li > ul > li a {
    padding: 15px 14px;
}
.menu nav ul li > ul {
    position: absolute;
    display: block;
    max-width: 200px;
    border-radius: 0px;
    border: none;
    box-shadow: 0 18px 43px rgb(90 90 90 / 14%);
    width: 200px;
    left: 0;
    right: 0px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    text-align: left;
    transform: scaleY(0);
    transform-origin: top center;
}
.menu nav ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    right: 0px;
    transform: scaleY(1);
}
.menu nav ul li > ul > li {
    display: block;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0px;
    padding: 0px;
}
.menu nav ul li > ul > li a::after {
    content: "+";
    clear: both;
    display: block;
    position: absolute;
    top: 49%;
    left: 14px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4 ease-in-out;
    transition: all .4s ease-in-out;
}
.menu nav ul li > ul > li:hover > a {
    color: var(--primary-color);
}
.menu nav ul li > ul > li:hover > a::after{
    opacity: 1;
    visibility: visible;
}
.menu nav ul li > ul > li:hover > a {
    color: var(--primary-color) !important;
}
.menu nav ul li > ul > li li > a:hover{
    color: #fff;
}
.menu nav ul li > ul > li a {
    display: inline-block;
    width: 100%;
    padding: 12px 20px;
    border-bottom: 1px solid #efefef;
    font-size: 15px;
    color: var(--body-color);
    margin: 0px;
    font-weight: 500;
    text-transform: capitalize;
}
.menu nav ul li > ul > li:last-child a{
    border-bottom: none;
}
.menu nav ul > li > ul > li > ul {
    left: 200px;
    top: 0px;
}
.menu nav ul li > ul > li:hover > ul {
    left: 100%;
}
.menu ul li.menu-item-has-children {
    position: relative;
}
.menu nav ul li > ul > li a::after {
    content: " ";
    clear: both;
    display: block;
    position: absolute;
    top: 29%;
    left: 13px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4 ease-in-out;
    transition: all .4s ease-in-out;
    color: var(--primary-color);
}
.menu ul li.menu-item-has-children:hover::after{
    color: var(--primary-color);
}
.header-bottom.transparent-header.sticky .menu ul li.menu-item-has-children:hover::after{
    color: var(--primary-color);
}
.menu ul li ul li.menu-item-has-children::after {
    transform: rotate(-90deg);
    top: 30%;
}
.header-bottom-right {
    position: relative;
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.header-bottom.transparent-header {
    background: rgba(255, 255, 255);
    z-index: 999;
    position: relative;
}
.transparent-header .menu ul li a {
    color: #2a1570;
}
.transparent-header .menu ul li:hover > a {
    color:#a72922;
}
.transparent-header .menu ul li.menu-item-has-children::after {
    color: #fff;
}
.transparent-header .menu ul li.menu-item-has-children:hover::after {
    color: var(--primary-color);
}
.transparent-header .menu nav ul li > ul > li a {
    color: var(--body-color);
}
.transparent-header .menu nav ul li > ul > li a {
    color: var(--body-color);
}
.transparent-header .menu nav ul li > ul li.menu-item-has-children::after {
    color: var(--body-color);;
}
.header-bottom.transparent-header {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}
.transparent-header .canvas_open_full a {
    color: #000000;
}
.transparent-header.sticky .canvas_open_full a {
    color: var(--body-color);
}
.contant-button {
    background: #2a1570;
    padding: 3px 10px !important;
    color: #ffffff !important;
    border-radius: 8px;
    font-weight: 500!important;
}


.hero-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.hero-caption h5 {
    font-weight: 400;
    font-size: 44px;
    line-height: 44px;
    color: #556B2F;
    margin-bottom: 2px;
}
.hero-caption h1 {
    font-weight: 500;
    font-size: 70px;
    line-height: 90px;
    margin-bottom: 0px;
    color: #E51C57;
    font-family: "Akaya Kanadaka", system-ui;
}
.hero-caption p {
    padding-left: 35px;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: var(--body-color);
    margin-bottom: 40px;
}
@media (max-width: 1199px){
    .hero-caption h2 {
        font-size: 62px;
        line-height: 72px;
        margin-bottom: 20px;
    }
    .hero-caption p {
        margin-bottom: 20px;
    }
}
.hero-area .shap-img img {
    position: absolute;
}
.hero-area .shap-img img.shap6 {
    bottom: 10%;
    right: 35%;
}
.hero-area .shap-img img.shap5 {
    top: 0%;
    left: 51%;
    width: 180px;
}
.hero-area .shap-img  img.shap4 {
    left: 46%;
    top: 10%;
}
.hero-area .shap-img img.shap3 {
    left: 38%;
    top: 15%;
}
.hero-area .shap-img img.shap2 {
    bottom: 1%;
    left: 3%;
}
.hero-area .shap-img img.shap1 {
    left: 10%;
    top: 33%;
}
.hero-slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    width: 100%;
    height: 100vh;
}
.hero-image {
    margin-top: 10px;
}
.hero-slider-full .owl-nav  span.hero-nav {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    transition: all .3s ease;
    border-radius: 50%;
    font-size: 24px;
}
.hero-slider-full .owl-nav  span.hero-nav:hover{
    background: var(--primary-color);
    color: #fff;
}
.hero-slider-full .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: 20px;
}
.hero-slider-full .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: 20px;
}
.active .hero-slider-item h1, .active .hero-slider-item a, .active .hero-slider-item p, .active .hero-slider-item h5{
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1.3s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.6s;
}
.active .hero-slider-item h5{
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.active .hero-slider-item p{
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.active .hero-slider-item a {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.active .hero-slider-item .hero-image img{
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration:.5s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
     -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.hero-slider-area .shap-img img {
    position: absolute;
    z-index: 9;
    width: auto;
}
.hero-slider-area .shap-img img.shap1 {
    left: 10%;
    top: 35%;
}
.hero-slider-area .shap-img  img.shap4 {
    left: 46%;
    top: 10%;
}
.hero-slider-area .shap-img  img.shap3 {
    right: 10%;
    top: 7%;
}
.hero-slider-area .shap-img  img.shap6 {
    right: 37%;
    bottom: 15%;
}
.hero-slider-item .hero-caption {
    overflow: hidden;
    top: 50%;
    position: absolute;
    left:20%;
    transform: translate(-50%, -50%);
}
.hero-slider-area.hero-slider-2{
    margin-top:0px;
}
.hero-slider-full2 .owl-nav  span.hero-nav {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255,0.5);
    transition: all .3s ease;
    border-radius: 0%;
    font-size: 24px;
}
.hero-slider-full2 .owl-nav  span.hero-nav:hover{
    background: #fdb707;
    color: #fff;
}
.hero-slider-full2 .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left:0px;

}
.hero-slider-full2 .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right:0px;
}
.hero-slider-full2 .owl-dots {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, -0%);
}

.hero-slider-item.slider2 {
    z-index: 9;
    padding-top:150px;
    padding-bottom:150px;
}
.heroslider__button{
    padding-top:60px;
}
.heroslider__button a{
    background: #556B2F;
    border-radius: 25px;
    color: #ffffff;
    font-size: 20px;
    padding: 8px 15px;
    line-height: normal;
    display: inline-block;
}


@media (max-width: 1400px){
.hero-slider-full2 .hero-slider-item.slider2 {
    padding-top: 240px;
    padding-bottom: 180px;
}
}
@media (max-width:1400px){
    .hero-slider-full2 .hero-slider-item.slider2 {
        padding-top: 240px;
        padding-bottom: 180px;
    }
}

/* .hero-slider-item.slider2:after{
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -9;
    background: linear-gradient(104.22deg, rgba(34, 34, 34, 0.32) 0.25%, rgba(34, 34, 34, 0.8) 20.65%, rgba(34, 34, 34, 0.1) 99.81%);
} */
.hero-slider-area.hero-slider-2 .shap-img  img.shap4 {
    left: 42%;
    top: 20%;
}
.hero-slider-area.hero-slider-2 .shap-img  img.shap3 {
    right: 10%;
    top: 18%;
}
.hero-slider-item.slider2 .hero-caption h5{
    color: #556B2F
}
.hero-slider-item.slider2 .hero-caption h2 {
    color: #fff;
    position: relative;
}
.hero-slider-item.slider2 .hero-caption h2 span{
    display: flex;
    align-items: center;
    width: 80px;
}
.unlock-img{
width: 86px;
}
.hero-slider-item.slider2 .hero-caption h2 span:before {
    border: #eb4c45 solid 1px;
    border-radius: 51px;
    content: '';
    top: 0px;
    left: 0px;
    position: absolute;
    width: 400px;
    height: 90px;
}
.hero-slider-item.slider2 .hero-caption p {
    color: #fff;
    max-width: 65%;
}

@media (max-width:1600px){
    .hero-area .shap-img img.shap1 {
        left: 4%;
    }
    .hero-slider-area .shap-img img.shap1 {
        left: 4%;
    }
}
@media (max-width:1400px){
    .hero-area .shap-img img.shap1 {
        left: 0;
    }
    .hero-slider-area .shap-img img.shap1 {
        left: 0%;
    }
}
/*
 * #-Info Area
*/
.logo a img{ max-width:100%; }
/*
 * #-Button
*/
.readmore a {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.readmore a, .active .hero-slider-item p, .active .hero-slider-item h5, .our-brand-text p {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1.3s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.6s;
}
.button-1 {
    height:50px;
    display: inline-flex;
    align-items: center;
    background: #fdb707;
    justify-content: center;
    border-radius:45px;
    position: relative;
    padding: 0px 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 1;
    padding-right: 2px;
    -webkit-transition:all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
    position: relative;
}
.button-1 i {
   /*  margin-left: 23px; */
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background:#2b5585; */
    border-radius: 50%;
    color: #00000;
    font-size: 20px;
    -webkit-transition:all .3s ease;
    transition: all .3s ease;
}
.button-1:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -100%;
    background:#2b5585;
    z-index: -1;
    border-radius: 45px;
    -webkit-transition:all .3s ease;
    transition: all .3s ease;
}
.button-1:hover:after {
    left: 0px;
}
.button-1:hover{
    color: #fff;
}
/* .button-1:hover i{
    color: #000000;
    background: #fff;
} */
.button-2 {
    padding: 12px 22px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    background: #fdb707;
    border-radius: 50px;
    transition: all .3s ease;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--primary-color);
}
.button-2 i{
    font-size: 16px;
    margin-left: 8px;
}
.button-2:hover{
    color: var(--primary-color);
    background: #fff;
}

@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
    }
}
.video-btn span {
    display: none;
}

.menu-pt .tittle-heading h2, .chef-part .tittle-heading h2{
    font-size: 100px;
    color: #FDB707;
}
.pt-100{
    padding-top: 100px;
}
.py-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.mt-100{
    margin-top:100px;
}

.owl-dots button.owl-dot.active span, 
.owl-dots button.owl-dot:hover span {
  background-color: #e51c57;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  transform: translate(-50%, -50%);
}
.owl-dots button.owl-dot{
  background: #dddddd;
   border-radius: 50%;
   height: 16px;
   width: 16px;
   position: relative;
   margin-right: 5px;
}

.owl-item .item {
   transform: translate3d(0, 0, 0); 
  // transform: scale(0.9);

  // transition: all 0.5s ease-in-out; 
  margin: 15px 0; 
 }

.menuslider .owl-item .item .box {
    -webkit-transition: 0.4s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
}

.menuslider .owl-item.center .item .box {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

}

.owl-item.active.center .cover, .owl-item.active.center .box{
    opacity: 1;
}
.owl-item.active.center .bottom-tittle{
    opacity: 0;
}

  .zoom-ef{
    -webkit-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}
 
.zoom-ef:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);

}

/*
 *================= #-Mobile Menu=============*/

.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #232323;
  top: 0;
}
.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}
.offcanvas_menu_wrapper {
    width: 290px;
    position: fixed;
    background: #fff;
    z-index: 99999;
    top: 0;
    height: 100vh;
    transition: .5s;
    left: 0;
    margin-left: -300px;
    padding: 20px 0px 30px;
    overflow-y: auto;
}
.offcanvas_menu_wrapper.active {
  margin-left: 0;
}
.offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}
.offcanvas_menu_wrapper .header_search_box {
  display: block;
}
.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
  transform: rotate(180deg);
}
.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
  transform: rotate(180deg);
}

.offcanvas_main_menu li {
  position: relative;
}
.offcanvas_main_menu li:last-child {
  margin: 0;
}
.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 10px;
}
.offcanvas_main_menu li a {
    display: block;
    padding: 15px 15px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ededed82;
    padding-left: 25px;
    color: var(--body-color);
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 16px;
    line-height: 24px;
}
.offcanvas_main_menu li a:hover {
  color: var(--primary-color);
}
.offcanvas_main_menu li ul.sub-menu {
    padding-left: 0px;
    background: #fff;
}
.offcanvas_footer {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.offcanvas_footer span a {
  font-size: 14px;
}
.offcanvas_footer span a:hover {
  color: var(--primary-color);
}
.slinky-theme-default a:not(.back) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
.slinky-theme-default a:not(.back):hover {
  background: inherit;
  color: var(--primary-color);
}
.canvas_close {
  position: absolute;
  top: 10px;
  right: 13px;
}
.canvas_close a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #333;
}
.mobile-logo {
    padding-left: 20px;
    margin-bottom: 30px;
    padding-top: 10px;
}
.mobile-logo img{ width: 90%; }
.canvas_open {
    cursor: pointer;
    z-index: 999;
    position: relative;
    display: block;
}
.canvas_open span {
    width: 100%;
    height: 2px;
    background: #1e1b39;
    display: block;
    margin: 8px 0px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.canvas_open.white span {
    background: #fff;
}
.canvas_open span:nth-child(2){
    transition: all 0.4s ease-in-out;
    position: relative;
}
.canvas_open span:nth-child(2)::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    transform: rotate(0deg);
    transition: all 0.4s ease-in-out;
}
.canvas_open.white span:nth-child(2)::before {
    background: #fff;
}
.canvas_open span:nth-child(2)::after {
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    transform: rotate(0deg);
    transition: all 0.4s ease-in-out;
}
.canvas_open.white span:nth-child(2)::after {
    background: #fff;
}
.canvas_open.active span:nth-child(2)::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #1e1b39;
    position: absolute;
    left: 0;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}
.canvas_open.active.white span:nth-child(2)::before {
    background: #fff;
}
.canvas_open.active span:nth-child(2)::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #1e1b39;
    position: absolute;
    left: 0;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}
.canvas_open.active.white span:nth-child(2)::before {
    background: #fff;
}
.canvas_open.active span:nth-child(2)::after {
    content: "";
    width: 30px;
    height: 2px;
    background: #1e1b39;
    position: absolute;
    left: 0;
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}
.canvas_open.active.white span:nth-child(2)::after {
    background: #fff;
}
.canvas_open.active span:nth-child(1){
    opacity: 0;
    visibility: hidden;
}
.canvas_open.active span:nth-child(3){
    opacity: 0;
    visibility: hidden;
}
.canvas_open span:nth-child(2) {
    width: 100%;
    height: 2px;
    background: #1e1b39;
    display: block;
    margin: 5px 0px;
    transition: all 0.4s ease-in-out;
    position: relative;
}
.canvas_open.active span:nth-child(2) {
    position: relative;
    width: 0;
}
.offcanvas_main_menu li span.menu-expand {
    position: absolute;
    right: 0px;
    cursor: pointer;
    width: 48px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    top: 0px;
    color: #000;
    border-left: 1px solid #ededed82;
}
.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
    transform: rotate(180deg);
    border-right: 1px solid #cfcdd5;
    border-left: none;
}
.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
    transform: rotate(180deg);
    border-right: 1px solid #cfcdd5;
    border-left: none;
}
.offcanvas_main_menu li span.menu-expand i {
    line-height: 1;
    padding-top: 5px;
}
.offcanvas_menu_wrapper::after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: -1;
}
.offcanvas_menu_wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.offcanvas_main_menu li .sub-menu li a {
    padding: 12px 15px;
    padding-left: 38px;
    font-size: 15px;
}
.offcanvas_main_menu li .sub-menu span.menu-expand {
    position: absolute;
    right: 0px;
    cursor: pointer;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    top: 0px;
    color: #000;
    border-left: 1px solid #cfcdd5;
}
.canvas_open_full {
    display: none;
}
/*
 * Sticky
*/
.sticky-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: sticky 1s;
    -moz-animation: sticky 1s;
    -o-animation: sticky 1s;
    animation: sticky 1s;
    -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 1);
}
@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%); 
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%); 
    } 
}
@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%); 
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%); 
    } 
}
.mt--2 .hero-slider-item {
    margin-top: -2px;
}
.header-bottom.transparent-header .logo img.bg-transparent-logo {
    display: none;
}
.header-bottom.transparent-header.sticky .logo img{
    display: none;
}
.header-bottom.transparent-header.sticky .logo img.bg-transparent-logo {
    display: block;
}
.button-area-about-footer span {
    display: none;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: calc(100vh - 100px);
    background-color: #000;
    /* background: url("../img/1.png") center center; */
    background-size: cover;
    position: relative;
    margin-top: 0px;
    z-index: 9;
    overflow: hidden;
}

@media (min-width: 1600px) {
  #hero {
    width: 100%;
    height: calc(100vh - 100px);
    /* background: url("../img/1.png") center center; */
    background-size: cover;
    position: relative;
    margin-top: 0px;
    z-index: 9;
  }
}

#hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 0px;

}
.back-video {
    object-fit: cover; 
    width: 100vw;
    height: 100vh;
    z-index: 0;
   
}
.tittle-first h2{
padding-bottom: 20px;  }
/* ------------------------------------------------------------
#our Business section
------------------------------------------------------------ */
.brand-right-img{ position: relative; right: -90px; }

.pt-60{ padding-top: 60px; }
.tittle_first h2{ font-size: 16px; color: #2a1570; font-weight: 600; }
.tittle_second h2{ font-size: 18px; color: #2a1570; font-weight: 600; }

.slick-initialized .swipe-tab-content {
  position: relative;
  min-height: 365px;
}
@media screen and (min-width: 767px) {
  .slick-initialized .swipe-tab-content {
    min-height: 100%;
  }
}
.slick-initialized .swipe-tab {
  width: 140px!important;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border: 0;
  color: #2a1570;
  cursor: pointer;
 text-align: -webkit-center;
  transition: all 0.5s;
  border-radius: 15px;
  padding: 25px 0px;
  font-size: 12px;
 /*  margin-right: 70px; */
}


.ourbusiness-tab-slider .slick-slide {
    
    margin-right:88px;
    /* margin-left:45px; */
}
.slick-initialized .swipe-tab:nth-last-child(1) {
    margin-right: 0px;
}

.slick-initialized .swipe-tab .icon{ padding-bottom: 15px; }
.slick-initialized .swipe-tab:hover {
  color: #ffffff;
  background: #2a1570;
  border-radius: 15px;
}
.slick-initialized .swipe-tab.active-tab {
  background: #2a1570;
  color: #ffffff;
  font-weight: 600;
  border-radius: 15px;
  text-align: -webkit-center;

}

.slick-initialized .swipe-tab.active-tab .blue-icon{
 display: none;
}
.slick-initialized .swipe-tab.active-tab .white-icon{
 display: block;
}
.slick-initialized .swipe-tab .white-icon{ display: none; }
.slick-initialized .swipe-tab:hover .white-icon{ display: block; }
.slick-initialized .swipe-tab:hover .blue-icon{ display: none; }
.main-container {
  padding: 25px;
  background: #ffffff;
}
.ourbusiness-tab-slider .slick-slider .slick-list, .slick-slider .slick-track {
  display: flex;

}
.fmgg_box .tittle_second h2{
    font-size: 2rem;
    font-weight: 400;
    padding-bottom:30px;

}
.fmgg_box .tittle_second p{
    padding-bottom: 10px;
}
.fmgg_box .brand_ri ul{ margin: 0px; padding: 0px; list-style: none; }
.fmgg_box .brand_ri ul li{ font-size: 13px; font-weight: 300; color: #2a1570; padding: 5px 0px; }
.fmgg_box .brand_ri ul li span i {
    font-size: 10px;
    padding-right: 5px;
}
.swipe-tabs .slick-prev {
    right: 45px;
    content: "\F285";
    top: -78px;
}
.swipe-tabs .slick-next {
    right: -25px;
   content: "\F285";

}
.swipe-tabs .slick-next{
    right: 18px;
    top: -78px;
}
.swipe-tabs .slick-prev:before {
    content: '<';
}
.swipe-tabs .slick-next:before {
    content: '>';

}
.swipe-tabs .slick-next:hover, .swipe-tabs .slick-prev:hover {
    background: #2a1570;
    color: #ffffff;
}
.swipe-tabs .slick-next:hover:before, .slick-prev:hover:before {
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #fffafa;
}



/* =======================================
#Homeabout
======================================= */
.about_home{ padding-top: 100px;  margin-bottom: 80px;}
.about-home-inner{
    background: #2a1570;
    padding: 65px 0px 60px 70px;
    border-radius: 15px;
    color: #ffffff;
    position: relative;
}
.about-img-right{
    position: absolute;
    right: 0px;
    bottom: 30px;
}
.about-img-right img{
    width: 60%;
    float: right;
}
.about-home-inner .tiitle-first h2{
    color: #ffffff;
    padding-bottom:30px;
    font-size: 25px;

}
.about-home-inner .tiitle-first h3{
    padding-bottom: 20px;
    font-size:25px;
    font-weight: 600;

}
.about-home-inner .tiitle-first p{
    color: #ffffff;
    padding-bottom: 10px;
    width:47%;

}
/* =======================================
#our client
======================================= */
/* .ourclient_slider img{ 
    width:140px!important; 
    height: 140px!important; 
   
} */
.brand-slider .slick-slide {
    margin-right: 58px;
    margin-left: 55px;
}
.brand-slider .slick-prev, .ourteam-slider .slick-prev {
    left: -25px;
   content: "\F285";

}
.brand-slider .slick-next,.ourteam-slider .slick-next {
    right: -25px;
   content: "\F285";

}
.brand-slider .slick-next{
    right: 0%;
}
.brand-slider .slick-prev:before, .ourteam-slider .slick-prev:before,.about-client-logo-slider .slick-prev:before {
    content: '<';
}
.brand-slider .slick-next:before,.ourteam-slider .slick-next:before,.about-client-logo-slider .slick-next:before {
    content: '>';
}
.brand-slider .slick-next:hover, .brand-slider .slick-prev:hover,.ourteam-slider .slick-next:hover, .ourteam-slider .slick-prev:hover,.about-client-logo .slick-prev:hover {
    background: #2a1570;
    color: #ffffff;
}
.brand-slider .slick-next:hover:before, .slick-prev:hover:before, .ourteam-slider .slick-next:hover:before, .about-client-logo .slick-next:hover:before {
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #fffafa;
}

.supreme-box{
    border-radius: 35px;
    overflow: hidden;
    border: #2a1570 solid 1px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.img-box-r{
    background-size: cover;
    background-position: top center;
}
.surema-content-box {
    padding: 60px 60px 60px 60px;
}
.surema-content-box h2{
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 50px;
}
.surema-content-box p{
    padding-bottom: 15px;
    width: 80%;
}
/* =======================================
#media centre
======================================= */
.new_section_box{
    border-radius: 15px;
    padding: 15px;
    border: #2a1570 solid 2px;

}
.new_section-img{
    border-radius: 15px;
    overflow: hidden;
}
.new_section_box h3{
    font-size: 16px;
    padding: 15px 0px;
    font-weight: 600;
    color: #2a1570;
}
.new_section_box .readmore_button a{
background: #2a1570;
color: #ffffff!important;
transition: all 0.5s;
font-size: 13px;
border-radius: 8px;
padding: 5px 15px;
}
.new_section_box .readmore_button a:hover{
    background: #9f2d22;
    color: #ffffff!important;
}
.new_section_box p{
    min-height: 65px;
}
/* =======================================
#form section
======================================= */
.form_section{
    padding-top: 70px;
}
.form_section .tittle-first h2, .oping_hr{
    width: 80%;
}
.reach_us .oping_hr{
    border-radius:8px;
    border: #2a1570 solid 1px;
    margin-top: 40px;
    padding: 20px;

}
.reach_us .oping_hr p.wp-border-p{
    background: #2a1570;
    padding: 3px 10px;
    color: #ffffff;
    display: inline-block;
    border-radius: 8px;
}
.reach_us .opring_hr_cotent ul {
    margin: 0px;
    padding: 0px;
    list-style: none;

}
.reach_us .opring_hr_cotent ul li{
    font-size: 14px;
    font-weight: 300;
    color: #282828;
    padding: 5px 0px;

}
.reach_us .opring_hr_cotent ul li span{
    float: right;
    text-align: left;
}
.reach_us .contect-us-footer{
    padding-top: 100px;
}
.reach_us .contect-us-footer p{
    font-weight: 600;
    color: #2a1570;
}
.reach_us .contect-us-footer ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.reach_us .contect-us-footer ul li{
    padding: 10px 0px;

}
.reach_us .contect-us-footer ul li span{
    padding-right: 10px;
}
.form-box-main{ 
    background: #f5f5f5;
    border-radius: 35px;
    padding: 60px;
    width: 95%;
    float: right;
 }
 .styled-button{
    background: #2a1570;
    border: none;
    padding: 2px 25px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
 }
 .map-part{ padding-top: 60px; margin-bottom: 50px; }
 .map-part_inner{ border-radius: 15px;overflow: hidden; }

 /* =======================================
#footer-part
======================================= */

.footer-part{
    background: #2a1570;
    padding-top: 70px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    padding-bottom: 35px;

}
.footer-about-conntent p{
    color: #ffffff;
    font-weight: 300;
    padding-bottom: 15px;

}

.footer-link ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer-link ul li a{
    font-size: 14px;
    font-weight: 500;
    color: #ffffff!important;
    padding: 10px 0px;
    display: block;
    transition: all 0.5s;
}
.footer-link ul li a:hover{
    color: #ae2623!important;
}
.footer-link p{
    color: #ffffff;

}
.footercall_add{
    margin: 0px;
    padding: 0px;
    list-style: 0px;
}
.footercall_add li{
    color: #ffffff;
    padding: 10px 0px;
    display: flex;
}
.footercall_add li span{ padding-right: 15px; font-size: 17px;}
.footercall_add li a{ padding-top: 0px!important; margin: 0px; }

.hr-c{ border-top: #ffffff solid 1px; opacity: 1;margin: 2rem 0; }
.copyright .copyright_p p{ color: #ffffff; }
.footer-social ul{
    margin: 0px; padding: 0px; list-style: none;
}
.footer-social { float: right; }
.footer-social ul{ display: flex; margin: 0px; padding: 0px; }
.footer-social ul li{ margin-right: 15px; }


 /* =======================================
#About page
======================================= */

.breadcrumb-area.about-area-breadcrumb {
    background-position: right;
    position: relative;
    background-size: auto;
}
.breadcrumb-area {
    padding: 160px 0px 300px 0px;
    background-size: cover;
    position: relative;
    overflow-x: hidden;
}
@media only screen and (min-width: 1501px) and (max-width: 1680px) {
    .nav-container {
        max-width: 1350px;
    }
}
.nav-container {
    margin: auto;
    max-width: 1680px;
    padding-right: 15px;
    padding-left: 15px;
}
.breadcrumb-area .breadcrumb-inner .page-title {
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.breadcrumb-area .breadcrumb-inner .sub-title{
    color: #2a1570;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 30%;

}
.breadcrumb-area .breadcrumb-inner.no-bg .page-title {
    color: #2a1570;
}
.underline{ 
    background: #2a1570;
    width: 8%;
    height: 2px;
    margin-top: 10px;
}
.proview-point .tittle-first h2{
    padding-bottom: 20px;
}
.the-visionary{ margin-top: 100px; margin-bottom: 100px; }
.visionary-content-part{
    border-radius: 15px;
    border: #2a1570 solid 1px;
    padding: 80px 80px 15px 80px;
}
.visionary-content-part .tittle-first h2{
    font-size: 1.6rem;
    font-weight: 500;
}
.bottom-img img {
    width: 75%;
    margin: 0px auto;
    position: relative;
    bottom: -14px;
    left: 10%;
}
.bottom-img{
   /*  position: absolute;
    bottom: 0px;
    left: 20%; */
}
.moretext {
  display: none;
}
@media only screen and (min-width: 1501px) and (max-width: 1680px) {
/*    .bottom-img img{
    width: 60%;
    margin: 0px auto;
} */
/* .bottom-img{
    position: absolute;
    bottom: 0px;
    left: 12%;
} */
}
.about-profile-box{
    background: #2a1570;
    padding: 20px;
    border-radius: 15px;
}
.about-profile-box .profile-content h3, h4{
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;

}
.about-profile-box .profile-content h4{
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 30px;

}
.parter-box{
    background: #f5f5f5;
    border-radius: 15px;
}
.managinig-parner{
    margin-bottom: 100px;
}
.img-profile-content{
    background: #2a1570;
    border-radius: 15px;
    border-top-left-radius: 0px;
     border-top-right-radius: 0px;
     text-align: center;
     padding: 15px;
}
.img-profile-content h3{
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.img-profile-content p{
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
}
.ourteam-slider .slick-slider {
    margin:0 -15px;
}
.ourteam-slider .slick-slide {
    text-align:center;
    margin-right:15px;
    margin-left:15px;
}
.pb-100{
    margin-bottom: 100px;
}
.certificate-logo .certificate-logo-box ul{
list-style: none; margin: 0px; padding: 0px;
display: flex;
justify-content: space-around;


}

.certificate-logo .certificate-logo-box ul li img{ width: 80%; }
 /* =======================================
#Careers page
======================================= */
.marquee{
    padding: 5px 0px;
    background: #2a1570;
    margin-bottom: 60px
}
.marquee .list-inline{
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.marquee .list-inline li {
  line-height: 2;
  margin-right:30px;
  color: #ffffff;
}
.carees-form{
border: #2a1570 solid 1px;
border-radius: 25px;
padding: 40px 100px 40px 100px;
margin-left: 50px;
}
.carees-form h3{
    font-size: 22px;
    font-weight: 600;
    color: #2a1570;
}
.border-s{ border-color: #2a1570; }
.custom-file-input {
  color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Upload Resume ';
  display: inline-block;
  /* background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999; */
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 300;
  font-size: 10pt;
  color: #a4a4a4!important;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}
.icon-upload {
    position: absolute;
    top: 9px;
    right: 17px;
}

 /* =======================================
#product page
======================================= */
.products-box{
    background: #f5f5f5;
    border-radius: 15px;
    padding: 60px 30px 60px 00px;
}
.products-wraper{
    background: #2a1570;
   padding: 50px 0px 50px 60px;
    border-radius: 15px;
    color: #ffffff;
    position: relative;
    margin-bottom: 100px;
    margin-top: 100px;

}
.products-wraper .tittle-first h2, .products-wraper .tittle-first p{
    color: #ffffff;
    width: 85%;
}
.products-wraper .tittle-first .brand_ri ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.products-wraper .tittle-first .brand_ri ul li{
    color: #ffffff;
    padding: 5px 0px;
}
.products-wraper .tittle-first .brand_ri ul li span{ padding-right: 10px; }
.products-wraper .tittle-first .brand_ri ul li span i{ font-size: 10px; }

.products-form{ padding-top: 60px; padding-bottom: 60px; }
.products-form .products-form-wrapper{
    background: #f5f5f5;
    padding: 60px 200px 60px 200px;
    border-radius: 25px;
}

 /* =======================================
#media-contant
======================================= */
.media-centre .surema-content-box p{
    padding-bottom: 15px;
    width: 100%;
}
.media-height{
    min-height:500px ;
    background-size: cover;
    background-position: top center;
}
.bottom-content-wp{
    padding: 60px 0px;
}
.bottom-content-wp .bottom-contect p{
    font-size: 16px;
    color: #2a1570;
    font-weight: 500;
}