﻿.footer-classic-body
{
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    }


input, button, select, optgroup, textarea {
    padding: 5px;
}

    table
    {
    border: 1px solid #dee2e6;
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
    display: table;
    }
    
    table th{ font-weight:bold;}
    
    table th, table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    display: table-cell;
    }   
    
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100%;
    padding: 0.5rem;
    margin: 0.125rem 0 0;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu a, a:focus, a:active {
    color: #000;
}

.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-info {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
    
.introTitle h4 {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    text-transform: capitalize;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color:#ec761b;
}

.introTitle h4:before {
    position: absolute;
    content: "";
    width: 12%;
    left: 18%;
    top: 50%;
    height: 1px;
    background-color: #df6100;
    display:none;
}

.introTitle h4:after {
    position: absolute;
    content: "";
    width: 12%;
    right: 18%;
    top: 50%;
    height: 1px;
    background-color: #df6100;
    display:none;
}

.promo-classic h4 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    text-transform: capitalize;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.promo-classic h4:before {
    position: absolute;
    content: "";
    width: 10%;
    left: 20%;
    top: 50%;
    height: 1px;
    background-color: #293e31;
    display:none;
}

.promo-classic h4:after {
    position: absolute;
    content: "";
    width: 10%;
    right: 20%;
    top: 50%;
    height: 1px;
    background-color: #293e31;
    display:none;
}


.allsec {
    background-image: linear-gradient(rgb(255 255 255 / 40%), rgba(255, 255, 255, 0.4)), url(https://ik.imagekit.io/jammi/img/allimg.png?tr=f-webp)!important;
    /* background-image: linear-gradient(rgb(242 235 216 / 45%), rgb(241 228 206 / 63%)), url(https://ik.imagekit.io/jammi/img/allimg.png?tr=f-webp)!important; */
    background-size: contain;
    background-repeat-y: repeat;
    background-position: center;
    padding-bottom: 40px;}

@media (min-width: 992px) and (max-width: 1199.98px) 
{
        .introTitle h4:before {       
        width: 10%;  
        left: 16%;      
    }

    .introTitle h4:after {       
        width: 10%;
        right: 16%;
    }

 }
 
@media (min-width: 768px) and (max-width: 991.98px) 
{
        .introTitle h4:before {       
        width: 10%;  
        left: 8%;      
    }

    .introTitle h4:after {       
        width: 10%;
        right: 8%;
    }
    
    .swiper-slider-3 + .offset-negative-1 .container {
	position: relative;
	margin-top: 0px;
	z-index: 1;
    }

    .swiper-slider-3.swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 20px;
    }
    
    .material-parallax img {    
    bottom: 50%;    
        }
    
    }
    
    
    
@media (min-width: 530px) and (max-width: 767.98px) 
{
         .introTitle h4:before {       
        width: 7%;  
        left: 5%;      
    }

    .introTitle h4:after {       
        width: 7%;
        right: 5%;
    }
    
    .clients-classic p {
	padding-top:0px;
	font-size:12px;
    }
    
    .swiper-slider-3 + .offset-negative-1 .container {
	position: relative;
	margin-top: 0px;
	z-index: 1;
    }

    .swiper-slider-3.swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 20px;
    }
    
    .material-parallax img {    
    bottom: 50%;    
        }

    }



@media (min-width: 80px) and (max-width: 529.98px) 
{
       .introTitle h4:before {       
       width: 0%;        
    }

    .introTitle h4:after {       
        width: 0%;
    }
    
    .clients-classic p {
	padding-top:0px;
	font-size:12px;
    }

    .swiper-slider-3 + .offset-negative-1 .container {
	    position: relative;
	    margin-top: 0px;
	    z-index: 1;
    }

    .swiper-slider-3.swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 20px;
    }
    
    .material-parallax img {    
    bottom: 50%;    
        }
        

}

