@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Text:ital@0;1&family=Frank+Ruhl+Libre:wght@300..900&family=Manrope:wght@200..800&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Text:ital@0;1&family=Manrope:wght@200..800&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

:root{
    --flsh-color-black:#050708;
    --flsh-color-red:#ec1f28;
    --flsh-color-dark-black:#000;
    --flsh-color-white:#fff;
    --flsh-color-grey:rgb(182, 182, 182);
}
h1,h2.h3,h4,h5,h6{
    font-family: "Frank Ruhl Libre", serif;
}
body,p,span{
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}
a{
    text-decoration: none;
}


/*
=======================================================
  about-us
=======================================================
*/
.about-us {
    /* margin-top: 20px; */
    padding: 80px 0px 90px;
    /* background: #f7f7f7; */
}
.about-img {
    margin-top: -14px;
    border: 2px solid #d32c2c;
    border-radius: 19px;
    padding: 5px;
}

.about-img img.img-fluid {
    border-radius: 14px;
}
.about-us .sec-title {
    margin-bottom: 50px;
}
.sec-title h2 {
    position: relative;
    font-size: 30px;
    margin-bottom: 45px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #fff;
}
.about-us .sec-title h2:before {
    content: "";
    position: absolute;
    left: 5%;
    margin-left: -28px;
    bottom: -10px;
    width: 164px;
    height: 1px;
    background: rgb(237, 50, 55);
}
.sec-title span {
    color: #ffffff;
}
.about-us .about-info .text p {
    line-height: 38px;
    text-align: justify;
    font-size: 19px;
    margin-top: -10px;
    font-family: 'Slabo 27px', serif;
}
.about-us .about-info .text p {
    color: #fff;
    font-weight: 500;
}
.thm-btn {
    position: relative;
    background: #ec1f28;
    font-size: 16px;
    line-height: 42px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 26px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    font-family: 'Montserrat', sans-serif;
    border-radius: 20px;
}

.product-section .sec-title h2:before {
    content: "";
    position: absolute;
    margin-left:52px;
    bottom: -10px;
    width: 164px;
    height: 1px;
    background: rgb(237, 50, 55);
}   


/*-----product css--*/
.product-catgory {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.product-catgory a.remr {
    border: 1px solid #ec1f28;
    padding: 8px 20px;
    color: #fff;
    font-size: 18px;
        border-radius: 23px;
}

.product-catgory a.remr:hover{background: #ec1f28; color: #fff;}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translate(0);
}
[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s;
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}

.product-catgory .subcatgry {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: inline-table;
   
    cursor: pointer;
}
.product-catgory .subcatgry a {
    display: block;
    z-index: 1000;
}

.product-catgory .subcatgry:hover img {
    transform: scale(1.1);
    transition: 0.5s all ease-in-out;
}
.product-catgory .subcatgry a img {
   
    overflow: hidden;
    transition: 0.5s all ease-in-out;
}
.product-catgory .subcatgry .overley {
    /* background: #f45302; */
    position: absolute;
    width: 0;
    height: 90%;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transition: .5s ease;
    z-index: 1;
}
.product-catgory .subcatgry p {
    font-size: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #fff;
    display: inherit;
    z-index: 5;
    text-transform: uppercase;
    font-weight: 300;
    padding: 6px;
    background-color: #ec1f28;
    border-radius: 10x 0 0 0;
}
.product-catgory .subcatgry .img-pro {
    position: absolute;
    top: 0;
    left: 18%;
    bottom: 0;
    margin: auto 0;
    display: none;
}
.product-catgory .subcatgry .img-pro img {
    width: 75%;
    transition: .5s ease-in-out;
}
/*----product css end-----*/


/*-------*/
.visualiser_h {
   
    margin-bottom: 0px;
}

.whyicn h2 {
    position: relative;
    font-size: 30px;
    margin-bottom: 45px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #fff;
    padding-top: 48px;
}
.visualiser_h .visual-left {
    padding: 104px 0;
}
.visual-left img {
    width: 35px;
}
.visualiser_h .visual-left h2 {
    line-height: normal;
    font-weight: 500;
    font-size: 25px;
    color: #fff;
}
.visual-left a {
    margin-top: 3%;
    padding: 12px 35px;
    cursor: pointer;
    background: white;
    text-decoration: none;
    color: #000000;
    border: 2px solid #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
        border-radius: 35px;
}

header.sticky-top.fixed-to-top {
    background: #0000007d;
}

.visual-left a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    z-index: 20;
}
.visual-left a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.visualiser_h .visual-right {
    position: relative;
}
.visualiser_h .visual-right img {
    height: 100%;
    border: 2px solid #c10606;
    border-radius: 28px;
    padding: 6px;
}
section.product-section {
    padding-bottom: 80px;
}
.visualiser_h .visual-left h3 {
    color: #ffffff;
    font-size: 28px;
}
/*----*/

.whyus .sec-title h2:before {
    content: "";
    position: absolute;
    margin-left: 135px;
    bottom: -10px;
    width: 164px;
    height: 1px;
    background: rgb(237, 50, 55);
}


