    /*  General Styles */


    body{
        margin: 0;
        padding:0;
        /*font-family: "Times New Roman", Times, serif;
        font-family: 'Montserrat', sans-serif;
        font-family: 'Hind', sans-serif;*/
      /*  font-family: 'Raleway', sans-serif;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Hind Siliguri', sans-serif;*/
        /*font-family: 'Open Sans', sans-serif;*/
        font-family: 'Work Sans', sans-serif;




        /*font-family: 'Raleway', sans-serif;*/
       /* font-family: 'Open Sans', sans-serif;
        font-family: 'Source Sans Pro', sans-serif;*/
        font-size: 16px;
        line-height: 18px;
        
    }



    a {
        text-decoration: none;
    }


    .flex {
        display: flex;
    }
.alert.alert-info.alert-success {
    background: #afffaf;
    padding: 15px;
}


.alert.alert-info.alert-danger {
    background: #ffcdc5;
    padding: 15px;
    color: red;
}
    .container {
        width: 80%;
        margin: auto;
        padding: 80px 0;
    }

    section.full-width-container {
    background: #FFF;
    position: relative;
    overflow-x: hidden;
}



    .social-media-section nav a {
        background-color: #000;
        color: #FFF;
        height: 30px;
        width: 30px;
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }


    header .container.flex {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100px;
        padding: 0;

        -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
    }

    .social-media-section {
        display: flex;
        height: 100%;
        align-items: center;
    }

    .logo-section {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu {
        width: 35px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 100%;
        cursor: pointer;
    }

    .logo-section img {
        position: static;
        right: 50px;
        width: 130px;
    }

h3 {
    font-size: 2em;
}

p {
    font-size: 1.1em;
    line-height: 1.3em;
}

.hero-bottom-content p {
    font-size: 1.3em;
    text-align: center;
}


    /*  Hero section */


    .banner-content h2 {
        font-size: 4em;
    }

    .banner-content .sub-text {
        font-size: 2.5em;
        color: #FFF;
        line-height: 1.2em;
    }

    .banner {
        display: flex;
        align-items: center;
        height: 86vh;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative;
        max-height: 650px;
        background-attachment: fixed;
        }

    .banner.one{
        background-image: url(../images/banner-images/banner-1.jpg);
    }
    .banner.two{
        background-image: url(../images/banner-images/banner-2.jpg);
    }
    .banner.three{
        background-image: url(../images/banner-images/banner-3.jpg);
    }

    .banner.products{
        background-image: url(../images/banner-images/product.jpg);
    }

    .banner.design-support{
        background-image: url(../images/banner-images/design-support.jpg);
    }
    .banner.installation-support{
        background-image: url(../images/banner-images/installation-support.jpg);
    }

     .banner.diy{
        background-image: url(../images/banner-images/installation-support.jpg);
    }

     .banner.ideology{
        background-image: url(../images/banner-images/diy.jpg);
    }

     .banner.contact-us{
        background-image: url(../images/banner-images/contact-us.jpg);
    }

    
    .banner.enigma-product{
        background-image: url(../images/banner-images/enigma-banner.jpg);
    }
    .banner.aria-product{
        background-image: url(../images/banner-images/Aria.jpg);
    }
     .banner.ascender-product{
        background-image: url(../images/banner-images/ascender-banner.jpg);
    }
    .banner.burgeon-product{
        background-image: url(../images/banner-images/burgeon_banner.jpg);
    }
    .banner.gladsome-product{
        background-image: url(../images/banner-images/gladsome-banner.jpg);
    }
    .banner.prestige-product{
        background-image: url(../images/banner-images/prestige-banner.png);
    }

.overlay-img {
    width: 100%;
    height: 100%;
    background-color: #00000040;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    /* background-image: url(../images/overlaay.png); */
    background-size: cover;
}

    .banner-content {
    color: #FFF;
    text-shadow: 0 0 8px #000;
}

.header-section h2 {
    font-size: 2.5em;
    text-align: center;
    margin-top: 0;
    color: #858585;
}




/* Prodcut section */


.product-section-wrapper {

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product {
    width: 32%;
    height: 260px;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.product.bg-1 {
    background-image: url(../images/products/1.jpg);
}


.product.bg-2 {
    background-image: url(../images/products/2.jpg);
}

.product.bg-3 {
    background-image: url(../images/products/3.jpg);
}

.product.bg-4 {
    background-image: url(../images/products/4.jpg);
}

.product.bg-5 {
    background-image: url(../images/products/5.jpg);
}

.product.bg-6 {
    background-image: url(../images/products/6.jpg);
}


.prd-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000063;
    display: flex;
    align-items: flex-end;
}

.prd-btm-section {
    display: flex;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-top: 1px solid #ffffff5e;
    margin: 0 10px;
    text-transform: uppercase;
}

.prd-name {
    flex: 1;
}

.prd-btm-section a ,i {
    color: #FFF;
}

.prd-icon-section a {
    padding: 5px;
}

.prd-icon-section i {
    font-size: 1.4em;
}

h3 {
    /* font-size: 2.5em; */
    color: #383838;
}

p {
    font-size: 1em;
    line-height: 1.5em;
    color: #787878;
    text-align: justify;
    font-weight: 300;
}

.flex.ideology-section left-column {
}

.left-column {width: 48%;position: relative;}

.right-column {
    width: 48%;
}

.flex.ideology-section {
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
}

.flex.ideology-section h3 {
    margin: 15px 0;
}

section.full-width-container.ideology {
    /* background-color: #fafafa; */
    /* background-image: url("../images/back-idea.jpg"); */
    background-size: cover;
    background-attachment: fixed;
}

.image-section {
    /* width: 100%; */
}

.flex.ideology-section .image-section {
    height: 200px;
    position: relative;
    overflow: hidden;
}

.overlay-with-sym {
    position: absolute;
    top: 0;
}

.image-section img {
    width: 100%;
}

.diy-content {
    position: absolute;
    bottom: 0;
    color: #FFF;
    height: 100%;
    padding-left: 50px;
    font-size: 2.2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diy-content span {
    width: 100px;
    height: 5px;
    display: block;
    background-color: #FFF;
    position: absolute;
    top: -25px;
}

.big-text {
    position: relative;
    color: #FFF;
    display: block;
}

.extra-links {
    color: #000;
    display: flex;
}

.extra-links a {
    display: block;
    color: #000;
}

.extra-links i {
    color: #000;
    font-size: 2em;
    margin-right: 20px;
}


.recycled-page-section{
    display: flex;
    height: 80vh;
    background-image: url(../images/scrap_aluminium.jpg);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.recycle-text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #00000066;
    color: #FFFF;
}

.recycle-icon {
    font-size: 8em;
}

.content .big-text {
    font-size: 4em;
    margin: 44px;
}

.small-text {
    font-size: 2em;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-shadow: 0 0 12px #000;
    position: relative;
    top: -10px;
    width: 100%;
}

img.about-logo {
    width: 410px;
}

.about.image-section {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}


.contact-supp-cat {
    /* position: absolute; */
    display: flex;
    bottom: 25px;
    align-items: center;
    justify-content: center;
    /* width: 90%; */
    /* border-top: 1px solid #FFF; */
    left: 30px;
}



.contact-supp-cat a {
    margin: 10px;
    border: 1px solid #FFF;
    padding: 10px;
    border-radius: 50px;
}

.overlay-with-sym.support {
    background-color: #00000096;
    width: 100%;
    height: 100%;
}

.overlay-with-sym.support img {
    display: none;
}

.diy-content.Support {
    width: 100%;
    padding: 0;
    display: flex;
}

section.full-width-container.support {
    background-color: whitesmoke;
}

form.form input, button {
    font-size: 1.2em;
    padding: 10px;
    margin: 5px;
    box-sizing: border-box;
    outline: none;
}

.submit-button {
    border: 1px solid #ededed;
    padding: 12px;
    width: 150px;
}

form.form {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer.full-width-container.off-white {
    background-color: #f5f5f582;
}

footer.full-width-container.off-white {
    background-color: #fbfbfb99;
    position: absolute;
    width: 100%;
}

.social-media-section.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #FFF;
    padding: 40px 0;
}

.footer-wrapper {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #FFF;
}

.footer-nav {
    display: flex;
    flex-direction: column;
}

.footer-nav ul {
    margin: 0;
    padding: 0;
    margin-right: 40px;
    display: flex;
}

.footer-nav ul li {
    display: block;
    font-size: 1.2em;
}

.footer-nav ul li {
    color: #9c9c9c;
    padding: 5px 0;
}

li.header-li {
    color: #545454 !important;
    font-weight: bold;
    margin-bottom: 10px;
}

.address-section {
    flex: 1;
    text-align: left;
    display: flex;
    color: #969696;
    /* flex-wrap: wrap; */
}

.address-section ul li {
    display: block;
    line-height: 1.6em;
}


footer .container {
    padding: 0;
}

footer .container {
    padding: 0;
}

.footer-logo-section img {
    right: 0 !important;
    padding: 36px 0 0;
    /* box-sizing: border-box; */
}

.footer-logo-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #FFF;
}

.footer-logo-section div {
    margin-bottom: 20px;
    text-align: center;
}

.footer-nav ul li a {
    color: #5f5f5f;
}

.design a {
    color: #525252;
    font-weight: bold;
}

header#header.fixed {
    position: fixed;
    background-color: #FFF;
    z-index: 1000;
    width: 100%;
    box-shadow: 0 0 6px 1px #000;
       -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

.fixed .container.flex {
    height: 60px;
}

.fixed .logo-section img {
    width: 75px;
}


.main-nav {
    position: absolute;
    right: 0;
    width: 50%;
    background-color: #ffffff;
    height: 100vh;
    z-index: 100;
    top: 0;
    box-shadow: 0 0 4px 1px #4b4b4b;
}

.main-nav nav {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.main-nav nav a {
    display: block;
    color: #1d1d1d;
    font-size: 1.6em;
    padding: 20px;
    border-bottom: 1px solid #58585830;
    /* text-align: right; */
}

.nav-overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    background-color: #00000054;
    top: 0;
    z-index: 10;
}

.white-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    flex: 1;
    width: 120px;
    position: relative;
    left: -32px;
}


.nav-wrapper.flex {
    align-items: center;
    border-bottom: 2px solid #616060;
    height: 100px;
}

.close-menu {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    z-index: 100;
}


.product-inner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.left-prd-image {
    width: 50%;
}

.right-prd-desc {
    width: 50%;
}

.image-lef-prd {
    width: 100%;
}

.image-lef-prd img {
    width: 100%;
}

.right-prd-desc p {
    width: 65%;
}

.enigma-technical-data {
    width: 100%;
}

.enigma-technical-data img {
    width: 100%;
}

.patterns-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    width: 100%;
}

