@import url('https://fonts.googleapis.com/css2?family=Lato:ital@0;1&display=swap');
a {
    color: #35A89A;
    text-decoration: none;
    transition: all 200ms ease-in;
}

a:hover {
    color: #177267;
}

b,
strong {
    font-weight: 600;
}

body {
    position: relative;
    width: 100%;
    font-family: Lato;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
}

.container {
    max-width: 960px;
    padding:0px;
}


.newClass {
  background-color:#35A89A;
      overflow: hidden;
}
/* .btn-close */

.btn-clo {
    color: white;
    font-size: 30px;
    cursor: pointer;
    right: 30px;
    padding: 7px;
    position: relative;
    float: right;
    z-index: 10;
    display: none;
}

.slow {
    transform: translateX(-600%) translateZ(0);
    display: block;
}

.banner {
    background-image: url(../image/banner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: transparent;
    width: 100%;
    position: relative;
}

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

.top-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 13;
    overflow: hidden;
    padding: 13px 0;
    width: 100%;
}

.top-nav .icon {
    padding: 0px 24px;
}
.top-nav .icon i{    font-size: 14px;}
.top-nav a {
    color: white;
    width: 23px;
    height: 23px;
    font-size: 14px;
    line-height: 1.8;
    display: inline-block;
    transition: 0.2s ease-in color;
}

.top-nav a:hover {
    color: #35A89A;
}


/************************ zeynep ********************************/

.zeynep {
    bottom: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: translateX(100%) translateZ(0);
    z-index: 1011;
}

.zeynep .submenu:not(.no-transition),
.zeynep:not(.no-transition) {
    transition: all 250ms
}

.main {
    transition: all 350ms;
}

.grow {
    transition: all 350ms;
    margin-right: 295px;
}

.zeynep-overlay {
    background-color: rgba(0, 0, 0, .42);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1010
}

.zeynep-opened .zeynep-overlay {
    display: block
}

.zeynep.opened {
    pointer-events: auto;
    transform: translateX(0) translateZ(0)
}

.zeynep.submenu-opened {
    overflow: hidden
}

.zeynep .submenu {
    bottom: 0;
    min-height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 123;
}

.zeynep .submenu.opened {
    left: 0;
    pointer-events: auto
}

.zeynep .submenu.opened:not(.current) {
    overflow: hidden
}

.btn-open {
    color: white;
    font-size: 30px;
    cursor: pointer;
    right: 10px;
    padding: 1px;
    position: relative;
    float: right;
    z-index: 10;
    display: none;
}

.btn-open:active {
    box-shadow: inset 0 3px 5px 0px rgba(0, 0, 0, .1);
}

.btn-open.second {
    background-color: #ffffff;
    color: #fd698d;
}


/* zeynepjs menu styles */

.zeynep {
    background-color: #217266;
    color: white;
    width: 295px;
}

.zeynep ul {
    list-style-type: none;
    padding: 0;
    /* padding-left: 20px; */
    -webkit-overflow-scrolling: touch;
}

.zeynep ul>li {
    display: block;
        padding: 18px 20px;
}

.zeynep ul>li>a {
    color: inherit;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 150ms;
    text-transform: uppercase;
        position: relative;
}

.zeynep ul>li.has-submenu>a {
    background-image: url("/image/submenu-arrow.svg");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 8px 14px;
}
.zeynep ul>li:hover>a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    top: 28px;
    left: 0;
}
.zeynep ul>li.has-submenu>a:hover {
    background-image: url("/image/submenu-arrow.svg");
}
.zeynep ul>li.has-submenu>a > i {
    font-size: 20px;
    margin-left: 10px;
    position: absolute;
}

/* zeynepjs submenu styles */

.zeynep .submenu {
    background-color: #217266;
    left: 295px;
}

.zeynep .submenu-header {
    background-image: url("/image/menu-back.svg");
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    cursor: pointer;
    position: relative;
}

.zeynep .submenu-header>a {
    color: inherit;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 18px 20px;
    padding-left: 40px;
    text-decoration: none;
    text-transform: uppercase;
}
.zeynep .submenu-header>a>i {
    position: absolute;
    top: 17px;
    left: 20px;
    font-size: 20px;
}
.zeynep .submenu-header>a:before {
    background-image: url("/image/submenu-arrow.svg");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    content: "";
    height: 100%;
    left: 26px;
    position: absolute;
    top: 0;
    transform: rotate(-180deg);
    width: 20px;
}

.zeynep .submenu>label {
    color: #e77691;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 19px;
    opacity: .5;
    padding-left: 40px;
    width: 100%;
}