/* Services Section Three */

/* Contact Section */

.contact-section {
    position: relative;
    /* border-bottom: 1px solid #eee; */
    padding: 0px 0px 42px;
}
.contact-section .sec-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 750px;
    background-size: cover;
}

.contact-section .wrapper-box {
    position: relative;
    
}

.contact-section .contact-form-area {
    position: relative;
        padding: 0px 71px 0px;
}

.contact-section .form-group-two {
    margin-top: 25px;
}

.contact-section .theme-btn {
    background-color: #3b3b44;
}

.contact-section .bottom-content {
        position: relative;
    text-align: center;
    margin-top: 0px;
    margin-bottom: -2px;
    padding: 41px;
}

.contact-section .bottom-content h5 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
        color: #fff;
        font-family: sui-generis;
}

.contact-section .bottom-content .contact-info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-section .bottom-content .contact-info li {
        position: relative;
    font-size: 27px;
    font-weight: 500;
    margin-right: 30px;
    margin-bottom: -6px;
}

.contact-section .bottom-content .contact-info li a {
    color: #fff;
}

.contact-section .bottom-content .contact-info li:last-child {
    margin-right: 0;
}

.contact-section .bottom-content .contact-info li span {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ddd;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}

.contact-section .bottom-content .contact-info li i {
    font-size: 24px;
}

.contact-section .bottom-content .contact-info li:first-child {
    padding-left: 120px;
}

.contact-section .bottom-content .contact-info li:first-child i {
    margin-right: 15px;
        color: #fff;
}

.contact-section .bottom-content .contact-info li:first-child:before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    height: 2px;
    width: 100px;
        background: #fff! important;
}

.contact-section .bottom-content .contact-info li:last-child {
    padding-right: 120px;
}

.contact-section .bottom-content .contact-info li:last-child i {
    margin-left: 15px;
        color: #fff;
}

.contact-section .bottom-content .contact-info li:last-child:before {
    position: absolute;
    content: '';
    right: 0;
    top: 10px;
    height: 2px;
    width: 100px;
        background: #fff! important;
}

.service-block-three .career-icon img {
    width: 68px;
    height: 68px;
    margin: 0 auto 15px;
   
}

.service-block-three {
    position: relative;
}

.service-block-three .inner-box{
        position: relative;
    margin-bottom: 30px;
    padding: 0px 1px 0px;
    background-color: #fff;
    box-shadow: 1px 5px 18.9px 2.1px rgb(0 0 0 / 18%);
    z-index: 2;
}

.service-block-three .inner-box:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    bottom: 2px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    background-color: #833f2b;
}

.service-block-three .inner-box:hover:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
        z-index: -1;
}

.service-block-three .icon {
    position: relative;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 25px;
    transition: .5s;
}

.service-block-three .inner-box:hover .icon {
    color: #fff;
}

.service-block-three h4 {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 30px;
    transition: .5s;
}

.service-block-three .inner-box:hover h4 {
    color: #fff;
}

.service-block-three h4:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 2px;
    width: 50px;
    transition: .5s;
}

.service-block-three .inner-box:hover h4:before {
    background-color: #fff;
}

.service-block-three .text {
    position: relative;
    margin-bottom: 0;
    transition: .5s;
}

.service-block-three .inner-box:hover .text {
    color: #fff;
}

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

.creating-bx h4 {
                text-align: center;
    font-size: 17px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    color: #4f4f4f;
    font-family: sui-generis;
}

.creating-bx h4:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 0px;
    width: 50px;
    transition: .5s;
}


.services-section-three {
    position: relative;
    padding: 120px 0 490px;
}

.services-section-three .sec-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 600px;
    background-size: cover;
}

.service-block-three {
    position: relative;
}

.service-block-three .inner-box {
    position: relative;
    margin-bottom: 30px;
    padding: 0px 1px 0px;
    background-color: #fff;
    box-shadow: 1px 5px 31.9px 4.1px rgb(12 12 12 / 19%);
    z-index: 2;
}

.service-block-three .inner-box:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    bottom: 2px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    background-color: #ec1f28;
}

.service-block-three .inner-box:hover:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.service-block-three .icon {
    position: relative;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 25px;
    transition: .5s;
}

.service-block-three .inner-box:hover .icon {
    color: #fff;
}

.service-block-three h4 {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 30px;
    transition: .5s;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}

.service-block-three .inner-box:hover h4 {
    color: #fff;
}

.service-block-three h4:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 2px;
    width: 50px;
    transition: .5s;
}

.service-block-three .inner-box:hover h4:before {
    background-color: #fff;
}

.service-block-three .text {
    position: relative;
    margin-bottom: 0;
    transition: .5s;
}

.service-block-three .inner-box:hover .text {
    color: #fff;
}


/*
===================================================
  16. footer style
===================================================
*/


.footer {
    /* border-top: 5px solid #ed3237; */
    background-size: 50%;
    position: relative;
}
.footer::before {
    content: '';
    position: absolute;
    width: 100%;
    background-image: url(../img/line.png);
    top: 304px;
    height: 37px;
    background-size: contain;
    left: 0;
    position: fixed;
    z-index: -1;
}

