/*
 * Start Bootstrap - Heroic Features (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */


 /* @font-face {
    font-family: 'DBHelvethaicaX-Blk';
    src: url('DBHelvethaicaX-Blk.woff2') format('woff2'),
        url('DBHelvethaicaX-Blk.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

/*
 * Start Bootstrap - Heroic Features (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

 body {
    /* padding-top: 70px;  */
    /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    background: #fff;

  

}

.hero-spacer {
    margin-top: 50px;
}

.hero-feature {
    margin-bottom: 30px;
}

footer {
    margin: 50px 0;
}
.container-home{
    width: 560px;
    margin-right: auto;
    margin-left: auto;
}
.justify-content-between {
    justify-content: space-between!important;
}

.menu-download{
    background-color: #ef4772;
    padding: 20px;
    color: #fff;
    font-size: 20px;
}

.centers{
    text-align: center;
}


.hovpop :hover {
    background-color: #144cb3;
    color:#fff;
    padding: 2%;
    border-radius: 12px

}

.thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}



.navbar-kind{
	/* background: linear-gradient(45deg, black, transparent) !important; */
    background: #ffffffeb;
  
/* background: linear-gradient(109deg, rgba(255,200,37,0.25262605042016806) 0%, rgba(239,71,114,0.3702731092436975) 50%, rgba(71,183,73,1) 100%) !important; */
}

