:root {
    --para-color: #C4C5CE;
    --bgcolor: #151843;
}

.gallery {
    display: grid;
    grid-template-columns: 1.2fr 1.5fr 1.4fr 1.6fr;
    grid-template-rows: 1fr;
    column-gap: 2rem;
    grid-row-gap: 2rem;
    animation: fadeIn 1s ease-in;
    margin-left: 1rem;
    margin-right: 1rem;
}

.home-carousel img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgb(224 158 255 / 61%);
}

.home-carousel-caption {
    text-align: center;
}

.spegz-logo img {
    max-height: 270px;
    margin-top: -90px;
}

#img-size {
    display: none;
    height: 50px;
    width: 100px;
    margin-top: -10px;
}

.has-dropdown {
    position: static;
}

.dropdown-menu-center {
    left: auto;
    padding: 10px;
    margin: 0px;
    position: absolute;
    right: 75px;
    width: 186px;
    min-width: 700px;

    /*margin-right: -45px;*/
    background-color: transparent;
    /*border: 1px solid #dce4e6;*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, .1);*/
    z-index: 20;
    padding: 10px;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-border-radius: var(--borderradius);
    -moz-border-radius: var(--borderradius);
    border-radius: var(--borderradius);
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    /*text-align: center !important;*/
    /*transform: translate(-50%, 0);*/
}

.dropdown-menu-center:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0f1131;
}