.footer p{
   font-family: 'Roboto', sans-serif;
   font-weight:400;
   font-size:14px;
   color: #fff;
   line-height: 27px;
}
.footer .footer-upper {
    padding: 15px 0px 15px;
}
.footer-widget ul {
    margin: 0;
    padding: 0;
}
.footer-widget ul li {
    list-style: none;
}
.footer-widget.about-widget img {
    margin-bottom: 27px;
}
.footer-widget.about-widget p {
    margin: 0;
}
.footer-widget h3.title {
    font-size: 22px;
    text-transform: capitalize;
    margin: 0;
}
.footer-widget.quick-links ul li a {
    font-size: 14px;
    line-height: 38px;
    tranisition: all .3s ease;
}
.footer-widget.quick-links ul li a:hover {
    color: #d62929;
}
.footer-widget.contact-widget input,
.footer-widget.contact-widget textarea {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 20px;
}
/*.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #fff;    }
    49%{    color: #fff; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #fff;    }
}*/
@media(max-width: 767px){
  .mob p{
    margin-left: 0!important;
  }
    
    .about-us {
        background-size: cover! important;
}
    
    .sec-title h2 {
   font-size: 20px;
    padding-top: 39px;
}
    .product-section .sec-title h2:before {
 margin-left: 8px;
    bottom: -10px;
}
    .product-catgory p {
    font-size: 14px! important;
            line-height: 25px! important;
}
    .product-catgory a.remr {
    padding: 8px 6px;
    font-size: 11px;
}
    section.customer-logos .slick-slide {
height: 124px! important;
}
    
    section.customer-logos-2 .slick-slide {
    margin: 0px 11px 61px! important;
    height: 198px! important;
}
    .visualiser_h .visual-left {
    padding: 0px 0 17px;
}
    visualiser_h .visual-left h2 {
    font-size: 17px;
    color: #fff;
}
    .thm-btn {
    font-size: 12px;
    line-height: 42px;
    padding: 0 15px;
}
    
    .visualiser_h .visual-left h2 {
    font-size: 17px;
}
    
    .visual-left a {
    padding: 8px 21px;
    font-size: 13px;
}
    .whus{background-size: 100%! important;
    background-position: bottom! important;}
    
section.customer-logos .slick-slide span {
    font-size: 12px! important;
}
    
    .footer {
        background-size: 100%;
        background-position: bottom;
        display: flex;
    }
    
    .footer-bottom .copyright-text {
   font-size: 14px! important;
}
    
    .iner-bnr {
    height: 112px! important;
}
    
    .about-us .about-info .text p {
    font-size: 15px;
    line-height: 25px;
}
    
    section.electswch {
    background-size: 100%! important;
}
    
    .electswch h2 {
    font-size: 19px! important;
}
    
    .gtch {
    background-size: 100%! important;
            padding: 12px! important;
}
    
    .contactus{background-size: 100%! important;}
    
    .iner-bnr h2 {
    padding: 48px 0px! important;
    font-size: 17px! important;
}
    
    .footer::before {
    height: 37px;
    background-size: cover;
}
    
    .footertop h3 {
    font-size: 39px! important;
    line-height: 46px! important;
}
    .footerinnn {
    padding: 0 0 0px! important;
}
    
    .grtftg{margin-bottom: 111px;}
    
}



.iner-bnr h2 {
    padding: 169px 0px;
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
}

.footer-widget.contact-widget textarea {
    height: 100px;
    padding-top: 15px;
    margin-bottom: 5px;
}
.footer-widget.contact-widget button {
    width: 100%;
    letter-spacing: 1px;
    height: 50px;
    background: #2098d1;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    outline: none;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    line-height: 50px;
    font-weight: 700;
    -webkit-transition:all .3s ease;
    transition: all .3s ease;
}
.footer-widget.contact-widget button:hover {
    background: #fff;
    color: #ffc104;
}
.footer-widget.contact-widget .column{
  padding:0 10px;
}
.row-10{
  margin:0px -10px;
  
}
.footer .footer-upper .item{
  margin-top: 40px;
}
.footer .footer-upper .link_btn .button-style-one{
  color: #fff;
  margin-top: 20px;
  border-bottom: 1px solid #fff;
}
.footer.bg-style .footer .footer-upper {
    padding: 75px 0 65px;
}
.footer.bg-style .footer-widget h3.title {
    margin-bottom: 31px;
    position: relative;
    /* font-weight: 500; */
    color: #ffffff;
        font-family: 'Montserrat', sans-serif;
}
.footer.bg-style .address ul{
  margin-left: -15px;
}
.footer.bg-style .address ul li{
  margin-bottom:  20px!important;
}
.footer.bg-style .address ul li a{
  font-size: 16px;
}
.footer.bg-style .address ul li a:before{
  display: none;
}
.footer.bg-style .address ul li a:hover{
  color: #fff!important;
}
.footer.bg-style .footer-widget.quick-links ul li {
   
    margin-bottom: 8px;
}
.footer.bg-style .footer-widget.quick-links ul li a {
    display: flex
;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    padding-bottom: 7px;
    padding-left: 15px;
    position: relative;
    font-weight: 400;
    /* font-family: 'Open Sans', sans-serif; */
    transition: .5s all ease;
    /* font-family: 'Grenze', serif; */
    font-family: 'Montserrat', sans-serif;
    gap: 12px;
}
.footer.bg-style .footer-widget.quick-links ul li a:before {
    color: #ffffff;
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 12px;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 2px;
}
.footer.bg-style .footer-widget.quick-links ul li a:hover {
    color: #ed3237;
    transition: .5s all ease;
}
.footer.bg-style .footer-widget.quick-links ul li a:hover:before{
  color:#fff;
}
.footer .footer-upper .footer-map .google-map{
  height: 200px;
}


