  @import url('https://fonts.googleapis.com/css?family=Muli:300,700|Nunito');

  body {
    background: #ffffff;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    overflow-x: hidden;
    padding-top: 5px;
  }

  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: bold;
    line-height: inherit;
  }

  h1 {
    color: #F8F8F8;
    font-size: 30px;
    line-height: normal;
  }

  h2 {
    color: #FFFFFF;
    font-size: 28px;
    padding-bottom: 5px;
  }

  h3 {
    font-size: 26px;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #454545;
  }
  
   h5 {
    font-size: 24px;
    margin-bottom: 0;
	 color: #FFFFFF;
  }
  
    
  
  h5 {
    font-size: 22px;
    margin-bottom: 0;
  }
  
  

  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }


  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a,
  input, button,
  .form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  a:hover, a:active, a:focus {
    color: #990033;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 13px;
    height: 6px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #660000;
  }

  .section-title {
    padding-bottom: 10px;
  }

  .section-title h2 {
    margin: 0;
  }

  .section-title small {
    display: block;
  }

  .overlay {
    background: rgba(20,20,20,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .entry-form {
    background: #660000;
    border-radius: 100%;
    text-align: center;
    padding: 3em;
    width: 350px;
    height: 350px;
  }

  .entry-form h2 {
    color: #ffffff;
    margin: 0;
  }

  .entry-form .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    box-shadow: none;
    height: 35px;
    margin: 10px 0;
  }

  .entry-form .submit-btn {
    background: #ffffff;
    border-radius: 50px;
    border: 0;
    color: #252020;
    width: 70%;
    height: 35px;
    margin: 10px auto;
    margin-bottom: 15px;
  }

  .entry-form .submit-btn:hover {
    background: #3f51b5;
    color: #ffffff;
  }

  section {
	position: relative;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
  }

  #team,
  #testimonial {
    background: #f9f9f9;
  }

  #team, 
  #testimonial {
    text-align: center;
  }

#team img {
	width: 75%;
	/*max-width: 240px; */
	border-radius: 50%; 
	border: 10px solid transparent; 
	box-shadow: 2px 2px 0px rgba(0,0,0, 0.18);
	transition: all 0.1s ease-in;
}
	
#team img:hover {
	border: 15px solid  #660000;
	position: relative;
	z-index: 10;
	transition: all 0.1s ease-in;	
}

