/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap');

@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Days+One&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    color: #666666;
    position: relative;
    font-size: 16px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    overflow-y: auto;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
}

p {
    font-size: 15px;
    color: #404040;
    line-height: 1.5;
    margin: 0 0 20px;
    padding: 0;
}

.section_banner .cities .slide__slide-content .container-fluid ul li {
    list-style: none;
}

* {
    box-sizing: border-box
}

.mySlides {
    /* display: none*/
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    height: 100%;
    position: relative;
    margin: auto;
}

.slideshow-container.owl-carousel .owl-nav .owl-next,
.slideshow-container.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 1px 16px !important;
    margin-top: -22px;
    color: white;
    font-weight: normal;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    font-size: 36px;
}

.slideshow-container.owl-carousel .owl-nav .owl-prev:hover,
.slideshow-container.owl-carousel .owl-nav .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.slideshow-container.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.slideshow-container.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

.silogo {
    position: absolute;
    right: 4%;
    bottom: 12%;
}

.title_heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #f36f21;
    line-height: 1.2;
    margin: 0 0 20px;
    padding: 0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.title_heading.title_heading_b {
    color: #031626;
}

.form_group {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 10px;
}

.form_control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 40px;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
    letter-spacing: 0.02em;
    color: #101010;
    background-color: transparent;
}

select.form_control {
    cursor: pointer;
}

.form_controlmess {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 40px;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
    letter-spacing: 0.02em;
    color: #101010;
    background-color: transparent;
}

.btn_theme {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none !important;
    box-shadow: none;
    border: 1px solid #515151;
    background-color: transparent;
    cursor: pointer;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #101010;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 0.03em;
    display: inline-block;
    text-align: center;
    padding: 12px 30px;
    margin: 0 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn_theme:hover {
    color: #ffffff;
    background-color: #515151;
}

.wiscom {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0px;
}

.wiscom i {
    padding-right: 5px;
}

.wiscom a {
    color: #404040;
    text-decoration: none;
}

.imp-links li i {
    width: 15px;
    margin-right: 10px;
    padding-bottom: 10px;
}

.modal-dialog .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 12px !important;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    font-weight: 100 !important;
}

.modal-dialog .btn.btn-default {
    background: #0b877d;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    padding: 8px 20px;
    border: none;
    outline: none;
}

.falgnrgt {
    text-align: right;
    padding-right: 50px;
    border-right: 1px solid #ccc;
}

.falgnlft {
    text-align: left;
    padding-left: 50px;
}

.containerani {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../images/banner/banner1.jpg) center center;
    /* 	background: url(https://images.pexels.com/photos/449018/pexels-photo-449018.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260) center center; */
    background-size: cover;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.containerabt {
    width: 100%;
    height: 25vh;
    background-color: #cacaca;
    background-size: cover;
    background-image: url("../images/banner/abtbanner.jpg");
    background-position: center center;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-1 {
    display: inline-block;
    width: 100%;
    position: relative;
    border: none;
    cursor: pointer;
    border: 1px solid #dcdcdc;
    background: #fff;
}

.buttonread {
    display: inline-block;
    position: relative;
    border: none;
    cursor: pointer;
    border-bottom: 2px solid #ef7f1a;
    background: transparent;
}

.buttonread a {
    background: transparent;
}

.rmore {
    transition: .5s;
}

.rmore a {
    text-decoration: none;
    color: #000;
}

.rmore a:hover {
    border-bottom: 2px solid #000;
}

span {
    display: block;
}

.btn-1::before, .btn-1::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.2s linear;
    background: #9a9a9a;
}

span::before, span::after {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #9a9a9a;
}

.btn-1:hover::before, .btn-1:hover::after {
    width: 100%;
}

.btn-1:hover span::before, .btn-1:hover span::after {
    height: 100%;
}

/*----- button 1 -----*/
.btn-1::before, .btn-1::after {
    transition-delay: 0.2s;
}

.btn-1 span::before, .btn-1 span::after {
    transition-delay: 0s;
}

.btn-1::before {
    right: 0;
    top: 0;
}

.btn-1::after {
    left: 0;
    bottom: 0;
}

.btn-1 span::before {
    left: 0;
    top: 0;
}

.btn-1 span::after {
    right: 0;
    bottom: 0;
}

.btn-1:hover::before, .btn-1:hover::after {
    transition-delay: 0s;
}

.btn-1:hover span::before, .btn-1:hover span::after {
    transition-delay: 0.2s;
}

.mt-50 {
    margin-top: 50px;
}

.spacer20 {
    height: 20px;
}

.mt-80 {
    margin-top: 80px;
}

