@font-face {
    font-family: 'Fira Code';
    src: url(../fonts/FiraCode-VariableFont_wght.ttf); 
}

.preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
}

.preloader-body {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: #15171a;
    top: 0;
}

i.logo {
    position: relative;
    color: #fff;
    font-size: 5em;
    text-shadow: 0 0 50px #0f0,
        0 0 100px #0f0,
        0 0 150px #0f0,
        0 0 200px #0f0,
        0 0 250px #0f0;
    animation: animate 5s linear infinite;
    -webkit-animation: animate 5s linear infinite;
}

@-webkit-keyframes animate {
    0% {
        filter: hue-rotate(0deg);
        -webkit-filter: hue-rotate(0deg);
    }

    100% {
        filter: hue-rotate(360deg);
        -webkit-filter: hue-rotate(360deg);
    }
}

@keyframes animate {
    0% {
        filter: hue-rotate(0deg);
        -webkit-filter: hue-rotate(0deg);
    }

    100% {
        filter: hue-rotate(360deg);
        -webkit-filter: hue-rotate(360deg);
    }
}

.width-30 {
    width: 30%;
}


.padding-15 {
    padding: 15px 0;
}

.progress {
    position: fixed;
    left: 0;
    height: 5px;
    background-color: #ff7e00;
    transition: all linear 0.1s;
}

.wp-block-button__link1, .wp-block-search__button {
    overflow: hidden;
}

.wp-block-button__link1, .wp-block-search__button {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    border: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-display: swap;
    font-family: "Fira Code",mono,sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1;
    padding: 1.8rem 2rem;
    text-decoration: none;
    text-transform: normal;
    -webkit-transition: background-color .2s cubic-bezier(.7,0,.3,1),border-color .2s cubic-bezier(.7,0,.3,1),color .2s cubic-bezier(.7,0,.3,1),fill .2s cubic-bezier(.7,0,.3,1),-webkit-box-shadow .2s cubic-bezier(.7,0,.3,1);
    transition: background-color .2s cubic-bezier(.7,0,.3,1),border-color .2s cubic-bezier(.7,0,.3,1),color .2s cubic-bezier(.7,0,.3,1),fill .2s cubic-bezier(.7,0,.3,1),-webkit-box-shadow .2s cubic-bezier(.7,0,.3,1);
    vertical-align: bottom;
    position: relative;
}

.wp-block-button__link1 {
    border: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    font-size: 1.125em;
    padding: 19px;
    text-align: center;
    font-family: "Fira Code",mono,sans-serif;
    text-decoration: none;
    overflow-wrap: break-word;
    text-transform: uppercase;
    color: #fff;
    animation: textColor 10s ease infinite;
    /* background: linear-gradient(270deg, #0fffc1, #7e0fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 200%;
    animation: animateGlow 10s ease infinite; */
}

@keyframes textColor {
    0% {
      color: #7e0fff;
    }
    50% {
      color: #0fffc1;
    }
    100% {
      color: #7e0fff;
    }
  }

  @keyframes animateGlow {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }

.wp-block-button__link1:after, .wp-block-search__button:after {
    background-color: currentColor;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    left: 2rem;
    position: absolute;
    right: 2rem;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.7,0,.3,1);
    transition: -webkit-transform .2s cubic-bezier(.7,0,.3,1);
    transition: transform .2s cubic-bezier(.7,0,.3,1);
    transition: transform .2s cubic-bezier(.7,0,.3,1),-webkit-transform .2s cubic-bezier(.7,0,.3,1);
}

.wp-block-button__link1:active, .wp-block-button__link1:focus, .wp-block-button__link1:hover, .wp-block-button__link1:visited {
    color: #fff;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link1:focus, .wp-block-button:not(.is-style-outline) .wp-block-button__link1:hover {
    background-color: hsl(24, 99%, 29%);
    background-color: #000;
}

.wp-block-button__link1:focus:after, .wp-block-button__link1:hover:after, .wp-block-search__button:focus:after, .wp-block-search__button:hover:after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.has-tertiary-color {
    color: #fff;
    line-height: 2.25;
    margin: 0 0 1.25rem;
    font-size: 0.85rem;
    padding: 0px 300px;
    text-align:center;
    font-weight: 600;
    font-family: "Fira Code",mono,sans-serif;
}

