* {
    outline: none;
}

.mywidgettv{
    display: none !important;
}
::selection {
    background: #000;
    color: #fff;
}

::-webkit-scrollbar {
    width: 10px;
    background: #fff;
    padding: 2px;
}

::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 0px;
}

body {
    text-align: justify;

}

.z-full {
    z-index: 11111;
}

.whats {
    left: 20px;
    bottom: 25px;
}

.whats button>i {
    font-size: 1.5rem;
    vertical-align: bottom;
}

.whats-toggle {
    left: 20px;
    bottom: 80px;
}

.h-fit-content {
    height: fit-content;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.flex {
    display: flex !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

.pad8 {
    padding: 8px !important;
}

.responsive-menu-link.lang-select:hover {
    color: #FFF !important;
}

.text-7d {
    color: #7d7d7d;
}

.thm-color1 {
    color: #000;
}

.thm-color2 {
    color: #f7a707;
}

.border-thm {
    border-color: #f7a707;
}

.thm-bg {
    background-color: #0c5c77;
}

.thm-bg2 {
    background-color: #f7a707;
}

.bg-whats {
    background: #085e53;
}

img {
    max-width: 100%;
}

.mybtn:hover {
    color: #000000 !important;
    box-shadow: 0 10px 10px -10px #000;
}

.mainlogo {
    width: 202px;
    padding: 25px 0px;
}

.full-header .responsive-menu ul.mega-menu .responsive-menu-link.has-children {
    float: left;
}


.full-header .responsive-menu ul.responsive-menu-links .responsive-menu-link a.logo-active {
    color: #000000;
}

/*slider*/
.spa-tabs {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.spa-tabs .spa-tabs__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.spa-tabs .spa-tabs__wrap .spa-tabs__title {
    font-size: 52px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 0px 20px;
}

/*.spa-tabs .spa-tabs__wrap .spa-tabs__desc{
    font-size: 22px;
    color: #fff;
    letter-spacing: 2px;
}*/
/*slider*/
.header-wrapper {
    position: fixed;
    top: 0;
}

/* Slider */
.slide-title {
    font-size: 35px !important;
}

.slide-title {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.slide-content {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    white-space: nowrap;
}

.slide-title-5-f {
    font-family: 'Overpass', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 48px !important;
}

.slide-title-5 {
    font-family: 'Overpass', sans-serif;
    color: #ffffff;
    background: #0c5c77a6;
    padding: 5px 15px 0 !important;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

#revolution-slider5 .persephone.tparrows {
    height: 50px;
    width: 50px;
    background: transparent;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#revolution-slider5 .persephone.tparrows:hover {
    background: #0c5c77;
    border-color: #0c5c77;
}

#revolution-slider5 .persephone.tparrows:before {
    line-height: 50px;
    /*font-family: "Material-Design-Iconic-Font";*/
    color: #e3e3e3;
    font-size: 24px;
}

#revolution-slider5 .tparrows.tp-leftarrow:before {
    content: '\2190';
}

#revolution-slider5 .tparrows.tp-rightarrow:before {
    content: '\2192';
}

@media (max-width: 992px) {
    .slide-title-5-f {
        font-size: 32px !important;
    }

    .slide-title-5 {
        font-size: 18px !important
    }

    h2.thm-color1 {
        text-align: center !important;
    }

    .responsive-menu {
        /* background-image: linear-gradient(87deg, rgb(247, 247, 247), rgb(255, 255, 255)); */
        background-color: #000;
    }
}

/*slider over*/

.round-img .round1 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-image: url(../images/home/j1.png);
    left: 10%;
    position: absolute;
    top: 380px;
    z-index: 1;
}

.round-img .round3 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-image: url(../images/home/j2.png);
    left: 10%;
    position: absolute;
    top: 380px;
    z-index: 1;
}

.round-img .round2 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-image: url(../images/home/j3.png);
    right: 10%;
    position: absolute;
    bottom: 480px;
    z-index: 1;
}

.round-img .round4 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-image: url(../images/home/j4.png);
    right: 10%;
    position: absolute;
    bottom: 480px;
    z-index: 1;
}

.round-img .round1 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-image: url(../images/home/j1.png);
    right: 10%;
    position: absolute;
    bottom: 480px;
    z-index: 1;
}

@media (max-width: 767px) {
    .xs-hidden {
        display: none !important;
    }
}

.home-about:before {
    content: '';
    position: absolute;
    top: -110px;
    left: -130px;
    border: 40px #0c5c7717;
    border-style: double;
    width: 350px;
    overflow: hidden;
    height: 350px;
    display: block;
    z-index: -1;
    border-radius: 50%;
    transform: rotate(125deg);
}

/*slider over*/
.app-footer:before {
    /*content: '';*/
    /*background-image: url(../img/designelements2.png);*/
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*width: 500px;*/
    /*height: 350px;*/
    /*display: block;*/
    /*z-index: 11;*/
}

/*.app-footer:after {*/
/*    content: '';*/
/*    background-image: url(../img/designelements3.png);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    width: 800px;*/
/*    height: 350px;*/
/*    display: block;*/
/*    z-index: 11;*/
/*}*/
@media (max-width: 667px) {
    .app-footer:after {
        width: 100%;
    }

    .app-footer:before {
        display: none;
    }
}

.subscribe-box {
    /*background-color: #FFF;*/
    height: auto;
    position: relative;
    z-index: 2;
}

.subscribe-box.light-version {
    padding-top: 70px;
}

.container-fluid.ace-container {
    padding-left: 8%;
    /* padding-right: 8%; */
}

p {
    font-weight: 200;
}

.dakbox-bg {
    position: relative;
}

.subscribe-box.light-version .section-title {
    color: #0c5c77;
    margin-bottom: 0px;
    margin-top: 30px;
    font-size: 35px;
}

.contactBox {
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(91, 107, 148, 0.15);
    box-shadow: 0px 10px 30px 0px rgba(91, 107, 148, 0.15);
    background-color: #fff;
    padding: 25px 50px;
    position: relative;
    top: 50px;
    z-index: 45;
}

.align-items-center {
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.contactBox .media i {
    height: 35px;
    width: 35px;
    border: 1px solid #CCCCCC;
    color: #0c5c77;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 14px;
}

.contactBox p span {
    display: block;
    line-height: 25px;
}

.dakbox-bg .section-title {
    font-weight: 500;
    margin: 0 0 15px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.site-footer3 .footer-menu ul li a:after {
    position: absolute;
    right: 0;
    top: 3px;
    height: 15px;
    width: 1px;
    content: '';
    background: #0c5c77;
}

.site-footer3 .footer-menu ul li:nth-child(6) a:after {
    display: none;
}

.site-footer3 .footer-menu ul li a:after {
    background: #0c5c77;
}

.site-footer3 .footer-menu ul li a {
    display: block;
    padding: 0px 10px;
    text-transform: capitalize;
    position: relative;
    color: #0c5c77;
}

.site-footer3 .footer-menu ul li a {
    color: #0c5c77;
}

.site-footer3 .footer-menu ul li {
    display: inline-block;
}

.site-footer3 .footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer3 {
    /*background: #fff;*/
    /* padding: 70px 0 0; */
}

.site-footer3 .footer-bottom {
    background: #3e3e3e;
    padding: 15px 0;
}

.top-social {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-social li {
    display: inline-block;
}

.site-footer3 .footer-bottom a {
    color: #fff;
}

.top-social li a {
    display: block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #cccccc;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    -webkit-transition: all .24s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: all .24s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.site-footer3 .footer-bottom p {
    color: #fff;
}

.footer-logo {
    margin-bottom: 30px;
}

/*footer over*/

.home-about {
    padding: 80px 0px;
    position: relative;
    display: block;
}

.home-about .container-fluid {
    padding-left: 4%;
    padding-right: 4%;
}

.home-about .ab-box {
    padding: 45px 0;
    border: 2px solid #dddddd;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    width: 100%;
    margin-bottom: 15px;
}

.home-about .ab-box>.img {
    line-height: 0;
    margin-bottom: 10px;
    transition: all .3s;
}

#home-inspiration .container .title {
    text-align: center;
    margin-bottom: 50px;
    /* padding: 10px 80px 0px 20px; */
}

/*section first over*/

.bg-white {
    background-color: #FFF;
}

.home-product {
    position: relative;
    display: block;
    padding: 200px 0px 40px;
    background-color: #FFF;
}

.parallax {
    position: relative;
    transition: top 1.5s cubic-bezier(0.2, 0.54, 0.36, 1);
}

.home-product .p-text-box {
    position: relative;
    display: block;
    background-color: #4a2f2e;
    padding: 150px 45px 20px;
    color: #fff;
}

.home-product .p-img-box {
    position: relative;
    display: block;
    bottom: -120px;
    z-index: 1;
}

.home-product .p-box:nth-child(2) {
    margin-top: 100px;
}

.big-title {
    position: absolute;
    display: inline-block;
    left: -70px;
    top: 370px;
    width: 380px;
    transform: rotate(270deg);
    filter: grayscale(1);
}

/*second section over*/
.home-inspiration {
    position: relative;
    display: block;
    padding: 40px 0px 70px;
    
}
/* .title-text-top{
    border: 1px solid #d7b268;
    display: inline-block;
    padding: 7px 10px 2px;
    border-radius: 4px;
    box-shadow: 0 0 4px 1px #efecec;
} */
.container .title>h3 {
   
    letter-spacing: 2px;
    color: #757575;
}

/* .home-inspiration img {
    box-shadow: 0 0 50px -40px #00000061;
    border-radius: 4px;
} */

.underlined-link,
.underlined-link.light::after {
    border: 1px solid #60605f   ;
  padding: 12px 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.underlined-link.light {
    color: #f0f8ffa1;
    transition: all 0.5s ease-in-out;
}

.underlined-link.light::after {
    background: #f0f8ffa1;
}

.underlined-link.light:hover {
    color: #FFF;
    background-color: black;
}

.underlined-link.light:hover::after {
    background: #FFF;
}

.thm-btn {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    border: 1px solid #0c5c77;
    background-color: #0c5c77;
    color: aliceblue;
    padding: 0.6rem 1.5rem;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.thm-btn:hover {
    color: aliceblue;
    box-shadow: 0px 20px 22px -13px #0c5c7770;
    border-radius: 15px 0;
}

.thm-btn.light {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    border: 1px solid aliceblue;
    background-color: transparent;
    color: aliceblue;
    padding: 0.6rem 1.5rem;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.thm-btn.light:hover {
    color: #0c5c77;
    background-color: aliceblue;
    border-radius: 15px 0;
}

.be-prof {
    position: relative;
    display: block;
    padding: 80px 0px 40px;
    /*margin-bottom: -40px;*/
    background: #fff;
}

.be-prof .col_box.title {
    height: 252px;
    background: url(../../index.html) no-repeat 66px center;
}

.be-prof .col_box.title h2 {
    font-size: 40px;
    color: #000000;
    padding-top: 80px;
    font-weight: 700;
    text-align: left;
}

.be-prof .text_box p {
    color: #7d7d7d;
    margin-bottom: 25px;
    line-height: 1.4;
}

.header-social-links a.header-social-link:hover i {
    color: #ddd
}

.full-header .responsive-menu ul.responsive-menu-links .responsive-menu-sublinks .responsive-menu-link a.sub-link {
    color: #4e4e4e;
}

.flex-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
}

.flex-center .flex-pad {
    width: 500px;
}

@media (max-width: 767px) {
    .flex-center .flex-pad {
        width: 100%;
    }
}

.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

/*----------visulizer--------------*/


.visulizer #comparison {
    width: 100%;
    padding-bottom: 50%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 20px -18px #000;
}

.visulizer figure {
    position: absolute;
    background-image: url(../../index.html);
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 113%;
    margin: 0;
}

.visulizer #divisor {
    background-image: url(../../index.html);
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;

    &::before,
    &::after {
        content: '';
        position: absolute;
        right: -2px;
        width: 4px;
        height: calc(50% - 25px);
        background: white;
        z-index: 3;
    }

    &::before {
        top: 0;
        box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, .3);
    }

    &::after {
        bottom: 0;
        box-shadow: 0 3px 8px 1px rgba(0, 0, 0, .3);
    }
}

.visulizer #handle {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-127%) translateX(-50%);
    z-index: 1;
    background-color: #0c5c77;
    border-radius: 50%;

    &::before,
    &::after {
        content: '';
        width: 0;
        height: 0;
        border: 6px inset transparent;
        position: absolute;
        top: 50%;
        margin-top: -6px;
    }

    &::before {
        border-right: 6px solid white;
        left: 50%;
        margin-left: -17px;
    }

    &::after {
        border-left: 6px solid white;
        right: 50%;
        margin-right: -17px;
    }
}

.visulizer input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    background-color: transparent;
    width: calc(100% + 50px);
    z-index: 2;
    border: none;
    outline: none;
    cursor: all-scroll !important;

    &:focus,
    &:active {
        border: none;
        outline: none;
    }
}

.visulizer input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    border: 4px solid white;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .3);
}

.visulizer input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 100%;
    background-color: transparent;
    position: relative;
    outline: none;
}

.cer-center {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.dUoAAp::before {
    background-color: #f7a707 !important;
}

ul.responsive-menu-sublinks.format li {
    border: 1px solid #00000052 !important;
    margin-bottom: 10px;
}

ul.responsive-menu-sublinks.application li,
ul.responsive-menu-sublinks.surface li {
    margin-bottom: 10px;
    text-align: center;
}

ul.responsive-menu-sublinks.application li a,
ul.responsive-menu-sublinks.surface li a {
    color: #fff !important;
}

ul.responsive-menu-sublinks.application li a:hover,
ul.responsive-menu-sublinks.surface li a:hover {
    color: #f7a707 !important
}

ul.responsive-menu-sublinks.application li {
    position: relative;
}

li.responsive-menu-link.has-children img {
/*    padding: 5px;
    box-shadow: 0px 0px 3px #000;*/
	border: solid 1px #eee;
}

.full-header .responsive-menu-link ul.responsive-menu-sublinks>li>a {
    font-weight: bold !important;
    text-transform: uppercase;

}

.r-about {
    width: 80%;
}

.footer-content h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 10px;
    transition: all 0.5s ease-in-out;
}