.footer.bg-style .footer-widget.our-doctor ul li {
   
    margin-bottom: 8px;
}
.footer.bg-style .footer-widget.our-doctor ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    padding-bottom: 7px;
    padding-left: 15px;
    position: relative;
    font-weight: 400;
    transition: .5s all ease;
   font-family: 'Montserrat', sans-serif;
}
.footer.bg-style .footer-widget.our-doctor ul li a:before {
    color: #ffffff;
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 12px;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 2px;
}
.footer.bg-style .footer-widget.our-doctor ul li a:hover {
    color: #ed3237;
    transition: .5s all ease;
}
.footer.bg-style .footer-widget.our-doctor ul li a:hover:before{
  color:#fff;
}

.footer.bg-style .footer-widget.contact-widget input,
.footer.bg-style .footer-widget.contact-widget textarea {
    background: transparent;
    color: #fff;
}
.contact-section-btn{
  max-width:170px;
  margin:0 auto;
  
}
.footer.bg-style .footer-widget.contact-widget input {
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #fff;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}

.footer.bg-style .footer-widget.contact-widget textarea {
    height: 90px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border: 1px solid #fff;
    margin: 5px 0px 20px;
    font-family: 'Open Sans', sans-serif;
}

.footer.bg-style .footer-widget.contact-widget button {
    height: 50px;
    line-height: 45px;
}


.footer-bottom{
  color:#d1d1d1;
  border-top: 1px solid #f5f4f4;
  padding: 5px 0px 34px 0px;
}
.footer-bottom .social-links a{
  display:inline-block;
  font-size:13px;
  font-weight:normal;
  color: #fff;
  padding: 0px 15px;
  line-height:26px;
}

.footer-bottom a:hover{
  color: #fff;
}
.footer-bottom .copyright-text{
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  font-size: 18px;
  color: #fff;
  font-family: 'Grenze', serif;
        text-align: center;
}
.footer-bottom .copyright-text a{
  color: #fff;
}


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

.sticky-instagram .float-2 {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 95px;
    right: 10px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
.sticky-instagram .my-float-2 {
    width: 37px;
}

.sticky-instagram .float-1 {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 150px;
    right: 10px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
.sticky-instagram .my-float-1 {
    width: 37px;
}


.sticky-instagram .float-3 {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 200px;
    right: 10px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}


/*------logo slide-----*/
section.customer-logos .slick-slide {
    margin: 0px 11px 62px;
    text-align: center;
    height: 194px;
    padding-top: 11px;
/*    border: 1px solid #ff0f0f;*/
    border-radius: 22px;
}

section.customer-logos-3 .slick-slide {
    margin: 0px 11px 62px;
    text-align: center;
    height: 194px;
    padding-top: 11px;
     border: 1px solid #ff0f0f; 
    border-radius: 22px;
}

.slick-slide img {
    width: 40%;
    margin: 0px auto;
        padding-bottom: 14px;
}

section.customer-logos .slick-slide span {
    font-size: 22px;
    font-weight: 500;
    font-family: "Frank Ruhl Libre", serif;
    color: #fff;
}
.product-catgory p {
    line-height: 47px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
        color: #fff;
}

.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;
    -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;
}
.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;
}
.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;
}
/*------log slide end---*/



/*-------header fixed*/

.wrapHead{
  width: 100%;
  margin: 0 auto;
  transition: all ease-in-out 0.5s;
}
.wrapHead.fixed-to-top{
  width: 100%;
}

.wrapHead.fixed-to-top img.img-fluid {
    width: 205px;
    transition: 0.5s all ease-in-out;
}
header{
  position: fixed;
  width: 100%;
/*  background: rgba(38, 50, 56, 0.5);*/
  padding: 10px 0;
  z-index: 1;
  transition: all ease-in-out 0.5s;
}
header:after{
  content: "";
  display: block;
  clear: both;
}
/*
header.fixed-to-top{
  background: #fff;
}
*/
#brand{
  color: #ccc;
  float: left;
}
#brand h1{
  letter-spacing: 10px;
  text-shadow: 2px 2px 5px #111;
}
nav{
  float: right;
  margin-top: 10px;
}
nav li{
  display: inline-block;
  margin: 0 4px;
}
nav li a{
  padding: 10px 0;
  text-decoration: none;
  color: #e1e1e1;
  transition: all ease-in-out 0.5s;
}
nav li a:hover{
  color: #bbb;
}



