/*
Designer: Smrita Mishra (E-gov)
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*add by chandni for open sans------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('fonts/OpenSans-Regular.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


body {
  background: #fff;
  color: #222;
  font-family: "Open Sans", sans-serif;
}


a:hover, a:active, a:focus {

  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'OpenSans-Regular';
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
#about ol li{#8d8d8d;font-family: 'OpenSans-Regular';font-size:16px; font-weight:500;line-height: 27px;}
#about ul li{#8d8d8d;font-family: 'OpenSans-Regular';font-size:16px; font-weight:500;line-height: 27px;}
/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(226, 215, 215, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #03C4EB;
  color: #fff;
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/

#whatnew {
background: #00446d;
font-size:1.1em; 
padding: 5px 0;
color: #fff;
background: #1822DA;
background: -webkit-linear-gradient(left, #F93D66, #6D47D9);
background: linear-gradient(to right, #266B96 , #280E71);
}

.update-marque {
    padding-top: 7px;    
}
.update-marque p {
    margin-bottom: 0px;
    margin-top: 0px;
	color: #fff;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.inner-container {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    background-color: #d87514;
	height: 66px;
}
 .top-right::before {
    position: absolute;
    content: '';
    left: -30px;
    top: 0px;
    width: 50px;
    height: 101%;
    background-color: #ffffff;
    -ms-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
}
*::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top-right ul > li {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    line-height: 30px;
    color: rgba(255,255,255,0.50);
}
.top-right ul > li > a {
    position: relative;
    color: #fff;
}
.main-header .header-top .top-right ul > li a {
    color: #ffffff;
}
.top-links {
    display: inline-block;
    padding: 10px;margin-left: 5%;
}

.socal {
    display: inline-block;
    float: right;
    margin-right: 10%;
    margin-top: 9px;
}
.socal .fa {
    font-size: 17px;
}
.socal a {
    color: #fff;
    padding: 0px 9px;
    border: 1px solid #fff;
    width: 33px;
    height: 33px !important;
    display: inline-block;
    line-height: 33px;
}
.top-links li a span {
    display: inline-block;
    padding-right: 7px;
}
#logo {
 padding-top: 6px;
}

.text {
    color: #d4d1d1;
}
	.mm {
    margin-top: -48px;
}

.thumbnails li> .fff .caption { 
    background:#fff !important; 
    padding:10px
}

/* Page Header */
.page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase;
}
    
.page-header h3 {
    line-height: 0.88rem;
    color: #000;
}


.is-sticky #header {
  background: #00446d;
}
.topright{
    padding-right: 0px;
}

/*--------------------------------------------------------------
# Breadcumb section
--------------------------------------------------------------*/

 ul.breadcrumb {   
     margin-top: 5px;
    list-style: none;
    background-color: #3a4406;
    margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 0px;
}
 ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}
 ul.breadcrumb li+li:before {
    padding: 8px;
    color: white;
    content: "/\00a0";
}
ul.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}
.ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.m14{
background-color: #fff;
opacity:
}

.m14 p{
font-size: 10px;
color: #fff;
}
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  margin: 0px 0 0 0px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,.nav-menu li.sfHover > ul {
  display: block;
}
.nav-menu ul ul {
    top: 0;
    left: -91%;
}
.nav-menu ul ul ul{
  top: 0;
  left: 100%;
}

.nav-menu ul li {
 min-width: 170px;
  background: #7a0f0f;
  border-top: 1px solid #e5e5e5;
  margin-left: -15px;
}

.caret{
margin-left: 4px;
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0px 0; 
}

/* Nav Meu Styling */

.nav-menu a {
display: inline-block;
    line-height: 18px;
    font-weight: 650;
    font-size: 13px;
    border: none;
    padding: 5px 10px 2px 10px;
    text-align: center;
    color: #7c3434;
}

.nav-menu ul li a{
	
	line-height: 32px;
}
/* .nav-menu .menu-active a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
  color: #d87514;
   border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
	 background-color: #eef1f5; 
} */

a:hover, a:focus{
/* color: #d87514; */
color: red;
}

.subm a{
color: #fff !important;
text-align: left !important;
    display: block;
} 

.nav-menu ul li:first-child {
  border-top: 0;
}