.btn-icon {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.img-112 {
    width: 118%;
    height: auto;
}

/* Clients Section
--------------------------------*/

#clients .owl-nav {
    display: none;
  }
  
  #clients img {
    max-width: 60%;
    opacity: 0.6;
    transition: 0.3s;
    padding: 15px 0;
  }
  
  #clients img:hover {
    opacity: 1;
  }
  
  #clients .owl-nav,
  #clients .owl-dots {
    margin-top: 5px;
    text-align: center;
  }
  
  #clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
  }
  
  #clients .owl-dot.active {
    background-color: #ff7e00;
  }

  .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border:0px solid black;
}
.owl-prev i, .owl-next i {transform : scale(1.5);}

.carousel.indicators .carousel-item {
    height: 130px;
    overflow: hidden;
  }
  .carousel.indicators .carousel-item a {
    display: block;
    float: left;
    width: 20%;
  }
  .carousel.indicators .carousel-item a.active img {
    border-bottom: 5px solid #ff7e00;
  }
  .carousel.indicators .carousel-item a:not(:first-child) {
    padding: 0px 10px;
    }
  
    .carousel.indicators .carousel-item a img {
      height: 130px;
      border-bottom: 5px solid white;
    border-radius: 10px;
  }

  .embed-responsive-item {
    border-radius: 10px;
  }
  
  .rounded-circle {
    width: 40px;
    height: 40px;
    padding: 8px;
    cursor: pointer;
    z-index: 100;
  }
  
  .merri {
    font-family: "Merriweather", serif;
  }
  
  
  .cdc-horizontal-carousel {
    padding: 20px;
    padding-bottom: 5px;
  }
  
  .carousel-text {
    font-size: 14px !important;
  }
  .carousel-text h3 {
    font-size: 24px !important;
  }
  
  .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 45px;
    height: 45px;
    position: absolute;
  }
  
  .carousel-control-next-icon {
    right: 35px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI1NnB4IiBoZWlnaHQ9IjI1NnB4IiB2aWV3Qm94PSIwIDAgNDM4LjUzMyA0MzguNTMzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MzguNTMzIDQzOC41MzM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNNDA5LjEzMywxMDkuMjAzYy0xOS42MDgtMzMuNTkyLTQ2LjIwNS02MC4xODktNzkuNzk4LTc5Ljc5NkMyOTUuNzM2LDkuODAxLDI1OS4wNTgsMCwyMTkuMjczLDAgICBjLTM5Ljc4MSwwLTc2LjQ3LDkuODAxLTExMC4wNjMsMjkuNDA3Yy0zMy41OTUsMTkuNjA0LTYwLjE5Miw0Ni4yMDEtNzkuOCw3OS43OTZDOS44MDEsMTQyLjgsMCwxNzkuNDg5LDAsMjE5LjI2NyAgIGMwLDM5Ljc4LDkuODA0LDc2LjQ2MywyOS40MDcsMTEwLjA2MmMxOS42MDcsMzMuNTkyLDQ2LjIwNCw2MC4xODksNzkuNzk5LDc5Ljc5OGMzMy41OTcsMTkuNjA1LDcwLjI4MywyOS40MDcsMTEwLjA2MywyOS40MDcgICBzNzYuNDctOS44MDIsMTEwLjA2NS0yOS40MDdjMzMuNTkzLTE5LjYwMiw2MC4xODktNDYuMjA2LDc5Ljc5NS03OS43OThjMTkuNjAzLTMzLjU5NiwyOS40MDMtNzAuMjg0LDI5LjQwMy0xMTAuMDYyICAgQzQzOC41MzMsMTc5LjQ4NSw0MjguNzMyLDE0Mi43OTUsNDA5LjEzMywxMDkuMjAzeiBNMzM0LjMzMiwyMzIuMTExTDIwNC43MSwzNjEuNzM2Yy0zLjYxNywzLjYxMy03Ljg5Niw1LjQyOC0xMi44NDcsNS40MjggICBjLTQuOTUyLDAtOS4yMzUtMS44MTQtMTIuODUtNS40MjhsLTI5LjEyMS0yOS4xM2MtMy42MTctMy42MTMtNS40MjYtNy44OTgtNS40MjYtMTIuODQ3YzAtNC45NDEsMS44MDktOS4yMzIsNS40MjYtMTIuODQ3ICAgbDg3LjY1My04Ny42NDZsLTg3LjY1Ny04Ny42NWMtMy42MTctMy42MTItNS40MjYtNy44OTgtNS40MjYtMTIuODQ1YzAtNC45NDksMS44MDktOS4yMzEsNS40MjYtMTIuODQ3bDI5LjEyMS0yOS4xMyAgIGMzLjYxOS0zLjYxNSw3Ljg5OC01LjQyNCwxMi44NS01LjQyNGM0Ljk1LDAsOS4yMzMsMS44MDksMTIuODUsNS40MjRsMTI5LjYyMiwxMjkuNjIxYzMuNjEzLDMuNjE0LDUuNDIsNy44OTgsNS40MiwxMi44NDcgICBDMzM5Ljc1MiwyMjQuMjEzLDMzNy45NDUsMjI4LjQ5OCwzMzQuMzMyLDIzMi4xMTF6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  }
  
  .carousel-control-prev-icon {
    left: 35px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI1NnB4IiBoZWlnaHQ9IjI1NnB4IiB2aWV3Qm94PSIwIDAgNDM4LjUzMyA0MzguNTMzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MzguNTMzIDQzOC41MzM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNNDA5LjEzMywxMDkuMjAzYy0xOS42MDgtMzMuNTkyLTQ2LjIwNS02MC4xODktNzkuNzk4LTc5Ljc5NkMyOTUuNzM2LDkuODAxLDI1OS4wNTgsMCwyMTkuMjczLDAgICBjLTM5Ljc4MSwwLTc2LjQ3LDkuODAxLTExMC4wNjMsMjkuNDA3Yy0zMy41OTUsMTkuNjA0LTYwLjE5Miw0Ni4yMDEtNzkuOCw3OS43OTZDOS44MDEsMTQyLjgsMCwxNzkuNDg5LDAsMjE5LjI2NyAgIGMwLDM5Ljc4LDkuODA0LDc2LjQ2MywyOS40MDcsMTEwLjA2MmMxOS42MDcsMzMuNTkyLDQ2LjIwNCw2MC4xODksNzkuNzk5LDc5Ljc5OGMzMy41OTcsMTkuNjA1LDcwLjI4MywyOS40MDcsMTEwLjA2MywyOS40MDcgICBzNzYuNDctOS44MDIsMTEwLjA2NS0yOS40MDdjMzMuNTkzLTE5LjYwMiw2MC4xODktNDYuMjA2LDc5Ljc5NS03OS43OThjMTkuNjAzLTMzLjU5NiwyOS40MDMtNzAuMjg0LDI5LjQwMy0xMTAuMDYyICAgQzQzOC41MzMsMTc5LjQ4NSw0MjguNzMyLDE0Mi43OTUsNDA5LjEzMywxMDkuMjAzeiBNMjg4LjY0NiwzMDYuOTEzYzMuNjIxLDMuNjE0LDUuNDM1LDcuOTAxLDUuNDM1LDEyLjg0NyAgIGMwLDQuOTQ4LTEuODEzLDkuMjM2LTUuNDM1LDEyLjg0N2wtMjkuMTI2LDI5LjEzYy0zLjYxLDMuNjE3LTcuODkxLDUuNDI4LTEyLjg0LDUuNDIxYy00Ljk1MSwwLTkuMjMyLTEuODExLTEyLjg1NC01LjQyMSAgIEwxMDQuMjEsMjMyLjExMWMtMy42MTctMy42Mi01LjQyNC03Ljg5OC01LjQyNC0xMi44NDhjMC00Ljk0OSwxLjgwNy05LjIzMyw1LjQyNC0xMi44NDdMMjMzLjgyNiw3Ni43OTUgICBjMy42MjEtMy42MTUsNy45MDItNS40MjQsMTIuODU0LTUuNDI0YzQuOTQ5LDAsOS4yMjksMS44MDksMTIuODQsNS40MjRsMjkuMTI2LDI5LjEzYzMuNjIxLDMuNjE1LDUuNDM1LDcuODk4LDUuNDM1LDEyLjg0NyAgIGMwLDQuOTQ2LTEuODEzLDkuMjMzLTUuNDM1LDEyLjg0NWwtODcuNjQ2LDg3LjY1TDI4OC42NDYsMzA2LjkxM3oiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  }
  
  .carousel-control-next {
    right: -30px;
  }
  
  .carousel-control-prev {
    left: -30px;
  }
  
  .carousel-control-prev, .carousel-control-next {
    top: 30%;
    bottom: auto;
  }
  
  .carousel-control-prev, .carousel-control-next {
    opacity: 1;
  }
  
  .carousel-control-prev-icon, .carousel-control-next-icon {
    width: 45px;
    height: 45px;
  }
  
  @media (min-width: 576px) {
    .cdc-vertical-carousel .col-2 {
      min-width: 245px;
      width: 245px;
      max-width: 245px;
    }
  }
  .collapse.half {
    position: relative;
    display: block;
    height: auto !important;
    max-height: 12em;
    overflow: hidden;
  }
  
  .collapsing.half {
    position: relative;
  }
  
  .collapsing.half {
    position: relative;
    min-height: 12em;
  }
  
  .collapse.half.in {
    max-height: none;
  }
  
  .collapse.half:after, .collapsing.half:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  }
  
  .collapse.half.in:after {
    display: none;
  }
  
  *[data-toggle=collapse][aria-expanded=false] .show-less {
    display: none;
  }
  
  *[data-toggle=collapse][aria-expanded=true] .show-more {
    display: none;
  }

  
