
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url(http://www.markmurray.co/codepen/entypostyle.css);

.green-box {
    background-color: #E3FFDC;
    border: 1px solid #D9E9B9;
}
.green-box a {
     color: #7B8A77;
    float: right;
    font-weight: bold;
    margin-right: 10px;
    margin-top: -3px !important;
    padding-top: 3px;
}
.green-box h4 {
    color: #7B8A77;
    display: inline;
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
    text-shadow: none;
}
.green-box p {
     border-top: 1px solid #D9E9B9;
    color: #ABC0A6;
    margin-top: 8px;
    padding: 15px;
}


html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

	a, a:link, a:visited {
  transition: color 70ms linear 0s;
}
	
	
	
	
	
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.alignleft {float:left;margin-right:15px;}
.alignright {float:right;margin-left:15px;}
.aligncenter {float:none;margin-left:0 auto;display:block}
.floatleft {float:left}
.floatright {float:right}
a, a:active, a:focus, a:active {text-decoration:none !important}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {margin:0 0 15px;font-family: Trebuchet MS,sans-serif} 
img {max-width:100%}
h1, h2, h3, h4, h5, h6 {font-weight:normal;margin:0 0 15px;}
body {background:#fff;
  font-family: Arial,sans-serif;  color: #666666;
  font-size: 13px; transition: all 0.5s ease 0s;
}

.header_area {
  margin-top: 70px;
  text-align: center;
}

.language {
  float: right;
  margin-bottom: -15px;
 
}
.language > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.language ul li {
  background: none repeat scroll 0 0 #F1F1F1;
  float: left;
  margin-left: 5px;
  padding: 5px 8px;
}
.language a {
  color: #845949;
}

.menu_area {
  background: none repeat scroll 0 0 #E54D5C;
  margin: 22px 0 0 auto;
  padding: 56px;

}

.spacer{
  padding: 10px;
}

  
#chat{
   background: no-repeat #f1f2f2 !important;
    margin: 0 !important;
    padding: 0px !important;
    border: 0 !important;
    outline: 0 !important;
    border: 1px solid #F4997E !important;
    position: fixed !important;
    bottom: 5px !important;
    right: 5px !important;
    width: 510px !important;
    height: 480px !important;
    overflow: hidden !important;
    z-index: 100 !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    box-shadow: 0 1px 1px 1px #ddd !important;
    -moz-box-shadow: 0 1px 1px 1px #ddd !important;
    -webkit-box-shadow: 0 1px 1px 1px #ddd !important;
}

.bank{
  display: none;
}

.paypal_inf{
  display: none;
}
.alipay_inf{
  display: none;
}

.bank_inf{
  display: none;
}

.install_inf{
  display: none;
}

.acceptgiro_inf{
  display: none;
}

.credit_card{
  display: none;
}

.cart{
 background-color: #53a3d6 !important;
    border-color: #4090c3 !important;
    color: #fff;
} 
.menu > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.ui-widget-header,.ui-state-default, ui-button{
  background:#b9cd6d;
  border: 1px solid #b9cd6d;
  color: #FFFFFF;
  font-weight: bold;
}
.invalid { color: red; }
.termnc {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.ui-dialog { position: fixed; padding: .2em; width: 300px; overflow: hidden; }

.menu li {
  background: none repeat scroll 0 0 #BF1E2E;
  display: inline;
  margin-left: -10px;
  padding: 26px;cursor: pointer;
  text-shadow: none;
}

.menu a {
  color: #FFFFFF;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
}
.menu a:hover {
 color:#000;

}

.menu li:hover {
 
  background:#E3E75E;
}

.menu #active {
  background: none repeat scroll 0 0 #E3E75E;
  color: #000000;
} 

.menu  #active a {
 
  color:#000;
}
.menu li:hover a {
 
  color:#000;
}

.slider_area {
  background: none repeat scroll 0 0 #ECBBC0;
  padding-bottom: 28px;
}
.bs-example {
   margin: 35px auto 5px 183px;
    width: 736px;
}
.item > img {
  height: 100%;
  width: 100%;
}

.carousel-inner {
  border: 6px solid #FFFFFF;
  margin-left: 15px;
}

.promo_area {
  margin: 33px 0 auto;
}

.all_promo:hover {
  background: none repeat scroll 0 0 #F5F5F5;
}

.masum {
  margin: 0px auto;
  width: 730px;
}

.chatbox {
bottom: 0;
    overflow: hidden;
    position: fixed;
    text-align: left;
 	z-index:1;

}

.chatbox1 {
bottom: 0;
    overflow: hidden;
    position: fixed;
    text-align: left;
  z-index:2;

}


.all_promo {
  padding: 4px;
  text-align: center;
  width: 223px;
}
.promo_img {
  background: none repeat scroll 0 0 #DE3510;
  height: 120px;
  margin-bottom: 20px;
  margin-left: 46px;
  margin-top: 11px;
  width: 120px;
}

.promo_img:hover {
  background: none repeat scroll 0 0 #101010;transform:rotateY(180deg);
  /*transform*/
-webkit-transform:rotateY(180deg) scale(1.1);
   -moz-transform:rotateY(360deg) scale(1.1);
    -ms-transform:rotateY(360deg) scale(1.1);
     -o-transform:rotateY(360deg) scale(1.1);
        transform:rotateY(360deg) scale(1.1);
/*transition*/
-webkit-transition:all 0.3s ease-in-out 0s;
   -moz-transition:all 0.3s ease-in-out 0s;
     -o-transition:all 0.3s ease-in-out 0s;
        transition:all 0.3s ease-in-out 0s;
}
.promo_img.mm img {
  margin-top: 44px;
}

.promo_img > img {
  margin-top: 33px;
}

.promo_content h1 {
  font-family: verdana;
  font-size: 24px;
}


.promo_content h1:hover {
  color: #E54D5C;
}
.promo_content h1{
  color: #000;
}
.promo_content_red_more p {
  background: none repeat scroll 0 0 #F1F1F1;
  border: 1px solid #DDDDDD;
  color: #000000;
  margin-bottom: 9px;
  margin-left: 45px;
  padding: 8px;
  width: 128px;
}
.about_us_area {
  margin-bottom: 141px;
  margin-top: 62px;
}
.about_us > p {
  color: #FFE1DA;
}
.about_us {
  background: none repeat scroll 0 0 #DE3510;
  color: #FFFFFF;
  line-height: 25px;
  padding: 45px 22px;
}
.about_us > h2 {
  font-family: Trebuchet MS,sans-serif;
  font-size: 26px;
  margin-bottom: 59px;
}

.sidebar-left {
  border-right: 1px solid #EBEBEB;
  height: 424px;
}
.sidebar-nav {
  width: 191px;
}
.module-content > p {
  word-spacing: -1px;
}

.module.color-box .module-title {
border: 0;
}
.module.color-box {
background: #de3510;
color: #ffe1da;
padding: 20px;
}
.module-title {
border-bottom: 1px solid #f0f0f0;
margin-bottom: 12px;
}

.module-content {
padding: 6px 0 18px;
float: none;
overflow: hidden;
}

.module-title h3 {
font-size: 18px;
text-transform: uppercase;
padding: 6px 0;font-family: Trebuchet MS, sans-serif;

}
.item-page > p {
  margin: 6px 0;
}
.module-title {
  border-bottom: 3px solid #DE3510;
  margin-bottom: -4px;
  margin-left: -15px;
  width: 226px;
}
.item-page .img-wrapper {
  margin-top: -14px;
}
.item-page a {
  color: #DE3510;
}
.item-page a:hover {
  color: #000;
}
.img-wrapper {
position: relative;
overflow: hidden;
margin-bottom: 24px;
}
.item-page h4 {
  color: #000000;
  font-size: 13px;
  margin-top: -16px;
  padding-right: 2px;
  text-transform: uppercase;
}
/*.footer-icon {
  margin-left: -46px;
  width: 233px;
}*/

.footer-icon {
    text-align: center;
    width: auto;
}

#content {
  height: 306px;
}

.module-content {
  float: none;
  overflow: hidden;
  padding: 6px 0 18px;
}
.module ul {
  list-style-type: none;
}

.nav > li > a:hover, .nav > li > a:focus {
  background: url("../img/arrow-right.png") no-repeat scroll 94% 50% rgba(0, 0, 0, 0);
  color: #000000;
  margin-left: 14px;
  margin-right: -10px;
  transition: all 0.3s ease 0s;
}
.nav > li > a{
  background: url("../img/arrow-right.png") no-repeat scroll 94% 50% rgba(0, 0, 0, 0);color:#DE3510;
}
.nav.menumenu1 > li {
  border-bottom: 1px solid #EEEEEE;
}

.footer_area {
  background: none repeat scroll 0 0 #39332E;
  height: 40px;
}

.footer-copy_right > p {
  color: #FFFFFF;
  float: right;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size: 12px;
  
  text-shadow: none;
  width: 100%;
  text-align: center;
}
.information p {
  margin: 0 auto;
  padding-top: 13px;
  width: 100%; 
  transition: all 0.5s ease 0s;
  text-align: center;
  text-shadow: none;
}


.information {
  width: 100%;
}
.information a {
  color: #DE3510;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}
.information a:hover {
  color: #000
}




/*contact_area*/



.contact_stick, .absolut_account {
  background: none repeat scroll 0 0 #E44D5C;
  color: #FFFFFF;
  font-size: 14px;
  height: 34px;
  padding-top: 7px;
  position: absolute;
  right: -3px;
  text-align: center;
  top: 60px;
  width: 90px;
  
}

.contact_stick1 {
  background: none repeat scroll 0 0 #E44D5C;
  color: #FFFFFF;
  font-size: 14px;
  height: 34px;
  padding-top: 7px;
  position: absolute;
  right: -3px;
  text-align: center;
  top: 70px;
  width: 90px;
  z-index:1;
}

.contact_stick2 {
background: none repeat scroll 0 0 #e44d5c;
    color: #ffffff;
    font-size: 14px;
    padding: 9px 10px;
  
    z-index: 1;
    margin-top:30px;
    float: right; 
}


.row-fluid {
  margin-bottom: 44px;
  margin-top: 42px;
}
.row-fluid .span8 {
  width: 71%;
}

.row-fluid1 {
  margin-bottom: 44px;
  margin-top: 42px;
}
.row-fluid1 .span8 {
  width: 71%;
}

.span9 {
  width: 100%;
}




.contact h2{
  font:300 2.5em/1.4em "Lato";
  margin:0;
  padding:0; 
  text-align: center;
}

.contact p{
  font:300 1.4em "Lato";
  text-align: center;
  margin:0;
  padding:0;
}

.contact_head2{
  font:300 2em "Lato";
  text-align: center;
  margin: 30px auto;
  color: #BE1D2C;
}

.gray_clr{
  color: #AFA7A4;
}

.contact_title{
  font:500 1.5em "Lato";
  text-align: center;
}

.studio_addr,.whats_app,.we_chat{
  text-align: center;
}

.sa_title,.wa_title,.wc_title{
  font:500 1.4em/0.5em "Lato";
}

.sa_sub,.wa_sub,.wc_sub{
  font:300 1.2em "Lato";
}

.sa_sub span{
  float: left;
  width: 100%;
}
.contact_address {
  border-bottom: 1px solid #F4F4F4;
  color: #827973;
  font-size: 14px;
  margin: 0 auto;
  padding: 56px 0 70px;
}
.c_a_title {
  margin-bottom: 27px;
}

.orange_clr {
  color: #F79420;
}

.black_clr {
    color:#695F56;
}
.c_a_block_1 {
  float: left;
  font-size: 14px;
}
.c_a_block_2 {
  float: right;
  font-size: 14px;
  width: 289px;
}
.row-fluid {
  background: none repeat scroll 0 0 #F2EBE9;
}
.row-fluid1 {
  background: none repeat scroll 0 0 #FFFFFF;
}
.page-header {
  border: medium none;
  margin: 22px 0 28px;
  padding: 0;
}
.contact_area {
  background: none repeat scroll 0 0 #F2EBE9;
}

.contact_area1{
  background: none repeat scroll 0 0 #f1f1f1;
}

.contact_area2{
  background: none repeat scroll 0 0 #fff;
}

.checkout_area{
  background: none repeat scroll 0 0 #ffffff;
}

.contact_form input[type="text"] {
  border: 1px solid #EEEEEE;
  color: #555555;
  font-size: 13px;
  height: 42px;
  margin-bottom: 23px;
  margin-right: 10px;
  padding-left: 13px;
  width: 236px;
}
.text_area_in {
  width: 485px;
}


.contact_form input[type="text"]:hover {
  border: 1px solid #FF0000;
}

.summit button {
  background: none repeat scroll 0 0 #AEDE67;
  border-radius: 0;
  color: #4D6625;
  margin-left: 390px;
  margin-top: 10px;
  padding: 11px 29px;
}
.summit button:hover {
  background:#000;
  color:#fff;
}
.contact-form-btn{
  background: none repeat scroll 0 0 #AEDE67;
  border-radius: 0;
  color: #4D6625;
  margin-left: 390px;
  margin-top: 10px;
  padding: 15px 29px;
}
.contact-form-btn:hover {
  background:#000;
  color:#fff;
}
.span8 > div {
  font-size: 17px;
}



.form-control {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #AAAAAA;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
}


  .alert{
         margin-top: 10px !important;
           padding: 7px !important;
      }



/*account*/
.c_t_row_1.muf {
  font-size: 24px;color: #666666;
}

.c_t_row_2.mun {
  color: #ADA39A;
  font-size: 17px;
  letter-spacing: -0.2px;
  font-family: Arial,sans-serif;
}


.panna {
  margin-bottom: -145px;
}


#register_title {
  border-bottom: 1px solid #DDDDDD;
}
.promo_area {
  
  margin-top: 0;
}

