body {
    margin-top: 86px;
}
/*start css 4-07-18--------*/
a {
  /* Careful, this breaks the word wherever it is without a hyphen */
  overflow-wrap: break-word;
  word-wrap: break-word;

  /* Adds a hyphen where the word breaks */
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
a.event-btn:hover {
    color: #fff;
}
.leadership-img img {
    width: 100%;
}
.my-bullet a {
    font-weight: 500;
    color: #324f8b;
}
b, strong {
    font-weight: bold;
    color: #404040;
}
table tr td {
    padding: 4px;
}
.inrstatus1 a {
    font-family: arial,sans-serif;
}
span.forex-text {
    font-size: 20px;
    color: #82e626;
}


.news-event p{
    text-align:justify;
    line-height:23px;
}
.news-event h4{
    line-height:23px;
    color:#337ab7;
}

.inner-tender-box h3 {
    font-size: 14px;
    font-weight: bold;
    color: #585858;
}

.inner-tender-box h4 {
    font-size: 14px;
}
.inner-tender-box h2 {
    font-size: 20px;
    color: #324e8b;
    margin-bottom: 10px;
    margin-top: 10px;
}
/*end css 4-07-18--------*/
/*start css 25-06-18--------*/

h1.opacity-classic.dbg {
    font-size: 25px;
    margin-bottom: 20px;
    margin-left: 15px;
    color: #324e8b;
}
h3.change-pass {
    font-size: 25px;
    margin-bottom: 20px;
    margin-left: 15px;
    color: #324e8b;
}
.nav-tabs {
    border-bottom: none;
}
.form-control{
    margin-bottom: 10px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    background: #324e8b;
    border-radius: 8px;
    color: #ffffff;
    border: none;
        margin: 0;
}
.nav-tabs > li > a {
    font-size: 18px;
    color: #464646;
    padding: 7px 15px;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    width: 50%;
    text-align: center;
    margin: 0;
}
.nav-tabs {
    border-bottom: none;
    border: 1px solid;
    margin: 10px 0px;
    border-radius: 10px;
        border: 2px solid #324e8b;
}

.i4ewOd-pzNkMb-haAclf {
    background-color: rgb(50, 78, 139) !important;
}
.nav-tabs > li > a {
 border: 0px solid transparent;

}
.nav-tabs > li > a:hover {
    background: #324e8b;
    border-radius: 8px;
    color: #fff;
        width: 100%;
}
iframe{
    border:none;
}
.tab-content {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

.cus-but {
    background: #324e8b !important;
    border: none;
    border-radius: 0;
        width: 200px;
}

form.regform h1 {
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center;
    color: #324e8b;
}

form.regform {
    border: 1px solid #e4e4e4;
    box-shadow: 0px 2px 9px #d2d2d2;
    padding: 20px;
}
.reg-but {
    background: #324e8b !important;
    border: none;
    border-radius: 0;
    width: 200px;
    margin-top: 20px;
}

.member-list-box input {
    width: 80% !important;
    float: left;
}

.member-list-box button {
    width: 20%;
    float: left;
}
p.pass-not {
    color: red;
    margin-left: 15px;
    position: relative;
    top: 10px;
}
.custom-slider-con {
    text-align: left !important;
    background: #078164 !important;
    width: 52% !important;
    padding: 28px !important;
    height: 100% !important;
    right: 0% !important;
    left: 48% !important;
    top: 0% !important;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
section.service-sec .heding h3 {
    font-size: 30px;
}
a.application {
    background: #324e8b;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
    position: relative;
    
    border-radius: 5px;
}
/*end css 25-06-18--------*/

section.my-account {
    margin: 20px 0px;
    background: #f7f7f7;
    padding: 20px 0px;
}
/* Style the tab */
.tab {
     float: left;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    width: 25%;
    height: 300px;
}


/*vision & mission start*/ 

.mission-vision-sec .vision img{
    margin: 0 auto;
    display: block;
}
.mission-vision-sec .vision h3{
    font-size: 24px;
    color: #324f8b;
    font-weight: 700;
    text-align: center;
    margin-top: 5px;
}
.mission-vision-sec .vision .content-box{
    font-size: 15px;
    line-height: 25px;
    color: #000;
}
.mission-vision-sec .vision .content-box ul{
    list-style: none;
}
.mission-vision-sec .vision .content-box ul li{
    margin-top: 10px;
    color: #000;
    background: url(../img/bullet-icon1.png) no-repeat 0px 6px;
    padding-left: 34px; 
}

.mission-vision-sec .vision .content-box ul li img{
    margin: 0;
    background: transparent;
    padding: 0;
    display: inline-block;
    margin-right: 10px; 
    width: 14px;
}
/*vision & mission end*/ 


/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: #333;
    padding: 10px 15px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    font-weight: 600;
}
span.my-account-icon i {
    margin-right: 10px;
    font-size: 22px;
    position: relative;
    top: 2px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #324e8b;
    color: #fff;
}

/* Style the tab content */
.tabcontent {
    float: right;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;
    height: auto;
    padding-bottom: 20px;
    border-left: 1px solid #ccc;
    background: #fff;
}
/*
///////////tab section css///////*/
/*address section start*/
.outer-box{
    margin: 0 auto;
    background: #ececec;
    padding: 15px;
    overflow: hidden;
    width: 60%;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #c4c4c4;
}   
.outer-box .inner-box{
    float: left;
    width: 23%;
    font-weight: bold;
}
.outer-box .inner-box1{
    float: left;
    width: 74%;
}
.bor-bottom-gray{
    border-bottom: 1px solid #c4c4c4;
    margin-top: 10px;
}

.claerfix{
    clear:both
}
.paddingtop-15{
    padding-top: 15px;
}

/*address section end*/
.margin-top25{
    margin-top: 25px;
}
.details-section .address{
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.service-login-form .member-logout{
    margin-top: 20px;
    color: #fff
}

.outer {
    width: 25%;
    height: auto;
    background: 000;
    position: relative;
    float: left;
}
div.outer:before, div.outer:after{
    content:'';
    position:absolute;
    height: 34%;
    width: 20%;
}
div.inner:before, div.inner:after{
    content:'';
    position:absolute;
    height: 34%;
    width: 20%;
}


div.outer:after{
    right:0;
    border-right: 3px solid #398f6e;
    border-top: 3px solid #398f6e;
    top:0px;
}
div.outer:before{
    border-left: 3px solid #398f6e;
    border-top: 3px solid #398f6e;
}
.inner:before{
    bottom:5px;
    border-left: 3px solid #398f6e;
    border-bottom: 3px solid #398f6e;
}
.inner:after{
    bottom:5px; right:0;
    border-right: 3px solid #398f6e;
    border-bottom: 3px solid #398f6e;
}

.main-nav {
    background: #fff;
    z-index: 99999999;
    position: fixed;
    top: 0;
    width: 100%;
}
body,p,h1,h2,h3,h4,h5,h6,span,div,ul,li,table,td,tr,th{
    font-family: 'Raleway', sans-serif;
}
.logo img {
    position: relative;
    top: 10px;
    width: 100px;
    display: inline-block;
    z-index: 999;
}
.mou-pdf p {
font-size: 18px;
margin: 15px;
}
inspector-stylesheet:1
.mou-pdf {
text-align: center;
}
.location-box iframe {
    width: 100%;
}
p.footer-para {
    text-align: justify !important;
}
nav#cssmenu {
    width: 86%;
    float: left;
}
ol.carousel-indicators {
    display: none;
}
.top-ser input {
    width: 120px;
    margin-top: 33px;
    border: 1px solid gray;
    padding: 3px;
    border-right: none;
}
section.customer-logos {
    margin: 25px 0px;
}
h4.client-mou {
    font-size: 22px;
    color: #fff;
}
.mou-pdf p {
    font-size: 18px;
    margin: 15px;
}

.mou-pdf {
   text-align: center;
    border: 1px solid #e4e4e4;
    padding: 15px;
}
.slick-initialized .slick-slide {
    outline: none;
}
.service-inner-img img {
    position: relative;
    top: 16px;
}
.top-ser {
    float: right;
     margin-top: 20px;
}
.top-ser-btn{
	position: relative;
    right: 4px;
    border: 1px solid gray;
    border-left: none;
    padding: 3px 5px;
    background: none;
    outline: none;
}
.home-right-div {
	width: 29%;
    float: left;
    margin-left: 10px;
}
.home-slider-left {
    width: 100%;
    float: left;
}
.home-slier-div {
	width: 100%;
    display: inline-block;
    margin-top: 10px;
}
.home-login {
    width: 100%;
    height: 170px;
	margin-bottom: 10px;
}
.home-login-form form {
    padding: 10px;
}
.home-login-form h4 {
margin-bottom: 5px;
    color: #324e8b;
    font-size: 22px;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.home-login-form form .form-left label{
    border: 1px solid gray;
    padding: 4px 14px 7px 8px;
}
.home-login-form form .form-left input {
    border: none;
    width: 160px !important;
    font-size: 12px;
    outline: none;
    background: transparent;
    color:#000;
}
.home-login-form form .form-left label i {
    margin-right: 10px !important;
}
.form-left {
    text-align: center;
    padding: 35px;
    width: 40%;
    margin: 0 auto;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}
.form-left input{
    height: 40px;
    padding-left: 15px;
    font-size: 12px;
    font-weight: 600;
    max-width: 400px;
    width: 400px;
}
.form-left label{
    margin-top: 15px;
}
.form-left label i{
    font-size: 24px;
    padding-right: 15px;
    color: #000;
    vertical-align: middle;
    display: none;
}
.home-login-form h5 {
    font-size: 15px;
    color: #324e8b;
}
.home-login-form form {
    padding: 5px 10px;
}
.form-right p a {
    font-size: 12px;
    color: #008669;
    text-decoration: none;
}
/*.home-login-form button {
    margin-left: 28% !important;
}*/

.bg-gray{
    background: #f1f1f1;
    padding: 10px;
}
.regi-for-btn{
    margin-top: 15px; 
}
.regi-for-btn p{
    padding: 10px;
    background: #008b5c;
    margin-bottom: 15px;
}
.regi-for-btn p a{
    color: #fff;
}
h4.userlogin{
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
}
button.home-form-btn {
    border: 1px solid #18397c;
    font-size: 14px;
    color: #fff;
    width: 400px;
    padding: 10px;
    margin-top: 15px;
    background: #324f8b
}
.form-right a:focus {
    outline: none;
}
.down-box {
    background: #324e8b;
    color: #cacaca;
    transition: all 0.25s ease;
}
.use-link ul li {
    margin-bottom: 10px;
}
.use-link ul li a {
    color: #cacaca;
}
.use-link ul {
    margin: 20px;
}
.home-login-form p {
    font-size: 24px;
    text-align: center;
}
.use-link ul li a:hover {
    color: #f79741;
    text-decoration: none;
}
.about-con p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}
.about-con img {
    text-align: center;
    margin: 15px auto;
    display: block;
        width: 130px;
}
.down-box {
    background: #324e8b;
    color: #cacaca;
    transition: all 0.25s ease;
    padding: 20px 0;
        margin-top: 20px;
}
.service-inner-img img {
    border-radius: 50%;
}
.service-inner-img {
    float: left;
    margin-right: 10px;
    width: 30%;
}
.service-inner-con {
    float: left;
    width: 65%;
}
.servic-div {
    display: inline-block;
    width: 100%;
    padding: 10px;
    height: 152px;
    background:#197451;  
}
.forex-sec span a{
    color: #fff;
}
h4.forex-heading1 {
    font-size: 22px;
    margin-top: 13%;
    color: #fff;
}
.heding span {
    color: #324e8b;
}
section.client-sec {
    margin-bottom: 35px;
}
.forex-con-inner h5 {
    font-size: 16px;
}
.forex-con-inner h5 a{
    color: #fff;
}
.forex-con-inner p {
    font-size: 12px;
}
.forex-con-inner {
    padding: 0px;
    border-right: 1px solid #5d87df;
    color: #fff;
}
h4.hepling {
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.inrstatus1 i.fas.fa-arrow-up {
    background: #128c70;
    padding: 3px;
    border-radius: 50%;
    font-size: 16px;
}
.inrstatus1 i.fas.fa-arrow-down {
    background: red;
    padding: 3px;
    border-radius: 50%;
    font-size: 16px;
}
.forex-div1 {
    margin: 0;
    padding: 0;
}

a .sr-heding {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
.service-inner-con p {
    font-size: 16px;
    color: #fff;
}
a:hover, a:focus{
    text-decoration: none !important;
}
section.bottom-sec p {
    margin-top: 10px;
}

section.bottom-sec {
    padding: 1px 15px;
    text-align: right;
    background: #454545;
    color: #fff;
    font-size: 15px;
}
.heding h3 {
    text-align: center;
    margin-bottom: 20px;
    color: #324e8b;
}
.cou-div {
border-right: 1px solid #fff;
    padding: 2px 10px;
}
.countrysta1 p {
    margin: 0;
    padding: 0px 27px 0px 0px;
}
.inrstatus1 {
    color: #fff;
    font-size: 20px;
    margin-top: 0px;
}
.inrstatus1 a {
    color: #fff;
    margin-right: 10px;
    font-size: 15px;
}

.countrysta1 p {
    font-size: 14px;
    color: #fff;
}
.inrstatus1 a:hover {
    text-decoration: none;
}
.forex-div{
background: #324e8b;
    display: inline-block;
    width: 97%;
    padding: 8px 2px;
    margin-top: 10px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
    position: relative;
}
div#livesearch ul li {
    list-style: none;
    padding: 5px;
    border: 1px solid #324e8b;
}
div#livesearch {
    position: absolute;
    z-index: 999999999;
    background: #fff;
    margin: 0px 0px;
    width: 288px;
}



.forex-sec{
	background: #324f8b;
    margin: 30px 0px;
}

.slick-slide {
    margin: 0px 5px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.my-left-right a.left.carousel-control {
    background-image: -webkit-linear-gradient(left, rgba(247, 145, 57, .5) 0%, rgba(0247, 145, 57, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(247, 145, 57, .5) 0%, rgba(247, 145, 57, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(247, 145, 57, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(247, 145, 57, .5) 0%, rgba(247, 145, 57, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
button.slick-prev.slick-arrow {
    position: absolute;
    top: 61px;
    z-index: 999;
    float: left;
        left: 10px;
        background: transparent;
    border: none;
    display: none;
}


button.slick-next.slick-arrow {
    position: absolute;
    top: 66px !important;
    z-index: 9999999;
    right: 10px;
    background: transparent;
    border: none;

}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.service-login-form p {
    font-size: 16px;
    text-align: center;
}
.row.listing .col-lg-4 {
    color: #324e8b;
    margin-bottom: 22px;
}
.col-lg-4.name {
    margin-top: 12px;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img{
    display: block;
    border:1px solid #ddd;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.service-inner-img img {
    position: relative;
    top: 16px;
}
.service-login{
    width: 100%;
    height: 350px;
    margin-bottom: 10px;
}
.service-login-form h4 {
    padding: 15px;
    margin: 0;
    text-align: center;
    font-size: 30px;
    color: #324e8b;
}
.service-login-form form {
    padding: 10px 30px;
    text-align: center;
}
form.internal-login input {
    border: none;
    background: none;
    padding: 4px 16px;
    outline: none;
    color: #324e8b;
    width: 90%;
}
.service-login-form form p a:focus {
    outline: none;
}
span.service-reg a {
    color: #fff;
}
span.service-reg a:focus {
    outline: none;
}
.service-login-form form label {
    border: 1px solid gray;
    padding: 8px;
    width: 100%;
    background: #e4e4e4;
    text-align: left;
}
.service-login-form form label {
    font-size: 16px;
    font-weight: 300;
    color: #324e8b;
}


.service-ser-product input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #324e8b;
}
.service-ser-product input::-moz-placeholder { /* Firefox 19+ */
  color: #324e8b;
}
.service-ser-product input:-ms-input-placeholder { /* IE 10+ */
  color: #324e8b;
}
.service-ser-product input:-moz-placeholder { /* Firefox 18- */
  color: #324e8b;
}

.service-login-form form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #324e8b;
}
.service-login-form form input::-moz-placeholder { /* Firefox 19+ */
  color: #324e8b;
}
.service-login-form form input:-ms-input-placeholder { /* IE 10+ */
  color: #324e8b;
}
.service-login-form form input:-moz-placeholder { /* Firefox 18- */
  color: #324e8b;
}
.service-login-form form label i {
    font-size: 25px;
    position: relative;
    top: 4px;
}
button.srvice-form-btn {
    padding: 10px 51px;
    background: #324e8b;
    border: 1px solid #324e8b;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
        margin-left: 0px;
}
.service-login-form span {
     display: block;
    font-size: 20px;
    margin-top: 9px;
    color: #000000;
    font-weight: 700;
    margin-top: 0px;
    /*text-shadow: 3px 2px 6px #ffffff;*/
}
.service-login-form form p a:hover {
    text-decoration: none;
}

.service-login-form form p a {
    font-size: 16px;
}
span.service-reg {
    background: #f79741;
    display: inline-block;
    padding: 4px;
    color: #fff;
    cursor: pointer;
    margin: 0 !important;
}


ul, ol {
    margin-top: 0;
    margin-bottom: 0px;
}
#search-menu-button ul li:hover{
    color:#000 !important;
}
#search-menu-button > ul > li:hover > a, #search-menu-button ul li.active a {
    color: #000;
}
#search-menu-button ul ul li a{
    border-left: 1px solid #324e8b;
    color: #324e99;
        font-family: 'Raleway', sans-serif !important;
    font-size: 16px !important;
}
.my-listing-section img {
    max-width: 100%;
}


.my-serach-industry-button button {
    border: 1px solid #ccc;
    padding: 14px 118px;
    background: #f7931e;
    color: #fff;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
.my-listing-section {
    text-align: center;
}
input#plus {
    width: 10%;
    margin: 0px;
    padding: 0px;
    font-size: 30px;
    background-image: linear-gradient(to bottom, #324e8b 0%, #324e8b 100%);
    margin-bottom: 10px;

}
input#minus {
    margin: 0px;
    width: 10%;
    float: left;
    margin-left: 10px !important;
    padding: 0px;
    font-size: 30px;
    background-image: linear-gradient(to bottom, #324e8b 0%, #324e8b 100%);
    margin-bottom: 10px;

}
.btn-success:hover, .btn-success:focus {
    background-color: #324e8b !important;
    background-position: 0 -15px;
    border-color: #324e8b !important;

}
.btn-danger:hover, .btn-danger:focus {
    background-color: #324e8b !important;
    background-position: 0 -15px;
    border-color: #324e8b !important;
}

/*////////////////////service page navbar end////////////////*/
.services-sec {
    text-align: center;
}
.service-ser-product input {
    border: 1px solid #324e8b;
    padding: 11px;
    width: 100%;
    font-size: 16px;
}
.ser-product-select select {
    border: 1px solid #324e8b;
    padding: 12px;
    width: 100%;
    font-size: 16px;
    background: #fff;
    color: #324e8b;
}
button.ser-pro-btn {
    width: 100%;
    padding: 10px;
    border: 1px solid #324e8b;
    background: #324e8b;
    color: #fff;
    font-size: 16px;
}
section.service-page-div-con {
    margin: 40px 0;
}
.product-con-icon {
    width: 6%;
    float: left;
}
.product-content a {
    color: #324e8b;
    font-size: 17px;
    font-weight: 600;
    line-height: 4px;
}
.product-content {
    width: 90%;
    float: left;
}

.partner-content {
    width: 100%;
}

.partner-padd{
    padding:0px;
}

.product-content a:hover {
    text-decoration: none;
}
.margin-botom-40{
    margin-bottom: 40px;
}

.service-ser-product .myInput {
    width: 100%;
    /*float: left;*/
}
.button-search {
    width: 17% !important;
    float: right;
    padding: 11px !important;
}

/*///////////////////////////////searvice page css start/////////////////////*/

.searvice-detail-head h2 {
    font-size: 30px;
    color: #324e8b;
    margin-bottom: 20px;
    margin-top: 10px;
}

.searvice-detail-head p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #324e8b;
}
.col-md-12.slient-feature {
    color: #000;
}
.slient-feature h3 {
    font-size: 20px;
    color: #324e8b;
    margin-bottom: 10px;
    margin-top: 10px;
}
.form-right {
    float: left;
}
p.member-logout {
    font-size: 18px;
    position: relative;
    right: 0px;
    top: 15px;
    color: #324e8b;
}
a.member-out {
    border: 1px solid #f79944;
    padding: 3px 10px;
    font-size: 14px;
    position: relative;
    top: 10px;
    background: #f79944;
    color: #fff;
    border-radius: 5px;
}
.form-left .alertMessage.error2.SE {
    position: absolute;
    right: 47px;
    top: 35%;
    font-size: 12px;
}
a.member-login {
    color: #000000;
    font-size: 24px;
    font-weight:600;
    /* margin-top: 0px; */
    text-shadow: 0px 3px 5px #d8d8d8;
}

a.member-login.welcome {
    color: #000000;
    font-size: 16px;
    font-weight:600;
    /* margin-top: 0px; */
    text-shadow: 0px 3px 5px #d8d8d8;
}

span.text-member {
    color: #324f8b;
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px #ffffff;
}

span.text-member.welcome {
    color: #324f8b;
    font-size:18px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px #ffffff;
}



.slient-feature ul {
    text-decoration: none !important;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 35px;
    margin-left: 15px;
    color: #000;
}
.bc-icons-2 .breadcrumb-item + .breadcrumb-item::before {
    content: none; }
.bc-icons-2 .breadcrumb-item.active {
    color: #455a64; }
.colored-heading span {
    color: #08946d;
}
i.fa.fa-angle-right.mx-2 {
    margin: 0px 10px;
}
.image-float {
        width: 2%;
    float: left;
    margin-left: 2%;
}
.Col-md-12.my-bullet p {
    width: 94%;
    float: left;
     margin-bottom: 0px;
}

.col-md-12.my-bullet p {
    width: 94%;
    float: left;
     margin-bottom: 0px;
}
.slient-feature p {
    font-size: 16px;
    line-height: 26px;
}
.my-bullet {
    line-height: 26px;
    font-size: 16px;

}
.my-bullet img {
    margin-right: 10px;
    width: 14px;
}
.colored-heading img {
    width: 14px;
    margin-right: 10px;
    position: relative;
    bottom: 0px;
}
.sevice-list {
    /*height: 30px;*/
    margin-bottom: 7px;
}

/*///////////////////////////////searvice page css end/////////////////////*/
/*//////////////////////////////Sweet Alert///////////////////////////////*/
.swal-button {
    background-color: #1e2f53;
   
}

.swal-text {
    font-size: 17px;
    text-align: center;
}

.swal-button-container {
    margin: 0px;
    right: 40%;
}
/*//////////////////////////////Sweet Alert End///////////////////////////////*/
/*///////////////////////////////about page css start/////////////////////*/


h3.about-custom-head {
    font-size: 30px;
        margin-bottom: 20px;
}
.odd {
    background: #f5f5f5;
    padding-bottom: 20px;
    margin: 20px 0;
}
/*///////////////////////////////about page css end/////////////////////*/

/*///////////////////////////////leadership page css start/////////////////////*/

.heding h2 {
    text-align: center;
    color: #324e8b;
    margin-bottom: 20px;
}
.leadership-con {
    background: #f4f4f4;
    padding: 20px;
    min-height: 425px;
}
.leadership-con h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #324e8b;
}
.leadership-con h4 {
    font-size: 15px;
    margin: 5px 0px;
    color: #324e8b;
}
.leadership-con p {
    font-size: 14px;
    line-height: 30px;
        margin-top: 20px;
}
/*.container {
    width: 1270px;
}*/
.leadership-img {
    background: #f4f4f4;
    margin: 25px 0px;
    text-align: center;
    padding: 10px;
}
.leadership-div {
    margin: 40px 0px;
}
.team-box {
    width: 100%;
    display: inline-block;
    margin: 40px 0;
}
.team-img {
    width: 38%;
    float: left;
    background: #f4f4f4;
    margin-right: 2%;
}
.team-con-box {
    width: 60%;
    float: left;
    background: #f4f4f4;
    padding: 10px;
    min-height: 153px;
    margin-top: 12%;
}
.team-img img {
    text-align: center;
    margin: 0 auto;
    display: block;
}
.team-con-box h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #324e8b;
}
.team-con-box h4 {
    font-size: 15px;
    margin: 5px 0px;
    color: #324e8b;
}

/*///////////////////////////////leadership page css end/////////////////////*/

/*///////////////////////////////contact page css start/////////////////////*/


.con-form h4 {
    background: #324e8b;
    text-align: center;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}
.con-form input {
    width: 46%;
    padding: 10px 0;
    border: none;
    border-bottom: 2px solid #324e8b;
    margin-right: 20px;
    outline: none;
    margin-bottom: 15px;
    float: left;
    font-family: sans-serif;
    box-shadow: none;
    border-radius: 0px;
}
.con-form input:focus {
    outline: none;
    box-shadow: none;
    border-radius: 0px;
}
.home-pop-add{
    width: 96% !important;
}
.con-form {
    display: inline-block;
    width: 100%;
}
.con-form textarea {
    width: 94%;
    padding: 10px 0;
    border: none;
    border-bottom: 2px solid #324e8b;
    margin-right: 22px;
    outline: none;
    margin-bottom: 15px;
    font-family: sans-serif;
}
.con-btn {
    text-align: center;
    background: #324e8b;
    padding: 6px 15px;
    border: none;
    color: #fff;
    width: 160px;
    border-radius: 10px;
    padding: 12px;
    margin-top: 10px;
}
section.contact-con {
    margin: 100px 0;
}
.headquater {
    background: #f0f0f0;
    padding: 60px;
}
.headquater h3 {
    background: #f79741;
    display: inline-block;
    padding: 6px;
    color: #fff;
    position: absolute;
    top: -40px;
    left: 35%;
}
.headquater h4 img {
    margin-right: 15px;
}
.headquater p {
    margin-left: 54px;
}
.headquater1 h5 img {
    margin-right: 10px;
    position: relative;
    bottom: 0px;
}
.headquater1 {
    padding-left: 68px;
}
.headquater h4, .headquater1 h5, .headquater p {
    color: #324e8b;
}
section.contact-sec {
    margin: 41px 0;
}
.con-other-loc {
    display: inline-block;
    width: 100%;
}
.con-other-inner-div {
    width: 50%;
    float: left;
    height: 372px;
}
.con-even {
    background: #fff !important;
}
.headquater h2 {
    margin-bottom: 40px;
    color: #f79741;
}
.gal-head{
    margin-top: 0 !important;
    margin-bottom: 25px !important;
}
/*/////////////////////////////gallery css start/////////////////*/
section.gallary-sec {
    margin: 0px 0;
    /*background: #f7f7f7;*/
    padding: 10px 0;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*overflow: auto;*/
  background-color: rgba(0, 0, 0, 0.62);
    z-index: 9999999999;
}

.gallary-box {
  position: relative;
  margin-bottom: 30px;

}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
    position: absolute;
    bottom: 5px;
    
    background: rgba(0, 0, 0, 0.7);
    color: #f1f1f1;
    
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    width: 96%;
    margin-left: 6px;
}
.overlay2 {
    position: absolute;
    bottom: 0px;
    
    background: rgba(0, 0, 0, 0.7);
    color: #f1f1f1;
    
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    width: 100%;
    margin-left: 0px;
}

.close {
    float: right;
    font-size: 35px;
}

.gallary-box:hover .overlay {
  opacity: 1;
}

.gallary-box:hover .overlay2 {
  opacity: 1;
}
.card.gallary-box img {
    width: 100%;
}

.thumbnail {margin-bottom:6px;}

.carousel-control.left,.carousel-control.right{
  background-image:none;
  margin-top:0%;
  width:5%;
}
section.gallary-sec .modal-content {
    position: relative;
    background: none;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    outline: 0;
    box-shadow: 0 0px 0px rgba(0, 0, 0,1);
}
section.gallary-sec .modal-header {
    padding: 15px 0;
    border-bottom: 0px solid #e5e5e5;
    color: #fff;
}
section.gallary-sec .modal-body {
    position: relative;
    padding: 0px;
}
section.gallary-sec .modal-header button.close {
color: #fff !important;
}
/*/////////////////////////////gallary css end/////////////////*/


/*////////////////////////event css start ////////////////*/
.event-img-box img {
    width: 100%;
}
.event-img-box {
    position: relative;
}

.event-date-box h6 {
    padding: 0;
    margin: 0;
    font-size: 30px;
    color: #f79741;
    line-height: 25px;
}

.event-date-box p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
}
.event-date-box {
    background: #2c4083;
    padding: 3px;
    position: absolute;
    top: 0;
    color: #fff;
    text-align: center;
}
.event-box h4 {
    font-size: 15px;
    margin-bottom: 15px;
    color: #2c4083;
    text-align: justify;
    line-height: 21px;
}
.event-pra-date {
    width: 48%;
    float: left;
    margin-right: 2%;
    font-size: 14px;
    font-weight: 500;
}
.event-box {
    padding: 15px;
}
.event-min-box {
    border: 1px solid #e0e0e0;
    margin: 10px 0;
    min-height: 450px;
}
.event-btn {
    background: #324e8b;
    border: none;
    padding: 5px 15px;
    color: #fff !important;
    border-radius: 5px;
}
h5.modal-title {
    width: 90%;
    text-align: justify;
}
/*////////////////////////event css end ////////////////*/

/*////////////////////////product report css start ////////////////*/

.report-box h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.report-box {
    padding: 20px;
    border: 1px solid #dadada;
    margin: 10px;
}
.report-box img {
    width: 120px;
}

/*////////////////////////product report css end ////////////////*/

/*//////////////////////tender//////////////////*/

.inner-tender-box {
    border: 1px solid #dadada;
    padding: 20px;
    
    margin-bottom: 40px;
}
.inner-tender-box h2 {
    margin: 0;
    margin-bottom: 20px;
}
.inner-tender-box p {
    line-height: 27px;
    
}

/*//////////////////////tender end//////////////////*/

@media only screen and (max-width:1000px) {
.logo img {
    position: relative;
    top: 10px;
    width: 80px;
    display: inline-block;
    z-index: 999;
}
button.home-form-btn{
    width: 100%;
}
.form-left input{
    height: 40px;
    padding-left: 15px;
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    max-width: 100%;
}
.form-left label {
    margin-top: 15px;
    width: 100%;
}
.regi-for-btn {
    margin-top: 10px;
}
.forex-div {
width: 100%;
}
.form-left label i{
    display: none;
}
.custom-slider-con {
    padding-top: 21%;
}
.form-left {
    float: left;
    width: 100%;
}
.top-ser {
    float: inherit;
    position: absolute;
    left: 34%;
    top: -7px;
}
.home-slider-left{
    width: 100%;
}
.home-right-div{
    width: 100%;
    margin-left: 0;
}
.main-nav {
    background: #efefef;
    z-index: 99999999;
    position: fixed;
    top: 0;
    width: 100%;
}
.top-ser-btn {
    background: #fff;
}
.home-slider-left img {
    width: 100%;
}
.home-login-form form .form-left input {
     width: 137px !important;

}
.home-login-form h4 {
    margin-left: 0%;
    margin-bottom: 5px;
    color: #324e8b;
    font-size: 18px;
    margin-top: 10px;
    display: inline-block;
}
p.member-logout {
right: 0px;
}
a.member-login {
    color: #324e8b;
    font-size: 24px;
}
.form-left .alertMessage.error2.SE {
    position: absolute;
    right: 29px;
    top: 55%;
    font-size: 12px;
}
h3, .h3 {
    font-size: 18px;
}
h4.forex-heading1 {
    font-size: 18px;
    margin-top: 5%;
    color: #324e8b;
}
h4.client-mou {
    font-size: 18px;
    margin-top: 0%;
    color: #324e8b;
}
.about-con img {
     width: 80px;
}
.service-login-form h4 {
font-size: 18px;

}
.service-login-form form {
    padding: 0px 251px;
    text-align: center;
}
.service-login-form form label {
padding: 4px;

}
.service-login-form form label i {
    font-size: 18px;
    position: relative;
    top: 0px;
}
button.srvice-form-btn {
    padding: 4px 40px;
    background: #324e8b;
    border: 1px solid #324e8b;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.service-login-form p {
    font-size: 15px;
    text-align: center;
}
.service-login-form span {
 font-size: 14px;

}
.service-login {
    width: 100%;
    height: 280px;
    margin-bottom: 10px;
}
.slient-feature h3 {
    font-size: 22px !important;
    color: #324e8b;
    margin-bottom: 10px !important;
    margin-top: 0px !important;
}
h3.about-custom-head {
    font-size: 25px;
}
.leadership-div {
    margin: 0px 0px 20px 0;
}
.con-form input {
    width: 100%;

}
.con-form textarea {
    width: 100%;
 
}
.con-btn {

    margin-left: 0%;
    margin-bottom: 20px;
}
.headquater {
    background: #f0f0f0;
    padding: 10px;
}
section.contact-con {
    margin: 45px 0;
}
.con-other-inner-div {
width: 50%;
    float: left;
    padding: 10px;
    height: 285px;
}
.headquater h2 {
    margin-bottom: 19px;
    color: #f79741;
    font-size: 22px;
}
.con-form-map iframe {
    width: 100%;
    height: 410px;
}
.headquater h4 img {
    margin-right: 15px;
    float: left;
    height: 40px;
}
.slient-feature ul {
 line-height: 26px;

}
.product-content a {
font-size: 14px;

}
.product-con-icon {
    width: 8%;
    float: left;
}
.ser-product-select {
    display: inline-block;
    width: 100%;
}
.service-ser-product .myInput {
    width: 100%;
    /*float: left;*/
}
.service-ser-product {
    display: inline-block;
    width: 100%;
}
.slient-feature {
    padding: 0 15px;
}
.slient-feature h3 {
    font-size: 18px !important;
}
nav#search-menu-button ul.main-menu.open {
    z-index: 99999;
}

nav#search-menu-button .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0px;
    cursor: pointer;
    z-index: 12399994;
}

.tab {
    float: left;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.tabcontent {
    float: right;
    width: 100%;

}
.Col-md-12.my-bullet p {
    width: 90%;
    float: left;
    margin-bottom: 0px;
}
.image-float {
    width: 6%;
    float: left;
    margin-left: 2%;
}
.searvice-detail-head h2 {
    font-size: 25px;
    color: #324e8b;
    margin-bottom: 20px;
}
.top-ser input {
border: 1px solid white;
    width: 260px;
}
.top-ser-btn {
border: 1px solid white;
}
.member-list-box input {
    width: 83% !important;
    float: left;
}
.leadership-img img {
    width: 200px;
}
.leadership-img {
    background: #f4f4f4;
    margin: 0px 0px;
    text-align: center;
    padding: 10px;
}
}

@media only screen and (max-width:480px) {
    .logo img {
    position: relative;
    top: 12px;
    width: 70px;
    display: inline-block;
    z-index: 999;
}
.mou-strategic {
     background: transparent !important; 
    padding: 10px;
    height: 50px!important; 
}
section.service-sec .heding h3 {
    font-size: 22px;
}

.social-feed .news{
    margin-bottom: 35px !important;
}
section.bottom-sec p {
    margin-top: 10px;
    text-align: center;
}
.custom-slider-con {
    padding-top: 0%;
}
h2, .h2 {
    font-size: 25px;
}
.cutom-con-mobile {
    padding: 0 !important;
}
.col-md-12.my-bullet p {
    width: 90%;
    float: left;
    margin-bottom: 0px;
}
.form-left {
    float: left;
    width:100%;
}
.top-ser {
    float: inherit;
    position: absolute;
    left: 34%;
    top: -7px;
}
.home-slider-left{
    width: 100%;
}
.home-right-div{
    width: 100%;
    margin-left: 0;
}
.main-nav {
    background: #efefef;
    z-index: 99999999;
    position: fixed;
    top: 0;
    width: 100%;
}
.top-ser-btn {
    background: #fff;
}
.home-slider-left img {
    width: 100%;
}
.home-login-form form .form-left input {
     width: 137px !important;

}
.home-login-form h4 {
    margin-left: 0%;
    margin-bottom: 5px;
    color: #324e8b;
    font-size: 18px;
    margin-top: 10px;
    display: inline-block;
}
p.member-logout {
right: 0px;
}
a.member-login {
    color: #324e8b;
    font-size: 24px;
}
.form-left .alertMessage.error2.SE {
    position: absolute;
    right: 29px;
    top: 55%;
    font-size: 12px;
}
h3, .h3 {
    font-size: 18px;
}
h4.forex-heading1 {
    font-size: 18px;
    margin-top: 5%;
    color: #324e8b;
}
h4.client-mou {
    font-size: 18px;
    margin-top: 0%;
    color: #324e8b;
}
.about-con img {
     width: 80px;
}
.service-login-form h4 {
font-size: 18px;

}
.service-login-form form {
    padding: 0px 30px;
    text-align: center;
}
.service-login-form form label {
padding: 4px;

}
.service-login-form form label i {
    font-size: 18px;
    position: relative;
    top: 0px;
}
button.srvice-form-btn {
    padding: 4px 40px;
    background: #324e8b;
    border: 1px solid #324e8b;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.service-login-form p {
    font-size: 15px;
    text-align: center;
}
.service-login-form span {
 font-size: 14px;

}
.service-login {
    width: 100%;
    height: 280px;
    margin-bottom: 10px;
}
.slient-feature h3 {
    font-size: 22px !important;
    color: #324e8b;
    margin-bottom: 10px !important;
    margin-top: 0px !important;
}
h3.about-custom-head {
    font-size: 25px;
}
.leadership-div {
    margin: 0px 0px 20px 0;
}
.con-form input {
    width: 100%;

}
.con-form textarea {
    width: 100%;
 
}
.con-btn {

    margin-left: 0%;
    margin-bottom: 20px;
}
button.srvice-form-btn {
margin-left: 0px;
}
.headquater {
    background: #f0f0f0;
    padding: 10px;
}
section.contact-con {
    margin: 45px 0;
}
.con-other-inner-div {
    width: 100%;
    float: left;
    height: 100%;
    padding: 10px;
}
.headquater h2 {
    margin-bottom: 19px;
    color: #f79741;
    font-size: 22px;
}
.con-form-map iframe {
    width: 100%;
}
.headquater h4 img {
    margin-right: 15px;
    float: left;
    height: 40px;
}
.slient-feature ul {
 line-height: 26px;

}
.product-content a {
font-size: 14px;

}
.product-con-icon {
    width: 8%;
    float: left;
}
.ser-product-select {
    display: inline-block;
    width: 100%;
}
.service-ser-product .myInput {
    width: 100%;
    /*float: left;*/
}
.service-ser-product {
    display: inline-block;
    width: 100%;
}
.slient-feature {
    padding: 0 15px;
}
.slient-feature h3 {
    font-size: 18px !important;
}
nav#search-menu-button ul.main-menu.open {
    z-index: 99999;
}

nav#search-menu-button .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0px;
    cursor: pointer;
    z-index: 12399994;
}