.serbg1 {
    background-image: url("../images/serbg1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.serbg2 {
    margin-top: 40px;
    background-image: url("../images/serbg2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.serbg3 {
    margin-top: 40px;
    background-image: url("../images/serbg3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.serbg4 {
    margin-top: 40px;
    background-image: url("../images/serbg4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.serbg5 {
    margin-top: 40px;
    background-image: url("../images/serbg5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.serbg6 {
    margin-top: 40px;
    background-image: url("../images/serbg6.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.serbg7 {
    margin-top: 40px;
    background-image: url("../images/serbg7.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.serbg8 {
    margin-top: 40px;
    background-image: url("../images/serbg8.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.about_box_inner1 .sertxt {
    margin-bottom: 0px;
}

.about_box_inner1 {
    padding: 50px 40px;
}

.about_box_inner1 ul {
    padding: 0px;
    margin: 0px;
}

.about_box_inner1 ul li {
    font-size: 15px;
    color: #000;
    margin: 0px;
    margin: 0px 0px 0px 20px;
}

.about_box_inner1 .ulhead {
    font-weight: 600;
    margin-bottom: 5px;
}

.about_box_services {
    margin-top: 100px;
}

.about_box_innerun {
    padding: 50px 0px 30px 0px;
}

.about_box_inner {
    padding: 75px 30px 20px 30px;;
}

.about_box_inner ul {
    padding: 0px;
    margin: 0px;
}

.about_box_inner ul li {
    font-size: 15px;
    color: #000;
    margin: 0px;
    margin: 0px 0px 0px 20px;
}

.about_box_inner_team {
    padding: 40px 20px 0px 20px;;
}

.about_box_inner_team img {
    padding: 0px 0px 20px 0px;;
}

.container,
.container-fluid {
    padding-right: 80px;
    padding-left: 80px;
}

.get-start {
    font-size: 45px;
    line-height: 1.1;
    margin-right: 70px;
    padding: 0;
    color: #000;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;

}

.top-scroll {
    display: inline-block;
    border-radius: 50%;
    position: relative;
    margin-left: 180px;
    border: 2px solid #000;
    width: 55px;
    height: 55px;
    bottom: 60px;
}

.top-scroll img {
    width: 55px;
}

.lftspc {
    padding-left: 40px;
}

#slider11 {
    overflow: hidden;
    padding-bottom: 190px;
    position: relative;
    width: 600px;
}

#slider11 li {
    float: left;
    position: relative;
    width: 600px;
    display: inline-block;
    height: 200px;
}

#slider11 ul {
    list-style: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 9000px;
    transition: left .2s linear;
    -moz-transition: left .2s linear;
    -o-transition: left .2s linear;
    -webkit-transition: left .2s linear;

}

/*** Content ***/

.slider-container {
    color: #000;
    padding: 0;
    width: 550px;
    min-height: 240px;
}

.slider-container h2 {
    color: #fff;
}

.slider-container p {
    margin: 10px 25px;
    font-weight: semi-bold;
    line-height: 150%;
}

/*** target hooks ****/

@-webkit-keyframes slide-animation {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 1;
    }
    20% {
        left: 0px;
        opacity: 1;
    }
    22.5% {
        opacity: 0.6;
    }
    25% {
        left: -600px;
        opacity: 1;
    }
    45% {
        left: -600px;
        opacity: 1;
    }
    47.5% {
        opacity: 0.6;
    }
    50% {
        left: -1200px;
        opacity: 1;
    }
    70% {
        left: -1200px;
        opacity: 1;
    }
    72.5% {
        opacity: 0.6;
    }
    75% {
        left: -1800px;
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    98% {
        left: -1800px;
        opacity: 0;
    }
    100% {
        left: 0px;
        opacity: 0;
    }
}

#slider11 ul {
    -webkit-animation: slide-animation 20s infinite;
}

#slider11 ul:hover {
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

.slideshow {
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.slideshow.screen-height {
    width: 100%;
    height: 100vh;
}

.slideshow .slideshow-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slideshow .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transition: opacity 0.3s ease;
    will-change: transform, opacity, width, right, left;
}

.slide.is-active {
    display: block;
}

.slide.is-loaded {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.slide .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: 1;
    background-size: cover;
    image-rendering: optimizeQuality;
    will-change: left, right;
}

.slide .image-container:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.2);
}

.slide .image-container:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 266px;
    content: "";
    transform: scale(-1);
    background-image: linear-gradient(#0e0e0e 0%, rgba(14, 14, 14, 0.738) 19%, rgba(14, 14, 14, 0.541) 34%, rgba(14, 14, 14, 0.382) 47%, rgba(14, 14, 14, 0.278) 56.5%, rgba(14, 14, 14, 0.194) 65%, rgba(14, 14, 14, 0.126) 73%, rgba(14, 14, 14, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(14, 14, 14, 0.021) 91%, rgba(14, 14, 14, 0.008) 95.2%, rgba(14, 14, 14, 0.002) 98.2%, rgba(14, 14, 14, 0) 100%);
}

.slide .image {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 105%;
    min-height: 105%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    transition: 2s filter linear;
}

.slide .image.is-loading {
    display: block;
    width: 100%;
    height: 100%;
}

.slide .image.is-blur {
    filter: url(#blur);
    filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
}

.slide__slide-content {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 35px;
}

.slide__slide-content h2 {
    display: block;
    color: #000;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 2px;
    margin-top: 0;
    overflow: hidden;
    position: relative;
    padding: 0 0;
    text-align: left !important;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
}

.slide__slide-content h4 {
    width: 100%;
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 0;
    overflow: hidden;
    position: relative;
    padding: 0 0;
    mix-blend-mode: lighten;
    will-change: transform, opacity;
    text-align: left !important;
    font-weight: 400;
}

.slide__slide-content img {
    max-width: 300px;
    display: table;
    margin: 0 auto 40px;
    width: 100%;
}

.counter {
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: white;
}

.counter__nbr {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 3.23076923;
    color: white;
}

.counter__nbr.counter__nbr--yellow {
    color: #fed208;
}

.view-events,
.skip-intro {
    z-index: 2;
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 19px;
    line-height: 1.38461538;
    text-transform: uppercase;
    backface-visibility: hidden;
    opacity: 1;
    visibility: visible;
    letter-spacing: 0.2rem;
    will-change: opacity, visibility;
}

.view-events.is-hidden,
.skip-intro.is-hidden {
    opacity: 0;
    visibility: hidden;
}

.view-events span,
.skip-intro span {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 10px;
}

.view-events span :before,
.skip-intro span :before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(239, 239, 239, 0.2);
    right: 0;
    transform: translateX(-101%);
    top: 0;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: transform;
}

.view-events__line,
.skip-intro__line {
    position: absolute;
    left: 50%;
    content: "";
    top: calc(100% + 10px);
    width: 1px;
    height: 30px;
    will-change: transform;
    overflow: hidden;
}

.view-events__line i,
.skip-intro__line i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-101%);
    background-color: #fed208;
}