.sarvice_area {
   background:none repeat scroll 0 0 #E54D5C;
    border-radius: 5px;
    float: left;
    font-family: Myriad Pro;
    padding: 14px;
    width: 100%;
	margin-top:15px;
	height:115px;
}
.sarvice_area:hover{
   background: none repeat scroll 0 0 #bf1e2e;
    color: #fff;
    transform: rotate(360deg);
    transition: all 0.5s ease-in-out 0s;
}
.sarvice_area h2 {
  color: #fff;
  font-family: Myriad Pro;
  font-size: 20px;
  margin-bottom: 14px;
  margin-top: 4px;
  text-align: center;
}
.sarvice_area > p {
 color: #e3e75e;
    font-size: 14px;
    text-align: center;
}
.promo_area_text {
 
}
.teg_line
{

}
.teg_line > p {
  font-size: 14px;
  margin-top: 40px;
}
.teg_line > marquee > p {
 font-size: 14px;
  margin-top: 40px;
}
#p-text {
  float: right;
  margin-right: 71px;
  margin-top: -20px;
}


.about_stdio {
 
}

.std_left p, .std_right p {
  color: #685f59;
  font-size: 13px;
  text-align: justify;
  line-height:25px;
}

.about_stdio-all {
 background: none repeat scroll 0 0 #f8f8f8;
    border-radius: 5px;
    margin: 0 0 15px;
    padding: 20px;
    position: relative;
}

.about_std_text > h2 {
  color: #827973;
  font-size: 18px;
  text-align: center;
}
.about_std_text span {
  color: #e54d5c;
}


.std_left {
  float: left;
}

.std_left .std_blue {
	color: #3c85d0;
	}

#nodi {
  margin-top: 26px;
}
.flag > p {
  color: #A1A1A1;
  float: left;
  font-size: 12px;
  margin-left: 184px;
  margin-right: 6px;
  margin-top: 2px;
}
.Story-area, .absolut_account {
  background: none repeat scroll 0 0 #E54D5C;
  font-size: 14px;
  height: 34px;
  padding: 7px 12px;
  position: absolute;
  right:-19px;
  text-align: center;
  top: 15px;
  width: auto;
  z-index: 999999;
}.Story-area > p {
  margin: 0;color:#fff;
}

.absolut_account a:hover {
  color: #E3E75E;
}
.about_stdio-all.next {
  margin-bottom: 53px;
  margin-top: 61px;
}

.about_std_text.next_text span {
  color: #83b4e6;
}


.Story-area.Assist {
  background: none repeat scroll 0 0 #83b4e6;
}

.cat_bss > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}



.cat_bss a {
  color: #827973;
  font-size: 12px;
}.cat_bss a:hover {
  color:#bf1e2e;
}

.Story-area p {
  color: #FFFFFF;
  margin: 0;
}
.contact_stick > a:hover {
  color: #E3E75E;
}

.contact_stick1 > a:hover {
  color: #E3E75E;
}
.contact_stick2 > a:hover {
  color: #E3E75E;
}

.Story-area.Assist p {
  color: #FFFFFF;
  margin: 0;
}

.contact_stick > a {
  color: #FFFFFF;
  padding-left: 4px;
}

.contact_stick > a:hover,.Story-area.Assist p:hover, {
  color: #FFEE99;
}

.contact_stick1 > a {
  color: #FFFFFF;
  padding-left: 4px;
}

.contact_stick1 > a:hover {
  color: #FFEE99;
}

.contact_stick2 > a {
  color: #FFFFFF;
  padding-left: 4px;
}

.contact_stick2 > a:hover {
  color: #FFEE99;
}

.Story-area p:hover {
  color: #E3E75E;
}

.footer-icon img {
  margin-right: -4px;
  opacity: 0.7;
}


.footer-icon img:hover {
  opacity: 1;
}

.c_t_row_1 {
  font-size: 16.12px;
}
.c_t_row_2 {
  font-size: 12.54px;
  letter-spacing: -0.2px;
}

/*------product-------*/
.assiet_area {
  background: none repeat scroll 0 0 #F8F4F3;
  padding-bottom: 70px;
}
.assiet {
  color: #827973;
  font-family: Myriad Pro;
  font-size: 13px;
  margin-bottom: 30px;
  margin-top: 45px;
  text-align: center;
}

.assiet h2 {
 
    font: 300 3em/1.5em 'Lato';
    /*font: Ultra-Light 100 3em/1.5em 'Lato';
    font: Ultra-Light 100 3em/1.5em 'Lato', sans-serif;
*/

 }

.assiet span {
  color: #65B7D2;
}
.all_assiet {
   text-align: center;
   width: 100%;
   margin: 0 auto;
   
}
.assiet_singal {
  background: none repeat scroll 0 0 #BF202F;
  float: left;
  height: 180px;
  margin-bottom: 1px;
  margin-right: 1px;
  text-align: center;
  width: 33%;
  
}

.assiet_singal h2{
  font: 300 2.2em "Lato" !important;
}  
.assiet_singal img {
   
    text-align: center;
}
.assiet_singal.assiet_singal_n {
  background: none repeat scroll 0 0 #F15A2B;
}
.assiet_singal.assiet_singal_ne {
  background: none repeat scroll 0 0 #F79520;
}
.assiet_singal.assiet_singal_next {
  background: none repeat scroll 0 0 #E3E75E;
}
.assiet_singal.assiet_singal_last {
  background: none repeat scroll 0 0 #BAD28A;
}

.assiet_singal h2 {
  color: #FFFFFF;
  font-size: 30px;
  margin: 0 auto;


 }

.assiet_singal.assiet_singal_next h2 {
  color: #424321;
}
.assiet_singal  p {
     color: #ffffff;
    display: table-cell;
    font: 300 1em "Lato" !important;
    height: 44px;
    margin-top: -3px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 54%;
}
.assiet_singal.assiet_singal_next  p {
  color: #424321;
}

.all_assiet1 {
   text-align: center;
   width: 100%;
   margin: 0 auto;
   
}
.assiet_singal1 {
  border: 1px solid;
  float: left;
  height: 180px;
  margin-bottom: 10px;
  margin-right: 1px;
  text-align: center;
  width: 100%;
  
}

.assiet_singal1 h2{
  font: 300 1.3em "Lato" !important;
  
  margin: 0 auto;
}  

.assiet_singal1 h2,.assiet_singal1 p , .assiet_singal1 > span{
  color: #bf202f !important;
}
.assiet_singal1.assiet_singal_n1 h2,.assiet_singal1.assiet_singal_n1 p ,.assiet_singal1.assiet_singal_n1 > span {
    color: #f15a2b !important;
}

.assiet_singal1.assiet_singal_ne1 h2,.assiet_singal1.assiet_singal_ne1 p,.assiet_singal1.assiet_singal_ne1 > span {
    color: #f79520 !important;
}

.assiet_singal1 img {
   
    text-align: center;
}



.assiet_singal.assiet_singal_next1 h2 {
  color: #424321;
}
.assiet_singal1  p {
   
    display: block;
    font: 300 1em "Lato" !important;
    
    margin-top: -3px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 54%;
}




.assiet_singal1.assiet_singal_next1  p {
  color: #424321;
}

.assiet_singal1 > span {
    float: left;
    font: 500 2em "Lato";
    margin: 0 auto;
    width: 100%;
}

.line_hr{

  display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
    background: none repeat scroll 0 0 #f2f2f2;

}

.Additional_Support_area {
  background: none repeat scroll 0 0 #FFFFFF;
  padding-top: 50px;
  text-align: center;padding-bottom: 50px;
}
.Additional_Support > h2 {
  color: #827973;
  font: 300 3em 'Lato';
  margin: 0 auto;
}
.Additional_Support span {
  color: #E54D5C;
}

.Additional_promo_all {
  margin: 0 auto;
    text-align: center;
    width: 100%;
    padding-top: 35px;
 
}
.Additional_promo {
 
  float: left;
    margin: 0 auto;
    text-align: center;
    width: 33%;
}

.Additional_promo:hover {
  color: #424321;
}
.Additional_promo h2 {
  color: #564A40;
  font: 300 2.2em "Lato" !important;
  padding-top: 10px;
}

.Additional_promo p {
  color: #564A40;
  font: 300 1em "Lato" !important;
  margin-top: -12px;
}

.Additional_promo_all_next {
   margin-bottom:94px;
  margin-left: auto;
  margin-right: auto;
  width: 340px;
}

.Additional_promo:hover, .Additional_promo:hover h2,.Additional_promo:hover p {
  background: none repeat scroll 0 0 #E3E75E;color:#000;
  cursor: pointer;
  
}



/*protfoli*/


.protfolio_start {
  margin: 0 auto;
 
}


.filter.active {
  color: #01afee;
}
.protfolio_area {
  /* background: none repeat scroll 0 0 #F2F2F2; */
  margin-top: 0;

}

.protfolio_area1 {
  background: none repeat scroll 0 0 #F3F3F3; 
  margin-top: 0;

}