.zeynep-opened body {
    overflow: hidden;
}

.zeynep {
    left: auto;
    right: 0;
}


/********************** slick slider ************************/


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    margin-top: 3px;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.thumb-nav img {
    height: 65px !important;
}

.thumb-nav button {
    display: none !important;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    z-index: 100;
    font-size: 22px;
    height: 27px;
    width: 40px;
    margin-top: -20px;
    position: absolute;
    top: 25px;
    text-align: center;
    color: #fff;
    opacity: 1;
    transition: opacity .25s;
    cursor: pointer;
    background-color: #363434;
    border-radius: 2px;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
    opacity: .65;
}

.slick-slider .slick-prev {
    right: 45px;
}

.slick-slider .slick-next {
    right: 0;
}

.detail .product-images {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.detail .product-images li,
.detail .product-images figure,
.detail .product-images a,
.detail .product-images img {
    display: block;
    outline: none;
    border: none;
}

.detail .product-images .main-img-slider figure {
    margin: 0 auto;
    padding: 0 2em;
}

.detail .product-images .main-img-slider figure a {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.detail .product-images .main-img-slider figure a img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.detail .product-images .thumb-nav {
    margin: 0 auto;
    padding: 1px 0px;
}

.detail .product-images .thumb-nav.slick-slider .slick-prev,
.detail .product-images .thumb-nav.slick-slider .slick-next {
    font-size: 1.2em;
    height: 20px;
    width: 26px;
    margin-top: -10px;
}

.detail .product-images .thumb-nav.slick-slider .slick-prev {
    margin-left: -30px;
}

.detail .product-images .thumb-nav.slick-slider .slick-next {
    margin-right: -30px;
}

.detail .product-images .thumb-nav li {
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.detail .product-images .thumb-nav li img {
    display: block;
    width: 100%;
    max-width: 75px;
    margin: 0 auto;
    border: 3px solid transparent;
    -webkit-transition: border-color .25s;
    -ms-transition: border-color .25s;
    -moz-transition: border-color .25s;
    transition: border-color .25s;
}

.detail .product-images .thumb-nav li:hover,
.detail .product-images .thumb-nav li:focus {
    border-color: #999;
}

.product-images .buttons {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 2;
    background-color: #363434;
}

.buttons #toggle1 {
    background-color: #363434;
    color: #fff;
    border: none;
    padding: 2px 20px 7px 13px;
    border-radius: 2px;
}
.buttons #toggle2 {
    background-color: #363434;
    color: #fff;
    border: none;
    padding: 2px 20px 7px 13px;
    border-radius: 2px;
}
.buttons #toggle3 {
    background-color: #363434;
    color: #fff;
    border: none;
    padding: 2px 20px 7px 13px;
    border-radius: 2px;
}
.buttons #toggle4 {
    background-color: #363434;
    color: #fff;
    border: none;
    padding: 2px 20px 7px 13px;
    border-radius: 2px;
}

.product-images .buttons i {
    position: absolute;
    top: 6px;
    right: 7px;
        color: #fff;
}
.product-images .inr-txt{    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #0c060866;
    width: 100%;
    padding: 8px 5px 2px;
    color: #fff;
  }
.product-images .inr-txt h4{    font-size: 15px;
    text-transform: capitalize;}
.thank {
    padding: 100px 0px;
    text-align: center;
}
.thank p {
    font-size: 30px;
    line-height: 1.7;
    color: #35a89a;
    font-weight: 600;
}
.botm-ftr {
    border-top: 1px solid #f0eded;
    margin-top: 20px;
        text-align: center;
}
.botm-ftr .last {
    color: #fff;
    text-align: center;
    margin-top: 30px;
    display: block;
    font-size: 16px;
    margin-bottom: 25px;
}
/********************** slick slider ************************/


/* left.css */

.section-content {
    padding: 50px 0px;
        background: #f8f8f8;
}
.section-content img{width: 100%;}
.section-content h2 {
    padding-bottom: 0.8em;
    color: #555555;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
    font-family: "Lato" !important;
    word-wrap: break-word;
    margin: 0px;
}

p,
.paragraph {
    padding-bottom: 0.5em;
    color: #676767;
    letter-spacing: .02em;
    font-family: "Lato" !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
    word-wrap: break-word;
    padding-top: 2px;
}
.paragraph p{margin-top: 25px;}
div.paragraph ul,
div.paragraph ol {
    padding-left: 3em !important;
    margin: 5px 0 !important;
}

div.paragraph ul,
div.paragraph ul li {
    list-style: disc outside !important;
}

div.paragraph li {
    padding-left: 5px !important;
    margin: 3px 0 0 !important;
}