.footer-content a {
    color: #ababab;
    font-weight: 200;
    font-size: 16px;
    margin: 0 0 0 5px;
}
.footer-content a:hover{
    color: #000000;
}
ul#social {
    text-align: center;
    padding-bottom: 20px;
}

#social li,
.bordL {
    border-left: 1px solid #b9b9b9;
}

#social li,
#social ul {
    list-style: none;
    display: inline-table;
    padding: 0;
    margin: 0;
}

#social li {
    /* background-image: url(../img/bg_bar.png), url(../img/bg_bar.png); */
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    padding-left: 0px;
    width: 130px;
    text-align: center;
}

ul#social li a {
    color: #fff;
}

ul#social li i {
    color: #fff;
    font-size: 30px;
}

ul.responsive-menu-sublinks.application li {
    display: inline-block;
    margin-right: 14px;
}

ul.responsive-menu-sublinks.application li a {
    width: 70px !important;
    height: 55px;
    border-radius: 15px;
    line-height: 55px !important;
    padding: 0 !important;
    text-align: center !important;
}

nav.footer-menu li {
    text-transform: capitalize;
    padding-bottom: 5px;
}

ul.responsive-menu-sublinks.application li:hover,
ul.responsive-menu-sublinks.surface li:hover {
    background-color: transparent !important;
}

ul.responsive-menu-sublinks.application li,
ul.responsive-menu-sublinks.surface li {
    padding: 3px;
/*    border: 1px solid #0c5c7769 !important;*/
}

ul.responsive-menu-sublinks.application li {
    border-radius: 16px;
}


/*home page responsive*/
@media (max-width: 1525px) {

    .round-img .round1,
    .round-img .round2,
    .round-img .round3 {
        width: 120px;
        height: 120px;
    }

    .round-img .round1 {
        left: 6%;
    }

    .round-img .round3 {
        right: 3%;
    }
}

@media (max-width:1400px) {
    .header-wrapper {
        padding: 0 40px;
    }

    .mainlogo {
        width: 202px;
        padding: 25px 0px;
    }

    .full-header .responsive-menu ul.responsive-menu-links .responsive-menu-link a {
        padding: 40px 10px;
    }
}

@media (max-width: 1024px) {
    .round-img {
        display: none;
    }
}

@media (max-width: 992px) {
    .home-about:before {
        display: none;
    }

    .flex-center {
        justify-content: flex-start;
        height: auto;
    }

    .container .title {
        padding: 0;
    }

    .home-product {
        padding: 40px 0px;
    }

    .big-title {
        position: relative;
        left: auto;
        right: auto;
        top: 0;
        display: block;
        width: 50%;
        margin: 0 auto;
        filter: grayscale(1);
        transform: initial;
    }

    .p-box.pr-5 {
        padding-right: 0px !important;
    }

    .p-box.pl-5 {
        padding-left: 0px !important;
    }

    .p-img-box.pr-5 {
        padding-right: 1rem !important;
    }

    .p-img-box.pl-5 {
        padding-left: 1rem !important;
    }

    .home-product .p-box:nth-child(2) {
        margin-top: -50px;
    }

    .be-prof .col_box.title {
        background: url(../../index.html) no-repeat 30px center;
    }

    .visulizer #comparison {
        margin-top: 40px;
    }

    .visulizer #handle {
        transform: translateY(-70%) translateX(-50%);
    }

    .xs-text-center {
        text-align: center !important;
    }

    .area-mobile-none {
        display: none;
    }

    .forcefullwidth_wrapper_tp_banner,
    .rev_slider_wrapper,
    .rev_slider {
        height: 250px !important;
    }

    .tp-bullets,
    .tp-tabs,
    .tp-thumbs {
        top: auto;
        bottom: -50px;
    }

    .forcefullwidth_wrapper_tp_banner {
        margin-top: 100px !important;
    }

    .tp-bullet {
        width: 10px;
        height: 10px;

        background: rgb(12 92 119);
        cursor: pointer;
    }

    .home-about {
        padding: 40px 0;
    }

    .footer-content img {
        width: 200px;
        margin: auto;
    }

    .subscribe-box.light-version {
        padding-top: 20px;
    }

    .footer-content.mt-5 {
        margin-top: 20px !important;

    }

    .desc-global p {
        text-align: justify;
    }

    #social li {
        padding-left: 0px;
        width: 110px !important;

        display: inline-block;
        margin-bottom: 15px;
    }

    ul#social li i {
        font-size: 22px;
    }

    .mainlogo {
        width: 202px;
    }

    .responsive-menu-header {
        margin: 10px 0 20px 0;
    }

    .responsive-menu ul.responsive-menu-links .responsive-menu-link a {
        font-size: 14px;
        font-weight: 400px;
        padding: 7px 20px;
    }

    .site-footer3 {
        padding: 25px 0 0;

    }

    .responsive-menu ul.responsive-menu-links .responsive-menu-link+li {
        margin-top: 6px;
    }

    .responsive-menu ul.responsive-menu-links .responsive-menu-link.has-children.col-lg-4:first-child {
        display: none;
    }

    ul.responsive-menu-sublinks.application li a {
        display: inline-block !important;
        width: 125px;
    }

    ul.responsive-menu-sublinks.surface li a {
        display: inline-block !important;
    }
}

/*home page responsive*/

.contact-page-list-item .list-item-title,
.contact-page-list-item .list-item-title a {
    color: #7d7d7d !important;
}

.contact-page-list-item .list-item-title {
    font-size: 16px;
    font-weight: 200;
    letter-spacing: initial;
    line-height: inherit;
    margin-bottom: 10px;
    color: #0c5c77;
}

/*product page*/

.product-sec {
    padding: 160px 0px 40px;
    background-size: 100%;
    width: 100%;
    height: auto;
}

.product-sec .product-block {
    float: left;

}

.product-sec .product-box {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: all .3s linear;
}

.product-sec .product-box .product-overlay {
    position: absolute;
    display: block;
    opacity: 0;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    padding: 15px 0 15px 20px;
    color: #fff;
    margin-bottom: -50%;
    transition: all .3s linear;
}

.product-sec .product-box a>img {
    width: 100%;
}

.product-sec .product-box a {
    display: block;
    transition: all .3s linear;
}

.product-sec .product-box a:before {
    content: '';
    position: absolute;
    display: block;
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
/*    background: #00000050;*/
	background:none;
    transition: all .3s linear;
}

.product-sec .product-box:hover>a:before {
    opacity: 1;
}

.product-sec .product-box:hover .product-overlay {
    opacity: 1;
    margin-bottom: 0;
}

.product-sec .product-box:hover .download-overlay {
    opacity: 1;
    margin-left: 0;
}

.product-sec .product-box .download-overlay {
    position: absolute;
    display: flex;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 15px 0 15px 20px;
    color: #fff;
    margin-left: -100%;
    transition: all .3s linear;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.product-sec .product-box .download-overlay h4>a {
    color: #fff;
}

@media (max-width: 767px) {
    .product-sec .product-block {
        padding: 0 15px 15px;
    }
}


.product-format {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    float: left;
    padding-top: 25px;
}

.p-size {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 10px;
}

.p-size h5 {
    font-size: 13px;
    padding-left: 5px;
}

.p-size .p-size-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100px;
    height: 200px;
    margin-bottom: 10px;
}

.p-size .p-size-box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #eee;
}

.p-main-size.active {
    background: #f7a70791;
}

.p-size .p-size-box:hover .p-main-size {
    background: #f7a70791;
}

.p-main-size {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    background: #d8d8d8;
    transition: all 300ms linear;
}

.product-sec .related-slider .product-box {
    width: 70%;
    margin: 0 auto;
}

.cp-title {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 992px) {
    .md-w20 {
        position: relative;
        max-width: 100%;
        width: 20%;
        float: left;
        padding-right: 15px;
        padding-left: 15px;
    }

    .pr-7rem {
        padding-right: 7rem;
    }

    .full-header .responsive-menu ul.responsive-menu-links {
        width: 100%;
        text-align: center;
    }
}

/*product page*/
.fancybox-caption-wrap {
    text-align: center;
}

.hand-gif {
    width: 250px;
    float: right;
    position: relative;
    top: -50px;
    filter: hue-rotate(604deg) contrast(8.6);
}

.ul-check {
    padding-left: 22px;
}

.ul-check li:before {
    content: "\2714";
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    top: 4px;
    left: -22px;
    color: #56a84c;
    font-size: 16px;
    line-height: 1em;
}

.table-7d tr td {
    color: #7d7d7d;
}

.filter-block {
    position: relative;
    display: block;
    padding: 40px 30px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 25px 12px -20px #00000025;
}

.export {
    padding: 90px 0;
    display: inline-block;
    width: 100%;
}

.global-c {
    padding-top: 50px;
}

.expot_c {
    text-align: center;
    font-weight: 600;
    vertical-align: middle;
    border: 1px solid #adadad;
    margin-bottom: 30px;
}

.q-img {
    padding-top: 40px;
}

.t-table {
    width: 100%;
    overflow: auto;
}



/*----------------------------------------------------
                All Responsive Here
------------------------------------------------------*/

@media (max-width: 1525px) {
    .contact-page-box {
        padding: 30px;
    }

    .contact-form-box-container {
        bottom: -80px;
        z-index: 98;
    }
}

@media (max-width: 1349px) {
    .full-header .responsive-menu ul.responsive-menu-links .responsive-menu-link .responsive-menu-sublinks.mega-menu {
        width: 115%;
    }
}

@media (max-width: 1280px) {
    .full-header .header-social-links {
        padding: 0 15px;
    }

    .mainlogo {
        width: 150px;
        padding-top: 30px;
    }

    .full-header .responsive-menu ul.responsive-menu-links .responsive-menu-link a {
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    .header-social-links a.header-social-link {
        padding: 0px 3px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 1.7rem !important;
    }

    a.slider-prev {
        display: none;
    }

    a.slider-next {
        display: none;
    }

    .main-hero {
        height: 180px;
        margin-top: 90px;
    }

    .main-hero-content span.main-hero-title {
        font-size: 24px!important;
        padding-bottom: 10px;
    }

    .main-hero-content .main-hero-breadcrumb-item {
        font-size: 12px;
    }

    .product-format {
        display: flex;
        overflow-x: hidden;
        flex-direction: column;
        justify-content: center;
        flex-flow: wrap;
    }

    .contact-form-box-container {
        bottom: 0px;
    }

    .contact-page-box.contact-form-box span.contact-form-box-pulse {
        right: 15px;
    }

    .main-box-wrapper.about-us-box .main-box-left-figure {
        height: auto;
    }

    .article-container .article-thumbnail-wrapper iframe,
    .article-container .article-thumbnail-wrapper {
        height: auto;
    }

    #home-inspiration .container .title,
    .cp-title {
        margin-bottom: 12px;
        padding: 0 15px;
    }

    #home-inspiration .container .title>h2,
    .cp-title h2 {
        font-size: 22px;
    }

    #home-inspiration .container .title h3,
    .cp-title h3 {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .quality-sec .row {
        display: flex;
        flex-direction: column;
    }

    .quality-sec .row:nth-child(2) .col-12:nth-child(1) {
        order: 2;
    }

    .quality-sec .row:nth-child(2) .col-12:nth-child(2) {
        order: 1;
    }

    .product-sec.bg-cover.bg-center.bg-no-repeat .row.py-40 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .product-sec.bg-cover.bg-center.bg-no-repeat {
        background-image: none !important;
    }

    .hand-gif {
        width: 70%;
        float: none;
        margin: 0 auto;
        position: relative;
        top: -75px;
        filter: hue-rotate(604deg) contrast(8.6);
    }

    .hand-sec .two-col {
        text-align: center;
    }

    ul.responsive-menu-sublinks.format li {
        border: none !important;
    }

    .table-bordered td,
    .table-bordered th {
        white-space: nowrap;
    }

    .global-c .col-md-3 {
        width: 50%;
        float: left;
    }

    .export {
        padding: 50px 0 30px;
    }

    .q-img {
        padding-top: 0px;
    }

    .header-wrapper {
        padding: 0 20px;
        /* background: linear-gradient(90deg, #ffffff 10%, #00000087 10%) !important; */
        background: linear-gradient(90deg, #ffffff 10%, #fff 10%) !important;
    }

    .t-table table {
        width: 600px;
        text-align: left;
    }
}

.table-bordered td,
.table-bordered th {
    /* text-align: center !important; */
}

.desc-global p {
    line-height: 29px;
}

.desc-global {
    padding: 20px 0px 0px 0px;
}

/* Whatsapp Css */

#help-button {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    position: fixed;
    bottom: 30px;
    border: none;
    left: 30px;
    transition: all 0.5s;
    z-index: 1111111;
}

#help-button a {
    color: #fff;
    display: block;
    font-size: 25px;
    border: none;
    outline: none;
}



/* whatsapp css */

.back-to-top {
    background-color: #000000;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 30px;
    bottom: 100px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

@media (max-width: 991px) {
    .back-to-top {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

.back-to-top:hover {
    background-color: #787878;
}

.back-to-top i {
    font-size: 18px;
    font-size: 1.2rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

a.slider-prev {
    position: absolute;
    color: #fff7f7;
    top: 50%;
    left: 50px;
    z-index: 9999;
    background: #000;
    padding: 20px;
    font-size: 20px;
}

a.slider-next {
    position: absolute;
    color: #fff7f7;
    top: 50%;
    right: 50px;
    z-index: 9999;
    background: #000;
    padding: 20px;
    font-size: 20px;
}



/* loader */

.preloader1 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000;
    z-index: 11111;
}

.preloader1 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /* width: 350px; */
    z-index: 11111;
}

/* loader css start */

.iteam-t a h5{
    color: #001e57 !important;
  }
  
  #notification {
    position: fixed;
    bottom: 81px;
    left: 15px;
    z-index: 11111111111;
    border-color: #0062cc;
    background-color: #fff;
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.5);
    border-radius: 5px;
    width: 300px;
    height: auto;
    padding: 20px;
  }
  
  #notification p {
    color: #000
  }
  
  #notification a {
    color: #000 !important;
    font-weight: 600;
  }
  
  .whatsappicon {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 500;
  }
  
  .whatsappicon img {
    max-width: 100%;
  }
  
  .tableimg {
    width: 50px;
  }