.controls > ul {
 font-size: 16px;
  
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.controls ul li {
  background: none repeat scroll 0 0 #fff;
    border-right: 1px solid #f1f1f1;
    color: #ff90b2;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 20px;
    padding: 15px 0 16px;
    text-align: center;
    text-decoration: none;
    width: 25%;
}

.controls ul li:hover {
    background: none repeat scroll 0 0 #e54d5c;
    color: #fff;
}

.controls ul li:last-child{
  border-right:none;
}
.protfolio > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
/* .protfolio > ul li {
  float: left;
  margin-top: 50px; 
  margin-bottom: 50px;
  width: 50%;
} */

.protfolio > ul li {
    float: left;
    margin-bottom: 50px;
    
    margin-top: 50px;
  
    width: 45%;
}

.single_protfolio_text {
  background: none repeat scroll 0 0 #c1c1c1;
  padding: 14px;
  width: 100%;
}
.single_protfolio_text > p {
  color: #fff;
  font-size: 13px;
  margin: 0;
}
.single_protfolio_text h2 {
  color: #fff;
  font-size: 18px;
}

.rtext{
  text-align: right;
}

.ctext{
  text-align: center;
}

.discount{
  
  color: #5cb85c;
}

.total_amt{
  
  font:400 1.3em "Lato" !important; 
}

.cart_total{
  font: 400 1em "Lato"!important;
}

.mix{display:none;}

.mix.all.First.mix_all {
    margin-right: 70px;
}

/*account*/


.account_area {
  background: none repeat scroll 0 0 #F2F2F2;
}

.all_acc {
  background: none repeat scroll 0 0 #FFFFFF;
  margin: 50px auto 96px;
  position: relative;
  text-align: center;
  width: 700px;
}

.all_acc1 {
  margin: 50px auto 96px;
  position: relative;
  text-align: center;
  width: 700px;
  text-align: left;
}


.absolut_account > p {
  margin: 0;
}
.account_text > h2 {
  color: #827973;
  font-size: 16px;
  padding-top: 53px;
}
.account_text span {
  color: #F79420;
}

.account_text > p {
  border-bottom: 1px solid #DDDDDD;
  color: #ADA39A;
  font-size: 12px;
  margin-left: 101px;
  padding-bottom: 44px;
  text-align: center;
  width: 510px;
}
.all-acount {
  margin: 53px auto 0;
  width: 515px;
}

.forgot-acount {
   
    padding-bottom: 30px;
  
}
.New_Account {
  width: 248px; text-align: left;
}

.forgot-pass {
  width: 100%; text-align: left;
  padding: 12px;
}

.new_login {
  width: 233px; text-align: left;
}
.New_Account h2 , .new_login  h2{
  color: #AAAAAA;
  font-size: 18px;
}

.forgot-pass h2{
  color: #AAAAAA;
  font-size: 18px;
}


.New_Account input[type="text"], .new_login input[type="text"] {
  border: 1px solid #F1F1F1;
  color: #888888;
  font-size: 12px;
  height: 30px;
  margin-bottom: 12px;
  padding-left: 18px;
  width: 211px;
  margin-right: 33px;
}


.forgot-pass input[type="text"] {
  border: 1px solid #F1F1F1;
  color: #888888;
  font-size: 12px;
  height: 30px;
  margin-bottom: 12px;
  padding-left: 18px;
  width: 211px;
  margin-right: 33px;
}

.New_Account input[type="password"], .new_login input[type="password"] {
    border: 1px solid #F1F1F1;
    color: #888888;
    font-size: 12px;
    height: 30px;
    margin-bottom: 12px;
    padding-left: 18px;
    width: 211px;
    margin-right: 33px;
}

.New_Account label {
  display: inline-block;
  float: right;
  font-size: 12px;
  margin-top: 19px;
  width: 226px;
}

.forgot-pass label {
  display: inline-block;
  float: left;
  font-size: 12px;
  margin-top: 6px;
  
}

.checkboxFour {
  background: none repeat scroll 0 0 #DDDDDD;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  height: 13px;
  left: -92px;
  margin: 29px 90px;
  position: relative;
  top: -130px;
  width: 13px;
}
.checkboxFour label {
  background: none repeat scroll 0 0 #333333;
  border-radius: 100px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
  cursor: pointer;
  display: block;
  height: 8px;
  left: 2.1px;
  position: absolute;
  top: 2.4px;
  transition: all 0.5s ease 0s;
  width: 8px;
  z-index: 1;
}
.checkboxFour input[type=checkbox]:checked + label {
	background: #26ca28;
}

.checkboxFour input[type="checkbox"] {
  visibility: hidden;
}
.absolut_account a {
  color: #FFFFFF;
}
.New_Account input[type="submit"] {
  background: none repeat scroll 0 0 #B0DF67;
  border: medium none;
  border-radius: 2px;
  color: #475F20;
  font-size: 12px;
  margin-top: 27px;
  padding: 11px 32px;
}

.forgot-pass input[type="submit"] {
  background: none repeat scroll 0 0 #B0DF67;
  border: medium none;
  border-radius: 2px;
  color: #475F20;
  font-size: 12px;
  margin: 7px 0 15px 0;
  padding: 11px 32px;
}


.new_login p {
  color: #333333;
  font-size: 11px;
  margin-bottom: 16px;
}

.new_login input[type="submit"] {
  background: none repeat scroll 0 0 #B0DF67;
  border: medium none;
  border-radius: 2px;
  color: #475F20;
  font-size: 13px;
  padding: 8px 17px;
}
.flag_text {
  position: absolute;
  right: 17px;
  top: 532px;
}
.flag_text > p {
  color: #A1A1A1;
  float: left;
  font-size: 12px;
  width: 132px;
}

.flag_text > img {
  margin-left: 7px;
  margin-top: 15px;
}

.flag_text_3 {
  padding: 10px;
    width: 100%;
}

.flag_text_3 > p {
   color: #a1a1a1;
    float: left;
    font-size: 12px;
    text-align: right;
    width: 96%;
}

.flag_text_3 > img {
  margin-left: 7px;
  margin-top: 15px;
}

.New_Account input[type="submit"]:hover, .new_login input[type="submit"]:hover {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;transition: all 0.5s ease 0s;
}

.top_content{
 background-color:#ffffff;
 
}

.back_content{
  background-color:#f2f2f2;
  border-bottom:3px solid #d8d8da; 
 
}


.main_content{
   padding: 40px;
}


/*domain_reg*/

.New_Checkout {
  margin: 0 auto;
  position: relative;
  width: 490px;
}
.all-Checkout h2 {
  color: #F15A2B;
  font-size: 16px;
  margin-top: 82px;
  text-align: center;
}
.all_acc.Checkout_area {
  text-align: left;
}
.all-Checkout h3 {
  color: #4B4B4B;
  font-size: 13px;
  margin-bottom: 66px;
  margin-top: -13px;
}

.Summary_text {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 20px;
  margin-top: 46px;
  padding-bottom: 23px;
}

.all-Checkout .Summary_text h3 {
  color: #888888;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: -14px;
}
.Summary_text > p {
  color: #B8B7B7;
  font-size: 12px;
  margin-top: -26px;
}
.Summary_text span p {
  color: #888888;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: -52px;
  text-align: right;
}
.card_area {
  float: left;
  margin-bottom: 10px;
  margin-right: 19px;
  margin-top: 45px;
  width: 271px;
}

.card_area > p {
  color: #888888;
  float: left;
  font-size: 11px;
  margin-left: -18px;
  margin-top: 9px;
  width: 70px;
}
.card_area input[type="text"] {
  color: #888888;
  font-size: 13px;
  font-weight: bold;
  height: 33px;
  padding-left: 17px;
  width: 70px;
}
.card_area input[type="submit"] {
  background: none repeat scroll 0 0 #C4C4C4;
  border: medium none;
  color: #888888;
  float: right;
  font-size: 12px;
  margin-right: 2px;
  margin-top: 6px;
  padding: 9px 20px;
}
.shoping_area {
    float: right;
    padding: 0;
    width: 100%;
}
.shoping_area > p {
    float: left;
    font-size: 11px;
    margin-left: 330px;
    width: 72px;
}

.shoping_area h5 {
    border: 1px solid #f0f0f0;
    color: #e54d5c;
    float: right;
    height: 30px;
    margin-top: 2px;
    padding-top: 8px;
    text-align: center;
    width: 70px;
}
.all_cd-area {
  border-bottom: 1px solid #DDDDDD;
  overflow: hidden;
  width: 490px;
}
#a {
  color: #F79420;
  margin-top: 8px;
}

#b {
  color: #888888;
}

#c {
  color: #00A8EC;
  margin-top: 10px;
}
#d {
  color: #00A8EC;
}

.sarves_area > p {
  color: #333333;
  font-size: 13px;
}

.single_srvs {
  margin-left: -14px;
  width: 148px;
}
.single_srvs > img {
  width: 100%;
  background:#009F3C;
}

.sarves_area {
  border-bottom: 1px solid #DDDDDD;
  overflow: hidden;
  padding-bottom: 25px;
  width: 522px;
}
.single_srvs > p {
  color: #333333;
  font-size: 12px;
  text-align: center;
}
.single_srvs span {
  color: #BF1E2E;
  font-weight: bold;
}

.single_srvs input[type="submit"] {
  background: none repeat scroll 0 0 #B0DF67;
  border: medium none;
  border-radius: 2px;
  color: #475F20;
  font-size: 13px;
  font-weight: bold;
  margin-left: 36px;
  padding: 8px 6px;
  text-align: center;
}


.single_srvs1 {
  margin-left: -14px;
  width: 148px;
}
.single_srvs1 > img {
  width: 100%;
  background:#00A8EC;
}

.single_srvs1 > p {
  color: #333333;
  font-size: 12px;
  text-align: center;
}
.single_srvs1 span {
  color: #BF1E2E;
  font-weight: bold;
}

.single_srvs1 input[type="submit"] {
  background: none repeat scroll 0 0 #B0DF67;
  border: medium none;
  border-radius: 2px;
  color: #475F20;
  font-size: 13px;
  font-weight: bold;
  margin-left: 36px;
  padding: 8px 6px;
  text-align: center;
}


.single_srvs2{
  margin-left: -14px;
  width: 148px;
}
.single_srvs2 > img {
  width: 100%;
  background:#EE5921;
}

.single_srvs2 > p {
  color: #333333;
  font-size: 12px;
  text-align: center;
}
.single_srvs2 span {
  color: #BF1E2E;
  font-weight: bold;
}

.single_srvs2 input[type="submit"] {
  background: none repeat scroll 0 0 #B0DF67;
  border: medium none;
  border-radius: 2px;
  color: #475F20;
  font-size: 13px;
  font-weight: bold;
  margin-left: 36px;
  padding: 8px 6px;
  text-align: center;
}


.all_ship_area {
  border-bottom: 1px solid #DDDDDD;
  overflow: hidden;
  padding-bottom: 35px;
  width: 522px;
}

.all_ship_area_left {
  float: left;
  width: 215px;
}
.all_ship_area_right {
  float: right;
  width: 215px;
}

.all_ship_area_left > input, .all_ship_area_right input {
  border: 1px solid #EEEEEE;
  border-radius: 2px;
  color: #888888;
  font-size: 12px;
  height: 31px;
  margin-bottom: 10px;
  padding-left: 18px;
  width: 212px;
}
.all_ship_area > h2 {
  color: #333333;
  font-size: 15px;
  text-align: left;
}
.checkboxFour_2 {
  background: none repeat scroll 0 0 #DDDDDD;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  height: 13px;
  left: -87px;
  margin: 29px 90px;
  position: relative;
  top: -25px;
  width: 13px;
}
.checkboxFour_2 label {
  background: none repeat scroll 0 0 #333333;
  border-radius: 100px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
  cursor: pointer;
  display: block;
  height: 8px;
  left: 2.1px;
  position: absolute;
  top: 2.4px;
  transition: all 0.5s ease 0s;
  width: 8px;
  z-index: 1;
}
.checkboxFour_2 input[type=checkbox]:checked + label {
	background: #26ca28;
}

.checkboxFour_2 input[type="checkbox"] {
  visibility: hidden;
}
.pay_area {
  overflow: hidden;
  padding-bottom: 40px;
  width: 532px;
  margin-bottom: -2px;
}
.card_img_area {
  margin-bottom: 11px;
  margin-left: 20px;
  margin-top: -71px;
  width: 215px;
}

.pay_area h2 {
  color: #333333;
  font-size: 16px;
  margin-top: 14px;
  text-align: left;
}
.card_left {
  float: left;
  width: 248px;
}
.card_right {
  float: right;
  margin-top: 28px;
  width: 226px;
}

.card_left .nasnal_id input {
  font-size: 11px;
  height: 30px;
  margin-bottom: 8px;
  padding-left: 17px;
  width: 210px;
}

.l_in {
  float: left;
  width: 135px;
}
.r_in {
  float: right;
  margin-right: 37px;
  width: 70px;
}
.l_in > input {
  font-size: 11px;
  height: 30px;
  margin-bottom: 8px;
  padding-left: 4px;
  width: 134px;
}
.r_in > input {
  font-size: 11px;
  height: 30px;
  margin-bottom: 8px;
  padding-left: 15px;
  width: 70px;
}
.card_big_img > img {
  float: left;
  margin-bottom: 21px;
  margin-right: 40px;
  width: 36px;
}

.card_big_img > img#im_1 {
  width: 62px;
}
.card_big_img {
  position: relative;
}
.card_big_img > input#f_c {
  left: -18px;  font-size: 11px;
  position: absolute;
  top: 5px;
}
.card_big_img > input#f_ca {
  left: -16px;  font-size: 11px;
  position: absolute;
  top: 61px;
}
.card_big_img > input#f_cak {
  left: 57px;  font-size: 11px;
  position: absolute;
  top: 5px;
}
.card_big_img > input#f_cakb {
  left: 57px;  font-size: 11px;
  position: absolute;
  top: 58px;
}
.flag_text_2 {
  position: absolute;
  right: -109px;
  top: 240px;
}
.flag_text_2 > p {
  color: #A1A1A1;
  float: left;
  font-size: 12px;
}
.flag_text_2 > img {
  margin-left: 6px;
  margin-top: 14px;
}
.chk_out {
  float: right;
  margin-right: -62px;
  margin-top: -29px;
  width: 311px;
}

.chk_out > p {
  float: left;
  font-size: 12px;
  margin-left: 84px;
  margin-top: -7px;
  width: 185px;
}

.chk_sub {
  float: right;
  margin-right: -31px;
  margin-top: -7px;
}
.chk_sub input {
  background: none repeat scroll 0 0 #B0DF67;
  border: medium none;
  border-radius: 3px;
  padding: 10px 9px;
}

.chk_sub input:hover,.single_srvs input[type="submit"]:hover {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
}

.single_srvs1 input[type="submit"]:hover {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
}