.testimonial_area {
  position: relative;
  z-index: 0;
}

.testimonial_area .single_testmonial p {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  margin: 20px 0 30px;
}

@media (min-width: 320px) and (max-width: 1500px) {
  .testimonial_area .single_testmonial p br {
    display: none;
  }
}

.testimonial_area .single_testmonial .testmonial_author .thumb {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  margin: auto auto 15px auto;
}

.testimonial_area .single_testmonial .testmonial_author .thumb img {
  width: 50px;
}

.testimonial_area .single_testmonial .testmonial_author h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.testimonial_area .single_testmonial .testmonial_author span {
  font-size: 15px;
  font-weight: 400;
}

.testimonial_area .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.social-icons-top {
  text-align: right;
  margin-top: -90px;
  position: absolute;
  right: 25%;
}

.social-icons-top .btn-icon {
  color: #44883c;
  margin-left: 5px;
  position: relative;
  z-index: 99;
  height: 3rem;
  min-width: 3rem;
  width: 3rem;
  font-size: 1.5rem;
  background-color: #f0f0f0;
  box-shadow: 0px 0px 10px 1px rgb(117 117 117);
}

.btn-round {
  border-width: 1px;
  border-radius: 30px !important;
}

.social-icons-top .fa {
  margin-top: 5px;
}