.form_error
{
	color:red;
}

/* calculator */

btn-block-cal
{
	width:100%;
	z-index:9;
}

.cal-select
{
	height: 38px;
	width: 100%;
	border: solid 1px #eee;
	padding-left: 10px;
	background: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  	background-repeat: no-repeat;
  	background-position-x: 100%;
  	background-position-y: 7px;
	padding-right:50px !important;
	appearance:none !important;
}

.cal-labal
{
	font-size: 16px;
	letter-spacing: 1px;
}

.h1-title-cal
{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom:20px;
	display:inline-block;
}

.hr-stl
{
	border-color:1px solid rgba(0, 0, 0, .1);
}

.myline
{
	border-left: 6px solid #000;
	height: 200px;
	margin:0 auto;
}

.cmstext
{
	text-align:center !important;
	text-transform:uppercase;
}

.promb30
{
	margin-bottom:30px;
}

.img_border
{
	border:solid 1px #eee;
}

@media only screen and (max-width: 991px) {
	.mobileslidertop
	{
		margin-top:100px;
	}
	.mblnghide
	{
		display:none !important;
	}

}

/* Translater Start here */
#google_translate_element span{
display: none !important;
}
#google_translate_element {
    width: 15px;
    margin: auto;
    display: inline-block;
    position: absolute;
    left: 26%;
    opacity: 0;
    height: 17px;
    overflow: hidden;
}
.goog-te-gadget-simple {
    background-color: transparent !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
    padding: 0 !important;
}
.goog-te-gadget>div>img {
    background-image: url('../../index.html') !important;
    background-repeat: no-repeat !important;
    width: 40px;
    height: 65px;
    background-size: 25px 25px;
    background-position: center center !important;
}
#google_translate_element span a span:first-child {
    display: none;
}
.goog-te-gadget-simple .goog-te-menu-value span{
    color: rgb(23, 41, 87) !important;
}
.goog-te-menu-value{
    margin-left: 0px !important;
}

.insta-p
{
	margin-top:10px;
}

/* counter */

.achievements-counter {
	padding: 30px 5px;
	height: 100%;
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,.1);
}
/* 
.achievements-counter::after, .achievements-counter::before {
	content: "";
	height: 60px;
	width: 88px;
	display: block;
	position: absolute;
	background: url(../../index.html) 50%/cover;
	top: 0;
	left: 20px;
} */
.counter-number-wrapper {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}

.counter-number-wrapper h2, .counter-number-wrapper span {
	font-weight: 700;
	font-size: 40px;
	line-height: 60px;
	color: #120203;
}
.counter-number-wrapper h2, .counter-number-wrapper span {
	font-weight: 700;
	font-size: 40px !important;
	line-height: 60px;
	color: #120203;
}

.achievements-counter h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #ffffff;
    padding: 20px 5px 0px 5px;
}

.achievements-counter::after {
	background-image: url(../../index.html);
	top: auto;
	bottom: 0;
	left: auto;
	right: 20px;
}
@media only screen and (max-width: 991px) {
	.achievements-counter 
	{
		margin-bottom: 30px;
		height: auto;
	}
	
	.groupCompanies .groupList {
        width: 100% !important;
    }
    .groupCompanies .groupList a{
        line-height: 38px;
        font-size: 16px;
    }
    .groupCompanies .groupContent{
        width: 100% !important;
    }
    .groupCompanies .groupContent .groupItem .groupImg{
        order: 1;
        width: 100% !important;
    }
    .groupCompanies .groupContent .groupItem .groupTxt{
        order: 2;
        width: 100% !important;
        top: 320px !important;
        left: 0 !important;
        padding: 80px 40px;
        font-size: 14px;
    }
}

/* counter close css */

.groupCompanies {
    width: 100%;
}
.groupCompanies .groupList {
    width: 33.333%;
    float: left;
}
.groupCompanies .groupList a {
    display: block;
    padding-left: 20px;
    line-height: 40px;
    font-size: 18px;
    color: #8e8e90;
    position: relative;
    font-weight: 500;
}
.groupCompanies .groupList a span {
    display: block;
    position: relative;
    z-index: 2;
}
.groupCompanies .groupList a:hover {
    color: #ffffff;
}
.groupCompanies .groupList a:before {
    display: block;
    content: "";
    z-index: 1;
    height: 100%;
    width: 0%;
    background: #ffffff url(../../index.html) no-repeat 90% center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    top: 0;
}
.groupCompanies .groupList a.active {
    color: #fff;
}
.groupCompanies .groupList a.active:before {
    width: 100%;
}
.groupCompanies .groupContent {
    width: 66.667%;
    float: left;
    position: relative;
    overflow: hidden;
}
.groupCompanies .groupContent .groupItem {
    width: 100%;
    display: none;
}
.groupCompanies .groupContent .groupItem .groupImg {
    width: 50%;
    background: #ffffff;
    float: left;
    position: relative;
    z-index: 2;
    padding: 50px;
}
.groupCompanies .groupContent .groupItem .groupImg img {
    display: block;
    width: 100%;
}
.groupCompanies .groupContent .groupItem .groupImg:after {
    display: block;
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #ffffff;
    z-index: 5;
    margin-top: -30px;
}
.groupCompanies .groupContent .groupItem .groupTxt {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: #fff;
    padding: 80px;
    font-size: 18px;
    color: #000;
    position: relative;
    z-index: 1;
}
.groupCompanies .groupContent .groupItem .groupTxt img {
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
}
.groupCompanies .groupContent .groupItem .groupTxt a {
    display: inline-block;
    margin-top: 50px;
    color: rgb(255, 145, 38);
    font-size: 13px;
    letter-spacing: 2px;
    background: url(../../index.html) no-repeat right center;
    padding-right: 40px;
}
.groupCompanies .groupContent .groupItem .groupTxt a:hover {
    padding-right: 55px;
}

footer .social a {
	display: inline-block;
	width: 42px;
	height: 42px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	color: #fff;
	border: 1px solid #fff;
	line-height: 42px;
	text-align: center;
	margin-left: 5px;
	font-size:14px;
}

.instaclm
{
    width:33.33%;
    padding:5px !important;
}

@media only screen and (max-width: 991px) {
 .instaclm
{
    width:33.33%;
}
}










/* #Team sections
================================================== */
#tnt .border-4{
border: 1px solid white !important;
}
#tnt{
    overflow: hidden !important;
    padding: 30px 0 115px 0;
    position: relative !important;
}
#tnt .team-wrap-1 {
	box-shadow: 0 6px 28px rgba(23, 23, 23, 0.15) !important;
}
#tnt .team-wrap-2 {
	border-radius: 4px !important;
	overflow: hidden !important;
}
#tnt .radius-img-anime-1 {
	animation: border-transform 17s linear infinite alternate forwards !important;
}
#tnt .radius-img-anime-2 {
	animation: border-transform 15s linear infinite alternate forwards !important;
}
#tnt .radius-img-anime-3 {
	animation: border-transform 16s linear infinite alternate forwards !important;
}
#tnt .radius-img-anime-4 {
	animation: border-transform 14s linear infinite alternate forwards !important;
}
#tnt .swiper-pagination{
    top: 110px !important;
    display: none !important;
} 
.main_team{
    padding: 57px 0 109px;
}








/* Main Footer */

/* .main-footer {
    position: relative;
    background-color: #f2f2f2;
    padding: 49px 0 35px;
}

.main-footer .widgets-section {
    position: relative;
    padding: 0;
}

.main-footer .column {
    position: relative;
}

.footer-widget {
    position: relative;
    margin-bottom: 0px;
}

.main-footer .social ul li:first-child {
    margin-right: 3px;
}

.main-footer .social ul li:not(:first-child) {
    margin-right: 10px;
}

.main-footer .certificate {
    margin-top: 50px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.main-footer .widget-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #222224;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.main-footer a {
    color: #2A2A2A;
} */

/* About Widget */

/* .about-widget .text {
    color: #aaa;
    margin-bottom: 30px;
}

.about-widget .social-links ul li {
    display: inline-block;
    margin-right: 5px;
}

.about-widget .social-links ul li a {
    position: relative;
    height: 40px;
    width: 40px;
    line-height: 38px;
    border: 1px solid #413c37;
    border-radius: 50%;
    color: #aaa;
    transition: .5s;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

.about-widget .social-links ul li a:hover {
    color: #fff;
} */

/* Link Widget */

/* .links-widget .widget-content {
    position: relative;
}

.links-widget ul li {
    position: relative;
    margin-bottom: 5px;
}

.links-widget ul li a {
    position: relative;
    color: #aaa;
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.links-widget ul li a:hover {
    color: #fff;
} */

/* Contact Widget */

/* .contact-widget .widget-content {
    position: relative;
}

.contact-widget ul li {
    position: relative;
    margin-bottom: 10px;
    color: #aaa;
    font-weight: 400;
    font-size: 16px;
}

.contact-widget ul li a {
    position: relative;
    color: #aaa;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact-widget ul li a:hover {
    color: #fff;
} */

/* Instagram Widget */

/* .instagram-widget .wrapper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -4.5px;
}

.instagram-widget .wrapper-box .image {
    position: relative;
    overflow: hidden;
    margin: 0px 4.5px 11px;
}

.instagram-widget .wrapper-box .image .overlay-link {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: rgba(38, 38, 44, 0.5);
}

.instagram-widget .wrapper-box .image:hover .overlay-link {
    opacity: 1;
}

.footer-bottom {
    position: relative;
    text-align: center;
   padding: 50px 0;
    display: grid;
    grid-template-columns:  50% 50%;

}

.footer-bottom .copyright {
    color: #222224;
    text-align: left;
}

.footer-bottom a {
    color: #222224;
    font-weight: 600;
} */

/* About Us Section */

/* .about-us-section {
    position: relative;
    padding: 80px 0 80px;
}

.big-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 250px;
    font-weight: 800;
    color: #f7f7f7;
    text-transform: uppercase;
    line-height: 220px;
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: run;
    -webkit-animation-duration: 25s;
    -ms-animation: linear infinite alternate;
    -ms-animation-name: run;
    -ms-animation-duration: 25s;
    -moz-animation: linear infinite alternate;
    -moz-animation-name: run;
    -moz-animation-duration: 25s;
    text-align: center;
}

.about-us-section .shape-one {
    position: absolute;
    left: 5px;
    top: 20px;
    width: 430px;
    height: 510px;
    background-image: url(../images/shape/shape-3.png);
}

.about-us-section h2 {
    position: relative;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: -3px;
}

.about-us-section h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.about-us-section .text {
    margin-bottom: 15px;
}

.about-us-section .link-btn {
    margin-bottom: 30px;
}

.about-us-section .image-block {
    position: relative;
}

.about-us-section .image-block .image {
    position: relative;
    display: inline-block;
    z-index: 9;
    overflow: hidden;
    padding: 10px;
    margin: -10px;
}

.about-us-section .image-block .image:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
}

.about-us-section .image-block .image img {
    position: relative;
}

.about-us-section .image-block .logo {
    position: relative;
    background-color: #3b3b44;
    padding: 160px 60px 30px;
    margin-top: -120px;
    margin-left: -60px;
    display: inline-block;
    margin-bottom: 30px;
} */

/* Funfacts Section */