.single_srvs2 input[type="submit"]:hover {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
}

.checkboxFour_ck {
  background: none repeat scroll 0 0 #DDDDDD;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  height: 13px;
  left: -27px;
  margin: 29px 90px;
  position: relative;
  top: -34px;
  width: 13px;
}
.checkboxFour_ck label {
  background: none repeat scroll 0 0 #333333;
  border-radius: 100px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
  cursor: pointer;
  display: block;
  height: 8px;
  left: 2.1px;
  position: absolute;
  top: 2.4px;
  transition: all 0.5s ease 0s;
  width: 8px;
  z-index: 1;
}
.checkboxFour_ck input[type=checkbox]:checked + label {
	background: #26ca28;
}

.checkboxFour_ck input[type="checkbox"] {
  visibility: hidden;
}

.all-Checkout {
  margin-bottom: -66px;
}


/*registie*/



.domain_text {
  margin: 0 auto;
  width: 572px;
}
.domain_text > p {
  color: #555555;
  font-size: 13px;
  margin-bottom: 46px;
  margin-top: 73px;
}

.Domain_Check_area {
  float: left;
  width: 305px;
}
.Domain_Check_area > h2,.Link_Domainname_area h2 {
  color: #333333;
  font-size: 15px;
  margin: 6px 0;
  text-align: left;
}
.Domain_Check_area input[type="text"]{
  border: 1px solid #DDDDDD;
  height: 30px;
  padding-left: 17px;
  width: 211px;
}

.Domain_Check_area input[type="submit"]{
  background: none repeat scroll 0 0 #B0DF67;
  border: medium none;
  border-radius: 0 4px 3px 0;
  color: #475F20;
  margin-left: -5px;
  padding: 7px 12px;
  width: 62px;
}
.Domain_Check_area input[type="submit"]:hover{
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
}

.Link_Domainname_area {
  float: right;
  width: 267px;
}


.Link_Domainname_area input[type="text"] {
  border: 1px solid #DDDDDD;
  height: 30px;
  margin-left: -8px;
  margin-right: -4px;
  padding-left: 17px;
  width: 212px;
}

.Link_Domainname_area input[type="submit"] {
  background: none repeat scroll 0 0 #B0DF67;
  border: medium none;
  border-radius: 0 3px 3px 0;
  color: #475F20;
  height: 30px;
  width: 63px;
}
.Link_Domainname_area input[type="submit"]:hover{  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;}
.Link_Domainname_area > h2 {
  margin-left: -8px;
}

.top_domain_area {
  margin-top: 61px;
}
.domain_image_area {
  margin-top: 99px;
}
.New_domain_area{}
.domain_image_area ul, .domain_name_area ul, .country ul, .order ul, .month ul, .price ul{margin:0;padding:0;list-style:none;}
.domain_image_area ul li, .domain_name_area ul li, .country ul li, .month ul li, .price ul li{padding: 0 0 20px 10px;}
.domain_image_area ul li{}

.domain_image_area img {
  margin-left: 10px;
}
.all_top_domain_area {
  margin-top: 70px;
}

.domain_area ul{}
.domain_name_area ul li{border-left: 1px solid #DFDFDF;
margin-left: -17px;
padding: 0 0 20px 10px;}
.domain_name_area ul li:firstchild{border-left: none}
.month ul{border-left:1px solid #DFDFDF;border-right:1px solid #DFDFDF;}

.month ul li {margin-left:30px}
.order li{margin-top: -10px;
padding-bottom: 20px;}
.order h2{margin-left:-18px}
.month h2{text-align: center;}
.country ul{margin-left: 13px;
width: 40%;}
.country li{border-left:1px solid #DFDFDF;border-right:1px solid #DFDFDF;}
.domain_name_area h2{margin-left:-16px;}
.domain_name_area h2, .country h2, .order h2, .month h2, .price h2 {margin-top:60px}

.domain_image_area li#one {
  background: url("../img/li_bg_nd.png") no-repeat scroll 5px 7px rgba(0, 0, 0, 0);
}

.checkboxFour_ck_an {
  background: none repeat scroll 0 0 #DDDDDD;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  height: 13px;
  left: -96px;
  margin: 29px 90px;
  position: relative;
  top: 2px;
  width: 13px;
}

.checkboxFour_ck_an label {
  background: none repeat scroll 0 0 #333333;
  border-radius: 100px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
  cursor: pointer;
  display: block;
  height: 8px;
  left: 2.1px;
  position: absolute;
  top: 2.4px;
  transition: all 0.5s ease 0s;
  width: 8px;
  z-index: 1;
}
.checkboxFour_ck_an input[type=checkbox]:checked + label {
	background: #26ca28;
}

.checkboxFour_ck_an input[type="checkbox"] {
  visibility: hidden;
}





.checkboxFour_ck_ana {
  background: none repeat scroll 0 0 #DDDDDD;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  height: 13px;
  left: -96px;
  margin: 29px 90px;
  position: relative;
  top: -44px;
  width: 13px;
}
.checkboxFour_ck_ana label {
  background: none repeat scroll 0 0 #333333;
  border-radius: 100px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
  cursor: pointer;
  display: block;
  height: 8px;
  left: 2.1px;
  position: absolute;
  top: 2.4px;
  transition: all 0.5s ease 0s;
  width: 8px;
  z-index: 1;
}
.checkboxFour_ck_ana input[type=checkbox]:checked + label {
	background: #26ca28;
}

.checkboxFour_ck_ana input[type="checkbox"] {
  visibility: hidden;
}

.checkboxFour_ck_anb {
  background: none repeat scroll 0 0 #DDDDDD;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  height: 13px;
  left: -96px;
  margin: 29px 90px;
  position: relative;
  top: -87px;
  width: 13px;
}

.checkboxFour_ck_anb label {
  background: none repeat scroll 0 0 #333333;
  border-radius: 100px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
  cursor: pointer;
  display: block;
  height: 8px;
  left: 2.1px;
  position: absolute;
  top: 2.4px;
  transition: all 0.5s ease 0s;
  width: 8px;
  z-index: 1;
}
.checkboxFour_ck_anb input[type=checkbox]:checked + label {
	background: #26ca28;
}

.checkboxFour_ck_anb input[type="checkbox"] {
  visibility: hidden;
}

.checkboxFour_ck_anc {
  background: none repeat scroll 0 0 #DDDDDD;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  height: 13px;
  left: -96px;
  margin: 29px 90px;
  position: relative;
  top: -130px;
  width: 13px;
}

.checkboxFour_ck_anc label {
  background: none repeat scroll 0 0 #333333;
  border-radius: 100px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
  cursor: pointer;
  display: block;
  height: 8px;
  left: 2.1px;
  position: absolute;
  top: 2.4px;
  transition: all 0.5s ease 0s;
  width: 8px;
  z-index: 1;
}
.checkboxFour_ck_anc input[type=checkbox]:checked + label {
	background: #26ca28;
}

.checkboxFour_ck_anc input[type="checkbox"] {
  visibility: hidden;
}

.checkboxFour_ck_and {
  background: none repeat scroll 0 0 #DDDDDD;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  height: 13px;
  left: -96px;
  margin: 29px 90px;
  position: relative;
  top: -175px;
  width: 13px;
}

.checkboxFour_ck_and label {
  background: none repeat scroll 0 0 #333333;
  border-radius: 100px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
  cursor: pointer;
  display: block;
  height: 8px;
  left: 2.1px;
  position: absolute;
  top: 2.4px;
  transition: all 0.5s ease 0s;
  width: 8px;
  z-index: 1;
}
.checkboxFour_ck_and input[type=checkbox]:checked + label {
	background: #26ca28;
}

.checkboxFour_ck_and input[type="checkbox"] {
  visibility: hidden;
}

.checkboxFour_ck_ane {
  background: none repeat scroll 0 0 #DDDDDD;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  height: 13px;
  left: -96px;
  margin: 29px 90px;
  position: relative;
  top: -217px;
  width: 13px;
}

.checkboxFour_ck_ane label {
  background: none repeat scroll 0 0 #333333;
  border-radius: 100px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
  cursor: pointer;
  display: block;
  height: 8px;
  left: 2.1px;
  position: absolute;
  top: 2.4px;
  transition: all 0.5s ease 0s;
  width: 8px;
  z-index: 1;
}
.checkboxFour_ck_ane input[type=checkbox]:checked + label {
	background: #26ca28;
}

.checkboxFour_ck_ane input[type="checkbox"] {
  visibility: hidden;
}

.checkboxFour_ck_anf {
  background: none repeat scroll 0 0 #DDDDDD;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  height: 13px;
  left: -96px;
  margin: 29px 90px;
  position: relative;
  top: -259px;
  width: 13px;
}

.checkboxFour_ck_anf label {
  background: none repeat scroll 0 0 #333333;
  border-radius: 100px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
  cursor: pointer;
  display: block;
  height: 8px;
  left: 2.1px;
  position: absolute;
  top: 2.4px;
  transition: all 0.5s ease 0s;
  width: 8px;
  z-index: 1;
}
.checkboxFour_ck_anf input[type=checkbox]:checked + label {
	background: #26ca28;
}

.checkboxFour_ck_anf input[type="checkbox"] {
  visibility: hidden;
}

.checkboxFour_ck_ang {
  background: none repeat scroll 0 0 #DDDDDD;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  height: 13px;
  left: -96px;
  margin: 29px 90px;
  position: relative;
  top: -299px;
  width: 13px;
}

.checkboxFour_ck_ang label {
  background: none repeat scroll 0 0 #333333;
  border-radius: 100px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
  cursor: pointer;
  display: block;
  height: 8px;
  left: 2.1px;
  position: absolute;
  top: 2.4px;
  transition: all 0.5s ease 0s;
  width: 8px;
  z-index: 1;
}
.checkboxFour_ck_ang input[type=checkbox]:checked + label {
	background: #26ca28;
}

.checkboxFour_ck_ang input[type="checkbox"] {
  visibility: hidden;
}

.checkboxFour_ck_anh {
  background: none repeat scroll 0 0 #DDDDDD;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  height: 13px;
  left: -96px;
  margin: 29px 90px;
  position: relative;
  top: -341px;
  width: 13px;
}
.checkboxFour_ck_anh label {
  background: none repeat scroll 0 0 #333333;
  border-radius: 100px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
  cursor: pointer;
  display: block;
  height: 8px;
  left: 2.1px;
  position: absolute;
  top: 2.4px;
  transition: all 0.5s ease 0s;
  width: 8px;
  z-index: 1;
}
.checkboxFour_ck_anh input[type=checkbox]:checked + label {
	background: #26ca28;
}

.checkboxFour_ck_anh input[type="checkbox"] {
  visibility: hidden;
}

.checkboxFour_ck_ani {
  background: none repeat scroll 0 0 #DDDDDD;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  height: 13px;
  left: -96px;
  margin: 29px 90px;
  position: relative;
  top: -383px;
  width: 13px;
}
.checkboxFour_ck_ani label {
  background: none repeat scroll 0 0 #333333;
  border-radius: 100px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
  cursor: pointer;
  display: block;
  height: 8px;
  left: 2.1px;
  position: absolute;
  top: 2.4px;
  transition: all 0.5s ease 0s;
  width: 8px;
  z-index: 1;
}
.checkboxFour_ck_ani input[type=checkbox]:checked + label {
	background: #26ca28;
}

.checkboxFour_ck_ani input[type="checkbox"] {
  visibility: hidden;
}

.more_doming {
  margin-top: -373px;width: 162px;
}
.more_doming_right {
  position: absolute;
  right: 47px;
  top: -378px;
  width: 63px;
}
.all_top_domain_area {
  height: 592px;
}
.more_doming_right input {
  background: none repeat scroll 0 0 #B0DF67;
  border: medium none;
  border-radius: 2px;
  color: #475F20;
  height: 31px;
  width: 61px;
}

.more_doming input {
  background: none repeat scroll 0 0 #CDCDCD;
  border: medium none;
  border-radius: 3px;
  color: #676161;
  height: 34px;
  margin-left: 21px;
  margin-top: -16px;
  width: 161px;
}
.my {
  position: absolute;
  right: 24px;
  top: -341px;
}
.more_doming_right input:hover {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
}

/*Translation*/

.Translation > h2 {
  color: #827973;
  font-size: 18px;
  margin-bottom: 59px;
  padding-top: 20px;
  text-align: center;
}
.t_c > span {
  color: #F89520;
}
.t_text-area {
  margin: 0 auto 88px;
  width: 640px;
}
.t_text-area > p {
  color: #827973;
  font-size: 12px;
  margin-bottom: 37px;
}
.t_text-area span {
  color: #F89520;
}
.t_text-area h3 {
  color: #827973;
  font-size: 13px;
  font-weight: bold;
}
.Quote_area {
  margin: 0 auto;
  width: 498px;
}
.left_q {
  float: left;
  margin-left: 5px;
  width: 278px;
}

.a-Message_area {
  margin: 0 auto;
  width: 490px;
}

.left_q > h2 {
  color: #333333;
  font-size: 16px;
  margin-bottom: 18px;
  text-align: left;
}

.right_q {
  float: right;
  margin-bottom: 0;
  margin-top: -124px;
  width: 250px;
}

.center_q {
  
  margin-bottom: 0;

  width: 460px;
}
.left_q > input[type="text"], .right_q > input[type="text"] {
  border: 1px solid #DDDDDD;
  color: #888888;
  font-size: 12px;
  height: 32px;
  margin-bottom: 10px;
  padding-left: 15px;
  border-radius: 4px;
  width: 215px;
}

.center_q > input[type="text"] {
  border: 1px solid #DDDDDD;
  color: #888888;
  font-size: 12px;
  height: 32px;
  margin-bottom: 10px;
  padding-left: 15px;
  width: 100%;
  border-radius: 4px;
}

.a-Message_area textarea {
  color: #888888;
  font-size: 11px;
  height: 150px;
  padding-left: 10px;
  padding-top: 10px;
  width: 94%;
}
.a-Message_area input[type="submit"] {
  background: none repeat scroll 0 0 #B0DF67;
  border: medium none;
  border-radius: 1px;
  color: #475F20;
  float: right;
  height: 32px;
  margin-right: 30px;
  margin-top: 7px;
  width: 62px;
}

.a-Message_area input[type="submit"]:hover {
  background: none repeat scroll 0 0 #000000;
  border-radius: 1px;
  color: #FFFFFF;
}

.l_p {
  color: #39332E;
  font-size: 12px;
  margin-left: 119px;
  
  padding-bottom: 121px;
  width: 184px;
}

.checkboxFour_ck_anlast {
  background: none repeat scroll 0 0 #DDDDDD;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  height: 13px;
  left: 12px;
  margin: 29px 0 29px 90px;
  position: relative;
  top: -182px;
  width: 13px;
}
.checkboxFour_ck_anlast label {
  background: none repeat scroll 0 0 #333333;
  border-radius: 100px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
  cursor: pointer;
  display: block;
  height: 8px;
  left: 2.1px;
  position: absolute;
  top: 2.4px;
  transition: all 0.5s ease 0s;
  width: 8px;
  z-index: 1;
}
.checkboxFour_ck_anlast input[type=checkbox]:checked + label {
	background: #26ca28;
}

.checkboxFour_ck_anlast input[type="checkbox"] {
  visibility: hidden;
}

.flag_text_2_last {
  bottom: 56px;
  position: absolute;
  right: 24px;
}
.flag_text_2_last img {
  margin-left: 6px;
  margin-top: 14px;
}
.flag_text_2_last > p {
  float: left;
  margin: 10px 0 0;
}





/*last_pag_toogle*/

.aka_n {
  background: none repeat scroll 0 0 #FFFFFF;
  margin-left: 221px;
  margin-top: 22px;
  overflow: hidden;
  width: 698px;
}

.title_area_l {
  float: left;
  margin-top: 61px;
  overflow: hidden;
  width: 101px;
}
.f_st {
  margin-bottom: 34px;
}
.buttom_area_l {
  float: left;
  width: 228px;
}

.f_st > h2 {
  margin-bottom: 3px;
  margin-top: 45px;
}
.f_st > p {
  margin-top: 0;
}
.f_B {
  margin-top: 96px;
  overflow: hidden;
}

.content_area_l {
  float: right;
  padding-bottom: 50px;
  position: relative;
  width: 339px;
}
.content_area_l > h2 {
  color: #AAAAAA;
  margin-bottom: 34px;
  padding-top: 41px;
}
.testimonial_content p {
  font-size: 16px;
  padding: 0 15px;
  text-align: justify;
}
.del_area {
  left: 43px;
  overflow: hidden;
  position: absolute;
  text-transform: uppercase;
  top: 551px;
  width: 263px;
}
.del_area > h2 {
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.del_area > p {
  float: right;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  width: 162px;
}

.xc_tc_all {
  margin-top: 18px;
  overflow: hidden;
}

.xc_tc_all > h2 {
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  width: 167px;
}
.xc_tc_all > p {
  float: right;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
  margin-right: 11px;
  margin-top: 0;
  text-align: right;
  width: 109px;
}

.m_p {
  float: left;
  overflow: hidden;
  width: 140px;
}

.tc_L {
  float: right;
  width: 188px;
}
.tc_L > p {
  float: left;
  width: 81px;
}
.tc_L > a p {
  background: none repeat scroll 0 0 #00B22D;
  border-radius: 3px;
  color: #FFFFFF;
  float: right;
  font-weight: bold;
  margin: 0;
  padding: 7px 2px;
  text-align: center;
  width: 71px;
}
.p_al {
  margin-top: 17px;
}



.testimonial_author_list > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.testimonial_author_list li {
  border: 1px solid #DEDDDD;
  float: left;
  margin-bottom: 11px;
  margin-right: 10px;
}
.testimonial_author_list p, .las_b p {
  color: #816666;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
  padding: 26px 28px;
}

.las_b ul {
  border: 2px solid #DDDDDD;
  clear: both;
  height: 54px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 208px;
}


.las_b p {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}



.Description_area {
  border: 1px solid #DEDDDD;
  min-height: 401px;
  padding: 3px;
}

.testimonial_author_list a {
  color: #000000;
}
.testimonial_author_list a:hover {
  color: none;
}

#bal {
  height: 49px;
  width: 213px;
}
#bal p {
  padding: 12px 0;
}


