@charset "utf-8";
*{margin:0px;padding:0px;}
body {
    word-wrap: break-word;
    font-family: open_sansregular;
    font-weight: normal;
    padding-top: 123px;
}
ul{
	font-size: 16px;
	font-family: open_sansregular;
	
}
a{
    color: #4aaed4;
    text-decoration: none;
}
/* Language Based CSS Starts */
.test-con.en-lang{
    display: none;
}
.test-con.es-lang{
    display: none;
}
body.en .test-con.en-lang{
    display: block;
}
body.es .test-con.es-lang{
    display: block;
}
/* Language Based CSS Ends */
.spanish-dpt-cvr ul{
    padding-left: 15px;
}
.lang-drop {
    position: relative;
    width: auto;
    float: right;
    text-align: center;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}
.selectdiv {
    position: relative;
    float: left;
    margin: 0px 21px;
}
.selectdiv:after {
    content: '';
    font-family: FontAwesome;
    font-style: normal;
    font-size: 11px;
    font-weight: lighter;
    color: #50c1ec;
    right: 0px;
    background-image: url(../images/lang-arrow.png);
    height: 7px;
    background-repeat: no-repeat;
    width: 10px;
    top: 8px;
    padding: 0px 0px 0px 0px;
    border-left: 0px solid #000;
    position: absolute;
    pointer-events: none;
}
select::-ms-expand {
display: none;
}
.mn-lntng{
    display: inline;
    font-size: 15px;
    font-family: open_sanssemibold;
}
.error {
    font-family: open_sansregular;
    font-size: 14px;
    color: #ec4d4d;
    padding-top: 5px;
    float: left;
}
.thank_u{
    margin-bottom: 20px;
    background-color: #67d673;
    border-radius: 2px;
    color: #fff;
    padding: 13px 0px;
    font-size: 18px;
    font-family: open_sansbold;
}
.f-lable span{
    color: #880000;
    font-size: 16px;
    font-family: open_sanssemibold;
}
.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    height: auto;
    width: auto !important;
    float: right;
    margin: 0px 0px;
    padding: 0px 15px 0px 0px;
    font-size: 16px;
    line-height: 1.75;
	background-color: transparent;
    background-image: none;
    border: 0px solid #0ebeff;
    -ms-word-break: normal;
    word-break: normal;
    outline: none;
    font-family: open_sansregular;
    font-size: 13px;
    color: #b8b7b7;
}
/*--------------------------------homepage css starts here------------------------------*/
.hm-con{
	width:100%;
	float:left;
	height:auto;
}
.wrapper{
	width:1170px;
	margin:auto;
	float:none;
}
.hm-cvr{
	width:100%;
	float:left;
	height:auto;
}
.banner{
	background-image:url(../images/main-banner.png);
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	float:left;
	height: 590px;
	position:relative;
	background-position: center center;
}

.bnr-tm{
    font-family: open_sanssemibold;
    color: #fff;
    font-size: 24px;
}
.banner table {
    width: 660px;
    float: left;
    height: 590px;
    vertical-align: middle;
}
.banner table h1 {
    font-family: open_sansbold;
    font-size: 45px;
    color: #fff;
    text-align: left;
    line-height: 1.2;
    padding-bottom: 30px;
    /*border-bottom: 1px solid #50b1d6;*/
    position: relative;
    /*margin-bottom: 24px;*/
}
/*.banner table h1::after {
    content: "";
    border-bottom: 4px solid #50b1d6;
    width: 118px;
    height: 7px;
    float: left;
    position: absolute;
    bottom: -1px;
    left: 0px;
}*/
.bnr-des {
    float: left;
}
.bnr-btn {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 36px;
}
.bnr-btn a {
    text-align: center;
    padding: 15px 30px;
    color: #000;
    font-family: open_sansbold;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
    text-decoration: none;
    background-color: #fff;
    text-transform: uppercase;
}
.bnr-btn a:hover {
	background-color: #535353;
	color:#fff;
}
.des-tm a:hover{
	background-color:#50b1d6;
}

h1,h2,h3,h4,h5,h6{
	font-family:open_sansbold;
	font-weight:normal;
}
p{
	font-family:open_sansregular;
	color:#5e5e5e;
	font-weight:normal;
}
.icon-section {
	background-color: #73cbec;
    width: 100%;
    float: left;
    margin-top: 0px;
}
.icon-cvr {
	background-color: #73cbec;
    width: 100%;
    float: left;
    padding: 0px 0px;
}
.icon-sub-text {
	font-family: open_sanssemibold;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	border-bottom: 1px solid #a8d8eb;
	padding-bottom: 14px;
}
.icon-sub {
    width: 31.3%;
    float: left;
    text-align: center;
    margin-right: 3%;
}
.icon-sub a {
    float: left;
    height: auto;
    text-decoration: none;
    width: 100%;
	transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
}
.icon-sub-img1 {
    width: 100%;
    background-image: url(../images/doc-translation-new.png);
    background-repeat: no-repeat;
    background-position: top center;
    float: left;
    height: 96px;
	margin-bottom: 23px;
}

.icon-sub:hover  .icon-sub-img1,
.icon-sub:hover  .icon-sub-img2,
.icon-sub:hover  .icon-sub-img3,
.icon-sub:hover  .icon-sub-img4,
.icon-sub:hover  .icon-sub-img5,
.icon-sub:hover  .icon-sub-img6,
.icon-sub:hover  .icon-sub-img7{
	background-position:bottom center;
}

.icon-sub-img2 {
    width: 100%;
    background-image:url(../images/desktop-public.png);
    background-repeat: no-repeat;
    background-position: top center;
    float: left;
    height: 96px;
	margin-bottom: 23px;
}
.icon-sub-img3 {
    width: 100%;
    background-image:url(../images/interpratations.png);
    background-repeat: no-repeat;
    background-position: top center;
    float: left;
    height: 96px;
	margin-bottom: 23px;
}
.icon-sub-img4 {
    width: 100%;
    background-image:url(../images/audio.png);
    background-repeat: no-repeat;
    background-position: top center;
    float: left;
    height: 96px;
	margin-bottom: 23px;
}
.icon-sub-img5 {
    width: 100%;
    background-image:url(../images/braille.png);
    background-repeat: no-repeat;
    background-position: top center;
    float: left;
    height: 96px;
	margin-bottom: 23px;
}
.icon-sub-img6 {
    width: 100%;
    background-image:url(../images/video-sub.png);
    background-repeat: no-repeat;
    background-position: top center;
    float: left;
    height: 96px;
	margin-bottom: 23px;
}
.icon-sub-img7 {
    width: 100%;
    background-image:url(../images/508-complain.png);
    background-repeat: no-repeat;
    background-position: top center;
    float: left;
    height: 96px;
	margin-bottom: 23px;
}
.icon-sub:hover .icon-sub-text {
    font-family: open_sanssemibold;
    color: #535353;
    border-bottom: 1px solid #535353;
}
.icon-sub-img table{
    width: 100%;
    float: left;
    height: 100%;
}
.icon-sub-img img{
	transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
}
.icon-cvr-row01 {
    width: 76%;
    float: left;
    height: 150px;
    padding: 91px 12% 70px 12%;
}

