@import url("Proxima_Nova_Font/stylesheet.css");
@import url("Futura_Bold_font/stylesheet.css");
@import url("futur/stylesheet.css");
@import url("Futura_XBlk_BT/stylesheet.css");
@import url("futura_medium_bt/stylesheet.css");
@import url("Proxima_Nova_Font/stylesheet.css");
@import url("futura_medium_bt/stylesheet.css");
@import url("futur/stylesheet.css");
@import url("Futura_Bold_font/stylesheet.css");
@import url("Futura_XBlk_BT/stylesheet.css");
.carousel .item {
    height: 500px;
    background-color: #777;
    object-fit: cover;
    overflow: hidden;
    position: relative;
  }
#createslideshow { 
    margin: 50px auto; 
    position: relative; 
    width: 240px; 
    height: 240px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
  }
  
  #createslideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
  }

/*	.vertical-center-text {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}   */

.MainImageButtons_Small{
    color: #fff;
    height: 70px;
    border-radius: 5px;
    color: black;
    text-align: center;
    backdrop-filter: blur(10px);
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    background-color: rgba(3, 54, 114, 0.1);
    border: 2px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(12px);
 }
.MainImageButtons{
    display: table;
    color: #fff;
    margin-top: 10px;
    opacity: 0.8;
    width: 300px;
    height: 5   0px;
    border-radius: 5px;
    color: black;
    text-align: center;
    backdrop-filter: blur(10px);
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    background-color: rgba(3, 54, 114, 0.1);
    border: 2px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(12px);
 }
 .MainImageButtons:hover{
     opacity: 1;
     background-color: #f8eae7;
 }
 .MainImageButtonsText{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: 'Proxima Nova Font';
 }

/* change navbar-brand color */
.navbar a.navbar-brand {
    color: rgba(35, 35, 35, 1.00);
}

/* change navbar-brand color on hover */
.navbar a.navbar-brand:hover {
    color: rgba(35, 35, 35, 1.00);
}

/*  change navbar li colors, also active one but not disabled one */
.navbar ul.navbar-nav li.nav-item a.nav-link {
    color: rgba(35, 35, 35, 1.00);
}

/* change navbar-toggler inside lines color (stroke) */
.navbar-light span.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(35, 35, 35, 1.00)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    color: white;
}

/* change hamburger button border color */
button.navbar-toggler.navbar-toggler-right {
    border-color: white;
}

/* change navbar background on collapse */
@media (max-width: 768px) {
    nav.navbar {
        background: #161616;
    }
}

.navbar .nav-item:not(:last-child) {
    margin-right: 15px;
  }
  
  /* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
/* ============ desktop view .end// ============ */