.testimonial_author_list ul li.active, .testimonial_author_list ul li.active p   {
  background: none repeat scroll 0 0 #00B22D; color:#fff;
}

.Ni {
  margin-top: 16px;
  width: 77px;
}

.ad {
  background: none repeat scroll 0 0 #00B22D;
  border-radius: 5px;
  clear: both;
  float: right;
  width: 77px;
}
.ad p {
  color: #FFFFFF;
  font-size: 21px;
  margin: 0;
  padding: 4px 0;
  text-align: center;
}

.pag1 {
  float: left;
  width: 53px;
}

.pag1 > p {
  font-size: 18px;
  margin: 0;
}
.tc_L p:hover {
  text-shadow: 0 0 2px;
}
.tc_L > p {
  font-size: 19px;
  margin: 0;
}

.p_nput {
  float: left;
  height: 29px;
  width: 82px;
}
.p_nput input[type="text"] {
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  font-weight: bold;
  height: 100%;
  padding-left: 8px;
  width: 100%;
}

.s_s {
  margin-bottom: 90px;
}

.ls_pa {
  display: block;
  position: absolute;
  right: -10px;
  top: 634px;
}

.testimonial_author_list p:hover {
  background: none repeat scroll 0 0 #00B22D;
  color: #FFFFFF;
  font-weight: bold;
}
#bal > input {
  border: medium none;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  height: 100%;
  opacity: 0.7;
  padding-left: 6px;
  width: 100%;
}


/*BEST HOST AREA --------------------------------------------*/
.new-h {
  height: 1095px;
  margin-left: -53px;
  overflow: hidden;
  padding-top: 9px;
  width: 678px;
}
.title_host {
  margin-bottom: 123px;
  margin-left: 15px;
  overflow: hidden;
}
.title_host h2 {
  color: #F79420;
  font-size: 17px;
  margin-bottom: 2px;
  margin-left: -102px;
  margin-top: 75px;
  text-align: center;
}
.title_host > p {
  font-size: 13px;
  margin: 0;
}
.web_p_area {
  height: 830px;
  margin-left: 35px;
  overflow: hidden;
  position: relative;
}

.jm.pan.flag_text_2 {
  position: absolute;
  right: 36px;
  top: 809px;
}
.jm.pan.flag_text_2 > img {
  margin-top: -7px;
}
.single_p {
  border: 2px solid #D7D7D7;
  float: left;
  height: 710px;
  margin-right: -2px;
  text-align: center;
  width: 132px;
}
.single_p > ul {
  height: 706px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: center;
}

#fst_p {
  background: none repeat scroll 0 0 #BFBFBF;
  color: #FFFFFF;
}


.single_p ul li h6 {
  color: #FFFFFF;
  font-size: 10px;
  margin-bottom: 24px;
  padding-top: 12px;
}
.single_p ul li h1 {
  color: #FFFFFF;
  font-size: 42px;
  margin-bottom: -6px;
}

.single_p ul li p {
  color: #B7B7B7;
  font-size: 12px;
  padding-bottom: 10px;
}

.single_p h2 {
  color: #979695;
  font-size: 19px;
  margin-bottom: -9px;
  margin-top: 22px;
}


.single_p:hover ul li:first-child {
    background: #F89521 !important; color: #FFFFFF!important;
}

.single_p ul li:first-child {
  background: none repeat scroll 0 0 #4F4F4F !important;
}

.single_p:hover ul  {
    background: #F89521 !important;color:fff!important;
}
.single_p:hover ul li h6,.single_p:hover ul li p,.single_p:hover ul li h1,.single_p:hover ul li h2 {
    color: #FFFFFF!important;
}

.single_p ul li:first-child p {
  color: #FFFFFF;
}
.single_p > ul:hover {
  height: 706px;
}
.single_p hr {
  color: #DDDDDD;
  margin: -10px auto 8px;
  width: 99px;
}

.single_p:hover {
  width: 164px;
}



.single_p:hover li a p{
background:#FFBC55;
}


.single_p a p {
  background: none repeat scroll 0 0 #B0DF67;
  color: #FFFFFF !important;
  height: 21px;
  margin: 0 auto;
  padding-top: 2px;
  width: 81px;
}

.jm {
  right: 23px;
  top: 1095px;
}

/*about page-----------------------------*/

.about {
  overflow: hidden;
}
.menu_l {
  float: left;
  margin-top: 10px;
  width: 155px;
}
.menu_l p {
  color: #A3A3A3;
  font-size: 13px;
  font-weight: bold;
  margin-top: 18px;
}

.checkbox p {
    float: left;
    padding: 0;
   
}

.about_menu {
  margin-bottom: 25px;
  margin-top: 13px;
}
.menu_l p:hover {
  color: #00AFF4;
}
.about_menu > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.about_menu li {
  border-left: 1px solid #E2E1E1;
  float: left;
  font-size: 17px;
  font-weight: bold;
  margin-right: 17px;
  margin-top: 13px;
  padding-left: 21px;
}
.about_menu li:last-child {
  border-right: 1px solid #E2E1E1;
  margin-bottom: 23px;
  padding-right: 16px;font-size: 17px;
  font-weight: bold;
}
.about_menu a {
  color: #A3A3A3;
  font-size: 13px;
}
.about_menu ul li a:hover {
  color: #01AFEE;
}

.author_full_area {
  background: none repeat scroll 0 0 #F1F1F1;
  overflow: hidden;
  position: relative;
}
.author_area {
  background: none repeat scroll 0 0 #FFFFFF;
  margin: 0 auto 50px;
  padding: 70px 40px 50px;
  position: relative;
  width: 700px;
}


.author_area2 {
  background: none repeat scroll 0 0 #FFFFFF;
  margin: 0 auto 50px;
  padding: 70px 40px 50px;
  position: relative;

}

.author_title{
	text-align:center;
	margin-bottom:50px;
  font: 300 2.5em "Lato";
}

.author_name,.author_img,.myself_area  {
	margin-bottom:30px;
}

.author_name > p , .author_img {
    line-height:7px;
    text-align: center;
    font:500 1em/0.3em "Lato";
	
}

.author_short {
    margin-bottom: 100%;
    padding: 0;
    width: 100%;
}

.author_img_area {
  float: left;
  overflow: hidden;
  width:25%;

}
.author_img_area > img {
   border: 4px solid #dad6d5;
    border-radius: 50%;
    width: auto;
}



.author_img_area1 {
  float: left;
  margin: 30px auto;
  overflow: hidden;
  width: 100%;
}
.author_img_area1 > img {
  
  width: 100%;
}


.author_img_area2 > img {
   border: 4px solid #dad6d5;
    border-radius: 50%;
  
}

.author_short1 {
    margin-bottom: 30%;
    padding: 0;
    width: 100%;
}