footer {
    position: relative;
    right: 0;
    z-index: 4;
    background: #35A89A;
    transition: right 610ms cubic-bezier(0, 0.8, 0.55, 1);
}

footer .foot {
    padding: 60px 0px 10px;
    font-size: 14px;
}

footer .image {
    padding: 10px 0px;
}

footer .paragraph {
    color: #fff;
    font-size: 14px;
    text-align: left;
}

footer .links ul {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 0px;
    width: 85%;
}

footer .links a {
    padding-bottom: 0.5em;
    color: #1F6D63;
    letter-spacing: .02em;
    font-family: "Lato" !important;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
    word-wrap: break-word;
    font-weight: bold;
}

footer .links a:hover {
    color: white;
}


/* menu from wordpress */
.nav-wrap{height: 550px;}
.nav-wrap .nav {
    position: absolute;
    top: 53%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.nav-wrap .nav ul {
    position: relative;
    display: inline-block;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.nav-wrap .nav li {
    display: inline-block;
        margin: 0px 12px;
}

.nav-wrap .nav li a {
    padding: 5px;
    border-bottom: 2px solid transparent;
    color: white;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-family: 'Roboto', sans-serif;
        font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    transition: border-bottom 200ms ease-in-out;
}

.nav-wrap .nav li a:hover,
.nav-wrap .nav li#active a {
    border-bottom: 2px solid white;
}

.dropdown {
    position: relative;
}

.nav .submenu {
    position: absolute;
    opacity: 0;
    top: 21px;
    margin-top: 8px;
    background-color: white;
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.88, -0.72, 0, 1), opacity 0.5s ease-in-out;
    transform: translateY(-1rem);
}

.nav-wrap .nav .dropdown:hover .submenu {
    opacity: 1;
    transform: translateY(0);
}

/*
.nav .submenu {
    top: 28px;
    opacity: 0;
    transition: transform .3s cubic-bezier(0.88,-0.72, 0, 1), opacity .3s ease-in-out;
    transform: translateY(-4rem);
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    background: #fff;
}
.nav-wrap .nav .dropdown:hover .submenu {
    display: block;
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
}
*/

.nav .submenu li {
    width: 182px;
    padding: 9px;
    margin: 0px;
}

.nav .submenu li a {
    color: black;
}

.nav .submenu li a:hover {
    color: #35A89A;
}

.mobile-menu {
        z-index: 123;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 0px;
    font-size: 20px;
}
.mobile-menu .logo img{
    display: none;
}

/* about page */

.about .banner {
    background-image: url(../image/shadi.jpg);
    background-position: 100.00% 71.18%;
}

.about .section-content {
    padding: 44px 0px;
    ;
}

.about .heading {
    text-align: center;
    font-size: xx-large;
    color: #5040AE;
    font-family: Lato;
}

.about .image {
    padding: 10px 10px 15px 0px;
}

.about img {
    max-width: 100%;
}

.about .wsite-spacer {
    height: 50px;
}

.about .paragraph {
    text-align: center;
}

.about .inner .paragraph {
    padding: 10px;
    color: black;
}


/* about page */


/* showcase page */

.showcase .banner {
    background-image: url(../image/showcase.jpg);
    background-position: 50% 50%;
}

.height20 {
    height: 20px;
}

.height30 {
    height: 30px;
}

.showcase .heading {
    font-size: 20px;
    color: #5040AE;
    text-align: center;
}

.showcase .nation {
    font-size: 24px;
    font-weight: 700;
    color: #5040AE;
    text-align: center;
}

.showcase .pera p {
    color: #5040AE;
    line-height: 1;
    padding: 0px;
    font-size: medium;
    font-weight: 700;
}

.showcase .pera .water {
    color: #5040AE;
    line-height: 1;
    padding: 0px;
    font-size: 20px;
    font-weight: 700;
}

.showcase .left img {
    width: 100%;
}

.showcase .right .paragraph p {
    justify-content: center;
    color: black;
    font-size: large;
    line-height: 1.3em;
    text-align: justify;
    margin: 0px;
}

.showcase .right h2 {
    font-size: 17px;
    color: #5040AE;
    line-height: 1.6em;
    word-wrap: break-word;
    text-align: center;
}

.showcase .orig img {
    width: 100%;
    height: auto;
    padding: 3px;
}

.showcase .orig .paragraph p {
    margin: 0px;
    padding: 20px 0px;
}

.showcase .photo {
    background: #35A89A;
    color: white;
    padding: 10px 16px;
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
}

.showcase .peraend p {
    line-height: 1.4em;
    letter-spacing: 0.50px;
    font-size: 15px;
}