#team span {
	padding: 5px 5px;
	position: relative;
	top: -2px;
	left: -20px;
	display: inline-block;
	background: #660033;
	border-radius: 0 10px 16px 0;
	font-size: 14px;
}
    
  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }



  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: #660000;
	border-radius: 30px;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 8px;
    transition: 0.5s;
  }

  .section-btn:hover {
   background: transparent;
    border-color: transparent;
	color: #ffffff;
	border: 1px solid #ffffff;
  }

  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }


  /*---------------------------------------
      HOME  & SLIDER            
  -----------------------------------------*/

  #home {
    padding: 0;
	top:3px;
	
  }

  #home h1 {
    color: #ffffff;
  }

  #home h3 {
    color: #f9f9f9;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 5px 0 40px 0;
  }

  @media (min-width: 768px) {
    .home-slider .col-md-6 {
      padding-left: 0;
    }
  }

  .home-slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
  }

  .home-slider .item {
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 600px;
  }
  
  .caption h3 a { color: #FFF; }
  .caption h3 a:hover { color: #FF3; }

  .home-slider .item-first {
    background-image: url(../images/slider-image1.jpg);
	background-position: center;
  }

  .home-slider .item-second {

    background-image: url(../images/slider-image2.jpg);
  }

  .home-slider .item-third {
    background-image: url(../images/slider-image3.jpg);
  }


  /*---------------------------------------
      FEATURE              
  -----------------------------------------*/

  .feature-thumb {
	border: 3px solid #800040;
	padding: 5px;
  }

  .feature-thumb span {
    background: #3f51b5;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 5px;
  }

  .feature-thumb h3 {
    margin: 10px 0;
  }



  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about figure {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
	width: 100%;
  }

  #about figure span {
    float: left;
   /* margin-left: 10px;  */
    padding: 20px 20px;
    position: relative;
    top: 3px;
  }

  #about figure span i {
    background: #800040;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    width: 60px;
    height: 40px;
    line-height: 50px;
    text-align: center;
  }



  /*---------------------------------------
      TEAM              
  -----------------------------------------*/

  .team-thumb {
    background:transparent;
    position: relative;
    overflow: hidden;
    text-align: center;
	border: 10px solid #DDDDDD;
	
  }

  .team-info {
	padding: 15px 5px;
  }

  .team-image img {
  border-top:5px;
    width: 60%;
  }

  .team-thumb .social-icon {
    border-top: 1px solid #f0f0f0;
    padding: 1px 3px 0 3px;
  }

  .team-thumb .social-icon li a {
    background: #ffffff;
    color: #800040;
  }

  .team-info h3 {
    margin: 0;
  }


  /*---------------------------------------
      COURSES             
  -----------------------------------------*/

  #courses .section-title {
    text-align: center;
  }

  #courses .owl-theme .owl-nav {
    margin-top: 18px;
  }

  #courses .owl-theme .owl-nav [class*=owl-] {
    border-radius: 2px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
  }

  .Project-thumb {
    background: #CCCCCC;
    position: relative;
  }

  .courses-top {
    position: relative;
  }

  .Project-image {
    background: linear-gradient(to right, #202020, #101010);
  }

  .Project-date {
    background: linear-gradient(rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.6));
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px 25px;
  }

  .Project-date span,
  .Project-author span {
    font-size: 10px;
    font-weight:  bold;
  }

  .Project-date span {
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
  }

  .Project-detail {
	padding: 5px 5px 5px px;
  }

  .Project-detail h3 {
    margin: 0 0 2px 0;
  }

  .Project-info {
    border-top: 1px solid #f0f0f0;
    position: relative;
    clear: both;
    padding: 15px 25px;
  }

  .Project-author,
  .Project-author span {
    display: inline-block;
    vertical-align: middle;
  }
 
  .Project-author img {
    display: inline-block !important;
    border-radius: 50px;
    width: 30px !important;
    height: 30px;
    margin-right: 10px;
  }

  .Project-price {
    float: right;
    margin-top: 10px;
  }

  .Project-price span {
    background: #29ca8e;
    border-radius: 2px;
    color: #ffffff;
    display: block;
    padding: 5px 10px;
  }

  .Project-price.free span {
    background: #3f51b5;
  }

  /*---------------------------------------
     NEWS              
  -----------------------------------------*/

  .news-thumb {
    clear: both;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .news-thumb .news-image {
    float: left;
    width: 40%;
    margin-right: 30px;
  }

  .news-info h3 {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .news-date span {
    color: #909090;
    font-weight: bold;
  }



/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 30px 0;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #50d8af;
}


  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/

  #contact {
    background: #330000;
  }

  #contact h2 {
    color: #ffffff;
  }

  #contact .section-title {
    padding-bottom: 5px;
  }

  #contact h2 > small,
  #contact p,
  #contact a {
    color: #f9f9f9;
  }

  #contact-form {
    padding: 10px 0;
  }

  #contact-form .col-md-12,
  #contact-form .col-md-4 {
    padding-left: 0;
  }

  #contact-form .form-control {
    border: 0;
    border-radius: 5px;
    box-shadow: none;
	margin: 10px 0;
  }

  #contact-form input {
    height: 40px;
  }

  #contact-form input[type='submit'] {
    border-radius: 40px;
    border: 1px solid transparent;
  }

  #contact-form input[type='submit']:hover {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
  }
  
  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    background: #330000;
    padding:2px 0;
  }

  footer .section-title {
    padding-bottom: 2px;
  }

  footer h2 {
    font-size: 20px;
  }

  footer a,
  footer p { 
    color: #909090;
  }

  footer strong {
    color: #FFFFFF;
  }

  footer address p {
    margin-bottom: 0;
  }

  footer .social-icon {
	margin-top: 1px;
  }

  .footer-info {
    margin-right: 1em;
  }

  .footer-info h2 {
    color: #ffffff;
    padding: 0;
  }

  .footer_menu h2 {
    margin-top: 10px;
  }

  .footer_menu ul {
    margin: 0;
    padding: 0;
  }

  .footer_menu li {
	display: inline-block;
	list-style: none;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0;
  }

  .newsletter-form .form-control {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #303030;
    height: 40px;
    margin: 5px 0;
  }

  .newsletter-form input[type="submit"] {
    background: transparent;
    border: 1px solid #f9f9f9;
    border-radius: 50px;
    color: #ffffff;
    display: block;
    margin-top: 10px;
    outline: none;
    width: 50%;
  }

  .newsletter-form input[type="submit"]:hover {
    background: #3f51b5;
    border-color: transparent;
  }

  .newsletter-form .form-group span {
    color: #909090;
    display: block;
    font-size: 12px;
    margin-top: 10px;
  }


  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 10px;
    margin: 5;
	color: #CCFF66;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #CCCCCC;
    font-size: 15px;
    width: 25px;
    height: 25px;
    line-height: 10px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
    margin: 3px 3px 3px 0;
  }

  .social-icon li a:hover {
    background: #000033;
    color: #ffffff;
  }

  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
  }

  @media only screen and (max-width: 992px) {
    section,
    footer {
      padding: 60px 0;
    }

    .home-slider .item {
      background-position: center center;
    }

    .feature-thumb,
    .about-info,
    .team-thumb,
    .footer-info {
      margin-bottom: 50px;
    }

    .contact-image {
      margin-top: 50px;
    }
  }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }
  }

  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.5em;
    }

    h1,h2,h3 {
      line-height: normal;
    }

   
    .footer-info {
      margin-right: 0;
    }

    .footer-info.newsletter-form {
      margin-bottom: 0;
    }

    .entry-form {
      display: block;
      margin: 0 auto;
    }
  }


  @media only screen and (max-width: 580px) {
    h2 {
      font-size: 1.8em;
    }

    #testimonial .item {
      padding: 2em;
    }

    .contact-image {
      margin-top: 0;
    }
  }

  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 2em;
    }

    #home h3 {
      font-size: 14px;
    }

    .entry-form {
      border-radius: 0;
      padding: 2em;
      max-width: 100%;
      max-height: 100%;
      width: inherit;
      height: inherit;
    }

  }


