@charset "utf-8";

/***------------Begin . NAV  ------------ **/
.icon-text 
{
    display: block;
    margin: 1px 5px 1px -5px;
}

.navbar-toggle {
  border: none;
  background: transparent !important;   
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

/***------------End . NAV  ------------ **/


h1, h2 {
  font-family: Anton, Gotham, Helvetica, Arial;
  font-weight: 400;
  margin: 15px 0px 10px 0px;
}

h3, h4 {
  font-family: Anton, Gotham, Helvetica, Arial;
  font-weight: 400;
}

h5, h6 {
  font-family: Anton, Gotham, Helvetica, Arial;
  font-weight: 300;
}
h1 {
  font-size: 27px;
}
h2 {
  font-size: 25.629px;
}
h3 {
  font-size: 20.25px;
}
h4 {
  font-size: 16px;
}
h5 {}
:focus {
  outline: 0;
}
a {
  text-decoration: none;
  color: #14184b;
}
a:hover {
  color: #339900;
}
body {
  	margin: 0;
  	padding: 0;

    background: rgb(34,193,195);
background: linear-gradient(0deg, rgba(34,193,195,0.3491771708683473) 0%, rgba(238,242,224,0.5564600840336135) 100%);
    
    color: #0969D2; 
 	 
}


:required {
  border: thin solid #CBAAA2 !important;
  ;
}


.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
	
 
}
.site-title 
{
    font-weight: bolder !important; 
    padding-bottom: 20px !important; 
    color: #044D79;
}
.site-title img 
{
     padding-bottom: 5px !important; 
}
.navbar-brand {
padding: 10px 15px !important;
}

.m1 
{
    margin-right: 1px !important; 
}

.home-block1
{
  	margin: 5px 0px;
	padding: 2px 10px; 
	background: #212F3C; 
	border-radius: 20px;
	color: aliceblue;
    border: 1px solid #fff;  
     
}
.home-block2
{
  	margin: 5px 0px;
	padding: 2px 10px; 
	background: #131a35; 
	border-radius: 20px;
    color: aliceblue; 
    border: 1px solid #fff; 
 
}

.home-block
{
    width: 100%; 
    margin: 5px 1px;
	padding: 2px 10px; 
background: rgb(125,244,43);
background: linear-gradient(90deg, rgba(125,244,43,1) 0%, rgba(73,211,212,1) 64%, rgba(0,159,255,1) 100%);
    border-radius: 10px;
	
}

.list-more
{
   	white-space: nowrap;  
	overflow: hidden;  
	text-overflow: ellipsis;
}
 
.select_lang a > img {
  padding: 0px;
  margin: 0px;
  border: none;
  outline: 0px solid #0782C1 !important;
  ;
}
.select_lang a {
  white-space: nowrap !important;
  display: table-cell !important;
  padding-left: 1px !important;
  padding-right: 10px !important;
}
#footer {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
 
background: rgb(221,227,228);
background: radial-gradient(circle, rgba(221,227,228,1) 0%, rgba(159,181,241,0.6601015406162465) 100%);
	
}
.footer-bottom {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #cccccc;
}
.footer-nav {
  text-align: right;
}
.footer-nav li {
  display: inline-block;
  margin-right: 10px;
}
.amount_txt {
  text-align: right;
}

@media screen and (max-width:768px) {
  .introduction img, .description img {
    display: block;
    width: 100% !important;
  }
  .select_lang a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .amount_txt {
    text-align: center;
    font-size: 18px;
  }
	
.sticky {
	  position:  relative ; 
 
	}
	
}


@media screen and (max-width:1024px)
{

 
   /************/
    
     .navbar-header {
            float: none;
        }
        .navbar-toggle {
            display: block;
        }
        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }
        .navbar-collapse.collapse {
            display: none!important;
        }
        .navbar-nav {
            float: none!important;
            margin: 7.5px -15px;
        }
        .navbar-nav>li {
            float: none;
        }
        .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .navbar-text {
            float: none;
            margin: 15px 0;
        }
        .navbar-collapse.collapse.in { 
            display: block!important;
        }
        .collapsing {
            overflow: hidden!important;
        }

    /***** End NAV *********/

     
}

@media screen and (min-width:1366px) {
  body {
    margin: 0px auto;
  }

    
}

@media screen and (max-width:414px)  {

    h1 {
      font-size: 17px;
    }
    
}