.showcase .photo:hover {
    background: #177267;
    cursor: pointer;
}

.showcase .photo1:hover {
    background: #177267;
    cursor: pointer;
}

.showcase .nazar {
    font-size: 16px;
    font-weight: 700;
}


/* showcase page */


/* our-story */

.our-story .heading {
    text-align: center;
    font-size: 35px;
    color: #5040AE;
}

.our-story .paragraph p {
    color: #2A2A30;
}

.our-story .link {
    color: #5040AE;
    text-decoration: underline;
}

.our-story .banner {
    background-image: url(../image/our-story.jpg);
    background-position: 50.00% 35.49%;
}


/* our-story */


/* gallery */

.gallery .banner {
    background-image: url(../image/gallery.jpg);
    background-position: center center;
}

.gallery .heading h2 {
    font-size: xx-large;
    text-align: center;
}

.gallery .inner {
    padding: 0px 15px;
}

.gallery .inner img {
    padding: 3px;
    border: 1px solid black;
}


/* gallery */


/* videos */

.videos .banner {
    background-image: url(../image/videospage.jpg);
    background-position: 50.00% 58.37% !important;
}

.videos .heading h2 {
    text-align: center;
    color: rgb(134, 64, 174);
    font-size: xx-large;
}

.videos .youtube {
    display: flex;
    justify-content: center;
}

.videos .paragraph {
    padding: 0px;
}

.videos .paragraph p {
    padding: 10px 0px 18px 0px;
    margin: 0px;
    text-align: center;
    font-weight: bold;
    color: #676767;
}

.videos .paragraph p a {
    color: #5040AE;
}


/* video */


/* auditions */

.audition .banner {
    background-image: url(../image/auditions.jpg);
    background-position: 36.20% 24.30% !important;
}

.audition .heading h2 {
    text-align: center;
    color: #5040AE;
    font-size: xx-large;
}

.audition .subhead h3 {
    color: #5040ae;
    text-decoration: underline;
    font-weight: bold;
    font-family: Lato;
    font: size 16px;
    line-height: 1.5em;
}

.audition .paragraph p {
    margin: 0px 0;
    font-size: 16px;
    color: #2a2a2a;
}

.audition .pera {
    color: #2a2a2a;
}

.audition .pera p {
    padding: 10px 0px;
    font-size: 16px;
    font-weight: 700;
    color: black;
    letter-spacing: .02em
}

.audition .pera a {
    color: #5040AE;
}


/* auditions */


/* contact */

.contact .heading h2 {
        color: #35A89A;
    font-size: 35px;
}

.contact .heading .second {
    color: #4CAACA;
}

.contact .heading .third {
    color: #C23B3B;
    font-size: xx-large;
    font-weight: bold;
}

.contact .paragraph p {
    font-weight: bold;
    color: black;
    margin: 0px;
}


.contact .contact-form .custom-btn {
    padding: 10px 16px;
    background: #35A89B;
    color: white;
    border: none;
    transition: all .3s;
}

.contact .contact-form .custom-btn:hover {
    background: #177267;
}

.contact .form-required {
    display: inline;
    color: red;
}


/* contact */


/* special-events */

.events .banner {
    background-image: url(../image/showcase.jpg);
    background-position: 50.00% 40.77%;
}

.events .heading {
    text-align: center;
       color: #35A89A;
    font-size: xx-large;
    font-family: Lato;
}

.events .paragraph p {
    margin: 0px;
    padding: 0px;
    color: #676767;
    font-weight: bold;
}

.events .sub-heading h2 {
    color: #35A89A;
    font-weight: bold;
    font-size: 20px;
}


/* special-events */


/* photos */

.photos .banner {
    background-image: url(../image/photo.jpg);
    background-position: 50.00% 45.92%;
}

.photos .heading h2 {
    font-size: xx-large;
    text-align: center;
}

.photos .product ul {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    ;
}

.photos .product ul li {
    list-style: none;
    margin: 5px;
    width: 100px;
    height: auto;
    overflow: hidden;
}

.photos .product ul li img {
    width: 100px;
    height: auto;
    padding: 0px;
    border: none;
}

.imgBx {
    width: 100%;
    height: auto;
    padding: 0px;
    overflow: hidden;
}