.exo{
 
        border: double 0.35em transparent;
    border-radius: 12px;
    background-image: linear-gradient(white, white), linear-gradient(to right, #f06a23, #f06a23);
    /* background-image:  #f06a23; */
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 0 1.125rem 1.25rem rgba(0,0,0,0.25)!important;
}

.exp{


        border: double 0.35em transparent;
    border-radius: 12px;
    background-image: linear-gradient(white, white), linear-gradient(to right, #72b8689c, #4cb84a);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 0 1.125rem 1.25rem rgba(0,0,0,0.25)!important;

}




/* 
.container {
	font-family: 'Sintony', sans-serif;
	color: #e5e5e5;
	font-size: 12px;
	background: #bfbfbf;
	line-height: 1;
} */
*, *:before, *:after {
    box-sizing: border-box;
}
/** * Eric Meyer's Reset CSS v2.0 (https://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: white;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
header h2 {
	margin: 25px 10px;
font-size: 28px;
text-align: center;
color: cornsilk;
}
.container {
	margin: 10px auto;
	display: table;
	max-width: 1140px;
	width: 100%;
}
.container:after, .container:before {
	content: "" ;
    clear : both;
}
nav.menu {
	background: #ef4772;
	position: relative;
	min-height: 45px;
	height: 100%;
}

.menu > ul > li {
	list-style: none;
	display: inline-block;
	color: #fff;
	line-height: 45px;

}
.menu > ul li a, .xs-menu li a {
	text-decoration: none;
	color: #fff;
	 display:block;
	 padding: 0px 24px;
}
.menu > ul li a:hover {
	background:rgb(0, 0, 0);
	color: #fff;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}
.active{
	background:#444 !important;

}


#menutoggle{
    color: #fff;
}
.displaynone{
	display: none;
}
.xs-menu-cont{
display:none;
}
.xs-menu-cont > a {
    background: none repeat scroll 0 0 #ef4772;
    border-radius: 3px;
    padding: 12px 6px;
	display: block;
	border-bottom:1px solid #ef4772;
	    box-shadow: 0 1px 2px #ef4772;
		-webkit-box-shadow: 0 1px 2px #ef4772;
		-moz-box-shadow: 0 1px 2px #ef4772;
}
.xs-menu-cont > a:hover{
 cursor: pointer;
}

.xs-menu li {
color: #fff;
padding: 14px 30px;
border-bottom: 1px solid #ccc;
background: #ef4772;

}
.xs-menu  a{
text-decoration:none;
}

.mega-menu {
   background: none repeat scroll 0 0 #888;
    left: 0;
    margin-top: 3px;
    position: absolute;
    width: 100%;
	padding:15px;
	display:none;
	 transition-duration: 0.9s;

}
#menutoggle i {
    color: #fff;
    font-size: 33px;
    margin: 0;
    padding: 0;
}


/*--column--*/
.mm-6column:after, .mm-6column:before, .mm-3column:after, .mm-3column:before{
content:"";
display:table;
clear:both;


}
.mm-6column, .mm-3column {
 float: left;
 position: relative;
 }
.mm-6column {
    width: 50%;
}
.mm-3column {
        width: 25%;
}
.responsive-img {
    display: block;
    max-width: 100%;

}
.left-images{
margin-right:25px;
}
 .left-images, .left-categories-list {
   float: left;
}
.categories-list li {
    display: block;
    line-height: normal;
    margin: 0;
    padding: 5px 0;
}
.categories-list li :hover{
		background:inherit !important;
}
.left-images > p {
    background: none repeat scroll 0 0 #ef4772;
    display: block;
    font-size: 18px;
    line-height: normal;
    margin: 0;
    padding: 5px 14px;
}
.categories-list span {
    font-size: 18px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.mm-view-more{
	background: none repeat scroll 0 0 #ef4772;
    color: #fff;
    display: inline !important;
    line-height: normal;
    padding: 5px 8px !important;
	margin-top:10px;
}
.display-on{
display:block;
 transition-duration: 0.9s;
}
.drop-down > a:after{
content:"\f103";
color:#fff;
font-family: FontAwesome;
font-style: normal;
margin-left: 5px;

}

.b-visa{
   padding:  6px 12px !important;
}

 /*MediaQuerys*/
 @media (max-width: 600px) {
.menu {
 display:none;
 }
 .xs-menu li a {

	 padding:0px;
}
 .xs-menu-cont{
 display:block ;
 }
 }


/*Animation--*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@media screen and (max-width: 480px) {
    .xs-menu-cont{
        padding-top: 78px;
    }


    /* .navbar-kind{
    display: flex;
    flex-wrap: nowrap;
} */

.navbar-kind{
	/* background: linear-gradient(45deg, black, transparent) !important; */
	background: #003dadeb;
  

}

.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: white;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.active {
    background: #9c7c7c4f !important;
}


}



.background-radial-gradient {
    /* background-color: hsl(218, 41%, 15%);
    background-image: radial-gradient(650px circle at 0% 0%,
        hsl(218, 41%, 35%) 15%,
        hsl(218, 41%, 30%) 35%,
        hsl(218, 41%, 20%) 75%,
        hsl(218, 41%, 19%) 80%,
        transparent 100%),
      radial-gradient(1250px circle at 100% 100%,
        hsl(218, 41%, 45%) 15%,
        hsl(218, 41%, 30%) 35%,
        hsl(218, 41%, 20%) 75%,
        hsl(218, 41%, 19%) 80%,
        transparent 100%); */
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-image: url("../images/banner.png");
        background-size: cover;
        background-position: center;

      
       
  }
   .red{
      color : red;
    }
  /* #radius-shape-1 {
    height: 220px;
    width: 220px;
    top: -60px;
    left: -130px;
    background: radial-gradient(#44006b, #ad1fff);
    overflow: hidden;
  }

  #radius-shape-2 {
    border-radius: 38% 62% 63% 37% / 70% 33% 67% 30%;
    bottom: -60px;
    right: -110px;
    width: 300px;
    height: 300px;
    background: radial-gradient(#44006b, #ad1fff);
    overflow: hidden;
  } */

  .bg-glass {
    background-color: hsla(0, 0%, 100%, 0.9) !important;
    backdrop-filter: saturate(200%) blur(25px);
  }

  section{
    width: 100vw ;
    height: 100vh;
}


.form-outline .form-icon-trailing {
    padding-right: 2rem!important;
}

.form-outline .trailing {
    position: absolute;
    right: 18px;
    left: auto;
    top: 70%;
    transform: translateY(-50%);
    pointer-events: none;
}



.form-outline .form-control {
    min-height: auto;
    padding: 0.32rem 0.75rem;
    border: var(--bs-border-width) var(--bs-border-style) #0070df!important;
    background: white;
    transition: all .2s linear;
}

.cardx{
    --bs-card-border-radius: 1.375rem !important;
}
  


 /*MediaQuerys*/

 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation:landscape) {
   
 }
 
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation:portrait) {
}
 
 @media (max-width: 600px) {

 }

@media screen and (max-width: 480px) {
    

}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}