

body{
  background: url(../images/patterns.jpg);
  font-family: 'TrebuchetMS';
}
header{
  background: url(../images/top-patterns.png) repeat-x;
  width: 100%;
  float: left;
}
.logo-wrapper {
    margin: 0;
    margin-top: 45px;
    left: -19px;
    position: relative;
    padding: 0;
}
.wrapper-bg{
  background: url(../images/bg.png) center top;
  height: 1210px;
  padding: 0;
}
.navbar-nav>li {
  background: url(../images/menu-bg.png) no-repeat center;
  height: 126px;
  padding: 0px 23px;
   font-family: 'TrebuchetMS';
  font-size: 13px;
}
.navbar-nav>li img {
    margin: 0px auto;
    display: block;
    margin-top: 61px;
}
.banner-head{
  font-family: 'Fontastique-Fontastique';
  font-size: 33px;
  float: left;
  background-color: #fff;
  padding: 18px 20px;
  margin-top: 98px;
  position: absolute;
  left: -19px;
  top: 180px;
}
.banner-head h2 {
    font-size: 28px;
    color: #f9961e;
    margin: 0;
}

.banner-head h3 {
    margin: 0;
    font-size: 27px;
    color: #424242;
    float: left;
    margin-top: 5px;
}
.banner-wrapper {
    position: relative;
}

.banner-wrapper img.main-bann {
    position: absolute;
    top: 48px;
    left: 323px;
}

div#ascrail2000 div {
    width: 9px !important;
    border: 0px solid #FFF !important;
    border-top-left-radius: 0px !important;  
    border-top-right-radius: 0px !important;  
    border-bottom-right-radius: 0px !important;  
    border-bottom-left-radius: 0px !important;
    right: 0px !important;
    background: #061975 !important;
}
div#ascrail2000 {
    background: #F1F1F1;
    width: 9px !important;
}   

.wel-wrapper {
    width: 100%;
    float: left;
    margin-top: 202px;
}

.welcome-note {
    text-align: right;
    margin-top: 212px;
    margin-left: 89px;
    color: #fff;
}

.welcome-note h4{
   font-family: 'Fontastique-Fontastique';
   font-size: 30px;
}

.welcome-note p{
  font-size: 13px;
  line-height: 18px;
  text-align: right;
  font-family: 'TrebuchetMS';
}

.sub-banner{
  width:36%;
  height:38%;
  float: right;
  background: none;
  border: solid 13px #394ca8;
  /* overflow: hidden; */
  border-radius: 50%;
  position: relative;
  top: -33px;
}

.left-bttn-wrapper {
    width: 68px;
    position: fixed;
    left: 0;
    top: 183px;
    z-index: 999;
}

.user-login-wrapper {
    background-color: #f79020;
    height: 109px;
    margin: 23px 0px;
    box-sizing: border-box;
    padding: 8px 5px;
}