.imgBx img {
    width: 100%;
    height: auto;
}
/* photos */
/********************* hire *********************/
.hireus {
    padding: 0px 0px 70px;
    background: #f8f8f8;
}
.hireus-form{
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 20%);
}
.hireus h2 {
        color: #35A89A;
    font-size: xx-large;
    margin-bottom: 20px;
}
.hireus p {
    font-weight: 600;
    color: #595959;
}
.drop-a-line {
    position: relative;
}
.form-group.hr-flex {
    margin: 0;
    align-items: center;
    display: flex;
}
.form-group.hr-flex label {
    max-width: 38%;
    flex: 0 0 38%;
    font-weight: 500;
    margin: 0;
    color: #222;
    font-size: 16px;
}
.hireus .form-group input{}
form.hireus-form .row {
    margin-bottom: 15px;
}
.sng-row .from-group {
    display: flex;
    align-items: center;
}
.sng-row .from-group label {
    /* width: calc(100% - 565px); */
    width: calc(22% + 6px);
    margin: 0;
}
form.hireus-form .row {
    margin-bottom: 15px;
}
.txt-area {
    margin-top: 25px;
}
.txt-area label {
    margin: 0 0 10px;
}

.hireus-form label {
    font-size: 16px;
}
.hireus-form .form-control {
    font-size: 14px;
        border: 1px solid #35a89a;
    background: transparent;
}
.txt-area textarea {
    min-height: 150px;
    background: transparent;
}
.drop-a-line .hireus-btn {
    margin-top: 35px;
}
.hireus-btn input.btn.sb {
    padding: 13px 32px;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
   background: linear-gradient(to top, rgb(36 126 115), rgb(53 168 154));
    border: 1px solid #35a89a;
}
.hireus-btn input.btn.rt {
    padding: 9px 35px;
        border: 1px solid #35a89a;
    color: #35a89a;
    background: #f5f5f5;
    font-size: 15px;
    font-weight: 600;
    margin-left: 15px;
}
#abc {
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) scaleY(0);
    -moz-transform: translate(-50%,-50%) scaleY(0);
    transform: translate(-50%,-50%) scaleY(0);
    text-shadow: 0 1px 2px rgb(0 0 0 / 50%);
    border-radius: 3px;
    -webkit-transition: all 0.35s cubic-bezier(0.32, -0.31, 0.71, 1.38);
    -moz-transition: all 0.35s cubic-bezier(0.32, -0.31, 0.71, 1.38);
    transition: all 0.35s cubic-bezier(0.32, -0.31, 0.71, 1.38);
    font-size: 100%;
}
.closeBox {
    position: absolute;
    right: -10px;
    top: -10px;
    text-transform: lowercase;
    background: #fff;
    height: 16px;
    width: 16px;
    color: #35A89A;
    border: 1px solid #35A89A;
    border-radius: 50%;
    z-index: -1;
    font-size: 10px;
    line-height: 13px;
    cursor: pointer;
}
.drop-a-line.active #abc {
    background: #35A89A;
    padding: 20px 25px;
    -webkit-transform: translate(-50%,-50%) scaleY(1);
    -moz-transform: translate(-50%,-50%) scaleY(1);
    transform: translate(-50%,-50%) scaleY(1);
    z-index: 8;
    -webkit-box-shadow: 0 4px 12px -1px rgb(53 168 154);
    box-shadow: 0 4px 12px -1px rgb(53 168 154);
}
.iogoos{
    color: #fff;
    font-weight: 700;
}
.platform{
    display: none;
    margin-top: 15px;
}
.platform a{
    color: #fff;
    padding: 4px;
}
@media only screen and (max-width: 992px) {
    .container {
    padding: 0px 20px;
}
    .banner {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-color: transparent;
        width: 100%;
        height: 403px !important;
        position: relative;
    }
    .banner::before {
        display: block;
        content: '';
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.35);
        height: 403px;
    }
    .about .banner {
        height: 403px;
    }
    .banner .top-nav{
        position:revert;
        padding: 0px;
    }
    .banner .icon {
        display:none;
        width: 156px;
        margin: 0;
        position: absolute;
        top: 6%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .navi .image{
        display:none;
    }
    .mobile-menu .logo img{
        display: block;
        position: absolute;
        left: 5%;
        top: 5px;
    }
    .nav-wrap .nav {
        display: none;
    }
    .menu-icon {
        display: block;
    }
    .btn-open {
        display: block;
    }
    .links {
        width: 250px;
    }
    footer .paragraph {
        text-align: left!important;
    }
    footer .foot {
        padding: 40px 20px;
    }
    .form-group.hr-flex {
    display: block;
}
.form-group.hr-flex label {
    margin-bottom: 10px;
}
.sng-row .from-group {
    display: block;
}
.sng-row .from-group label {
    width: 100%;
    margin-bottom: 10px;
}
.botm-ftr .last {
    font-size: 13px;
}
.platform{
    display: block;
}

}