.author_nam{
	width:75%;
	float:left;
	padding-top:25px;
}

.author_nam h2 {
  color: #646464;
  font-size: 19px;
  margin:2px auto;

}
.auth_name{
  color: #8A8989;
  font-size: 20px;
  text-align: left;
  margin:0 auto;
  line-height: 23px;
  font:300 1.5em/1em "Lato";
}

.auth_city{
  margin:0 auto;
  font-size: 15px;
  color: #8A8989;
  font:500 1.1em/1.3em "Lato";
  font-weight: bold;
}

.auth_name1{
  color: #8A8989;
  font-size: 20px;
  text-align: left;
  margin:35px 0 0 0;
  line-height: 23px;
  font:300 1.5em/1em "Lato";
}

.auth_city1{
  margin:0 auto;
  font-size: 15px;
  color: #8A8989;
  font:500 1.1em/1.3em "Lato";
  font-weight: bold;
}

.author_area1 {
    background: none repeat scroll 0 0 #ffffff;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: justify;
    /*width: 700px;*/

}

.author_title1{
  text-align:center;
  margin-bottom:50px;
  font: 300 2.4em "Lato";
}

.author_title2{
 
  font: 300 2.4em "Lato";
}

.author_full_area1 {
    
        position: relative;
}

.flag_text_4 {
  padding: 10px;
    width: 100%;
}

.flag_text_4 > p {
   color: #a1a1a1;
    float: left;
    font-size: 12px;
    text-align: right;
    width: 96%;
}

.flag_text_4 > img {
  margin-left: 7px;
  margin-top: 15px;
}



.img-of-a {
  margin-top: 23px;
}

.img-of-a img {
  margin-right: 9px;
}

.myself_area > p {
  color: #827973;
    font: 500 1em "Lato";
    margin: 0 0 17px;
}

.abt_text_area textarea {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  color: #888888;
  font-size: 14px;
  padding-left: 17px;
  padding-top: 14px;
  width: 100%;
}
.abt_email {
  margin-top: 12px;
  overflow: hidden;
}
.abt_email input[type="text"] {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  color: #C0C0C0;
  float: left;
  font-size: 14px;
  height: 31px;
  padding-left: 12px;
  width: 270px;
}

.abt_email input[type="submit"]:hover {
  background: none repeat scroll 0 0 #000000;
  border-radius: 2px;
  color: #FFFFFF;
}

.abt_email input[type="submit"] {
  background: none repeat scroll 0 0 #B0DF67;
  border: 0 none;
  border-radius: 2px;
  color: #475F20;
  float: right;
  font-size: 14px;
  height: 31px;
  padding: 6px 13px;
  width: 61px;
}

.jm.flag_text_2 {
  position: absolute;
  right: 10px;
  top: 709px;
}
.jm.flag_text_2 p {
  margin: 0;
}

.jm.flag_text_2 > img {
  margin-top: 3px;
}

/*gift card stap 2*/

.step_area {
  margin-bottom: 283px;
  overflow: hidden;
}
.step_area > img {
  margin-top: 28px;
}

.g_c_area {
  border-top: 1px solid #F4F4F4;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 10px;
  width: 493px;
}

.Gift_Wrap {
  float: left;
  width: 151px;
}
.Gift_Wrap h2,.Package_Design h2 {
  color: #E54D5C;
  font-size: 18px;
}
.dv_gf {
  background: none repeat scroll 0 0 #000000;
  border-radius: 7px;
  display: block;
  float: left;
  height: 36px;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 40px;
}
.dv_gf.g2 {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DDDDDD;
}
.dv_gf.g3 {
  background: none repeat scroll 0 0 #FCFF00;
}
.dv_gf.g4 {
  background: none repeat scroll 0 0 #C0392B;
}
.dv_gf.g5 {
  background: none repeat scroll 0 0 #F73EBE;
}
.dv_gf.g6 {
  background: none repeat scroll 0 0 #ECF0F1;
}

.Package_Design {
  float: right;
  overflow: hidden;
  width: 280px;
}

.pk_1 {
  background: none repeat scroll 0 0 #DDDDDD;
  border-radius: 13px;
  display: block;
  float: left;
  height: 73px;
  margin-right: 11px;
  width: 72px;
}

.Package_Design > h2 {
  margin-left: -49px;
}
.gf_tx_area {
  clear: both;
  width: 100%;
}
.gf_tx_area textarea {
  border: 1px solid #F4F4F4;
  border-radius: 6px;
  color: #888888;
  font-size: 12px;
  height: 110px;
  margin-top: 26px;
  padding-left: 17px;
  padding-top: 14px;
  text-align: left;
  width: 100%;
}

.tar_area {
  overflow: hidden;
  width: 100%;
}
.tar {
  float: right;
  width: 158px;
}

.tar_area {
  margin-top: 12px;
  overflow: hidden;
  width: 100%;
}

.tar {
  float: right;
  width: 158px;
}
.tar > p {
  color: #F79420;
  float: left;
  font-size: 12px;
  margin: 8px 0 0;
}
.tar input {
  border: 1px solid #F0F0F0;
  border-radius: 2px;
  color: #E54D5C;
  font-size: 12px;
  height: 33px;
  margin-left: 14px;
  text-align: center;
  width: 71px;
}

.tr_send {
  float: right;
  margin-bottom: 44px;
  margin-top: 28px;
}
.tr_send input[type="submit"] {
  background: none repeat scroll 0 0 #B0DF67;
  border: medium none;
  border-radius: 2px;
  color: #475F20;
  font-size: 12px;
  padding: 10px 5px;
  text-align: center;
}
.tr_send input[type="submit"]:hover {
  background: none repeat scroll 0 0 #000000;
  border-right: 3px none;
  color: #FFFFFF;
}
.flag_text.gf_s_2 {
  right: 8px;
  top: 766px;
}

/*stap_1---------------*/


.stap_1.step_area {
  margin-bottom: 49px;
}
.Package_Design_2 > p {
  color: #827973;
  font-size: 16px;
}


.Package_Design_2 > p span {
  color: #F79420;
}
.gf1_img {
  height: 176px;
  margin: 25px auto 0;
  width: 300px;
}
.gf1_img > img {
  border: 3px solid #415237;
  border-radius: 6px;
}




.gif_bt_text h1 {
  clear: both;
  color: #827973;
  font-size: 18px;
  margin-bottom: 36px;
  margin-top: 84px;
  text-align: left;
}
.gif_bt_text > p {
  color: #827973;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 20px;
  text-align: left;
}
.flag_text.gf_s_2 {
  top: 768px;
}
.flag_text.gf {
  top: 813px;
}
.tr_send_1.tr_send_2.tr_send {
  margin-bottom: 87px;
  margin-top: 51px;
}

/*preferred--------------------------------------------------*/
/*
.preferred_area {
  overflow: hidden;
  width: 505px;
  position: relative;
}
.preferred_area h2 {
  color: #F79420;
  font-family: Myriad Pro;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 14px;
  margin-right: 91px;
  overflow: hidden;
  text-align: center;
}

*/
.preferred_area {
  overflow: hidden;
  width: 100%;
  position: relative;
  text-align: center;
}
.preferred_area h1 {
      font: 300 2.5em "Lato";
    
}

.preferred_area p {
      font: 300 1.2em "Lato";
    
}

.preferred_area h1 ,.preferred_area p{
	margin:0 auto;
}

/*
.stp_area {
  margin-bottom: 77px;
  margin-top: 36px;
  overflow: hidden;
  width: 122px;
}
*/
.stp_area {
    float: left;
    overflow: hidden;
    padding: 6px;
    background: none repeat scroll 0 0 #be1d2c;
    
}



.stp_title {
  float: left;
    margin: 16px 0 0;
    overflow: hidden;
    padding: 0 0 0 15px;
    text-align: left;
    
}

.stp_title h2{
	font: 300 1.9em "Lato";
}

#stp_price {
  overflow: hidden;
  display: none;
  
}

#stp_price > h1{
	font: 300 4em "Lato";
	color:#be1d2c;
  float: right;
}

.sp1{color: #BE1D2C !important;}
.sp2{color: #F15829 !important;}
.sp3{color: #F7931D !important;}
.sp4{color: #D7DA4F !important;}
.sp5{color: #BAD28A !important;}
.sp6{color: #666666 !important;}


/*
.st_area {
  float: left;
  width: 122px;
}
*/
.st_area {
  float: left;
  width: 100%;
  border-bottom:3px solid #BE1D2C;
  margin-top:60px;
   
  
}

.stp_area span{
  float: left;
    font: 300 1.9em "Lato";
    width: 100%;
	color: #fff !important;
	
}


.stp_area1 {
    float: left;
    overflow: hidden;
    padding: 6px;
    background: none repeat scroll 0 0 #F15829;
    
}


.stp_area1 h3 {
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    width: 100%;
}

#stp_price1 {
  overflow: hidden;
  display: none;
  
}

#stp_price1 > h1{
  font: 300 4em "Lato";
  color:#F15829;
  float: right;
}



.stp_area1 span{
  float: left;
    font: 300 1.9em "Lato";
    width: 100%;
  color: #fff !important;
  
}

.st_area1 {
  float: left;
  width: 100%;
  border-bottom:3px solid #F15829;
  margin-top:60px;
   
  
}



.stp_area2 {
    float: left;
    overflow: hidden;
    padding: 6px;
    background: none repeat scroll 0 0 #F7931D;
    
}


.stp_area2 h3 {
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    width: 100%;
}


#stp_price2 {
  overflow: hidden;
  display: none;
  
}

#stp_price2 > h1{
  font: 300 4em "Lato";
  color:#F7931D;
  float: right;
}



.stp_area2 span{
  float: left;
    font: 300 1.9em "Lato";
    width: 100%;
  color: #fff !important;
  
}

.st_area2 {
  float: left;
  width: 100%;
  border-bottom:3px solid #F7931D;
  margin-top:60px;
   
  
}




.stp_area3 {
    float: left;
    overflow: hidden;
    padding: 6px;
    background: none repeat scroll 0 0 #D7DA4F;
    
}


.stp_area3 h3 {
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    width: 100%;
}

#stp_price3 {
  overflow: hidden;
  display: none;
  
}

#stp_price3 > h1{
  font: 300 4em "Lato";
  color:#D7DA4F;
 float: right;
}



.stp_area3 span{
  float: left;
    font: 300 1.9em "Lato";
    width: 100%;
  color: #fff !important;
  
}

.st_area3 {
  float: left;
  width: 100%;
  border-bottom:3px solid #D7DA4F;
  margin-top:60px;
   
  
}



.stp_area4 {
    float: left;
    overflow: hidden;
    padding: 6px;
    background: none repeat scroll 0 0 #BAD28A;
    
}


.stp_area4 h3 {
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    width: 100%;
}


#stp_price4 {
  overflow: hidden;
  display: none;
  
}

#stp_price4 > h1{
  font: 300 4em "Lato";
  color:#BAD28A;
  float: right;
}



.stp_area4 span{
  float: left;
    font: 300 1.9em "Lato";
    width: 100%;
  color: #fff !important;
  
}

.st_area4 {
  float: left;
  width: 100%;
  border-bottom:3px solid #BAD28A;
  margin-top:60px;
   
  
}
.text_button-area {
  float: right;
  overflow: hidden;
  width: 356px;
}
.preferred_area > p {
  clear: both;
}

.text_button-area > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.text_button-area ul li {
  border: 2px solid #ECBBC0;
  float: left;
  height: 78px;
  margin-bottom: 30px;
  margin-right: 20px;
  margin-top: 30px;
  width: 150px;
  padding: 22px 0;
}

.text_button-area ul li p {
  color: #A4A4A4;
  font-family: Georgia;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin: 0;
  padding: 25px 0;
}
.text_button-area ul li.active {
  background: none repeat scroll 0 0 #E54D5C;
  color: #FFF;
}


.text_button-area ul li.active p {
  color: #FFFFFF;
}

.text_button-area1 {
  float: right;
  overflow: hidden;
  width: 50%;
}
.preferred_area > p {
  clear: both;
}

.text_button-area1 > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.text_button-area1 ul li {
  border: 2px solid #ECBBC0;
  float: left;
  height: 78px;
  margin-bottom: 30px;
  margin-right: 20px;
  margin-top: 30px;
  width: 150px;
  padding: 22px 0;

}

.text_button-area1 ul li p {
  color: #A4A4A4;
  font-family: Georgia;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin: 0;
  padding: 25px 0;
}
.text_button-area1 ul li.active {
  background: none repeat scroll 0 0 #E54D5C;
  color: #FFF;
}