/* .funfacts-section {
    position: relative;
    padding: 0px 0 60px;
}



.funfacts-section .inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.funfacts-section .image {
    margin-right: 60px;
}

.funfacts-section .text-right .image {
    margin-left: 60px;
    margin-right: 0;
}

.funfacts-section .count-text {
    position: relative;
    font-size: 120px;
    font-weight: 300;
    line-height: 120px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.funfacts-section .count-text:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
}

.funfacts-section .text-right .count-text:before {
    left: auto;
    right: 0;
}

.funfacts-section .text {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.funfacts-section .image {
    margin-bottom: 30px;
}


.main-footer .social i {
    color: #222224;
}

.main-footer .tri {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main-footer .inner {
    background-image: url('../../wp-content/images/footer-tri.svg');
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    max-height: 449px;
    height: 100%;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 550px;
    padding: 0;
}

.main-footer .widget {
    margin-bottom: 70px;
} 

.main-footer .social ul {
    display: flex;
}

.custom-shape-divider-top-1635327053 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1635327053 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 271px;
}

.mega-menu .mobile {
    display: none;
}

.custom-shape-divider-top-1635327053 .shape-fill {
    fill: #FFFFFF;
}

.main-footer .first {
    display: flex;
    flex-direction: column;
}

.main-footer .first .row {
    align-items: flex-end;
    gap: 120px;
    margin-right: 0;
    margin-left: 0;
}


footer li a, footer address {
    display: flex;
    gap: 3px;
    align-items: center;
   
}
.products .row:nth-child(1) {
    justify-content: center;
 
}
footer address {
    line-height: 20px;
    margin-bottom: 4px;
}


.main-footer .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
    position: relative;
    z-index: 1000;
}

.footer-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 66%;
}

.footer-bg img {
    width: 100%;
    height: 100% !important;
}

.main-footer .f.auto-container {
    display: grid;
    grid-template-columns: 50% 50%;
}

.copyright {
    text-align-last: left;
}


.main-footer .contact {
    padding-top: 70px;
}

.main-footer .enquiry {
    display: flex;
    gap: 80px;
}

.main-footer .product li {
    text-align: center;
}

.main-footer .product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-footer .products {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.banner-with-text .content {
    color: white;
    position: absolute;
    width: 450px;
    top: 50%;
    transform: translateY(-50%);
    left: 15%;
    padding: 30px 0;
    text-align: left;
    margin-bottom: 2em;
}

.inspiration a {
    color: #fff
}

.sec-title h2 {
    text-align: center;
}

.inspiration .content {
    position: absolute;
    z-index: 4;
    margin-top: -30px;
    padding-left: 10px;
}

.page-wrapper {
    position: relative;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    margin: 0px auto;
    overflow: hidden;
}
.auto-container {
    position: static;
    max-width: 1350px;
    padding: 0px 15px;
    margin: 0 auto;
}

.about-us-section-three .auto-container {
    max-width: 1170px;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure {
    margin-bottom: 0;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}

.main-footer .inner {
    background-image: url('../../wp-content/images/footer-tri.svg');
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    max-height: 449px;
    height: 100%;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 550px;
    padding: 0;
}
@media screen and (max-width: 1366px) {
	.auto-container {
		max-width: 1240px;
	}
	.main-footer {
		padding: 60px 0 36px;
	}
	.main-footer .enquiry {
		gap: 36px;
	}
	.inspiration img {
		width: 226px;
		height: 226px;
	}
	.banner-with-text .content {
		left: 6%;
	}
	.infra .row {
		grid-template-columns: repeat(3, 400px);
	}
}


@media (min-width: 1025px) {
	.main-footer .products li a {
		color: #D9D4D4;
	}
	.main-footer .product .widget-title {
		color: #fff;
	}
	.main-footer .product a {
		color: #fff;
	}
	.main-footer .design {
		text-align: right;
		color: #f2f2f2;
		font-weight: 400;
	}
	.main-footer .design a {
		color: #fff;
		font-weight: 600;
	}
}


@media only screen and (max-width: 1024px) {
	.main-footer .product li {
		text-align: left;
	}
	.footer-bg {
		display: none;
	}
	.products .row:nth-child(1) { 
		justify-content: flex-start;
		width: 33.333%;	
	}
	.products .row:nth-child(2) {
		width: 66.666%;
	 }
	.main-footer .auto-container {
		max-width: 80%;
	}
	.main-footer .widget {
		width: 100%;
	}
	.main-footer .first .row {
		justify-content: space-between;
	}
	.footer-bottom {
		grid-template-columns: 100%;
		text-align: center;
		grid-row-gap: 30px;
	}
	.footer-bottom .copyright {
		text-align-last: center !important;
		text-align: center;
	}
	.main-footer .inner {
		background-image: none;
		flex-direction: row;
		justify-content: start;
		gap: 95px;
		width: 100%;
	}
	.main-footer .f.auto-container {
		grid-template-columns: 100%;
	}
	.main-footer .products {
		justify-content: flex-start;
	}
	.products .row {
		gap: 95px;
	}
	.main-footer .first {
		justify-content: center;
		align-items: center;
	}
	.main-footer .enquiry {
		justify-content: space-between;
	}
	.main-footer .products {
		justify-content: space-between;
		margin-top: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.export .country .row { 
		grid-template-columns: repeat(2, 200px);
		justify-content: space-around

	}
	.main-footer .auto-container {
		max-width: 90%;
	}
	.main-footer .inner , .products .row:nth-child(2){
		gap: 30px;
	}
	.products .row:nth-child(1) { 
		justify-content: flex-start;
	width: 100%;
	}
	.products .row:nth-child(2) {
	width: 100%;
	 }
	.main-footer .first .row {
		gap: 60px;
	}
	.main-footer .inner {
		display: grid;
		max-height: 100%;
		grid-template-columns: 1fr;
	}
	.products .row, .main-footer .product {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.main-footer .enquiry {
		justify-content: flex-start;
	}
	.contact-section .contact-info-two .content {
		padding-left: 20px;
	}
	.header-style-six .navbar-right-info .phone-number {
		display: none;
	}
	.about-us-section-five blockquote {
		padding-top: 70px;
	}
	.cta-section h2 {
		font-size: 30px;
		letter-spacing: -1px;
	}
	.news-block-one .image {
		margin-right: 0;
	}
	br {
		display: none;
	}
	.contact-section .bottom-content .contact-info li span {
		display: none;
	}
	.contact-section .bottom-content .contact-info li:first-child {
		padding-left: 0;
	}
	.contact-section .bottom-content .contact-info li:first-child:before {
		display: none;
	}
	.contact-section .bottom-content .contact-info li:last-child {
		padding-right: 0;
	}
	.contact-section .bottom-content .contact-info li:last-child:before {
		display: none;
	}
	.big-title {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.export .country .row { 
		grid-template-columns: repeat(2, 200px);
		justify-content: space-around

	}
	.main-footer .auto-container {
		max-width: 90%;
	}
	.main-footer .inner , .products .row:nth-child(2){
		gap: 30px;
	}
	.products .row:nth-child(1) { 
		justify-content: flex-start;
	width: 100%;
	}
	.products .row:nth-child(2) {
	width: 100%;
	 }
	.main-footer .first .row {
		gap: 60px;
	}
	.main-footer .inner {
		display: grid;
		max-height: 100%;
		grid-template-columns: 1fr;
	}
	.products .row, .main-footer .product {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.main-footer .enquiry {
		justify-content: flex-start;
	}
	.contact-section .contact-info-two .content {
		padding-left: 20px;
	}
	.header-style-six .navbar-right-info .phone-number {
		display: none;
	}
	.about-us-section-five blockquote {
		padding-top: 70px;
	}
	.cta-section h2 {
		font-size: 30px;
		letter-spacing: -1px;
	}
	.news-block-one .image {
		margin-right: 0;
	}
	br {
		display: none;
	}
	.contact-section .bottom-content .contact-info li span {
		display: none;
	}
	.contact-section .bottom-content .contact-info li:first-child {
		padding-left: 0;
	}
	.contact-section .bottom-content .contact-info li:first-child:before {
		display: none;
	}
	.contact-section .bottom-content .contact-info li:last-child {
		padding-right: 0;
	}
	.contact-section .bottom-content .contact-info li:last-child:before {
		display: none;
	}
	.big-title {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.export .country .row { 
		grid-template-columns: repeat(2, 200px);
		justify-content: space-around

	}
	.main-footer .auto-container {
		max-width: 90%;
	}
	.main-footer .inner , .products .row:nth-child(2){
		gap: 30px;
	}
	.products .row:nth-child(1) { 
		justify-content: flex-start;
	width: 100%;
	}
	.products .row:nth-child(2) {
	width: 100%;
	 }
	.main-footer .first .row {
		gap: 60px;
	}
	.main-footer .inner {
		display: grid;
		max-height: 100%;
		grid-template-columns: 1fr;
	}
	.products .row, .main-footer .product {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.main-footer .enquiry {
		justify-content: flex-start;
	}
	.contact-section .contact-info-two .content {
		padding-left: 20px;
	}
	.header-style-six .navbar-right-info .phone-number {
		display: none;
	}
	.about-us-section-five blockquote {
		padding-top: 70px;
	}
	.cta-section h2 {
		font-size: 30px;
		letter-spacing: -1px;
	}
	.news-block-one .image {
		margin-right: 0;
	}
	br {
		display: none;
	}
	.contact-section .bottom-content .contact-info li span {
		display: none;
	}
	.contact-section .bottom-content .contact-info li:first-child {
		padding-left: 0;
	}
	.contact-section .bottom-content .contact-info li:first-child:before {
		display: none;
	}
	.contact-section .bottom-content .contact-info li:last-child {
		padding-right: 0;
	}
	.contact-section .bottom-content .contact-info li:last-child:before {
		display: none;
	}
	.big-title {
		display: none;
	}
}
.main-footer .contact {
    padding-top: 70px;
}

.main-footer .enquiry {
    display: flex;
    gap: 80px;
}

.main-footer .product li {
    text-align: center;
}

.main-footer .product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-footer .products {
    display: flex;
    justify-content: flex-end;
    position: relative;
}


#roten_menu .nav-link{
    font-size: 17px !important;
padding: 10px 15px !important;
margin-left:0px !important;
background-color: #4a2f2e !important;
color: white !important;

} */

#roten_menu .nav-tabs{
    
    grid-column-gap: 0 !important;
    padding: 0 !important;
}

.full-header .responsive-menu ul.responsive-menu-links .responsive-menu-link .responsive-menu-sublinks.mega-menu{
    padding: 0 !important;
}

#roten_menu #nav-slab-tab{
    border-left: 1px solid white !important;
    border-right: 1px solid white !important;
}

#roten_menu #nav-gvt-tab{
    border-right: 1px solid white !important;
}
#roten_menu #nav-parking-tab{
     border-right: 1px solid white !important;
}
#roten_menu .active::after{
    content: none !important;
}

.size_a{
    text-align: center !important;
  }
  .size_img1{
    margin: 0 auto;
    border: 1px solid black;
    width: 30px;
    height: 60px;
  }
  .size_img2{
    margin: 0 auto;
    border: 1px solid black;
    width: 60px;
    height: 120px;
  }
  .size_img3{
    margin: 0 auto;
    border: 1px solid black;
    width: 60px;
    height: 60px;
  }
  .size_img4{
    margin: 0 auto;
    border: 1px solid black;
    width: 20px;
    height: 120px;
  }
  .size_img5{
    margin: 0 auto;
    border: 1px solid black;
    width: 80px;
    height:160px;
  }
  
  .size_img6{
    margin: 0 auto;
    border: 1px solid black;
    width: 120px;
    height: 160px;
  }
  
  .size_img7{
    margin: 0 auto;
    border: 1px solid black;
    width: 100px;
    height: 200px;
  }
  .size_img8{
    margin: 0 auto;
    border: 1px solid black;
    width: 120px;
    height: 120px;
  }
  .size_img9{
    margin: 0 auto;
    border: 1px solid black;
    width: 140px;
    height: 140px;
  }
  .size_img10{
    margin: 0 auto;
    border: 1px solid black;
    width: 140px;
    height: 220px;
  }
  .size_img11{
    margin: 0 auto;
    border: 1px solid black;
    width: 140px;
    height: 280px;
  }
  .size_img12{
    margin: 0 auto;
    border: 1px solid black;
    width: 60px;
    height: 140px;
  }
  .size_img13{
    margin: 0 auto;
    border: 1px solid black;
    width: 80px;
    height: 80px;
  }
  .size_img14{
    margin: 0 auto;
    border: 1px solid black;
    width: 100px;
    height: 100px;
  }
  .size_img15{
    margin: 0 auto;
    border: 1px solid black;
    width: 100px;
    height: 160px;
  }
  .size_img16{
    margin: 0 auto;
    border: 1px solid black;
    width: 100px;
    height: 220px;
  }
  
  .size_img17{
    margin: 0 auto;
    border: 1px solid black;
    width: 140px;
    height: 300px;
  }
  .size_img18{
    margin: 0 auto;
    border: 1px solid black;
    width: 65px;
    height: 140px;
  }
  .size_img19{
    margin: 0 auto;
    border: 1px solid black;
    width: 80px;
    height: 95px;
  }
  .size_img20{
    margin: 0 auto;
    border: 1px solid black;
    width: 80px;
    height: 110px;
  }
  .size_img21{
    margin: 0 auto;
    border: 1px solid black;
    width: 70px;
    height: 150px;
  }
  .size_img22{
    margin: 0 auto;
    border: 1px solid black;
    width: 111px;
    height: 400px;
  }
  
  .clearproductmenu
  {
      clear:both !important;
  }
  

  .has-mega-menu .mega-menu .size {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
    align-items: flex-end !important;
    padding: 22px 0 !important;
}







/*colection size start*/
.wt-bnr-inr {
	height: 500px;
	background-size: cover;
	background-position: center center;
	display: table;
	width: 100%;
}
.overlay-wraper {
	position: relative;
}
.opacity-07 {
	opacity: 0.7;
}
.overlay-main {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
}
.bg-black {
	background-color: rgb(0 0 0 / 68%) !important;
}
.wt-bnr-inr .container {
	display: table;
	height: 100%;
}
.overlay-wraper > .container, .overlay-wraper > .container-fluid, .overlay-wraper > .wt-icon-box-wraper, .overlay-wraper > .wt-left-part, .overlay-wraper > .wt-right-part {
	position: relative;
	z-index: 1;
}
.wt-bnr-inr-entry {
	display: table-cell;
	vertical-align: middle;
}
.text-white {
	opacity:1;
	color: #fff !important
}


.mycustomclm
{
	flex: 0 0 12%;
	max-width: 12%;
}
.mycustomclm2
{
	flex: 0 0 12%;
	max-width: 12%;
}

@media only screen and (max-width: 991px) 
{
	.mycustomclm
	{
		flex: 0 0 40%;
		max-width: 40%;
		margin-bottom:30px;
		margin-left:15px;
	}
	.mycustomclm2
	{
		flex: 0 0 40%;
		max-width: 40%;
		margin-bottom:30px;
		margin-left:15px;
	}

}