ul.gallery li {
    width: 33%;
    display: block;
}

ul.gallery li img {
    width: 100%;
    height: 250px;
}

.whitesmoke{
    background-color: whitesmoke;
}

.diy-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.diylist {
    display: flex;
    width: 45%;
}

.diy-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.diylist {
    display: flex;
    width: 45%;
}

.diy-left-img-section {
    display: flex;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
}

.extra-video-section {
    display: flex;
}

.left-video {
    width: 50%;
}

.video-desc {
    width: 50%;
}

.video-desc h3 {
    margin: 0;
}

form.form.design-support-form {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

form.form.design-support-form input {
    width: 33%;
    box-sizing: border-box;
    margin: 0;
    justify-content: space-between;
}

input.flex-1 {
    flex: 1;
    min-width: 200px;
}

form.form.design-support-form button {
    margin-right: 0;
}

.prd-hover-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #FFF;
    position: absolute;
    opacity: 0;
    padding: 15px;
    box-sizing: border-box;
    transition: 0.3s;
}

.prd-hover-overlay img {
    width: 100%;
}

.prd-overlay-imag {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.overlay-prd-text-desc {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.overlay-prd-text-desc p {
    font-size: .9em;
    margin: 0;
    line-height: 1.2em;
}
.prd-hover-overlay:hover {
    opacity: 1; 
    box-shadow: 0 0 5px 0px #0000005e;
} 

a.view-prd-button {
    display: block;
    border: 2px solid #e30045;
    color: #e30045;
    text-align: center;
    padding: 7px;
    margin-top: 5px;
    margin-top: 15px;
    width: 160px;
}

.pattern {
    width: 25%;
}

.pattern img {
    width: 100%;
}

.addresss-section i {
    color: #787878;
    margin-right: 7px;
}

.container.comun-wrapper {
    display: flex;
    width: 800px;
}

.addresss-section {
    width: 47%;
    /* border-right: 1px solid #787878; */
    /* margin-right: 40px; */
}

.contactform input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    box-sizing: border-box;
}

.contactform textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
     box-sizing: border-box;
}
.contactform {width: 50%;/* border: 1px solid #949494; */padding: 20px;box-shadow: 0 0 4px #00000045;background-color: #FFF;}

form.contact-us {
    width: 100%;
}

button.submit-button.contactus {
    margin-left: 0;
}

.big-text.text-center a {
    color: #FFF;
}

header#header {
    border-bottom: 1px solid #eaeaea;
}