/*.nav-menu ul li:hover, li:focus {
  background: #f5f5f5 !important;
 color: #0c3869 !important;   
}*/
.nav-menu ul li a:hover{
	background: #bbb7b7 !important;
}
/* .nav-menu ul li a:hover, a:focus {
  background: #0c3869 !important;
color: #0c3869 !important;  
} */
.nav-menu ul li > a:hover, a:focus { 
  color: #7c3434 !important;
}
.nav-menu ul ul {
  margin: 0;
}
/* .nav-menu ul ul > a:hover, a:focus {
    color: #0c3869 !important;
} */
/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
}

#mobile-nav-toggle i {
  color: #0c3869;
}


/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav .mobl{
	margin-top: 15px;
	text-align: left;
}
#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block !important;
}

#mobile-nav ul li {
  position: relative;
  
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}
/* .nav-menu li a:hover, i:hover, span:hover {
  color: red !important;
} */

#mobile-nav ul li li {
  padding-left: 10px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #03C4EB;
}

#mobile-nav ul .menu-item-active {
  color: #03C4EB;
}

#mobile-nav .subm a{
	color: #fff;
}
#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

.fa{
font-size: 24px;
}

.comm {
    display: block;
    text-align: center;
    color: #0c3869;
    padding-bottom: 7px;
    font-size: 26px;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

.section-title {
  font-size: 29px;
    color: #111;
    text-align: center;
    font-weight: 600;
    padding: 5px 0px;
	}

.section-description {
  text-align: center;
  margin-bottom: 40px;
}

.section-title-divider {
  width: 50px;
  height: 3px;
  background: #03C4EB;
  margin: 0 auto;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# About us section
--------------------------------------------------------------*/
#about {
  background: #fff;
  padding: 0px 0px;
  display: block;
   font-weight: 400;
 font-size: 17px; 
  color: #000;
 font-family: 'OpenSans-Regular';
line-height: 27px;
text-align: justify;

}
  .mysearchDIV{
  display: none;
  text-align: justify;
  margin: 30px;
  }
  
  .rest p{
   margin-left: 41px;
  }

#about ul, li, p {
    margin-top: -10px;
    margin-bottom: 10px;
    text-align: justify;
	color: #000;
}
#about{position:relative;}
.banner_bottom_left {
    text-align: left;
    margin-top: 0em;
    padding:0em 3em;
    width: 100%;  
    position: relative;
    z-index: 1;
    top: 0em;
	left:2%;
	margin-bottom: 10px;
}

#flip {
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    padding: 6px 25px;
    background: #125795;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 9px;
}

/*--------------------------------------------------------------
# multilateral Section
--------------------------------------------------------------*/

.services-section a {
    color: orange;
}
.services-section .spec h3 {
    font-size: 2em;
    color: #fff;
    margin-bottom: 0.5em;
}
.services-section .ser-t span {
    width: 40px;
    height: 40px;
    display: block;
    background: #282a29;
    position: absolute;
    top: -7px;
    left: 40%;
}

.services-section {
    background: #dedddd;
        background-image: none;
        background-repeat: repeat;
        background-size: auto auto;
  padding: 50px 0px 0px 0px;
    background-image: url('images/67.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.image img {
    max-width: 100% !important;
    height: 408px;
}
.services-block-two {
    position: relative;
  
}
.services-block-two .inner-box {
    position: relative;
   
}
.flaticon-home::before {
    content: "\f161";
}.services-block-two .inner-box .icon-box {
    position: relative;
    font-size: 40px;
    line-height: 1em;
    color: #333333;
    margin-bottom: 0px;
}
.services-block-two {
    position: relative;
    margin-bottom: 50px;
}
.icon-box {
    border-radius: 50%;
    border: 1px solid orange;
    width: 100px;
    height: 100px;
    float: none;
}
.services-block .inner-box {
    position: relative;
    text-align: left;
  
}
services-block .inner-box .icon-box {
    position: relative;
    font-size: 40px;
    line-height: 1em;
    color: #333333;
    margin-bottom: 20px;
}
.services-block {
    position: relative;
    margin-bottom: 50px;
}

/* UN&International Org Section
--------------------------------*/
#services {
  background: url("../img/bb5.jpg") fixed center center;
  background-size: cover;
  padding: 50px 0 60px 0;
 
}

#services .service-item {
  margin-bottom: 20px;
}