.text_button-area1 ul li.active p {
  color: #FFFFFF;
}

.text_button{
  width: 100%;
  margin: 30px auto;
}

.txt_btn_space{
  width: 11%;
}




.preferred_area > p {
  clear: both;
}

.text_button-area2 > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.text_button-area2 ul li {
    
    border: 1px solid #bebdbd;
    float: left;
    margin-left: 13px;
    padding: 10px 0;
    width: 90%;
    font: 500 1em "Lato";
}

.text_button-area2 ul li p {
  color: #A4A4A4;
  font-family: Georgia;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin: 0;
  padding: 25px 0;
}
.text_button-area2 ul li.active {
  color: #000;
  border: 1px solid #000;
}


#HTML:hover,#Wordpress:hover {
   color: #BE1D2C;
}

#Fixed:hover,#Responsive:hover {
   color: #F15829;
}

#No:hover,#Yes:hover {
   color: #F7931D;
}

#Logo_Design:hover,#Stationary_Design:hover {
   color: #BAD28A;
}

.text_button-area2 ul li.active p {
  color: #FFFFFF;
}


/*
.stp_area h3 {
  color: #E54D5C;
  font-size: 18px;
  margin: 19px 0 0;
}
*/
.stp_area h3 {
  color: #E54D5C;
  font-size: 16px;
  margin: 0 auto;
  width:100%;
  color: #fff;
}

.stp_area > p {
  color: #000000;
  font-size: 10px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.text_p_p_3 {
    float: left;
    padding: 0 0 0 15px;
}

.text_p_p_3 > p {
    float: left;
    text-align: left;
    font:300 1em "Lato";
}

.text_p_p_4 {
    float: left;
	margin:13px auto;
  padding: 0 0 0 15px;
}

.text_p_p_4 > p {
    float: left;
    text-align: left;
}

.sel_block{
  display: block;
}
.sel_none{
  display: none;
}

.text_title > h2 {
    float: left;
    margin:0 5px 0 0;
    text-align: left;
    
}

.text_title > p {
    float: left;
    text-align: left;
    margin: 4px auto;
}

.text_p_p_1 > p {
  clear: both;
  color: #A1A1A1;
  font-size: 11px;
  margin: 0;
  width: 100%;
  text-align: left;
}
.preferred_area span {
  color: #F79420;
}
.text_p_p_1 {
  clear: both;
  position: absolute;
  top: 280px;
}
.text_p_p_1.text_p_p_2 {
  top: 364px;
}
.text_p_p_1.text_p_p_3 {
  top: 502px;
}
.text_p_p_1.text_p_p_4 {
  top: 650px;
}
.text_p_p_1.text_p_p_5 {
  top: 787px;
}



.sliderContainer {
    background: none repeat scroll 0 0 #daa;
     margin:13px auto;
    border-radius: 35px;
 
}


.ui-slider{
 position: unset !important;
}

.slid{
  float: left;
  width: 80%;
}

.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all{
  padding: 11px;
  border-bottom-right-radius:15px;
    border-bottom-left-radius:15px;
    border-top-right-radius:15px;
    border-top-left-radius:15px;
}

.ui-slider-handle.ui-state-default.ui-corner-all{

    border-radius: 50%;

  padding: 12px 30px 0px 0;
    background: url("/img/tn.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: none;

         

}

.slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all{
  background-color: #BEBDBD;
  background: url("/img/progress.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: none;
}

.slid.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all{
  background: #BEBDBD;
}

.slid_inp{
  border:0; 
  color:#b9cd6d; 
  font-weight:bold;
    
}

.slid_inp > input{
  width: 100%;
  float: left;
   border: 1px solid #e8e8e8;
    color: #959595;
    font: 300 1.2em/3.1em "Lato";
    text-align: center;
}
.al_tak-d {
  clear: both;
  padding-top: 64px;
  width: 100%;
}
.take_domain > input {
  border: 1px solid #DDDDDD;
  float: left;
  font-family: Georgia;
  font-size: 14px;
  font-style: italic;
  height: 32px;
  padding: 4px;
  width: 150px;color: #A4A4A4;border-radius: 2px;
}

.take_com > input {
  border: 1px solid #DDDDDD;
  color: #A4A4A4;
  font-family: Georgia;
  font-size: 14px;
  font-style: italic;
  height: 33px;
  margin-left: 21px;
  padding: 7px;
  width: 48px;border-radius: 2px;
}


.domain_name > input {
  border: 1px solid #DDDDDD;
  float: left;
 font:500 1em "Lato";
  height: 32px;
  padding-left: 10px;
  width: 100%;
  color: #959494;
  border-radius: 2px;
}


.btn-danger {
    background-color: #be1d2c;
    border-color: #be1d2c;
   
}

.btn.btn-gray{
  background: #AFB0AA;
  color: #ffffff;

}

.d_ch {
  clear: both;
  float: right;
  margin-top: 88px;
}
.d_ch > p {
  color: #F79420;
  float: left;
  font-size: 11px;
  margin: 10px 0 0;
  width: 68px;
}
.d_ch > input[type="text"] {
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  color: #888888;
  float: left;
  font-size: 12px;
  height: 34px;
  margin-left: 5px;
  padding: 10px;
  width: 72px;
}
.d_ch > input[type="submit"] {
  background: none repeat scroll 0 0 #B0DF67;
  border: medium none;
  border-radius: 2px;
  color: #475F20;
  font-size: 13px;
  height: 34px;
  margin-left: 20px;
  width: 72px;
}
.foot_b {
  border-bottom: 1px solid #E8E8E8;
  clear: both;
  height: 20px;
  margin-bottom: 29px;
  padding-top: 23px;
}
.flag_text.pp {
  right: 23px;
  top: 925px;
}


.foot_b1 {
    border-bottom: 8px solid #d6d2d2;
    clear: both;
    padding-top: 83px;
}

.foot_b2 {
    border-bottom: 1px solid #d6d2d2;
    clear: both;
   
}

.foot_b3 {
    border-bottom: 1px solid #d6d2d2;
    clear: both;
    margin-bottom: 10px;
   
}

.foot_b4 {
    border-bottom: 1px solid #d6d2d2;
    clear: both;
    margin: 30px auto;
   
}

#per {
    color: #5cb85c;
}

#total_price {
    margin: 15px auto;
    padding: 10px;
    text-align: right;
   
}

#total_price1 {
    margin: 15px auto;
    padding: 10px;
    text-align: right;
    display: none;
}
.grand_total{
   margin: 15px auto;
    padding: 10px;
    text-align: right;
}

.grand_total .g_total{
    border: medium none;
    color: #666666;
    font: bold 1.8em "Lato";
    text-align: right;
    width: 100%;
    background: #F2EBE9;
}

.grand_total h2{
    font:300 1.8em "Lato";
}

#grand_total1{
   margin: 15px auto;
    padding: 10px;
    text-align: right;
    display: none;
}

#grand_total1 .g_total{
    border: medium none;
    color: #666666;
    font: bold 1.8em "Lato";
    text-align: right;
    width: 100%;
    background: #F2EBE9;
}

#grand_total1 h2{
    font:300 1.8em "Lato";
}

.btn_check{
 
    text-align: right;
}

.btn.btn-danger {
    font: 500 1.2em "Lato";
    padding: 8px 30px;
}
/*stationary------------------------*/


.Stationary_button-area > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.Stationary_button-area ul li {
  border: 2px solid #ECBBC0;
  float: left;
  height: 78px;
  margin-bottom: 30px;
  margin-right: 15px;
  margin-top: 30px;
  width: 150px;
}

.Stationary_button-area ul li p {
  color: #A4A4A4;
  font-family: Georgia;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin: 0;
  padding: 25px 0;
}
.Stationary_button-area ul li.active{
 background: none repeat scroll 0 0 #E54D5C;
  color: #E54D5C;
}


.Stationary_button-area ul li.active p {
  color: #FFFFFF;
}

.text_p_p_st span {
  color: #F79420;
}
.text_p_p_1.text_p_p_st {
  top: 273px;
}
.d_ch.d_ch2 {
  margin-right: 18px;
  margin-top: -6px;
}
.st_Description > h2 {
  color: #F89C3C;
  font-size: 14px;
  text-align: center;
}
.st_Description > p {
  color: #F89C3C;
  font-size: 13px;
  margin: 30px 0 20px;
}
.st_Description > ul {
  margin: 0 0 0 12px;
  padding: 0;
}
.st_Description li {
  color: #F89C3C;
  font-size: 14px;
}
.st_Description {
  padding-bottom: 200px;
}
.flag_text.pps {
  right: 25px;
  top: 805px;
}
#kutta {
  color: #F79420;
  font-size: 16px;
  text-align: center;
}

#menu-toggle {
  display: none; /* hide the checkbox */
}
.menu2
{
  display: none;
}

  .new
{
    color: #A4A4A4;
    font-family: Georgia;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    margin: 0;
    padding: 25px 0;
}
.new:hover
{
    color: #A4A4A4;
    font-family: Georgia;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    margin: 0;
    padding: 25px 0;
}


.main-cnt
{
background:#fff;
}

*, *:before, *:after {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: border-box;
}
.list_product
{
text-align:center;
}
ul.menu1
{
    padding:0;
    list-style-type: none;
 	font-size:15px;
	margin:0 auto;
	width:100%;
	
    /*width:500px;margin:0 auto;*//*Uncomment this line to make the menu center-aligned.*/
}

ul.menu1 li
{ 
   
/*    border-right:1px solid #f1f1f1;
    list-style-type: none;
    padding:0;margin:0;
    float:left;
    display: block;
    color:White;
	background:#fff;
	width:25%;
	*/
	border-right:1px solid #f1f1f1;
	color: #ff90b2;
    display: block;
    float: left;
    font-family: Open Sans;
    font-weight: bold;
    line-height: 20px;
    padding: 15px 0 16px;
    text-align: center;
    text-decoration: none;
    width: 25%;
	background:#fff;
	cursor:pointer;
}

ul.menu1 li:hover
{
background:#e54d5c;
color:#fff;	
}
ul.menu1 li.lastItem
{ 
   
}

ul.menu1 li a
{    padding:15px 0 16px; 
width:100%;
    color:#ff90b2;
    text-align: center;
    text-decoration:none;
    display: block;
    float: left;
    line-height: 20px;
	font-family:Open Sans;
	font-weight:bold;
}

ul.menu1 li a:hover
{
background:#e54d5c;
color:#fff;	
}
ul.menu1 li a.current
{
   background:#f28791;
color:f2f2f2;
}

ul.menu3
{
    padding:0;
    list-style-type: none; 
    height: 26px;
	font-size:16px;
	margin:0 auto;
	width:100%;
	
    /*width:500px;margin:0 auto;*//*Uncomment this line to make the menu center-aligned.*/
}

ul.menu3 li
{ 
   
/*    border-right:1px solid #f1f1f1;
    list-style-type: none;
    padding:0;margin:0;
    float:left;
    display: block;
    color:White;
	background:#fff;
	width:25%;
	*/
	border-right:1px solid #f1f1f1;
	color: #ff90b2;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 20px;
    padding: 15px 0px 16px;
    text-align: center;
    text-decoration: none;
    width: 25%;
	background:#fff;
	cursor:pointer;
}

ul.menu3 li:hover
{
background:#e54d5c;
color:#fff;	
}
ul.menu3 li.lastItem
{ 
   
}

ul.menu3 li a
{    padding:15px 0 16px; 
width:100%;
    color:#ff90b2;
    text-align: center;
    text-decoration:none;
    display: block;
    float: left;
    line-height: 20px;

	font-weight:bold;
}

ul.menu3 li a:hover
{
background:#e54d5c;
color:#fff;	
}
ul.menu3 li a.current
{
background:#f28791;
color:f2f2f2;
}


.menusel
{
background:#e54d5c !important;
color:#fff !important; 
}

.additional_content
{
	text-align:center;
	margin-top:50px;
}
.additional_content h2
{
	color:#878787;
	font-size:25px;
  font-family: verdana;
}
.margin_test
{
margin-left:17%;
}
.hr_style
{
	border: 1px solid #f28791;
	margin: 0 auto;
  width: 76%;
  display: inherit;
  height: auto;
}
.product_row
{
	text-align:center;
	padding:10px;
}
.product_row h3
{
	margin-top:25px;
	text-transform:uppercase;
	color: #878787;
    font-family:Open Sans;
	font-weight:bold;
}

.team_main
{
  background-color: #fff;
    margin-top:50px;


}

.team_content
{
  text-align:center;
  margin-top:10px;
}

