/*************
* rephone.css*
* by bobby ***
*************/
*{padding: 0;margin: 0;}
body,html{font-family: Arial,"Arial Black"; font-size: 14px; color: #38373a; background: #ffffff; min-width: 1280px; overflow-x:hidden }
a,a:hover,a:link,a:active{text-decoration: none; color: #38373a;display: block}
ul,li,i,em,span,h1{list-style: none;font-style: normal; font-weight: normal;}
img{border: 0; display: block; max-width: 100%; margin: 0 auto}
.clearfix{zoom:1}
.clearfix:after{content: '';display: block;clear: both;}
.cwp{width: 1260px; margin: 0 auto;}
.pr{position: relative}
.pa{position: absolute}
.pf{position: fixed}
.fl{float: left}
.fr{float: right}
.hide{display: none}
.trs8{
    transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
}
.trs12{
    transition: all 1.2s ease 0s;
    -webkit-transition: all 1.2s ease 0s;
    -moz-transition: all 1.2s ease 0s;
}

.indexPageTit{
    width: 100%;
    text-align: center;
}
.indexPageTit h1{
    display: block;
    text-align: center;
    font-size: 30px;
    font-family: "Conv_Gujarati Sangam MN_0";
    line-height: 1;
}
.indexPageTit em{
    display: block;
    width: 60px;
    height: 3px;
    margin: 20px auto 0 auto;
    background: #95c527;
}
#m_header{display: none}
.header{
    position: fixed;
    width: 100%;
    height: 100px;
    overflow: hidden;
    top: 0;
    background: #ffffff;
    -ms-box-shadow: 0 2px 6px rgba(0,0,0,.1);
    -o-box-shadow: 0 2px 6px rgba(0,0,0,.1);
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
    z-index: 2;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.header>div{height: 100%}
.header .logo,
.header .logo a{
    position: relative;
    width: 260px;
    height: 100%;
}
.header .logo a img{
    position: absolute;
    display: block;
    top:50%;
    margin:0%;
    width: 80%;
    transform: translateY(-50%);
}
.header .Nav{
    margin-right: 100px;
}
.header .Nav a{
    border-top: 6px #ffffff solid;
    display: inline-block;
    margin-left: 50px;
    font-size: 18px;
    font-family: 'Conv_Gujarati Sangam MN_0';
    line-height: 100px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.header.small{
    height: 60px;
}
.header.small .logo a img{
    width: 50%;
}
.header.small .Nav a{
    border-top: 4px #ffffff solid;
    padding: 0;
    line-height: 60px;
}
.header .Nav a.active,
.header .Nav a:hover{
    border-color: #95c527;
}
.banners{
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: 100px;
    display: block;
    width: 100%;
    background: url("../images/index-banner.jpg") center / cover no-repeat;
    height: 680px;
    overflow: hidden;
}
.banners.active{
    opacity: 1;
    filter: alpha(opacity=100);
}
.banners .bannerTxt{
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 210px;
    background: url("../images/banner-border.png") center  no-repeat;
    text-align: center;
    margin: auto;
    padding-top: 100px;
    -webkit-transform: translateY(34%);
    -moz-transform: translateY(34%);
    -ms-transform: translateY(34%);
    transform: translateY(34%);
}
.banners .bannerTxt.active{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(94%);
    -moz-transform: translateY(94%);
    -ms-transform: translateY(94%);
    transform: translateY(94%);
}
.banners .bannerTxt h1{display: none}
.banners .bannerTxt p{
    color: #ffffff;
    font-size: 20px;
    font-family: Conv_HelveticaNeueLTPro-Lt;
    line-height: 28px;
}
.banners .arrowDown{
    width: 100%;
    position: absolute;
    bottom: 30px;
}
.companyBox{
    text-align: center;
    padding-top: 55px;
    background: #ffffff;
}
.companyBox .companyTxt{
    margin-top: 20px;
    font-size: 18px;
    font-family: Conv_HelveticaNeueLTPro-Lt;
    line-height: 26px;
}
.companyBox .companyPic{
    margin-top: 55px;
    background: #0b2841 url("../images/se2.png") center no-repeat;
    height: 668px;
    overflow: hidden;
}
.companyBox .companyPic ul{
    margin-top: 21%;
}
.companyBox .companyPic ul li{
    float: left;
    margin:0 33px;
    text-align: left;
}
.companyBox .companyPic ul li h1{
    font-size: 20px;
    font-weight: bolder;
    color: #95c527;
    margin-bottom: 8px;
}
.companyBox .companyPic ul li p{
    background: url("../images/d.png") left center no-repeat;
    color: #ffffff;
    font-size: 18px;
    padding-left: 10px;
    margin-top: 5px;
}

.partnerBox{
    padding-top: 62px;
}
.partnerBox .partnerTopbox{
    margin-top: 70px;
}
.partnerBox .partnerTopbox ul li{
    float: left;
    width: 27.6%;
    border-left: 2px #939393 solid;
    padding:0 35px;
    height: 275px;
}
.partnerBox .partnerTopbox ul li:first-child{
    border: none;
}
.partnerBox .partnerTopbox ul li .tit{height: 95px;}
.partnerBox .partnerTopbox ul li .tit img{margin: 0}
.partnerBox .partnerTopbox ul li h1{
    font-size: 18px;
    font-family: "Arial Black", "Conv_Arial Black";
}
.partnerBox .partnerTopbox ul li p{
    font-size: 18px;
    font-family: Calibri,Arial;
    margin-top: 8px;
}
.partnerBox .partnerBtmbox {margin-top: 60px;}

.offringBox{
    background: url("../images/ours-f.jpg") center no-repeat;
    height: 596px;
    padding-top: 80px;
    margin-top: 65px;
    overflow: hidden;
    background-attachment: fixed;
}
.offringBox .indexPageTit h1{
    color: #95c527;
}
.offringBox .offringTxt{
    margin-top: 50px;
    color: #ffffff;
    text-align: center;
}
.offringBox .offringTxt ul h1{
    margin-top: 40px;
    font-size: 20px;
    font-family: "Arial Black","Conv_Arial Black";
}
.offringBox .offringTxt ul em{
    display: block;
    width: 60px;
    height: 3px;
    margin: 40px auto 0 auto;
    background: #95c527;
}
.offringBox .offringTxt ul span{
    display: inline-block;
    margin-top: 16px;
    font-size: 20px;
    font-family: Conv_HelveticaNeueLTPro-Lt;
    background: url("../images/d.png") left center no-repeat;
    padding-left: 10px;
}
.offringBox .offringTxt ul p{
    margin-top: 16px;
    font-size: 20px;
    font-family: Conv_HelveticaNeueLTPro-Lt;
}
.indexHostTxt{
    opacity: 0;
    filter: alpha(opacity=0);
    height: 126px;
    background:#95c527;
    position: relative;
    text-align: center;
    color: #ffffff;
}
.indexHostTxt.active{
    opacity: 1;
    filter: alpha(opacity=100);
}
.indexHostTxt:before{
    position: absolute;
    top: -42px;
    content: '';
    display: block;
    width: 100%;
    height:70px;
    background:url("../images/hot.png") center no-repeat;
}
.indexHostTxt:after{
    position: absolute;
    bottom: -12px;
    content: '';
    display: block;
    width: 100%;
    height:12px;
    background:url("../images/green-arrow.png") center no-repeat;
}
.indexHostTxt h1{
    font-size: 26px;
    font-family: "Arial Black","Conv_Arial Black";
    padding-top: 35px;
}
.indexHostTxt p{
    font-size: 26px;
    font-family: Arial;
    padding-left: 10px;
    display: inline-block;
    background: url("../images/d.png") left center no-repeat;
}
.indexHostPic{margin: 90px auto;}

.contactBox{
    padding-top: 45px;
    height: 335px;
    color: #ffffff;
    background:#222222 url("../images/contact-bg.png") center no-repeat;
}
.contactBox .indexPageTit h1{color: #ffffff}
.contactBox .contactUl ul{
    margin-top: 65px;
    overflow: hidden;
    padding-left: 10%;
}
.contactBox .contactUl ul li{
    display: block;
    float: left;
    width: 33.33%;
}
.contactBox .contactUl ul li h1{
    font-size: 18px;
    color: #95c527;
    font-family: Conv_HelveticaNeueLTPro-Lt;
    font-weight: bold;
    margin-bottom: 8px;
}
.contactBox .contactUl ul li p{
    font-size: 16px;
    font-family: Conv_HelveticaNeueLTPro-Lt;
    margin-top: 5px;
}
.contactBox .contactEmail{
    margin-top: 66px;
    text-align: center;
    font-size: 18px;
}
.contactBox .contactEmail h1{
    display: block;
    font-size: 18px;
    color: #95c527;
    text-align: center;
    margin-bottom: 10px;
}
.contactBox .contactEmail a{
    color: #ffffff;
    font-size: 16px;
}
.contactBox .contactEmail a:hover{
    color: #95c527;
}
.footer{
    width: 100%;
    text-align: center;
    background: #191919;
    color: #959595;
    padding: 28px 0;
}
.footer p{font-family: Conv_HelveticaNeueLTPro-Lt}

/*****/
.fdUpatm{
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
}
.fdDwatm{
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
}
.fdUpatm.active,
.fdDwatm.active{
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}
.fdWtatm{
    opacity: 0;
    filter: alpha(opacity=0);
    width: 0px !important;
}
.fdWtatm.active{
    opacity: 1;
    filter: alpha(opacity=100);
    width: 60px !important;
}
@keyframes animatedBird {
    0% { bottom: 45px }
    50% { bottom: 30px}
    100% { bottom: 45px }
}
.animate-area {
    animation: animatedBird 1.2s linear infinite;
}

@media (max-width: 1440px) {
    .companyBox .companyPic ul {
        margin-top: 28%;
    }
    .offringBox{
        padding-top: 50px;
    }
    .contactBox .contactUl ul{
        padding-left: 8%;
    }
}
.offringBox_m{
    background-attachment: inherit !important;
    padding-top: 40px;
}