/* ===================
fonts
====================== */

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
/*

red = #da251c
blue = #0a408a
*/

html { background-color: #f0f3f4; }
body, html {

    min-height: 100%;
    position: relative;
}
body {
    font-family: Calibri, sans-serif !important;
    font-size: 18px;
    color: #000;
    font-weight:500;
    -webkit-font-smoothing: antialiased;
    line-height: 1.53846154;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color:#272727;
    font-family: Rubik, sans-serif !important;
    
}
h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }
h3, h4, h5 {
    margin-top: 5px;
    font-weight: 600;

}
p, blockquote { margin: 10px 0; }
strong { font-weight: 600; }
a {
    color: #d05959;
    cursor: pointer;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease;
    text-decoration: none;
}
a:hover, a:focus {
    color: #ff0000;
    text-decoration: none !important;
}
label { font-weight: normal; }
small, .small { font-size: 13px; }
ul { padding-left:0; }
/* Header */  
.navbar {
    border-radous:0;
    border:0;
    margin:0;
}
.brand img {
    height: 80px;
}
.thumbnail {
    min-height: 400px;
    margin: 15px 0;
}

.text-red{color: #da251c;}
.text-blue{color: #0a408a;}

.bg-red{background: #da251c;}
.bg-blue{background: #0a408a;}
.header-inner {
    width: 100%;
    position: reltive;
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.06);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 2s;
}
.navbar-dark .navbar-toggler {
    border-color: #000;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #000 !important;
    border: 1px solid #FFF !important;
    border-radius: .25rem;
}
.about-title-9 ul {
    padding-left: 35px;
}
.top-line {
    padding: 4px 0;
    background: #ae0909;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    overflow: hidden;
}
.top-line p, .top-line a {
    color: #ffffff;
    margin: 0;
    font-size:18px;
}
.top-line p span { margin-right: 20px; }
.top-line p span i {
    font-size: 13px;
    color:#fff;
    margin-right: 10px;
}
.line {
    width: 89px;
    height: 10px;
    border-bottom: 3px solid #ff0000;
    margin: 0 auto 30px;
}
.top-line ul.social-icons {
    margin: 0;
    padding: 0;
    text-align: right;
}
.logo {
    background-color: #fff;
    padding:0 0 60px 0;
}
.top-line ul.social-icons li {
    display: inline-block;
    margin-left: 9px;
}
.top-line ul.social-icons li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 14px;
    color: #ffffff;
}
.btn-success {
    color: #fff;
    background-color: #da251c;
    border-color: #da251c;
    float: right;
    margin: 35px 0 0 0;
}
.btn-success:hover {
    color: #fff;
    background-color: #da251c;
    border-color: #da251c;
    float: right;
    margin: 35px 0 0 0;
}
.card-body {
    background-color: #fff;
    color: #fff;
}
.card-title {
    color: #000;
}
.list-group-item-text {
    color: #000;
}


.top-line ul.social-icons li a:hover { color: #ffba00; }
header.active .top-line {
    height: 0;
    padding: 0;
}
/*** Brand logo ***/

.brand {
    width: 200px;
    height: 90px;
}
.brand a { display:block; width:100px; }
.brand, .header-inner .main-nav {
    display: table-cell;
    vertical-align: middle;
}
/*** Main Nav Menu ***/
.main-nav {
    text-align: right;
    white-space: nowrap;
    padding: 0 0 0 30px;
    width:100%;
}
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-nav .sf-menu li { position: relative; }
.main-nav .sf-menu li:hover, .sf-menu li.sfHover {
    -webkit-transition: none;
    transition: none;
}
.main-nav .sf-menu li a {
    color: #424E75;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 90px;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
}
.btn-default {
    padding: 10px 20px;
}
.contact-inform-4 h3 {    
    text-transform: uppercase;
    font-weight: bold;
    font-size: 23px;
    padding-left: 40px;
}
.btn:hover {
    background-color: #0a408a;
    color: #fff;
}
.main-nav .sf-menu li.current a { color: #424E75; }
.main-nav .sf-menu li.current ul a { color: #424E75; }
.main-nav .sf-menu li ul li.current a { color: #424E75; }
.main-nav .sf-menu ul {
    background-color: #fff;
    position: absolute;
    z-index: 6000;
    display: none;
    min-width: 12em; /* allow long menu items to determine submenu width */
 *width: 12em; /* no auto sub width for IE7, see white-space comment below */
    top: 99%;
    left: 0;
    z-index: 99;
    margin: 1px 0;
    padding: 0;
    border-top: solid 2px #c44741;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}
.main-nav .sf-menu > li { display: inline-block; }
.main-nav .sf-menu li:hover > ul, .main-nav .sf-menu li.sfHover > ul { display: block; }
.main-nav .sf-menu a {
    display: block;
    position: relative;
}
.main-nav .sf-menu a:hover { color: #c44741; }
.main-nav .sf-menu ul li {
    width: 180px;
    background: #fff;
    text-align: left;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}
.main-nav .sf-menu ul li a {
    padding: 10px 15px;
    font-size: 13px;
}
.main-nav .sf-menu ul ul {
    top: 0;
    left: 100%;
}
.main-nav .sf-menu ul ul li {
    background: #fff;
    border-left: solid 1px #eee;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul { padding-right: 2.5em; *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after { border-top-color: white; /* IE8 fallback colour */ }
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after { border-left-color: #999; }
.header-inner #toggle-btn {
    cursor: pointer;
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 20px;
    width: 45px;
}
#header {
    position: relative;
    width: inherit;
    height: auto;
    position: fixed;
    z-index: 10000;
}

#navbar {
    background: var(--success-color);
    color: white;
    display: flex;
    flex-direction: row;
    width: inherit;
    height: inherit;
    justify-content: space-between;
    box-shadow: 0 10px 8px -8px #999;
}

#con-raid h2 {
    margin: 0;
    margin-left: 20px;
    align-self: center;
}

.desktop-ul {
    font-size: 16px;
    display: flex;
    list-style: none;
    margin: 0;
    height: inherit;
    flex-direction: row;
}
.mobile-ul {
    font-size: 16px;
    display: none;
    list-style: none;
    margin: 0;
    height: inherit;
    flex-direction: column;
}
.desktop-ul li {
    padding: 20px 15px 0px 15px;
}

.nav-link {
    text-decoration: none;
    color: white;
}
#header-img {
    border-radius: 50%;
    margin-left: 10px;
}
#con-raid {
    display: flex;
    flex-direction: row;
}

#con-raid h2 {
    margin-left: 10px;
}

.active {
    background-color: var(--active-green);
}

/* Main CSS Part */

main {
    display: grid;
    grid-template-rows: 70vh auto auto;
    width: auto;
}

/* Home Section CSS Part */
#home {
    position: relative;
}
#home:after {
    content:'';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("http://i63.tinypic.com/f1ccch.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -22222;
}

.brand-div {
    position: absolute;
    color: white;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.brand-div > p {
    font-size: 20px;
    margin: 0 auto;
}

.brand-div h1 {
    font-size: 60px;
    margin: 0 auto;
    font-weight: 900;
    color: whitesmoke;
}

.email-div {
    margin-top: 50px;
    width: 700px;
    /* border: 3px double rgb(50, 200 ,50); */
    border-radius: 20px;
    background-color: var(--success-color);
    overflow: hidden;
    border: 2px double var(--success-color);
    height: 40px;
}

.email-div input {
    padding-left: 10px;
    height: 40px;
    width: 70%;
    border: none;
    outline: none;
    font-size: 18px;
    /* border-radius: 20px; */
}

.email-div button {
    height: 40px;
    width: 27.21%;
    border: none;
    border-radius: 0 20px 20px 0;
    background: var(--success-color);
    color: white; 
    cursor: pointer;  
    outline: none;
    font-size: 20px;
}

#submit {
    height: 40px;
    width: 27.2%;
    border: none;
    border-radius: 0 20px 20px 0;
    background: var(--success-color);
    color: white; 
    cursor: pointer;  
    outline: none;
    font-size: 20px;
    cursor: pointer;
    padding-left: 0;
}
#submit:active {
    background-color: var(--active-green);
}

#form1 {
    display: none;
}