.fa-gitlab {
  color: #e01e8f;
}

.fa-youtube {
  color: #dd2c00;
}

.fa-facebook {
  color: #44609c;
}

.fa-twitter {
  color: #1da1f2;
}

a:focus, [tabindex]:focus, input:focus, radio:focus, select:focus, checkbox:focus, textarea:focus, label:focus, fieldset:focus, legend:focus, datalist:focus, output:focus, .focus:focus {
  outline: none !important;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .container-lg1 {
    max-width: 1200px !important;
  }
}

.mtt-5 {
  margin-top: 0px !important;
}


.haveAproject {
  padding: 35px 80px 35px 80px;
  margin: 0px 0px 60px;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .haveAproject {
      padding: 42px 69px 36px 57px
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .haveAproject {
      padding: 42px 19px 36px 40px
  }
}

@media (max-width: 767px) {
  .haveAproject {
      padding: 42px 19px 36px 40px
  }
}

.haveAproject::before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 10px;
}

.haveAproject .wantToWork-caption h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 13px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .haveAproject .wantToWork-caption h2 {
      padding-right: 20px;
      margin-bottom: 18px
  }
}

@media (max-width: 767px) {
  .haveAproject .wantToWork-caption h2 {
      margin-bottom: 18px;
      font-size: 31px
  }
}