.view-events:hover span:before,
.skip-intro:hover span:before {
    transform: translateX(0);
}

.arrows .arrow {
    margin: -33px 0 0;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 3;
    width: 55px;
    height: 55px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.arrows .arrow:before {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 67px;
    height: 67px;
    opacity: 0.3;
    content: "";
    border-radius: 50%;
}

.arrows .arrow .svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 13px;
    fill: white;
}

.arrows .arrow .svg:before {
    position: absolute;
    height: 1px;
}

.arrows .arrow .svg svg {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: visible;
    will-change: transform;
}

.arrows .arrow .svg svg .arrow__line {
    opacity: 0;
    visibility: hidden;
}

.arrows .arrow__line {
    fill: none;
    stroke: white;
    stroke-width: 2;
    stroke-miterlimit: 10;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: absolute;
    will-change: transform, opacity, visibility;
}

.arrows .prev {
    left: 80px;
}

.arrows .prev svg {
    transform: translateX(2px);
}

.arrows .prev svg .arrow__line {
    transform: translateX(-50px);
}

.arrows .prev:hover .svg svg {
    transform: translateX(-2px);
}

.arrows .prev:hover .svg svg .arrow__line {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.arrows .next {
    right: 80px;
}

.arrows .next svg {
    transform: translateX(-2px);
}

.arrows .next svg .arrow__line {
    transform: translateX(50px);
}

.arrows .next:hover .svg svg {
    transform: translateX(2px);
}

.arrows .next:hover .svg svg .arrow__line {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.pages {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    cursor: default;
    z-index: 2;
    text-align: center;
}

.pages ul {
    padding: 0;
    margin: 0;
}

.pages .page {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 0 2px;
}

.pages .page__link {
    position: relative;
    display: block;
    color: white;
    font-size: 0;
    line-height: 1.5;
    padding: 2px 15px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: color;
    transform: translateZ(0);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.7);
}

.pages .page__link i {
    position: absolute;
    width: 100%;
    height: 18px;
    background-color: #ef7f1a;
    right: 0;
    transform: translateX(-100%);
    top: 0;
    will-change: transform;
}

.pages .page + .page {
    margin-left: -2px;
}

.logo {
    display: block;
    width: 120px;
}

.flogo {
    display: block;
    padding-bottom: 40px;
    margin: 0 auto;
    text-align: center;
}

.logo img {
    width: 100%;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 100;
    padding-top: 15px;
    padding-bottom: 15px;
}

.common_ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.langcommon_ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-bottom: 20px;
}

.langcommon_ul img {
    margin-right: 5px;
}

.menu_list li {
    margin-left: 15px;
}

.menu_list li a {
    text-decoration: none !important;
    line-height: 1;
    font-size: 14px;
    color: #000;
    padding: 10px;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
}

