:root {
    --color-1: #2fdbed;
    --color-2: #39d5e6;
}

.color-1 {
    color: #2fdbed !important;
}

.color-2 {
    color: #39d5e6 !important;
}


*:focus {
    outline: none !important;
}

html,
body {
   
  overflow-x: hidden !important;
    
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../image/logo/favicon.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

/*navigation social media*/
li.nav-item-social {
    display: inline-block;
}

.cs-page-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s 0.2s ease-in-out;
    transition: all 0.4s 0.2s ease-in-out;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}
/*career form*/
.btn:not([href]):not(button):not(label) {
    pointer-events: all;
}
form.career-form {
   box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
    padding: 20px;
    background: #d7d9da;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.75rem + 2px);
    padding: .875rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #111;
    background-color: #fff;
    border: 1px solid #bbbbbba1;
    border-radius: 0;
}
button.btn.btn-danger.bg-1.m-auto.wow.fadeInLeft.animated {
    background-image: linear-gradient( 
-180deg, #43cfde 0%, #36bfce 100%);
    border: 1px solid #30dbed;
}
.cs-page-loading.active {
    opacity: 1;
    visibility: visible;
}

.cs-page-loading-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
}

.cs-page-loading.active > .cs-page-loading-inner {
    opacity: 1;
}

.cs-page-loading-inner > span {
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    color: rgb(74 203 217);
}

.cs-page-spinner {
    display: inline-block;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 0.75rem;
    vertical-align: text-bottom;
    border: 0.15em solid rgb(74 203 217);
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner 0.75s linear infinite;
    animation: spinner 0.75s linear infinite;
}

@-webkit-keyframes spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #2fdbed !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-item:hover > .nav-link:not(.disabled) {
        color: #2fdbed !important;
    }
}

.bg-1 {
    background-color: var(--color-1);
}

.bg-primary {
    background-color: var(--color-1) !important;
    opacity: 0.9;
}

.navbar-expand-lg .navbar-nav .nav-item {
    margin: auto;
}

.cs-header {
    position: relative;
    margin-bottom: -6%;
}

.smoott--scrole-down {
    position: relative;
    z-index: 9;
    left: 48%;
    margin: auto;
    margin-top: -9%;
    width: 2%;
}

.bg-100 {
    background-size: 100% 100% !important;
}

.btn-white {
    border-radius: 50px;
}

.btn-blue {
    border-radius: 50px;
    background-color: var(--color-1);
    color: #fff;
}

.brilliant .row {
    padding: 8% 5%;
}

.brilliant .row h1 {
    font-weight: 400;
    font-size: 50px;
    line-height: 70px;
}

.brilliant .star {
    position: absolute;
    left: -80px;
    top: -60px;
}

.brilliant .row h5 {
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 50px;
}

.bg {
    background-image: url(../image/bg.png);
    background-size: contain;
    background-color: #e5fbfd;
}

.cs-carousel.cs-controls-inside [data-controls] {
    border-radius: 50%;
    background-color: var(--color-1);
    color: #fff;
    border: none;
}

.cs-carousel.cs-controls-inside [data-controls="next"] {
    right: -20px;
}

.cs-carousel.cs-controls-inside [data-controls="prev"] {
    left: -20px;
}

::placeholder {
    color: #fff !important;
}

.formm {
    background-color: var(--color-1);
}

.formm .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.125rem + 2px);
    padding: 0.5625rem 1.125rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    border: none;
    background-color: transparent;
    background-clip: padding-box;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    box-shadow: none;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.formm textarea.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.5625rem 1.125rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    border: none;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    border-radius: 0;
    box-shadow: none;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.formm .custom-select {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.125rem + 2px);
    padding: 0.5625rem 1.125rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    border: none;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    border-radius: 0;
    box-shadow: none;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.btn-send {
    color: #000 !important;
    background-color: #fff;
    border: none;
    border-radius: 0;
    width: 100%;
    text-transform: uppercase;
}