.icon-cvr-row02 {
    width: 92%;
    float: left;
    height: 150px;
    padding: 0px 4% 108px 4%;
}
.icon-cvr-row02 .icon-sub {
    width: 22.5%;
    float: left;
    text-align: center;
    margin-right: 3%;
}
.icon-sub:last-child{
	margin:0px;
}
.icon-cvr-row02 .icon-sub:last-child{
	margin:0px;
}
.exp-section {
    width: 100%;
    float: left;
    margin-top: 65px;
}
.exp-sec-sub {
    text-align: center;
    width: 100%;
    height: auto;
    color: #4f4f4f;
}
.exp-sec-sub h2 {
    font-size: 40px;
    color: #47474c;
    font-family: open_sansbold;
    text-transform: uppercase;
}
.icon-cvr h2 {
    font-family: open_sansbold;
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    padding: 85px 0px 0px 0px;
    text-align: center;
}
.icon-cvr h2:after {
    content: "";
    border-bottom: 2px solid #a8d8eb;
    display: block;
    padding-top: 11px;
}
.exp-sec-sub h2:after {
    content: "";
    border-top: 1px solid #eaeaea;
    display: block;
    /* width: 100%; */
    margin: auto;
    margin-top: 10px;
    margin-bottom: 35px;
}
.exp-sec-box {
    width: 100%;
    float: left;
    height: auto;
	padding-top: 35px;
    padding-bottom: 75px;
}
.exp-sec-sub p{
    font-size: 20px;
    font-family: open_sansregular;
    font-weight: normal;
    color: #5e5e5e;
	display:none;
}
.exp-box {
    width: 32%;
    float: left;
    height: auto;
    margin-right: 2%;
    height: 355px;
    background-image: url(../images/exp-back.png);
    background-repeat: no-repeat;
    background-size: 86%;
    background-position: center;
	transition: 0.8s ease;
	-webkit-transition: 0.8s ease;
	-moz-transition: 0.8s ease;
	-ms-transition: 0.8s ease;
	overflow: hidden;
}
.exp-box:hover{
	background-size: 108%;
}
.lst-box{
	margin:0px;
}
.clr001{
	background-color: #4fafd3;
}
.clr002{
	background-color: #59ab5e;
}
.clr003{
	background-color:#b38d69;
}
.exp-box table{
    width: 100%;
    height: 100%;
    text-align: center;
}
.exp-dtl h3{
	font-size:40px;
	color:#fff;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
}
.exp-dtl span{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-family: open_sansregular;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
}
.exp-box a{
    float: left;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
}
.exp-box a:hover .exp-dtl h3 { 
    font-size: 48px;
    color: #fff;
	}
.exp-box a:hover .exp-dtl span { 
    font-size:22px;
    color: #fff;
}
/*--------------------------------homepage css ends here------------------------------*/