.menu_list li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 32px;
    border-bottom: 5px solid #ef7f1a;
    z-index: -1;
    right: 0;
    -webkit-transform: translate3d(-105%, 0, 0);
    -ms-transform: translate3d(-105%, 0, 0);
    -moz-transform: translate3d(-105%, 0, 0);
    transform: translate3d(-105%, 0, 0);
    top: 3px;
    color: #fff ! important;
    will-change: transform;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu_list li a:hover:after {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.menu_list li.active a:after {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.langmenu_list li {
    margin-left: 15px;
}

.langmenu_list li img {
    margin-bottom: 2px;
}

.langmenu_list li a {
    text-decoration: none !important;
    line-height: 1;
    font-size: 13px;
    color: #000;
    padding: 10px 5px;;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
}

.langmenu_list li .active {
    color: #880000;
}

.langmenu_list li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 32px;
    border-bottom: 3px solid #ef7f1a;
    z-index: -1;
    right: 0;
    -webkit-transform: translate3d(-105%, 0, 0);
    -ms-transform: translate3d(-105%, 0, 0);
    -moz-transform: translate3d(-105%, 0, 0);
    transform: translate3d(-105%, 0, 0);
    top: 3px;
    color: #fff ! important;
    will-change: transform;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.langmenu_list li a:hover:after {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.langmenu_list li.active a:after {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.section {
    padding: 50px 0;
}

.buttonnew {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: none;
    line-height: 1;
    padding: 7px 0px;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    letter-spacing: 0.02em;
    font-size: 15px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
}

.buttonnew:hover {
    background-color: #fff;
    color: #000;
}

.buttonnew.button_gold {
    border: 1px solid #0b877d;
    background-color: #0b877d;
    color: #fff;
}

.buttonew.button_gold:hover {
    background-color: #ef7f1a;
    border: 1px solid #ef7f1a;
    color: #fff;
}

.buttonnew.button_gold1 {
    color: #000;
    border-bottom: 2px solid #ef7f1a;
}

.buttonnew.button_gold1:hover {
    border-bottom: 2px solid #000;
    color: #000;
}

.buttonnew.button_gold1cont {
    color: #000;
    font-size: 21px;
    border-bottom: 3px solid #ef7f1a;
}

.buttonnew.button_gold1cont:hover {
    border-bottom: 3px solid #000;
    color: #000;
}

.buttonnew.button_goldnew1 {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}

.buttonnew.button_goldnew1:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
}

.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: none;
    line-height: 1;
    padding: 12px 30px;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    letter-spacing: 0.02em;
    font-size: 15px;
    background-color: transparent;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
}

.button:hover {
    background-color: #fff;
    color: #000;
}

.button.button_gold {
    border: 1px solid #0b877d;
    background-color: #0b877d;
    color: #fff;
}

.button.button_gold:hover {
    background-color: #ef7f1a;
    border: 1px solid #ef7f1a;
    color: #fff;
}

.button.button_gold1 {
    color: #000;
    border-bottom: 3px solid #ef7f1a;
}

.button.button_gold1:hover {
    border-bottom: 3px solid #000;
    color: #000;
}

.button.button_goldnew1 {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}

.button.button_goldnew1:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
}

.bctr {
    text-align: center;
    margin-top: 30px;
}

.bctrcont {
    text-align: center;
}

.button.button_red {
    border: 1px solid #ce1a1a;
    background-color: #ce1a1a;
    color: #fff;
}

.button.button_red:hover {
    background-color: transparent;
    color: #fff;
}

.primary_heading2 {
    font-size: 45px;
    color: #000;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 10px;
    position: relative;
    margin-bottom: 30px;
}

.primary_heading2:after {
    content: '';
    width: 50px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ef7f1a;
}

.primary_heading1 {
    font-size: 45px;
    color: #000;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 10px 13px;
    position: relative;
    margin-bottom: 30px;
}

.primary_heading1:after {
    content: '';
    width: 50px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 13px;
    background-color: #ef7f1a;
}

.primary_heading {
    font-size: 45px;
    color: #000;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 10px 15px;
    position: relative;
    margin-bottom: 30px;
}

.primary_heading:after {
    content: '';
    width: 50px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 15px;
    background-color: #ef7f1a;
}

.primary_heading.text_center {
    text-align: center;
}

.primary_heading.text_center:after {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.section_about {
    padding-bottom: 50px;
}

.section_about .row {
    margin-right: -100px;
    margin-left: -100px;
}

.nopspac {
    padding-left: 0px;
    padding-right: 0px;
}

.section_about .row .col-md-6 {
    padding-right: 80px;
    padding-left: 80px;
}

.img_box {
    overflow: hidden;
    display: block;
}

.img_box img {
    padding-right: 30px;
    margin: 0;
    padding: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.secondary_heading {
    font-weight: 600;
    color: #0b877d;
    line-height: 1.2;
    font-size: 20px;
    padding: 0 0 10px;
    margin: 0 0 10px;
    letter-spacing: -0.4px;
    position: relative;
}

.secondary_heading:after {
    content: '';
    width: 30px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ef7f1a;
}

.secondary_heading1 {
    font-weight: normal;
    color: #404040;
    line-height: 1.2;
    font-size: 16px;
    text-align: center;
    padding: 0px 0 0px;
    margin: 0 0 7px;
    letter-spacing: 0.02em;
    position: relative;
    font-weight: 600;
}

.secondary_heading_cont {
    font-weight: 600;
    color: #0b877d;
    line-height: 1.2;
    font-size: 20px;
    padding: 0 0 10px;
    margin: 40px 0px 20px 0px;
    letter-spacing: -0.4px;
    position: relative;
}

.secondary_heading_cont:after {
    content: '';
    width: 30px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ef7f1a;
}

#get-in-touch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    display: inline-block;
    text-decoration: none !important;
}

/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
    height: 100%;
}

.centers_main_inner a {
    color: #f3f3f3;
    text-decoration: none;
}

.centers_main_inner1 h5 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 7px;
    font-size: 13px;
    color: #f3f3f3;
}

.mt-30 {
    margin-top: 30px
}

.bggrey {
    background: #f3f3f3;
}

.about_one {
    position: relative;
}

.about_one .img_box {

}

.about_one .about_box {
    padding: 30px;
    background-color: rgba(228, 228, 228, 1);
}

.about_one .about_box p {
    margin: 0;
}

.about_two {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 200px;
    position: relative;
}

.about_two .img_box {
    width: 90%;
    -ms-flex-order: 2;
    order: 2;
}

.about_two .about_box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 530px;
    -ms-flex-order: 1;
    order: 1;
    position: absolute;
    left: 0;
    top: 0;
    background: #0b877d;
    padding: 30px;
}

.about_two .about_box h3,
.about_two .about_box p {
    color: #fff;
}

.about_two .about_box p {
    margin: 0;
}