/*------*/


.pdcatergy .slick-slide img {
    width: 100%;
    margin: 0px auto;
    padding-bottom: 14px;
}


section.customer-logos-2 .slick-slide {
    margin: 0px 11px 62px;
    text-align: center;
/*    box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.42);*/
    height: 402px;
    padding-top: 0px;
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 0px;
}

.iner-bnr {
    background-image: url(../img/iner-bnr.jpg);
    background-size: cover;
    height: 385px;
}

.contbx {
    border: 2px solid #ec1f28;
    margin: 0px auto;
    text-align: center;
    padding: 43px;
    height: 225px;
    color: #fff;
    border-radius: 16px;
}
.contbx i.fa {
    font-size: 21px;
    margin-bottom: 16px;
    border: 2px solid #fffbfb;
    padding: 9px;
    border-radius: 46px;
    width: 49px;
    height: 49px;
    text-align: center;
    line-height: 28px;
    background: #fa0404;
}
.contbx h3 {
    font-size: 20px;
}
.contact-one__form {
    max-width: 868px;
    margin-left: auto;
    margin-right: auto;
}
.form-one__group {
        grid-template-columns: repeat(2, 1fr);
    }
.form-one__group {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin: 0;
}
.form-one__control {
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
    position: relative;
}

.form-one .bootstrap-select > .dropdown-toggle, .form-one input[type=text], .form-one input[type=email], .form-one textarea {
    display: block;
    width: 100%;
    height: 42px;
    background-color: #ffffff;
    color: #333;
    border: none;
    outline: none;
    padding-left: 30px;
    padding-right: 30px;
    /* font-family: var(--firdip-font, "Roboto", sans-serif); */
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #f24040;
    border-radius: 29px;
    box-shadow: 2px 2px #f26c6c;
}
.form-one__control--full {
    grid-column-start: 1;
    grid-column-end: -1;
}
.firdip-btn {
    border: none;
    outline: none !important;
    background-color: #e41e26;
    color: #fff;
    font-family: var(--firdip-font, "Roboto", sans-serif);
    padding: 8px 34px;
    background-color: #b10e08;
    color: #fff;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    font-family: poppins, sans-serif;
}
.firdip-btn--base::before {
    background-color: #d82715;
}
.firdip-btn::before {
    content: "";
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background-color: #333;
    transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
    z-index: -1;
}
.firdip-btn--base::after {
    background-color: var(--firdip-secondary, #232728);
}
.firdip-btn::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #e71315;
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    z-index: -1;
}
.map-marker {
    padding: 28px 32px;
    border: 1px solid #3f3c3c;
    border-radius: 26px;
    height: 464px;
}
.map-marker h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 15px;
    padding-bottom: 17px;
}

.gtch {
    padding: 49px;
}

.galry{padding: 50px;}

.galry h2 {
    font-weight: 600;
    color: #000;
    padding-bottom: 30px;
}

section.electswch {
    padding: 46px;
    padding-bottom: 0px;
}

.electswch h2 {
    color: #fff;
    padding-bottom: 22px;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
}

.product-catgory.elect{
    margin-bottom: 39px;
}

section.electswch ul {
    display: flex;
    gap: 49px;
}