.mycollectionbg::before 
{
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.8;
}

.mycollectionbg {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	padding: 100px 0px 100px 0px;
	overflow:hidden;
}

.mycustomclm p,.mycustomclm2 p
{
	color:#fff;
	text-align:left;
}


  /* ========= linart animation strat ========== */



  .buttonx1 {
    width:20px;
    height:120px;
    position: relative;
   margin:0 auto;
  }
  .buttonx1:before {
    content: "";
    position: absolute;
    left:0;
    top:0;
    width: 0;
    height: 0;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    animation: border-top-right 4.5s infinite ;
  }
  @keyframes border-top-right {
    0%    {width:0px;   height:0px;}
    25%   {width:20px; height:0px;}
    50%   {width:20px; height:120px;}
    100%  {width:20px; height:120px;}
  }
  .buttonx1:after {
    content: "";
    position: absolute;
    right:0;
    bottom:0;
    width: 0;
    height: 0;
    border-bottom:2px solid #000000;
    border-left: 2px solid #000000;
    animation: border-bottom-left 4.5s infinite ;
  }
  @keyframes border-bottom-left {
    0%    {width:0px;   height:0px; }
    50%   {width:0px;   height:0px; }
    75%   {width:20px; height:0px; }
    100%  {width:20px; height:120px;}
  }
  @keyframes border-bottom-left {
    0%    {width:0px;   height:0px; opacity: 0;}
    50%   {width:0px;   height:0px; opacity: 0;}
    50.1% {width:0px;   height:0px; opacity: 1;}
    75%   {width:20px; height:0px; opacity: 1;}
    100%  {width:20px; height:120px;opacity: 1;}
  }

  /* 2 */

  .buttonx2 {
    width:60px;
    height:60px;
    position: relative;
     margin:0 auto;  
  }
  .buttonx2:before {
    content: "";
    position: absolute;
    left:0;
    top:0;
    width: 0;
    height: 0;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    animation: border-top-right2 4.5s infinite ;
  }
  @keyframes border-top-right2 {
    0%    {width:0px;   height:0px;}
    25%   {width:60px; height:0px;}
    50%   {width:60px; height:60px;}
    100%  {width:60px; height:60px;}
  }
  .buttonx2:after {
    content: "";
    position: absolute;
    right:0;
    bottom:0;
    width: 0;
    height: 0;
    border-bottom:2px solid #000000;
    border-left: 2px solid #000000;
    animation: border-bottom-left2 4.5s infinite ;
  }
  @keyframes border-bottom-left2 {
    0%    {width:0px;   height:0px; }
    50%   {width:0px;   height:0px; }
    75%   {width:60px; height:0px; }
    100%  {width:60px; height:60px;}
  }
  @keyframes border-bottom-left2 {
    0%    {width:0px;   height:0px; opacity: 0;}
    50%   {width:0px;   height:0px; opacity: 0;}
    50.1% {width:0px;   height:0px; opacity: 1;}
    75%   {width:60px; height:0px; opacity: 1;}
    100%  {width:60px; height:60px;opacity: 1;}
  }

  /* 3 */

  .buttonx3 {
    width:60px;
    height:120px;
    position: relative;
    margin:0 auto; 
  }
  .buttonx3:before {
    content: "";
    position: absolute;
    left:0;
    top:0;
    width: 0;
    height: 0;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    animation: border-top-right3 4.5s infinite ;
  }
  @keyframes border-top-right3 {
    0%    {width:0px;   height:0px;}
    25%   {width:60px; height:0px;}
    50%   {width:60px; height:120px;}
    100%  {width:60px; height:120px;}
  }
  .buttonx3:after {
    content: "";
    position: absolute;
    right:0;
    bottom:0;
    width: 0;
    height: 0;
    border-bottom:2px solid #000000;
    border-left: 2px solid #000000;
    animation: border-bottom-left3 4.5s infinite ;
  }
  @keyframes border-bottom-left3 {
    0%    {width:0px;   height:0px; }
    50%   {width:0px;   height:0px; }
    75%   {width:60px; height:0px; }
    100%  {width:60px; height:120px;}
  }
  @keyframes border-bottom-left3 {
    0%    {width:0px;   height:0px; opacity: 0;}
    50%   {width:0px;   height:0px; opacity: 0;}
    50.1% {width:0px;   height:0px; opacity: 1;}
    75%   {width:60px; height:0px; opacity: 1;}
    100%  {width:60px; height:120px;opacity: 1;}
  }
  /* 4 */

  .buttonx4 {
    width:120px;
    height:120px;
    position: relative;
     margin:0 auto; 
  }
  .buttonx4:before {
    content: "";
    position: absolute;
    left:0;
    top:0;
    width: 0;
    height: 0;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    animation: border-top-right4 4.5s infinite ;
  }
  @keyframes border-top-right4 {
    0%    {width:0px;   height:0px;}
    25%   {width:120px; height:0px;}
    50%   {width:120px; height:120px;}
    100%  {width:120px; height:120px;}
  }
  .buttonx4:after {
    content: "";
    position: absolute;
    right:0;
    bottom:0;
    width: 0;
    height: 0;
    border-bottom:2px solid #000000;
    border-left: 2px solid #000000;
    animation: border-bottom-left4 4.5s infinite ;
  }
  @keyframes border-bottom-left4 {
    0%    {width:0px;   height:0px; }
    50%   {width:0px;   height:0px; }
    75%   {width:120px; height:0px; }
    100%  {width:120px; height:120px;}
  }
  @keyframes border-bottom-left4 {
    0%    {width:0px;   height:0px; opacity: 0;}
    50%   {width:0px;   height:0px; opacity: 0;}
    50.1% {width:0px;   height:0px; opacity: 1;}
    75%   {width:120px; height:0px; opacity: 1;}
    100%  {width:120px; height:120px;opacity: 1;}
  }
  /* 5 */

  .buttonx5 {
    width:120px;
    height:180px;
    position: relative;
    margin:0 auto;  
  }
  .buttonx5:before {
    content: "";
    position: absolute;
    left:0;
    top:0;
    width: 0;
    height: 0;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    animation: border-top-right5 4.5s infinite ;
  }
  @keyframes border-top-right5 {
    0%    {width:0px;   height:0px;}
    25%   {width:120px; height:0px;}
    50%   {width:120px; height:180px;}
    100%  {width:120px; height:180px;}
  }
  .buttonx5:after {
    content: "";
    position: absolute;
    right:0;
    bottom:0;
    width: 0;
    height: 0;
    border-bottom:2px solid #000000;
    border-left: 2px solid #000000;
    animation: border-bottom-left5 4.5s infinite ;
  }
  @keyframes border-bottom-left5 {
    0%    {width:0px;   height:0px; }
    50%   {width:0px;   height:0px; }
    75%   {width:120px; height:0px; }
    100%  {width:120px; height:180px;}
  }
  @keyframes border-bottom-left5 {
    0%    {width:0px;   height:0px; opacity: 0;}
    50%   {width:0px;   height:0px; opacity: 0;}
    50.1% {width:0px;   height:0px; opacity: 1;}
    75%   {width:120px; height:0px; opacity: 1;}
    100%  {width:120px; height:180px;opacity: 1;}
  }
  /* 6 */

  .buttonx6 {
    width:80px;
    height:240px;
    position: relative;
     margin:0 auto;
  }
  .buttonx6:before {
    content: "";
    position: absolute;
    left:0;
    top:0;
    width: 0;
    height: 0;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    animation: border-top-right6 4.5s infinite ;
  }
  @keyframes border-top-right6 {
    0%    {width:0px;   height:0px;}
    25%   {width:80px; height:0px;}
    50%   {width:80px; height:240px;}
    100%  {width:80px; height:240px;}
  }
  .buttonx6:after {
    content: "";
    position: absolute;
    right:0;
    bottom:0;
    width: 0;
    height: 0;
    border-bottom:2px solid #000000;
    border-left: 2px solid #000000;
    animation: border-bottom-left6 4.5s infinite ;
  }
  @keyframes border-bottom-left6 {
    0%    {width:0px;   height:0px; }
    50%   {width:0px;   height:0px; }
    75%   {width:80px; height:0px; }
    100%  {width:80px; height:240px;}
  }
  @keyframes border-bottom-left6 {
    0%    {width:0px;   height:0px; opacity: 0;}
    50%   {width:0px;   height:0px; opacity: 0;}
    50.1% {width:0px;   height:0px; opacity: 1;}
    75%   {width:80px; height:0px; opacity: 1;}
    100%  {width:80px; height:240px;opacity: 1;}
  }

  /* 7 */
  .buttonx7 {
    width:80px;
    height:320px;
    position: relative;
     margin:0 auto; 
  }
  .buttonx7:before {
    content: "";
    position: absolute;
    left:0;
    top:0;
    width: 0;
    height: 0;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    animation: border-top-right7 4.5s infinite ;
  }
  @keyframes border-top-right7 {
    0%    {width:0px;   height:0px;}
    25%   {width:80px; height:0px;}
    50%   {width:80px; height:320px;}
    100%  {width:80px; height:320px;}
  }
  .buttonx7:after {
    content: "";
    position: absolute;
    right:0;
    bottom:0;
    width: 0;
    height: 0;
    border-bottom:2px solid #000000;
    border-left: 2px solid #000000;
    animation: border-bottom-left7 4.5s infinite ;
  }
  @keyframes border-bottom-left7 {
    0%    {width:0px;   height:0px; }
    50%   {width:0px;   height:0px; }
    75%   {width:80px; height:0px; }
    100%  {width:80px; height:320px;}
  }
  @keyframes border-bottom-left7 {
    0%    {width:0px;   height:0px; opacity: 0;}
    50%   {width:0px;   height:0px; opacity: 0;}
    50.1% {width:0px;   height:0px; opacity: 1;}
    75%   {width:80px; height:0px; opacity: 1;}
    100%  {width:80px; height:320px;opacity: 1;}
  }

  /* 8 */
  .buttonx8 {
    width:80px;
    height:300px;
    position: relative;
     margin:0 auto;
  }
  .buttonx8:before {
    content: "";
    position: absolute;
    left:0;
    top:0;
    width: 0;
    height: 0;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    animation: border-top-right8 4.5s infinite ;
  }
  @keyframes border-top-right8 {
    0%    {width:0px;   height:0px;}
    25%   {width:80px; height:0px;}
    50%   {width:80px; height:300px;}
    100%  {width:80px; height:300px;}
  }
  .buttonx8:after {
    content: "";
    position: absolute;
    right:0;
    bottom:0;
    width: 0;
    height: 0;
    border-bottom:2px solid #000000;
    border-left: 2px solid #000000;
    animation: border-bottom-left8 4.5s infinite ;
  }
  @keyframes border-bottom-left8 {
    0%    {width:0px;   height:0px; }
    50%   {width:0px;   height:0px; }
    75%   {width:80px; height:0px; }
    100%  {width:80px; height:300px;}
  }
  @keyframes border-bottom-left8 {
    0%    {width:0px;   height:0px; opacity: 0;}
    50%   {width:0px;   height:0px; opacity: 0;}
    50.1% {width:0px;   height:0px; opacity: 1;}
    75%   {width:80px; height:0px; opacity: 1;}
    100%  {width:80px; height:300px;opacity: 1;}
  }





  /* ========= linart animation end ========== */
  
.social{
    margin-bottom: 50px !important;
}

.mobile_ntn{
    display: none !important;
}

  @media only screen and (max-width:992px){
    .logo_net{
        display: none !important;
    }
  }
  .lital_t{
    top:40%;
    position: relative;
    left: 165px;
    transition: ease-in-out;
  }
  .social i{
    padding: 12px;
    border: 1px solid white;
    color: rgb(255, 255, 255);
    border-radius: 50px;
    margin: 0 2px;
    transition: all 0.5s ease-in-out
    
  }
  .social i:hover{
    color: #60605f !important;
  }

  @media only screen and (max-width:1598px) {
    .lital_t{
        top:40%;
        position: relative;
        left: 66px;
        
      }
  }

  @media only screen and (max-width:1380px) {
    .lital_t{
        top:40%;
        position: relative;
        left: 45px;
        
      }
  }
  @media only screen and (max-width:1200px) {
    .lital_t{
        top:25%;
        position: relative;
        left: 32px;
        
      }
      .main-footer .widget-title {
        padding-bottom: 5px !important;
        padding-top: 20px !important;
    }
    .main-footer .social ul {
        justify-content: center !important;
    }
  }

  @media only screen and (max-width:1024px) {
    .lital_t{
        top:0%;
        position: relative;
        left: 0px;
        
      }
      .main-footer .widget-title {
        padding-bottom: 5px !important;
        padding-top: 20px !important;
    }
    .main-footer .product {
       
        align-items: start !important;
    }
    .main-footer .social ul {
        margin-top: 25px !important;
        justify-content: start !important;
    }
    .social{
        margin-bottom: 50px !important;
    }
   /* .social a{
        border: 1px solid #000 !important;
    } */
    /*.social i{*/
    /*    color: rgb(0, 0, 0) !important;*/
    /*  }*/
  }
  .size_a .mt-2{
    color: #4a2f2e !important;
  }

  @media only screen and (max-width:992px) {
    .responsive-menu ul.responsive-menu-links .responsive-menu-link a.logo-active::before{
        background-color: transparent !important;
    }
  }
  