header .contact-section {
    background: #1e283a;
    background: linear-gradient(135deg, #1b1b54 0%,#272372 100%);
    padding-bottom: 0px;
    margin-top: 0px;
}
header .contact-section:before, header .contact-section:after {
    content: " ";
    display: table;
}
header .contact-section:after {
    clear: both;
}

header .contact-section .inline-list {
    float: left;
    margin-top: 0px;
}
header .contact-section .inline-list li {
    display: inline-block;
    color: #fefefe;
    font-size: 12px;
    line-height: 30px;
}
header .contact-section .inline-list li a{color:#fff}
header .contact-section .contacts {
    float: right;
}

.contacts address, .contacts a {
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
}
.contacts address+a, .contacts a+a {
    margin-left: 15px;
}

@media (max-width: 991.98px) {
	header .contact-section {    
    padding-bottom: 0px;
    margin-top: 15px;
    }
}

.justify-content-md-between {
    justify-content: space-between !important;
    background: #eef5fd;
    background: #fff;
    padding: 30px 10px 10px 10px;
}

.news {
    padding: 5px 10px;
    background: #c23300;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    float: left;
    line-height: 14px;
}
marquee a{color:#000; font-size:14px}
marquee a:hover, a:focus, a:active{color:#df6100;}
.dot {
    height: 6px;
    width: 6px;
    margin-left: 20px;
    margin-right: 1px;
    margin-top: -1px !important;
    background-color: #df6100;
    border-radius: 50%;
    display: inline-block;
}

.top-bar {
    padding: 7px 0;
    
    position: relative;
    color:#fff;
    font-size:12px;
    background-image: url(../images/strip.png);
    background-position: center top;
    background-size: 100% 100%;
    background: #1a5235;
    width: auto;
    margin: 0px auto;
}
.top-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: -12px;
    margin-top:2px;
    margin-top:0px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.top-social ul li {
    display: inline-block;
    padding: 0;
}
.top-social ul li a {
    color: #fff;
    font-size: 14px;
    transition: 400ms;
    padding: 8px 12px;
    background: #df6100;
    margin-left: 5px;
}

.top-social ul li a:hover, a:active {    
    background: #27ae93;
    transition: 400ms;
    
}

ul.top-info {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.top-info li {
    position: relative;
    line-height: 10px;
    display: inline-block;
    margin-left: 0;
    padding-right: 15px;
}
ul.top-info li span {
    font-size: 13px;
    position: relative;
    top: 1px;
    margin-right: 2px;
    color: #df6100;
    }
ul.top-info li p.info-text {
    margin: 0;
    line-height: normal;
    display: inline-block;
    flex-direction: column;
    margin-top: 2px;
}

/* ------------------------------------
    14. Countdown
---------------------------------------*/
.rs-countdown-part .countdown-part .sub-title {
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #ff3115;
  font-weight: 600;
}
.rs-countdown-part .countdown-part .title {
  font-size: 40px;
    line-height: 1.1em;
    font-weight: 600;
    color: #ef7c23;
    text-align: left;
    letter-spacing: 1px;
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
}

.rs-countdown-part .countdown-part p {
    font-size:24px; font-weight:normal; line-height:26px; margin:20px 0px 35px 0px;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }

.rs-countdown-part .countdown-part a {
    font-size:30px; font-weight:500; line-height:26px;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color:#fff;
    }
    
.rs-countdown-part .countdown-part a:focus, a:active, a:hover 
{
    color:#df6100;
}
    
.rs-countdown-part .countdown-part .description {
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  color: #ffffff;
}
.rs-countdown-part .countdown-part .counter-wrap {
  max-width: 550px;
}
.rs-countdown-part .countdown-part .counter-wrap .timecounter-inner .time_circles {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
}
.rs-countdown-part .countdown-part .counter-wrap .timecounter-inner .time_circles canvas {
  opacity: 1;
}
.rs-countdown-part .countdown-part .counter-wrap .timecounter-inner .time_circles div {
  position: absolute;
  text-align: left;
  padding-right: 0;
}
.rs-countdown-part .countdown-part .counter-wrap .timecounter-inner .time_circles div span {
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 40px !important;
  margin: 0 0 9px 0;
  color: #ff3115;
}
.rs-countdown-part .countdown-part .counter-wrap .timecounter-inner .time_circles div h4 {
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 17px;
  font-size: 12px !important;
}
.rs-countdown-part .register-form {
  background: #fff;
  border-radius: 50px 0px 50px 0px;
    margin: 20px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}
.rs-countdown-part .register-form .form-title {
  position: relative;
    padding: 18px 59px 18px;
    margin-bottom: 10px;
}
.rs-countdown-part .register-form .form-title .title {
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 10;
  font-size: 25px;
  text-align:center;
}
.rs-countdown-part .register-form .form-title:after {
  position: absolute;
  height: 100%;
  width: 100%;
  /*clip-path: ellipse(58% 115px at 50% -17%);*/
  left: 0;
  background-color: #e77518;
  top: 0;
  content: "";
}
.rs-countdown-part .register-form .form-group {
  padding: 0 35px 5px;
}
.rs-countdown-part .register-form .form-group .from-control {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  padding: 10px 14px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  outline: 0;
}
.rs-countdown-part .register-form .form-group textarea {
    border: 1px solid rgba(54, 54, 54, 0.1);
    width: 100%;
    padding: 10px 20px;
    border-radius: 3px;
    margin-bottom: 20px;
    outline: 0;
}
.rs-countdown-part .register-form .form-group input[type=submit] {
  width: 100%;
  margin-bottom: 35px;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  -webkit-appearance: button;
  cursor: pointer;
  background: #ff3115;
  border: 0;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  outline: 0;
}
.rs-countdown-part .register-form .form-group input[type=submit]:hover {
  color: #ffffff;
  background: #e41f05;
}
.rs-countdown-part .register-form .form-group .select-option {
  position: relative;
}
.rs-countdown-part .register-form .form-group .select-option select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #b1b1b1;
  opacity: 1;
  z-index: 11;
  position: relative;
}
.rs-countdown-part .register-form .form-group .select-option:after {
  content: '\f107';
  font-family: FontAwesome;
  color: #b1b1b1;
  right: 15px;
  position: absolute;
  top: 11px;
  z-index: 12;
  font-size: 22px;
  pointer-events: none;
}
.bg9 {
    background-image: url(../images/parallax.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-size:cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {   
     .rs-countdown-part .countdown-part .title {
        font-size: 35px;
        line-height: 1.1;
        margin-top:30px;
    }
    .rs-countdown-part .countdown-part p {
    font-size:18px; font-weight:normal; line-height:22px; margin:20px 0px 35px 0px;
    
    }
}
@media only screen and (max-width: 767px) 
{
        
    }
    
    
 .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    appearance: none;
}
select {
    word-wrap: normal;
}

.rounded-bottom {
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}


/*Sticky Social Media Side Bars*/

.icon-bar {
  position: fixed;
  top: 35%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:99;
  right:-50px;
  transition: all 0.3s ease;
}

.icon-bar:hover {
  right: -42px;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 7px 10px 24px 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 14px;
}

.icon-bar a:hover {
  background-color: #000;
}


.icon-bar-2 {
 position: fixed;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    right: -62px;
    transition: all 0.3s ease;
}

.icon-bar-2:hover {
  right: -52px;
}

.icon-bar-2 a {
  display: block;
  text-align: center;
  padding: 7px 10px 24px 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 14px;
}

.icon-bar-2 a:hover {
  background-color: #000;
}


.facebook {
  background: #ee0a0a;
  color: white;
   transform:rotate(-90deg); 
    -webkit-transform:rotate(-90deg); 
    -moz-transform:rotate(-90deg); 
    -o-transform:rotate(-90deg); 
        border-radius: 10px;
}

.twitter {
  background: #55ACEE;
  color: white;
  transform:rotate(-90deg); 
    -webkit-transform:rotate(-90deg); 
    -moz-transform:rotate(-90deg); 
    -o-transform:rotate(-90deg); 
        border-radius: 10px;
}

.google {
  background: #dd4b39;
  color: white;
      border-radius: 10px;
}

.linkedin {
  background: #17a2b8;
  color: white;
  transform:rotate(-90deg); 
    -webkit-transform:rotate(-90deg); 
    -moz-transform:rotate(-90deg); 
    -o-transform:rotate(-90deg); 
        border-radius: 10px;
}

.youtube {
  background: #bb0000;
  color: white;
      border-radius: 10px;
}

.content {
  margin-left: 75px;
  font-size: 30px;
} 


/* Principal Message */

.single-news {
    padding: 10px;
    background-color: #f8fdf5;
    background-color: #f7f1db;
    margin-bottom: 30px;
    margin-bottom: 10px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    position: relative;
    z-index: 1;
}

.quote_big {
    position: relative;
    padding: 20px 0px 10px 0px;
}
.quote_big .img_principal
{
    position: relative;
    margin-top: -90px;
    margin-left: 40%;
    border:solid 5px #951217;
    border-radius:10px;
   } 
.quote_big .icon_quote_open {
    position: absolute;
    top: -10px;
    left: 15px;
}

.quote_big .icon_quote_open img { width:60px;}

.quote_big .text {
    padding: 50px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    background: #293c61 url(../images/bg_quote.jpg) no-repeat 50% 100%;
}
.quote_big .icon_quote_close {
    position: absolute;
    bottom: -10px;
    right: 15px;
}

.quote_big .icon_quote_close img { width:60px;}

.principal-img
{
    width:150px;
    margin-bottom:10px;
    margin-top:10px;    
    position: absolute;
    z-index: 99;
    top: 50px;
    left: 40%;
    -webkit-box-shadow: 3px 6px 10px -5px rgba(53, 2, 2, 1);
    -moz-box-shadow: 3px 6px 10px -5px rgba(53, 2, 2, 1);
    box-shadow: 3px 6px 10px -5px rgba(53, 2, 2, 1);    
    }
  .principal-img img {border-radius:10px;}

.sec-spacer {
    padding: 80px 0;
}


.bg8 {
    background-image: url(../images/bg8.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: repeat;
}


/*Scrolling Notice*/

.slidenews {
    width: 100%;
    min-height: 30px;
    background: #56352c;
    background: rgb(86,53,44);
    background: linear-gradient(90deg, rgb(238 10 10) 0%, rgb(202 4 6) 35%, rgb(173 2 2) 100%);
}

.news {
    padding: 5px 10px;
    background: #c23300;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    float: left;
    line-height: 14px;
}

.dot {
    height: 6px;
    width: 6px;
    margin-left: 20px;
    margin-right: 1px;
    margin-bottom: 1px !important;
    background-color:#df6100;
    border-radius: 50%;
    display: inline-block;
}



.facts { text-align:left}
.facts .card .card-body {
        display: inline-flex;
        text-align:left;
    }
.facts .card .card-body img {
        width:60px;
}
.facts h4 
{
    font-size:16px;
    line-height:20px;
    padding-left:1rem;
    padding-top: 5px;
}

@media (min-width: 991.98px){
.facts {
    position: relative;
    margin-top: -75px;
    z-index: 1;
}
}



/* CARD */

.single-promo-card.single-promo-hover-2 {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.single-promo-card.single-promo-hover-2:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%);
    box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%);
    background-color: #17a2b8;
    color: #fff;
}
.single-promo-card:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%);
    box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%);
}
.single-promo-card.single-promo-hover-2:hover span, .single-promo-card.single-promo-hover-2:hover h4 {
    color: #fff !important;
}

.single-promo-card .fa{ color:#ee0a0a; font-size:35px;}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(72, 94, 144, 0.16);
    border-radius: 0.25rem;
}

.single-promo-card {
    border-radius: 1rem;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: 0 4px 16px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 12%);
}