/*   Button  Forming */   
.button {
/* background-color:#660000; */
  background-color: #000000; 
  border: none;
  color: white;
  padding: 8px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.button2 {
  background-color:#000000; 
  border: none;
  color: white;
  padding:1px 2px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  margin: 0px 0px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}


.button3 {
  background-color: #FFFFFF; 
  border: none;
  color: none;
  padding: 3px 3px;
  text-align: center;
  text-decoration: none;
  display:none;
  font-size: 10px;
  margin: 3px 1px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}


 .sinhala {
  	background-color:#F04E00; 
  	color: #FFFFFF; 
	font-size: 12px;
  	border: 2px solid #FFFFFF;
  	border-radius: 6px;
	display: inline-block;
	transition: all 0.3s ease 0s;
}

.sinhala:hover {
 	background-color:#000000;
 	color: white;
 	color: #000033 !important;
	border-radius: 30px;
	border-color: #000033 !important;
	transition: all 0.3s ease 0s;
 } 

/* Close Button */
 .tamil {
  	background-color:#F04E00; 
  	color: #FFFFFF; 
	font-size: 12px;
  	border: 2px solid #FFFFFF;
  	border-radius: 6px;
	display: inline-block;
	transition: all 0.3s ease 0s;
}

.tamil:hover {
 	background-color:#000000;
 	color: white;
 	color: #000033 !important;
	border-radius: 30px;
	border-color: #000033 !important;
	transition: all 0.3s ease 0s;
 }  
  
  
  .about {
  	background-color:#000000; 
  	color: #FFFFFF; 
  	border: 2px solid #FFFFFF;
  	border-radius: 6px;
	display: inline-block;
	transition: all 0.3s ease 0s;
}

.about:hover {
 	background-color:#F04E00;
 	color: white;
 	color: #FFFFFF !important;
	border-radius: 30px;
	border-color: #FFFFFF!important;
	transition: all 0.3s ease 0s;
 }
  
  .aboutdown {
  
  position: relative;
  display: inline-block;
  border-radius: 30px;
 
}

.aboutdown-content {
  display: none;
  position: absolute;
  background-color:#000000;
  border-radius: 30px;
  min-width: 230px;
  text-align:center;
  overflow: auto;
  box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.2);
  font-size: 13px;
  z-index: 1;
  
}

.aboutdown-content a {

  color:white;
  padding: 7px 7px;
  text-decoration: none;
  display: block;
  font-size: 13px;
  border-radius: 30px;
    
}