.has-dropdown:hover .dropdown-menu-center {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.service-child-head .chld-hvr {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 14px;
    display: block;
    font-family: raleway-bold;
}

.list-icon {
    width: 30px;
    height: 30px;
}

.service-childs {
    position: relative;
    left: 25px;
    margin-bottom: 18px;
}

.service-childs .child-links {
    font-size: 12px;
}

.chld-hvr:hover {
    color: var(--headsidebar)
}

.right-services .media {
    margin-bottom: 15px;
}

.mini-menu-center {
    left: -40px;
    padding: 10px;
    margin: 0px;
    position: absolute;
    right: 30px;
    width: 186px;
    top: 115%;
    background: linear-gradient(to right, #ff7533, #ff7235, #ff6b4b, #ff4036, #ff223b);
    z-index: 20;
    padding: 0px;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-border-radius: var(--borderradius);
    -moz-border-radius: var(--borderradius);
    border-radius: var(--borderradius);
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.mini-menu-center li {
    margin: 0.5rem;
}

.has-small-dropdown:hover .mini-menu-center {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mini-menu-center:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 38%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0f1131;
}

.marg {
    margin-bottom: 10px;
}

.mini-menu-center a.static-links {
    display: block;
    padding: 5px 10px;
}

.mini-menu-center a.static-links:hover {
    color: var(--headsidebar);
}

input:required,
input:invalid,
input:valid,
textarea:required,
textarea:invalid,
textarea:valid {
    box-shadow: none !important;
}

input,
textarea {
    display: block;
    border: 0;
    /* background-color: transparent; */
    margin-top: 15px;
    margin-bottom: 15px;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    color: #FFF;
    opacity: .2 !important;
}

input,
textarea {
    position: relative;
    width: 100%;
    margin-bottom: 35px;
    padding-top: 1.2em;
    padding-bottom: .45em;
    outline: 0;
    resize: none;
    overflow: hidden;
    border-bottom: 1px solid #CECECE;
    -webkit-transition: text-indent 400ms ease-out,
        transform 225ms ease-out,
        opacity 225ms ease-in-out,
        border 300ms ease-out,
        color 300ms ease-out;
    transition: text-indent 400ms ease-out,
        transform 225ms ease-out,
        opacity 225ms ease-in-out,
        border 300ms ease-out,
        color 300ms ease-out;
}



input:focus,
textarea:focus {
    color: #777;
    border-bottom: 3px solid rgba(0, 161, 217, 1);
    opacity: 1;
    text-indent: 0;
}

/* input:focus + label {
    margin-top: -90px;
    opacity: 1;
    color: rgba(0, 161, 217, 1);
} */

textarea:focus+label {
    margin-top: -115px;
    opacity: 1;
    color: rgba(0, 161, 217, 1);
}

input:focus~.required {
    opacity: 1;
}

textarea {
    text-indent: -999px;
    padding-bottom: 15px;
    height: auto;
    resize: none;
}

input[type=submit] {
    margin-top: 2.2em;
    margin-bottom: 1em;
    padding: .7em 1em;
    width: 100%;
    cursor: pointer;
    border: 0;
    background-color: #2BB673;
    color: #FFF !important;
    font-weight: bold;
    font-size: 1.3em;
    border: 0;
    opacity: 1 !important;
    text-indent: 0;
    -webkit-transform: none;
    transform: none;
}

/*NOTIFICATIONS*/
.required {
    position: absolute;
    margin-top: -26px;
    /*margin-left: 59%;*/
    opacity: 0;
    color: rgba(0, 161, 217, 1);
    font-style: italic;
    font-weight: bold;
    font-size: .9em;
    -webkit-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}

.notification {
    position: absolute;
    color: rgba(242, 48, 65, 0.95);
    margin-top: -25px;
    margin-bottom: 30px;
    opacity: 0;
    font-size: .9em;
    font-weight: bold;
    -webkit-transition: opacity 325ms ease-out;
    transition: opacity 325ms ease-out;
}

.welcome-message .borderBtn {
    position: absolute;
    top: 300%;
    left: 45%;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.05em;
    color: white;
    padding: 1.45em 3.35em;
    border-radius: 0.25em;
    background: rgba(195, 40, 40, 1);
}

/* .borderBtn:hover {
  color: white;
  background-color: #363B3F;
}

.modal-container .btn-lg {
  background: rgba(195, 40, 40, 1);
  border: 0.05em solid rgba(195, 40, 40, .7);
  color: white;
}

.modal-container .btn-lg:hover {
  background: white;
  border: 0.05em solid rgba(195, 40, 40, 1);
  color: rgba(195, 40, 40, 1);
}

.modal-body .form-control {
  border-radius: 0.35em;
  margin-right: 0.25em;
  padding: 0.15em;
}

.modal-body .form-group label {
  margin-left: 0.35em;
}

.modal-header {
  background: rgba(195, 40, 40, 1);
}

.modal-body .form-group {
  text-align: left;
}

.close {
  color: white !important;
  opacity: 0.8 !important;
}

.mohe {
  position: relative;
  display: block;
  color: white;
  float: left;
  padding: 0.75em;
}

.mohe:after {
  position: absolute;
  content: "";
  top: -1.45em;
  bottom: -1.45em;
  right: -7.15em;
  border-left: 0.05em solid rgba(0, 0, 0, 0.2);
  border-right: 0.05em solid rgba(255, 255, 255, 0.7);
  transform: rotate(25deg);
}

.modal-footer {
  background: rgba(195, 40, 40, 1);
}

.modal-footer button {
  background: white;
  color: black;
  width: 9em;
  border-radius: 0.35em;
}

.input-group textarea {
  height: 6.35em !important;
  background-color: rgba(255, 255, 255, 0.9);
}

.form-control {
  height: 2em;
  padding: 0.75em 1.15em;
  font-size: 1.15em;
  border: 0.05em solid rgba(195, 40, 40, 1) !important;
  background-color: rgba(255, 255, 255, 0.9) !important;
  color: black;
}

.input-group .btn-primary {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(195, 40, 40, 0.9) !important;
  width: 50% !important;
  float: right !important;
  margin-right: 0 !important;
}

.input-group .btn-primary:hover {
  background-color: rgba(255, 255, 255, 1) !important;
  color: #363B3F;
  border: 0.15em solid rgba(195, 40, 40, 1);
  border-radius: 0.35em;
  font-weight: 700;
} */

@media (min-width: 992px) {
    .custom-navbar .menu-ul .nav-link:before {
        content: '';
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 3px;
        left: 0px;
        opacity: 0;
        background-color: var(--headsidebar);
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .custom-navbar .menu-ul .nav-link:hover:before {
        opacity: 1;
        bottom: 4px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }
}

.testi-cards {
    width: 100%;
    /* height: 300px; */
}

.testi-cards {
    display: flex;
}

.testi-cards-content {
    border-radius: 8px;
    /* border: 1px solid #edeef2;
    box-shadow: 0px 5px 10px #21212161; */
    margin-bottom: 10px;
    padding: 1rem;
    min-width: 300px;
}

.testi-cards {
    overflow-x: auto;
}

/* =========================================================================
Testimonials starts
========================================================================== */
#relatedContent {
    width: 1024;
    /*overflow:hidden;*/
    overflow-x: scroll;
    margin: auto;
}

#relatedContent ul {
    width: 99999px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    transition: .3s left;
}

#relatedContent ul li {
    width: 250px;
    float: left;
    margin-right: 12px;
}

.profile-photo {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 1px solid red;
    border-radius: 50%;
    margin-top: 1rem;
}

.profile-photo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.showcase {
    /*Set so we can calculate the offsetLeft*/
    position: relative;
    /* height:250px; */
    width: 836px;
    /*add scroll-bars */
    overflow: auto;
    float: left;
    margin-bottom: 2rem;
}

#rc-left,
#rc-right {
    width: 46px;
    height: 46px;
    display: block;
    float: left;
    margin: 0 10px;
}