.tab {
    float: left;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.tabcontent {
    float: right;
    width: 100%;

}
.Col-md-12.my-bullet p {
    width: 90%;
    float: left;
    margin-bottom: 0px;
}
.image-float {
    width: 6%;
    float: left;
    margin-left: 2%;
}
.searvice-detail-head h2 {
    font-size: 25px;
    color: #324e8b;
    margin-bottom: 20px;
}
.top-ser input {
border: 1px solid white;
width: 115px;
height: 28px !important;
border-radius: 0px !important;
border:none !important;
}
.top-ser-btn {
border: 1px solid white;
}
.member-list-box input {
    width: 83% !important;
    float: left;
}

#my-welcome-message {
    z-index: 11111111 !important;
    position: fixed !important;
    width: 96% !important;
    left: 2% !important;
    top: 20% !important;
    padding: 20px 2% !important;
    font-family: Calibri, Arial, sans-serif !important;
    background: #FFF !important;
}
}

.news-event {
    min-height: 170px;
}

/*breadcrumb css new*/
.bc-icons-2 .breadcrumb {
    height: 100px;
    color: #fff;
    padding-top: 45px;
    background: #324f8b;
    font-size: 18px;
}
.bc-icons-2 .breadcrumb-item.active {
    color: #fff;
}
.bc-icons-2 .breadcrumb-item a {
    color: #ffa552;
}
/*social css new*/
.social-feed h2 {
    color: #01346d;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 55px;
    text-align: center;
    margin-top: 55px;
}
.social-feed .news.fb {
    background: #01346d;
}
.social-feed .news.youtube {
    background: #da2824;
}
.social-feed .news.tw {
    background: #13a8fe;
}
.social-feed .news {
    padding: 10px;
    position: relative;
    border-radius: 6px;
    padding-top: 40px;
    margin: 15px 0;
}
.social-feed .news .icon {
    position: absolute;
    left: calc(50% - 30px);
    top: -27px;
    background: #01346d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.social-feed .news .icon .img-contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.social-feed .news .icon img {
    max-width: 50%;
    max-height: 30px;
}
.social-feed .news .content {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}
.social-feed .news .content iframe{
    margin: 0 auto;
    display: block;
}
/*new menu css start*/
.new-nav{
    position: fixed;
    top: 15px;
    z-index: 999999999;
    right: 13%;
}
.new-nav ul{
    padding: 0px;
    margin: 0px;
}
.new-nav ul li{
    float: left;
    padding-right: 35px;
    list-style: none;
}
.new-nav ul li a{
    font-size: 14px;
    letter-spacing: 0px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
}
.new-nav ul li a:hover{
     color: #303c85;   
}
.mobile-small-nav{
    display: none;
}
.dropbtn {
  background-color: transparent;
  color: white;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border:1px solid #ddd;
}

.dropdown-content a {
  color: black;
  padding: 8px 10px;
  text-decoration: none;
  display: block;
}

.dropdown:hover .dropdown-content {display: block;}

.mou-strategic{
    background: #ff9430;
    padding: 10px;
    height: 98px;
}

span.socialpadd {
    padding: 10px;
    font-size: 16px;
}
.sociallink {
    margin-top: 10px;
}
span.socialpadd a i {
    color: #fff;
    font-size: 28px;
    margin-left: 12px;
}
/* Popup */
#fvpp-blackout {
    display: none;
    z-index: 499;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}
#my-welcome-message {
    display: none;
    z-index: 11111111;
    position: fixed;
    width: 36%;
    left: 30%;
    top: 20%;
    padding: 20px 2%;
    font-family: Calibri, Arial, sans-serif;
    background: #FFF;
}
.fvpp-close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}
#fvpp-dialog h2 {
    font-size: 2em;
    margin: 0;
}
#fvpp-dialog p {
    margin: 0;
}

/* Popup End */