.user-login-wrapper h6 {
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.dialer-head {
    width: 140px;
    height: 140px;
    position: relative;
    margin: 0px auto;
}

.dialer-head:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: solid 2px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    left: 5px;
    top: 7px;
}
.dial-head-inner{
    border: solid 1px #fff;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    position: relative;
    z-index: 1;
}
.dial-head-inner img {
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0;
    top: 0;
    bottom: 0;
}
.dialers-wrapper h2 {
    color: #fff;
    font-family: 'Fontastique-Fontastique';
    font-size: 41px;
    text-align: center;
    margin: 9px 0px;
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.dialers-wrapper span {
    width: 100%;
    float: left;
    font-size: 28px;
    text-align: center;
}

.dialers-wrapper a.btn.btn-default {
    display: block;
    margin: 0px auto;
    width: 91px;
    margin-top: 99px;
}
.dialers-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

.dialers-wrapper:hover {
    background-color: rgba(0, 0, 0, 0.12);
}
.dialers-wrapper,.user-login-wrapper{-webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; transition: all 0.8s ease;}

.dialers-wrapper:after {
    content: "";
    position: absolute;
    width: 51px;
    height: 29px;
    background: url(../images/arrow.png) no-repeat;
    top: 0px;
    margin:  auto;
    bottom: 0;
    right: -20px;
}
.dialers-wrapper.pc:after {
    display: none;
}



/*arrow*/

.dialers-wrapper:after { 
    -webkit-animation-duration: .8s; 
    animation-duration: .8s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    animation-iteration-count:infinite; 
    -webkit-animation-iteration-count:infinite; 
} 

@-webkit-keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(-20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        transform: translateX(-20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.dialers-wrapper:after { 
    -webkit-animation-name: fadeInLeft; 
    animation-name: fadeInLeft; 
}

/*arrow*/
footer {
    float: left;
    width: 100%;
    border-top: dashed 1px #fff;
    margin-top: 30px;
    padding: 21px 0px;
}

footer p {
    float: left;
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
    padding: 0;
}
footer i.fa {
    color: #fff;
    font-size: 20px;
    margin: 0px 4%;
}
.social {
    padding: 0;
}
.user-login-wrapper a {
    text-decoration: none;
}
.user-login-wrapper:hover {
    background-color: #FF0505;
}
.right-flag {
    position: fixed;
    right: 15px;
    /* width: 116px; */
    top: 101px;
}

.right-flag ul li {
    list-style: none;
    margin: 17px 0px;
    /* float: left; */
    /* width: 100%; */
}

.right-flag ul li h2 {
    font-size: 20px;
    color: #fff;
    margin: 5px 0px;
}

.right-flag ul li img {
    display: block;
    margin: 0px auto;
}





/*
inspired from http://codepen.io/Rowno/pen/Afykb 
*/

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* just for demo purpose */

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}



.carousel-inner>.item img {
    border-radius: 50%;
    overflow: hidden;
}

.carousel-inner>.item {
    overflow: hidden;
    border-radius: 50%;
}

#mainText{  xmin-width:500px; margin:50px auto; }
    
    word{ display:inline-block; }
    
    a letter{ color:inherit; }
    letter{ display:inline-block; white-space:pre; background:none; transition:.4s; }
    letter.initial{ opacity:0; text-shadow:0 0 9px; color:#FFF; -webkit-transform:scale(8); -webkit-transform-origin:150% 50%; transform:scale(8); transform-origin:150% 50%; }
      
    .credit{ position:absolute; bottom:10px; left:10px; padding:10px 20px; color:#777; font-size:11px; text-align:center; background:#EEE; border-radius:10px;  }








   .navbar-nav>li {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.navbar-nav>li.home{
    -moz-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-name: slidein;
    -webkit-animation-name: slidein;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
 @-moz-keyframes slidein {
from {
 top: 0px;
}
50%{  top: -20px; }

to {
   top: 0px;
}
}
 @-webkit-keyframes slidein {
from {
 top: 0px;
}
50%{  top: -20px; }

to {
   top: 0px;
}
}

/******/


.navbar-nav>li.dialers{
    -moz-animation-duration: 1.7s;
    -webkit-animation-duration: 1.7s;
    -moz-animation-name: slidein;
    -webkit-animation-name: slidein;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
 @-moz-keyframes slidein {
from {
 top: 0px;
}
50%{  top: -29px; }

to {
   top: 0px;
}
}
 @-webkit-keyframes slidein {
from {
 top: 0px;
}
50%{  top: -29px; }

to {
   top: 0px;
}
}



/******/


.navbar-nav>li.rate{
    -moz-animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    -moz-animation-name: slidein;
    -webkit-animation-name: slidein;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
 @-moz-keyframes slidein {
from {
 top: 0px;
}
50%{  top: -25px; }

to {
   top: 0px;
}
}
 @-webkit-keyframes slidein {
from {
 top: 0px;
}
50%{  top: -25px; }

to {
   top: 0px;
}
}



/******/


.navbar-nav>li.contact{
    -moz-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-name: slidein;
    -webkit-animation-name: slidein;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
 @-moz-keyframes slidein {
from {
 top: 0px;
}
50%{  top: -15px; }

to {
   top: 0px;
}
}
 @-webkit-keyframes slidein {
from {
 top: 0px;
}
50%{  top: -15px; }

to {
   top: 0px;
}
}


.left-bttn-wrapper div#collapseExample {
    position: absolute;
    right: -242px;
    top: 23px;
}

.left-bttn-wrapper div#collapseExample .well {
    border-radius: 0;
    background-color: #F9961E;
    border: 0;
}

.left-bttn-wrapper div#collapseExample .well button.btn.btn-default {
    background-color: #fff;
    color: #F8951D;
    outline: 0;
    border-radius: 4px;
}



#subpage .buttn-wrapper {
float: left;width: 100%;margin-top: 30px;}



#subpage .dialers-wrapper:after {
    display: none;
}
#subpage .dialers-wrapper:hover{
  background: none;
}
.dialers-buttn {
    background-color: #FFF;
    border-radius: 50px;
    padding: 0px 32px;
    box-sizing: content-box;
    margin: 14px 1.1%;
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.17);
    /* border: solid 1px #fff; */
}

.dialers-buttn h2 {
    color: #EC7E00;
    font-size: 20px;
    text-align: center;
    font-family: 'Fontastique-Fontastique';
    margin: 12px 0px;
    float: left;
    width: 100%;
}

.dialers-buttn span {
    text-align: center;
    width: 100%;
    float: left;
    font-size: 13px;
    font-family: 'TrebuchetMS';
    color: #424242;
}

.subpage-dialers-wrpr {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}


#subpage .container-fluid.wrapper-bg {
    height: auto;
}



#subpage .buttn-wrapper.sub-detail-buttn {
    width: 370px;
    float: right;
    margin: 0;
    margin-top: 125px;
    position: relative;
    top: 50px;
    right: 50px;
}

.dialer-head {}

#subpage .buttn-wrapper.sub-detail-buttn .dialer-head {
    width: 100%;
    height: 100%;
    margin: 0px 3%;
    float: left;
}

#subpage .buttn-wrapper.sub-detail-buttn .dialer-head .dial-head-inner {
    width: 60px;
    height: 60px;
}

#subpage .buttn-wrapper.sub-detail-buttn .dialer-head .dial-head-inner img {
    width: 40%;
}

#subpage .buttn-wrapper.sub-detail-buttn .dialers-wrapper {
    width: 64px;
    padding: 0;
    margin: 0px 2%;
}

#subpage .buttn-wrapper.sub-detail-buttn .dialer-head:after {
    display: none;
}

.dialers-buttn:hover {
    background-color: #FF0606;
    border-color: #fff;
}

.dialers-buttn:hover h2 {
    color: #fff;
}

.dialers-buttn:hover span {
    color: #fff;
}