﻿@font-face {
font-family: 'MYRIADPROREGULAR';
src: url('../fonts/MYRIADPROREGULAR.eot'); 
src: url('../fonts/MYRIADPROREGULAR.eot?#iefix') format('embedded-opentype'), 
   url('../fonts/MYRIADPROREGULAR.woff') format('woff'), 
   url('../fonts/MYRIADPROREGULAR.ttf')  format('truetype'), 
   url('../fonts/MYRIADPROREGULAR.svg#MYRIADPROREGULAR') format('svg');
}

/** Generated by FG **/
@font-face {
font-family: 'segoeuil';
src: url('../fonts/segoeuil.eot'); 
src: url('../fonts/segoeuil.eot?#iefix') format('embedded-opentype'), 
   url('../fonts/segoeuil.woff') format('woff'), 
   url('../fonts/segoeuil.ttf')  format('truetype'), 
   url('../fonts/segoeuil.svg#segoeuil') format('svg');
}

 
/*common css*/
body{  margin:0; padding:0; font-family: 'Segoe UI Light','segoeuil',  sans-serif, Arial, Helvetica; font-size:13px;  color:#5c5c5c; font-weight:normal;   background-color: #b1b1b1; height:100%; text-align:justify; }
ul,li{ list-style:none; margin:0; padding:0; }
p, h3, h2, h1, h4, h5{ margin:0; padding:0; }
img{ border:none;}
a{ text-decoration: none;}
*{ outline:none !important;} 

.clear{ display:block !important; 
    float: none !important;
    clear: both !important;
    border: 0 !important;
    background: transparent none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important; 
}
/*.pageInner{ width:920px; margin:0 auto;}*/
.pageInner {
    width: auto;
    margin: 0 auto;
    margin-left: 5%;
    margin-right: 5%;
    max-width: 1440px;
}
.form-control, .btn{ border-radius:0px;}
.showForMobile{ display:none;}
.btn.active, .btn:active { 
    -webkit-box-shadow: none; 
    box-shadow: none; 
}
.navForMobile  .btn-danger{    background-color: #F50101;
    border-color: #F50101;
    width: 38px;
    height: 34px;
    text-align: center;}
 div.special > div[class*="col-"] {padding: 0; }

 

/*common css*/

/*header css code*/
.headerDiv {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: url(../images/header-bg.png) repeat-x;
    height: 100px;
    z-index: 10;
}
.fullHeight .headerDiv{   }

.logoDiv {
    margin-top: 22px;
    float: left;
}
.rightMenu {
    float: right;
    position: relative;
    margin-right: -114px;
}
.rightMenu .nevMenu{ }
.rightMenu .nevMenu > li {
    display: block;
    border-right: none;
    vertical-align: top;
    position: relative;
    float: left;
}
.rightMenu .nevMenu > li+li {
   /* margin-left: -3px;*/
}

.homePageBody .whiteHeader{ color:#ffffff;}

.rightMenu .nevMenu > li > a {
    display: block;
    padding: 42px 15px 28px;
    font-size: 16px;
    line-height: 16px;
    color: #FFF;
    text-decoration: none;
    min-width: 114px;
    text-align: center;
    min-height: 100px;
}
.rightMenu .nevMenu > li > a.active{background:#ee0101;}
.rightMenu .nevMenu > li a:hover { background:#ee0101; }
.rightMenu .nevMenu > li:last-child {border-right: none;}
.rightMenu .nevMenu > li:last-child > a{text-align: left;}
.rightMenu .nevMenu > li:last-child > a > i {
    position: absolute;
    font-size: 22px;
    top: 40px;
}
.rightMenu .nevMenu > li:last-child > a > i.iconNav{  display:block; background:url(../images/icons.png) no-repeat 0px 0px; width:25px; height:20px;}
/*.rightMenu .nevMenu > li:last-child > a > i.fa-bars{ display:block;}
.rightMenu .nevMenu > li:last-child > a > i.fa-times{ display:none;}*/

.rightMenu .nevMenu > li:hover > a{ background:#ee0101;}

.rightMenu .nevMenu > li:last-child:hover .rowNav {
    display: block;
    width: 228px !important;
    height: auto !important;
    right: 0;
    left: auto;
}


/*.rightMenu .nevMenu > li:last-child:hover > a > i.fa-times{ display:block;}*/
.rightMenu .nevMenu > li:last-child:hover > a > i.fa-bars{ display:block;}

.rowNav {
    position: absolute;
    width: 100%;
    height: 464px;
    background: rgba(0, 0, 0, 0.9);
    display: none; overflow:auto;
}

.rowNav.height_Inc{ height:650px;}
	
.rowNav .rowSet{  }

.rowNav .rowSet > ul > li { margin-top:1px;}
.rowNav .rowSet > ul > li > a {
    font-size: 14px;
    line-height: 14px;
    padding: 5% 12px;
    text-align: left;
    display: block;
    color: #FFFFFF;
    text-decoration: none; text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.rowNav .rowSet > ul > li > a:hover, .rowNav .rowSet > ul > li > a.active{ background:#ee0101;}

.showMobileMenu { position:fixed; right:0; top:0; width:70%; height:100%; background: rgba(22, 22, 22, 0.8);  
    overflow: auto; display:none; }
.showMobileMenu.active { display:block; }

.navForMobile {
    top: 12px;
    position: absolute;
    z-index: 10;
    right:0px;
}	
.showMobileMenu ul li {
    margin-top: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.showMobileMenu ul li a {
    color: #FFFFFF;
   padding: 7px 12px;
    display: block;
    text-decoration: none;
}
.showMobileMenu ul li a:hover, .showMobileMenu ul li a.active  { background:#ee0101;}



.footerDiv.nofixed_Footer {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    background: url(../images/footer-bg.png) repeat-x;
    /*height: 90px;*/
    z-index:1;
}

/*header css code*/

/*section css code*/
.pageBG{ position: fixed; width:100%; height:100%; z-index:-1; top:0;}

.pageBG01{ position: fixed; width:100%; height:100%; z-index:-1; top:0; background:grey;}

.pageBG.pageBGTech {
    bottom: 0;
    position: fixed;
    height: auto;
    z-index: -1;
    top: auto;
}

.innerPageContent p.paddingBottom50 {
    padding-bottom: 30px;
}
.row.special.techBoxes {
    padding-top: 0px;
}

.pageBG .pic{ width:100%; height:auto; margin:0 auto; }

.sectionDiv{}
.sectionDiv .pageInner {
    min-height: 540px;
    position: relative;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 80px;
    margin-bottom: 30px;
}
.fullHeight .sectionDiv .pageInner { 
    margin-bottom:0px;
}

/*section css code*/

/*footer css code*/
.footerDiv {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    background: url(../images/footer-bg.png) repeat-x;
    height: 80px;
    z-index: auto;
}
.footerDiv .pageInner{ position:relative;} 
.bottomNav{ float:left; position:relative;}
.bottomNav > li{display: block;
    border-left: none;
    vertical-align: top; float:left;}
	
.bottomNav > li.setborder{
    min-height:80px;
    width: 1px;
    background: #FFF;}
	
	
	
ul.nevMenu li.setborder {
    min-height: 100px;
    width: 1px;
    background: #FFF;
}



.bottomNav > li+li {
    
}
.bottomNav > li > a {
    display: block;
    padding: 36px 5px 20px;
    font-size: 16px;
    line-height: 16px;
    color: #FFF;
    text-decoration: none;
    min-width: 92px;
    text-align: center;
    min-height: 80px;
    text-transform: uppercase;
    margin-right: 0px;
}
.bottomNav > li > a:hover,.bottomNav > li > a.active {background:#ee0101;}

.bottomIcons {
    float: right;
    position: relative;
    top: 25px;
}
    .bottomIcons > li {
        display: inline-block;
        margin-left: 6px;
        vertical-align: top;
        width: 35px;
        height: 35px;
        position: relative; 
        border-radius: 50%;
        border: 1px solid #FFF;
    }

.bottomIcons > li:nth-child(1) { background-image:url(../images/social-icon01.png); background-repeat:no-repeat;}
        .bottomIcons > li:nth-child(2) {
            background-image: url(../images/social-icon02.png);
            background-repeat: no-repeat;
            background-position: -2px -1px;
        }
.bottomIcons > li:nth-child(3) {  background-image:url(../images/social-icon03.png) ; background-repeat:no-repeat;}
.bottomIcons > li:nth-child(4) {  background-image:url(../images/social-icon04.png)  ; background-repeat:no-repeat;}
.bottomIcons > li:nth-child(5) {  background-image:url(../images/social-icon05.png) ; background-repeat:no-repeat;}
.bottomIcons > li:nth-child(6) {  background-image:url(../images/social-icon06.png) ; background-repeat:no-repeat;}
.bottomIcons > li:nth-child(7) {  background-image:url(../images/social-icon07.png) ; background-repeat:no-repeat;}
.bottomIcons > li:nth-child(8) {  background-image:url(../images/social-icon08.png); background-repeat:no-repeat;}
.bottomIcons > li   span, .bottomIcons > li a{ opacity:0; width:35px; height:35px; display:block; position:absolute; left:0; top:0;}
/*footer css code*/

/*Home Page css code*/
.homePageBody {
  /*  position: relative;
    min-height: 380px;*/
}

.homePageBody .setH2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    padding-bottom: 12px;
    margin-top: 50px;
}
.homePageBody .setH2 span {
    border-top: 2px solid #FF0000;
    padding-top: 6px;
    display: inline-block;
    font-weight: normal;
}
.homePageBody .setp {
    font-size: 22px;
    margin-top: 22px;
    line-height: 32px; color:#FFF;
}

.homePageBody .setp01 {
    font-size: 20px;
    margin-top: 98px;
    line-height: 28px;
    font-weight: 200;
}
#carousel_1 .leftBtn{width: 47px;
    height: 47px;
    display: block;
    left: 0;
    position: absolute;
    top: 260px; z-index:1;}
#carousel_1 .leftBtn .iconLeft {
    background: url(../images/sliderArrows.png) no-repeat 0px 0px;
    width: 47px;
    height: 47px;
    display: block; 
}
#carousel_1 .leftBtn:hover  .iconLeft{ background-position:0px -47px;}

#carousel_1 .rightBtn{ width:47px; height:47px;  display:block; right:0; position:absolute; top:260px; z-index:1;}
#carousel_1 .rightBtn .iconRight{ background:url(../images/sliderArrows.png) no-repeat -50px 0px; width:47px; height:47px;  display:block;} 
#carousel_1 .rightBtn:hover .iconRight{ background-position:-50px -47px;}

#carousel_1 .item{ padding-top: 256px;}
#carousel_1 .item p {
    width: 650px;
    color: #FFFFFF;
    margin: 0 auto;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 10px; text-shadow: 1px 1px 3px #000;
}

.homepageButtons {
     margin-top: 38px;  
     position: absolute; 
    bottom: 0;
    width: 100%;
}

.homepageButtons0110 {
     margin-top: 38px;  
     position: absolute; 
    bottom: 0;
    width: 100%;
}

 ul.setButtonsUl{ position:relative; text-align:center;}
 ul.setButtonsUl li+li{ margin-left:-4px;}
 ul.setButtonsUl li { display:inline-block; vertical-align:middle; min-height:30px;}
 ul.setButtonsUl li.setButtons { width: 30.3%;}
 ul.setButtonsUl li.setSpace { width: 4.5%;}
 ul.setButtonsUl li a {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #CCC;
    color: #FFF;
    line-height: 30px;
    min-height: 42px;
    font-size: 20px;
    text-decoration: none;
}
.editLineHeight ul.setButtonsUl li a { 
        line-height: 24px;
}
 ul.setButtonsUl li a:hover,  ul.setButtonsUl li a.active{    background: #ee0101;
    border: 1px solid #FFF; color:#ffffff;
}
 
/*Home Page css code*/

/*Aboutus or Inner Pages css code*/
body.innerPage{ background:#FFFFFF;}
.innerPageContent{ padding-top: 50px;}
.innerPageContent.innerPageContentTechnology {
    min-height: inherit;
}
.innerPageContent p a{ text-decoration:underline; color:#FF0000;}  
.innerPageContent p a:hover{ text-decoration: none;}
.innerPageContent h1 {                            
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    padding-bottom: 12px;
}
.innerPageContent h1 span {
    border-top: 2px solid #FF0000;
        padding-top: 6px;
    display: inline-block;
    font-weight:normal;
}
.innerPageContent p {
    padding-top: 20px;
    font-size: 16px;
    line-height: 21px;
     /*letter-spacing: -0.4px;*/
}
.innerPageContent .iconArrow {
    width: 15px;
    height: 16px;
    display: inline-block;
    background: url(../images/icons.png) no-repeat -27px 2px; 
    position: absolute;
    margin-top: 4px;
    margin-left: 4px;
}
/*Aboutus or Inner Pages css code*/

/* Citizenship Pages CSS Code */ 
body.innerPageCitizenship{ background:#b1b1b1;}
.innerPageContent.humanrights{ color:#FFFFFF; }
.innerPageContent.humanrights h1{ }
.innerPageContent.humanrights p{  }

.borderLine{ border-top: 1px solid #787878;   margin-top: 20px;} 
.list01{     margin: 0;
    padding: 0;}
.list01 li {
    padding-left: 0px;
    margin-left: 20px;
    padding-top: 19px;
    font-size: 16px;
    list-style-position: outside;
    list-style-type: decimal;
}
.list01 li span.heading {     font-size: 20px;
    display: block;
    padding-bottom: 10px;}
	
.leftBox {
    float: left;
    width: 276px;
    margin-right: 50px;
    margin-top: 25px;
    padding: 30px 18px;
}

.leftBox h3 {
    color: #FFFFFF;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    margin: 0;
    font-size: 22px;
    line-height: 22px;
}
.leftBox p {
    color: #FFFFFF;
    line-height: normal;
    padding-top: 12px;
}

.leftBox.redBg{     background: #EF0202;}
/* Citizenship Pages CSS Code */ 

.leftBox.skyblueBG{ background:#4bacc6;}


.leftBox.orangeBG{ background:#f79646;}

.leftBox.lightgreenBg{ background:#9bbb59;}

.leftBox.blueBG{ background:#8064a2;}

.picimage {width:100%;}


.supportDiv{}
.supportDiv    .spaceLeft{ padding-right:20px;}
.supportDiv    .spaceMid{ padding-right:10px; padding-left:10px;}
 .supportDiv   .spaceRight{ padding-left:20px;} 
.supportDiv  .greenButton {
    background-color: #9bbb59;
    text-align: center;
    color: #FFF;
    padding: 12px 12px !important;
    line-height: 16px !important;
    margin-top: 20px;
 }
.supportDiv .setPic{margin-top:20px; margin-bottom:20px; }
.supportDiv .setPic img{ width:100%; height:auto; display:block;}
.supportDiv h1 span {      border-top: 2px solid #9BBB59;}
.supportDiv h1 span.bodderBlue {  border-top: 2px solid #4BACC6;}

.supportDiv  .Button {
    background-color: #4bacc6;
    text-align: center;
    color: #FFF;
    padding: 12px 12px !important;
    line-height: 16px !important;
    margin-top: 20px;
 }
 
 .supportDiv  .Buttonorange {
    background-color: #f79646;
    text-align: center;
    color: #FFF;
    padding: 12px 12px !important;
    line-height: 16px !important;
    margin-top: 20px;
 }
 
/* Team page css */
.profilesDiv{ position:relative; margin-top: 40px; }
#ourTeamData{ background:#FFF; position: relative; width: auto; top: auto; min-height:164px; display:none;}
#ourTeamData .item{ background:#FFF; min-height:164px;}

.innerPageContent.teamPage {
    
}
#ourTeam{ position:relative;}
#ourTeam .left, #ourTeam .right{ position:absolute; top:57px; left:-60px;}
#ourTeam .right {left: auto; right:-60px;}
#ourTeam .left .iconLeft {
    background: url(../images/icons.png) no-repeat 0px -50px;
    width: 44px;
    height: 46px;
    display: block;
}
#ourTeam .right .iconRight {
    background:url(../images/icons.png) no-repeat -45px -50px;
    width: 44px;
    height: 46px;
    display: block;
}
.spaceLeft2 {
    padding-right: 17px;
    border-right: 1px solid #000;
    margin-right: 7px;
}
.spaceMid2 {
    padding-right: 12px;
    padding-left: 12px;
}
   .spaceRight2{ padding-left:17px;  margin-left: 7px;  border-left: 1px solid #000;} 
   .spaceRightNew2{ padding-left:13px; }   
    
   .profile{}
   .profile .leftPic{ width:128px; display:inline-block; vertical-align: top;  min-height:162px;}
   .profile .leftPic .pic{ background-color:#CCCCCC; width:128px; height:128px; background-position:0px 0px; background-repeat:no-repeat;}
   .profile .leftPic .pic.pradipta{ background-image:url(../images/PRADIPTA.jpg);}
   .profile .leftPic .pic.ghanashyam{ background-image:url(../images/Ghanashyam.jpg);}
   .profile .leftPic .pic.anju{ background-image:url(../images/ANJU.jpg);}
   .profile .leftPic .pic.raushan{ background-image:url(../images/RAUSHAN.jpg);}
   .profile .leftPic .pic.pankaj{ background-image:url(../images/PANKAJ.jpg);}
   .profile .leftPic .pic.vani{ background-image:url(../images/VANI.jpg);} 
   .profile:hover .leftPic .pic{ background-position:0px -128px;}
   
.profile .leftPic .name {
    background: #000000;
    margin-top: 1px;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
    padding: 10px 5px;
    color: #FFF;
}
.profile .rightData {
    display: inline-block;
    width: 136px;
    margin-left: 10px;
    vertical-align: top;
    min-height: 162px;
    position: relative;
}
.profile .rightData h2 {
    font-size: 15px;
    line-height: 15px;
    padding-bottom: 8px;
    margin: 0;
    margin-bottom: 7px;
    border-bottom: 1px solid #5C5C5C;
}
.profile .rightData p {
    padding-top: 0px;
    font-size: 15px;
    line-height: 15px;
}

ul.socialLinks{ position:absolute; bottom:0; width:100%; height:24px;}
ul.socialLinks li{ display:inline-block;}
ul.socialLinks li+li{ margin-left:8px;}
ul.socialLinks li a.icon{height:24px; width:25px; display:block;  background-position:0px 0px; background-repeat:no-repeat; background:url(../images/icons.png); }
ul.socialLinks li a.icon.linkedIn{ background-position: 0 -25px;  }
ul.socialLinks li a.icon.fasebook{ background-position: -30px -25px;  }
ul.socialLinks li a.icon.twitter{ background-position: -60px -25px;  }
ul.socialLinks li a.icon.link{ background-position:-94px -25px;  }
#ourTeamData ul.socialLinks li a.icon.link { background-position: -94px 0px;}

.profileData ul li {
    padding-bottom: 10px;
    padding-left: 19px;
    background: url(../images/pointer.png) no-repeat 0 4px;
}
.profileData ul li:last-child{ padding-bottom:0px; }

#ourTeamData  .profile .leftPic .pic {background-position: 0px -128px;}
	
#ourTeamData .left, #ourTeamData .right{ position:absolute; top:57px; left:-60px;}
#ourTeamData .right {left: auto; right:-60px;}
#ourTeamData .left .iconLeft {
    background: url(../images/icons.png) no-repeat 0px -50px;
    width: 44px;
    height: 46px;
    display: block;
}
#ourTeamData .right .iconRight {
    background:url(../images/icons.png) no-repeat -45px -50px;
    width: 44px;
    height: 46px;
    display: block;
}


/* Team page css */

.techBoxes{ color:#FFFFFF; }
.techBoxes .icon{ display:block; margin:0px auto;}
.techBoxes .spaceLeft{ padding-right:20px;}
.techBoxes .spaceMid{ padding-right:10px;  padding-left:10px;}
.techBoxes .spaceRight{ padding-left:20px;}
.techBoxes .Button {
    background-color: #4bacc6;
    text-align: center;
    color: #FFF;
    padding: 12px 12px !important;
    line-height: 16px !important;
    margin-top: 20px;
}
.techBoxes .Button {
    background-color: #4bacc6;
    text-align: center;
    color: #FFF;
    padding: 12px 12px !important;
    line-height: 16px !important;
    margin-top: 42px;
    display: block;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 40px;
}
.techBoxes .spaceMid .Button {
       background-color: #F79646;
}
.techBoxes .spaceRight .Button {
       background-color: #9BBB59;
}
/*  CSS For privacy & term of use */
.overview h2 {
    font-size: 20px;
    color: #000000;
    margin: 0;
    padding: 0 0 26px 0;
	margin-bottom:-15px;
}

 
 
.overview h5 {
    font-size: 20px;
    color: #000000;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

.overview ul {
    margin: 0 0 0 0px;
    padding: 0px 0 0px 10px;
    display: block;
}

.overview ul li {
    margin: 0 0 0 10px;
    padding: 0 0px 8px 5px;
    list-style-type: circle;
}

.overview li {
        display: list-item;
		}
/*  CSS For privacy & term of use */
	
 
 
.Lnk-green {
    color: #2c9000;
    text-decoration: underline;
}

.form h3 try {
    font-size: 30px;
    color: white;
}

/*code for sustainability start */
ul.sus{margin-top:15px;}
ul.sus li {
    padding-bottom: 10px;
    padding-left: 19px;
    background: url(../images/pointer.png) no-repeat 0 4px;
    font-size: 16px;
    line-height: normal;
}

/*code for sustainability end */ 

/*code for intigrity start */ 
ul.inti li {
    padding-bottom: 10px;
    padding-left: 19px;
    background: url(../images/pointer.png) no-repeat 0 4px;
    font-size: 16px;
    line-height: normal;
    color:white;
 }
/*code for intigrity end*/

/*code for sustainability end */ 
 
/*appication Services*/ 
.profileName {
    min-height: 274px;
    position: relative;
    padding-left: 20px;
}
.profileName .profileDetails {
    position: absolute;
    bottom: 0px;
    color: #FFFFFF;
    width: 100%;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    padding-left: 20px;
}

.profileName .profileDetails p.first {
    font-weight: 600;
    font-size: 20px;
    border-bottom: 2px solid #FFF;
    letter-spacing: 4px;
    padding-bottom: 10px;
}
.profileName .profileDetails p.last {
    font-weight: 400;
    font-size: 19px;
    padding-top: 8px;
}
.profileName .linkButton {
    width: 45px;
    height: 45px;
    background: url(../images/icons.png) no-repeat -92px -52px;
    display: block;
    margin-top: 30px;
    margin-right: -2px;
}
  .ulservices{ margin-top: 20px;}
  .ulservices li{ margin-left:-4px; display:inline-block; vertical-align:middle; }
  .ulservices li.big{ width:25%;}
  .ulservices li.small{ width:12.5%;}
  
.ulservices li .box {
    width: 153px;
    height: 153px;
    margin: 0 auto;
    border: 2px solid #4bacc6;
    color: #4bacc6;
    border-radius: 100px;
    text-align: center;
    padding-top: 64px;
    font-size: 16px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.36);
}
 .ulservices li .box:hover {border: 2px solid #FFF; background: #4bacc6; color:#FFF;}

    .ulservices li .box.box02 { border: 2px solid #fabe8c; color:#fabe8c;}
	.ulservices li .box.box02:hover {border: 2px solid #FFF; background: #fabe8c; color:#FFF;}
	
    .ulservices li .box.box03 { border: 2px solid #9bbb59; color:#9bbb59;}
	.ulservices li .box.box03:hover {border: 2px solid #FFF; background: #9bbb59; color:#FFF;}
   
	.ulservices li .icon{ width:18px; height:18px; margin:0 auto; background:url(../images/icons.png) no-repeat -74px -3px;}
	
/*CSS for Privacy */

.overview p.maintain{ 
    font-size: 16px;
    color: #000000;
    margin: 0;
    padding: 0 0 15px 0;
    text-align: justify;
	}
h5.maintainheader{
    font-size:16px;
    color:#000000; 
    }	

ul.listing li{
    list-style-type:disc;
    font-size:15px; 
    color: #000000;
    text-align: justify;
	margin: 0 0 0 10px;
    padding: 0 0 0 10px;
	}
.overview h2{
    font-size:20px;
	color:#000000;
	}
/*CSS for Privacy */

/*CSS for Infrastructure */
.supportDiv h1 span.orange{
    border-top: 2px solid #f79646;
	}
/*CSS for Infrastructure*/

/*CSS for CONTACT*/
.homepageButtons.contactInner {
    margin-top: 14px;
}

.homepageButtons0110.contactInner {
    margin-top: 14px;
}
.innerPageContent.contactInner {
    padding-top: 30px;
}
.contactDiv {min-height: 300px; display:none;}
.contactDiv.active { display:block;}
.contactDiv h4{ margin-top:4px;}
.contactDiv p {
    margin-top: 4px;
    padding-top: 1px;
    font-size: 14px;
    line-height: 14px;
}
 
.contactDiv h6 {
    margin: 0;
    padding: 0;
    margin-top: 4px;
    font-size: 16px;
    font-weight: 600;
}
.addressBox{ text-align:left;  }
/*CSS for CONTACT*/

img#ghanasyamPhoto { max-width:42%;}
.setLogo {
    border: 1px solid #CCC;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 168px;
    margin-right: -1px;
    margin-bottom: -1px;
}
.setLogo .icon{ width:100%; margin:0 auto; display:block; max-width:208px;}
.setLogo span {
    text-align: center;
    color: #5c5c5c;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 10px;
}

/*client*/

/*.setLogo .clientlogo { width:283px; height:130px; margin:0 auto;  background-repeat:no-repeat; background-position:0 0;}  
.setLogo:hover .clientlogo {background-position:0 -130px;} 

.clientlogo.logo01 {  background-image:url(../images/logo01.png);} 
.clientlogo.logo02 {  background-image:url(../images/logo02.png);} 
.clientlogo.logo03 {  background-image:url(../images/logo03.png);} 
.clientlogo.logo04 {  background-image:url(../images/logo04.png);} 
.clientlogo.logo05 {  background-image:url(../images/logo05.png);} 
.clientlogo.logo06 {  background-image:url(../images/logo06.png);} 
.clientlogo.logo07 {  background-image:url(../images/logo07.png);} 
.clientlogo.logo08 {  background-image:url(../images/logo08.png);} 
.clientlogo.logo09 {  background-image:url(../images/logo09.png);} 
.clientlogo.logo10 {  background-image:url(../images/logo10.png);} 
.clientlogo.logo11 {  background-image:url(../images/logo11.png);} 
.clientlogo.logo12 {  background-image:url(../images/logo12.png);} 
.clientlogo.logo13 {  background-image:url(../images/logo13.png);} 
.clientlogo.logo14 {  background-image:url(../images/logo14.png);} 
.clientlogo.logo15 {  background-image:url(../images/logo15.png);}*/


.container-fluid2 {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 24px;
}

.setLogo2 {
    text-align: center;
    box-shadow: 0px 0px 10px #c3c3c3;  background:#FFFFFF; transition-duration:.4s;
}
.setLogo2:hover {
    text-align: center;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.45);
    background: #FFFFFF;
    transition-duration: .4s;
}
.setLogo2 > img {   }
 
.setLogo2.bg1 { background:#ed1c24; }
.setLogo2.bg2 { background:#000000; }
.setLogo2.bg3 { background:#0099ff; }
.setLogo2.bg4 { background:#0070c0; }
.setLogo2.bg5 { background: #262626; }
.setLogo2.bg6 { background: #e5148c; }
.setLogo2.bg7 { background: #215968; }
.setLogo2.bg8 { background: #000000; }
.setLogo2.bg9 { background: #f27942; }
.setLogo2.bg10{ background: #f27942; }
.setLogo2.bg11{ background: #262626;}
.setLogo2.bg12{background: #edaa53;}
.setLogo2.bg13{background: #000000;}

div.special2 > div[class*="col-"] {
    padding-right: 7px;
    padding-left: 7px;
    margin-bottom: 12px;
}
/*client*/


.spacetop02{padding-top:6px;}
.spacetop10{ margin-top:10px;}
.spacetop20{ margin-top:30px;}
body.forHomePage.forHomeResponsive{background:white;}
.loader{
        background: rgba(204, 204, 204, 0.75);
    position:fixed; width:100%; height:100%; display:none; top:0; z-index:5;
}
.loader > div {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    top: 45%;
    left: 45%;
    position: absolute;
    border-top: 8px solid grey;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
   
      z-index: 9;
      
   
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}





/*.loader {
    background-image: url(../images/loader.gif);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    opacity: .50;
    display:none;
}*/
.backgrounForIndex {
    background: url(../images/homepagebg.jpg) no-repeat;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: auto;
    background-size: 100% auto;
    z-index: -1;
}





.bg_Citizenship{

    background: url(../images/pageBG01.jpg) no-repeat fixed;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    overflow: auto;
    background-size: 100% 100%;
    z-index:-14;

}

.bg_Intigrity{

    background: url(../images/umbrella.jpg) no-repeat fixed;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    overflow: auto;
    background-size: 100% 100%;
    z-index:-14;

}

.bg_HumanRights {
    background: #000 url(../images/handtohand.jpg) no-repeat;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* max-width: 100%; */
    /* max-height: 100%; */
    margin: auto;
    overflow: auto;
    background-size: 100% auto;
    z-index: -1;
}


.MSG{
position: absolute;
    right: 5px;
    top: -4px;
    font-size: 19px;
   cursor:pointer;
}
.enquriryAlerts.active{display:block;}
.enquriryAlerts {
    display: none;
    position: fixed;
    z-index: 10;
    top: 40%;
    left: 0%;
    width: 100%;
    padding: 0 6px;
}
.enquriryAlerts .alert-success {
    color: #FFFFFF;
    background-color: #F61C24;
    border-color: #F61C24;
    /*box-shadow: 0px 0px 43px rgba(0, 0, 0, 0.58);*/
}
.enquriryAlerts .alert {
    display: none;
    max-width: 650px;
    margin: 0 auto;
}
.alert.alertbox {
    position: relative;
}
.enquriryAlerts .alert.in {
    display: block;
}
/*.sectionDiv.sectionDivIndex{background:white;}*/

.quotations {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10; display:none;
}

.quotations a {
    border-radius: 50%;
    width: 52px;
    height: 52px;
    line-height: 32px;
    text-align: center;
    padding-left: 10px;
}

.setLogo span.zyfinLogo{ margin-bottom:42px;}

.setLogo img.hoverDisplay{ display:none;}

.setLogo img.hoverDisplay1{ display:none;}

.setLogo img.hoverDisplay2{ display:none;}

.setLogo img.hoverDisplay3{ display:none;}

.setLogo img.hoverDisplay4{ display:none;}

.setLogo img.hoverDisplay5{ display:none;}

.setLogo img.hoverDisplay6{ display:none;}

.setLogo img.hoverDisplay7{ display:none;}

.setLogo img.hoverDisplay8{ display:none;}

.setLogo img.hoverDisplay9{ display:none;}

.setLogo img.hoverDisplay10{ display:none;}

.setLogo img.hoverDisplay11{ display:none;}

.setLogo img.hoverDisplay12{ display:none;}

.setLogo img.hoverDisplay13{ display:none;}

.setLogo img.hoverDisplay14{ display:none;}

.spaceRight01{ margin-right:30px;}

label.error{color:red;}
.contact_Info label.error {
    color: red;
    position: absolute;
    top: 0;
    margin-top: -16px;
    font-size: 12px;
    font-weight: 200;
}

.showFileName {
    position: absolute;
    right: 62px;
    top: 9px;
    max-width: 175px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 10px;
}

.iso {
    float: left;
    margin-top: 34px;
    margin-left: 18px;
    font-size: 16px;
}
.iso a{color:#FFF; text-decoration:none;}
.iso a i{color:#e30000;}

.iso1 {
    float: left;
    margin-right: 28px;
    margin-bottom: 10px;
    margin-top: 15px;
    width: 120px;
}
.iso2 {
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
    margin-top: 2px;
    width: 150px;
}


.products {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    margin-right: -20px;
    margin-left: -20px;
}
.products li {
    display: inline-block;
    width: 212px;
    vertical-align: top;
    margin-top: 22px;
    margin-left: 10px;
    margin-right: 10px;
}
.products li a {
    border: 1px solid #f7f7f7;
    display: block;
    padding: 10px;  text-decoration: none;
}
.products li a:hover {
   text-decoration: none;
}
.products li a span{ display:block;  }
.products li a span.productpic {
    height: 150px;
    overflow: hidden; position:relative;
}
.products li a span.productpic img { display:block; position:absolute; top:50%; left:50%;  height:241px; transform: translate(-50%, -50%);}
.products li a span.productname {
    background: #FFF;
    color: #000;
    font-size: 14px;
    text-overflow: inherit;
    padding-top: 9px; 
}


.products li:nth-child(1) a span.productpic img {   
     -webkit-animation-delay: 1s;
    animation-delay:1s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-name: image;
    animation-name: image;

    animation-timing-function: linear;

    animation-direction: normal;

    animation-iteration-count: infinite;}

@-webkit-keyframes image {
     0% { height:241px;  }
     40% { height:150px; }
     60% { height:150px; }
     100% { height:241px;  }
} 
@keyframes image {
     0% { height:241px;  }
     40% { height:150px; }
     60% { height:150px; }
     100% { height:241px;  }

}

.container20 {
    margin-left: -15px;
    margin-right: -15px;  margin-top:30px; 
}
.container20 > .row {  margin-bottom:30px; }


.productpic  img{ width:100%; height:auto;}

h4.productname {
    font-size: 22px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
    margin-top: -4px;
    margin-bottom: 10px;
}

ul.info {   }
ul.info li {
    margin-bottom: 5px;
    margin-left: 20px;
    position: relative;
}
ul.info li .glyphicon {
    position: absolute;
    left: -20px;
    top: 2px;     font-size: 13px;
}

.productInfo { padding-bottom:40px; position:relative; min-height:215px;}

.productpic { border:1px solid #CCC;} 

.action {
    color: #000;
    font-size: 15px;
    position: absolute;
    text-decoration: none !important;
    display: inline-block;
    bottom: 0;
    line-height: 30px;
}

.action svg { display: inline-block; vertical-align:middle; }
.action .text { display: inline-block; vertical-align:middle; margin-left:5px; }

.action:hover {
    color:  #ee0101; 
}
.action:hover svg { fill: #ee0101;  }

.gototop {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 19px;
    background: #000;
    border-radius: 50%;
}
.gototop img {
    display: block;
    width: 70%;
    height: auto;
    margin: 15% auto;
}
 