/* .banner-section {
    position: relative;
}

.three-item-carousel, .banner-slider {
    position: relative;
    height: 100% !important;
    z-index: 9;
}

.banner-section .swiper-slide {
    position: relative;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-section .swiper-slide:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.3;
    content: "";
}

.banner-section .content-outer {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.banner-section .content-box {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 350px 0 300px;
}

.banner-section .content-box .inner {
    position: relative;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

.banner-section .swiper-slide-active .content-box .inner {
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .content-box .inner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    background-position: center;
    content: "";
}

.banner-section .content-box h1 {
    position: relative;
    font-size: 66px;
    line-height: 70px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-bottom: 30px;
}

.banner-section .swiper-slide-active .content-box h1 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section .content-box h1:before {
    position: absolute;
    content: '';
    left: 50%;
    top: -20px;
    height: 2px;
    width: 80px;
    transform: translateX(-50%);
}

.banner-section h4 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    padding-bottom: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.banner-section .swiper-slide-active h4 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section h4:before {
    position: absolute;
    content: '';
    bottom: 1px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #fff;
}

.banner-section h4:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 3px;
    width: 60px;
    background: var(--theme-color);
}

.banner-section h4.style-two {
    padding-bottom: 0px;
}

.banner-section h4.style-two:after, .banner-section h4.style-two:before {
    display: none;
}

.banner-section .text {
    position: relative;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 300;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}

.banner-section .swiper-slide-active .text {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .link-box {
    padding-top: 40px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    margin: 0 -10px;
}

.banner-section .swiper-slide-active .link-box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner-section .link-box a {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin: 0 10px 10px;
}

.banner-section .btn-style-one.light {
    background-color: #fff;
    color: #222;
}

.banner-section .btn-style-one.light:hover {
    color: #fff;
}

.banner-section .btn-style-two.light {
    color: #fff;
}

.banner-section .banner-slider-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banner-section .banner-slider-button-next {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    z-index: 9;
    margin-right: 40px;
    font-size: 25px;
    background-color: rgba(255, 255, 255, 0.3);
    transition: .5s;
}

.banner-section .banner-slider-button-prev {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    z-index: 9;
    margin-left: 40px;
    font-size: 25px;
    background-color: rgba(255, 255, 255, 0.3);
    transition: .5s;
}

/* Banner Style Two */

.banner-section.style-two .swiper-slide:before {
    opacity: .3;
}

.banner-section .content-box-two {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 145px 0 145px;
    text-align: left;
}

.banner-section .content-box-two .inner {
    position: relative;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    max-width: 720px;
    background-color: #fff;
    padding: 70px 65px 55px;
}

.banner-section .content-box-two .inner:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border: 15px solid #fff;
    border-left-color: #222;
    border-bottom-color: #222;
}

.banner-section .swiper-slide-active .content-box-two .inner {
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .content-box-two h1 {
    position: relative;
    font-size: 54px;
    line-height: 70px;
    color: #222;
    font-weight: 500;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-bottom: 30px;
    padding-top: 30px;
    letter-spacing: -3px;
}

.banner-section .swiper-slide-active .content-box-two h1 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section .content-box-two h1:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 2px;
    width: 80px;
}

.banner-section.style-two .text {
    color: #222;
}

/* Style Three */

.banner-section.style-three .content-box-two .inner {
    background: rgba(19, 51, 108, 0.95);
}

.banner-section.style-three .swiper-slide:before {
    opacity: 0;
}

.banner-section.style-three .content-box-two .inner:before {
    display: none;
}

.banner-section.style-three .content-box-two h1 {
    color: #fff;
}

/* Banner Style Four */

.banner-section.style-four .content-box .shape-one {
    position: absolute;
    width: 110px;
    height: 110px;
    left: 210px;
    bottom: 40px;
}

.banner-section.style-four .content-box .shape-one:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: #fff;
}

.banner-section.style-four .content-box .shape-one:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background-color: #fff;
}

.banner-section.style-four .content-box .shape-two {
    position: absolute;
    width: 110px;
    height: 110px;
    right: 210px;
    bottom: 40px;
}

.banner-section.style-four .content-box .shape-two:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: #fff;
}

.banner-section.style-four .content-box .shape-two:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background-color: #fff;
}

/* Style Five */

.banner-section.style-five .content-box .inner {
    text-align: left;
}

.banner-section.style-five .content-box h1:before {
    display: none;
}

/* Style Six */

.banner-section .content-box-three {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 325px 0 240px;
    text-align: left;
}

.banner-section .content-box-three .inner {
    position: relative;
    width: fit-content;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    background-color: #fff;
    padding: 60px 70px 60px;
    margin: 10px;
}

.banner-section .content-box-three .inner:after {
    position: absolute;
    content: '';
    left: -10px;
    right: -10px;
    bottom: -10px;
    top: -10px;
    border: 3px solid #fff;
    z-index: -1;
}

.banner-section .swiper-slide-active .content-box-three .inner {
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .content-box-three .inner:before {
    position: absolute;
    content: '';
    left: 25px;
    right: 25px;
    top: 20px;
    bottom: 10px;
    background-image: url(../../index.html);
}

.banner-section .content-box-three h1 {
    position: relative;
    font-size: 66px;
    line-height: 70px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-bottom: 40px;
    letter-spacing: -3px;
    z-index: 9;
}

.banner-section .swiper-slide-active .content-box-three h1 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section.style-six .link-box {
    padding-top: 0;
    margin-left: 20px;
    z-index: 9;
}

.banner-section.style-six .link-box:before {
    position: absolute;
    content: '';
    left: -97px;
    top: 27px;
    width: 80px;
    height: 3px;
    background-color: #fff;
    transition: .5s;
    transition-delay: 1s;
    opacity: 0;
}

.banner-section.style-six .swiper-slide-active .link-box:before {
    opacity: 1;
}

.home-page .about-us-section-three .row {
    justify-content: center;
}

.banner-section.style-six .btn-style-one {
    position: relative;
    background-color: #3b3b44;
}


.pnt_slider{
    position: relative !important;
    overflow: hidden !important;
}
.btn-style-two{
    border-radius: 10px;
    border: 1px solid #60605f !important;
    padding: 10px 15px !important;
    transition: all 0.5s ease-in-out;
   
}

.btn-style-two:hover{
    background-color:#4a2f2e ;
   
}
.sur_img{
    width: 100%;
}

.animated-button {
    margin: 30px 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 11px 36px;
    border: 1px solid;
    border-color:#000000;
    font-size: 16px;
    /* background-color: ; */
    border-radius: 100px;
    font-weight: 600;
    color: #1f387e;
    /* box-shadow: 0 0 0 2px #ffffff; */
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button svg {
    position: absolute;
    width: 24px;
    fill: #000000;
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button .arr-1 {
    right: 16px;
  }
  
  .animated-button .arr-2 {
    left: -25%;
  }
  
  .animated-button .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #442b2a;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button .text {
    color: rgb(97, 97, 97);
    position: relative;
    z-index: 1;
    transform: translateX(-12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: 14px;
  }
  
  .animated-button:hover {
    box-shadow: 0 0 0 12px transparent;
    color: #212121;
    border-radius: 12px;
  }
  
  .animated-button:hover .arr-1 {
    right: -25%;
  }
  
  .animated-button:hover .arr-2 {
    left: 16px;
  }
  
  .animated-button:hover .text {
    transform: translateX(12px);
    color: white;
  }
  
  .animated-button:hover svg {
    fill: #ffffff;
  }
  
  .animated-button:active {
    scale: 0.95;
    box-shadow: 0 0 0 4px greenyellow;
  }
  
  .animated-button:hover .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
  }
  .p-text-box a{
    color: white !important;
  }
  

 */
 .img-responsive {
    background-size: cover;
}

  .nomi_slider .toreti .item_1{
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-image:linear-gradient(#0000005e, #00000050), url('../img/slider/walltile.jpg');
  }
  .nomi_slider .toreti .item_2{
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(#00000050, #00000050),url('../../index.html');
  }
  .nomi_slider .toreti .item_3{
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(#00000050, #00000050),url('../../index.html');
  }
  .nomi_slider .toreti .item_4{
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(#00000050, #00000050),url('../../index.html');
  }

  .nomi_slider .owl-next{
    display: none;
    position: absolute;
    bottom: 10%;
    left: 10%;
    
    
  }
  .nomi_slider .owl-prev{
    position: absolute;
    display: none;
    bottom: 10%;
   
   
  }
  .nomi_slider .owl-prev span{
    font-size: 13px;
    background-color: rgba(128, 128, 128, 0.521);
    padding: 20px;
    border-radius: 50px;
  }
  .nomi_slider .owl-next span{
    font-size: 13px;
    background-color: rgba(128, 128, 128, 0.521);
    padding: 20px;
    border-radius: 50px;
  }

  .rony{
    position: relative;
    vertical-align: middle;
    padding: 350px 0 300px;
    text-align: center;
  }

  .innert h1{
    color: white;
    font-size:4.2rem;
  }

  .innert .war_y {
    font-size: 1.2rem;
    color: white;
  }

  .innert span {
    color: white;
  }
  .search_t .modal-header{
    border: transparent !important;
  }
  .search_t .modal-content{
    background-color: transparent !important;
    border: transparent !important;
  }
  .search_t .modal-header button span{
    color: white;
  }
  .search_t .modal{
    background-color: #000000cc !important;
  }
  #search-fs {
    position: relative;
    overflow: hidden;
    margin: 2px auto;
    width: 600px;
    max-width: 100%;
}
#search-fs .fa {
    position: absolute;
    left: 6%;
    top: 40%;
    color: #555;
}
#search-fs input#search-text {
    border: 0;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.30), 0 1px 3px 1px rgba(60,64,67,.15);
    padding: 20px 15px 20px 60px;
    margin: 15px 0;
    border-radius: 70px;
    width: 500px;
  
    font-size: 16px;
    max-width: 100%;
    outline: none;
}
#search-fs button {
    background: #000;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 30px;
    border-radius: 30px;
    margin: 20px;
    cursor: pointer;
    outline: none;
  
}
  #search-fs button:hover{background:#000000;color:#fff;transition: all .4s}

  

  
  .ml2 .letter {
    display: inline-block;
    line-height: 0.2em;
  }
  

  #roten_menu .nav-item{
margin: 0 !important;
color: white;
    background-color: #4a2f2e;
    margin: 0 !important;
    font-size: 16px;
    padding: 13px;
  }


  .we8 {
    height:100vh !important;
    width: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

@media only screen and (max-width: 1023px) {
    .we8 {
        width:100%;
        height: 510px!important
    }
}

@media only screen and (max-width: 430px) {
    .we8 {
        width:100%;
        height: 320px!important
    }
}

.slider_content_wrapper {
    position: absolute;
    top: 45%;
    left: 0;
    transform: translate(0,45%);
    width:100%;
    /*padding-left: 30px*/
}

.slider_content {
    font-weight: 900;
    font-size: 45px;
    color: #fff;
    text-shadow: 2px 2px 10px #00000050;
    text-align: center;
}

.slider_content_wrapper .masonry-holder .more {
    padding: 11px;
    color: #fff;
    border: 2px solid #000000;
    transition: all 0.5s ease-in-out;
}

.slider_content_wrapper .masonry-holder .more:hover {
   background-color: #4a2f2e;
     
}


@media only screen and (max-width:600px) {
    #tnt{
        padding-bottom:0px !important;
    }
    .main_team {
        padding-bottom:0px !important;
    }
    .slider_content_wrapper{
        top: 25% !important;
    }
}

@media only screen and (max-width:468px) {
    .slider_content {
    font-weight: 600;
    font-size: 28px;
   
}
}

.main-hero-title{
    font-size: 47px !important;
}
@media(max-width:1500px){
  .main-hero-title{
    font-size: 45px !important;
}  
}

@media(max-width:1200px){
  .main-hero-title{
    font-size: 40px !important;
}  
}
@media(max-width:1000px){
  .main-hero-title{
    font-size: 30px !important;
}  
}
@media(max-width:850px){
  .main-hero-title{
    font-size: 25px !important;
}  
}
@media(max-width:600px){
  .main-hero-title{
    font-size: 20px !important;
}  
}