/* .email-div button:active{ 
    background-color: var(--active-green);
} */

/* Features Section CSS Part */


.fitura-div {
    display: grid;
    grid-template-columns: 1.3fr 1fr;   
    padding: 0 5% 0 5%;
}

.image-div {
    position: relative;
}

.image-div img {
    transform: translate(1%, 25%);
}

.features-div {
    padding: 0 7% 0 7%;
}

.stats-div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.section-heading {
    font-size: 35px;
}

.sub-heading {
    font-size: 22px;
    color: var(--gray-text);
    transform: scaleY(1.1);
}

.description {
    font-size: 16px;
    color: var(--gray-text);
}

.benefit-list {
    list-style: none;
    padding: 0;
}

.benefit-list li {
    padding: 2px 0 2px 0;
    font-size: 16px;
    color: var(--gray-text);
}

.benefit-list hr {
    height: 10px;
    border: 0;
    box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, 0.5);
}
.stats-wrapper {
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation-name: come;
    animation-timing-function: ease-in-out;
    animation-duration: 2s;
    
}
.domestic-head{position: relative;}
.domestic-head:before{content: '';z-index: 0; background-color: #00000080; width: 100%; height: 100%; position: absolute; left: 0; top: 0;}

.about-us {
    padding: 0px 0;
}
.about-us h1 {
    font-size: 32px;
    text-align: left;
    text-transform: uppercase;
}
.about-us p {
    font-size:20px;
    text-align: left;
}
.stats-div-1 {
    background-color: #0a408a;
    padding: 60px 0;
}
span.icon {
    margin: 0 5px;
    color: #000;
}
h2 {
    color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mrng-60-top {
    margin-top: 60px;
}
/* Global Button Styles */
a.animated-button:link, a.animated-button:visited {
    display: block;
    margin: 30px auto 0;
    padding: 14px 15px;
    color: #000;
    font-size:14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
    color: #000;
    text-shadow: none;
}

a.animated-button:link, a.animated-button:visited {
    display: block;
    margin: 30px auto 60px;
    padding: 8px 13px;
    color: #000;
    font-size:14px;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.button-9 {
    margin: 0 auto;
    display: flex;
}
a.animated-button.victoria-one {
    width: 150px !important;
    border: 2px solid #D24D57;
}
a.animated-button.victoria-one:after {
    background: #D24D57;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
a.animated-button.victoria-two {
    border: 2px solid #D24D57;
}
a.animated-button.victoria-two:after {
    background: #D24D57;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    transform: translateX(-50%) translateY(-50%) rotate(25deg);
}
a.animated-button.victoria-three {
    border: 2px solid #D24D57;
}
.products-9 {
    padding: 0px 0 60px 0;
}
.our-products h1 {
    padding: 0 0 0px 0;
    color: #fff;
}
.thumbnail:hover {
    box-shadow: 0 0 5px #0a408a;
}
a.animated-button.victoria-three:after {
    background: #D24D57;
    opacity: .5;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
a.animated-button.victoria-three:hover:after {
    height: 140%;
    opacity: 1;
}
a.animated-button.victoria-four {
    border: 2px solid #D24D57;
}
a.animated-button.victoria-four:after {
    background: #D24D57;
    opacity: .5;
    -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
a.animated-button.victoria-four:hover:after {
    opacity: 1;
    height: 600% !important;
}
@keyframes come {
    50% {
        transform: translateY(50%);
    }
}

.stats-wrapper p {
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.stats-wrapper .big {
    margin-top: 5px;
    font-size: 25px;
    font-weight: bold;
}

.stats-wrapper i {
    color: #da261d;
}

/* Section Prices CSS Part */
#prices {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    padding: auto 0 5% 0;
    background: linear-gradient(to bottom, #5bc85c 0%, #5bc85c 5%, #eff 5%,#efe 100%);
}

.price-text {
    margin: 30px auto;
    margin-top: 50px;
    font-size: 32px;
    color: #666;
    /* background: linear-gradient(to bottom, #fff 0%, #fff 60%, #5bc85c 60%, #5bc85c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.price-text hr {
    border-color: #5bc85c;
    border-style: double;
    margin: 1px;

}

.container-box {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding-bottom: 10vh;
}

.box {
    position: relative;
    height: auto;
    width: 20%;    
    background: white;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    color: var(--gray-text);
}

.car-type {
    font-weight: bolder;
    font-size: 26px;
    margin: 12px 0 12px 0;
}

.starting-from {
    font-weight: bold;
    font-size: 20px;
}

.box-1 {
    /* border: 2px outset #5bc0de; */
    box-shadow: 0px 0px 4px 4px lightblue;
}
.box-2 {
    /* border: 3px outset #5cb85c; */
    box-shadow: 0px 0px 5px 5px lightgreen;
}
.box-3 {
    /* border: 2px outset #428bca; */
    box-shadow: 0px 0px 4px 4px lightseagreen;
}

.small-price {
    color: #5bc0de;
}
.medium-price {
    color: #5cb85c;
}
.big-price {
    color: #428bca;
}

.rent-now {
    width: 60%;
    padding: 15px 0 15px 0;
    font-size: 18px;
    margin-bottom: 15px;
    border: none; 
    color: white;
    outline: none;
    border-radius: 5px;
}

.rent-small {
    background: #5bc0de;
}
.rent-small:active {
    background: #4d95d4;
}
.rent-mid {
    background: #5cb85c;
}
.rent-mid:active {
    background: #3ea83e;
}
.rent-big {
    background: #428bca;
}
.rent-big:active {
    background: #3774aa;
}
.box-1 hr {
    border-color: #5bc0de;
    border-style: solid;
}
.box-2 hr {
    border-color: #5bc85c;
    border-style: solid;
}
.box-3 hr {
    border-color: #428bca;
    border-style: solid;
}

/* How It Works Section CSS */
#how-it-works {
    position: relative;
    height: 0px;
    background: linear-gradient(to top, #5bc85c 0%, #5bc85c 50%, #eee 50%, #eee 100%);
}
#how-it-works h1{
    text-align: center;
    color: #666;
}

#video {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 450px;
    height: 350px;
}


/* About Us CSS Part */
#about {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to bottom, #dfd 0%, #dfd 20%, #dfd 60%, #dfd 100% );
}
.div-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 30px;
}

.about-div {
    display: flex;
    flex-direction: column;
    padding: 10px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-style: italic;
    color: var(--gray-text);
}
.about-div p {
    margin-top: 0;
    margin-bottom: 5px;
}

.img-about {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px double #c7f3c8;
    margin-bottom: 10px;
}

#about h1{
    font-size: 30px;
    margin-bottom: 0;
    color: #666;
}

#about hr {
    border-color: #5bc85c;
    border-style: double;
    margin: 1px;
}
.header-inner .toggle-subarrow { display: none; }
.features {

}
hr {
margin-top: 10px;
margin-bottom: 10px;
 }
#features {
    padding: 60px 0;
}
.carousel-control.right {
    background: none !important;
}
.carousel-control.left {
    background: none !important;
}
.img-event img {
    border:1px solid #ccc;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    color: #ff0000;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    color: #ff0000;
}
.carousel-inner {
    /*border-top: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;*/
   background: #8f820b;
background: radial-gradient(circle, rgba(143, 130, 11, 1) 0%, rgba(0, 107, 45, 1) 50%, rgba(0, 50, 77, 1) 100%);
}
a.animated-button:link:hover, a.animated-button:visited:hover {
    color: #fff !important;
}
.navbar-brand>img {
    height: 80px;
}
.navbar-inverse {
    background-color: #fff;
    border-color: #f9f9f9;
    padding: 11px;
}
.navbar-brand {
    padding: 0px 0px;
    line-height: 20px;
    height: 70px;
}
.navbar-inverse .navbar-nav>li>a {
    line-height: 50px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #0a408a;
}
#carouselExampleIndicators{position:relative; z-index:1; background-color: #286ca6;  background-size:cover; }

