* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Lucida Sans Unicode';
    outline: none;
}
body,
html {
    font-family: 'Lucida Sans Unicode';
    overflow-x: hidden;
}
ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
img {
    max-width: 100%;
    border: none;
}
.clear {
    clear: both;
}
a {
    cursor: pointer;
    text-decoration: none;
    font-family: 'Lucida Sans Unicode';
}
textarea {
    outline: none;
    font-family: 'Lucida Sans Unicode';
}
select {
    outline: none;
    font-family: 'Lucida Sans Unicode';
}
input {
    outline: none;
    font-family: 'Lucida Sans Unicode';
}
button {
    outline: none;
    font-family: 'Lucida Sans Unicode';
}
.ff-left {
    float: left;
}
.ff-right {
    float: right;
}
.bg-none {
    background: none;
}
::-webkit-input-placeholder {
    opacity: 1;
}
::-moz-placeholder {
    opacity: 1;
}
:-ms-input-placeholder {
    opacity: 1;
}
:-moz-placeholder {
    opacity: 1;
}
.main {
    max-width: 1252px;
    width: 100%;
    margin: 0px auto;
}
.bg-top {
    float: left;
    width: 100%;
    border-bottom: 2px solid #c7c7c7;
}
.header_top {
    width: 100%;
    float: left;
    padding: 5px 0;
    /*background:linear-gradient(to right, #43cea2 0%, #185a9d 100%);*/
    /*background: linear-gradient(45deg, #19acce, #107cd9);*/
    background: linear-gradient(45deg, #037fa7, #c33a5d);

}
.header_top .header_top_right {
    float: right;
}
.header_top .header_top_right .header_top_right_content_1 {
    float: left;
    margin: 0 0 0 20px;
}
.header_top .header_top_right .header_top_right_content_1 img {
    width: 15px;
    float: left;
    margin: 2px 0 0 0;
}
.header_top .header_top_right .header_top_right_content_1 p {
    float: left;
    margin: 0 0 0 5px;
    color: #fff;
    font-size: 14px;
}
.hdr {
    margin-top: 27px;
    float: left;
    width: 100%;
    text-align: center;
}
.bg-top .menu {
    float: right;
    position: relative;
}
.bg-top .menu .menu-collapser {
    box-sizing: border-box;
    display: inline-block;
    font-size: 19px;
    height: 48px;
    width: 100%;
    z-index: 600;
    position: relative;
    line-height: 48px;
    color: #fff;
    float: left;
    text-align: left;
    font-weight: 300;
    text-indent: 10px;
}
.bg-top .menu .collapsed {
    width: 100%;
}
.bg-top .menu .collapsed i {
    font-style: normal;
    margin-right: 0px;
}
.bg-top .menu .collapse-button {
    width: 39px;
    background: url(../images/box.png) no-repeat;
    height: 39px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
}
.bg-top .menu ul.collapsed li {
    padding: 0 0px;
}
.bg-top .menu ul.slimmenu {
    display: inline-block;
    float: right;
}
.bg-top .menu ul.slimmenu > li {
    display: inline-block;
    float: left;
    position: relative;
}
.bg-top .menu ul.slimmenu > li:first-child:after {
    display: none;
}
.bg-top .menu ul.slimmenu li > a {
    display: block;
    color: #000;
    font-size: 16px;
    transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
    padding: 45px 0 45px 25px;
    transition-duration: 1s;
    transition-property: background, border-radius;
    transition-timing-function: linear;
    position: relative;
    letter-spacing: 1px;
    font-weight: bold;
}

.bg-top .menu ul.slimmenu li > a:hover,
.bg-top .menu ul.slimmenu li > a:hover,
.bg-top .menu ul.slimmenu li > a.active {
    color: #037fa7;
}
.bg-top .menu ul.slimmenu li li a:hover {
    color: #fff;
    background: #037fa7;
}
.bg-top .menu ul.slimmenu li .sub-collapser {
    background: #282520;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    text-align: center;
    z-index: 999;
    cursor: pointer;
}
.bg-top .menu ul.slimmenu li .sub-collapser:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
}
.bg-top .menu ul.slimmenu li .sub-collapser > i {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
.bg-top .menu ul.slimmenu li ul {
    margin: 0;
}
.bg-top .menu ul.slimmenu li ul li {
    float: left;
    background: none;
    padding: 0;
    position: relative;
}
.bg-top .menu ul.slimmenu li ul li a {
    min-width: 233px;
    line-height: 22px;
    padding: 10px 0 10px 10px;
    font-size: 15px;
    color: #323232;
    text-align: left;
    border-top: 1px solid #fff;
    text-transform: capitalize;
    background: #ededed;
}
.bg-top .menu ul.slimmenu li > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    width: auto;
    background: #f4f4f4;
}
.bg-top .menu ul.slimmenu li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
    border-left: 1px solid #2c2c2c;
}
.bg-top .menu ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.bg-top .menu ul.slimmenu.collapsed li a {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.bg-top .menu ul.slimmenu.collapsed li .sub-collapser {
    height: 40px;
}
.bg-top .menu ul.slimmenu.collapsed li ul li .sub-collapser {
    height: 35px;
}
.bg-top .menu .slimmenu .sub-collapser {
    display: none;
}
.bg-top .menu .collapsed .sub-collapser {
    display: block;
}
.logo {
    float: left;
    width: 330px;
    padding: 5px 0 5px 0;
}
.submenupart {
    width: 100%;
    float: left;
}
/*-------------------------- bannerslide -------------------------------------*/
.payment_success_main {
    width: 100%;
    float: left;
    padding: 80px 0 50px 0;
}
.payment_success_main .payment_success_1 {
    max-width: 600px;
    background: #fff;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 0 8px 3px #00000045;
    border: 1px solid #000;
    padding: 20px;
}
.payment_success_main .payment_success_1 {
    max-width: 600px;
    background: #fff;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 0 8px 3px #00000045;
    border: 1px solid #000;
    padding: 20px;
}
.payment_success_main .payment_success_1 .payment_success_heading {
    width: 100%;
    display: inline-block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment_success_main .payment_success_1 .payment_success_heading img {
    width: 30px;
    display: inline-block;
}
.payment_success_main .payment_success_1 .payment_success_heading p {
    display: inline-block;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    margin:0 0 0 10px;
}
.payment_success_table {
    width: 100%;
    display: inline-block;
    margin:20px 0 0 0;
}
.payment_success_table table tr td {
    border: 1px solid #ccc;
    padding: 5px;
}
.payment_success_table table tr td:first-child {
    background: #6f587d;
    color:#fff;
}
.print_btn button {
    background: #bc3c5f;
    padding: 4px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    margin: -58px 0 0 0;
}
.print_btn button img {
    width: 21px;
    margin: 0 9px 0 0;
}
.print_btn {
    max-width: 600px;
    margin: 0 auto 20px auto;
    text-align: right;
}
.payment_success_table table {
    border: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
}

.banner {
    width: 100%;
    float: left;
    background: url(../images/banner_01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 175px 0 155px 0;
    background-position: right;
}
.bg-top .logo h1 {
    font-size: 36px;
    font-weight: bolder;
    color: #fff;
    float: left;
}
.bg-top .logo span {
    font-size: 36px;
    color: #fff;
    float: left;
    padding: 0 0 0 10px;
}
.banner .banner_full {
    width: 570px;
    float: left;
}
.banner .banner_full h1 {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 0 0 1px #fff;
}
.banner .banner_full p {
    font-size: 21px;
    color: #fff;
    margin: 25px 0 30px 0;
    float: left;
    width: 100%;
    letter-spacing: 1px;
    text-shadow: 0px 0px 1px #fff;
}
.a1 {
    background: #fff;
    color: #037fa7;
    padding: 13px 25px;
    border: #037fa7 1px solid;
    font-size: 12px;
    letter-spacing: 0.5px;
    appearance: none;
    text-transform: uppercase;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.a1:hover{
    color: #fff;
    //border: #000 1px solid;
}
.a1:before {
    background: linear-gradient(45deg, #037fa7, #c33a5d);
    -webkit-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.5);
    color: #fff;
    border: linear-gradient(135deg, #e00016 0%, #6a007a 100%) 1px solid;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.a1:hover:before, .banner .banner_full .a1:active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.banner .banner_full .a2 {
    float: left;
    font-size: 18px;
    color: #fff;
    padding: 10px 50px;
    border-radius: 4px;
    border: 2px solid #fff;
    margin: 0 0 0 15px;
    letter-spacing: 1px;
}
/*------------------------------------ why --------------------------------------------*/

.footer {
    width: 100%;
    float: left;
    padding: 40px 0 0 0;
    background:#fff;
}
.footer_bootom {
    width: 100%;
    float: left;
    background: linear-gradient(45deg, #037fa7, #c33a5d);
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    padding: 16px 0;
    letter-spacing: 1px;
}
.footer .footer_top {
    width: 100%;
    float: left;
    background: #fff;
    padding: 50px 0 60px;
}
.footer .footer_top .footer_left {
    float: left;
}
.footer .footer_top .footer_left p {
    float: left;
    color: #9e9e9e;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 8px 10px 0 0;
}
.footer .footer_top .footer_left span {
    float: left;
}
.footer .footer_top .footer_left span a {
    float: left;
    padding: 0 5px;
}
.footer .footer_top .footer_left span a img {
    float: left;
}
.footer .footer_top .footer_right {
    float: right;
}
.footer .footer_top .footer_right p {
    float: left;
    color: #323232;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 8px 10px 0 0;
}
.footer .footer_top .footer_right span {
    float: right;
    position: relative;
}
.footer .footer_top .footer_right span input {
    float: right;
    border: 1px solid #ebebeb;
    padding: 8px 30px 8px 10px;
    font-size: 14px;
    border-radius: 3px;
    margin: 1px 0 0 0;
    font-weight: 500;
    letter-spacing: 1px;
}
.footer .footer_top .footer_right span a {
    position: absolute;
    right: 10px;
    top: 13px;
}
.footer .ftp_b {
    width: 100%;
    float: left;
    padding: 0 0 50px 0;
}
.footer .ftp_b .ftp_b_1 {
    width: 25%;
    float: left;
}
.footer .ftp_b .ftp_b_1 .ftp_b_1_heddig {
    width: 100%;
    float: left;
    color: #323232;
    font-weight: bold;
    font-size: 14px;
    padding: 0 0 10px 0;
}
.footer .ftp_b .ftp_b_1 .ftp_b_1_text {
    width: 100%;
    float: left;
}
.footer .ftp_b .ftp_b_1 .ftp_b_1_text ul {
    width: 100%;
    float: left;
}
.footer .ftp_b .ftp_b_1 .ftp_b_1_text ul li {
    width: 100%;
    float: left;
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 0 6px 0;
    position: relative;
}
.footer .ftp_b .ftp_b_1 .ftp_b_1_text ul li:after {
    content: "";
    height: 20px;
    width: 12px;
    background: url(../images/ft_07.png);
    float: left;
    margin: 0 5px 0 0;
    background-repeat: no-repeat;
    background-position: 0 4px;
}
.footer .ftp_b .ftp_b_1 .ftp_b_2_text ul li {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 0 3px 0;
    position: relative;
}
.footer .ftp_b .ftp_b_1 .ftp_b_2_text ul li a {
    color: #9e9e9e;
}
.footer .ftp_b .ftp_b_1 .ftp_b_2_text ul li:after {
    content: "";
    height: 20px;
    width: 12px;
    background: url(../images/ft_07.png);
    float: left;
    margin: 0 5px 0 0;
    background-repeat: no-repeat;
    background-position: 0 4px;
}
.footer .ftp_b .ftp_b_1 .ftp_b_3_text {
    width: 100%;
    float: left;
}
.footer .ftp_b .ftp_b_1 .ftp_b_3_text p {
    width: 100%;
    float: left;
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 0 3px 0;
    position: relative;
    letter-spacing: 1px;
    line-height: 28px;
    text-align: justify;
}
.footer .ftp_b .ftp_b_1 .ftp_b_3_text p img {
    width: 100%;
    float: left;
}
.ftp_b_2_text img {
    width: 30px;
    float: left;
    margin: 0 10px 0 0;
    padding: 5px 5px;
    border: 1px solid #d2d2d2;
    transition: 0.3s all ease;

}
.ftp_b_2_text img:hover {
    transform: scale(0.9);
    background: #ededed;
}


.heading_main {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0 40px 0;
    font-family: 'Lucida Fax';
    font-style: italic;
}
.heading_main p {
    color: #000;
    font-size: 30px;
    font-weight: bold;
}
.index_count {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.index_count .index_count_1 {
    width: 20%;
    float: left;
    margin: 0 2.5%;
    /*background: linear-gradient(45deg, #d794d8, #7ed3f4);*/
    background: linear-gradient(45deg, #037fa7, #c33a5d);
    padding: 20px 5px;
    text-align: center;
    border-radius: 3px;
}


.index_count .index_count_1 img {
    display: inline-block;
    width: 90px;
}
#shiva {
    display: inline-block;
    width: 100%;
    margin: 12px 0;
}
.count {
    color: white;
    font-size: 25px;
    font-weight: bold;
}
.index_count .index_count_1 p {
    width: 100%;
    float: left;
    color: #fff;
}
#talkbubble {
   width: 120px;
   height: 80px;
   background: red;
   position: relative;
   -moz-border-radius:    10px;
   -webkit-border-radius: 10px;
   border-radius:         10px;
  float:left;
  margin:20px;
}
#talkbubble:before {
   content:"";
   position: absolute;
   right: 100%;
   top: 26px;
   width: 0;
   height: 0;
   border-top: 13px solid transparent;
   border-right: 26px solid red;
   border-bottom: 13px solid transparent;
}

.linker
{
  font-size : 20px;
  font-color: black;
}

.index_inq
{
    width: 100%;
    float: left;
    background: url(../images/inq.jpg);
    background-size: 100%;
    padding: 60px 0;
    background-repeat: no-repeat;
    background-position: center;
}
.index_inq .index_inq_inp_full {
    width: 80%;
    float: left;
    margin: 0 0 0 10%;
    background: #ffffff7a;
    padding: 30px 10px;
    border-radius: 5px;
}
.index_inq .index_inq_inp_full .index_inq_inp {
    width: 22%;
    float: left;
    margin: 0 1.5%;
}
.index_inq .index_inq_inp_full .index_inq_inp input {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px 10px;
}
.index_inq .index_inq_inp_full .index_inq_inp select {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px 10px;
    color: #7b7b7b;
}
.index_inq_btn {
    width: 100%;
    float: left;
    text-align: center;
    margin: 30px 0 0 0;
}
.index_inq_btn button{
    background: #fff;
    cursor: pointer;
    color: #037fa7;
    padding: 13px 25px;
    border: #037fa7 1px solid;
    font-size: 12px;
    letter-spacing: 0.5px;
    appearance: none;
    text-transform: uppercase;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    }
.index_inq_btn button:before {
    background: linear-gradient(45deg, #037fa7, #c33a5d);
    -webkit-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.5);
    color: #fff;
    border: linear-gradient(135deg, #e00016 0%, #6a007a 100%) 1px solid;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.index_inq_btn button:hover {
    color: #fff;
    //border: #000 1px solid;
}
.index_inq_btn button:hover:before, .index_inq_btn button:active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.signup {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.signup .signup_full {
    width: 100%;
    float: left;
}
.signup .signup_full .signup_left {
    width: 50%;
    float: left;
}
.signup .signup_full .signup_left p {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #000;
    letter-spacing: 1px;
    line-height: 29px;
    text-shadow: 0px 0px 1px #fff;
}
.signup .signup_full .signup_left h2 {
    width: 100%;
    float: left;
    color: #000;
    font-size: 36px;
    line-height: 64px;
    letter-spacing: 2px;
    font-weight: bold;
    padding: 20px 0 30px 0;
    text-shadow: 0px 0px 1px #fff;
    font-family: 'Lucida Fax';
    font-style: italic;
}
.signup .signup_full .signup_left p {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #000;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 29px;
    text-shadow: 0px 0px 1px #fff;
    margin: 0 0 25px 0;
}
.signup .signup_full .signup_right {
    width: 46%;
    float: left;
    margin: 0 0 0 4%;
}
.signup .signup_full .signup_right img
{
    box-shadow: 0px 2px 10px -5px rgba(1,1,1,.75);
}


.index_testimonial {
    width: 100%;
    float: left;
    padding: 50px 0 0 0;
    background: #ededed;
}
.testim {
        width: 100%;
        float: left;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #333;
    cursor: pointer;
    font-size: 2em;
    top: 30%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}
.testim .arrow img{
    width: 30px;
}
.testim .arrow:before {
        cursor: pointer;
}

.testim .arrow:hover {
    color: #fff;
}
    

.testim .arrow.left {
    left: 30px;
}

.testim .arrow.right {
    right: 30px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
        height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #037fa7;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
        position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #037fa7;
    border-color: #037fa7;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
        overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #037fa7;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #333;
    width: 70%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}








/*---------------- product page start -----------------*/


.inner_banner {
    width: 100%;
    float: left;
    background: url(../images/inner_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 125px 0 125px 0;
    background-attachment: fixed;
    background-position-y: -123px;
}
.inner_banner p {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.inner_banner p a {
    font-size: 14px;
    color: #5eccf5;
    text-transform: capitalize;
    font-weight: normal;
}
.inner_banner p span {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 0 4px;
    font-weight: normal;
}
.product_main {
    width: 100%;
    float: left;
    padding: 60px 0;
}
.product_main .product_full {
    width: 100%;
    float: left;
    margin: 0 0 25px 0;
}
.product_main .product_full .product_1 {
    width: 30%;
    float: left;
    margin: 0 1.5%;
    background: #f1f1f194;
    padding: 0 0 15px 0;
    text-align: center;
    transition: 0.3s all ease;
    border: 1px solid #f7f7f7;
}
.new_dp select {
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px 5px;
    color: #7b7b7b;
    min-width: 150px;
}
.new_dp label {
    font-size: 14px;
}
.new_dp {
    width: 100%;
    float: left;
    text-align: right;
    margin: 0 0 15px 0;
    padding: 0 15px 0 0;
}
.product_main .product_full .product_1:hover {
    box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.5);
}
.product_main .product_full .product_1 .product_1_img {
    width: 100%;
    float: left;
}
.product_main .product_full .product_1 .product_1_heading {
    width: 100%;
    float: left;
    margin: 15px 0;
    font-size: 18px;
}
.inner_banner p:last-child a {
    margin: 0 0 0 5px;
}
.f_h2_services {
    line-height: 0px !important;
    padding: 11px 0 35px 0 !important;
}
.f_gap {
    width: 100%;
    float: left;
    height: 1px;
    background: #ccc;
    margin: 40px 0;
}

/*---------------- product page end -----------------*/


/*---------------- contact page start -----------------*/

.contact_main {
    width: 65%;
    float: left;
}
.contact_main .contact_left {
    width: 100%;
    float: left;
}
.contact_main .contact_right {
    width: 100%;
    float: left;
    background: #f1f1f1;
    padding: 20px;
}
.contact_main .contact_right .contact_right_top {
    width: 100%;
    float: left;
}
.contact_main .contact_right .contact_right_top .contact_right_top_left {
    width: 47%;
    float: left;
}
.contact_main .contact_right .contact_right_top .contact_right_top_left img {
    width: 20px;
    float: left;
    margin: 2px 0 0 0;
}
.contact_main .contact_right .contact_right_top .contact_right_top_left p {
    float: left;
    width: calc(100% - 20px);
    padding: 0 10px;
    font-size: 14px;
}
.contact_main .contact_right .contact_right_top .contact_right_top_right {
    width: 50%;
    float: left;
}
.contact_main .contact_right .contact_right_top .contact_right_top_right .w-100 {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}
.contact_main .contact_right .contact_right_top .contact_right_top_right .w-100 img {
    width: 16px;
    float: left;
}
.contact_main .contact_right .contact_right_top .contact_right_top_right .w-100 p {
    float: left;
    padding: 0 0 0 10px;
    font-size: 14px;
}
.contact_form {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
    padding: 25px 0 0 0;
    border-top: 4px double #ccc;
}
.contact_form .contact_form_full {
    width: 100%;
    float: left;
}
.contact_form .contact_form_full .contact_form_inp_1 {
    width: 50%;
    float: left;
    margin: 0 0 15px 0;
    padding: 0 10px;
}
.contact_form .contact_form_full .contact_form_inp_1 input {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px 10px;
    color: #7b7b7b;
}
.contact_form .contact_form_full .contact_form_inp_1 select {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px 10px;
    color: #7b7b7b;
}
.contact_form .contact_form_full .contact_form_inp_2 {
    width: 100%;
    float: left;
    padding: 0 10px;
}
.contact_form .contact_form_full .contact_form_inp_2 textarea {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px 10px;
    color: #7b7b7b;
    min-height: 120px;
    max-height: 120px;
}
.contact_inq_form {
    width: 30%;
    float: left;
    margin: 0 0 0 5%;
    background: #f1f1f1;
    padding: 15px 20px;
    position: fixed;
    bottom: 0;
    right: 0;
}
.contact_inq_form .contact_inq_form_heading {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    font-family: 'Lucida Fax';
    font-style: italic;
    font-size: 24px;
    font-weight: bold;
    color: #037fa7;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #c33a5d;
}
.contact_inq_form .contact_inq_form_1_inp {
    width: 100%;
    float: left;
    text-align: right;
    margin: 0 0 10px 0;
}
.contact_inq_form .contact_inq_form_1_inp select {
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px 5px;
    color: #7b7b7b;
    min-width: 150px;
}
.contact_inq_form .contact_inq_form_inp_2 {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}
.contact_inq_form .contact_inq_form_inp_2 input {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px 5px;
    color: #7b7b7b;
}
.contact_inq_form .contact_inq_form_inp_2 select {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px 5px;
    color: #7b7b7b;
}

/*---------------- contact page end -----------------*/


.about_us_text_main {
    width: 100%;
    float: left;
    border-top: 1px solid #ccc;
    padding: 30px 0;
}
.about_us_text_main ul {
    width: 100%;
    float: left;
}
.about_us_text_main ul li {
    width: 100%;
    float: left;
    font-size: 15px;
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
    position: relative;
}
.about_us_text_main ul li:after {
    content: "";
    height: 20px;
    width: 12px;
    background: url(../images/ft_07.png);
    background-repeat: no-repeat;
    top: 4px;
    left: 0;
    position: absolute;
}
.about_three {
    width: 100%;
    float: left;
}
.about_three .about_three_1 {
    width: 33.33%;
    float: left;
    padding: 20px 15px;
    height: 320px;
}
.about_three .about_three_1 img {
    width: 100px;
    float: left;
}
.about_three .about_three_1 h2 {
    width: 100%;
    float: left;
    margin: 25px 0 10px 0;
    color: #fff;
}
.about_three .about_three_1 p {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 14px;
}
.tl
{
    text-align: left !important;
}
.about_us_text_main ul h4 {
    width: 100%;
    float: left;
    margin: 15px 0 10px 0;
    border-top: 1px solid #ccc;
    padding: 15px 0 0 0;
    font-size: 18px;
}



.table-elements {
    width: 80%;
    margin: 0 auto;
}
.table-bordered {
    border: 1px solid #ddd;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}
table {
    max-width: 100%;
    background-color: transparent;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table-elements th {
    color: #037fa7;
}
td a {
    color: #1f5977;
}
th {
    text-align: left;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
td, th {
    padding: 0;
    font-size: 14px;
}
.table-elements h1
{
    margin-bottom: 20px;
}

.apply_main {
    width: 100%;
    float: left;
    padding:0 0 60px 0;
}
.apply_main .apply_left {
    width: 65%;
    float: left;
}
.apply_inp {
    width: 50%;
    float: left;
    padding: 10px;
}
.apply_inp textarea {
    width: 100%;
    float: left;
    padding: 5px 10px;
    min-height: 100px;
    background: #fff;
    border: 1px solid #ccc;
    color: #7b7b7b;
    max-height: 100px;
}
.apply_inp input {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    color: #7b7b7b;
    height: 50px;
    padding: 0 10px;
}
.apply_inp select {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    color: #7b7b7b;
    height: 50px;
    padding: 0 10px;
}
.apply_right {
    width: 33%;
    float: left;
    margin: 0 0 0 2%;
}
.f_apply_heading {
    color: #323232;
    font-size: 30px;
}
.f_apply_heading hr{
    margin:15px 0;
}
.apply_right p {
    color: #3a3a3a;
    font-size: 14px;
}





@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }
    
    .testim .cont div p {
        line-height: 25px;
    }

}





.sliderWrapper {
    height: 480px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.sliderWrapper .slider
{
  background: #aaa;
  overflow: hidden;
  height: 100%;
  position: relative;
  width: 100%;
}

.sliderWrapper .slider .slide
{
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.sliderWrapper .slider .slide img { width: 100%; height: 100%; }

.sliderWrapper .slider-directions .slider-directions-next
{
    cursor: pointer;
    background: #c33a5d;
    color: #fff;
    height: 48px;
    position: absolute;
    top: 35%;
    width: 58px;
    z-index: 10;
    transition-property: left,right,box-shadow;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    font-size: 30px;
    padding: 0 0 0 9px;
}
.sliderWrapper .slider-directions .slider-directions-prev
{
    cursor: pointer;
    background: #c33a5d;
    color: #fff;
    height: 48px;
    position: absolute;
    top: 35%;
    width: 58px;
    z-index: 10;
    transition-property: left,right,box-shadow;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    font-size: 30px;
    padding: 0 0 0 30px;
}
.sliderWrapper .slider-directions .slider-directions-prev:after,
.sliderWrapper .slider-directions .slider-directions-next:after
{
  content: 'O';
  display: block;
  line-height: 48px;
}

.sliderWrapper .slider-directions .slider-directions-prev { left: -24px; }
.sliderWrapper:hover .slider-directions .slider-directions-prev { left: 0; box-shadow: 0 0 8px 0 rgba(0,0,0,0.8); }
.sliderWrapper .slider-directions .slider-directions-prev:after { content: '«'; }

.sliderWrapper .slider-directions .slider-directions-next { right: -24px; }
.sliderWrapper:hover .slider-directions .slider-directions-next { right: 0; box-shadow: 0 0 8px 0 rgba(0,0,0,0.8); }
.sliderWrapper .slider-directions .slider-directions-next:after { content: '»'; }

.sliderWrapper .slider-navigation
{
  bottom: -24px;
  color: #333;
  left: 2px;
  position: absolute;
  z-index: 10;

  transition-property: bottom;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.sliderWrapper:hover .slider-navigation { bottom: 2px; }

.sliderWrapper .slider-navigation .slider-navigation-item
{
  cursor: pointer;
  background: #eee;
  border-radius: 100%;
  box-shadow: 0;
  display: inline-block;
  float: left;
  height: 12px;
  margin-left: 2px;
  margin-right: 2px;
  text-indent: -9999px;
  width: 12px;

  transition-property: box-shadow;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.sliderWrapper:hover .slider-navigation .slider-navigation-item {
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.8);
}

.sliderWrapper .slider-navigation .slider-navigation-item.active {
  background: #333;
  color: #eee;
}





@media only screen and (max-width: 1255px) {
    .main {
        width: 1000px;
    }
}
@media only screen and (max-width: 1024px) {
    .main {
        width: 800px;
    }
    .menu {
        width: auto;
    }
}

/*--------------------------------------- property end -----------------------------------------------*/

@media screen and (max-width: 992px) {
    table {
        display: block;
    }
    table > *,
    table tr,
    table td,
    table th {
        display: block;
    }
    table thead {
        display: none;
    }
    table tbody tr {
    height: auto;
    padding: 37px 0;
    width: 100%;
    float: left;
}
    table tbody tr td {
    padding-left: 0;
    margin-bottom: 24px;
    width: 100% !important;
    float: left;
}
    table tbody tr td:last-child {
        margin-bottom: 0;
    }
    table tbody tr td:before {
        font-family: OpenSans-Regular;
        font-size: 14px;
        color: #999999;
        line-height: 1.2;
        font-weight: unset;
        position: absolute;
        width: 40%;
        left: 30px;
        top: 0;
    }
    table tbody tr td:nth-child(1):before {
        content: "Date";
    }
    table tbody tr td:nth-child(2):before {
        content: "Order ID";
    }
    table tbody tr td:nth-child(3):before {
        content: "Name";
    }
    table tbody tr td:nth-child(4):before {
        content: "Price";
    }
    table tbody tr td:nth-child(5):before {
        content: "Quantity";
    }
    table tbody tr td:nth-child(6):before {
        content: "Total";
    }
    .column4,
    .column5,
    .column6 {
        text-align: left;
    }
    .column4,
    .column5,
    .column6,
    .column1,
    .column2,
    .column3 {
        width: 100%;
    }
    tbody tr {
        font-size: 14px;
    }
    .property .pc_part .pc_table td {
        border: none;
    }

    .journal_entry .journal_entry_part table {
        display: block;
    }
    .journal_entry .journal_entry_part table > *,
    .journal_entry .journal_entry_part table tr,
    .journal_entry .journal_entry_part table td,
    .journal_entry .journal_entry_part table th {
        display: block;
    }
    .journal_entry .journal_entry_part table thead {
        display: none;
    }
    .journal_entry .journal_entry_part table tbody tr {
        height: auto;
        padding: 37px 0;
    }
    .journal_entry .journal_entry_part table tbody tr td {
        padding-left: 40% !important;
        margin-bottom: 24px;
    }
    .journal_entry .journal_entry_part table tbody tr td:last-child {
        margin-bottom: 0;
    }
    .journal_entry .journal_entry_part table tbody tr td:before {
        font-family: OpenSans-Regular;
        font-size: 14px;
        color: #999999;
        line-height: 1.2;
        font-weight: unset;
        position: absolute;
        width: 40%;
        left: 30px;
        top: 0;
    }
    .journal_entry .journal_entry_part table tbody tr td:nth-child(1):before {
        content: "Date";
    }
    .journal_entry .journal_entry_part table tbody tr td:nth-child(2):before {
        content: "Order ID";
    }
    .journal_entry .journal_entry_part table tbody tr td:nth-child(3):before {
        content: "Name";
    }
    .journal_entry .journal_entry_part table tbody tr td:nth-child(4):before {
        content: "Price";
    }
    .journal_entry .journal_entry_part table tbody tr td:nth-child(5):before {
        content: "Quantity";
    }
    .journal_entry .journal_entry_part table tbody tr td:nth-child(6):before {
        content: "Total";
    }
    .journal_entry .journal_entry_part .column4,
    .journal_entry .journal_entry_part .column5,
    .journal_entry .journal_entry_part .column6 {
        text-align: left;
    }
    .journal_entry .journal_entry_part .column4,
    .journal_entry .journal_entry_part .column5,
    .journal_entry .journal_entry_part .column6,
    .journal_entry .journal_entry_part .column1,
    .journal_entry .journal_entry_part .column2,
    .journal_entry .journal_entry_part .column3 {
        width: 100%;
    }
    .journal_entry .journal_entry_part tbody tr {
        font-size: 14px;
    }
    .journal_entry .journal_entry_part .pc_table td {
        border: none;
    }
}

/*--------------------------------------- property end -----------------------------------------------*/

@media only screen and (max-width: 910px) {
    .menu .collapse-button {
        top: 28px;
    }
}
@media only screen and (max-width: 840px) {
    .main {
        width: 750px;
    }
    .bg-top .menu {
    position: absolute;
    right: 0;
    top: 63px;
        z-index: 99999;
}
.bg-top .menu ul.slimmenu {
    background: #fff;
}
.bg-top .menu ul.slimmenu li > a {
    padding: 8px 0 7px 25px;
}
}
@media only screen and (max-width: 784px) {
    .menu img {
        display: none;
    }
    .menu {
        width: 100%;
    }
    .menu {
        width: 100%;
        top: -63px;
        position: relative;
        height: auto;
    }
    .menu ul.slimmenu {
        margin: 19px 0 0 0;
    }
}
@media only screen and (max-width: 767px) {
    .print_btn {
        width:100%;
    }
    .payment_success_main .payment_success_1 {
        width:100%;
    }
    .payment_success_table table tr {
        padding:5px;
    }
    .payment_success_table table tr td{
        margin:0;
    }
    .payment_success_main .payment_success_1 .payment_success_heading p {
        font-size: 16px;
    }
    .main {
        width: 600px;
    }
    .menu ul.slimmenu.collapsed li {
        border-top: 1px solid #c4c4c4;
    }
    .menu ul.slimmenu li ul li a {
        text-align: left;
        font-size: 12px;
        border-top: none;
        padding: 9px 20px;
        background: #989897;
    }
    .signup .signup_full .signup_right {
    width: 100%;
    margin: 15px 0 !important;
}
.signup .signup_full .signup_left {
    width: 100%;
}
.index_count .index_count_1 {
    width: 100%;
    margin: 10px 0;
    }
    .index_inq {
    width: 100%;
    background: #525252;
}
.signup .signup_full .signup_left h2 {
    font-size: 25px !important;
    }
.index_inq .index_inq_inp_full {
    width: 90%;
    margin: 0 0 0 5%;
}
.index_inq .index_inq_inp_full .index_inq_inp {
    width: 100%;
    margin: 10px 0;
}
.footer .ftp_b .ftp_b_1 {
    width: 100% !important;
    margin: 0 0 15px 0;
    padding: 0 !important
}
.about_three .about_three_1 {
    width: 100%;
    height: auto;
}
.product_main .product_full .product_1 {
    width: 100%;
    margin: 15px 0;
}
.contact_main .contact_left {
    width: 100%;
}
.contact_main .contact_right {
    width: 100%;
    padding: 10px;
}
.contact_main .contact_right .contact_right_top .contact_right_top_right {
    width: 100%;
}
.contact_main .contact_right .contact_right_top .contact_right_top_left {
    width: 100%;
}
.contact_form .contact_form_full .contact_form_inp_1 {
    width: 100%;
}
.apply_main .apply_left {
    width: 100%;
}
.apply_inp {
    width: 100%;
    padding: 0;
    margin: 0 0 14px 0;
}
.apply_right {
    width: 100%;
    margin: 15px 0 0 0;
}
.sliderWrapper {
    height: 183px;
}
.contact_main {
    width: 100%;
    float: left;
    padding: 20px 0;
}
.contact_inq_form {
    width: 100%;
    margin: 0;
    position: static;
}

}
@media only screen and (max-width: 640px) {
    .main {
        width: 450px;
    }
}
@media only screen and (max-width: 479px) {
    .main {
        width: 300px;
    }
    .logo {
    width: 100%;
}
}


.about_1 {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.about_1 .about_1_full {
    width: 100%;
    float: left;
}
.about_1 .about_1_full .about_1_right {
    float: left;
    padding: 0 20px;
}
.about_1 .about_1_full .about_1_right h2 {
    width: 100%;
    float: left;
    color: #037fa7;
    font-size: 24px;
    margin: 0 0 10px 0;
}

.about_1 .about_1_full .about_1_right p {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: justify;
    line-height: 22px;
    font-weight: 100;
}
.about_1 .about_1_full .about_1_right ul {
    width: 90%;
    float: left;
    padding: 5px 0 0 15px;
    margin: 0 0 0 20px;
}
.about_1 .about_1_full .about_1_right ul li {
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
    font-size: 14px;
    list-style: disc;
}
.about_1 .about_1_full .about_1_right h3 {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    font-size: 15px;
    color: #c33a5d;
    font-weight: 600;
}
#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin:20px 0;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}
#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #22749c;
    color: white;
}