.container.hero-bottom-content p {
    /* font-size: 1.5em; */
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    /* border: 1px solid; */
}

.slider {
    height: 600px;
}

.banner-img-section{
    height: 600px !important;
}

.footer-nav ul li {
    padding: 20px;
}
.footer-nav ul li a:hover {
    color: #e40044;
    font-weight: initial;
}

a.view-prd-button:hover {
    background-color: #e30045;
    color: #FFF;
}

.prd-icon-section{
    display: none;
}

section.full-width-container.about .left-column {
    display: flex;
    align-items: center;justify-content: center;
}

.video-section {
    width: 100%;
}

.video-section img {
    width: 100%;
}

section.full-width-container.about .right-column {
    width: 100%;
}

section.full-width-container.about h3 {
    text-align: center;
    margin-top: 0;
}

.container.flex-wrapper {
    display: flex;
    align-items: flex-start;
}

.container.flex-wrapper .left-column {
    width: 50% !important;
}

.hero-bottom-content {
    flex: 1;
}

.prd-overlay-imag h4 {
    text-transform: uppercase;
}

#hero .container {
    display: flex;
    align-items: flex-end;
    margin: 0 80px;
}

.text-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.text-content p {
    text-align: center;
    margin: 30px 0;
}

.banner-content {
    color: #FFF;
    text-shadow: 0 0 8px #000;
}