.carousel_caption {
padding: 0 0 0 0;}

.carousel_caption h1 {
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 0 0 5px;
  font-size: 50px;
  text-transform: uppercase;
}
.carousel_caption h2 {
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 200;
  line-height: 30px;
  text-transform: capitalize;
}

.carousel_caption a {
     margin-top: 10px;
   background: #ffffff !important;
    font-size: 20px !important;
    color: #da251c !important;
    padding: 15px 32px !important;
    display: inline-block!important;
    font-weight: bold !important;
    border-radius: 15px !important;
    border: 2px solid #fff !important;
}
.carousel_caption a:hover {background: #da251c !important;border: 2px solid #fff !important;color: #fff !important;}
.carousel-item {
  min-height: 500px;
  background-size: cover;
  background-position: center center;
}

.carousel-item a{background:#da251c; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; }
.carousel-item a:hover{background:#394fa2; text-decoration:none;  }

.carousel-item h2{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
.carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
.carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
.carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}
#carouselExampleIndicators h2, #carouselExampleIndicators p, #carouselExampleIndicators a, #carouselExampleIndicators .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.bg-dark {
    background-color: #FFF !important;
}
.nav-link {
    color: #000 !important;
    text-transform: uppercase;
    font-weight: bold;
}
.our-parnters h2 {
	padding-top:60px;
	text-align:center;
    color: #000;
}
.our-products {
	margin:0 auto;
}
.my-btn4 {
	background-color:#0a408a    !important ;
	color:#fff;
}
.carousel-control-next, .carousel-control-prev {
    height: 40px;
    width: 40px;
    padding: 12px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background-color: #da251c;
}
.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
    opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}
.card .card-image{
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.card .card-image img{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 20px;
}

.card .card-image:hover img{
    -webkit-transform: scale(1.2) rotate(-7deg);
    -moz-transform: scale(1.2) rotate(-7deg);
    -ms-transform: scale(1.2) rotate(-7deg);
    -o-transform: scale(1.2) rotate(-7deg);
    transform: scale(1.2) rotate(-7deg);
}

.card{     
    margin-top: 10px;
    position: relative;
    border-radius: 20px;
 /*   -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 4 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
      box-shadow: 0 0 10px #42abff;
  margin: 15px 0;
  border: 0px solid rgba(0, 0, 0, .125) !important ;

}

.card .card-content {
    padding: 10px;
    background-color: #0a408a;
    text-align: center;
    border-radius: 0px 0px 18px 18px;  
}

.card .card-content .card-title, .card-reveal .card-title{
    font-size: 16px;
    font-weight: bold;
    color: #fff;    
}
.products-section-9 {
    /*background-image: url('../images/products-images-9.jpg');*/
    background: #022d69;
    background: linear-gradient(180deg, rgba(2, 45, 105, 1) 0%, rgba(143, 7, 0, 1) 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: auto;
    padding: 60px 0;
}

.card .card-action{
    padding: 20px;
    border-top: 1px solid rgba(160, 160, 160, 0.2);
}
.card .card-action a{
    font-size: 15px;
    color: #ffab40;
    text-transform:uppercase;
    margin-right: 20px;    
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.card .card-action a:hover{    
    color:#ffd8a6;
    text-decoration:none;
}

.card .card-reveal{    
    padding: 20px;
    position: absolute;
    background-color: #FFF;
    width: 100%;
    overflow-y: auto;
    /*top: 0;*/
    left:0;
    bottom:0;
    height: 100%;
    z-index: 1;
    display: none;    
}

.card .card-reveal p{
    color: rgba(0, 0, 0, 0.71);
    margin:20px ;
}

.btn-custom{
    background-color: transparent;
    font-size:18px;
}
.navbar {
    position: sticky;
    padding: 5px 0 1em;
}

	
	
	
.nav-link {
	padding:10px 20px !important;
}
@supports (transform-style:preserve-3d) {
    .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0)
    }
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
textarea {
    resize: none;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
}

@charset "UTF-8";

.svg-inline--fa {
  vertical-align: -0.200em;
}

.rounded-social-buttons {
  text-align: right;
}

.rounded-social-buttons .social-button {
  display: inline-flex;
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 0.125rem solid transparent;
  padding: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fefefe;  
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}
.fa-x-twitter{font-size: 14px;}

.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-youtube, .fa-instagram {
  font-size: 15px;
}

.rounded-social-buttons .social-button.facebook {
  background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
  background: #55acee;
}

.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
  color: #55acee;
  background: #fefefe;
  border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
  background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
  color: #007bb5;
  background: #fefefe;
  border-color: #007bb5;
}

.rounded-social-buttons .social-button.youtube {
  background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
  background: #125688;
}

.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
  color: #125688;
  background: #fefefe;
  border-color: #125688;
}
.rounded-social-buttons-1 {
    text-align: left;
    margin: 5px 0 0 0;
}
@media(max-width:768px) {
    .rounded-social-buttons-2 {
        display: none;
    }
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}




    /* =========================================
            Button
============================================*/

.blueBg {
   background-color: #0b8fd8!important;
    background-image: linear-gradient(90deg, #0b8fd8, #007fc5);
     right: 26px;
     bottom: 15%;
}
.greenBg {
    background-color: #03db0c!important;
    background-image: linear-gradient(90deg, #1ea824, #039908);
     left: 26px;
       top: 88%;

}

.intro-banner-vdo-play-btn {
    height: 60px;
    width: 60px;
    position: fixed;
  
   
    text-align: center;
    /* margin: -30px 0 0 -30px; */
    border-radius: 100px;
    z-index: 9999;
}
.intro-banner-vdo-play-btn i {
    line-height: 63px;
    font-size: 30px;
    color: #fff;
}
.intro-banner-vdo-play-btn .ripple{
    position:absolute;
    width:160px;
    height:160px;
    z-index:-1;
    left:50%;
    top:50%;
    opacity:0;
    margin:-80px 0 0 -80px;
    border-radius:100px;
    -webkit-animation:ripple 1.8s infinite;
    animation:ripple 1.8s infinite
}

@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.intro-banner-vdo-play-btn .ripple:nth-child(2){
    animation-delay:.3s;
    -webkit-animation-delay:.3s
}
.intro-banner-vdo-play-btn .ripple:nth-child(3){
    animation-delay:.6s;
    -webkit-animation-delay:.6s
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
     background-color: var(--primary); 
}




/*-----------*/


.gallery {
    position: relative;
    /*box-shadow: 0 0 10px #03A9F4;*/
  /*  border-radius: 20px;*/
   /* background: #fff;*/
    /*padding: 10px;*/
}
/*.gallery img{
   
    border-radius: 20px;
    background: #fff;
 
}*/

.gallery .text-box{
    text-align: center;
    background: #da251d;
    color: #fff;
    display: block;
    z-index: 99;
    bottom: 0px;
    position: absolute;
    width: 100%;}

.tabs .content > .heading,.card .card-content .card-title, .card-reveal .card-title{text-transform: uppercase;}

.left-side-img p, .stylelist li,.stylelist1 li, .stylelist2 li{font-size: 16px !important;}

.slick-initialized .slick-slide {
    display: block;
    background: #ffffff;
    border: 5px solid #ddd;
    padding: 5px;
    border-radius: 20px;
}

.stylelist{margin: 0; padding: 0;}
.stylelist li{margin: 0;display: block;position: relative; padding-left: 40px; }
.stylelist li:before{    content: '\f101';
    font-family: fontawesome;
    position: absolute;
     color:#006cff;
    left: 14px;
    top: 4px;
    font-size: 14px;}

.stylelist1{margin: 0; padding: 0;}
.stylelist1 li{margin: 0;display: block;position: relative; padding-left: 40px; }
.stylelist1 li:before{    content: '\f058';
    font-family: fontawesome;
    position: absolute;
     color:#449c01;
    left: 14px;
    top: 4px;
    font-size: 14px;}
.stylelist2{margin: 0; padding: 0;}
.stylelist2 li{margin: 0;display: block;position: relative; padding-left: 40px; }
.stylelist2 li:before{    content: '\f057';
    font-family: fontawesome;
    color:#da251c;
    position: absolute;
    left: 14px;   
    top: 4px;
    font-size: 14px;}