.aboutdown-content a:hover {background-color:#F04E00;}

.aboutdown:hover .aboutdown-content {display: block;}

.aboutdown:hover .button about {background-color:#0066FF1;}
  
  
   .services {
  	background-color:#000000; 
  	color: #FFFFFF; 
  	border: 2px solid #FFFFFF;
  	border-radius: 6px;
	display: inline-block;
	transition: all 0.3s ease 0s;
}

.services:hover {
 	background-color:#F04E00;
 	color: white;
 	color: #000033 !important;
	border-radius: 30px;
	border-color: #FFFFFF!important;
	transition: all 0.3s ease 0s;
 }
 
  /*    drop Down  */
 
 .servicesbtn {
  background-color: #000000;
  color: white;
  border: 2px solid #FFFFFF;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  font-size: 13px;
      
}

.servicesbtn:hover, .servicesbtn:focus {
  background-color:#F04E00;
  border-radius: 30px;
}

.services {
  
  position: relative;
  display: inline-block;
  border-radius: 50px;
 
}

.services-content {
  display: none;
  position: absolute;
  background-color:#000000;
  border-radius: 30px;
  min-width: 290px;
  text-align:center;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  font-size: 13px;
  z-index: 1;
  
}

.services-content a {

  color: white;
  padding: 7px 7px;
  text-decoration: none;
  display: block;
  font-size: 13px;
  border-radius: 30px;
    
}

.services-content a:hover {background-color:#F04E00;}

.services:hover .services-content {display: block;}

.services:hover .servicesbtn {background-color: #0066FF1;}

  /*
 
 */
 .QandA {
  	background-color:#000000; 
  	color: #FFFFFF; 
  	border: 2px solid #FFFFFF;
  	border-radius: 6px;
	display: inline-block;
	transition: all 0.3s ease 0s;
}

.QandA:hover {
 	background-color:#F04E00;
 	color: white;
 	color: #000033 !important;
	border-radius: 30px;
	border-color: #FFFFFF!important;
	transition: all 0.3s ease 0s;
 }
  .downloads {
  	background-color:#000000; 
  	color: #FFFFFF; 
  	border: 2px solid #FFFFFF;
  	border-radius: 6px;
	display: inline-block;
	transition: all 0.3s ease 0s;
}

.downloads:hover {
 	background-color:#F04E00;
 	color: white;
 	color: #000033 !important;
	border-radius: 30px;
	border-color: #FFFFFF!important;
	transition: all 0.3s ease 0s;
 }
 
 
 /*    drop Down  */
 
 .downloadsbtn {
  background-color:#000000;
  color: white;
  border: 2px solid #FFFFFF;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  font-size: 13px;
      
}

.downloadsbtn:hover, .downloadsbtn:focus {
  background-color:#F04E00;
  border-radius: 30px;
}

.downloads {
  
  position: relative;
  display: inline-block;
  border-radius: 50px;
 
}

.downloads-content {
  display: none;
  position: absolute;
  background-color:#000000;
  border-radius: 30px;
  min-width: 200px;
  text-align:center;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  font-size: 13px;
  z-index: 1;
  
}

.downloads-content a {

  color: white;
  padding: 3px 3px;
  text-decoration: none;
  display: block;
  font-size: 13px;
  border-radius: 30px;
    
}

.downloads-content a:hover {background-color:#F04E00;}

.downloads:hover .downloads-content {display: block;}

.downloads:hover .downloadsbtn {background-color: #0066FF1;}

 
 
   .gallery {
  	background-color:#000000; 
  	color: #FFFFFF; 
  	border: 2px solid #FFFFFF;
  	border-radius: 6px;
	display: inline-block;
	transition: all 0.3s ease 0s;
}

.gallery:hover {
 	background-color:#F04E00;
 	color: white;
 	color: #000033 !important;
	border-radius: 30px;
	border-color: #FFFFFF!important;
	transition: all 0.3s ease 0s;
 }
 
 .contact {
  	background-color:#000000; 
  	color: #FFFFFF; 
  	border: 2px solid #FFFFFF;
  	border-radius: 6px;
	display: inline-block;
	transition: all 0.3s ease 0s;
}

.contact:hover {
 	background-color:#F04E00;
 	color: white;
 	color: #000033 !important;
	border-radius: 30px;
	border-color: #FFFFFF!important;
	transition: all 0.3s ease 0s;
  }
  
   /* Drop 2  */

.Branchesbtn {
  background-color:#000000;
  color: white;
  border: 2px solid #FFFFFF;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  font-size:13px;
      
}

.Branchesbtn:hover, .Branchesbtn:focus {
  background-color:#F04E00;
  border-radius: 30px;
}

.Branches {
  
  position: relative;
  display: inline-block;
  border-radius: 30px;
 
}

.Branches-content {
  display: none;
  position: absolute;
  background-color:#000000;
  border-radius: 30px;
  text-align:center;
  min-width: 265px;
  overflow: auto;
  box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.2);
  font-size: 13px;
  z-index: 1;
  
}

.Branches-content a {

  color: white;
  padding: 7px 7px;
  text-decoration: none;
  display: block;
  font-size: 13px;
  border-radius: 30px;
    
}

.Branches-content a:hover {background-color:#F04E00;}

.Branches:hover .Branches-content {display: block;}

.Branches:hover .Branchesbtn {background-color:#0066FF1;}

/* Drop down2 Ends Here */
.fa {
  padding: 8px;
  font-size: 14px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}
.fa-home
{
  background:#000033;
 color: white;
  } 
  
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-youtube {
  background: #bb0000;
  color: white;
}
.fa-google-plus {
  background: #dd4b39;
  color: white;
}


.fa-twitter {
  background: #55ACEE;
  color: white;
}
  
.fa-rss {
  background: #3366CC;
  color: white;
}        

.fa-instagram {
  background: #FF3300;
  color: white;
}       
.fa-github {
  background: #FF9900;
  color: white;
}  
.fa-linkedin {
  background:  #0066FF;
  color: white;
}   


.fa-dribbble {
  background: #330033;
  color: white;
}


.box {
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
  color:#F2E6E6;
  
}

.box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}






#boxshadow {
-webkit-box-shadow: 0px 10px 13px -7px #000000, 10px 10px 25px 15px rgba(0,0,0,85); 
box-shadow: 0px 10px 13px -7px #000000, 10px 5px 25px 5px rgba(40,19,1,85);

}

#boxshadow2 {
-webkit-box-shadow: 0px 10px 13px -7px #000000, 10px 10px 25px 15px rgba(0,0,0,85); 
box-shadow: 0px 10px 13px -7px #000000, 10px 5px 25px 5px rgba(40,19,1,85);
border-radius: 30px 30px 40px 40px;
}

.zoom {
  transition: transform .2s; /* Animation */
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.8); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/* SVG Animation  part Starts here */
svg {
  height: 80%;
  display: block;
  position: absolute;
  left: 3px;
  top: -155px;
}

#top .st48,
#top .st52,
#top .st50 {
  animation: drift-right-up 80s alternate;
}
#top .st33,
#top .st51 {
  animation: drift-right-up 75s alternate;
}
#top .st49,
#top .st42 {
  animation: drift-right-up 65s alternate;
}

#bottom .st11,
#bottom .st56 {
  animation: drift-down 70s alternate;
}
#bottom .st53,
#bottom .st54 {
  animation: drift-right 195s alternate;
}
#bottom .st55,
#bottom .st36,
#bottom .st33 {
  animation: drift-down 115s alternate;
}
#bottom .st51 {
  animation: drift-down-right 105s alternate;
}

#nearright .st40,
#nearright .st43,
#nearright .st33 {
  animation: drift-right 115s;
}
#nearright .st41,
#nearright .st44 {
  animation: drift-right-up 105s;
}
#nearright .st42,
#nearright .st45,
#nearright .st46,
#nearright .st55,
#nearright .st47 {
  animation: drift-right 135s;
}

#farright .st54,
#farright .st58,
#farright .st59 {
  animation: drift-right 55s;
}
#farright .st57,
#farright .st51 {
  animation: drift-right-up 40s;
}

@keyframes drift-right {
  100% {
    transform: translate(2000px, -20px);
  }
}
@keyframes drift-right-up {
  100% {
    transform: translate(2000px, -250px);
  }
}
@keyframes drift-up {
  100% {
    transform: translate(10px, -1450px);
  }
}
@keyframes drift-up-right {
  100% {
    transform: translate(175px, -1550px);
  }
}
@keyframes drift-down {
  100% {
    transform: translate(2000px, 1220px);
  }
}
@keyframes drift-down-right {
  100% {
    transform: translate(1450px, 320px);
  }
}
/* SVG Animation  part Ends here */