.aluminium-info p{
    margin: 20px;
}

.cont-icons img{
    width: 20px;
    color: #FFF;
}

.diy-content.Support a{
    font-size: .8em;
}

section.quick-enquiry-form-section h2 {
    font-size: 2em;
}

.container.hero-bottom-content .small-font{
    font-size:1.2em;
}

.design-support-section h2 {
    font-size: 2em;
    line-height: 1.2em;
}

.recycle-text p {
    text-align: center;
    color: #FFF;
}

.recycle-text .container {
    margin: 0;
    padding: 20px;
}

section.diy-section.full-width-container h2 {
    color: #787878;
}

a.read-more {
    color: #585858;
    font-weight: bold;
}

section.map iframe {
    width: 100%;
    height: 400px;
}
.whitesmoke {
    background-color: #f5f5f578 !important;
    overflow: hidden;
}


/* Video Banner code*/
    .fullscreen-bg {
    width: 100%;
    height: 90vh;
    overflow: hidden;
    position: relative;
}

video.fullscreen-bg__video {
    width: 100%;
    position: absolute;
    top: 0;
}

.banner-overlay {
    background: #000;
    position: relative;
    top: 0;
    z-index: 1;
    height: 100%;
    opacity: .6;
}

.text-banner {
    width: 100%;
    position: absolute;
    z-index: 100;
    bottom: 0;
    text-align: center;
}

.text-banner h1 {
    color: #FFF;
    letter-spacing: 20px;
    margin-bottom: 160px;
    font-size: 75px;
    line-height: initial;
}

.header-section h2 {
    font-size: 2.5em;
    text-align: center;
    margin-top: 0;
    color: #383838;
    margin-bottom: 50px;
    text-align: center;
    font-size: x-large;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: initial;
}

    .video-wrapper {
    display: flex;
}

.video-left-section {
    display: flex;
    /* height: 416px; */
    width: 50%;
    margin-right: 10px;
}
.video-right-section {
    width: 50%;
    display: grid;
    /* grid-template-columns: 50% 50%; */
}