section.electswch ul li{list-style-type: none;
color: #fff;}

.speci {
    padding-bottom: 27px;
}

.speci p {
    color: #fff;
    display: flex;
    gap: 37px;
    font-size: 17px;
    margin-bottom: 5px;
}

.row.brdshdw {
    border: 1px solid #514f4f;
    padding: 13px;
    border-radius: 17px;
    margin: 2px;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
    border: 0px solid #dddddd;
    text-align: left;
    padding: 8px;
    color: #fff;
}




/*-----social media link ----*/
.share-buttons {
  display: flex;
  position: fixed;
}

.share-buttons .share-button-main:before {
  content: none;
}

.share-buttons .share-button-main {
  background-color: #cd1c1c;
  bottom: 0;
  cursor: pointer;
  right: 0;
  margin: 10px;
  position: fixed;
  z-index: 2;
}

.share-buttons .social {
  bottom: 0;
  right: 0;
  margin: 10px;
  position: fixed;
  transition: left 0.3s ease;
  z-index: 1;
}

.share-buttons.open .facebook {
  top: 464px;
}

.share-buttons.open .twitter {
  top: 340px;
}

.share-buttons.open .whatsapp {
  top: 380px;
}

.share-buttons.open .email {
  top: 423px;
}

.share-buttons.open .up {
  top: 280px;
}

.ctn-icon-social-media:before {
  content: '';
  height: 100%;
  right: 0;
  position: absolute;
  top: 100%;
  transition: 0.3s ease all;
  width: 100%;
  z-index: 1;
}

.ctn-icon-social-media {
    border-radius: 50%;
    border: 0px solid transparent;
    box-sizing: content-box;
    font-size: 17px;
    height: 30px;
    line-height: 29px;
    overflow: hidden;
    position: relative;
    width: 30px;
    z-index: 2;
}

.ctn-icon-social-media a i,
.icon-go-to-up-footer {
  position: relative;
  transition: 0.3s ease all;
  z-index: 3;
}

.ctn-icon-social-media:hover > a i,
.ctn-icon-social-media:focus > a i,
.ctn-icon-social-media:active > a i,
.ctn-icon-social-media:hover > .icon-go-to-up-footer,
.ctn-icon-social-media:focus > .icon-go-to-up-footer {
  transform: rotateY(360deg);
}

.ctn-icon-social-media:hover:before,
.ctn-icon-social-media:focus:before,
.ctn-icon-social-media:active:before {
  background-color: #ffffff;
  top: 0;
}

.bgcolor-facebook:hover > a i,
.bgcolor-facebook:focus > a i,
.bgcolor-facebook:active > a i {
  color: #3b5998;
}

.bgcolor-rss:hover > a i,
.bgcolor-rss:focus > a i,
.bgcolor-rss:active > a i {
  color: #ff4500;
}

.bgcolor-twitter:hover > a i,
.bgcolor-twitter:focus > a i,
.bgcolor-twitter:active > a i {
  color: #55acee;
}

.bgcolor-whatsapp:hover > a i,
.bgcolor-whatsapp:focus > a i,
.bgcolor-whatsapp:active > a i {
  color: #25d366;
}

.bgcolor-github:hover > i,
.bgcolor-github:focus > i,
.bgcolor-github:active > i {
  color: #000;
}

.bgcolor-github:active > .icon-go-to-up-footer {
  transform: translateY(-5px);
  transition: 0.3s ease all;
}

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

.white {
  color: #fff;
}

.bgcolor-facebook {
  background-color: #3b5998;
}

.bgcolor-github {
  background-color: #000000;
}

.bgcolor-google-plus {
  background-color: #dd4b39;
}

.bgcolor-linkedin {
  background-color: #007bb5;
}

.bgcolor-pinterest {
  background-color: #cb2027;
}

.bgcolor-rss {
  background-color: #e80000;
}

.bgcolor-skype {
  background-color: #00aff0;
}

.bgcolor-snapchat {
  background-color: #fffc00;
}

.bgcolor-spotify {
  background-color: #00e461;
}

.bgcolor-tumblr {
  background-color: #32506d;
}

.bgcolor-twitter {
      background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
}

.bgcolor-whatsapp {
  background-color: #25d366;
}

.bgcolor-youtube {
  background-color: #ff0000;
}

.bgcolor-white {
  background-color: #ffffff;
}

.pointer {
  cursor: pointer;
}

.share-button-main i {
  transition-duration: 1s;
  transform: rotate(-180deg);
}

.share-button-main {
  transition: 0.2s ease all;
  transform: rotate(-90deg);
}

.rotate {
  transition: 0.3s ease all;
  transform: rotate(225deg);
}

/*---social link css end----*/





/*footer*/

.footer {
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 0px 20px 0px;
	position: relative;
}


.footer_menu1 {
	padding-left: 25px;
}

.footer_menu ul.ftqlinks1 {
	list-style-type: none;
	width: 100%;
	float: left;
        padding-left: 0px;
}

.footer_menu ul li {
	width: 100%;
	margin-bottom: 5px;
	float: left;
	position: relative;
	line-height: 28px;
}

.footer_menu ul.qlinks1 li {
	width: 40%;
	float: left;
	display: inline-block;
}

.footer_menu ul.ftsocul li {
	/* padding-left: 30px; */
}

.footer_menu ul.ftsocul li a i {
	position: absolute;
	left: 0;
	top: 5px;
	color: #2ac2bc
}

.footer_menu ul li a {
	text-decoration: none;
	color: #fff;
	padding-left: 0px;
	display: block;
	font-size: 16px;
	font-weight: 300;
	transition: all 0.3s;
	margin-bottom: 0px;
}


.footer_menu ul li a:hover {
	opacity: 0.5;
}

.ftsocial {
	margin-top: 50px;
	display: flex;
}

.ftsocial a {
	color: #fff;
	display: block;
	/* margin-right: 60px; */
	transition: all 0.3s;
	font-size: 36px;
	/* opacity: 0.5; */
	text-decoration: none;

	display: inline-grid;
	flex-grow: 1;
	align-items: center;
}

.ftsocial a:hover {
	opacity: 0.5;
}

.ftll {
	clear: both;
	width: 100%;
	margin-top: 30px;
	display: inline-block;
}

.ftll a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	margin-right: 30px;
	
	text-decoration: none;
	transition: all 0.3s;
}

.ftll a:hover {
	opacity: 0.5;
}

.footer_hd {
	position: relative;
	color: #2ac2bc;
	font-size: 24px;
	margin-bottom: 20px;
	margin-top: 0;
	text-transform: capitalize;
	/* letter-spacing: 2px; */
	font-weight: 500;
	display: inline-block;
	clear: both;
	width: 100%;
}