@media(max-width:400px){
  .main-hero-title{
    font-size: 16px !important;
}  
}
/* start */
.m-10{
    margin:10px;
}
.subDropDown li a{
    padding :5px 15px !important;
}
.subDropDown li a:hover{
    color:#000 !important;
    font-weight: 500;
}
.menu_img_li{
    /* text-align: -webkit-center !important; */
}
.subDropDown li img{
    height :200px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.hidden {
    display: none;
}



.hblog_img{
    height: 223px !important;
    width: 369px !important;
}
.hbt{
    padding-top:10px !important;
}
.hbd:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.hbd .card-body{
    height: 262px;
}
.head_in_b{
    margin: 0px 33px;
    background-color: #000;
    color: white;
}


.containertt {

    width: 95%;
    margin: 100px auto;
    display: flex;
    padding: 20px;
}

.box {

    overflow: hidden;

    /*border: 3px solid rgb(255, 255, 255);*/
    flex: 1;
    transition: 1s;
}

.boxtext {
    width: 100%;
    height: 150px;
    text-align: center;
    padding-top: 40px
}

.boxtext h4 {
    font-weight: 500;
    font-size: 32px;
}

.box:hover {
    flex: 2;

}

.boximg1 {
    overflow: hidden;
}


@media only screen and (max-width:1500px) {


    .containertt {
        display: none;
    }

    .saf {

        display: block !important;
    }

}

.saf {
    margin: 100px 0;
    display: none;
}

.containertt1 {

    width: 95%;
    margin: 15px auto 5px auto;
    display: flex;
    padding: 20px;
}

.box1 {
    overflow: hidden;
    height: 450px;

    border: 6px solid rgb(255, 255, 255);
    flex: 1;
    transition: 1s;
}

.boxtext1 {
    width: 100%;
    height: 100px;
    text-align: center;
    padding-top: 40px
}

.boxtext1 h4 {
    font-weight: 500;
    font-size: 32px;
}

.box1:hover {
    flex: 1.4;

}

.boximg1s {
    overflow: hidden;
}

@media only screen and (max-width:765px) {


    .saf {
        display: none !important;
    }

    .saf2 {

        display: block !important;
    }
}



.saf2 {
    margin: 100px 0;
    display: none;
}

.containertt2 {

    width: 95%;
    margin: 15px auto 5px auto;
    display: flex;
    padding: 20px;
}

.box2 {
    overflow: hidden;
    height: 410px;

    border: 3px solid rgb(255, 255, 255);
    flex: 1;
    transition: 1s;
}

.boxtext2 {
    width: 100%;
    height: 100px;
    text-align: center;
    padding-top: 40px
}

.boxtext2 h4 {
    font-weight: 500;
    font-size: 27px;
}

.box2:hover {
    flex: 1.4;

}

.boximg1z {
    overflow: hidden;
}

@media only screen and (max-width:500px) {


    .saf2 {
        display: none !important;
    }

    .saf4 {
        display: block !important;
    }
}


.saf4 {
    margin: 50px 0;
    display: none;
}

.containertt4 {

    width: 100%;
    margin: 5px 0;
    display: flex;
    padding: 0 20px;
}

.box4 {
    margin-top: 12px;
    overflow: hidden;
    height: 400px;

    border: 3px solid rgb(255, 255, 255);
    flex: 1;
    transition: 1s;
}

.boxtext4 {
    width: 100%;
    height: 50px;
    text-align: center;
    padding-top: 10px
}

.box4:hover {
    flex: 2;

}

.boximg1y {
    overflow: hidden;
}




.vert-move {
    -webkit-animation: mover 0.8s infinite alternate;
    animation: mover 0.8s infinite alternate;
}

.vert-move {
    -webkit-animation: mover 0.8s infinite alternate;
    animation: mover 0.8s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.c-scrollbar {
    display: none;
}


@media only screen and (max-width: 580px) {
    .vert-move {
        font-size: 50px !important;
    }

    .mr {
        margin: 0 auto !important;
    }
}

.post:hover {
    scale: 1.1;
}

.post {
    transition: all 0.2s ease-in-out;
}



/********** footer *********/

.footer-one {
    position: relative;
    background: #222226;
}

.footer-top {
    position: relative;
    padding: 30px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-top .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.footer-top .social-links li:last-child {
    margin: 0px !important;
}

.footer-top .social-links li a {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    text-align: center;
    z-index: 1;
}

.footer-top .social-links li a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 0);
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
}

.footer-top .social-links li a:hover:before {
    transform: scale(1, 1);
}

.footer-top .social-links {
    position: relative;
    top: 4px;
}

.footer-widget-section {
    position: relative;
    padding: 70px 0px 70px 0px;
}

.footer-widget .widget-title {
    position: relative;
    display: block;
    margin-bottom: 26px;
}

.footer-widget .widget-title h4 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0px;
}

.footer-widget p {
    color: #a9a9aa;
}

.footer-widget-section .about-widget p {
    margin-bottom: 32px;
}

.footer-widget-section .about-widget .subscribe-form .form-group {
    position: relative;
    margin: 0px;
}

.footer-widget-section .about-widget .subscribe-form .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background: #1c1c1f;
    border: 1px solid #1c1c1f;
    border-radius: 6px;
    font-size: 15px;
    color: #a9a9aa;
    padding: 0px 20px;
    transition: all 500ms ease;
}

.footer-widget-section .about-widget .subscribe-form .form-group input:focus {}

.footer-widget-section .about-widget .subscribe-form .form-group button {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 14px;
    background: transparent;
    color: #a9a9aa;
    transition: all 500ms ease;
}

.footer-widget-section .about-widget .subscribe-form .form-group input:focus+button,
.footer-widget-section .about-widget .subscribe-form .form-group button:hover {}

.footer-widget-section .links-list li {
    position: relative;
    display: block;
    font-size: 16px;
    color: #a9a9aa;
    margin-bottom: 7px;
}

.footer-widget-section .links-list li:last-child {
    margin-bottom: 0px;
}

.footer-widget-section .links-list li a {
    display: inline-block;
    color: #a9a9aa;
}

.footer-widget-section .links-list li a:hover {
    color: #fff;
}

.footer-widget-section .info-list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #a9a9aa;
    margin-bottom: 19px;
}

.footer-widget-section .info-list li:last-child {
    margin-bottom: 0px;
}

.footer-widget-section .info-list li a {
    display: inline-block;
    color: #a9a9aa;
}

.footer-widget-section .info-list li a:hover {
    color: #fff;
}

.footer-bottom {
    position: relative;
    background: #141417;
    padding: 31px 0px;
}

.footer-bottom p,
.footer-bottom a {
    color: #a9a9aa;
}

.footer-bottom a:hover {
    color: #fff;
}

.footer-bottom .footer-nav li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 35px;
}

.footer-bottom .footer-nav li:last-child {
    margin-right: 0px;
}

.footer-bottom .footer-nav li:before {
    position: absolute;
    content: '';
    background: #9b9b9c;
    width: 1px;
    height: 16px;
    top: 7px;
    right: -18px;
}

.footer-bottom .footer-nav li:last-child:before {
    display: none;
}

.footer-one .pattern-layer .pattern-1 {
    position: absolute;
    left: -30px;
    bottom: 50px;
    width: 205px;
    height: 272px;
    background-repeat: no-repeat;
    opacity: 1;
    background: #ffffff14;
}

.footer-one .pattern-layer .pattern-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 196px;
    height: 266px;
    background-repeat: no-repeat;
    opacity:0.3;

}

.footer-one .pattern-layer .pattern-3 {
    position: absolute;
    top: -24px;
    right: -50px;
    width: 193px;
    height: 278px;
    background-repeat: no-repeat;
    opacity: 1;
    background: #ffffff14;
}

.footer-one .pattern-layer .pattern-4 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 196px;
    height: 266px;
    background-repeat: no-repeat;
    opacity: 0.3;
}


/** footer-two **/

.footer-two {
    position: relative;
    background: #f7f7f7;
}

.footer-top-two {
    position: relative;
    padding: 66px 0px 30px 0px;
    border-bottom: 1px solid #ebebeb;
}

.footer-top-two .footer-menu li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 44px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #141417;
}

.footer-top-two .footer-menu li a {
    display: inline-block;
    color: #141417;
}

.footer-top-two .footer-menu li a:hover {}

.footer-two .footer-widget .widget-title h4 {
    font-weight: 700;
    color: #141417;
}

.footer-two .footer-widget-section .about-widget p,
.footer-two .footer-widget-section .links-list li a,
.footer-two .footer-widget-section .info-list li,
.footer-two .footer-widget-section .info-list li a {
    font-size: 16px;
    color: #141417;
}

.footer-two .footer-widget-section a:hover {}

.footer-social-two li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.footer-social-two li:last-child {
    margin: 0px !important;
}

.footer-social-two li a {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #f0f0f0;
    font-size: 14px;
    color: #141417;
    text-align: center;
    border-radius: 5px;
    z-index: 1;
}

.footer-social-two li a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: scale(0, 0);
    z-index: -1;
    border-radius: 5px;
    transition: all 500ms ease;
}

.footer-two .footer-social-two li a:hover {
    color: #fff !important;
}

.footer-social-two li a:hover:before {
    transform: scale(1, 1);
}

.footer-two .footer-bottom {
    background: #f0f0f0;
}

.footer-two .footer-bottom a,
.footer-two .footer-bottom p {
    color: #141417;
}

.footer-two .footer-bottom a:hover {}


/** footer-three **/

.footer-three {
    background: #222226;
}

.footer-three .footer-widget-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    padding: 100px 0px 100px 0px;
}

.footer-three .pattern-layer .pattern-1 {
    width: 216px;
    height: 407px;
    left: -100px;
    background-repeat: no-repeat;
}

.footer-three .footer-bottom {
    background: transparent;
}

.footer-three .pattern-layer .pattern-2 {
    width: 209px;
    height: 402px;
    background-repeat: no-repeat;
}


/** footer-four **/

.footer-four {
    position: relative;
    background: #f5f8fc;
}

.footer-four .about-widget .text p {
    color: #141417;
    font-weight: 500;
    line-height: 28px;
}

.footer-four .footer-social-two li a {
    background: transparent;
    border: 1px solid #e4e7eb;
}

.footer-four .footer-social-two li a:hover {
    color: #fff;
}

.footer-four .footer-social-two li a:before {
    display: none;
}

.footer-four .footer-widget .widget-title h4,
.footer-four .footer-widget-section .links-list li a,
.footer-four .footer-widget-section .info-list li,
.footer-four .footer-widget-section .info-list li a {
    color: #141417;
}

.footer-four .footer-widget-section .links-list li a:hover {}

.footer-four .footer-widget-section {
    padding: 100px 0px;
}

.footer-four .footer-bottom {
    background: transparent;
    border-top: 1px solid #e4e7eb;
}

.footer-four .footer-bottom p,
.footer-four .footer-bottom a {
    color: #141417;
}

.footer-four .footer-bottom a:hover {}

.footer-four .pattern-layer .pattern-1 {
    width: 470px;
    background-repeat: no-repeat;
}

.footer-four .pattern-layer .pattern-2 {
    width: 157px;
    height: 304px;
}


/** footer-five **/

.footer-five {
    background: #222226;
}

.footer-five .footer-social-two li a {
    background: transparent;
    border: 1px solid #4e4e51;
    color: #fff;
}

.footer-five .footer-widget-section {
    padding: 100px 0px;
}

.footer-five .footer-bottom {
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-five .pattern-layer .pattern-1 {
    width: 470px;
    height: 170px;
    background-repeat: no-repeat;
}

.footer-five .pattern-layer .pattern-2 {
    width: 170px;
    height: 354px;
    background-repeat: no-repeat;
}

.footer-five .pattern-layer .pattern-3 {
    width: 100%;
    height: 50px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}


/** footer-six **/

.footer-six {
    background: #222226;
}

.footer-social-three li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.footer-social-three li:last-child {
    margin: 0px !important;
}

.footer-social-three li a {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: 1px solid #4d4d50;
    border-radius: 50%;
}

.footer-social-three li a:hover {}

.footer-six p {
    font-size: 17px;
    line-height: 28px;
}

.footer-six a,
.footer-six .footer-widget-section .info-list li {
    font-size: 16px;
}

.footer-six .footer-bottom {
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-widget .widget-title h4 {
    font-weight: 700;
}

.footer-six .pattern-layer .pattern-1 {
    width: 470px;
    height: 170px;
    background-repeat: no-repeat;
}

.footer-six .pattern-layer .pattern-2 {
    width: 189px;
    height: 424px;
    background-repeat: no-repeat;
}


/** footer-seven **/

.footer-seven {
    background: #1f1f22;
}

.footer-seven .about-widget .text p {
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
}

.footer-seven .footer-social li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.footer-seven .footer-social li:last-child {
    margin: 0px !important;
}

.footer-seven .footer-social li a {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.10);
    text-align: center;
}

.footer-seven .footer-social li a:hover {
    background: #fff;
    border-color: #fff;
}

.footer-seven .footer-widget .widget-title h4 {
    font-size: 22px;
    font-weight: 700;
}

.footer-seven .footer-widget-section .links-list li a,
.footer-seven .footer-widget-section .info-list li {
    font-size: 16px;
}

.footer-seven .subscribe-inner {
    position: relative;
    padding: 23px 50px 21px 50px;
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 100px;
}

.footer-seven .subscribe-inner h2 {
    position: relative;
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 38px;
}

.footer-seven .subscribe-inner .form-inner .form-group {
    position: relative;
    margin-bottom: 0px;
    padding-right: 170px;
}

.footer-seven .subscribe-inner .form-inner .form-group button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 160px;
    padding: 12px 25px;
}

.footer-seven .subscribe-inner .form-inner .form-group input {
    border-radius: 0px;
    font-size: 15px;
    color: #808080;
}

.footer-seven .subscribe-inner .form-inner {
    margin-top: 12px;
}

.footer-seven .footer-widget-section {
    padding: 94px 0px 90px 0px;
}