#rc-left a i,
#rc-right a i {
    font-size: 50px;
}

/* ========================================================================
Testimonials ends
===========================================================================*/

/* ==========================================================================
   Service  page first section , with media queries starts
 ========================================================================== */

.section-one {
    padding: 6% 0%;
}

.text-right {
    text-align: right;
}

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

.text-align-justify {
    text-align: justify;
}

.card-background {
    background-color: #fc6200;
    border: 2.5px solid #fc6200;
}

.text-muted-white {
    color: #e1e7ed;
}

.flip-card-back p {
    padding: 1rem;
    text-align: center;
}

.card-background p {
    padding-left: 1rem;
    padding-right: 2rem;
}

.card-background:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.facts-padd {
    padding: 0% 4%;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

.service-some-factcontent .left-icon {
    /*width: 100px;*/
    /*height: 100px;*/
    position: relative;
    overflow: hidden;
}

.service-some-factcontent {
    margin-bottom: 40px;
}

.service-some-factcontent .media-body {
    padding-right: 10%;
}

.service-some-factcontent .left-icon img {}


.service-some-factcontent .icon-content .para {
    font-size: 14px;
    opacity: .8;
}

.right-services .media {
    margin-bottom: 15px;
}

@media (max-width: 991px) {

    .dropdown-menu-center,
    .mini-menu-center {
        display: none;
        min-width: 100%;
    }

    .has-dropdown {
        position: relative;
    }

    .menu-ul {
        padding: 20px 0;
        max-height: 90vh;
        overflow-y: auto;
        margin-right: 0px;
    }

    .custom-navbar {
        background: var(--bg-color);
        padding: 5px;
    }

    .custom-navbar .menu-ul .nav-link {
        color: var(--bgcolor);
        background: var(--para-color);
    }

    .service-childs {
        left: 0;
    }

    .service-child-head .chld-hvr {
        font-size: 14px;
    }

    .dropdown-menu-center .media {
        margin-bottom: 12px;
    }

    .mini-menu-center:before {
        left: 50%;
    }
}

.office-location .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    color: var(--primary-headcolor);
    margin-bottom: 20px;
}

.media-body a.call {
    color: var(--primary-headcolor);
    display: block;
}

/* ==========================================================================
   Service  some facts , with media queries starts
 ========================================================================== */

.service-some-facts {
    padding: 2% 0%;
    /*background: url('../img/service/service-facts-bg.png') no-repeat;*/
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;

}

.facts-padd {
    padding: 0% 4%;
}

.serv-facts-para {
    font-size: 15px;
    margin-top: 40px;
    opacity: .9;
    font-family: raleway-extralight;
}

.right-pad-fix:nth-child(odd) {
    /*padding-right:10%;*/
}

.service-some-factcontent .left-icon {
    /*width: 100px;*/
    /*height: 100px;*/
    position: relative;
    overflow: hidden;
}

.service-some-factcontent {
    margin-bottom: 40px;
}

.service-some-factcontent .media-body {
    padding-right: 10%;
}

.service-some-factcontent .left-icon img {}


.service-some-factcontent .icon-content .head {
    font-family: raleway-bold;
}

.service-some-factcontent .icon-content .para {
    font-size: 14px;
    opacity: .8;
}

/* ==========================================================================
   Service  some facts , with media queries ends
 ========================================================================== */

@media(max-width: 575px) {
    .section-one .padd-0:nth-of-type(1) {
        order: 2;
    }

    .section-one .padd-0:nth-child(2) {
        order: 1;
    }

    .home-carousel-caption {
        text-align: center;
        font-size: xx-small;
    }

    .gallery {
        column-gap: 0.5rem;
    }
}

.service-banner-content .common-head-three {
    max-width: 500px;
}

.modal-open .modal {
    /* background-color: var(--bgcolor); */
}

@media (max-width: 991px) {
    .section-one {
        margin-top: 60px;
    }
}

/* ==========================================================================
   Service  page first section , with media queries Ends
 ========================================================================== */


.section-two {
    background-repeat: no-repeat;
    background-position: top center;
}

/* .testimonial-card {
  column-gap: 1rem;
} */