#services .service-icon {
  float: left;
  background: #fff;
  padding: 1px;
  border-radius: 50%;
  transition: 0.5s;
  border: 3px solid #6d000a;
}

#services .service-icon i {
  color: #fff;
  font-size: 24px;
}

#services .service-item:hover .service-icon {
  background: #fff;
}

#services .service-item:hover .service-icon i {
  color: #03C4EB;
}

#services .service-title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#services .service-title a {
  color: #111;
}

#services .service-description {
  margin-left: 95px;
  line-height: 24px;
  color: black;
  font-family: Palatino Linotype;
  font-size: 17px;
}
#services .profile .pic {
  border-radius: 50%;
  border: 2px solid #fff;

  overflow: hidden;
  height: 80px;
  width: 80px;
}

#services .profile .pic img {
  max-width: 100%;
}
#services .ser-second{
margin-top: 35px;}

/* Regional Section
--------------------------------*/

.wrap-re a{
color: black;
}

#gallery {
    background: rgba(247, 181, 113, 0.82);
    padding: 50px 0;
}
#gallery .ser-t span {
    width: 40px;
    height: 40px;
    display: block;
    background: #f8c28b;
    position: absolute;
    top: -7px;
    left: 42%;
}
#gallery img {
    max-width: 100%;
    border: 4px solid #816666;
    padding: 10px;
    height: auto;
}
#gallery li {
    line-height: 35px;
    font-size: 20px;
    font-family: o;
    color: #000;
}
/*--------------------------------------------------------------
# Tabs section
--------------------------------------------------------------*/
#new{
background: rgba(0, 0, 0, 0) url(img/bg-hm-tab.jpg) no-repeat scroll 50% 0 / cover;
}

.subt{
margin: 30px;
}
/* Contact Section
--------------------------------*/
#contact {

  padding: 30px 0;
   background-color: #f1d39c;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #03C4EB;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

#contact .form #sendmessage {
  color: #03C4EB;
  border: 1px solid #03C4EB;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
}

#contact .form button[type="submit"] {
  background: #03C4EB;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #25d8fc;
}

#contact .ser-t span {
    width: 40px;
    height: 40px;
    display: block;
    background: #f1d39c;
    position: absolute;
    top: -7px;
    left: 42%;
}

#contact a{
color: #000;
}
.contact-text-agileinf0 h5
{
font-size:20px;
margin-top: -10px;
}
.contact-text-agileinf0 h4 {
    color: #b54d0e;
    font-weight: 700;
    font-size: 22px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.contact-left-w3ls h4 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}
.contact-icon-wthree {

}
.contact-icon-wthree span {
    border: 1px solid #000 !important;
    padding: 14px !important;
    margin: 10px 0px;
    font-size: 24px;
}
.contact-left-w3ls {
    position: relative;
}
.contact-left-w3ls::before {
    content: '';
    background: url('./images/c1.png') no-repeat 0px 0px;
    width: 91%;
    height: 170px;
    position: absolute;
    top: 0;
    left: -30%;
}
.contact-left-w3ls .glyphicon {
    font-size: 16px;
    border: 1px solid #000;
    padding: 10px 15px;
}

#contact a:hover {
    color: #cc2323;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #111;
  padding: 30px 0;
  color: #fff;
}

#footer .copyright {
  text-align: center;
}

#footer .credits  {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}
#footer .credits  a{
 
  color: #ccc;
}

.card  img {
    max-width: 100% !important;
    display: block;
    height: auto;
}


.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}



.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.card.title {
  color: grey;
}

.card .button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 300px;
  margin-left: 30px;
}

.button:hover {
  background-color: #555;
}

.card .section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.card .section-description {
  text-align: center;
  margin-bottom: 40px;
}

.card .section-title-divider {
  width: 50px;
  height: 3px;
  background: #03C4EB;
  margin: 0 auto;
  margin-bottom: 20px;
}
.card .commn{
color: #00446d;
size: 28px;
margin-right: 10px;
}

/*--------------------------------------------------------------
# Chandni CSS
--------------------------------------------------------------*/

ul.thumbnails { 
    margin-bottom: 0px;
}
/* Thumbnail Box */
.caption h4 {
    color: #444;
}

.caption p {  
    color: #999;
}

li { /* list-style-type:none; */}