.plant {
    position: relative;
    margin-top: -100px;
    left: -30px;
}

.back-to-top {
    width: 100px;
    position: fixed;
    z-index: 9;
    right: 5%;
    bottom: 10%;
}

.cs-parallax {
    background-color: var(--color-1);
}

.quote {
    position: absolute;
    right: 10%;
    margin-top: -21px !important;
    color: #000 !important;
}

.wpp {
    position: fixed;
    left: 3%;
    bottom: 45px;
}

.flickity-button.previous {
    background-image: url(../image/arrow-p.png);
    background-size: 100%;
    background-color: transparent;
}

.flickity-button.next {
    background-image: url(../image/arrow-n.png);
    background-size: 100%;
    background-color: transparent;
}

.flickity-button.next::before,
.flickity-button.previous::before {
    display: none;
}

.suffle .bg-1 {
    border-radius: 0 0 20px 20px;
}

.suffle h6 {
    font-size: 16px;
    text-transform: uppercase;
}

.suffle .column {
    position: relative;
    float: left;
    min-height: 1px;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 8px;
}

.suffle .col-span {
    width: 50%;
}

.suffle .my-sizer-element {
    width: 8.33333%;
}

.suffle img {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
}

.prints {
    padding: 10px 30px;
    color: #fff;
    background: no-repeat;
    border: none;
    text-transform: uppercase;
    transition: 1s ease-in-out;
    background-color: #3bd4e4;
    border-radius: 10px;
}

.prints:hover {
    background: #08a8de;
    border: none;
    border-radius: 50px;
    padding: 10px 30px;
}

.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: transparent;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

@media (max-width: 786px) {
    .suffle .column {
        position: relative;
        float: left;
        min-height: 1px;
        width: 50%;
        padding-left: 4px;
        padding-right: 4px;

        /* Space between tiles */
        margin-top: 8px;
    }
}

@media (max-width: 992px) {
    .cs-header {
        margin-bottom: 0%;
    }

    .back-to-top {
        width: 50px;
    }

    .d-md-block {
        display: none;
    }

    .tns-controls {
        display: none;
    }

    .quote {
        font-size: 12px;
        padding: 2px 10px !important;
        height: auto;
        margin-top: -12px !important;
    }

    .strategic h4 {
        font-size: 18px;
    }

    footer {
        background-position: center;
    }

    .bg {
        background-size: inherit;
    }
}

.dan-card-31 {
    position: relative;
    overflow: hidden;
}

.dan-card-31:before {
    content: "";
    position: absolute;
    left: 170%;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(45deg);
    transition: 0.8s;
}

.dan-card-31:hover:before {
    left: -170%;
    transition-delay: 0.8s;
}

.dan-card-31 img {
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    transition: 1s;
}

.dan-card-31:hover img {
    filter: grayscale(0);
    transform: scale(1.2);
}

.dan-card-31 h2 {
    position: absolute;
    background: #fff;
    width: 100%;
    margin: 0;
    text-align: center;
    color: #272727;
    bottom: 0;
    line-height: 40px;
    transition: 0.5s;
    transform: perspective(300px) rotateX(90deg);
    transform-origin: bottom;
}

.dan-card-31:hover h2 {
    transform: perspective(300px) rotateX(0deg);
}