.haveAproject .wantToWork-caption p {
  color: #fff
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .haveAproject .wantToWork-caption p {
      padding-right: 20px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .haveAproject .wantToWork-caption p {
      padding-right: 20px;
      margin-bottom: 30px
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .haveAproject .wantToWork-caption p {
      margin-bottom: 30px
  }
}

@media (max-width: 767px) {
  .haveAproject .wantToWork-caption p {
      margin-bottom: 30px;
      font-size: 15px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .haveAproject .wantToWork-btn {
      float: left
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .haveAproject .wantToWork-btn {
      float: left
  }
}

@media (max-width: 767px) {
  .haveAproject .wantToWork-btn {
      float: left
  }
}

.haveAproject::before {
  background-color: #242A63;
}

.modal-body {
  background: #F4F3F3;
  font-family: "Lato", sans-serif;
  padding:0px;
}

.contact-us {
  position: relative;
  width: 250px;
  background: #242A63;
  overflow: hidden;
}
.contact-us:before {
  position: absolute;
  content: "";
  bottom: -50px;
  left: -100px;
  height: 250px;
  width: 400px;
  background: #3fcdc7;
  transform: rotate(25deg);
}
.contact-us:after {
  position: absolute;
  content: "";
  bottom: -80px;
  right: -100px;
  height: 270px;
  width: 400px;
  background: #ff7e00;
  transform: rotate(-25deg);
}

.contact-header {
  color: white;
  position: absolute;
  transform: rotate(-90deg);
  top: 120px;
  left: -40px;
}
.contact-header h1 {
  font-size: 1.5rem;
}

.social-bar {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}
.social-bar ul {
  list-style-type: none;
}
.social-bar ul li {
  display: inline-block;
  color: white;
  width: 35px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: -4px;
  font-size: 1.4rem;
}

.header {
  text-align: center;
  padding: 20px 0px 10px;
}

.header h2 {
  margin: 10px 0px 30px;
  font-weight: normal;
  color: #000;
}

.header h3 {
  margin: 10px 0px 0px;
  font-weight: 300;
  color: #000;
}

.address, .email, .phone {
  text-align: center;
  padding: 20px 40px;
  width: max-content;
  color: #444;
}
.address a, .email a, .phone a {
  font-size: 1rem;
  font-weight: 300;
}
.address i, .email i, .phone i {
  color: #ff7e00;
  font-size: 1.7rem;
  margin-bottom: 20px;
}

form {
  position: relative;
  width: 440px;
  margin: 0 auto;
  padding: 10px 15px 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background: white;
}
form .input-text, form .input-textarea {
  background: white;
  display: block;
  margin: 20px auto;
  width: 100%;
  border: 0;
}
form .input-text {
  height: 40px;
  line-height: 40px;
  outline: 0;
  border-bottom: 1px solid rgba(68, 68, 68, 0.3);
  font-size: 1rem;
  color: rgba(68, 68, 68, 0.8);
}
form .input-textarea {
  border-bottom: 1px solid rgba(68, 68, 68, 0.3);
  resize: none;
  outline: none;
  font-size: 1rem;
  font-family: lato;
  color: rgba(68, 68, 68, 0.8);
}
form .input-btn {
  position: absolute;
  display: block;
  height: 40px;
  width: 250px;
  left: 95px;
  border: 0;
  border-radius: 20px;
  bottom: -20px;
  background: #ff7e00;
  color: white;
  font-size: 1.1rem;
  font-weight: 300;
  outline: none;
}

.contact-form {
  padding-bottom: 40px;
}

.contact-form-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 0.5fr 0.5fr 2fr;
  grid-template-areas: "contact-us header header header" "contact-us address phone email" "contact-us contact-form contact-form contact-form";
}

.contact-us {
  grid-area: contact-us;
}

.header {
  grid-area: header;
}

.address {
  grid-area: address;
}

.phone {
  grid-area: phone;
}

.email {
  grid-area: email;
}

.contact-form {
  grid-area: contact-form;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 850px !important;
    margin: 1.75rem auto;
}
}

.modal-cross {
  position: absolute;
  top: 0%;
  border: none;
  right: 1%;
  font-size: 2.5rem;
}

.div-contact-info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  margin-left: 70px;
}

a.email1 {
  color: unset;
  display: block;
}

/* .modal-dialog {
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
} */

.switch {
  display: flex;
  align-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0px 10px;
}

.switch span {
  filter: saturate(0);
  background-color: transparent;
  opacity: .5;
  padding: .25rem;
  transition:  filter 3s ease-in-out, opacity 3s ease-in-out;
}

.switch span:first-child {
  margin-right: 1rem;
}

[aria-checked="false"] span:first-child{
  filter: none;
  opacity: 1;
  border-color: white;
}

[aria-checked="true"] span:last-child{
  filter: none;
  opacity: 1;
  border-color: white;
}