/*--------------------------------footer css starts here------------------------------*/
.footer {
    width: 100%;
    float: left;
    height: auto;
    background-color: #50b1d6;
	color:#fff;
}
.ftr-cvr{
	width:100%;
	float:left;
	height:auto;
}
.ftr-blk {
    width: 22%;
    float: left;
    height: auto;
    margin-right: 4%; /* 4 3.5 */
    padding-top: 48px;
}
.ftr-blk h2{
    font-family: open_sanssemibold;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
	color: #fff;
}
.ftr-blk:last-child{
	margin:0px;
}
/*
.ftr-blk.last{
	width: 23%;
}
*/
.ftr-blk h2::after {
    content: '';
    border-bottom: 1px solid #7cc5e0;
    width: 100%;
    float: left;
    margin-top: 3px;
    margin-bottom: 22px;
}
.ftr-lg {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 14px;
}
.ftr-lg img{
	float:left;
}
.ftr-blk p{
    font-family: open_sansregular;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
.ftr-blk a{
	font-family: open_sansregular;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
	text-decoration:none;
}
.ftr-blk-sub{
    padding-bottom: 42px;
    float: left;
    width: 100%;
}
.ftr-services ul{
    width: 100%;
    float: left;
    list-style: none;
    font-size: 16px;
    font-family: open_sansregular;
}
.ftr-services ul li {
    float: left;
    height: auto;
    width: 100%;
    padding-bottom: 12px;
}
.ftr-services ul li a{
	font-family: open_sansregular;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
	text-decoration:none;
}
.ftr-about001 ul{
    width: 100%;
    float: left;
    list-style: none;
    font-size: 16px;
    font-family: open_sansregular;
}
.ftr-about001 ul li {
    float: left;
    height: auto;
    width: 90%;
    padding-bottom: 7px;
}
.ftr-about001 ul li:last-child{
	padding:0px;
}
.ftr-about001 ul li a{
	font-family: open_sansregular;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
	text-decoration:none;
}
.ftr-about002 ul{
    width: 100%;
    float: left;
    list-style: none;
    font-size: 16px;
    font-family: open_sansregular;
}
.ftr-about002 ul li {
    float: left;
    width: auto;
    height: auto;
    margin-right: 35px;
}
.ftr-about002 ul li a.ftr-fb {
    background-image: url(../images/ftr-fb.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 23px;
    width: 17px;
    float: left;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
}
.ftr-about002 ul li a.ftr-ytb {
    background-image: url(../images/ftr-ytb.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 23px;
    width: 20px;
    float: left;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
}
.ftr-about002 ul li a.ftr-in {
    background-image: url(../images/ftr-in.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 23px;
    width: 26px;
    float: left;
	transition: 0.1s ease;
	-webkit-transition: 0.1s ease;
	-moz-transition: 0.1s ease;
	-ms-transition: 0.1s ease;
}
.ftr-about002 ul li a:hover{
	background-position:bottom center;	
}
.ftr-link ul.first_ul {
    width: 100%;
    float: left;
    list-style: none;
    font-size: 16px;
    font-family: open_sansregular;
    margin-right: 0%;
}
.ftr-link ul li {
    width: 50%; /* 48 */
    float: left;
    padding-bottom: 13px;
    padding-right: 2%; /* 3 */
    text-align: center;
	box-sizing:border-box;
}
.ftr-link ul li + li + li{
	clear:left;
}
.ftr-link ul li + li + li + li{
	clear:none;
}
.ftr-link ul li + li + li + li + li{
	clear:left;
}
.ftr-link ul li + li + li + li + li + li{
	clear:none;
}
.ftr-link ul li:nth-child(odd) {
    clear:left;
}
.ftr-link ul li:nth-child(even) {
    clear:none;
	padding-left:2%; /* 3 */
	padding-right:0px;
}
.ftr-blk ul{
	list-style:none;
}
.ftr-btm {
    background-color: #3a95b8;
    float: left;
    height: auto;
    width: 100%;
    padding: 30px 0px;
}
.ftr-btm-lft {
    color: #fff;
    font-family: open_sansregular;
    font-size: 16px;
    display: inline-block;
}
.ftr-btm-rgt {
    float: right;
    width: auto;
    height: auto;
    padding-top: 3px;
}
.ftr-btm-rgt span{
    float: left;
	line-height: 1;
    height: auto;
}
.ftr-btm-rgt span:first-child {
    border-right: 1px solid #fff;
    padding-right: 15px;
    margin-right: 15px;
}
.ftr-btm-rgt span a{
    float: left;
    height: auto;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: open_sansregular;
}
.ftr_phn {
    background-image: url(../images/ftr-Phone-img.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    background-size: 17px;
	width:80%;
    float: left;
    padding-left: 28px;
 
}
.ftr_fax{
	background-image: url(../images/ftr-fax-img.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    background-size: 17px;
    width: 80%;
    float: left;
    padding-left: 28px;
  
}
.ftr_cnt ul li {
	float: left;
    padding-left: 28px;
	padding-bottom:8px;
}
/*--------------------------------footer css ends here------------------------------*/


/*--------------------------------HEADER css starts here------------------------------*/

/*--------------------------------search css starts here------------------------------*/
.Exp-serach {}
.ExpInput {}
input[type="search"].ExpInput {
    border: 1px solid #909090;
    position: absolute;
    right: 0px;
    top: -7px;
    background: #fff;
    width: 350px;
    height: 34px;
    padding: 0px 8px 0px 35px;
    z-index: 10;
    display: none;
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    float: left;
    background-position: 6px center;
    font-size: 14px;
    font-family: open_sanssemibold;
	outline:none;
}
.ExpInput::-webkit-input-placeholder {
    color: #666666;
}
 
.ExpInput:-moz-placeholder {
    color: #666666;
}
.ExpInput::-moz-placeholder {
    color: #666666;
} 
.ExpInput:-ms-input-placeholder {
    color: #666666;
}
.ExpIcon, .Expbtn {
    width: 16px;
    height: 18px;
    display: block;
    float: right;
}
.Expbtn {}
.ExpIcon {
    color: #fff;
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    z-index: 90;
    height: 22px;
    font-size: 22px;
    cursor: pointer;
}

/*-----------smart search starts here------------*/
.nwhite-wrap {
    position: absolute;
    top: 29px;
    z-index: 100;
    right: 0px;
    width: 348px;
    border: 1px solid #909090;
    height: auto;
    background-color: #ffffff;
    font-family: open_sansregular;
    font-size: 14px;
    color: #000000;
    border-radius: 0px;
}
.nwhite-inn {
    float: left;
    width: 100%;
    height: auto;
    max-height: 248px;
    overflow: auto;
    /* overflow: hidden; */
}
.nwhite-row {
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #dddddd;
}
.nwhite-wrap ul {
    list-style-type: none;
    list-style-position: outside;
}
.nwhite-wrap ul li {
    float: left;
    width: 100%;
    height: auto;
}
.nwhite-wrap ul li a {
    float: left;
    width: 95.5%;
    height: auto;
    padding: 7px 2.3% 7px 2.3%;
    font-size: 14px;
    font-family: open_sansregular;
    color: #666666;
}
.nwhite-wrap strong {
    font-family: open_sansbold;
    color: #666666;
}
.nwhite-wrap a {
    text-decoration: none;
    color: #666666;
}
.nwhite-wrap ul li a:hover {
    background-color: rgb(239, 239, 239);
}
.nwhite-wrap span {
    font-family: open_sanssemibold;
    font-size: 14px;
}
.nwhite-wrap span.red, .nwhite-wrap span {
    color: #50b1d6;
}
.Exp-serach{
	position:relative;
}
/*-------------smart search ends here-----------------*/
/*--------------------------------search css ends here------------------------------*/
.head-con {
    width: 100%;
    /* float: left; */
    height: auto;
    line-height: normal;
    margin-bottom: 46px;
    border-bottom: 1px solid #e6e6e6;
    position: fixed;
    z-index: 999;
    background: #fff;
    top: 0px;
}  
.head-top {
    width: 70%;
    float: right;
    height: auto;
    padding-top: 20px;
	transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
}
.hd-tp-rgt{
    width: auto;
    float: left;
}
.hd-tp-lft{
    width: auto;
    float: right;
	    position: relative;
}
.search {
    float: right;
    margin-left: 20px;
}
.languages{
    float: right;
}
.contant {
    float: right;
    padding: 0px 20px 0px 0px;
}
.languages{
    float: right;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 5px 15px 3px 15px;
}
.languages a{
    float: left;
}
.languages a:first-child{
    margin-right:5px;
}
.contant span {
    font-family: open_sanssemibold;
    font-size: 13px;
    color: #666666;
    background-image: url(../images/call-icon.png);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding-left: 27px;
	    text-decoration: none;
}
.hd-tp-rgt h3{
    font-size: 20px;
    font-family: open_sanssemibold;
    color: #50b1d6;
    font-weight: normal;
	padding: 2px 0px;
}
.head-bottom {
    width: auto;
    float: right;
}
.logo {
    width: auto;
    float: left;
    padding: 7px 0px 0px;
}
.main-menu {
    float: right;
    width: auto;
    padding: 25px 0px 30px 0px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
}
.main-menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 36px;
}
.main-menu ul li:last-child{
 	margin-right: 0px;
}
.main-menu ul li a {
    font-size: 15px;
    font-family: open_sansregular;
    color: #666666;
    text-decoration: none;
    text-transform: capitalize;
    float: left;
}
.main-menu ul li a.active {
    color: #50b1d6;
}
.main-menu ul li a#drop01 {
    margin-right: -12px;
}
.main-menu ul li a#drop02 {
    margin-right: -12px;
}
.sub_nav {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 9;
    width: 150px;
    top: 25px;
    padding: 0px 25px;
    border: 1px solid #e3e3e3;
	-webkit-box-shadow: 0px 2px 4px 1px rgba(117,117,117,0.3);
	-moz-box-shadow: 0px 2px 4px 1px rgba(117,117,117,0.3);
	box-shadow: 0px 2px 4px 1px rgba(117,117,117,0.3);
}
.drp1{
	width: 185px !important;
}
.main-menu ul li a span{
    font-size: 8px;
    color: #666666;
    float: right;
    padding: 6px 0px 0px 5px;
}
ul.sub_nav li {
    margin: 0px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #f1f1f1;
}
ul.sub_nav li a {
    width: 100%;
    float: left;
    text-transform: capitalize;
    font-family: open_sansregular;
    transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
    padding: 15px 0px;
    font-size: 14px;
}
ul.sub_nav li a span {
    font-size: 30px;
    color: #000;
    float: right;
    margin-right: 0px;
    position: absolute;
    right: 4px;
    top: 0px;
    opacity: 0;
    transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
    font-weight: normal;
    font-family: open_sansregular;
    padding: 2px 0px 2px 0px !important;
}
ul.sub_nav li a:hover .arw-hov{
	opacity:1;
	right:0px;
}
ul.sub_nav li a:hover{
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	font-family:open_sansbold;
	color:#000 !important;
}

.main-menu ul li a:hover{
	color:#4fb1d8;
}
.main-menu ul li a:hover .tp-hov{
	color:#4fb1d8;
}

.logo a{
    float: left;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
}
/*--------------------------------sticky header css starts here------------------------------*/
.sticky {
    width: 100%;
    float: left;
    padding: 7px 0px;
    position: fixed !important;
    top: 0px !important;
	left: 0px !important;
    z-index: 99;
    background: #fff ;
	line-height:normal;
}
.sticky .main-menu {
    float: right;
    width: auto;
    padding: 22px 0px;
}
.sticky .logo img {
    width: 134px;
    top: -20px;
}
.sticky .head-top{
	display:none;
}
.drop-pos .dropdown {
    /*top: 0px;*/
	position:fixed;
}
#down2{
	display:block;
}
#down1{
	display:block;
}
#down3{
	display:block;
}
.sticky_main {
    width: 100%;
    float: left;
    padding: 0px 0px;
    position: fixed;
    left: 0px;
    z-index: 9999;
    background: #fff;
    line-height: normal;
}/* width: auto; */
.logo img {
    width: 102px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
}
.sticky_main .logo img{
    width: 70px;
}
/*--------------------------------sticky header css ends here------------------------------*/