.footer_hd a {
	text-decoration: none;
	color: #2ac2bc;
	margin-top: 30px;
	display: inline-block;
	transition: all 0.3s;
}

.footer_hd a:hover {
	color: #fff;
}

/* .footer_hd::before {
  width: 50px;
  height: 3px;
  background-color: #2ac2bc;
  content: "";
  position: absolute;
  left: 0%;
  bottom: -15px;
  z-index: 9;
} */

.footer_social {}

.footer_social ul {
	float: left;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 5px;
	width: auto;
}

.footer_social ul li {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.footer_social ul li a {
	background: #fff;
	border-radius: 100%;
	color: #fff;
	display: table;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	outline: medium none;
	text-align: center;
	transition: all 0.3s;
	text-decoration: none;
	width: 36px;
}

.footer_social ul li a:hover {
	background: #2ac2bc none repeat scroll 0 0;
	color: #fff;
}

.copy_right {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	padding: 20px 0px 0;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	clear: both;
	width: 100%;
	margin-top: 20px;
	display: inline-block;
	letter-spacing: 0.5px;
}

.copy_right span {
	color: #d81324;
	font-weight: 400;
}

.footer_social .form-control {
	margin-bottom: 10px;
	border-radius: 0px;
}

.footer_social .btn {
	width: 100%;
	border-radius: 0px;
	text-transform: capitalize;
	background-color: #2ac2bc;
	border: 0px;
	transition: all 0.3s;
}

.footer_social .btn:hover {
	background-color: #2ac2bc;
}

.ft_soc {
	float: left;
	display: inline-block;
	margin-top: 0;
}

.ft_soc a {
	text-decoration: none;
	color: #262347;
	font-size: 24px;
	margin-right: 20px;
	text-align: center;
	transition: all 0.3s;
	border-radius: 100%;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: #fff;

}


/* .ft_soc1 a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 5px;
	margin-top: 15px;
} */

.footertop .footer_hd {
	position: relative;
	color: #2ac2bc;
	font-size: 26px;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: capitalize;
	/* letter-spacing: 2px; */
	font-weight: 600;
	display: inline-block;
	clear: both;
	width: 100%;
	letter-spacing: 3px;
}

.ft_soc a:hover {
	color: #2ac2bc;
}

.ft_qt {
	clear: both;
	width: 80%;
	margin: auto;
	display: table;
	text-align: center;
	margin-top: 15px;
}

.ft_qt p {
	line-height: 21px;
	color: #b9eaff;
}

.footer span.contttt {
	clear: both;
	display: block;
	color: #9B9AAD;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	margin-top: 20px;
	width: 75%;
}

.footer span a {
	text-decoration: underline;
	color: #2ac2bc;
}

.ftcopu {
	width: 100%;
	display: inline-block;
	margin-top: 40px;
	border-top: 1px solid #898d94;
	padding-top: 30px;
	text-align: center;
}

.footerinnn {
	padding: 0 0 80px
}

.footertop h3 {
	text-align: center;
	color: #fff;
	
	font-size: 55px;
	line-height: 60px;
	margin-bottom: 30px;
}

.footertop h3 span {
	
}


.footertop a {
	display: table;
	margin: auto;
	text-transform: uppercase;
	
	letter-spacing: 4px;
	font-size: 28px;
	padding: 10px 0 20px;
	transition: all 0.3s;
	border-radius: 0;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
}

.footertop a img {
	width: 32px;
	margin-left: 20px;
	float: right;
	position: relative;
	top: -5px;
}

.footertop a:hover {
	color: #fff;
	border-color: #ef1e23;
}


.footerMenuToggleWrap {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 650px;
	height: 200px;
	z-index: 999999
}

@media (max-width:640px) {
	.footerMenuToggleWrap {
		height: 150px
	}
}

.footerMenuToggleWrap .wave {
	background: url(../img/rectangle-arrow.svg) top no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	background-size: 1720px auto;
	bottom: 0
}

@media (max-width:640px) {
	.footerMenuToggleWrap .wave {
		background-size: 1020px auto
	}
}

.footerMenuToggleWrap .wave1 {
	top: 0;
	z-index: 1;
	/* transform:translateY(100%);
	transition:transform 1.5s,opacity 1s;
	opacity:0 */

	transform: translateY(0);
	opacity: .05
}

.visible .footerMenuToggleWrap .wave1 {}

.footerMenuToggleWrap .wave2 {
	top: 60px;
	z-index: 2;
	background-size: 1360px auto;
	/* transform:translateY(100%);
	transition:transform 1s,opacity 1s;
	opacity:0 */
	transform: translateY(0);
	opacity: .08
}

@media (max-width:640px) {
	.footerMenuToggleWrap .wave2 {
		top: 61px;
		background-size: 800px auto
	}
}

.visible .footerMenuToggleWrap .wave2 {}

.footerMenuToggleWrap .footerMenuToggle {
	position: absolute;
	z-index: 3;
	bottom: 0;
	height: 75px;
	width: 260px;
	left: 50%;
	transform: translate(-50%, 100%);
	line-height: 85px;
	text-align: center;
	cursor: pointer;
	/* transition:transform .5s,opacity 1s;
	opacity:0 */

	opacity: 1;
	transform: translate(-50%)
}

@media (max-width:640px) {
	.footerMenuToggleWrap .footerMenuToggle {
		height: 69px;
		line-height: 69px
	}
}

.visible .footerMenuToggleWrap .footerMenuToggle {}

.footerMenuToggleWrap .wave3 {
	top: 0;
	z-index: 1;
	background-size: 1200px auto
}

@media (max-width:640px) {
	.footerMenuToggleWrap .wave3 {
		background-size: 740px auto
	}
}

.footerMenuToggle img {
	position: relative;
	width: 100px;
	top: -32px;
    
}

.Subtraction_1 {
	overflow: visible;
	position: absolute;
	width: 600px;
	height: 69.151px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -30px;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

#Subtraction_1 {
	fill: rgba(255, 102, 0, 1);
}

.ftcopu span {
	z-index: 9;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	opacity: 0.5;
}

.ftcan {
	float: right;
	display: inline-block;
}

.ftcan a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	margin-left: 20px;
	color: #fff;
	transition: all 0.3s;
}