.about_two .about_box h3:after {
    background-color: #fff;
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section_society {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.section_society .container-fluid {
    position: relative;
    z-index: 3;
}

.section_society:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.section_society .about_box h3 {
    margin-bottom: 25px;
}

.section_society .about_box p {
    margin-bottom: 50px;
}

.center_image {
    height: 75%;
    width: calc(100% + 30px);
    position: absolute;
    right: 0px;
    bottom: 0;
    z-index: 1;
}

.centers_col {
    position: relative;
}

.centers_main_box {
    position: relative;
    z-index: 5;
    height: 100%;
}

.centers_col_txt {
    position: relative;
    z-index: 1;
}

.centers_main_inner {
    background-color: transparent;
    padding: 0px;
    height: 100%;
}

.centers_main_box button {
    padding: 0px;
}

.centers_main_inner img {

    margin-bottom: 20px;
}

.centers_main_inner .secondary_heading {
    font-size: 18px;
}

.centers_main_inner p {
    margin: 0;
}

.centers_main_inner1 {
    background-color: #fff;
    padding: 10px 30px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.centers_main_inner1 a {
    text-decoration: none;
    color: #f3f3f3;
}

.centers_main_inner1 .secondary_heading {
    font-size: 21px;
    text-align: center;
}

.centers_main_inner1 p {
    margin: 0;
}

.center_box {
    padding: 36px 0px;
}

.center_box .primary_heading {
    color: #000;
    margin-bottom: 20px;
}

.center_box p {
    color: #000;
    margin: 0;
}

.polypro_box {
    width: 500px;
}

.polypro_box h2 {
    color: #fff;
}

.polypro_box p {
    color: #fff;
}

.section_art4life,
.section_polylab {
    min-height: 100vh;
}

.section_polypro {
    min-height: 800px;
    background-image: url("../images/polypro.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
}

.section_polypro:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    width: 100%;
    height: 100%;
}

.section_polypro .container-fluid {
    position: relative;
    z-index: 10;
}

.section_art4life,
.section_polylab {
    width: 100%;
    position: relative;
}

.section_art4life:after,
.section_polylab:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    width: 100%;
    height: 100%;
}

.section_art4life .container-fluid,
.section_polylab .container-fluid {
    position: relative;
    z-index: 10;
}

.section_art4life .primary_heading,
.section_polylab .primary_heading,
.section_art4life p,
.section_polylab p {
    color: #fff;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 100%;
    height: 50px;
    outline: none !important;
    box-shadow: none !important;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color: #404040;
    line-height: 1;
    background-color: transparent;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

label.error {
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 12px;
    color: #ce1a1a;
    line-height: 1;
    display: block;
    margin: 0;
    padding: 0;
}

textarea.form-control {
    height: 100px;
    resize: none;
}

.form_submit.button.button_gold {
    min-width: 140px;
    display: inline-block;
}

.form_submit.button.button_gold:hover {
    color: #c98818 !important;
}

.text_center {
    text-align: center;
}

.contact_box {
    max-width: 800px;
    margin: 0 auto;
}

.alnrgt {
    text-align: center;
}

#get-in-touch {
    display: block;
}

#footer a {
    position: relative;
}

.footer_box img {
    max-width: 200px;
    margin: 0 0 0px;
}

.footer_box h6 {
    font-size: 21px;
    color: #000;
    line-height: 41px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

.footer_box h6 a {
    color: #000;
    text-decoration: none;
}

.footer_box h6 a:hover {
    color: #0b877d;
}

.footer_box ul {
    padding: 0px;
    margin: 0px;
}

.footer_box ul li {
    list-style: none;
    font-size: 16px;
    color: #404040;
    line-height: 25px;
    font-weight: 600;
    margin: 0px;
    padding: 0;
}

.footer_box ul li a {
    color: #404040;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

.footer_box {
    padding-top: 70px;
    padding-bottom: 50px;
}

.container-fluid {
    max-width: 1600px;
}

.production_box_main {
    position: relative;
}

.production_circle {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    right: 600px;
    top: 0px;
}

.polypro_box_main .production_box {
    max-width: 350px;
    position: absolute;
}

.polypro_box_main .production_box:after {
    content: '';
    width: 2px;
    position: absolute;
    background-color: #fff;
}

.polypro_box_main .secondary_heading {
    color: #fff;
    font-size: 28px;
    margin-bottom: 5px;
}

.polypro_box_main .secondary_heading:after {
    display: none;
}

.polypro_box_main h5 {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 15px;
    padding: 0;
    color: #fff;
}

.polypro_box_main p {
    color: #fff;
}

.production_box_arts {
    top: -360px;
    right: 350px;
}

.production_box_arts img {
    width: 80px;
}

.production_box_arts:after {
    height: 148px;
    left: 39px;
    top: 218px;
}

.production_box_performance {
    top: -160px;
    right: 0;
    max-width: 450px !important;
    padding-left: 100px;
}

.production_box_performance img {
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
}

.production_box_performance:after {
    height: 193px;
    left: -77px;
    top: 33px;
    -webkit-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    transform: rotate(55deg);
}

.production_box_creativity {
    top: 60px;
    right: 30px;
    max-width: 450px !important;
    padding-left: 100px;
}

.production_box_creativity img {
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
}

.production_box_creativity:after {
    height: 146px;
    left: -66px;
    top: -35px;
    -webkit-transform: rotate(-65deg);
    -ms-transform: rotate(-65deg);
    -moz-transform: rotate(-65deg);
    transform: rotate(-65deg);
}

.production_box_music {
    top: 70px;
    right: 850px;
    max-width: 380px !important;
    padding-right: 80px;
}

.production_box_music img {
    width: 80px;
    position: absolute;
    right: 0;
    top: 0;
}

.production_box_music:after {
    height: 185px;
    right: -87px;
    top: -82px;
    -webkit-transform: rotate(74deg);
    -ms-transform: rotate(74deg);
    -moz-transform: rotate(74deg);
    transform: rotate(74deg);
}

.grclr {
    background: #f3f3f3;
}

.btfot {
    padding: 20px 0px;
    width: 100%;
    font-size: 14px;
    color: #757575;
    text-align: center
}

.btfot a {
    color: #757575;
}

.footer_txt {
    margin: 0;
    text-align: center;
    font-size: 13px;
    color: #757575;
}

.footer_txt a {
    text-decoration: none !important;
    color: #757575;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer_txt a:hover {
    color: #000;
}

.header {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.small-header .header {
    background-color: rgba(243, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
}

.small-header .logo {
    width: 70px;
}

.small-header .langmenu_list {
    display: none;
    padding-bottom: 0px;
}

/*.section_contact{
  background-image: url("../images/bg_lines.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}*/
.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

.hglink {
    background: #0b877d;
}

.hglink a {
    color: #fff ! important;
    transition: .5s;
}

.hglink a:hover {
    background: rgba(239, 127, 26);
}

.dhide {
    display: none
}

.imgrgt {
    text-align: right
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #f3f3f3;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 1;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    padding: 20px 51px 30px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    outline: none !important;
}

.modal-header .close span {
    color: #404040;
    font-size: 18px;
    font-weight: 600;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 30px 50px;
}

span.wpcf7-list-item {
    position: relative;
    display: block;
    margin: 0 0 5px;
}

span.wpcf7-list-item input[type=checkbox] + span:before {
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 0;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: .5em;
    content: "\f00c";
    font: normal normal normal 12px/1 FontAwesome;
    text-align: center;
    line-height: 18px;
    color: #fff;
    background: #fff;
}

span.wpcf7-list-item-label:before, span.wpcf7-list-item-label:after {
    content: " ";
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

span.wpcf7-list-item input[type=checkbox]:checked + span:before {
    color: #000;
}

span.wpcf7-list-item input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.modal-content .primary_heading {
    width: 100%;
    font-size: 25px;
    margin-bottom: 10px;
}

.modal-content .primary_heading:after {
    height: 2px;
}

.modal-header {
    position: relative;
}

.modal-header .close {
    position: absolute;
    padding: 40px 55px;
    right: 0;
    top: 0;
    margin: 0;
}

.hamburger {
    position: relative;
    width: 30px;
    height: 17px;
    cursor: pointer;
    display: none;
}

.hamburger span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    left: 0;
}

.hamburger span:nth-of-type(1) {
    top: 0;
}

.hamburger span:nth-of-type(2) {
    top: 7px;
}

.hamburger span:nth-of-type(3) {
    top: 14px;
}

.tdet {
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 14px;
}

.centers_main_box h5 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.centers_main_box h5 a {
    color: #666;
}

.menu_list li.artLife a {
    background-color: #ce1a1a;
}

.menu_list li.artLife a:after {
    display: none;
}

.slide__slide-content_river {
    /* position: absolute;
     left: 200px;
     top:300px;*/
    text-align: left !important;
}

.slides .slide:last-of-type .slide__slide-content_river {
    left: 200px;
    bottom: auto;
    top: 300px;
}

.slide .image {
    -webkit-transform-origin: center;
    transform-origin: center;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.inner_banner {
    height: 400px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.inner_banner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
}

.inner_banner .container-fluid {
    position: relative;
    z-index: 10;
}

.inner_banner h1 {
    margin: 0;
    font-weight: 600;
    font-size: 45px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.01em;
}

.privacy_section {
    padding-top: 0;
}

.privacy {
    padding-top: 10px;
}

.privacy h2 {
    font-size: 23px;
    color: #404040;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin: 40px 0 10px;
    padding: 0;
}

.privacy small {
    font-size: 13px;
    line-height: 1.2;
}

.privacy p {
    margin-bottom: 5px;
}

.privacy ul li {
    font-size: 15px;
    color: #404040;
    line-height: 1.5;
    margin: 0 0 3px;
    padding: 0;
}

.privacy a {
    color: #404040;
}

.privacy a:hover {
    color: #ce1a1a;
}

.privacy_menu {
    width: 100%;
    margin: 0 0 5px;
    padding: 0;
    line-height: 1;
    text-align: center;
}

.privacy_menu a {
    display: inline-block;
    text-decoration: none !important;
    color: #757575;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.privacy_menu a:hover {
    color: #404040;
}

@media (max-width: 2000px) {
    .centers_main_inner1 {
        min-height: 135px;
    }
}

@media (max-width: 1300px) {
    .centers_main_inner1 {
        min-height: 150px;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (max-width: 992px) {

    .menu_list li a {
        margin-bottom: 25px;
    }

    .imgrgt {
        text-align: center
    }

    .imgctr {
        text-align: center
    }

    .botmarow {
        margin-bottom: 70px;
    }

    .menu_list li a {
        margin-bottom: 25px;
    }

    .dhide {
        display: block;
    }

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

@media (max-width: 1500px) {
    .centers_main_inner {
        padding: 0px;
    }

    .centers_main_inner1 {
        padding: 25px 15px;

    }

    .center_box {
        padding: 0px 0px;
    }

}

@media (max-width: 1400px) {
    .centers_main_inner {
        padding: 0;
    }

    .centers_main_inner1 {
        width: 100%;
    }

    .polypro_box {
        width: 400px;
    }

    .menu_list li {
        margin-left: 5px;
    }

}

@media (max-width: 1200px) {

    p {
        font-size: 15px;
        line-height: 1.4;
    }

    .container,
    .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }

    .primary_heading {
        font-size: 36px;
    }

    .centers_main_inner {
        padding: 0px;

    }

    .centers_main_inner1 {
        padding: 20px;
    }

    .center_box .primary_heading {
        margin-bottom: 5px;
        font-size: 30px;
    }

    .section_centers {
        padding: 120px 0;
    }

    .production_box_arts img,
    .production_box_creativity img,
    .production_box_music img,
    .production_box_performance img {
        width: 50px;
    }

    .polypro_box_main .secondary_heading {
        font-size: 22px;
    }

    .production_box_performance {
        top: -160px;
        right: 0;
        max-width: 340px !important;
        padding-left: 70px;
    }

    .polypro_box_main .production_box p {
        font-size: 13px;
    }

    .production_circle {
        width: 60px;
        height: 60px;
        right: 494px;
        top: 0px;
    }

    .production_box_creativity:after {
        left: -111px;
        top: -98px;
        height: 229px;
        -webkit-transform: rotate(-75deg);
        -ms-transform: rotate(-75deg);
        -moz-transform: rotate(-75deg);
        transform: rotate(-75deg);
    }

    .production_box_creativity {
        top: 60px;
        right: 0;
        max-width: 280px !important;
        padding-left: 70px;
    }

    .production_box_performance:after {
        height: 219px;
        left: -77px;
        top: -3px;
    }

    .production_box_arts {
        top: -318px;
        right: 315px;
    }

    .production_box_arts:after {
        height: 148px;
        left: 39px;
        top: 170px;
    }

    .polypro_box_main .production_box.production_box_arts {
        max-width: 250px;
    }

    .production_box_music {
        top: 70px;
        right: 715px;
        max-width: 270px !important;
        padding-right: 50px;
    }

    .section_polypro {
        min-height: 740px;
    }

    .menu_list li a {
        font-size: 15px;
        padding: 6px;
    }

    .logo {
        width: 200px;
    }

    .arrows .prev {
        left: 30px;
    }

    .arrows .next {
        right: 30px;
    }

    .section {
        padding: 50px 0;
    }

    .section_about .row {
        margin-right: -30px;
        margin-left: -30px;
    }

    .section_about .row .col-md-6 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .secondary_heading {
        font-size: 22px;
    }

    .about_one .about_box {
        bottom: 10px;
        background-color: rgba(228, 228, 228, 0.8);
    }

    .about_two .about_box {
        width: 100%;
    }

    .slide__slide-content h2 {
        font-size: 50px;
    }

    .slide__slide-content_river {
        left: 100px;
        bottom: 100px;
    }

    .slides .slide:last-of-type .slide__slide-content_river {
        left: 100px;
        bottom: auto;
        top: 120px;
    }
}

@media (max-width: 992px) {

    .mhide {
        display: none;
    }

    .section {
        padding: 50px 0;
    }

    .primary_heading {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .polypro_box {
        width: 100%;
    }

    .production_circle {
        display: none;
    }

    .polypro_box_main .production_box {
        position: relative !important;
        right: auto !important;
        left: auto !important;
        top: auto !important;
        bottom: auto !important;
        max-width: 100% !important;
        padding: 0 !important;
        padding-left: 70px !important;
        margin: 0 0 50px !important;
    }

    .polypro_box_main .production_box:last-of-type {
        margin-bottom: 0 !important;
    }

    .polypro_box_main .production_box img {
        position: absolute !important;
        left: 0 !important;
        right: auto !important;
        top: 0 !important;
    }

    .polypro_box_main .production_box:after {
        display: none !important;
    }

    .section_society .about_box p {
        margin-bottom: 20px;
    }

    .polypro_box_main h5 {
        font-weight: 400;
        font-size: 16px;
        margin: 0 0 5px;
    }

    .polypro_box_main .secondary_heading {
        font-size: 20px;
    }

    .production_box_main {
        margin-top: 50px;
    }

    .center_box,
    .centers_main_inner {
        height: auto;
    }

    .center_box,
    .centers_main_inner1 {
        height: auto;
    }

    .center_box {
        margin-bottom: 30px;
    }

    .hamburger {
        display: block;
    }

    .section_about .row .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about_two .img_box,
    .about_one .img_box {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .about_two .about_box,
    .about_one .about_box {
        position: relative;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        right: 0;
        top: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .about_two {
        padding-top: 0px;
    }

    .about_one {
        padding-bottom: 0;
    }

    .main_menu {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 200;
        background: #f3f3f3;
        left: 0;
        top: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -moz-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transform-origin: right;
        transform-origin: right;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .main_menu.active {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -moz-transform: translateX(0%);
        transform: translateX(0%);
    }

    .hamburger {
        position: relative;
        z-index: 201;
    }

    .hamburger.active span:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 7px;
    }

    .hamburger.active span:nth-of-type(2) {
        opacity: 0;
        visibility: hidden;
    }

    .hamburger.active span:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 7px;
    }

    .menu_list {
        display: block !important;
        text-align: center;
    }

    .menu_list li a {
        font-size: 25px;
        padding: 6px;
        margin-bottom: 25px;
    }

    .menu_list li a:after {
        border-bottom: 2px solid #ef7f1a;
    }

}

@media (max-width: 769px) {

    .botmarow {
        margin-bottom: 70px;
    }

    .imgrgt {
        text-align: center
    }

    .imgctr {
        text-align: center
    }

    .top-scroll {
        margin-left: 231px;
    }

    .get-start {
        margin-right: 0px;
    }

    .dhide {
        display: block;
    }

    .about_box_inner1 {
        padding: 30px 20px;
    }

    .menu_list li a {
        margin-bottom: 25px;
    }

    .menu_list li a:after {
        border-bottom: 2px solid #ef7f1a;
    }

    .mhide {
        display: none;
    }

    .centers_main_inner1 {
        min-height: 100px;
    }

    .falgnlft {
        text-align: center;
        padding-left: 0px;
        padding-top: 30px;
    }

    .falgnrgt {
        text-align: center;
        padding-right: 0px;
        border-right: none;
        border-bottom: 1px solid #ccc;
    }

    .footer_box {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .flogo {
        padding-bottom: 20px;
    }

    button {
        margin-bottom: 40px;
    }

    .section {
        padding: 30px 0;
    }

    .about_box_inner {
        padding: 20px;
    }

    .primary_heading1 {
        font-size: 27px;
        margin-bottom: 15px;
    }

    .primary_heading2 {
        font-size: 27px;
        margin-bottom: 15px;
    }

    .homecapt ul {
        padding-left: 0px;
        margin-left: 0px;
    }

    .homecapt ul li {
        text-align: center;
    }

    .lftspc {
        padding-left: 0px;
    }

    .slide__slide-content {
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 35px;
        will-change: width, left, right;
    }

    .slide__slide-content h2 {
        text-align: center !important;
    }

    .slide__slide-content h4 {
        text-align: center !important;
    }

    .containerani {
        width: 100%;
        height: 50vh;
        background-size: cover;
        background: url(../images/banner/banner1.jpg) center center;
        /* 	background: url(https://images.pexels.com/photos/449018/pexels-photo-449018.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260) center center; */
        background-size: cover;
    }

    *, *:after, *:before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .logo img {
        width: 30%;
    }

    .slide .image {
        -webkit-transform-origin: center;
        transform-origin: center;
        -o-object-position: center center;
        object-position: center center;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .slide__slide-content h2 {
        font-size: 26px;
    }

    .slide__slide-content h4 {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .section_about .row .col-md-6 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .about_one,
    .about_two {
        position: relative;
    }

    .about_two .img_box,
    .about_one .img_box,
    .about_two .about_box,
    .about_one .about_box {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about_two .img_box {
        -ms-flex-order: 1;
        order: 1;
    }

    .arrows {
        display: none;
    }

    .slide__slide-content img {
        max-width: 180px;
    }

    .container,
    .container-fluid {
        padding-right: 20px;
        padding-left: 20px;
    }

    .section_art4life,
    .section_polylab {
        min-height: 60vh;
    }

    .section_about .row {
        margin-right: -20px;
        margin-left: -20px;
    }

    .section_about .row .col-md-6 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .footer_box img {
        max-width: 80px;
    }

    .centers_main_inner {
        margin-bottom: 0px;
    }

    .centers_main_inner1 {
        margin-bottom: 0px;
    }

    .modal-content .primary_heading,
    .centers_main_inner .secondary_heading {
        font-size: 20px;
    }

    .modal-content .primary_heading,
    .centers_main_inner1 .secondary_heading {
        font-size: 20px;
    }

    .modal-body {
        padding: 35px 25px;
    }

    .form-control {
        height: 40px;
        font-size: 14px;
    }

    .modal-header .close {
        padding: 10px 20px;
    }

    .section_society {
        min-height: 70vh;
    }

    .primary_heading:after {
        width: 30px;
        height: 2px;
    }

    .center_box .primary_heading,
    .primary_heading {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .logo {
        width: 180px;
    }

    .small-header .logo {
        width: 150px;
    }

    .slides .slide:last-of-type .slide__slide-content_river {
        left: 0;
        bottom: auto;
        top: 0;
    }

    .slide__slide-content_river {
        left: 0;
        bottom: 0;
        position: relative;
        text-align: center !important;
    }

    .slide__slide-content h4,
    .slide__slide-content h2 {
        text-align: center !important;
    }

    .button {
        min-width: 150px;
        margin-bottom: 5px;
    }
}

@media (max-width: 576px) {

    .slide__slide-content h2 {
        font-size: 21px;
    }

    .slide__slide-content h4 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .slide__slide-content {
        top: 20px;
    }

    .silogo {
        width: 50%;
        position: absolute;
        right: 4%;
        bottom: 3%;

    }

    .logo img {
        width: 30%;
    }

}

.our-clients-logo {
    text-align: center;
    padding: 15px;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.our-clients-logo:nth-last-child(n -2) {
    border-bottom: 0;
    border-top: 1px solid #ececec;
}

.our-clients-logo:nth-child(-n+2) {
    border-top: 0;
}

.our-clients-logo:nth-child(2n-2) {
    border-right: 0;
}

@media (min-width: 769px) {
    .our-clients-logo:nth-last-child(n -3) {
        border-bottom: 0;
        border-top: 1px solid #ececec;
    }
    .our-clients-logo:nth-child(-n+3) {
        border-top: 0;
    }
    .our-clients-logo:nth-child(3n-3) {
        border-right: 0;
    }
}

.bounce-up img {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bounce-up.in-view img {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.our-client-list li {
    margin-bottom: 10px;
}

.invalid-feedback {
    color: red;
}

input[type=submit] {
    cursor: pointer;
}
input[type=submit]:disabled {
    background-color: #cccccc!important;
}

@media (min-width: 992px) and (max-width: 1346px) {
    .menu_list li a{
        white-space: nowrap;
        height: 40px;
    }
}