/*---------------more info banner starts here-----------------*/
.info-bnr-con{
	background-image:url(../images/more-info-banner.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	height:530px;
	width:100%;
	background-size:cover;
	float:left;
}
.info-bnr-con table{
    width: 100%;
    text-align: center;
    color: #fff;
    height: 530px;
    vertical-align: middle;
}
.info-cntnt p{
    font-family: open_sansregular;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
}
.info-cntnt h4 {
    font-size: 28px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    padding: 48px 0px 16px 0px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 19px;
    font-family: open_sansbold;
}
.info-cntnt .info-bnr-btn a {
    background-color: #78ba72;
	color:#fff;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
}
.info-cntnt .info-bnr-btn a:hover{
	background-color: #fff;
	color:#535353;
}
.info-cntnt .info-bnr-btn{
	margin-top: 40px;
}
/*---------------more info banner ends here-----------------*/

/*----------about us menu starts here--------------*/
.sub_menu {
    width: 100%;
    float: left;
    /*height: 53px;*/
	display:none;
    /* background-color: #e4e4e4; */
}
.contant a{
	text-decoration:none;
	color: #666666;
}
.info-cntnt a{
	text-decoration:none;
	color: #fff;
}
.sub_menu_cvr{
	width:auto;
	float:right;
	height:auto;
	white-space: nowrap;
    max-width: 100%;
	/*overflow-x:auto;*/
}
.sub_menu_cvr ul{
    list-style: none;
    display: inline-block;
    float: left;
    /* width: 100%!important; */
}
.sub_menu_cvr ul li {
    display: inline-block;
    float: none;
    margin-left: 24px;
}
.sub_menu_cvr::-webkit-scrollbar {
     
      height: 5px;
}

.sub_menu_cvr::-webkit-scrollbar-thumb {
  background:#b3987a;
 
}
/*
.sub_menu_cvr::-moz-scrollbar-thumb {
  background:#b3987a;
 
}
*/
.sub_menu_cvr::-webkit-scrollbar-track {
   background:#ccc;
}
/*
.sub_menu_cvr::-moz-scrollbar-track {
   background:#ccc;
}
 */

.sub_menu_cvr ul li a {
    padding: 17px 10px 17px;
    color: #000000;
    text-decoration: none;
    font-family: open_sansregular;
    font-size: 14px;
    float: left;
    position: relative;
    transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
}
.sub_menu_cvr ul li a:hover{
	color: #50b1d6;
}
.sub_menu_cvr ul li a.active{
	color: #50b1d6;
}
.sub_menu_cvr ul li a span {
    height: 5px;
    width: 74px;
    background-color: #e4e4e4;
    float: left;
    top: 1px;
    position: absolute;
    left: 50%;
    margin-left: -39px;
}
.sub_menu_cvr ul li a span.active{
    height: 5px;
    width: 74px;
    background-color: #50b1d6;
    float: left;
    top: 1px;
    position: absolute;
    left: 50%;
    margin-left: -37px;
}
.sub_menu_cvr ul li a:hover .xyz{
	background-color: #50b1d6;
}
.sub_menu_cvr ul li a:hover:after {
    content: "";
    position: absolute;
    top: 7px;
   	left: 50%;
    margin-left: -8px;
    /* background: #fff; */
    width: 100%;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 7px solid #50b1d6;
}
.active .xyz{
	background-color: #50b1d6;
}
.sub_menu_cvr ul li a.active:after{
    content: "";
    position: absolute;
    top: 7px;
    height: 1px;
    left: 50%;
    margin-left: -8px;
    /* background: #fff; */
    width: 100%;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 7px solid #50b1d6;
}
/*----------about us menu ends here--------------*/


/*--------about counter block starts here--------------*/
.history-banner {
    background-image: url(../images/history-banner.png);
    background-repeat: no-repeat;
    float: left;
    height: 550px;
    width: 100%;
    background-size: cover;
    /*background-attachment: fixed;*/
    background-position: center center;
	padding-top: 50px;
}
.history-banner .h-bner-dtl{
    width: 100%;
    float: right;
    height: auto;
}
.history-banner table {
    width: 440px;
    float: right;
    height: 550px;
    vertical-align: middle;
    color: #fff;
}
.h-bner-dtl h3 {
    font-family: open_sansbold;
    font-weight: normal;
    color: #fff;
    font-size: 45px;
    /* border-bottom: 1px solid #50b1d6; */
    position: relative;
    padding-bottom: 9px;
    margin-bottom: 12px;
}
.h-bner-dtl h3::after {
    content: '';
    border-bottom: 4px solid #50b1d6;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 4px;
    width: 440px;
}
.h-bner-dtl p {
	font-family: open_sansregular;
    font-weight: normal;
    color: #fff;
    font-size: 18px;
}
.count-sec-con {
    background-color: #efefef;
    width: 100%;
    float: left;
    padding: 80px 0px 50px;
}
.count-cvr{
    width: 100%;
    float: left;
}
.count-lft {
    width: 33%;
    float: left;
    padding: 45px 0px;
}
.clnt-rgt a{
    
}
.count-rgt {
    width: 64%;
    margin-left: 3%;
    float: left;
    background-image: url(../images/dotted-map.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 415px;
}
.count-rgt table{
    width: 100%;
    text-align: center;
    height: 415px;
}
.count-rgt .count {
    display: inline-block;
    width: 33.33%;
    float: left;
    text-align: center;
    font-family: open_sanssemibold;
    color: #000;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}
.count:last-child{
	    padding-bottom: 0px !important;
	}
.counter-row{
    float: none;
    margin: auto;
    width: 620px;
}
.counter-row h3{ 
    font-family: open_sansbold;
    color: #000;
    font-size: 42px;
    font-weight: normal;
}
.counter-row p{ 
    font-family: open_sanssemibold;
    color: #000;
    font-size: 15px;
    font-weight: normal;
	text-transform:uppercase;
}
.count-lft h3{
    color: #47474c;
    font-size: 28px;
    font-family: open_sansbold;
}
.count-lft p{
    font-family: open_sansregular;
    color: #000;
    font-weight: normal;
    font-size: 20px;
}
/*.brand-cvr table img {
    vertical-align: middle;
    margin-right: 70px;
}*/
.brand-cvr table img {
    vertical-align: middle;
    margin: 15px;
    /* margin-bottom: 25px; */
}
/*.brand-cvr table img:last-child{
	margin-right: 0px;
}*/
.brand-cvr{
    float: left;
    width: 100%;
    padding-top: 40px;
}
.brand-cvr table {
    width: 100%;
    text-align: center;
    height: auto;
}
/*--------about counter block ends here--------------*/

/*--------about team block starts here--------------*/
.team-sec-con{
	width:100%;
	float:left;
	height:auto;
	background-color:#e4e4e4;	
}
.team-cvr {
    width: 100%;
    float: left;
    height: auto;
    padding: 80px 0px;
}
.team-left{
	width:48%;
	float:left;
	height:auto;
	padding-right:4%;
}
.team-right{
	width:48%;
	float:left;
	height:auto;
}
.team-left a{
	text-decoration:none;
	float:left;
	color:#000;	
	font-family:open_sansregular;
	font-size:15px;
}
.team-left p{
	text-decoration:none;
	color:#000;	
	font-family:open_sansregular;
	font-size:15px;
}
.imgbox img {
    float: left;
    margin-right: 0px;
    width: 100%;
}
.team-left{
	text-decoration:none;
	color:#000;	
	font-family:open_sansregular;
	font-size:15px;
}
.imgbox {
    float: left;
    width: 48%;
    margin-right: 4%;
}
.txtbox {
    display: table;
    width: 48%;
    float: left;
}
.txtbox h4 {
    font-size: 16px;
    font-family: open_sanssemibold;
    text-transform: uppercase;
    border-bottom: 1px solid #bebebe;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.txtbox p{
	text-decoration: none;
    color: #000;
    font-family: open_sansregular;
    font-size: 15px;
}

/*--------about team block ends here--------------*/

/*--------about experience starts here--------------*/
.exp-banner{
	background-image: url(../images/exp-banner.png);
    background-repeat: no-repeat;
    background-position: right center;
    height: 476px;
    width: 100%;
    /* background-size: cover; */
    float: left;
    position: relative;
    background-size: 60%;
	margin-top: 50px;
}
.exp-bnr-cvr{
	width:100%;
	float:left;
}
.exp-bnr-cvr {
    width: 42%;
    float: left;
    height: 476px;
    background-color: #606060;
    position: absolute;
	top:0px;
	left:0px;
}
.shap-exp {
    width: 0%;
    position: absolute;
    border-top: 476px solid #606060;
    border-right: 275px solid transparent;
    right: -275px;
}
.exp-bnr-cvr table{
	width:100%;
	float:left;
	height:100%;
}
.exp-content-outer{
	width:100%;
	float:left;
}
.exp-content-inner {
    width: 38%;
    float: left;
}
.exp-content-inner table{
    height: 476px;
    width: 100%;
    vertical-align: middle;
}
.e-bner-dtl h3 {
    font-family: open_sansbold;
    font-weight: normal;
    color: #fff;
    font-size: 45px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 18px;
}
.e-bner-dtl h3::after {
    content: '';
    border-bottom: 4px solid #50b1d6;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 4px;
    width: 440px;
}
.e-bner-dtl p {
    font-family: open_sanssemibold;
    font-weight: normal;
    color: #fff;
    font-size: 25px;
    position: relative;
}
.triangle-btm {
    width: 0;
    height: 0;
    border-bottom: 353px solid #50b1d6;
    border-left: 204px solid transparent;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.exp-detail{
	width:100%;
	float:left;
	height:auto;
	position:relative;
}
.detail-cvr{
	width:100%;
	float:left;
	height:auto;
	padding:25px 0px;
}
.detail-lft {
    width: 45%;
    float: left;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
	padding-bottom: 60px;
}
/*.detail-lft p{
	color: #000;
}*/
.detail-lft p{
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
}
.detail-rgt {
    width: 50%;
    float: left;
    height: 750px;
}
.detail-rgt img {
    position: absolute;
    /* width: 50%; */
    right: 0px;
    top: -66px;
}
.exp-detail ul li{
	padding-bottom:10px !important;
}
.exp-detail ul{
	padding-top: 10px !important;
}
/*--------about experience ends here--------------*/

/*--------About member association page starts here--------------*/
.mmbr-banner{
	background-image:url(../images/member-association-banner.png);
    background-repeat: no-repeat;
    background-position: top left;
	height:476px;
	width:100%;
	background-size:cover;
	float:left;
	position:relative;
	margin-top: 50px;
}
.mmbr-banner .exp-content-inner {
    width: 42%;
    float: left;
}
.brnd-logo {
    width: 100%;
    float: left;
    height: auto;
    margin: 40px 0px 30px;
}
.brnd-logo-cvr{
	width:100%;
	float:left;
	height:auto;
}
.brn-lg-row {
    height: 114px;
    margin-bottom: 10px;
}
.brn-lg-lft {
    width: 79.8%;
    float: left;
    height: 100%;
}
.brn-lg-lft table{
    width: 100%;
    float: left;
    vertical-align: middle;
    height: 100%;
	font-family:open_sansregular;
	font-size:22px;
	padding: 0px 20px;
}
.brn-lg-rgt {
    width: 20%;
    float: left;
    border-left: 1px solid #ebebeb;
    height: 100%;
}
.brn-lg-rgt img{
    max-height: 114px;
}
.brnd-logo2 .brn-lg-con {
    border-bottom: 0px solid #ebebeb;
}
.brn-lg-rgt table{
    width: 100%;
    float: left;
    vertical-align: middle;
    height: 100%;
	text-align: center;

}
.brn-lg-con{
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
}
/*--------About member association page ends here--------------*/

/*----------------spanish department page starts here---------------*/
.spanish-dpt {
    width: 100%;
    float: left;
    padding: 80px 0px 30px;
}
.spanish-dpt-cvr{
    width: 100%;
    float: left;
}
.spn-dpt-imgtxt img {
    float: left;
    margin: 0px 50px 30px 0px;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(188,157,120,1);
    -moz-box-shadow: 10px 10px 0px 0px rgba(188,157,120,1);
    box-shadow: 10px 10px 0px 0px rgba(188,157,120,1);
    width: 100%;
    max-width: 530px;
    transition: 0.5s ease-out;
    position: relative;
    top: 0px;
    left: 0px;
}
.tab_animation img {
    float: left;
    height: auto;
    margin: 0px 50px 50px 0px;
    -webkit-box-shadow: 25px 25px 0px 0px rgba(188,157,120,1) !important;
    -moz-box-shadow: 25px 25px 0px 0px rgba(188,157,120,1) !important;
    box-shadow: 25px 25px 0px 0px rgba(188,157,120,1) !important;
    position: relative;
    top: -10px;
    left: -10px;
}
.tab_animation2 img {
    float: left;
    height: auto;
    margin: 0px 50px 50px 0px;
    -webkit-box-shadow: -25px 25px 0px 0px rgba(188,157,120,1) !important;
    -moz-box-shadow: -25px 25px 0px 0px rgba(188,157,120,1) !important;
    box-shadow: -25px 25px 0px 0px rgba(188,157,120,1) !important;
    position: relative;
    top: -10px;
    left: 10px;
}
.spn-dpt-imgtxt {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 50px;
    font-size: 16px;
    font-family: open_sansregular;
    color: #5e5e5e;
}
.spanish-dpt-cvr h1 {
    text-align: center;
    font-family: open_sansbold;
    font-weight: normal;
    font-size: 45px;
    position: relative;
    padding-bottom: 24px;
	text-transform: uppercase;
}
.spanish-dpt-cvr h1:after {
    content: "";
    bottom: 0px;
    background-image: url(../images/bottom-head-line.png);
    background-repeat: no-repeat;
    height: 4px;
    background-color: #50b1d6;
    width: 440px;
    position: absolute;
    background-position: center center;
    margin-left: -220px;
    left: 50%;
}
/*----------------spanish department page starts here---------------*/

/*----------------Asian department page starts here---------------*/
.asian-dpt .spn-dpt-imgtxt img {
    float: right;
    margin: 0px 0px 50px 50px;
    -webkit-box-shadow: -10px 10px 0px 0px rgba(188,157,120,1);
    -moz-box-shadow: -10px 10px 0px 0px rgba(188,157,120,1);
    box-shadow: -10px 10px 0px 0px rgba(188,157,120,1);
	width: auto !important;
}
.spn-dpt-imgtxt ul {
    font-family: open_sansregular;
    color: #5e5e5e;
    font-weight: normal;
    list-style: none;
    padding-top: 10px;
    /* float: left; */
    /* width: 100%; */
    /* display: block; */
    /* display: table; */
    
    display: table;
}
.spn-dpt-imgtxt ul li {
    background-image: url(../images/tick.png);
    background-size: 18px;
    /* float: left; */
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 32px;
    padding-bottom: 10px;
    /* width: 94%; */
}
/*----------------Asian department page ends here---------------*/
.dropdown {
    position: absolute;
    top: 123px;
    left: 0px;
    width: 100%;
    background-color: #e4e4e4;
    left: 0px;
    right: 0px;
    z-index: 90;
	transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
}
.sticky_main .dropdown {
    position: absolute;
	top: 85px;
}
.sticky_main .rsp-nav {
    margin: 18px 0px;
}
.bck-con{
    float: left;
    width: 100%;
    height: 80px;
	display:none;
}
.sticky_main .head-top {
    padding-top: 10px;
}
.sticky_main .main-menu {
    float: right;
    width: auto;
    padding: 18px 0px 10px 0px;
    transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
}
.dropdown .sub_menu_cvr ul li a span {
    height: 0px;	
}
.dropdown .sub_menu_cvr ul li {

    margin-right: 0px;
}
/*--------------------------------services page starts here -----------------------------*/
.services-con{
    width: 100%;
    float: left;
    height: auto;
}
.services {
    width: 100%;
    float: left;
    height: auto;
    padding: 80px 0px 30px;
}
.ser-cvr{
    width: 100%;
    float: left;
    height: auto;
}
.ser-cvr h1 {
    text-align: center;
    font-family: open_sansbold;
    font-weight: normal;
    font-size: 45px;
    position: relative;
    padding-bottom: 24px;
    text-transform: uppercase;
}
.ser-cvr h1:after {
    content: "";
    /* text-align: center; */
    bottom: 0px;
    background-image: url(../images/bottom-head-line.png);
    background-repeat: no-repeat;
    height: 4px;
    width: 424px;
    /* float: left; */
    position: absolute;
    background-position: center center;
    margin-left: -212px;
    left: 50%;
}
.two-blk-row {
    width: 100%;
    float: left;
    height: auto;
    padding-top: 50px;
}
.two_blk {
    width: 49%;
    float: left;
    height: auto;
    margin-right:2%;

	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
}
.ser-row {
    position: relative;
    width: 100%;
    float: left;
    /*height: 337px;*/
    text-align: center;
}
.three-blk-row{
    float: left;
    width: 100%;
    margin-top: 50px;
}
.blk_txt {
    width: 100%;
    float: left;
    text-align: center;
    font-family: open_sansregular;
    font-size: 20px;
    color: #000;
    padding: 20px 0px 0px 0px;
}
.ser-row:hover .blk_hov,
.ser-row:hover .blk_hov{ 
	display:block;
	cursor:pointer;

}
.blk_hov {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-color: rgba(80, 177, 214, 0.7);
}
.blk_hov table{
    width: 100%;
    float: left;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
.blk_hov a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-family: open_sansbold;
    font-weight: normal;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
}
.last_blk{
	margin:0%;
}
.two_blk img {
    max-width: 100%;
    max-height: 100%;
	height: 100%;
    /* float: left; */
    -webkit-box-shadow: 0px 47px 0px -40px rgba(188,157,120,1);
    -moz-box-shadow: 0px 47px 0px -40px rgba(188,157,120,1);
    box-shadow: 0px 47px 0px -40px rgba(188,157,120,1);
}
.three_blk .ser-row {
    position: relative;
    width: 100%;
    float: left;
    height: 241px;
    /* overflow: hidden; */
    text-align: center;
}
.three_blk {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.three-blk-row .last_blk {
    margin-right: 0%;
}
.three_blk img {
    max-width: 100%;
    max-height: 100%;
    float: left;
    height: 100%;
    -webkit-box-shadow: 0px 47px 0px -40px rgba(188,157,120,1);
    -moz-box-shadow: 0px 47px 0px -40px rgba(188,157,120,1);
    box-shadow: 0px 47px 0px -40px rgba(188,157,120,1);
}
.load-btn {
    width: 100%;
    text-align: center;
    padding: 35px 0px 15px;
    float: left;
}
.load-btn a{
    text-align: center;
    padding: 15px 30px;
    color: #000;
    font-family: open_sansbold;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
    text-decoration: none;
    background-color: #fff;
    text-transform: uppercase;
	background-color: #78ba72;
    color: #fff;
}
/*---------------------------------services page ends here-------------------------------*/

/*---------------industry page starts here-------------------------*/
.industry-con{
    width: 100%;
    float: left;
}
/*.industry-con .wrapper {
    width: 98%;
    margin: auto;
    float: none;
}*/
.indus_cvr {
    width: 100%;
    float: left;
    padding: 80px 0px 30px;
}
.indus-row-one{
    width: 100%;
    float: left;
    margin-bottom: 1%;
}
.indus-row-two{
    width: 100%;
    float: left;
    margin-bottom: 1%;
}
.indus-row-three{
    width: 100%;
    float: left;
    margin-bottom: 1%;
}
.indus_cvr h1 {
    text-align: center;
    font-family: open_sansbold;
    font-weight: normal;
    font-size: 45px;
    position: relative;
    padding-bottom: 24px;
    text-transform: uppercase;
}
.indus_cvr h1:after {
    content: "";
    /* text-align: center; */
    bottom: 0px;
    background-image: url(../images/bottom-head-line.png);
    background-repeat: no-repeat;
    height: 4px;
    width: 424px;
    /* float: left; */
    position: absolute;
    background-position: center center;
    margin-left: -212px;
    left: 50%;
}
.indus_cvr p {
    text-align: center;
    font-family: open_sansregular;
    font-weight: normal;
    font-size: 16px;
    position: relative;
    padding-bottom: 24px;
    text-transform: none;
    padding: 35px 18%;
}
.indus_blk_hov {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-color: rgba(71, 178, 222, 0.70);
}
.indus_blk_hov table {
    text-decoration: none;
	text-align:center;
    color: #fff;
    font-size: 20px;
    font-family: open_sansbold;
    font-weight: normal;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
}
.indus_blk_hov table td{
	cursor:pointer;
}
.indus-row-one .img001{
	background-image:url(../images/indus001.png);
	width:30%;
	float:left;
	margin-right:1%;
	height:230px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	position:relative;
}
.indus-row-one .img002{
	background-image:url(../images/indus002.png);
	background-size: cover;
	width:20%;
	float:left;
	margin-right:1%;
	height:230px;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
}
.indus-row-one .img003 {
    background-image: url(../images/indus003.png);
    background-size: cover;
    width: 48%;
    float: left;
    margin-right: 0%;
    height: 230px;
    background-repeat: no-repeat;
    background-position: center center;
	position:relative;
}
.indus-row-one .img001:hover .indus_blk_hov,
.indus-row-one .img002:hover .indus_blk_hov,
.indus-row-one .img003:hover .indus_blk_hov,
.indus-row-two .img001:hover .indus_blk_hov,
.indus-row-two .img002:hover .indus_blk_hov,
.indus-row-three .img001:hover .indus_blk_hov,
.indus-row-three .img002:hover .indus_blk_hov,
.indus-row-three .img003:hover .indus_blk_hov{
	display:block;
	cursor: default;
}

.indus-row-two .img001{
	background-image:url(../images/indus004.png);
	width:23%;
	float:left;
	margin-right:1%;
	height:230px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	position:relative;
}
.indus-row-two .img002{
	background-image:url(../images/indus005.png);
	width:76%;
	float:left;
	margin-right:0%;
	height:230px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	position:relative;
}



.indus-row-three .img001{
	background-image:url(../images/indus006.png);
	width:40%;
	float:left;
	margin-right:1%;
	height:230px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	position:relative;
}
.indus-row-three .img002 {
    background-image: url(../images/indus007.png);
    width: 59%;
    float: left;
    margin-right: 0%;
    height: 230px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
/*.indus-row-three .img003{
	background-image:url(../images/indus008.png);
	width:40%;
	float:left;
	margin-right:0%;
	height:230px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	position:relative;
}*/
/*---------------industry page starts here-------------------------*/

/*---------------solution page starts here-------------------------*/
.solution{
	width:100%;
	float:left;
	height:auto;
}
.sol-con{
	width:100%;
	float:left;
	height:auto;
}
.sol-bnr{
	width:100%;
	float:left;
	height:388px;
	background-image:url(../images/solution-banner.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	margin-top: 50px;
}
.sol-bnr table{
	width:100%;
	float:left;
	height:388px;
	vertical-align:middle;
	text-align:center;
}
.sol-bnr h1 {
    font-family: open_sansregular;
    font-weight: normal;
    color: #fff;
    font-size: 30px;
    padding-bottom: 8px;
}
.sol-tb{
    width: 60%;
    padding: 0px 20%;
}
.sol-bnr{
    font-family: open_sansregular;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
}
.sol-bnr p{
    font-family: open_sansregular;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
}
.circle_con {
    width: 100%;
    background-color: #fafafa;
    float: left;
    height: auto;
    padding: 85px 0px;
}
.circle_cvr {
    width: 100%;
    float: left;
    height: auto;
    margin-top: -155px;
}
.circle-lft {
    float: left;
    height: auto;
    display: table;
    margin-right: 90px;
}
.circle-rgt {
    display: table;
    height: auto;
    padding: 126px 0px 0px 0px;
    color: #888888;
    font-family: open_sansregular;
    font-size: 15px;
    font-weight: normal;
}
.crl-blk:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.crl-blk {
    position: relative;
    width: 100%;
    float: left;
    padding: 0px 0px 30px;
    margin-bottom: 30px;
}
.circle-rgt .border:after {
    content: '';
    width: 45px;
    height: 4px;
    background-color: #50b1d6;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.circle {
    float: left;
    height: auto;
    background-color: #fff;
    height: 376px;
    width: 376px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.18);
}
.circle table{
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
	color:#888888;
	font-size:18px;
	font-family:open_sansregular;
}
.circle table h3 {
    color: #50b1d6;
    font-size: 40px;
    font-family: open_sanssemibold;
    font-weight: normal;
    padding-bottom: 10px;
}
.crl-count{
	width:64%;
	float:left;
	height:auto;
	padding:0% 18%;
}
.circle-rgt h3 {
    color: #50b1d6;
    font-family: open_sanssemibold;
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 4px;
}
.circle-rgt p{
    color:#888888;
    font-family: open_sansregular;
    font-size: 15px;
    font-weight: normal;
}

.process_con{
    width: 100%;
    float: left;
    height: auto;
}
.process_con .wrapper{
	width:1100px;
	margin:auto;
	float:none;
}
.process_cvr {
    width: 100%;
    float: left;
    height: auto;
    padding: 70px 0px;
}
.process_lft{
    width: 49%;
    float: left;
    margin-right: 2%;
}
.process_rgt{
    width: 49%;
    float: left;
}
.process_rgt img{
	width:100%;
	float:left;
}
.pro-row {
    width: 100%;
    float: left;
    padding-bottom: 16px;
}
.pro-row:last-child{
	 padding-bottom: 0px;
}
.pro-sub-lft {
    float: left;
    display: table;
    margin-right: 22px;
}
.pro-sub-rgt {
    display: table;
    padding: 15px 0px;
    color: #888888;
    font-size: 15px;
    font-family: open_sansregular;
    text-align: left;
}
.cmnt_lft {
    float: left;
    height: auto;
    display: table;
}
.cmnt_rgt{
    display: table;
    padding: 0px 0px 0px 60px;
    font-size: 25px;
    font-family: open_sansregular;
    font-weight: normal;
    font-style: italic;
    color: #888888;
}
.cmnt_rgt h4{
    font-family: open_sansbold;
    font-weight: normal;
    font-size: 18px;
    color: #000;
    font-style: normal;
}
.comment {
    width: 100%;
    float: left;
    background-color: #fafafa;
    padding: 30px 0px;
}
.comment .wrapper {
    width: 1020px;
    margin: auto;
    float: none;
}
/*---------------solution page ends here-------------------------*/

/*---------------clients page starts here-------------------------*/
.clients-con{
    float: left;
    width: 100%;
}
.clients{
    float: left;
    width: 100%;
}
.clients .sol-bnr {
    width: 100%;
    float: left;
    height: 190px;
}
.clients .sol-bnr table {
    width: 100%;
    float: left;
    height: 190px;
}
.clients .sol-bnr h1 {
    font-family: open_sansbold;
    font-weight: normal;
    color: #fff;
    font-size: 45px;
    padding-bottom: 8px;
    text-transform: uppercase;
}
.clients .sol-tb:after {
    content: '';
    background-image: url(../images/bottom-head-line2.png);
    width: 419px;
    height: 4px;
    float: none;
    position: absolute;
    left: 50%;
    margin-left: -210px;
}
.clients .sol-tb {
    width: 60%;
    padding: 0px 20%;
    height: 85px;
}
.client-wth-logo {
    width: 100%;
    float: left;
    height: auto;
    padding: 37px 0px;
}
.clnt-row-con{
    width: 100%;
    float: left;
    height: auto;
	margin-bottom: 30px;
}
.clnt-row {
    width: 100%;
    float: left;
    height: auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}
.clnt-lft {
    float: left;
    width: 212px;
    border: 1px solid #e4e4e4;
    padding: 0px 0px;
    text-align: center;
    height: 86px;
    margin-right: 25px;
}
.clnt-lft table{
    width: 100%;
    float: left;
    text-align: center;
	height: 86px;
}

.clnt-row-con:last-child{  
    margin-bottom: 0px;
}
.contact-con{
    width: 100%;
    float: left;
    height: auto;
    /* text-align: center; */
} 
.form-des-bnnr{
    width: 100%;
    float: left;
    height: 265px;
    overflow: hidden;
    margin-bottom: 30px;
}
.contact{
	width: 100%;
    float: left;
    height: auto;
    /* text-align: center; */
}
.contact-form {
    width: 100%;
    float: left;
    padding: 25px 0px;
}
.cntnt-cvr{
	width:100%;
	float:left;
	text-align:center;
}
.cntnt-cvr h1 {
    text-align: center;
    font-family: open_sansbold;
    font-weight: normal;
    font-size: 45px;
    position: relative;
    padding-bottom: 24px;
    text-transform: uppercase;
	margin-bottom: 35px;
}
.cntnt-cvr h3{
    color: #47474c;
    font-family: open_sansregular;
    font-weight: normal;
    font-size: 45px;
}
.cntnt-cvr p{
	padding:25px;
}
.cntnt-cvr h1:after{
    content: "";
    /* text-align: center; */
    bottom: 0px;
    background-image: url(../images/bottom-head-line.png);
    background-repeat: no-repeat;
    height: 4px;
    width: 424px;
    /* float: left; */
    position: absolute;
    background-position: center center;
    margin-left: -212px;
    left: 50%;
}
.cntnt-frm-cvr{
	width:100%;
	float:left;
}
.form-field-row {
    width: 100%;
    float: left;
    margin-bottom: 24px;
}
.form-field {
    width: 48%;
    float: left;
	margin-right:4%;
}
.f-lable {
    width: 30%;
    float: left;
    font-size: 16px;
    font-family: open_sanssemibold;
    font-weight: normal;
    padding: 6px 0px;
}
.f-input{
    width: 70%;
    float: left;
}
.f-input input {
    width: 95.5%;
    height: 32px;
    border: 1px solid #909090;
    padding: 0px 2%;
    font-size: 15px;
    color: #666666;
    font-family: open_sansregular;
}
.f-input select {
    width: 100%;
    height: 34px;
    border: 1px solid #909090;
    padding: 0px 2%;
    outline: none;
    font-size: 15px;
    color: #666666;
    font-family: open_sansregular;
}
.f-input textarea {
    width: 93.5%;
    height: 135px;
    border: 1px solid #909090;
    padding: 6px 3%;
	font-size: 15px;
    color: #666666;
    font-family: open_sansregular;
	resize: none;
}
.f-input input[type="submit"] {
    width: 100%;
    height: auto;
	text-transform: uppercase;
    padding: 16px 0px;
    font-size: 14px;
    font-family: open_sanssemibold;
    color: #fff;
    background-color: #78ba72;
    border: none;
    outline: none;
    cursor: pointer;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
}
.f-input input[type="submit"]:hover {
	background-color: #50b1d6;
}
.f-input input[type="file"] {
    padding: 6px 2%;
    height: 23px;
    width: 95.5%;
}
.form-des {
    width: 48%;
    float: left;
    font-size: 16px;
}
.clnt-rgt ul, .ncontent-lft-txt ul, .ncontent-rgt-txt ul, .detail-lft ul, .brn-lg-con ul, .form-des ul {
    font-family: open_sansregular;
    color: #5e5e5e;
    font-weight: normal;
    list-style: none;
    padding-top: 25px;
    float: left;
    width: 95%;
    padding-left: 5%;
}
.clnt-rgt ul li, .ncontent-lft-txtul li, .ncontent-rgt-txt ul li, .detail-lft ul li, .brn-lg-con ul li, .form-des ul li {
    background-image: url(../images/tick.png);
    float: left;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 30px;
    padding-bottom: 25px;
    width: 90%;
    font-size: 16px;
}
.form-des h2 {
    color: #50b1d6;
    font-size: 24px;
    font-family: open_sansregular;
    padding-bottom: 10px;
}
.form-des-bnnr img{
	width:100%;

}
.clnt-lft table img{
    max-height: 70px;
    max-width: 100%;
}
.clnt-rgt {
    display: table;
    font-size: 16px;
    font-family: open_sansregular;
    color: #5e5e5e;
}
.spn-dpt-imgtxt p{
    font-size: 16px;
}
/*---------------clients page ends here-------------------------*/

/*----------work page starts here------------*/
.work{
    width: 100%;
    float: left;
    padding: 25px 0px;
}
.work .ser-cvr {
    width: 100%;
    float: left;
    height: auto;
    padding-bottom: 25px;
}
.work .two_blk img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    -webkit-box-shadow: 7px 7px 0px 0px rgba(188,157,120,1);
    -moz-box-shadow: 7px 7px 0px 0px rgba(188,157,120,1);
    box-shadow: 7px 7px 0px 0px rgba(188,157,120,1);
}
.work .two_blk {
    width: 48%;
    float: left;
    height: auto;
    margin-right: 4%;
    transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
}
.work .blk_hov {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-color: rgba(80, 177, 214, 0.7);
}
.work .three_blk {
    width: 31%;
    float: left;
    margin-right: 3.5%;
}
.work .last_blk {
    margin: 0%;
}
.work .three_blk img {
    max-width: 100%;
    max-height: 100%;
    float: left;
    height: 100%;
    -webkit-box-shadow: 7px 7px 0px 0px rgba(188,157,120,1);
    -moz-box-shadow: 7px 7px 0px 0px rgba(188,157,120,1);
    box-shadow: 7px 7px 0px 0px rgba(188,157,120,1);
}
.work .ser-row {
    position: relative;
    width: 100%;
    float: left;
    height: 331px;
    text-align: center;
}
.work .three_blk .ser-row {
    position: relative;
    width: 100%;
    float: left;
    height: 233px;
    /* overflow: hidden; */
    text-align: center;
}
/*----------work page ends here------------*/

.week_container {
  width:auto;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
  margin:0px 0px 0px 5px;
}
ul.week_container li{
	float:none;
}
body ul.hover-left, 
body ul.hover-right{
	display:none;
	cursor: pointer;
    padding: 16px 0px;
}
/*--------------------------------HEADER css ends here------------------------------*/

/* New Updates on 15-09-2017 Starts */
.ncontent-lft-img {
    float: left;
    width: 45%;
    margin: 0px 50px 30px 0px;
}
.ncontent-rgt-img {
    float: right;
    width: 45%;
    margin: 0px 0px 50px 50px;
}
.ncontent-rgt-txt{
	display: table;
}
.ncontent-lft-txt{
	display: table;
}
/* New Updates on 15-09-2017 Ends */

/*-------------------------------------404 page starts here-----------------------------*/
#midd-container{
    width: 100%;
    float: left;
}
.inner-page-common{
    float: left;
    height: auto;
    width: 100%;
    padding: 60px 0px;
}
.gray-button a{
    /* float: right; */
    width: 90px;
    margin: auto;
    float: none;
    height: auto;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 10px 18px;
    font-family: 'open_sansbold';
    border-radius: 40px;
    transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
    background-color: #d5426f;
    border: 2px solid #d5426f;
    color: #fff;
    text-transform: uppercase;
}
.gray-button{
    float: left;
    width: 100%;
    padding-top: 15px;
}
.pnf{
    color: #635d43;
    font-weight: normal;
    font-family: 'open_sansbold';
    text-decoration: none;
	text-align:center;
}
.pnf h2{
    font-size: 40px;
    padding-bottom: 0px;
    font-weight: normal;
    font-family: sans-serif;
    margin: 15px 0px;
    color: #b37a7a;
}
.pnf p {
    /* color: #1c6796; */
    font-weight: normal;
    /* font-family: sans-serif; */
    text-decoration: none;
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: open_sansregular;
    color: #5e5e5e;
}
/*--------------------------------------------404 page ends here----------------------------------------*/
#topMenu {
	    background-color:#222;
    overflow: auto;
}

.box{
  width:100%;
}
.scroller {
    color: #ffffff;
    background-color: #fff;
    width: 20px;
    height: 53px;
    position: relative;
    text-align: center;
    cursor: pointer;
    display: none;
    /* padding: 5px; */
    /* margin-top: 5px; */
    z-index: 9999999;
}
.scroller-right {
    position: absolute;
    right: 0px;
}
.scroller-left {
    position: absolute;
    left: 0px;
}
.wrapper-nav-dd {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    /* padding: 5px; */
    height: 53px;
}
.list {
    position:absolute;
    left:0px;
    top:0px;
  	margin-left:0px;
    margin-top:0px;
}

.item {
    /* padding: 10px; */
    /* float: left; */
    display: table-cell;
    /* margin: 1px; */
    /* position: relative; */
    /* text-align: center; */
    /* cursor: -webkit-grab; */
    color: #efefef;
    /* border: 1px dotted #111; */
    /* vertical-align: middle; */
}
.icon-chevron-left {
    background-image: url(../images/arrow-left.png);
    background-repeat: no-repeat;
    height: 53px;
    width: 20px;
    background-position: center center;
    background-size: 12px;
    float: left;
    background-color: #e4e4e4;
}
.icon-chevron-right {
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    height: 53px;
    width: 20px;
    background-position: center center;
    background-size: 12px;
    float: left;
    background-color: #e4e4e4;
}
.history-banner{
	position:relative;
}
.trans-bg{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
    background-image: url(../images/trans-img.png);
	background-position:top left;
	background-repeat:repeat;
}
.bnr-des, .h-bner-dtl{
	position:relative;
}

/* Li Icon Based CSS Starts */
html body ul.iconsbased li{
	background-image: none;
    padding-left: 0px;
    width: 100%;
}
html body ul.iconsbased li .pro-sub-rgt{
	font-size:16px;
}
/* Li Icon Based CSS Ends */


<!--testimonial section starts here-->

.test-con{
    float: left;
    width: 100%;
    height: auto;
    margin: 80px 0px 0px;
}
#test-con{
    float: left;
    width: 100%;
    height: auto;
    margin: 76px 0px 0px;
}
#test-con-es{
    float: left;
    width: 100%;
    height: auto;
    margin: 76px 0px 0px;
}
.tst_cvr{
    width: 100%;
    float: left;
    text-align: center;
	font-family: open_sanssemibold;
    font-style: italic;
}
.tst_cvr h4{
    color: #7e7e7e;
    font-size: 14px;
    font-family: open_sansregular;
	font-weight:normal;
	font-style: normal;
}
.tst_cvr h3 {
    color: #000;
    font-size: 14px;
    font-family: open_sansregular;
    font-weight: normal;
    padding: 23px 0px 2px;
	font-style: normal;
}
.tst_cvr p {
    font-family: open_sanssemibold;
    font-style: italic;
    color: #000;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.6;
}
/* testimonial section ends here */

.spa-copy{
	display:none;
}
.spanish .spa-copy{
	display:inline-block;
}
.spanish .eng-copy{
	display:none;
}

/* New CSS Starts 05-01-2018 */
.ftr_phn2 {
    background-image: url(../images/ftr-Phone-img2.png);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    background-size: 15px;
    float: left;
	width: 23px;
	height:20px;
}
.ftr_fax2{
	background-image: url(../images/ftr-fax-img2.png);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    background-size: 15px;
    float: left;
	width: 23px;
	height:20px;
}
body.es .icon-sub-text{
    font-size: 16px;
}
body.es .icon-cvr-row02 {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
}
.ftr-about002 ul li.en, 
.ftr-about002 ul li.es{
	display:none;
}
body.en .ftr-about002 ul li.en{
	display:block;
}
body.es .ftr-about002 ul li.es{
	display:block;
}
/* New CSS Ends 05-01-2018 */