.team_content h2
{
  color:#878787;
  font-size:25px;
  padding-top: 20px;
  font-family: Open Sans;
}



.quote
{
   border: 1px solid #f2f2f2;
    box-shadow: 0 8px 0 -3px #ebebeb;
    margin-bottom: 30px;
    text-align: center;
  
}

.quote span
{
  color:#f28791;

  
}


	.tab_content {
	
		display: none;
	}
	

.spline.second-gray {
    background: #f3f3f3 none repeat scroll 0 0;
}
.spline {
    padding: 60px 0;
}

.wrap {
    
    position: relative;
    
}

.gutter {
    width: 40px;
}

.entry.design {
    border-bottom: 3px solid #009ddc;
}

.entry:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.05), 0 4px 12px rgba(0, 0, 0, 0.1);
}

.entry {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin: 0 0 40px;
    padding-bottom: 30px;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.entry.design a {
    color: #009ddc;
}
.entry a {
    transition: all 0.2s ease 0s;
}

.entry img {
    max-width: 100%;
}

audio, canvas, img, video {
    vertical-align: middle;
}

.entry time {
    background: rgba(0, 0, 0, 0) url("../img/blog-sprite.svg") no-repeat scroll 0 -248px;
    color: #b9b9b9;
    display: block;
    font-family: "DIN Next W01",sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: -44px;
    padding: 30px 30px 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}

.entry.with-image h2 {
    margin: 0 0 20px;
    padding: 0 30px;
    position: relative;
}
.entry h2 {
    
    font-weight: 300;
    line-height: 1.2em;
    margin: 0;
}

.entry.with-image h2 a {
    color: #212934;
}

.entry.with-image .category.light {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.entry.with-image .category {
    font-family: "DIN Next W01",sans-serif;
    font-size: 12px;
    font-weight: 700;
    left: 30px;
    letter-spacing: 1px;
    position: absolute;
    text-transform: uppercase;
    top: -250px;
}

.entry p {
    color: #616161;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8em;
    margin: 0 0 40px;
    padding: 0 30px;
}


.entry .read-link {
    display: inline-block;
    font-family: "DIN Next W01",sans-serif;
    font-size: 18px;
    margin-left: 30px;
    position: relative;
}

.entry .read-link::after {
    background: rgba(0, 0, 0, 0) url("../img/blog-sprite.svg") no-repeat scroll 0 -39px;
    content: "";
    height: 10px;
    position: absolute;
    right: -18px;
    top: 8px;
    transition: all 0.2s ease 0s;
    width: 12px;
}

.entry .read-link:hover::after {
    right: -20px;
}
.entry.design .read-link::after {
    background-position: 0 -39px;
}

.entry.business {
    border-bottom: 3px solid #ff8b1c;
}
.entry.business a {
    color: #ff8b1c;
}

.entry.business .read-link::after {
    background-position: 0 -99px;
}


.entry.mack4less {
    border-bottom: 3px solid #009ddc;
}
.entry.mack4less a {
    color: #009ddc;
}

.entry.mack4less .read-link::after {
    background-position: 0 -99px;
}


.entry.develop {
    border-bottom: 3px solid black;
}
.entry.develop a {
    color: black;
}

.entry.develop .read-link::after {
    background-position: 0 -99px;
}


.entry.haokang {
    border-bottom: 3px solid #B02732;
}
.entry.haokang a {
    color: #B02732;
}

.entry.haokang .read-link::after {
    background-position: 0 -99px;
}


.entry.iqiva {
    border-bottom: 3px solid #75c819;
}
.entry.iqiva a {
    color: #75c819;
}

.entry.iqiva .read-link::after {
    background-position: 0 -99px;
}

.entry .read-link:hover::after {
    right: -20px;
}

.entry.development {
    border-bottom: 3px solid #009ddc;
}

.entry.development .read-link::after {
    background-position: 0 -69px;
}

.entry .read-link:hover::after {
    right: -20px;
}
.entry.development .read-link::after {
    background-position: 0 -69px;
}

.entry.development a {
    color: #009ddc;
}

.home-title h3{
  font-family:Open Sans;
  color: #878787;
  margin-top: 20px;
  color: #878787;
  font-weight: bold;
}

.home-hr{
  color: #ff90b2;
  background-color: #ff90b2;
  height: 2px;
  margin: 0 auto;
  text-align: center;
  width: 22%;
}
.home-img{
  
  margin: 30px 0 50px 0;
  text-align: center;
  
}

.cl{ clear:both;}
.one {
  text-align:center;
  float:left;
  width:100%;
  margin-top: 20px;
  
}
.one ul {
  margin:0px;
  padding:0px;
  float:left;
  width:49%;
}
.one ul li {
  background: #fff;
  display: inline-block;
  float: left;
  margin: 22px 6px 0 12px;
  padding: 0 0 40px 0;
  width: 94%;
   border-bottom: 2px solid #8b8b8b;}
.one img {
  width:100%;
}
.caption {
  float:left;
  width:100%;
  position:relative;
}
.caption a { color:#000;
}
.caption .glyphicon {
  background: #fb3c2d none repeat scroll 0 0;
  border-radius: 50%;
  font-size:24px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding: 15px;
  color:#fff;
  position: relative;
  top: -21px;
}
.caption h3 {
  color: #fb3c2d;
  float: left;
  font-weight: bold;
  margin: 20px 0 10px;
  padding: 5px 0;
  width: 100%;
}
.caption h3 a {
  color: ##000;
}
.caption h3 a:hover {
  color: #dc2617;
  text-decoration: none;
}
.caption p {
   color: #666;
    float: left;
    padding: 0 0 0 10px;
    width: 96%;}
.caption strong {
  float:left;
  width:100%;
}
.caption small {
  float:left;
  width:100%;
  margin-bottom: 10px;
}
.caption img {
  height:50px;
  width:50px; 
  border-radius:50%;
}
.view {
  float: left;
  position: relative;
  text-align: center;
  cursor: default;
}
.view .mask, .view .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.view img {
  display: block;
  position: relative;
}
.view a.info: hover {
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}
.view-sixth .mask {
  background-color: rgba(146, 96, 91, 0.5);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in 0.4s;
  -moz-transition: all 0.3s ease-in 0.4s;
  -o-transition: all 0.3s ease-in 0.4s;
  -ms-transition: all 0.3s ease-in 0.4s;
  transition: all 0.3s ease-in 0.4s;
}
.view-sixth:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.caption .btn-default {
  background-color: #fb3c2d;
  border-color: #fff;
  color: #fff;
  font-size: 16px;margin-top: 10px;
  border-radius: 0px; border-radius: 7px;
  padding: 5px 12px;
}
.caption .btn-default:hover {
  background-color: #DC2617;
  border-color: #fff;
  color: #fff;
  padding: 5px 12px;
}
.pager li > a, .pager li > span {
  background-color: #fb3c2d;
  border: 1px solid #ddd;
  border-radius: 50%;
  color:#fff;
  display: inline-block;
  height: 50px;
  padding: 14px 0 0;
  width: 50px;
}
.pager li > a:focus, .pager li > a:hover {
  border:solid 1px #fb3c2d;
  color:#fb3c2d;
}
.pager li > a:focus, .pager li > a:hover.active {
  border:solid 1px #fb3c2d;
  color:#fb3c2d;
}
.always {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  float: left;
  margin: 10px 6px 0 0;
  padding: 0 0 40px 0;
  width: 100%;
  box-shadow: 2px 2px 2px #8b8b8b;
}
.always img{ width:100%;}
.always h1 {
  float:left; margin:35px 0 0 0;
  width:100%;
  color:#fb3c2d; font-size:24px; font-weight: bold;
}
.always h1 a {
  color:#000;
}

.always h1 a:hover {
  color:#dc2617; text-decoration:none;
}
.always span {
border-bottom: 1px solid #fb3c2d;
    border-top: 1px solid #fb3c2d;
    color: #666;
    display: inline-block;
    margin: 15px 0;
    padding: 10px 0;}
.always strong {   border-bottom: 1px solid #fb3c2d;
    border-top: 1px solid #fb3c2d;
    clear: both;
    color: #666;  margin: 20px 0 10px;
    display: inline-block;
    padding: 10px 0;
}
.always small {
  display:inline-block;  color: #fb3c2d;
}

.always p {
 color: #666;
    float: left;
    line-height: 23px;
    padding: 0 0 0 25px;
    text-align: justify;
    width: 96%;}
.form {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  float: left;
  margin: 10px 6px 20px 0;
  padding: 40px 20px;
  width: 100%;
  text-align: center;
  box-shadow: 2px 2px 2px #8b8b8b;
}

.form p{ color:#666; display:inline-block; padding-bottom:10px;
}
.form h2 {
  color: #000;
  float: left;
  margin:0px 0 10px 0; font-size:24px; font-weight: bold;
  width: 100%;
}
.form input {
  border:solid 1px #eee;
  width:100%;
  padding:10px;
  margin-bottom:15px;
  border-radius:5px;
}
.form textarea {
  border:solid 1px #eee;
  width:100%;
  min-height:150px;
  padding:10px;
  margin-bottom:15px;
  border-radius:5px;
}
.form .btn-default {
  background-color: #fb3c2d;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-top: 30px; border-radius: 7px;
  padding: 5px 12px;
  text-transform: uppercase;
}
.form .btn-default:hover {
  background-color: #DC2617;
  border-color: #fff;
  color: #fff;
  padding: 5px 12px;
}
.icon {
  width:100%;
  display:inline-block;
  text-align:center;
}
.width {
  width:100% !important;
  margin:0px !important;
}
.margin {
  margin:0px !important;
}
.pager {
  display: inline-block;
  list-style: none outside none;
  margin: 20px 0;
  padding-left: 0;
  text-align: center;
  width: 100%;
}

.pagination > li > a, .pagination > li > span{ float:none;}

nav .pagination{   display: inline-block;
    margin: 45px 0;
    text-align: center;
    width: 100%;}

nav .pagination > li > a, .pagination > li > span{ padding:16px 22px;}
nav .pagination > li:first-child > a, .pagination > li:first-child > span{ border-radius:50%;}
nav .pagination > li:last-child > a, .pagination > li:last-child > span{ border-radius:50%;}
nav .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
    background-color: #fb3c2d;
    border-color: #fb3c2d;
    color: #fff;
    cursor: pointer;
    margin-left: 5px;
    z-index: 2;
}
.caption .glyphicon {
    background: #fb3c2d none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding: 3px;
    position: relative;
    top: -25px;
}

.img-margin{  margin-top: 20px !important;}
/************Font**********************/

.icon-button {
 -moz-user-select: none;
    background-color: white;
    border: 1px solid #fb3c2d;
    border-radius: 3.6rem;
    cursor: pointer;
    display: inline-block;
    font-size: 2rem;
    height: 3.6rem;
    line-height: 3.6rem;
    margin: 20px 5px 0;
    position: relative;
    text-align: center;
    width: 3.6rem;}

.icon-button span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%; padding:0px;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
  width: 0;
}
.icon-button:hover span {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 3.6rem;
  margin: -1.8rem;
}
.twitter span {
  background-color: #4099ff;
}
.facebook span {
  background-color: #3B5998;
}
.google-plus span {
  background-color: #db5a3c;
}

/* Icons */
.icon-button i {
  background: none;
  color: white;
  height: 3.6rem;
  left: 0;
  line-height: 3.6rem;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
  width: 3.6rem;
  z-index: 10;
}
.icon-button .icon-twitter {
  color: #fb3c2d;
}
.icon-button .icon-facebook {
  color: #fb3c2d;
}
.icon-button .icon-google-plus {
  color: #fb3c2d;
}
.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus {
  color: white;
}






/**************Font-End*******************/



 @media (max-width:640px) {
 .one ul {
 float: left;
 margin: 0;
 padding: 0;
 width: 100%;
}
.always p {
    padding:0 0 0 4%;

    width: 96%;
}
.one ul li {

    width: 100%;
}
 }
 
 @media (min-width:641px) and(max-width:767px) {
 .one ul {
 float: left;
 margin: 0;
 padding: 0;
 width: 100%;
}
.always p {
    padding:0 0 0 4%;

    width: 96%;
}
.one ul li {

    width: 100%;
}
 }
  @media (min-width:768px) and (max-width:1199px) {

.always p {
    padding:0 0 0 4%;

    width: 96%;
}
.caption h3 {
    color: #fb3c2d;
    float: left;
    font-weight: bold;
    margin: 20px 0 10px;
    padding: 5px 0;
    width: 90%;
}

 }