.footer-seven .footer-bottom {
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-seven .pattern-layer {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/** footer-eight **/

.footer-eight {
    background: #222226;
}

.footer-eight .footer-social li a:hover {
    color: #fff;
}

.footer-eight .footer-widget .widget-title h4 {
    font-size: 22px;
    font-weight: 700;
}

.footer-seven .footer-bottom p,
.footer-seven .footer-bottom a {
    font-size: 15px;
}


/** footer-nine **/

.footer-nine {
    background: #1c1c1c;
}

.footer-nine .footer-top .social-links li a {
    border-radius: 0px;
}

.footer-nine .footer-widget-section .about-widget .subscribe-form .form-group input[type='email'] {
    background: rgba(255, 255, 255, 0.10);
    border-radius: 0px;
}

.footer-nine .footer-widget .widget-title h4 {
    font-weight: 600;
}

.footer-nine .footer-widget-section .about-widget p,
.footer-nine .footer-widget-section .links-list li a,
.footer-nine .footer-widget-section .info-list li,
.footer-nine .footer-bottom p,
.footer-nine .footer-bottom a {}


/** footer-ten **/

.footer-ten {
    padding: 0px 70px;
}

.footer-ten .outer-container {
    background: #222226;
}

.footer-ten .footer-widget-section {
    padding-top: 190px;
    padding-bottom: 90px;
}

.footer-ten .footer-widget-section .about-widget p {
    font-size: 17px;
}

.footer-ten .footer-social-three li a {
    border-radius: 0px;
}

.footer-ten .footer-widget .widget-title h4 {
    font-size: 24px;
    font-weight: 500;
}

.footer-ten .footer-widget-section .links-list li a,
.footer-ten .footer-widget-section .info-list li {}

.footer-ten .footer-bottom {
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-ten .footer-bottom p,
.footer-ten .footer-bottom a {}


/** footer-11 **/

.footer-11 {
    background: #001b47;
}

.footer-11 .footer-social-three li a {
    border-radius: 0px;
}

.footer-11 .footer-widget-section .about-widget p,
.footer-11 .footer-widget-section .links-list li a,
.footer-11 .footer-widget-section .info-list li {
    font-size: 16px;
}

.footer-11 .footer-widget .widget-title h4 {
    font-weight: 600;
    font-size: 24px;
}

.footer-11 .footer-widget-section {
    padding: 92px 0px 90px 0px;
}

.footer-11 .footer-bottom {
    background: #00173d;
}

.footer-11 .image-layer {
    width: 310px;
    height: 310px;
    background-repeat: no-repeat;
}


/** footer-12 **/

.footer-12 {
    background: #222226;
}

.footer-12 .footer-top-two .footer-menu li a {
    color: #fff;
    font-weight: 500;
}

.footer-12 .footer-top-two {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    padding: 40px 0px;
}

.footer-12 .footer-widget-section .about-widget p {
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
}

.footer-12 .footer-social-two li a {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: #fff;
}

.footer-12 .footer-widget .widget-title h4 {
    font-weight: 600;
}

.footer-12 .footer-widget-section .links-list li a,
.footer-12 .footer-widget-section .info-list li {
    font-size: 16px;
}

.footer-12 .footer-widget-section {
    position: relative;
    padding: 93px 0px 90px 0px;
}

.footer-12 .footer-bottom {
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-12 .footer-bottom p,
.footer-12 .footer-bottom a {
    font-size: 16px;
}


/** footer-13 **/

.footer-13 {
    position: relative;
    padding-top: 92px;
}

.footer-13 .footer-bottom {
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-13 .footer-top-two {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    padding-bottom: 40px;
}

.footer-13 .footer-top-two .footer-menu li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.footer-13 .footer-top-two .footer-menu li a:hover {
    text-decoration: underline;
}

.footer-13 .shape .shape-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.footer-13 .shape .shape-2 {
    width: 100%;
    height: 135px;
    background-repeat: no-repeat;
    animation: slide 70s linear infinite;
    -webkit-animation: slide 70s linear infinite;
}

.footer-13 .shape .shape-3 {
    left: 50%;
    top: 290px;
    width: 100%;
    height: 135px;
    background-repeat: no-repeat;
    animation: slide 70s linear infinite;
    -webkit-animation: slide 70s linear infinite;
}

.footer-13 .footer-widget-section .about-widget p {
    font-size: 17px;
    font-weight: 500;
    color: #b9cbe7;
}

.footer-13 .footer-social-two li a {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: #fff;
}

.footer-13 .footer-social-two li a:before {
    display: none;
}

.footer-13 .footer-social-two li a:hover {
    color: #fff;
}

.footer-13 .footer-widget .widget-title h4 {
    font-weight: 500;
}

.footer-13 .footer-widget-section .links-list li a,
.footer-13 .footer-widget-section .info-list li,
.footer-13 .footer-widget-section .info-list li a,
.footer-13 .footer-widget-section .links-list li {
    color: #b9cbe7;
    font-weight: 400;
}

.footer-13 .footer-widget-section .links-list li a:hover,
.footer-13 .footer-widget-section .info-list li a:hover {
    color: #fff;
}

.footer-13 .footer-widget-section {
    padding: 92px 0px 90px 0px;
}

.footer-13 .footer-bottom a,
.footer-13 .footer-bottom p {
    color: #b9cbe7;
}

.footer-13 .footer-bottom a:hover {
    color: #fff;
}


/** footer-14 **/

.footer-14 .pattern-layer {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.footer-14 .footer-widget-section .about-widget p {
    font-size: 17px;
    font-weight: 500;
    color: #141417;
}

.footer-14 .footer-social-three li a {
    border: none;
    background: #fff;
    color: #141417;
}

.footer-14 .footer-social-three li a:hover {
    color: #fff;
    z-index: 1;
}

.footer-14 .footer-social-three li a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: scale(0, 0);
    z-index: -1;
    border-radius: 50%;
    transition: all 500ms ease;
}

.footer-14 .footer-social-three li a:hover:before {
    transform: scale(1, 1);
}

.footer-14 .footer-widget .widget-title h4 {
    font-size: 24px;
    font-weight: 600;
    color: #141417;
}

.footer-14 .footer-widget-section .links-list li a,
.footer-14 .footer-widget-section .info-list li,
.footer-14 .footer-widget-section .info-list li a {
    color: #141417;
}

.footer-14 .footer-bottom {
    background: transparent;
    border-top: 1px solid #e9e6ed;
}

.footer-14 .footer-bottom p,
.footer-14 .footer-bottom a {
    color: #141417;
}

.footer-14 .footer-widget-section {
    padding-bottom: 90px;
}


/** footer-15 **/

.footer-15 .footer-top-two .footer-menu li a:hover {}

.footer-15 .footer-widget .widget-title h4 {
    color: #141417;
    font-size: 20px;
    font-weight: 700;
}

.footer-15 .footer-widget-section .about-widget p {
    font-size: 15px;
    color: #141417;
}

.footer-15 .footer-social-two li a {
    background: #f0f0f0;
}

.footer-15 .footer-social-two li a:hover {
    color: #fff;
}

.footer-15 .footer-widget-section .links-list li a,
.footer-15 .footer-widget-section .info-list li,
.footer-15 .footer-widget-section .info-list li a {
    color: #141417;
}

.footer-15 .footer-widget-section .links-list li a:hover {}

.footer-15 .footer-widget-section .info-list li a:hover {}

.footer-15 .footer-bottom {
    background: transparent;
    border-top: 1px solid #e5e5e5;
}

.footer-15 .footer-bottom p,
.footer-15 .footer-bottom a {
    color: #141417;
}

.footer-15 .footer-bottom a:hover {}

.footer-15 .footer-bottom .footer-nav li:before {
    background: #141417;
}

.footer-15 .footer-top-two {
    padding: 90px 0px 30px 0px;
}


/** footer-16 **/

.footer-16 {
    background: #262c3b;
}

.footer-16 .footer-widget-section .about-widget .subscribe-form .form-group input[type='email'] {
    background: #2e3647;
    border-color: #2e3647;
}

.footer-16 .footer-widget .widget-title h4 {
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

.footer-16 .footer-bottom {
    background: #2e3647;
}

.footer-16 .shape .shape-1 {
    top: 50%;
    transform: translateY(-50%);
    width: 244px;
    height: 217px;
    background-repeat: no-repeat;
}

.footer-16 .shape .shape-2 {
    top: 50%;
    transform: translateY(-50%);
    width: 191px;
    height: 192px;
    background-repeat: no-repeat;
}

.footer-three.about-page-2 .footer-widget .widget-title h4 {}

.footer-three.about-page-2 .footer-widget-section .about-widget p,
.footer-three.about-page-2 .footer-widget-section .links-list li a,
.footer-three.about-page-2 .footer-widget-section .info-list li,
.footer-three.about-page-2 .footer-bottom p,
.footer-three.about-page-2 .footer-bottom a {
    font-size: 15px;
}

.footer-three.service-page .footer-widget .widget-title h4 {}

.footer-three.service-page .footer-widget-section .about-widget p,
.footer-three.service-page .footer-widget-section .links-list li a,
.footer-three.service-page .footer-widget-section .info-list li,
.footer-three.service-page .footer-bottom p,
.footer-three.service-page .footer-bottom a {
    font-size: 15px;
}



/** hero-shape **/

.hero-shape {
    will-change: border-radius, transform, opacity;
    animation: heroShape 3s linear infinite;
    display: block;
}

.hero-shape-two {
    position: absolute;
    left: 0px;
    bottom: 0px;
    will-change: border-radius, transform, opacity;
    animation: heroShapeTwo 5s linear infinite;
    display: block;
}

.hero-shape-three {
    background: #000;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 55% 50% 48% 30% / 40% 50% 70% 6%;
    will-change: border-radius, transform, opacity;
    animation: heroShapeThree 3s linear infinite;
    display: block;
    opacity: 0.10;
}

.hero-shape-four {
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 55% 35% 48% 30% / 40% 40% 70% 6%;
    will-change: border-radius, transform, opacity;
    animation: heroShapeFour 3s linear infinite;
    display: block;
}

@keyframes heroShape {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    25% {
        transform: translate3d(-20px, 5px, 0) rotateZ(0.01deg);
    }
    35% {
        transform: translate3d(-20px, 5px, 0) rotateZ(0.01deg);
    }
    45% {
        transform: translate3d(-20px, 10px, 0) rotateZ(0.01deg);
    }
    55% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    75% {
        transform: translate3d(0, -5px, 0) rotateZ(0.01deg);
    }
}

@keyframes heroShapeTwo {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    25% {
        transform: translate3d(-15px, 5px, 0) rotateZ(0.01deg);
    }
    35% {
        transform: translate3d(-30px, 5px, 0) rotateZ(0.01deg);
    }
    45% {
        transform: translate3d(-15px, 5px, 0) rotateZ(0.01deg);
    }
    55% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    75% {
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

@keyframes heroShapeThree {
    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    25% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(-20px, 5px, 0) rotateZ(0.01deg);
    }
    35% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(-20px, 5px, 0) rotateZ(0.01deg);
    }
    45% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(-20px, 10px, 0) rotateZ(0.01deg);
    }
    55% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    75% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -5px, 0) rotateZ(0.01deg);
    }
}

@keyframes heroShapeFour {
    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    35% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0, 10px, 0) rotateZ(0.01deg);
    }
    50% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    65% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -10px, 0) rotateZ(0.01deg);
    }
}

.pricing-block-one .theme-btn-two {
    border: 1px solid #e7e7e7;
    padding-top: 11px;
    padding-bottom: 11px;
}

.cta-two .theme-btn-two span:after {
    color: #000;
}

.news-two .theme-btn-two span:after {
    color: #000;
}

.iconfooter {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-color: white;
    padding: 16px;
    width: 60px; /* Adjust the width and height as needed */
    height: 60px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle shadow */
}

.iconfooter i {
    font-size: 24px; /* Adjust the icon size as needed */
    line-height: 28px; /* Align icon vertically within the circle */
}

.iconfooter1 {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-color: white;
    padding: 16px;
    width: 60px; /* Adjust the width and height as needed */
    height: 60px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle shadow */
    transition: background-color 0.3s ease; /* Optional: Add transition for hover effect */
}

.iconfooter1:hover {
    background-color: #f0f0f0; /* Optional: Change background color on hover */
}

.iconfooter1 i {
    font-size: 24px; /* Adjust the icon size as needed */
    line-height: 28px; /* Align icon vertically within the circle */
}


.iconfooter2 {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-color: white;
    padding: 16px;
    width: 60px; /* Adjust the width and height as needed */
    height: 60px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle shadow */
    transition: background-color 0.3s ease; /* Optional: Add transition for hover effect */
}

.iconfooter2:hover {
    background-color: #f0f0f0; /* Optional: Change background color on hover */
}

.iconfooter2 i {
    font-size: 24px; /* Adjust the icon size as needed */
    line-height: 28px; /* Align icon vertically within the circle */
}

.footer-content .aaa {
    display: inline-block;
    width: 30px; /* Adjust the width as needed */
    height: 30px; /* Adjust the height as needed */
    text-align: center;
    line-height: 38px; /* Align the icon vertically */
    margin: 3px; /* Adjust margin as needed */
    background-color: white;
    color: black; /* Icon color */
    border-radius: 10%; /* Adjust this for different shapes, 0% for square, 50% for circle */
    font-size: 20px; /* Adjust icon size */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for hover effects */
    text-decoration: none;
}

.footer-content .aaa:hover {
    background-color: #f0f0f0; /* Optional: Change background color on hover */
    color: black; /* Optional: Change icon color on hover */
}



@media(max-width:990px){
    .mobile_menuw{
        max-width: 100%;
        flex: 100%;
    }
    .mobile_menu_link{
        left: 28%;
    }
}
@media(max-width:710px){
    .mobile_menu_link{
        left: 24%;
    }
}
@media(max-width:590px){
    .mobile_menu_link{
        left: 24%;
    }
}

dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 47px;
    max-height: 200px;
    overflow-y: auto;
}


/* Links inside the dropdown */

.dropdown-content div {
    color: black;
    padding: 1px 16px;
    text-decoration: none;
    display: block;
}


/* Change color of dropdown links on hover */

.dropdown-content div:hover {
    background-color: #f1f1f1;
}

.dropdown-content div p {
    margin: 0px;
}
.back-to-top {
    position: fixed;
    bottom: 90px;
    right: 35px;
    background: #174f88;
    z-index: 1;
    width: 35px;
    height: 35px;
}
@media screen and (max-width: 1023px){
.header-nav-menu .row {
    display: block;
    margin-top: 50px;
}}

@media(max-width:450px){
myquickinq {
    position: fixed;
    cursor: pointer;
    z-index: 9999;
    padding: 7px;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: #000;
    color: #fff !important;
    bottom: 50%;
    right: -66px;
    left: unset;
    transform: rotate(450deg);
    font-weight: 600;
}}
.eventanner img{
    width: 100%;
}
.eventtitle{
    font-size: 24px !important;
    font-weight: 700;
    margin-top: 20px;
}
.eventdetails {
    font-size: 18px !important;
}
/* Full-page white overlay */
#whiteOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 1); /* white with transparency */
  z-index: 99999999999; /* above all elements */
  pointer-events: none; /* lets user interact with the page under it */
}