.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.plan-name .text-center {
    padding: 10px 0px;
    margin: 0px;
    background-image: linear-gradient(to right, #e68c4f, #e77d4f, #e76d52, #e65d56, #e24c5d);
    color: white;
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
    overflow: hidden;
}

.cmn-section-marg {
    margin: 30px 0px;
}

.common-para-description {
    font-size: 16px;
    text-align: justify;
    /* color: var(--para-color); */
}

.resp-margin {
    margin: 0 auto;
}

.div-margin-top {
    padding: 40px 0px;
}

.img-fluid {
    max-width: 55%;
    height: auto;
}

.img-fluid2{
    max-width: 70%;
    height: auto;
}

.listing-clients-content .listing-logo img.img-fluid {
    margin-bottom: 10px;
}

.small-text-heading {
    margin: 6% 0;
    font-size: 15px;
}

.vid-bx-outer {
    padding: 0% 4% 3% 15%;
    position: relative;
    background: mediumpurple;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.vid-bx-outer .common-head-one {
    margin-left: 40px;
}

.bx-para {
    margin-top: 20px;
}

.list-of-keypoints {
    position: relative;
    top: -25px;
}

.list-of-keypoints ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
    display: -webkit-inline-box;
}

.list-of-keypoints ul li span {
    position: absolute;
    top: 3px;
    left: 0px;
    content: "\f00c";

}

.list-of-keypoints .key-list {}

.key-list {
    color: white;
}

.vr-experience-check-color {
    color: white;
}

.list-of-keypoints .key-list strong {}

.ser-video-icon {
    width: 75px;
    height: 75px;
    background-color: #42C9E3;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    display: block;
    left: -35px;
    top: 50px;
}

.ser-video-icon i.fa-play {
    position: relative;
    font-size: 35px;
    top: 21px;
    left: 27px;
}

.ser-video-icon:before {
    cursor: pointer;
    top: -25px;
    left: -25px;
    content: '';
    width: 125px;
    height: 125px;
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #00d1e4;
    opacity: .1;
    z-index: 0;
}

.padd-0 {
    padding: 0px 0px;
}

.padd-5 {
    padding: 0px 5px;
}

.padd-10 {
    padding: 0px 10px;
}

.padd-15 {
    padding: 0px 15px;
}

.padd-20 {
    padding: 0px 20px;
}

.padd-25 {
    padding: 0px 25px;
}

.ser-video-icon:after {
    top: -50px;
    left: -52px;
    content: '';
    position: absolute;
    width: 175px;
    height: 175px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #00d1e4;
    opacity: .1;
    z-index: 0;
}

.modal-close-outer {
    position: relative;
}

.modal-close-outer .close {
    position: absolute;
    top: -20px;
    right: -21px;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    color: #151843;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 99999;
    opacity: 1;
}

.modal-close-outer .close span {
    font-size: 34px;
    font-weight: 800;
    position: relative;
    top: -2px;
}

.related-service-video {
    padding: 0px;
}

.related-service-video iframe {
    width: 100%;
}

@media (max-width: 767px) {
    .ser-video-icon {
        top: -50px;
        left: 40%;
    }
}

.modal-open .modal {
    /* background-color: #151843; */
}

.section-third {
    padding: 5% 0%;
}

.section-third-content .common-head-one {

    margin-left: 40px;
}

.three-sec-para {
    margin: 20px 0px;
    max-width: 500px;
    padding-left: 35px;
    position: relative;
    text-align: justify;

}

.three-sec-para span {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 2px;
    top: 7px;
}

.para-left-right {
    margin: 20px 0px;
    max-width: 500px;
}

.marg-left {
    margin-left: 40px;
}

@media(min-width: 768px) {
    .cont-1-flx-items:nth-of-type(1) {
        order: 1;
    }

    .cont-1-flx-items:nth-of-type(2) {
        order: 2;
    }

    .cont-1-flx-items:nth-of-type(3) {
        order: 4;
    }

    .cont-1-flx-items:nth-of-type(4) {
        order: 3;
    }
}

@media(min-width: 768px) {
    .cont-1-flx-items:nth-of-type(1) {
        order: 1;
    }

    .cont-1-flx-items:nth-of-type(2) {
        order: 2;
    }

    .cont-1-flx-items:nth-of-type(3) {
        order: 4;
    }

    .cont-1-flx-items:nth-of-type(4) {
        order: 3;
    }
}
.form-align{
    width: 550px;
    margin: 0 auto;
    padding: 1em;
    border: 1px solid #CCC;
    border-radius: 1em;
}