.video-right-section iframe {
}

.video-inner-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 50% auto;
    grid-column-gap: 10px;
    box-sizing: border-box;
}

.video-inner-wrapper iframe {
    width: 100%;
    height: 200px;
}

.video-ads {
    width: 100%;
    height: 100%;
    display: flex;
}

.video-ads iframe {
    width: 100%;
    height: 100%;
}

.video-left-section iframe {
    width: 100%;
}

.header-section {
    display: flex;
    /* height: 120px; */
    width: 100%;
    align-items: center;
    justify-content: center;
}


.thumbnail {
    border: none !important;
    padding: 0 !important;
    border-radius: 0!important;
   }

   .thumbnail img {
    width: 100%;
}

.thumbnail.video-btn {
    position: relative;
}

.image-play {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-play img {
    width: 175px;
}

.image-play.small-icon img {
    width: 120px;
}

.more-text i {
    color: #f44336;
    font-size: 30px;
    padding-left: 10px;
}

.more-text a {
    color: #5a5a5a;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.more-text {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.more-text a {
    color: #5a5a5a;
    font-size: 20px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.header-section.about {
    justify-content: flex-start;
}

.header-section.about h2 {
    text-align: left;
    line-height: initial;
    margin-bottom: auto;
}

.hero-bottom-content.about.aos-init.aos-animate p {
    text-align: justify;
}

.address-section ul {
    width: 25%;
    padding: 0;
}

.contactusicon {
    color: #e40044;
}


.white-logo img {
    width: 120px;
}

.close-menu {
    width: 60px;
}


.main-nav nav a:hover{
    color: #e40044;
}



/*Form*/

.contact-form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #fff;
  /* margin: 50px 0; */
}
.contact-form > * {
  width: 50%;
}
.contact-form .first-container {
  background: linear-gradient(45deg, #000000, rgb(6 6 6 / 55%)), url(https://colorlib.com/etc/cf/ContactFrom_v17/images/bg-01.jpg) center center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-form .first-container .info-container div {
  margin: 24px 0;
}
.contact-form .first-container .info-container div h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 10px;
}
.contact-form .first-container .info-container div:first-of-type p {
  color: #cacaca;
}
.contact-form .first-container .info-container div p {
  font-size: 16px;
  line-height: 1.6;
  color: #e0e0e0;
}
.contact-form .second-container {
  padding: 30px;
  background: #fdfdfd;
  box-sizing: border-box;
}
.contact-form .second-container h2 {
  font-size: 30px;
  font-weight: 500;
  color: #333;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
.contact-form .second-container form {
  display: flex;
  flex-direction: column;
}
.contact-form .second-container form .form-group {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.contact-form .second-container form .form-group * {
  min-height: 55px;
  border: 1px solid #e6e6e6;
  padding: 0 20px;
}
.contact-form .second-container form .form-group label {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  margin-top: -1px;
  font-weight: 500;
}
.contact-form .second-container form .form-group:first-of-type input {
  width: 100%;
}
.contact-form .second-container form .form-group input {
  width: 100%;
  font-size: 15px;
  margin-top: -2px;
}
.contact-form .second-container form .form-group input::placeholder,
.contact-form .second-container form .form-group textarea::placeholder {
  color: #999;
}
.contact-form .second-container form .form-group textarea {
  width: 100%;
  min-height: 80px;
  resize: none;
  padding: 10px 20px;
  margin-top: -1px;
}
.contact-form .second-container form button {
  width: 200px;
  height: 50px;
  background: #e40044;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  position: relative;
  left: calc(50% - 100px);
  cursor: pointer;
}
.contact-form .second-container form button:hover {
  background: #333;
}

@media screen and (max-width: 800px) {
  .contact-form {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .contact-form {
    flex-direction: column-reverse;
  }
  .contact-form > * {
    width: 100%;
  }
  .contact-form .first-container {
    padding: 40px 0;
    display: none;
  }
}




.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
    margin-top:16px;
}

.video-service-section {
    display: flex;
}

.icon-section {
    width: 50px;
    height: 50px;
    display: flex;
    border: 1px solid #ffc107;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.icon-section i {
    font-size: 30px;
    color: #ffc107;
}

.details-video-ser-section h3 {
    font-size: 20px;
}

ul {}

.details-video-ser-section ul {font-size: medium;padding: 0;}

.details-video-ser-section ul li {
    padding: 10px 0;
    list-style: none;
    border-bottom: 1px solid #ffc107;
}

.video-service-wrapper {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-column-gap: 30px;
}

.details-video-ser-section {
    flex: 1;
}

p.center-align {
    text-align: center;
    font-size: x-large;
}

h3.about-hdr {
    text-align: center;
    margin: 0;
}

section#portfolio-section h3 {
    text-align: center;
}

    .team-wrapper {
    display: grid;
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    grid-template-columns: 25% 25% 25%  auto;
    grid-column-gap: 10px;
}

.column {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.card {
    display: flex;
    /* box-shadow: 0 0 4px #00000040; */
    border-radius: 10px;
    align-items: center;
    padding: 20px;
    min-height: 270px;
    background: #fdfdfdb5;
    height: -webkit-fill-available;
    flex-direction: column;
    text-align: center;
}

.image-team img {
    width: 100%;
}

.container-description p {}

.container-description .title {
    padding: 0;
    margin: 0;
    /* line-height: 0; */
    color: #6f6f6f;
    font-weight: 500;
    display: block;
    font-size: 13px;
    text-transform: capitalize;
}

.container-description {
    box-sizing: border-box;
    padding-left: 20px;
}

.image-team img {
    border-radius: 50%;
    border: 1px solid #ededed;
    width: 220px;
}

.column.fullwidth-md {
    width: 100%;
    grid-column: 1/3;
    display: none;
}

.container-description h2 {
    font-size: 14px;
    text-transform: uppercase;
}

.flex.slide {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}

.flex.slide a {
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    width: 30px;
    margin: 10px;
    height: 30px;
    justify-content: center;
}

.video-wrapper.rev {
    flex-direction: row-reverse;
}

.video-wrapper.rev .video-left-section {
    margin-right: 0;
    margin-left: 10px;
}

.row-service {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.col-service {
    width: 49%;
}

.card-body {
    padding: 20px;
    margin-bottom: 40px;
}

.video-right-section.full-width {
    width: 100%;
}

.video-inner-wrapper.three-column {
    grid-template-columns: auto auto auto;
}


.column.fullwidth-md .card {
    min-height: auto;
}


.ab-service {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 50px 0;
}

.ab-service-desc h3 {
    color: #e30045;
    font-size: x-large;
}

.ab-service-desc {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    align-items: ju;
    justify-content: center;
}

section#service-section h2 {
    margin-bottom: 0;
}

.ab-service-desc p {
    font-size: 1.2em;
    margin: 0;
    padding-bottom: 10px;
}

.more-text a:hover{
    color: #e30045;
    font-weight: bolder;
}

.client-wrraper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.clients {
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ededed;
    padding: 10px;
    margin-bottom: 20px;
    margin: 20px;
}

.clients img {
    width: 100%;
}

.bg-abst{

    background-image: url(../images/bg-1.svg);

}

.bg-img {
    position: absolute;
    width: 120px;
    top: 30px;
    right: 0;
}

section#video-section {}

.bg-img img {
    width: 100%;
}

.bg-img2 {
    position: absolute;
    width: 100px;
    bottom: 20px;
}

.bg-img3 {
    position: absolute;
    bottom: 50%;
    right: 0;
    width: 150px;
}

.bg-img4 {
    position: absolute;
    top: -80px;
    right: 0;
    width: 110px;
    transform: rotate(90deg);
}

.bg-img5 {
    width: 400px;
    position: absolute;
    top: 0;
    left: -120px;
    transform: rotate(90deg);
}

.bg-img6 {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
}

h2.spl-color {
    color: #e40044;
}

.ab-service {
    position: relative;
}

.ab-service  .bg-img5{
    left: -20%;
    width: 280px;
    top: 0;
    transform: inherit;
}

.ab-service  .bg-img3{
    right: -12%;
}

.ab-service  .bg-img{
    
right: -10%;
}

.ab-service  .bg-img2{
    
left: -12%;
}

.container-description p {
    display: none;
}