.check-list-wrap {
    margin-top: -0.5em;
    margin-bottom: -0.5em;
}

.check-list-wrap li {
    position: relative;
    padding: .3rem 0 .3rem 1.575rem;
    line-height: inherit;
}

.check-list-wrap li:before {
    position: absolute;
    top: 1px;
    left: 0;
    font-family: "FontAwesome";
    content: "\f058";
    font-weight: 900;
    font-size: 1.00rem;
    line-height: 1.5rem;
    color: #e16102;
}

.rs-countdown-part .countdown-part p {
    font-size:16px; font-weight:normal; line-height:22px; margin:20px 0px 35px 0px;
}
    
@media (min-width: 992px) and (max-width: 1199.98px) 
{
    .principal-img
    {
    width:150px;
    top: 50px;
    left: 39%;    
    }
    
    .mobile .thumbnail-classic-abs {
    background: rgb(0 0 0 / 0%);
    border: solid 1px #f2f2f2;
    }
    
    .tablet .thumbnail-classic-abs {
    background: rgb(0 0 0 / 0%);
    border: solid 1px #f2f2f2;
    }
    
    .mobile .thumbnail-classic-abs{ display:none;}
    .tablet .thumbnail-classic-abs{ display:none;}
    .mobile .thumbnail-classic-caption{ background:#f2f2f2;}
    .tablet .thumbnail-classic-caption{ background:#f2f2f2;}
    
}

@media (min-width: 768px) and (max-width: 991.98px) 
{
    .principal-img
    {
    width:150px;
    top: 50px;
    left: 40%;    
    }
    
    .mobile .thumbnail-classic-abs {
    background: rgb(0 0 0 / 0%);
    border: solid 1px #f2f2f2;
    }
    
    .tablet .thumbnail-classic-abs {
    background: rgb(0 0 0 / 0%);
    border: solid 1px #f2f2f2;
    }
    
    .mobile .thumbnail-classic-abs{ display:none;}
    .tablet .thumbnail-classic-abs{ display:none;}
    .mobile .thumbnail-classic-caption{ background:#f2f2f2;}
    .tablet .thumbnail-classic-caption{ background:#f2f2f2;}
    
}

@media (min-width: 530px) and (max-width: 767.98px) 
{
     .principal-img
    {
    width:140px;
    top: 50px;
    left: 37%;    
    }
    
    .rs-countdown-part .countdown-part .title {
    font-size: 30px;
    line-height: 1.1;
    }
    
    .rs-countdown-part .countdown-part p {
    font-size:16px; font-weight:normal; line-height:22px; margin:20px 0px 35px 0px;
    }
    
    .mobile .thumbnail-classic-abs {
    background: rgb(0 0 0 / 0%);
    border: solid 1px #f2f2f2;
    }
    
    .tablet .thumbnail-classic-abs {
    background: rgb(0 0 0 / 0%);
    border: solid 1px #f2f2f2;
    }
    
    .mobile .thumbnail-classic-abs{ display:none;}
    .tablet .thumbnail-classic-abs{ display:none;}
    .mobile .thumbnail-classic-caption{ background:#f2f2f2;}
    .tablet .thumbnail-classic-caption{ background:#f2f2f2;}
    
    
}

@media (min-width: 452px) and (max-width: 529.98px) 
{
    .principal-img
    {
    width:130px;
    top: 40px;
    left: 38%;    
    }
    
    .quote_big .icon_quote_open {
    position: absolute;
    top: -25px;
    left: 15px;
    }
    
    .facts .card .card-body {
        display: inline-block;
        text-align:center;
    }
    
    .facts .card .card-body img {
        width:60px;
    }
    
    .facts h4 {
        font-size: 14px;
        line-height: 17px;
        padding-left:0rem;
    }        
    
    .quote_big {
        position: relative;
        padding: 0px 0 20px 0px;
    }
    
    .introTitle h4 {
        position: relative;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    text-transform: inherit;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color:#ec761b;
    }
    
    .rs-countdown-part .countdown-part .title {
    font-size: 25px;
    line-height: 1.1;
    }
    
    .rs-countdown-part .countdown-part p {
    font-size:16px; font-weight:normal; line-height:22px; margin:20px 0px 35px 0px;
    }
    
    .mobile .thumbnail-classic-abs {
    background: rgb(0 0 0 / 0%);
    border: solid 1px #f2f2f2;
    }
    
    .tablet .thumbnail-classic-abs {
    background: rgb(0 0 0 / 0%);
    border: solid 1px #f2f2f2;
    }
    
    .mobile .thumbnail-classic-abs{ display:none;}
    .tablet .thumbnail-classic-abs{ display:none;}
    .mobile .thumbnail-classic-caption{ background:#f2f2f2;}
    .tablet .thumbnail-classic-caption{ background:#f2f2f2;}
    }

@media (min-width: 80px) and (max-width: 451.98px) 
{
     .principal-img
    {
    width:120px;
    top: 85px;
    left: 38%;    
    }
    
    .quote_big .icon_quote_open {
    position: absolute;
    top: -25px;
    left: 15px;
    }
    
    .facts .card .card-body {
        display: inline-block;
        text-align:center;
    }
    
    .facts .card .card-body img {
        width:60px;
    }
    
    .facts h4 {
        font-size: 14px;
        line-height: 17px;
        padding-left:0rem;
    }        
    
    .quote_big {
        position: relative;
        padding: 0px 0 20px 0px;
    }
    
    .introTitle h4 {
        font-size: 1.2em;
        padding: 0px 30px;
        line-height: 22px;
        color:#ec761b;
    }
    
    .rs-countdown-part .countdown-part .title {
    font-size: 25px;
    line-height: 1.1;
    }
    
    .rs-countdown-part .countdown-part p {
    font-size:16px; font-weight:normal; line-height:22px; margin:20px 0px 35px 0px;
    }
    
    .mobile .thumbnail-classic-abs {
    background: rgb(0 0 0 / 0%);
    border: solid 1px #f2f2f2;
    }
    
    .tablet .thumbnail-classic-abs {
    background: rgb(0 0 0 / 0%);
    border: solid 1px #f2f2f2;
    }
    
    .mobile .thumbnail-classic-abs{ display:none;}
    .tablet .thumbnail-classic-abs{ display:none;}
    .mobile .thumbnail-classic-caption{ background:#f2f2f2;}
    .tablet .thumbnail-classic-caption{ background:#f2f2f2;}
}

.strip {
    background-image: url(../images/strip.png);
    background-position: center top;
    background-size: 100% 100%;
    width: auto;
    height: 14px;
    margin: 0px auto;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(238 245 253);
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #f49b4d; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #27ae93; 
}
