#navbar {
  overflow: hidden;
  background-color: white;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

.box h4 {
    padding: 5px 0px;
    font-size: 15px;
    font-weight: 600;
    color: #00afed;
    text-transform: uppercase;
	text-align: left;
}

.box:hover
.box h4{
color: white;
}
  
.box:hover .fnt p{
color: white;

}
.fnt p{
color:black;
}
   

.buttons {
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 
              0px 4px 12px -7px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  display: block;
  width: 46px;
  height: 46px;
  margin: 20px 8px;
  position: relative;
  -webkit-transition: all .1s ease-out;
          transition: all .1s ease-out;  
}

.buttons:active, 
.buttons:focus, 
.buttons:hover {
  box-shadow: 0 0 4px rgba(0,0,0,.14),
    0 4px 8px rgba(0,0,0,.28);
}

.buttons:not(:last-child) {
  width: 40px;
  height: 40px;
  margin: 20px auto 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}


.share:hover 
.buttons:not(:last-child) {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin: 15px auto 0;
}

/* Unessential styling for sliding up buttons at differnt speeds */

.buttons:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
          transition-delay: 25ms;
  background-image: url('images/share.png');
  background-size: contain;
}

.buttons:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 50ms;
          transition-delay: 20ms;
  background-image: url('images/facebook.png');
  background-size: contain;
}

.buttons:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 75ms;
          transition-delay: 40ms;
  background-image: url('images/linkedin-logo.png');
  background-size: contain;
}

.buttons:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 100ms;
          transition-delay: 60ms;
  background-image: url('images/youtube-play.png');
  background-size: contain;
}
.buttons:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 100ms;
          transition-delay: 60ms;
  background-image: url('images/contact-logo.png');
  background-size: contain;
}
/* Show tooltip content on hover */

[tooltip]:before {
  bottom: 25%;
  font-family: arial;
  font-weight: 600;
  border-radius: 2px;
  background: #585858;
  color: #fff;
  content: attr(tooltip);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  padding: 5px 7px;
  margin-right: 12px;
  position: absolute;
  right: 100%;
  white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
   
.top-img a img {
    padding-top: 0px;
    width: 308px;
    position: absolute;
    top: -16px;
    z-index: 11;
    left: -9px;
}




.slider-content-right img{
	position: absolute;
    top: 151px;
    height:100%;
    right: 5px;
    visibility: visible;
    animation-duration: 2s;
    animation-delay: 0.25s;
    animation-name: bounceInRight;


}

.variant-color2 {
	background: linear-gradient(270deg, #01afeb,#00afed,#29469e);
	background-size: 400% 400%;
	-webkit-animation: Gradient 10s ease infinite;
	-moz-animation: Gradient 10s ease infinite;
	animation: Gradient 10s ease infinite;
}
	
    
    @-webkit-keyframes Gradient {
		0%{background-position:0% 50%}
		50%{background-position:100% 50%}
		100%{background-position:0% 50%}
	}
	@-moz-keyframes Gradient {
		0%{background-position:0% 50%}
		50%{background-position:100% 50%}
		100%{background-position:0% 50%}
	}
	@keyframes Gradient { 
		0%{background-position:0% 50%}
		50%{background-position:100% 50%}
		100%{background-position:0% 50%}
	}

.variant-color {
	background: linear-gradient(30deg, lightblue,lightgray,lightgray);
	background-size: 400% 400%;
	-webkit-animation: Gradient 10s ease infinite;
	-moz-animation: Gradient 10s ease infinite;
	animation: Gradient 10s ease infinite;
}
	
    
    @-webkit-keyframes Gradient {
		0%{background-position:0% 50%}
		50%{background-position:100% 50%}
		100%{background-position:0% 50%}
	}
	@-moz-keyframes Gradient {
		0%{background-position:0% 50%}
		50%{background-position:100% 50%}
		100%{background-position:0% 50%}
	}
	@keyframes Gradient { 
		0%{background-position:0% 50%}
		50%{background-position:100% 50%}
		100%{background-position:0% 50%}
	}


#rectangle {
      width:45%;
      height:250px;
      
    }
#rectangle-1 {
      width: 40%;
      height: 192px;
      
    }
.colr1 h3{
	color:black;
	text-align: center;
	margin: 20px 0px;
	/*color: deepskyblue;
  -webkit-text-fill-color: black;  Will override color (regardless of order) 
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: deepskyblue;*/
	font-size: 30px;
	font-weight: 600;
}
.txt-colr {
padding: 10px 0px;
}

.mrq marquee{
color: #29469e;
    font-size: 18px;
    width: 100%;
    /* float: right; */
    /* right: 3%; */
    padding: 10px;


}



/*.txt-colr h3 {
    text-align: center;
    margin: 10px 0px;
    font-weight: 400;
    font-size: 23px;
    color: #141414;
}*/

.country{

text-align: center;
	margin: 0px auto;
	 
}
  .box {
    transition: box-shadow .3s;
   /* width: 300px;
    height: 547px;*/
   /* margin: 15px 2px 15px 2px;*/
    border-radius: 7px;
    border: 1px solid whitesmoke;
    background: #fff;
    text-align: justify;
    /* float: left; */
}

.listing li a{
color: rgb(119, 119, 119);

}



.carousel-inner > .item > img{
    line-height: 1;
    max-width: 100% !important;
}






---------------------------------------


.btn-vertical-slider{ margin-left:35px; cursor:pointer;}
a {  cursor:pointer;}
.carousel.vertical .carousel-inner .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

 .carousel.vertical .active {
  top: 0;
}

 .carousel.vertical .next {
  top: 100%;
}

 .carousel.vertical .prev {
  top: -100%;
}

 .carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

 .carousel.vertical .active.left {
  top: -100%;
}

 .carousel.vertical .active.right {
  top: 100%;
}

 .carousel.vertical .item {
    left: 0;
}


.found p{
text-align: justify;

}

.dropdown-menu > li > a {
    display: block;
    padding: 11px 20px;
    clear: both;
    font-weight: bold;
    line-height: 1.42857143;
    color: #28429c;
    white-space: nowrap;
    border-bottom: 1px solid whitesmoke;
	text-transform: uppercase;
	font-size: 14px;
}







.loader {
    display: block;
    margin: 20px auto 0;
    vertical-align: middle;
}

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 11000;
    position: fixed;
    display: block
}

.preloader {
    position: absolute;
    margin:auto;
    left: 1%;
    right: 1%;
    top: 27%;
    width: 200px;
    height: auto;
    background: center center no-repeat none;
    background-size:auto;
  
}
.preloader1 {
    position: absolute;
    margin:auto;
    left: 1%;
    right: 1%;
    top: 44%;
    width: 300px;
    height: auto;
    background: center center no-repeat none;
    background-size:auto;
    
  
}


.presence-para h3{
text-align: center;
	font-weight: 600;
	color: black;
	font-size: 20px;

}

.presence-para p{
text-align: center!important;
	

}
.presence-para h2{
text-align: center!important;
	font-weight: 600;
	margin-top: 30px;
	
	font-size: 25px!important;

}





.contact-para h3{
text-align: left;
	font-weight: 600;
	color: black;
	font-size: 20px;

}

.contact-para p{
text-align: left;
	width: 100%!important;
	

}
.contact-para h2{
text-align: left;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 25px!important;

}