@media (min-width: 576px) and (max-width: 768px) {
    .card-responsive {
        margin-left: 15px;
        margin-right: 15px;
      
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .card-responsive {
        margin-left: 75px;
        margin-right: 75px;
      
    }
}

@media (min-width: 1000px) {
    .card-responsive {
        margin-left: 150px;
        margin-right: 150px;
        
    }
}

 /* ============ desktop view ============ */



@media (min-width: 425px) and (max-width: 768px) {
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 1024px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

 /* ============ desktop view ============ */
 @media (max-width: 425px) {
    .Main-image-text-responsive-h1 {
          font-size: 20px;
          margin-top: 65px;
    }
}

 /* ============ desktop view ============ */
@media (min-width: 425px) and (max-width: 768px) {
    .Main-image-text-responsive-h1 {
          font-size: 28px;
          margin-top: 65px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .Main-image-text-responsive-h1 {
        font-size: 53px;
        margin-top: 0px;
}       
}

@media (min-width: 1024px) {
    .Main-image-text-responsive-h1{
        font-size: 5rem;
        
    }
}
@media (min-width: 0px) and (max-width: 425px) {
   .Main-image-text-responsive {
         font-size: 17px;
   }
}
@media (min-width: 425px) and (max-width: 768px) {
   .Main-image-text-responsive {
         font-size: 19px;
   }
}

@media (min-width: 768px) and (max-width: 1024px) {
   .Main-image-text-responsive {
      
       font-size: 30px;
   }
}

@media (min-width: 1024px) {
   .Main-image-text-responsive {
       font-size: 40px;
   }
}

@media (min-width: 0px) and (max-width: 425px) {
    .quote-text-big {
        font-size: 5rem;     
    }
 }
@media (min-width: 425px) and (max-width: 768px) {
    .quote-text-big {
        font-size: 6rem;     
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .quote-text-big {
        font-size: 7rem;     
}       
}

@media (min-width: 1024px) {
    .quote-text-big{
        font-size: 4rem;             
    }
}

@media (min-width: 0px) and (max-width: 425px) {
    .quote-text {
        font-size: 1.2rem;     
    }
 }
@media (min-width: 425px) and (max-width: 768px) {
    .quote-text {
        font-size: 1.5rem;     
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .quote-text {
        font-size: 1.9rem;     
}       
}
@media (min-width: 1024px) {
    .quote-text {
        font-size: 2.2rem;        
    }
}

@media (min-width: 1024px) {
    .text-font{
        font-size: 3rem;        
    }
}
@media (min-width: 0px) and (max-width: 425px) {
    .text-font {
        font-size: 1rem;     
    }
 }
@media (min-width: 425px) and (max-width: 768px) {
    .text-font {
        font-size: 1.2rem;     
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .text-font {
        font-size: 1.4rem;     
}       
}

@media (min-width: 1024px) {
    .text-font{
        font-size: 1.6rem;        
    }
}

 /* ============ desktop view ============ */

 @media (min-width: 0px) and (max-width: 425px) {
    .MainImageButtonsText {
          font-size: 1.4rem;
    }
}
@media (min-width: 425px) and (max-width: 768px) {
   .MainImageButtonsText {
         font-size: 1.5rem;
   }
}
@media (min-width: 768px) and (max-width: 1024px) {
   .MainImageButtonsText {
         font-size: 1.5rem;
   }
}
@media (min-width: 1024px) {
   .MainImageButtonsText {
         font-size: 1.7rem;
   }
}


 @media (min-width: 0px) and (max-width: 425px) {
    .heading-font {
          font-size: 1.9rem;
    }
}
@media (min-width: 425px) and (max-width: 768px) {
   .heading-font {
         font-size: 2.1rem;
   }
}
@media (min-width: 768px) and (max-width: 1024px) {
   .heading-font {
         font-size: 2.3rem;
   }
}
@media (min-width: 1024px) {
   .heading-font {
         font-size: 2.5rem;
   }
}

@media (min-width: 0px) and (max-width: 425px) {
    .main-feature-heading-number-font {
          font-size: 6rem;
    }
}
@media (min-width: 425px) and (max-width: 768px) {
   .main-feature-heading-number-font {
         font-size: 6.3rem;
   }
}
@media (min-width: 768px) and (max-width: 1024px) {
   .main-feature-heading-number-font {
         font-size: 6.7rem;
   }
}
@media (min-width: 1024px) {
   .main-feature-heading-number-font {
         font-size: 7rem;
   }
}

 @media (min-width: 0px) and (max-width: 425px) {
    .main-feature-heading-font {
          font-size: 1.9rem;
    }
}
@media (min-width: 425px) and (max-width: 768px) {
   .main-feature-heading-font {
         font-size: 2.1rem;
   }
}
@media (min-width: 768px) and (max-width: 1024px) {
   .main-feature-heading-font {
         font-size: 2.3rem;
   }
}
@media (min-width: 1024px) {
   .main-feature-heading-font {
         font-size: 2.5rem;
   }
}

@media (min-width: 0px) and (max-width: 425px) {
    .sub-heading-font {
          font-size: 1.6rem;
    }
}
@media (min-width: 425px) and (max-width: 768px) {
   .sub-heading-font {
         font-size: 1.8rem;
   }
}
@media (min-width: 768px) and (max-width: 1024px) {
   .sub-heading-font {
         font-size: 2.0rem;
   }
}
@media (min-width: 1024px) {
   .sub-heading-font {
         font-size: 2.2rem;
   }
}


/* @media (min-width: 425px) and (max-width: 768px) {
    .quote-text-responsive {
          font-size: 17px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .quote-text-responsive {
       
        font-size: 20px;
    }
}

@media (min-width: 1024px) {
    .quote-text-responsive{
        font-size: 20px;
        
    }
} */

 /* ============ desktop view ============ */

@media (min-width: 425px) and (max-width: 768px) {
    .Feature-Responsive {
        padding-left: 31px;
        padding-right: 0px;
        margin-top: 100px;
        margin-bottom: 100px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .Feature-Responsive {
        padding-left: 50px;
        padding-right: 0px;
        margin-top: 150px;
        margin-bottom: 150px;
    }
}

@media (min-width: 1024px) {
    .Feature-Responsive{
        padding-left: 100px; 
        padding-right: 100px; 
        margin-top: 150px; 
        margin-bottom: 150px;
        
    }
}

 /* ============ desktop view ============ */

@media (min-width: 425px) and (max-width: 768px) {
    .specs-table-responsive {
        padding-left: 31px;
        padding-right: 0px;
        margin-top: 100px;
        margin-bottom: 100px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .specs-table-responsive {
        padding-left: 50px;
        padding-right: 0px;
        margin-top: 150px;
        margin-bottom: 150px;
    }
}

@media (min-width: 1024px) {
    .specs-table-responsive{
        padding-left: 100px; 
        padding-right: 100px; 
        margin-top: 150px; 
        margin-bottom: 150px;
        
    }
}

/* ============ desktop view ============ */

 @media (min-width: 425px) and (max-width: 768px) {
    .caption-responsive {
        margin-bottom: 20px;
        padding-left: 30px;
   
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .caption-responsive {
        margin-bottom: 20px;
        padding-left: 50px;
     
    }
}

@media (min-width: 1024px) {
    .caption-responsive{
        margin-bottom: 20px;
         padding-left: 100px;
        
    }
}

/* ============ desktop view ============ */

@media (min-width: 425px) and (max-width: 768px) {
    .AUF5-Responsive {
        margin-bottom: 20px;
        padding-left: 35px;
        padding-right: 2px;
   
    }
}

/* ============ desktop view ============ */

@media (min-width: 425px) and (max-width: 768px) {
    .Clients-logo-Responsive {
      width: 44%;
   
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .Clients-logo-Responsive {
        width: 65%;
     
    }
}

@media (min-width: 1024px) {
    .Clients-logo-Responsive{
       width: 65%;
        
    }
}

/* ============ desktop view ============ */

@media (min-width: 425px) and (max-width: 768px) {
    .Map-Responsive {
        padding-top: 50px;
        padding-bottom: 0;
        padding-left: 35px;
        width: 100%;
   
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .Map-Responsive {
        padding-top: 50px;
        padding-bottom: 0px;
        padding-left: 70px;
        padding-right: 35px;
     
    }
}

@media (min-width: 1024px) {
    .Map-Responsive{
        padding-top: 50px; 
        padding-bottom: 0px;
         padding-left: 300px;
        padding-right: 300px;
        
    }
}













.carousel-indicators li {
    background-color: rgba(162, 162, 162, 1.00);
    margin-left: 5px;
    margin-right: 5px;
}

.carousel-control-prev {
    background-color: rgba(228, 228, 217, 1.00);
    width: 25px;
}

.carousel-control-next {
    background-color: rgba(228, 228, 217, 1.00);
    width: 25px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}




.iProbeDiv{
width: 100%;	
}

.iprobe {
    width: 100%;
    height: 1080px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-position: 33% 7%;
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-size: 77% 89%;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #CC8060;
    right: 40px;
    left: -20px;
    font-size: 63px;
    text-align: center;
    background-image: url(skins/_1_4.png);
    padding-top: 105px;
    position: static;
    top: -141px;
}
.fontspara {
    color: #171717;
    font-family: "Proxima Nova Font";
    width: 1166px;
    height: 75px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 25px;
    min-width: 0px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.pages {
    margin-top: auto;
}
.relative {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.absolute {
    margin-right: auto;
    margin-left: auto;
    display: block;
    background-image: url(skins/group_1_copy_1.png);
    background-position: -20% 69%;
    background-size: 88% auto;
    background-clip: border-box;
    background-repeat: no-repeat;
    padding-left: 69px;
    padding-top: 145px;
    padding-bottom: 0px;
    padding-right: 0px;
    position: relative;
}
.Fonts {
}
.background {
    background-clip: border-box;
    position: absolute;
    left: -27px;
    top: 13px;
}
.I- {
    color: #7C125E;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: auto;
    padding-right: 0px;
    text-align: left;
    position: absolute;
    font-size: 63px;
    left: 225px;
}
.Heading {
}
.iprobefont {
    color: #232323;
    font-family: "Proxima Nova Font";
    position: absolute;
    font-size: 23px;
    width: 1390px;
    height: 136px;
    top: 346px;
    left: 272px;
}
.paragrapgh {
    position: absolute;
    left: 375px;
    top: 239px;
    color: #232323;
    font-family: "Proxima Nova Font";
    font-size: 25px;
    width: 1156px;
}
.images {
    left: 77px;
    position: absolute;
    top: auto;
}
.vprobe {
    left: 80px;
    position: static;
    top: 1000px;
    width: 1920px;
    height: 1080px;
}
.v- {
    position: absolute;
    top: 1003px;
    left: 230px;
    font-family: "futura medium bt";
    color: #CC8060;
    font-size: 67px;
}
.vprobepara {
    position: absolute;
    top: 1212px;
    font-family: "Proxima Nova Font";
    left: auto;
    font-size: 25px;
    width: 1156px;
}
.vprobefont {
    position: absolute;
    left: 156px;
    top: 1227px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 63px;
    color: #CC8060;
}
.vparafont {
    position: absolute;
    top: 1416px;
    left: 272px;
    color: #1D1D1D;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 23px;
    width: 1390px;
    height: 136px;
}
.physbell {
    width: 1920px;
    height: 1080px;
}
.Physbellfont {
}
.physbellpara {
    color: #161616;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 23px;
    position: absolute;
    left: 272px;
    top: 2515px;
    width: 1390px;
    height: 136px;
}
.physbellheading {
    color: #7B4EA8;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 63px;
    position: absolute;
    left: 168px;
    top: 2292px;
}
.phystherm {
    width: 1898px;
    height: 1080px;
    position: absolute;
    left: -128px;
    font-size: medium;
}
.physthermheading {
    color: #208D87;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 67px;
    position: absolute;
    left: 170px;
    top: 3420px;
}
.Physthermpara {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #262626;
    font-size: 23px;
    position: absolute;
    left: 272px;
    top: 3649px;
    width: 1390px;
    height: 136px;
}
.physbar {
    top: 4404px;
    position: absolute;
    width: 1920px;
    height: 1080px;
    left: -25px;
}
.w-50 {
}

 /* color-overlay MotorController  */

.color-overlay{
    align-items: center;
    background-color: #af7170;
    margin-top: -25px;
    width: 66%;
    margin-left: 46px;
    padding-top: 1px;
}

 @media (min-width: 320px) and (max-width: 425px) {
        .color-overlay {
        align-items: center;
        background-color: #af7170;
        margin-top: 70px;
        width: 75%;
        margin-left: 30px;
        padding-top: 1px;
    }
    }
    @media (min-width: 426px) and (max-width: 768px) {
        .color-overlay {
            align-items: center;
            background-color: #af7170;
            width: 80%;
            margin-left: -3px;
            padding-top: 1px;
            margin-top: -23px;
    }
    }
    @media (min-width: 769px) and (max-width: 1024px) {
        .color-overlay {
           
    }
    }


   /* image-overlay MotorController  */
    .image-overlay{
        width: 182%;
        margin-top: -35px;
        padding-bottom: 123px;
        display: flex;
        margin-left: -120px;
    }
    
     @media (min-width: 320px) and (max-width: 425px) {
            .image-overlay {
                width: 160%;
                margin-top: -19px;
                padding-bottom: 115px;
                display: flex;
                margin-left: -31px;
        }
        }
        @media (min-width: 426px) and (max-width: 768px) {
            .image-overlay{
                width: 164%;
                margin-top: -22px;
                padding-bottom: 165px;
                display: flex;
                margin-left: -46px;
        }
        }
        @media (min-width: 769px) and (max-width: 1024px) {
            .image-overlay {

                width: 182%;
                margin-top: -35px;
                padding-bottom: 123px;
                display: flex;
                margin-left: -60px;
               
        }
        }


 /* templates Responsive   Feature 1  */

.F1RR{
    width: 100%;
     padding-left: 0rem; 
     padding-right: 0rem; 
      padding-top: 100px;
      margin-left: 0px;
      margin-right: 0px;
}

 @media (min-width: 320px) and (max-width: 425px) {
        .F1RR {
           
            margin-left: 0rem;
            margin-right: 0rem;
            padding-top: 50px;
    }
    }
    @media (min-width: 426px) and (max-width: 768px) {
        .F1RR {
            padding-left: 1rem;
            padding-right: 1rem;
           
            padding-top: 50px;
    }
    }
    @media (min-width: 769px) and (max-width: 1024px) {
        .F1RR {
           
    }
    }

    .F1CR{
        margin-top: 1rem;
        padding-right: 6rem;
        padding-left: 0rem;
    }
    
     @media (min-width: 320px) and (max-width: 425px) {
            .F1CR {
                margin-top: 1rem;
                padding-right: 0rem;
                padding-left: 0rem;
        }
        }
        @media (min-width: 426px) and (max-width: 768px) {
            .F1CR {
                padding-left: 3rem;
                padding-right: 3rem;
        }
        }
        @media (min-width: 769px) and (max-width: 1024px) {
            .F1CR {
                padding-left: 3rem;
                padding-right: 3rem;
        }
        }

        .F1C2R{
            padding-left: 50px;
        }
        
         @media (min-width: 320px) and (max-width: 425px) {
                .F1C2R {
                    padding-left: 0px;
                    padding-top: 25px;
            }
            }
            @media (min-width: 426px) and (max-width: 768px) {
                .F1C2R {
                    padding-top: 30px;

            }
            }
            @media (min-width: 769px) and (max-width: 1024px) {
                .F1C2R {
                    padding-left: 60px;
                    padding-top: 30px;
            }
            }
            
            /* templates Responsive   Feature 2  */

             .F2RR{
      margin-left: 0px;
      margin-right: 0px;
}

 @media (min-width: 320px) and (max-width: 425px) {
        .F2RR {
           
            margin-left: 0px;
            margin-right: 0px;
    }
    }
    @media (min-width: 426px) and (max-width: 768px) {
        .F2RR {
            padding-left: 0px;
            padding-right: 0px;
    }
    }
    @media (min-width: 769px) and (max-width: 1024px) {
        .F2RR {
           
    }
    }

             /* templates Responsive   Feature 3  */

             .F3RR{
                width: 100%;
                padding-left: 3rem;
                padding-right: 3rem;
                margin-left: 0px;
                margin-right: 0px;
            }
            
             @media (min-width: 320px) and (max-width: 425px) {
                    .F3RR {
                        width: 100%;
                        padding-left: 0rem;
                        padding-right: 0rem;
                }
                }
                @media (min-width: 426px) and (max-width: 768px) {
                    .F3RR {
                        width: 100%;
                        padding-left: 1rem;
                        padding-right: 1rem;
                }
                }
                @media (min-width: 769px) and (max-width: 1024px) {
                    .F3RR {
                        width: 100%;
                        padding-left: 3rem;
                        padding-right: 3rem;
                }
                }
            
                .F3CR{
    
                }
                
                 @media (min-width: 320px) and (max-width: 425px) {
                        .F3CR {
                 
                    }
                    }
                    @media (min-width: 426px) and (max-width: 768px) {
                        .F3CR {
                       
                    }
                    }
                    @media (min-width: 769px) and (max-width: 1024px) {
                        .F3CR {
                          
                    }
                    }
            
                    .F3C2R{
                        padding-left: 30px;
                        padding-top: 160px;
                    }
                    
                     @media (min-width: 320px) and (max-width: 425px) {
                            .F3C2R {
                                padding-top: 30px;
                        }
                        }
                        @media (min-width: 426px) and (max-width: 768px) {
                            .F3C2R {
                                padding-left: 10px;
                                padding-top: 60px;
            
                        }
                        }
                        @media (min-width: 769px) and (max-width: 1024px) {
                            .F3C2R {
                                padding-left: 30px;
                                padding-top: 90px;
                        }
                        }

                           /* templates Responsive   Feature 4  */

                    
             .F4RR{
                width: 100%;
                 padding-left: 3rem;
                  padding-right: 3rem;
                   margin-left: 0px;
                  margin-right: 0px;
            }
            
             @media (min-width: 320px) and (max-width: 425px) {
                    .F4RR {
                        width: 100%;
                        padding-left: 0rem;
                         padding-right: 0rem;
                }
                }
                @media (min-width: 426px) and (max-width: 768px) {
                    .F4RR {
                        width: 100%;
                        padding-left: 3rem;
                         padding-right: 3rem;
                }
                }
                @media (min-width: 769px) and (max-width: 1024px) {
                    .F4RR {
                        width: 100%;
                        padding-left: 3rem;
                         padding-right: 3rem;
                }
                }
            
                .F4CR{
                    padding-left: 5rem;
                     padding-top: 0rem;
    
                }
                
                 @media (min-width: 320px) and (max-width: 425px) {
                        .F4CR {
                            padding-left: 2rem;
                            padding-top: 5rem;
                 
                    }
                    }
                    @media (min-width: 426px) and (max-width: 768px) {
                        .F4CR {
                            padding-left: 1rem;
                            padding-top: 0rem;
                       
                    }
                    }
                    @media (min-width: 769px) and (max-width: 1024px) {
                        .F4CR {
                            padding-left: 2rem;
                            padding-top: 5rem;
                          
                    }
                    }
            
                     @media (min-width: 320px) and (max-width: 425px) {
                            .F4C2R {
                                PADDING-RIGHT: 0PX;

                        }
                        }
                        @media (min-width: 426px) and (max-width: 768px) {
                            .F4C2R {
                                PADDING-RIGHT: 0PX;

            
                        }
                        }
                        @media (min-width: 769px) and (max-width: 1024px) {
                            .F4C2R {
                                PADDING-RIGHT: 0PX;
 
                        }
                        }

                        .F4C11R{
                            PADDING-RIGHT: 118PX;

                        }
                        
                         @media (min-width: 320px) and (max-width: 425px) {
                                .F4C11R {
    
                            }
                            }
                            @media (min-width: 426px) and (max-width: 768px) {
                                .F4C11R {
    
                
                            }
                            }
                            @media (min-width: 769px) and (max-width: 1024px) {
                                .F4C11R {
     
                            }
                            }

             /* Specs Table   Heading  */
            
             @media (min-width: 320px) and (max-width: 425px) {
                    .STHR {
                        padding-left: 18px;

                }
                }

  
                       
    



#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 15px;
    display: none;
    height: 40px;
    width: 40px;
    ;
  }

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
    font-size: 19px;
    font-family: 'raleway light';
}

.sub-heading-font{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.main-feature-heading-number-font{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.main-feature-heading-font{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.heading-font{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.text-font{
    color: rgb(97, 95, 95);
    font-family: 'Raleway', sans-serif;
}

.Feature-Gradient{
    background-image: linear-gradient( #E3e3e3  , white 50%);
}

.map-container{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    }
    .map-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }



  
      
   
      
       .TC {
        float: left;
        width: 33.3%;
        margin-bottom: 16px;
        padding: 0 8px;
      }
      
      @media screen and (max-width: 650px) {
        .TC{
          width: 100%;
          display: block;
        }
      }
      
      .card {
        border: 0px; 
        border-radius: 0rem;
      }
      
      .container {
        padding: 0 16px;
      }
      
      .container::after, .row::after {
        content: "";
        clear: both;
        display: table;
      }
      
      .title {
        color: black;
      }


      




   

   

   

   
    .carousal-slider-card {
        position: relative;
        display: flex;
        width: 350px;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid #d2d2dc;
        border-radius: 11px;
        -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
        -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
        box-shadow: 0px 0px 5px 0px rgb(161, 163, 164)
    }
   
    .carousal-slider-card .carousal-slider-card-body {
        padding: 1rem 1rem
    }
   
    .carousal-slider-card-body {
        flex: 1 1 auto;
        padding: 1.25rem
    }
   
    .carousal-p {
        font-size: 0.875rem;
        margin-bottom: .5rem;
        line-height: 1.5rem
    }
   
    .carousal-h4 {
        line-height: .2 !important
    }
   
    .profile {
        margin-top: 16px;
    }
   
    .profile-pic {
        width: 100%;
        height: 100%;
        padding-left: 10px;
        padding-right: 10px;

    }
   
    .cust-name {
        font-size: 18px
    }
   
    .cust-profession {
        font-size: 1.5rem;
    }
   
    .items-carousal {
        width: 90%;
        margin: 0px auto;
        margin-top: 80px
    }
   
    .slick-slide {
        margin: 10px
    }




  


/*Background color*/
#grad1 {
    background-color: #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA);
}

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;

    /*stacking fieldsets above each other*/
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}

#msform input, #msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0;
}

/*Blue Buttons*/
#msform .action-button {
    width: 100px;
    background: skyblue;
    color: white;
    border: 0 none;
    border-radius: 100px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    font-family: 'Raleway', sans-serif;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

/*Previous Buttons*/
#msform .action-button-previous {
    width: 100px;
    background: #616161;
    color: white;
    border: 0 none;
    border-radius: 100px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    font-family: 'Raleway', sans-serif;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

/*The background card*/
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
}

/*Icons in the ProgressBar*/
#progressbar #step1:before {
    font-family: FontAwesome;
    content: "\f023";
}

#progressbar #step2:before {
    font-family: FontAwesome;
    content: "\f019";
}

#progressbar #step3:before {
    font-family: FontAwesome;
    content: "\f019";
}

#progressbar #step4:before {
    font-family: FontAwesome;
    content: "\f019";
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: skyblue;
}

/*Imaged Radio Buttons*/
.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display:inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor:pointer;
    margin: 8px 2px; 
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

/*Fit image in bootstrap div*/
.fit-image{
    width: 100%;
    object-fit: cover;
}

.downloadbtn {
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 12px 30px;
    cursor: pointer;
    border-radius: 100px;
    font-size: 20px;
  }
  
  /* Darker background on mouse-over */
  .downloadbtn:hover {
    background-color: RoyalBlue;
  }




  /*https://code-boxx.com/image-zoom-css-javascript/#sec-download*/
  
  /* (A) LIGHTBOX BACKGROUND */
#lightbox {
    /* (A1) COVERS FULLSCREEN */
    position: fixed;    z-index: 999;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    cursor: zoom-out;
   
    /* (A2) BACKGROUND */
    background: rgba(0, 0, 0, 0.5);
   
    /* (A3) CENTER IMAGE ON SCREEN */
    align-items: center;
   
    /* (A4) HIDDEN BY DEFAULT */
    visibility: hidden;
    opacity: 0;
   
    /* (A5) SHOW/HIDE ANIMATION */
    transition: opacity ease 0.4s;
  }
   
  /* (A6) TOGGLE VISIBILITY */
  #lightbox.show {
    visibility: visible;
    opacity: 1;
  }
   
  /* (B) LIGHTBOX IMAGE */
  #lightbox img {
    /* (B1) DIMENSIONS */
    width: 90%;
    padding-top: 80px;
    padding-left: 10%;
    padding-right: 10%;
   
    /* (B2) IMAGE FIT */
    /* contain | cover | fill | scale-down */
    vertical-align: middle;
  }
   
  /* (C) LIGHTBOX IMAGE - FULLSCREEN ALTERNATIVE *
  #lightbox img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
  }
  
  */
  .zoomD{
      cursor: zoom-in;
  }


  /* Slider */

.slider {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.aspectControlDivContainer{
	position: relative;
	width: 100%;
	padding-top: 100%; /* 1:1 Aspect Ratio */
}
.sliderContainer {
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