.ftcan a:hover {
	opacity: 0.5;
}

.footertop {
	clear: both;
	width: 100%;
	display: table;
}
/*----new footer css end*/


/*-----overlay css */

.titleOverlayWrap {
	position: absolute;
	top: 130%;
	left: 0;
	right: 0;
	z-index: 0
}

.titleOverlayWrap-new {
	position: absolute;
	top: 269%;
	left: 0;
	right: 0;
	z-index: 0
}

.titleOverlayWrap {
	z-index: 1;
	right: auto;
	transform: translateY(-50%)
}

@media (max-width:640px) {
	.titleOverlayWrap {
		top: 47.5%
	}
}

.titleOverlay {
	position: relative;
	opacity: .24;
	color: transparent;
	font-family: 'Gotham-Bold', 'Roboto', sans-serif;
	font-size: 146px;
	line-height: 150px;
	/* letter-spacing:30.44px; */
	text-transform: capitalize;
	text-shadow: none;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	left: 560px;
	display: none;
	transition: color .5s;
	text-decoration: none;
}

@media (min-width:641px) and (max-width:1429px) {
	.titleOverlay {
		font-size: 250px;
		line-height: 250px;
		letter-spacing: 28px
	}
}

@media (min-width:641px) and (max-width:1024px) {
	.titleOverlay {
		font-size: 220px;
		line-height: 220px;
		letter-spacing: 24px
	}
}

@media (max-width:800px) {
	.titleOverlay {
		font-size: 160px;
		line-height: 160px;
		letter-spacing: 20px
	}
}

@media (max-width:640px) {
	.titleOverlay {
		font-size: 134px;
		line-height: 134px;
		letter-spacing: 15.45px
	}
}

@supports (-webkit-text-stroke:1px white) {
	.titleOverlay {
		-webkit-text-stroke: 2px #1055c4;
		display: inline-block
	}

	@media (max-width:640px) {
		.titleOverlay {
			-webkit-text-stroke: 1px #1055c4
		}
	}

	.titleOverlay.white {
		-webkit-text-stroke: 1px #fff
	}

	@media (max-width:640px) {
		.titleOverlay.white {
			-webkit-text-stroke: 1px #fff
		}
	}
}

.titleOverlay:hover {
	color: #1055c4
}

.titleOverlay:hover.white {
	color: #fff
}


@media (max-width:640px) {
	.titleOverlayWrap {
		top: 25%;
		bottom: 0;
		display: none;
	}
}


@keyframes rotate {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(180deg)
	}
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(244, 130, 32, .2);
		transform: scale(.95)
	}

	70% {
		box-shadow: 0 0 0 10px transparent;
		transform: scale(1)
	}

	to {
		box-shadow: 0 0 0 0 transparent;
		transform: scale(.95)
	}
}

@keyframes pulse-green {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 187, 151, .2);
		transform: scale(.95)
	}

	70% {
		box-shadow: 0 0 0 10px transparent;
		transform: scale(1)
	}

	to {
		box-shadow: 0 0 0 0 transparent;
		transform: scale(.95)
	}
}

@keyframes pulse-blue {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 116, 227, .2);
		transform: scale(.95)
	}

	70% {
		box-shadow: 0 0 0 10px transparent;
		transform: scale(1)
	}

	to {
		box-shadow: 0 0 0 0 transparent;
		transform: scale(.95)
	}
}

@keyframes pulse-red {
	0% {
		box-shadow: 0 0 0 0 rgba(218, 41, 0, .2);
		transform: scale(.95)
	}

	70% {
		box-shadow: 0 0 0 10px transparent;
		transform: scale(1)
	}

	to {
		box-shadow: 0 0 0 0 transparent;
		transform: scale(.95)
	}
}

@keyframes fade {
	to {
		opacity: 1
	}

	0% {
		opacity: 0
	}
}

/*section2_end*/