::selection { background: #ff5e99; color: #FFFFFF; text-shadow: 0; }
::-moz-selection { background: #ff5e99; color: #FFFFFF; }

.ser-t span i {
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #039445;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    -o-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
   margin-left: 11px;
}
.ser-t b.line {
    width: 80%;
    margin: 0 auto;
}

.ser-t b {
    width: 100%;
    height: 2px;
    display: block;
    background: #d48219;
    margin-bottom: 3px;
}
.ser-t span {
    width: 40px;
    height: 40px;
    display: block;
    background: #fff;
    position: absolute;
    top: -7px;
    left: 40%;
}
#services .ser-t span {
    width: 40px;
    height: 17px;
    display: block;
    background: transparent;
    position: absolute;
    top: -7px;
    left: 40%;
}
.ser-t {
    text-align: center;
    margin: 0 auto;
    width: 20%;
    position: relative;
}

.spec {
    text-align: center;
    margin-bottom: 25px;
}
.spec h3 {
    font-size: 2em;
    color: #000;
    margin-bottom: 0.5em;
}

.img-responsive.center-block {
    width: 100%;
}

.baner-info h4 {
    font-size: 44px;
    text-align: center;
    color: orange;
    font-weight: bold;
}
.baner-info {
    position: absolute;
    background: rgba(0,0,0,0.5);
    padding: 30px;
    display: block;
    top: 26%;
    z-index: 1000;
    width: 82%;
    margin: auto;
    left: 7%;
}
.wrap-image img {

    padding: 22px;
    border: 5px solid orange;
	max-width:100%;
	margin: auto;
    display: block;
}

.banner_bottom_left li {
    list-style-type: disc !important;
}

.update-text h1 {
    font-size: 24px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: 21px;
    margin: 10px 0px;
}


.underline
{
text-decoration:underline !important;
}
.black
{
	font-color:#1B242F !important;
}

#demo-1 {
    position: relative;
    width: 100%;
    min-height: 350px !important;
    background-color: #999;
}
blink {
    -webkit-animation: 2s linear infinite condemned_blink_effect; // for android
    animation: 2s linear infinite condemned_blink_effect;
}
@-webkit-keyframes condemned_blink_effect { // for android
    0% {
        visibility: hidden;
    }
    50% {
        visibility: visible;
    }
    100% {
        visibility: visible;
    }
}
@keyframes condemned_blink_effect {
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}

.banner {
    background: url(../images/bg3.jpg) no-repeat 0px 0px;
    background-size: auto auto;
    background-size: cover;
    height: 400px;
}
.no-padr{
	padding-top: 25px;
}
.no-padl {
    padding-left: 5px;
}
.no-padl h3 {
    color: #fff;
    margin-top: 15px;
    background: rgba(0,0,0,0.3);
    padding: 7px;
    margin-bottom: 0px !important;
    text-align: center;
   
    font-weight: 600;
}

.containers {
    height: 318px;
    margin: 0em auto;
    overflow: hidden;
    background: rgba(0,0,0,0.3);
    position: relative;
    box-sizing: border-box;
    color: #fff !important;
    padding: 0px !important;
}
.agileits.w3layouts {
    margin-top: 0px;
    margin-left: 20px;
   /*  text-align: center; */
}
h3.w3l-title {
    font-size: 2.5em;
    color: #8a6c04;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
}
.marquee {
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
    color: #fff;
}
.marquee a{

    color: #fff !important;
}

.marquee:hover {
    animation-play-state: paused;
}

/* Make it move! */
@keyframes marquee {
    0%   { top:   8em }
    100% { top: -11em }
}

/* Make it look pretty */
.microsoft .marquee {
	margin: 0;
    padding: 0 1em;
    line-height: 1.5em;
    font: 1em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

.microsoft:before, .microsoft::before,
.microsoft:after,  .microsoft::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%; height: 2em;
    background-image: linear-gradient(top, #FFF, rgba(255,255,255,0));
}

.microsoft:after, .microsoft::after {
    bottom: 0;
    transform: rotate(180deg);
}

.microsoft:before, .microsoft::before {
    top: 0;
}

/* Style the links */
.vanity {
    color: #333;
    text-align: center;
    font: .75em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

.vanity a, .microsoft a {
    color: #1570A6;
    transition: color .5s;
    text-decoration: none;
}

.vanity a:hover, .microsoft a:hover {
    color: #F65314;
}