.dan-card-31 ul {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dan-card-31 ul li {
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(90deg);
    transition: 0.5s;
    transform-origin: left;
}

.dan-card-31 ul li .fa {
    color: #272727;
}

.dan-card-31:hover ul li {
    transform: rotateX(0deg);
}

.dan-card-31 ul li:nth-child(1) {
    transition-delay: 0.2s;
}

.dan-card-31 ul li:nth-child(2) {
    transition-delay: 0.4s;
}

.dan-card-31 ul li:nth-child(3) {
    transition-delay: 0.6s;
}

a.bhover.color-1 {
    color: #000 !important;
    font-weight: 600;
}

.text-black {
    color: #000 !important;
}


@media (max-width: 992px) {
    
    .mob-img-size img {
    height: auto !important;
}
    
    
}


@media only screen and (max-width: 600px) {
.w-50 {
    width: 100%!important;
    margin-top: 0;
}
    
    .mt-n12, .my-n12 {
    margin-top: 2rem!important;
}
}



/*Responsive media queries*/
/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
ul.navbar-nav.ml-xl-4.mobile-social-media {
    display: none;
}
.navbar-light .navbar-nav .nav-link {
    position: relative;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: left;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 20px;
    font-family: 'Poppins';
    background: #3ed2e2;
}
ul.navbar-socialmedia.d-xl-none {
    margin: auto;
    background: #40d1e1;
    padding: 10px 0;
    text-align: center;
}
.logo a.navbar-brand img {
    width: 120px;
}
 }

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 

ul.navbar-nav.ml-xl-4.mobile-social-media {
    display: none;
}
.navbar-light .navbar-nav .nav-link {
    position: relative;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: left;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 20px;
    font-family: 'Poppins';
    background: #3ed2e2;
}
ul.navbar-socialmedia.d-xl-none {
    margin: auto;
    background: #40d1e1;
    padding: 10px 0;
    text-align: center;
}
.logo a.navbar-brand img {
    width: 120px;
}
 }

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
ul.navbar-nav.ml-xl-4.mobile-social-media {
    display: none;
}
.navbar-light .navbar-nav .nav-link {
    position: relative;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: left;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 20px;
    font-family: 'Poppins';
    background: #3ed2e2;
}
ul.navbar-socialmedia.d-xl-none {
    margin: auto;
    background: #40d1e1;
    padding: 10px 0;
    text-align: center;
}
.logo a.navbar-brand img {
    width: 130px;
}
 }

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
ul.navbar-nav.ml-xl-4.mobile-social-media {
    display: none;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: left;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 20px;
    font-family: 'Poppins';
    background: #3ed2e2;
}
ul.navbar-socialmedia.d-xl-none {
    margin: auto;
    background: #40d1e1;
    padding: 10px 0;
    text-align: center;
}
.logo a.navbar-brand img {
    width: 140px;
}
 }




#blog-description-master p a {
    color:#000;
}






.corporate-shoot-advertisement-master {
    padding-top: 7rem;
    padding-bottom: 3rem;
}
.clouddreams-ad-shooting-box-one {
    padding: 15px;
}
.clouddreams-ad-shooting-box-one h2 span {
    font-size: 14px;
    font-weight: 600;
    color: #687cd0;
    display: block;
    padding-bottom: 5px;
}
.clouddreams-ad-shooting-box-one h2 {
    font-size: 29px;
    font-weight: 600;
}
.clouddreams-ad-shooting-box-one p {
    font-size: 14px;
    color: #111;
    line-height: 26px;
    text-align: justify;
}



#spacing-row {
    padding-top: 1.6em;
}
.clouddreams-ad-shooting-box-two {
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0.5rem 2rem hsl(0deg 0% 0% / 13%);
    margin-bottom: 1.5em;
}
.clouddreams-ad-shooting-box-two h2 span {
    font-size: 14px;
    font-weight: 600;
    color: #687cd0;
    display: block;
    padding-bottom: 5px;
}
.clouddreams-ad-shooting-box-two h2 {
    font-size: 18px;
    font-weight: 600;
}
.clouddreams-ad-shooting-box-two p {
    font-size: 14px;
    color: #111;
    line-height: 26px;
    text-align: justify;
}
.clouddreams-ad-shooting-box-two img {
    width: 112px;
    padding: 0.6em 0em 0.6em 0em;
}




#fielda {
    background-color: #fff!important;
}


#fieldb {
    background-color: #fff!important;
}


.plus-symbol {
    margin-top: 10px;
    margin-left: 10px;
}