body {
    background: url(img/shape-1.svg) -300px -500px / 80% auto no-repeat white;
}

.s-header {
    /* background-color: #fff; */
    position: fixed;
    /* position: absolute; */
    width: 100%;
    z-index: 200;
}


/* .s-header {
	box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.08);

} */

.s-header .cntr {
    position: relative;
}

.fixed-hd .logo {
    width: 90px;
}

.fixed-hd .menu-head>li>a {
    padding: 3px 20px;
    line-height: 22px;
}

.logo {
    float: right;
    width: 240px;
    margin-top: 10px;
}

.logo span {
    display: block;
    padding: 10px;
    position: relative;
}

.fixed-hd .logo span {
    padding: 0;
}

.logo img {
    display: block;
    width: 100%;
    height: auto;
}

.menu-head {
    float: left;
    position: relative;
    margin-top: 50px;
}

.menu-head>li {
    float: right;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
}

.menu-head li.li-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 10px;
    z-index: 1;
    /* transform: skew(34deg); */
    border-radius: 0 12px 0px 20px;
    background-color: rgba(255, 255, 255, .1);
    border-left: solid 40px rgba(255, 255, 255, .1);
}

.item-has-menu li.li-line {
    transform: skew(0);
    border-left-color: transparent;
    border-radius: 0;
    top: 10px;
    border-radius: 20px 20px 0 0;
}

.menu-head a {
    display: block;
    font-size: 18px;
}

.menu-head>li>a {
    padding: 7px 15px;
    line-height: 22px;
    position: relative;
    z-index: 2;
    border-radius: 50px;
    font-size: 16px;
}

.menu-head li ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 999;
    position: absolute;
    top: 100%;
    right: 0;
    width: 380px;
    background-color: #f9f9f9;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    overflow: hidden;
    border-radius: 20px 0 20px 20px;
}

.menu-head li:hover,
.menu-head li ul {
    background-color: #f4f4f4;
}

.menu-head li:hover {
    border-radius: 7px;
}

.menu-head li.has-menu:hover {
    border-radius: 7px 7px 0 0;
}

.menu-head li ul li {
    float: none;
    border-bottom: 1px solid rgba(170, 170, 170, 0.3);
}

.menu-head li ul li:last-child {
    border-width: 0;
}

.menu-head li ul li a {
    padding: 13px 12px;
}

.menu-head li ul li a:hover {
    padding-right: 15px;
}

.menu-head>li:hover {
    overflow: visible;
}

.menu-head li:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.menu-head li.contact-link a {
    background-color: #fff;
}

.fixed-hd .s-header {
    background-color: #fff;
}

.fixed-hd .menu-head {
    margin-top: 3px;
}


/*========================================================================*/

.s-slider {
    padding-top: 60px;
}

.bg-slider,
.slide-,
.slide-img {
    max-height: 720px;
}

.slide- {
    min-height: 444px;
}

.bg-slider {
    overflow: hidden;
    position: relative;
    background-image: url(img/top-bgr.png);
}

.inner .bg-slider {
    padding-top: 90px;
}

.bg-slider .cntr {
    position: relative;
    z-index: 5;
}

.slider-cont,
.slide-img {
    float: left;
    width: 50%;
    display: block;
    position: relative;
}

.slide-img span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.botton-pos .slide-img span {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(0);
    top: auto;
}

.slide-img span img {
    display: block;
    width: auto;
    max-width: 92%;
    max-height: 600px;
    margin: auto;
}

.slider-cont {
    float: right;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 30px;
}

.bg-slider .slick-dots {
    z-index: 99;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.bg-slider .slick-dots li {
    margin: 0 0 7px;
    line-height: 10px;
}

.bg-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    overflow: hidden;
    text-indent: -999px;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 0;
    border-radius: 12px;
}

.bg-slider .slick-dots li.slick-active button {
    background-color: #fff;
    height: 30px;
}

.bg-slider .slick-dots li button:hover {
    opacity: 1 !important;
}


/*========================================================================*/

.btn- {
    border-radius: 33px;
    padding: 8px 20px;
    display: inline-block;
    overflow: hidden;
    font-size: 18px;
    position: relative;
}

.btn-2,
.btn-3 {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    text-align: center;
    padding: 13px 20px;
    border-radius: 33px;
}

.btn-3 {
    max-width: 300px;
}

.btn-none {
    background-color: #d7d7d7 !important;
}

.btn-none:before {
    display: none !important;
}

.btn- span {
    display: block;
    position: relative;
    z-index: 3;
}

.social-btnz {
    height: 100px;
    float: left;
    position: relative;
    z-index: 100;
    transform: translateY(-100%);
    margin-bottom: -100px;
    min-width: 40%;
    padding-top: 27px;
}

.social-btnz:before {
    position: absolute;
    top: 0;
    left: -100px;
    right: -100px;
    content: '';
    display: block;
    background-color: #fff;
    height: 100px;
    transform: skew(45deg);
}

.social-btnz li {
    float: right;
    position: relative;
    z-index: 2;
}

.social-btnz li a {
    display: block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    margin-right: 20px;
    border-radius: 50%;
    background-color: #e8e8e8;
    text-align: center;
    font-size: 24px;
}


/*========================================================================*/

.sect {
    padding: 70px 0;
    background-color: #fff;
    position: relative;
}

.pdct-desc li,
.sect p,
.sect .p {
    font-size: 21px;
    line-height: 32px;
    color: #999;
}

.logo-b {
    width: 110px;
    height: 110px;
    display: block;
    border: 30px solid red;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.logo-b i {
    display: block;
    position: absolute;
    top: 0;
    left: 133px;
}


/*========================================================================*/

.sect-about {
    min-height: 480px;
    background-color: #f9f9f9;
}

.sect-1 .cntr {
    position: relative;
    z-index: 3;
}

.sect-img {
    float: right;
    width: 38%;
}

.sect-img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.sect-content {
    float: left;
    width: 62%;
    padding-right: 30px;
}


/* .sect-1 .sect-content {
    padding-top: 70px;
} */

.sect-1 .btn-2 {
    max-width: 250px;
}

.sect-rev .sect-img {
    float: left;
}

.sect-rev .sect-content {
    float: left;
    padding-left: 0;
    padding-right: 30px;
}

.sect-title {
    position: relative;
    padding: 0 0px 28px 0;
    margin: 0 0 30px;
}

.sect-title h2 {
    margin: 0;
    font-size: 34px;
    position: relative;
    z-index: 4;
    line-height: 42px;
}

.sect-title-c {
    text-align: center;
    padding: 0 0 32px;
}

.js-hook {
    height: 333px;
}

.slide-title {
    padding-right: 50px;
    line-height: 42px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.slide-title::before {
    display: none;
}

.slide-title h2 {
    font-size: 27px;
}

.slide-txt {
    font-size: 18px;
    margin-bottom: 100px;
}

.slide-txt p {
    margin: 0 0 30px;
}

.sect-title-desc,
.sect-title-desc p {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 25px;
}

.sect-title-desc {
    max-width: 800px;
}

.sect-title-desc-c {
    text-align: center;
    margin: 0 auto;
}


/*========================================================================*/

.sect-2 {
    padding-top: 0;
    /* background: url(img/shape-1.svg) -180px -600px / 80% auto no-repeat white; */
    background-color: #fff;
}

.sect-why {
    position: relative;
}

.sect-why .cntr {
    position: relative;
    z-index: 3;
}

.sect-title:before,
.sect-title:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 6px;
    background-color: #bbb;
    border-radius: 3px;
    display: block;
    content: '';
    margin-left: -30px;
}

.sect-title:after {
    width: 14px;
    height: 4px;
    bottom: 1px;
    right: 2px;
    background-color: #fff;
}

.sect-title-c {
    text-align: center;
    margin-bottom: 55px;
}

.sect-title-c::before,
.sect-title-c::after {
    right: 50%;
    margin-right: -30px;
}

.sect-title-c::before,
.sect-title-c::after {
    right: 50%;
    margin-right: -30px;
}

.sect-title-c::after {
    margin-right: -7px;
}


/*========================================================================*/

.cirlec-slider-bg {
    margin: 0 auto;
    width: 360px;
    height: 360px;
    position: relative;
    float: right;
}


/* .cit-box:nth-child(1) {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 50%;
    margin: -70px -70px 0 0;
    width: 140px;
} */

.cit-box {
    float: right;
    width: 47%;
    height: 140px;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 25px;
    cursor: pointer;
}

.cit-box:nth-child(2),
.cit-box:nth-child(5) {
    float: left;
}

.cit-box:nth-child(2) {
    transform: translateY(80px);
}

.cit-box:nth-child(5) {
    transform: translateY(-80px);
}

.cit-box:nth-child(3) {
    float: none;
    clear: both;
}

.c-box-in {
    text-align: center;
    position: relative;
    z-index: 3;
    line-height: 20px;
}

.c-box-in h6 {
    font-size: 20px;
    margin: 0;
    line-height: 20px;
    color: #999;
}

.c-box-in p {
    font-size: 12px;
    display: none;
}

.cit-box i {
    width: 66px;
    height: 66px;
    color: red;
    text-align: center;
    line-height: 60px;
    display: block;
    font-size: 32px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding: 12px;
    border-radius: 50%;
    /* box-shadow: 0 3px 0 0 rgba(50, 50, 50, 0.18); */
}

.cit-box.active i {
    -webkit-animation: pulse 1.3s ease-out 75ms infinite;
    -moz-animation: pulse 1.3s ease-out 75ms infinite;
    animation: pulse 1.3s ease-out 75ms infinite;
}

.cit-box i img {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: auto;
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    filter: grayscale(100%);
    opacity: 0.7;
}

.cit-box.active i img {
    filter: grayscale(0);
    opacity: 1;
}


/*------------------------------*/

.about-box {
    padding-top: 40px;
}

.about-box,
.about-box p {
    font-size: 21px;
    line-height: 34px;
}

.about-box ul {
    margin: 0;
    padding: 20px 0 0;
    list-style-type: none;
}

.about-box ul li {
    float: right;
    width: 32%;
    height: 44px;
    line-height: 44px;
    padding-left: 10px;
    margin-bottom: 20px;
    background: #f9f9f9;
    margin: 0 0 10px 1%;
    border-radius: 40px;
}

.about-box ul li i {
    display: block;
    float: right;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 21px;
    border-radius: 50%;
    text-align: center;
    background-color: #ddd;
    margin-left: 12px;
}

.about-box ul li span {
    display: block;
    float: right;
    margin-right: 12px;
    padding-top: 8px;
}

.about-box ul li u {
    float: left;
    margin-top: 14px;
}

.sect-2 {
    padding: 19px 0 50px;
}

.sect-2 .cntr {
    position: relative;
    z-index: 9;
}

.about-box h3,
.about-box h4 {
    margin: 0;
    padding: 80px 0;
    text-align: center;
    font-size: 38px;
    background: url(img/etmam-logo-cercle.png) center center / auto 100% no-repeat transparent;
}


/*------------------------------*/

.why-title {
    width: 40%;
    float: right;
}

.why-box {
    position: relative;
    /* min-height: 460px; */
    float: left;
    width: 58%;
}

.why-box ul {
    position: relative;
    z-index: 2;
}

.why-box li {
    float: right;
    width: 50%;
    padding: 0 25px;
    margin-bottom: 40px;
}

.why-box li:last-child {
    float: none;
    float: left;
    /* width: auto; */
}

.why-it {
    position: relative;
    padding: 10px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, .8);
    box-shadow: 0px 0px 16px 1px rgba(99, 99, 99, 0.1);
    -webkit-box-shadow: 0px 0px 16px 1px rgba(99, 99, 99, 0.1);
    -moz-box-shadow: 0px 0px 16px 1px rgba(99, 99, 99, 0.1);
}

.why-it i {
    border-radius: 6px;
    text-align: center;
    background-color: #eee;
    float: left;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 25px;
    position: absolute;
    top: -20px;
    left: -20px;
}

.why-it,
.why-it p {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    color: #999;
}

.why-box li:nth-child(1) .why-it,

/* .why-box li:nth-child(5) .why-it , */

.why-box li:nth-child(3) .why-it {
    transform: translateY(80px);
}

.why-it p {
    clear: both;
}


/*========================================================================*/


/*--------------------------------------*/


/*-----------------------------------------*/

.sect-srv-in {
    position: relative;
}

.ordr-it {
    margin-top: -60px !important;
}

.ordr-it>li {
    min-height: 120px;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.ordr-it>li:after {
    clear: both;
    content: '';
    display: block;
}

.ordr-it>li i {
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    font-size: 31px;
    position: relative;
    margin: 0 auto;
}

.ordr-it>li i img {
    margin: 0 auto;
    display: block;
    width: 48px;
    max-height: 48px;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.t-cont {
    display: block;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    height: 190px;
    box-shadow: 0px 0px 16px 1px rgba(99, 99, 99, 0.1);
    -webkit-box-shadow: 0px 0px 16px 1px rgba(99, 99, 99, 0.1);
    -moz-box-shadow: 0px 0px 16px 1px rgba(99, 99, 99, 0.1);
}

.home .t-cont {
    height: 210px;
}

/*==================================================*/

.plans-table>li:nth-child(7n+1) .plan-head,
.plans-table>li:nth-child(7n+1) .plan-order {
    background: #fd6888;
    background: -moz-linear-gradient(left, #fd6888 1%, #920150 100%);
    background: -webkit-linear-gradient(left, #fd6888 1%, #920150 100%);
    background: linear-gradient(to right, #fd6888 1%, #920150 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fd6888', endColorstr='#920150', GradientType=1);
}

.plans-table>li:nth-child(7n+2) .plan-head,
.plans-table>li:nth-child(7n+2) .plan-order {
    background: #f4b536;
    background: -moz-linear-gradient(left, #f4b536 1%, #e45307 100%);
    background: -webkit-linear-gradient(left, #f4b536 1%, #e45307 100%);
    background: linear-gradient(to right, #f4b536 1%, #e45307 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f4b536', endColorstr='#e45307', GradientType=1);
}

.plans-table>li:nth-child(7n+3) .plan-head,
.plans-table>li:nth-child(7n+3) .plan-order {
    background: #ffda00;
    background: -moz-linear-gradient(left, #ffda00 2%, #eb9400 100%);
    background: -webkit-linear-gradient(left, #ffda00 2%, #eb9400 100%);
    background: linear-gradient(to right, #ffda00 2%, #eb9400 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffda00', endColorstr='#eb9400', GradientType=1);
}

.plans-table>li:nth-child(7n+4) .plan-head,
.plans-table>li:nth-child(7n+4) .plan-order {
    background: #64ca22;
    background: -moz-linear-gradient(left, #64ca22 1%, #00642c 100%);
    background: -webkit-linear-gradient(left, #64ca22 1%, #00642c 100%);
    background: linear-gradient(to right, #64ca22 1%, #00642c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#64ca22', endColorstr='#00642c', GradientType=1);
}

.plans-table>li:nth-child(7n+5) .plan-head,
.plans-table>li:nth-child(7n+5) .plan-order {
    background: #8cd828;
    background: -moz-linear-gradient(left, #8cd828 2%, #02559f 100%);
    background: -webkit-linear-gradient(left, #8cd828 2%, #02559f 100%);
    background: linear-gradient(to right, #8cd828 2%, #02559f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8cd828', endColorstr='#02559f', GradientType=1);
}

.plans-table>li:nth-child(7n+6) .plan-head,
.plans-table>li:nth-child(7n+6) .plan-order {
    background: #c281f9;
    background: -moz-linear-gradient(left, #c281f9 0%, #68229d 100%);
    background: -webkit-linear-gradient(left, #c281f9 0%, #68229d 100%);
    background: linear-gradient(to right, #c281f9 0%, #68229d 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c281f9', endColorstr='#68229d', GradientType=1);
}

.plans-table>li:nth-child(7n+7) .plan-head,
.plans-table>li:nth-child(7n+7) .plan-order {
    background: #7d2b7b;
    background: -moz-linear-gradient(left, #7d2b7b 0%, #3f3170 100%);
    background: -webkit-linear-gradient(left, #7d2b7b 0%, #3f3170 100%);
    background: linear-gradient(to right, #7d2b7b 0%, #3f3170 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7d2b7b', endColorstr='#3f3170', GradientType=1);
}


/*--------------------------------------------------------------*/

.plans-table>li:nth-child(7n+1) .price,
.plans-table>li:nth-child(7n+1) .plan-in li b {
    color: #fd6888;
}

.plans-table>li:nth-child(7n+2) .price,
.plans-table>li:nth-child(7n+2) .plan-in li b {
    color: #f4b536;
}

.plans-table>li:nth-child(7n+3) .price,
.plans-table>li:nth-child(7n+3) .plan-in li b {
    color: #ffda00;
}

.plans-table>li:nth-child(7n+4) .price,
.plans-table>li:nth-child(7n+4) .plan-in li b {
    color: #64ca22;
}

.plans-table>li:nth-child(7n+5) .price,
.plans-table>li:nth-child(7n+5) .plan-in li b {
    color: #8cd828;
}

.plans-table>li:nth-child(7n+6) .price,
.plans-table>li:nth-child(7n+6) .plan-in li b {
    color: #c281f9;
}

.plans-table>li:nth-child(7n+7) .price,
.plans-table>li:nth-child(7n+7) .plan-in li b {
    color: #7d2b7b;
}


/*---------------------------------------------------*/

.s-box:before,
.srv-page-link:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    content: '';
    opacity: 0.5;
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}

.ordr-it>li h2 {
    padding: 12px 0;
    margin: 0 0 25px;
    font-size: 22px;
    line-height: 28px;
    color: #8a8a8a;
    text-align: center;
}

.ordr-it>li h2 em {
    font-style: normal;
}

.sect-c-in {
    position: relative;
    padding-bottom: 37px;
    z-index: 9;
}

.or-in {
    clear: both;
    font-size: 14px;
    line-height: 22px;
    display: none;
    padding: 12px 12px 33px;
    background-color: #f4f4f4;
    border-radius: 25px;
    position: relative;
    max-width: 700px;
    margin: 0 auto 30px !important;
    text-align: right;
    min-width: 270px;
    width: 100%;
}

.or-in:before {
    position: absolute;
    content: '';
    top: -12px;
    left: 50%;
    display: block;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #f4f4f4 transparent;
    margin-left: -12px;
}

.or-in,
.or-in p {
    color: #8e8e8e;
    font-size: 16px;
    line-height: 25px;
}

.or-in p {
    margin: 0;
}

.ordr-it>li:nth-child(even) .or-in {
    margin-left: 0;
    margin-right: 70px;
    float: none;
}

.or-in ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.srv-page-link {
    display: block;
    padding: 5px 0;
    width: 150px;
    border-radius: 33px;
    background-color: red;
    position: absolute;
    bottom: -20px;
    left: 90px;
    margin-left: -45px;
    text-align: center;
    -webkit-animation: zoomOut 0.1s both;
    animation: zoomOut 0.1s both;
}

.ordr-it>li:nth-child(even) .srv-page-link {
    right: 90px;
    left: auto;
}

.srv-page-link em {
    font-style: normal;
}

.current-ordr .srv-page-link {
    -webkit-animation: fadeInRight 0.5s both .4s;
    animation: fadeInRight 0.5s both .4s;
}

li:nth-child(even).current-ordr .srv-page-link {
    -webkit-animation: fadeInLeft 0.5s both .4s;
    animation: fadeInLeft 0.5s both .4s;
}


/*========================================================================*/

@keyframes mov1 {
    0% {
        border-bottom-width: 30px;
    }

    50% {
        border-bottom-width: 0;
    }

    100% {
        border-bottom-width: 30px;
    }
}

@keyframes mov2 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes mov3 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes mov4 {
    0% {
        transform: translateX(0);
    }

    30% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes mov5 {
    0% {
        transform: translateX(0);
    }

    30% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes mov6 {
    0% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes mov7 {
    0% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes mov8 {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*========================================================================*/

.i-img {
    margin: 0 7px;
    display: block;
    height: 94px;
    text-align: center;
    border: 1px solid #e6e6e6;
    background-color: #fff;
}

.i-img img {
    margin: 0 auto;
    width: auto;
    height: auto !important;
    max-height: 90%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 90%;
}

.b-slider .slick-dots,
.c-slider .slick-dots,
.pdcts-slider .slick-dots {
    margin: 0;
    padding: 20px 0 0;
    list-style-type: none;
    text-align: center;
}

.b-slider .slick-dots li,
.c-slider .slick-dots li,
.pdcts-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.b-slider .slick-dots li button,
.c-slider .slick-dots li button,
.pdcts-slider .slick-dots li button {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    padding: 0;
    color: #000;
    overflow: hidden;
    text-indent: -9999px;
    background-color: transparent;
}


/*========================================================================*/

.sect-parntr {
    padding: 80px 0;
    /* background: url(img/bgr-2.png) 0 -580px / 100% auto no-repeat #f9f9f9; */
    background-color: #fff;
    /* border-top: 10px solid #000; */
}


/*========================================================================*/

.sect-products,
.page-template-page-about .sect-4 {
    background-color: #f9f9f9;
}

.pd-box {
    border: 1px solid #ddd;
    background-color: #ececec;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
}

.pd-box h3 {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 120px 5px 10px;
    margin: 0;
    text-align: center;
    font-size: 21px;
    line-height: 33px;
    text-shadow: 0 1px 0 #ececec;
    background: linear-gradient(to bottom, rgba(239, 239, 239, 0) 0%, rgba(239, 239, 239, 0) 61%, rgba(239, 239, 239, 1) 100%);
}

.pd-box:hover {
    opacity: 0.7;
}

.pd-box:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    content: '';
}

.pd-img {
    display: block;
    /* height: 260px; */
    height: 300px;
    /* padding: 20px; */
}

.pd-img img {
    z-index: 2;
    /* max-width: 100%; */
    width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.pdcts-n>div {
    float: right;
    width: 20%;
}

.pdcts-n .pd-box {
    margin: 0;
    border-color: #fff;
    /* background-color: #00adee;*/
    background-color: #fff;
}


/*========================================================================*/

.contact-btn {
    width: 90px;
    height: 90px;
    font-size: 17px;
    line-height: 25px;
    margin: 0 auto;
    display: block;
}

.contact-btn-2 {
    width: 120px;
    height: 120px;
}

.contact-btn:after,
.contact-btn:before {
    box-shadow: 0 0 0 2px #b2505c;
}

@-webkit-keyframes pulse2 {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2.4);
        opacity: 0;
    }
}

@keyframes pulse2 {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2.4);
        opacity: 0;
    }
}

.wts-btn {
    position: fixed;
    bottom: 110px;
    left: 40px;
    z-index: 88;
    background-color: #49c658 !important;
    display: none;
}

.over- {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 6;
}


/*========================================================================*/

.sect-3-v {
    background-color: #e1e1e1;
}


/*========================================================================*/

.sect-contact {
    overflow: hidden;
    position: relative;
}

.sect-contact .cntr {
    position: relative;
    z-index: 2;
}

.sect-contact {
    overflow: hidden;
}

.box-title i.la {
    display: block;
    width: 120px;
    height: 120px;
    padding-top: 66px;
    font-size: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    margin: -80px auto 40px;
    position: relative;
}

.sect-contact .box-title i.la {
    opacity: 0.3;
    padding-top: 50px;
    font-size: 40px;
    text-align: center;
}

.sect-contact .box-title i.la:after {
    position: absolute;
    display: block;
    content: '';
    top: -20px;
    bottom: -20px;
    right: -20px;
    left: -20px;
    border: 20px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.sect-contact .slick-arrow {
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -240px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 8px solid rgba(255, 255, 255, 0.1);
    color: #17011a;
    width: 70px;
    height: 70px;
    padding: 0;
    border-radius: 50%;
    font-size: 26px;
    opacity: 0.2;
    z-index: 10;
}

.sect-contact .slick-next {
    left: auto;
    right: 50%;
    margin: 0;
    margin-right: -240px;
}

.sect-contact .slick-arrow:hover {
    opacity: 1;
}

.sect-contact .slick-dots {
    bottom: 25px;
}

.contact-items {
    margin: 0 auto;
    max-width: 777px;
}

.contact-items li {
    margin-bottom: 10px;
}

.contact-items li div {
    position: relative;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 12px;
}

.contact-items li div i {
    display: block;
    background: url(img/whatsapp-2.png) center center / 50% auto no-repeat transparent;
    width: 50px;
    height: 50px;
    float: right;
}

.contact-items li:nth-child(2) div i {
    background-image: url(img/mail.png);
}

.contact-items li:nth-child(3) i {
    background-image: url(img/telephone.png);
}

.contact-items li span {
    display: block;
    font-size: 21px;
    direction: ltr;
    float: right;
    margin-top: 5px;
    color: #333;
}

.sect-contact .sec-sprt:before {
    background-color: #189e52;
}

.social-icons {
    text-align: center;
    margin-bottom: 40px;
}

.social-icons li {
    display: inline-block;
    margin: 0 6px;
}

.social-icons a {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    border-radius: 8px;
    background-color: #fff;
}

span.contact-btn+em {
    position: relative;
    z-index: 4;
    display: block;
    font-style: normal;
    letter-spacing: 2px;
}

.contact--btn {
    max-width: 300px;
}

.home-contant-form {
    margin: 0 auto;
    max-width: 600px;
    padding-top: 30px;
}

.home-contant-form input,
.home-contant-form textarea {
    font-family: cairo;
    font-weight: 600;
}

.inpt-row {
    margin-bottom: 5px;
    position: relative;
}

.inpt-row i {
    position: absolute;
    z-index: 3;
    top: 14px;
    right: 6px;
    font-size: 21px;
    opacity: .7;
}

.inpt-row i.la-phone,
.inpt-row i.la-envelope {
    right: auto;
    left: 6px;
}

.home-contant-form input,
.home-contant-form textarea {
    width: 100%;
    border-width: 0 !important;
    height: 48px;
    font-size: 18px;
    /* color: #fff; */
}

.home-contant-form input,
.home-contant-form textarea,
.home-contant-form .recaptcha {
    padding: 8px 30px;
    background-color: rgba(255, 255, 255, .7);
    border-radius: 4px;
    display: block;
}

.home-contant-form .recaptcha {
    margin-bottom: 8px !important;
}

.home-contant-form textarea {
    height: 120px;
}

.home-contant-form input:focus,
.home-contant-form textarea:focus {
    outline: none;
    border-width: 0;
}

.home-contant-form .recaptcha span>div {
    margin: 0 auto;
}

.wpcf7-form-control-wrap.recaptcha {
    display: none;
}


/*========================================================================*/

.side-menu {
    position: fixed;
    z-index: 999999;
    right: 0;
    top: 0;
    bottom: 0;
    width: 250px;
    background-color: #fff;
    border-left: 1px solid #2f2f2f;
    padding: 10px 0 50px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    opacity: 0;
    visibility: hidden;
}

.side-menu-show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

a.side-menu-toggle {
    float: left;
    padding: 4px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: none;
    margin-top: 12px;
}

.side-menu a.side-menu-toggle {
    display: block !important;
}

header a.side-menu-toggle {
    float: left;
    margin-top: 12px;
    color: #555;
    padding: 0;
    height: 36px;
}

header a.side-menu-toggle i {
    font-size: 33px;
}

.side-menu a.side-menu-toggle {
    margin: 0 0 30px;
    float: left;
}

.side-menu ul {
    clear: both;
    max-height: 90%;
    overflow: auto;
}

.side-menu ul ul {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.side-menu ul li {
    padding: 3px 0;
    border-bottom: 1px solid #ddd;
}

.side-menu ul li img {
    display: none !important;
}

.side-menu ul ul li a {
    line-height: 23px;
}

.side-menu ul li:last-child {
    border-width: 0;
}

.side-menu ul a {
    display: block;
    padding: 6px 10px;
    line-height: 36px;
    font-size: 17px;
}

.side-menu ul a i {
    float: right;
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 6px;
    font-size: 15px;
}


/*========================================================================*/

.gototop {
    position: fixed;
    right: 50px;
    bottom: 60px;
    display: block;
    width: 44px;
    height: 44px;
    font-size: 22px;
    line-height: 44px;
    border-radius: 50%;
    text-align: center;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

.gototop-show {
    opacity: 1;
    visibility: visible;
}


/*========================================================================*/

.post-title-bgr {
    position: relative;
    padding: 30px 0 26px;
    margin-bottom: 20px;
}

.post-title-bgr:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    content: '';
    opacity: 0.7;
}

.post-title-bgr .cntr {
    position: relative;
    z-index: 2;
}

.post-title-bgr li {
    float: right;
}

.archive .post-title-bgr li:first-child {
    margin-left: 12px;
}

.post-title-bgr li,
.post-title-bgr li h1 {
    font-size: 19px;
    display: inline;
}

.page .post-title-bgr li h1 {
    font-size: 24px;
}

.post-image img {
    display: block;
    margin: 0 auto 40px;
    width: 900px;
    height: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    max-width: 100%;
}

.meta--wrap {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.post-meta,
.meta-social-ico li {
    float: right;
    font-size: 15px;
    line-height: 40px;
}

.meta-social-ico a {
    font-size: 18px;
    display: block;
    line-height: 40px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #dfdfdf;
    text-align: center;
}

.meta-social-ico {
    float: left;
}

.post-in {
    min-height: 300px;
}


/*========================================================================*/

.desc-none {
    padding-bottom: 0 !important;
}

.single-products .post-title-bgr {
    margin-bottom: 0;
}

.pdct-img {
    float: right;
    width: 33%;
}

.pdct-img img {
    height: auto;
    width: 100%;
}

.desc-none .pdct-img {
    float: none;
    margin: 0 auto;
}

.single-products .pdct-img img {
    width: auto;
    max-width: 200px;
    margin: 0 auto;
    display: block;
}

.pdct-desc {
    float: left;
    width: 65%;
}

.desc-btns {
    text-align: center;
}

.desc-btns li {
    display: inline-block;
    margin: 0 7px;
}

.desc-btns a {
    min-width: 120px;
}

.pd-feat-items {
    margin-bottom: 30px;
}

.pd-feat-items li {
    max-width: 700px;
    padding: 4px;
    padding-left: 20px;
    margin: 0 auto 10px;
}

.pd-feat-items li div {
    background-color: #fff;
    border-radius: 44px;
    position: relative;
    height: 46px;
}

.pd-feat-items li u {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #000;
    border-radius: 50%;
    top: 50%;
    left: 0;
    margin: -6px 0 0 -3px;
}

.pd-feat-items li div:after {
    clear: both;
    display: block;
    content: '';
}

.pd-feat-items li i {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    float: right;
    display: block;
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
}

.pd-feat-items li span {
    margin-right: 55px;
    display: block;
    line-height: 22px;
    padding-left: 12px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.btn-icon-1 {
    font-size: 50px;
}

.sect-feat-2 .pd-feat-items li {
    max-width: none;
    width: 33.333%;
    margin: 0 0 40px;
    float: right;
    padding-top: 30px;
}

.sect-feat-2 .pd-feat-items li div {
    height: 150px;
}

.sect-feat-2.ft-1.ft-2 .pd-feat-items li div {
    background-color: #f0f0f0;
}

.sect-feat-2 .pd-feat-items li div i {
    float: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sect-feat-2 .pd-feat-items li div i:after {
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    display: block;
    content: '';
    border: 4px solid #fff;
    border-radius: 50%;
}

.txt-c {
    text-align: center;
}

.sect-feat-2 .pd-feat-items li div u {
    left: 50%;
    top: 100%;
}

.sect-feat-2 .pd-feat-items li div span {
    margin: 0;
    padding: 12px;
    position: relative;
    text-align: center;
    overflow: hidden;
    max-height: 105px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.sect-feat-2.ft-1.ft-2 {
    padding-top: 10px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
}

.ordr-it-2>li i u {
    transform: translateY(6px);
}

.work-gll-img- {
    margin-bottom: 44px;
}

.work-gll-img- li {
    width: 370px;
    max-width: 100%;
}

.wimg-wrap {
    overflow: hidden;
    width: 100%;
    /* height: 250px; */
    /* background-color: #fff; */
    /* padding: 15px; */
    /* margin: 2px; */
    border: solid 1px rgba(255, 255, 255, .4);
}

.wimg-wrap a {
    display: block;
    line-height: 10px;
    position: relative;
    height: 100%;
}

.wimg-wrap a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    content: '';
    background-color: rgba(0, 0, 0, 0);
}

.wimg-wrap img {
    width: 100%;
    height: auto;
    min-height: 100%;
    display: block;
}

.wimg-wrap a i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    z-index: 3;
    color: #fff;
    margin: -25px 0 0 -25px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 50%;
    opacity: 0;
    transform: translateY(50px);
}

.wimg-wrap a:hover::before {
    background-color: rgba(0, 0, 0, .4);
}

.wimg-wrap a:hover i {
    transform: translateY(0);
    opacity: 1;
}


/*========================================================================*/

.grd- {
    margin: 0 -12px;
}

.grd->li {
    float: right;
    padding: 0 12px;
}

.grd-2>li {
    width: 50%;
}

.grd-3>li {
    width: 33.333%;
}

.grd-4>li {
    width: 25%;
}

.b-wrap {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.thumb- {
    display: block;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.thumb-:before {
    position: absolute;
    z-index: 2;
    display: block;
    content: '';
    top: 12px;
    bottom: 12px;
    left: 12px;
    right: 12px;
    border: 1px solid rgba(255, 255, 255, .6);
}

.thumb- img {
    display: block;
    width: 100%;
    max-height: 100%;
    height: auto !important;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.b-in {
    height: 100px;
    background-color: #fff;
    padding: 10px;
    text-align: center;
}

.archive .b-in {
    background-color: #f0f0f0;
}

.b-in h2 {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 5px;
    margin: 0;
    background-color: rgba(255, 255, 255, .4);
    text-align: center;
    font-size: 21px;
    line-height: 33px;
}

.b-fot {
    height: 55px;
    padding: 0 0 0 10px;
}

.time-,
.b-fot a {
    float: left;
    margin-top: 12px;
    font-size: 16px;
}

.b-fot a {
    margin: 0;
    float: right;
    display: block;
    height: 55px;
    padding: 10px;
    line-height: 36px;
}

.pager- {
    text-align: center;
}

.pager- li {
    display: inline-block;
    margin: 0 2px;
}

.pager- a,
.pager- span {
    display: inline-block;
    line-height: 40px;
    padding: 0 2px;
    height: 40px;
    min-width: 40px;
    border-radius: 3px;
}

.pager- a:hover {
    opacity: 0.7;
}

.products-page-tax {
    margin-bottom: 40px;
    text-align: center;
}

.products-page-tax li {
    margin: 0 10px 10px;
    display: inline-block;
}

.products-page-tax a {
    min-width: 140px;
    display: block;
    white-space: nowrap;
}


/*========================================================================*/

.arch-srvs-it li {
    margin: 0 0 60px;
    display: block;
}

.s-box {
    position: relative;
    /* overflow: hidden; */
    height: 70px;
    padding: 5px;
    border-radius: 10px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}

.s-box:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    content: '';
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='500' height='200' preserveAspectRatio='none' viewBox='0 0 500 200'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1016%26quot%3b)' fill='none'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1017%26quot%3b)'%3e%3cpath d='M112.5 62.5L112.5 187.5' stroke-width='4.17' stroke='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M106.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM106.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M487.5 162.5L487.5 12.5' stroke-width='4.17' stroke='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M481.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM481.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M212.5 37.5L362.5 187.5L487.5 187.5' stroke-width='4.17' stroke='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M206.25 37.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM481.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M162.5 37.5L137.5 12.5L12.5 12.5' stroke-width='4.17' stroke='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M156.25 37.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM6.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M287.5 137.5L337.5 187.5' stroke-width='4.17' stroke='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M281.25 137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM331.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M87.5 37.5L87.5 137.5L37.5 187.5L12.5 187.5' stroke-width='4.17' stroke='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M81.25 37.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM6.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M212.5 12.5L362.5 162.5L462.5 162.5' stroke-width='4.17' stroke='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M206.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM456.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M462.5 112.5L337.5 112.5L237.5 12.5' stroke-width='4.17' stroke='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M456.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM231.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M137.5 87.5L137.5 37.5' stroke-width='4.17' stroke='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M131.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM131.25 37.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M212.5 162.5L187.5 187.5L137.5 187.5' stroke-width='4.17' stroke='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M206.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM131.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M62.5 112.5L12.5 112.5' stroke-width='4.17' stroke='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M56.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM6.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M462.5 87.5L462.5 62.5L412.5 12.5L262.5 12.5' stroke-width='4.17' stroke='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M456.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM256.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M387.5 87.5L437.5 87.5' stroke-width='4.17' stroke='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M381.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM431.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M312.5 62.5L337.5 37.5L412.5 37.5L437.5 62.5' stroke-width='4.17' stroke='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M306.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM431.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M187.5 87.5L137.5 137.5' stroke-width='4.17' stroke='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M181.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM131.25 137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M337.5 87.5L362.5 87.5L387.5 62.5L412.5 62.5' stroke-width='4.17' stroke='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M331.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM406.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M62.5 87.5L12.5 37.5' stroke-width='4.17' stroke='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M56.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM6.25 37.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M262.5 187.5L262.5 112.5L212.5 62.5L162.5 62.5' stroke-width='4.17' stroke='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M256.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM156.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M237.5 137.5L237.5 112.5L212.5 87.5' stroke-width='4.17' stroke='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M231.25 137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM206.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M187.5 112.5L187.5 162.5' stroke-width='4.17' stroke='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M181.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM181.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1016'%3e%3crect width='500' height='200' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cmask id='SvgjsMask1017'%3e%3crect width='500' height='200' fill='white'%3e%3c/rect%3e%3cpath d='M109.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM109.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M484.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM484.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M209.37 37.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM484.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M159.37 37.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM9.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M284.37 137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM334.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M84.37 37.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM9.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M209.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM459.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M459.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM234.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M134.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM134.37 37.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M209.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM134.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M59.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM9.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M459.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM259.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M384.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM434.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M309.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM434.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M184.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM134.37 137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M334.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM409.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M59.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM9.37 37.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M259.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM159.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M234.37 137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM209.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M184.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM184.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
    opacity: .25;
}

.s-box div {
    position: relative;
    z-index: 3;
}

.s-thumb {
    margin: -44px 10px 0 0;
    float: right;
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
}

.s-thumb img {
    margin: 0 auto;
    display: block;
    position: relative;
    max-width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.s-box h2 {
    margin-right: 114px;
    text-align: center;
    white-space: nowrap;
    font-size: 22px;
    padding-top: 14px;
}


/*========================================================================*/

.plans-table {
    margin: 0 -30px;
}

.plans-table>li {
    padding: 0 20px;
    margin-bottom: 44px;
}

.plan-box {
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
}

.plan-box:hover {
    -webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.18);
    -moz-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.18);
    box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.18);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.plan-head {
    padding: 12px 12px 40px;
    height: 160px;
    margin-bottom: 55px;
    position: relative;
    text-align: center;
    background-color: #999;
}

.plan-head:after {
    height: 40px;
    background-color: #fff;
    display: block;
    content: '';
    position: absolute;
    bottom: -20px;
    left: -50px;
    right: -50px;
    -webkit-transform: skewY(8deg);
    -ms-transform: skewY(8deg);
    transform: skewY(8deg);
    display: none;
}

.plan-head h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.plan-head p {
    font-size: 15px;
}

.price {
    position: absolute;
    display: block;
    width: 120px;
    height: 120px;
    background-color: #fff;
    top: 100%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #333;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.10);
    -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.10);
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.10);
    font-size: 17px;
    line-height: 20px;
}

.price em {
    display: block;
    padding: 10px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-style: normal;
}

.price u {
    text-decoration: none;
    display: block;
}

.plan-head i {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 14px;
    color: #fff;
    text-shadow: 0px -15px 0px rgba(255, 255, 255, 0.3), 0px -30px 0px rgba(255, 255, 255, 0.15), 0px -45px 0px rgba(255, 255, 255, 0.08);
}

.plans-table li:nth-child(2) .plan-head i {
    font-size: 17px;
}

.plans-table li:nth-child(3) .plan-head i {
    font-size: 21px;
    text-shadow: 0px -20px 0px rgba(255, 255, 255, 0.3), 0px -40px 0px rgba(255, 255, 255, 0.15), 0px -60px 0px rgba(255, 255, 255, 0.08);
}

.plans-table li:nth-child(4) .plan-head i {
    font-size: 28px;
    text-shadow: 0px -30px 0px rgba(255, 255, 255, 0.3), 0px -60px 0px rgba(255, 255, 255, 0.15), 0px -90px 0px rgba(255, 255, 255, 0.08);
}

.plan-in {
    padding: 8px;
}

.plans-table:not(.plan-wide) .plan-in {
    min-height: 200px;
}

.plan-in li {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #888;
}

.plan-in li:last-child {
    border-width: 0;
}

.plan-in li span {
    display: inline-block;
    min-width: 140px;
}

.plan-in li.prtc span {
    min-width: 80px;
}

.plan-order {
    display: block;
    padding: 8px 0;
    text-align: center;
    background-color: #999;
    color: #fff;
    border-radius: 0 0 5px 5px;
    margin: 0 -8px -8px;
}

.plan-order:hover {
    color: #fff;
}

.plans-table.grd-1,
.plans-table.grd-2 {
    margin: 0 auto;
}

.plans-table.grd-1 {
    margin: 0 auto;
    max-width: 400px;
}

.plans-table.grd-2 {
    max-width: 700px;
}

.plans-table.grd-1 li {
    width: auto;
    float: none;
}

.plan-wide .plan-head {
    padding: 10px;
    height: auto;
    margin-bottom: 0;
}

.plan-wide .ph-in {
    float: right;
}

.plan-wide .price {
    position: static;
    float: left;
    transform: translate(0, 0);
    border-radius: 8px;
    height: auto;
    width: auto;
    margin-top: 10px;
}

.plan-wide .price em {
    position: static;
    transform: translateY(0);
}

.plan-wide .plan-head h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.plan-wide .plan-head p {
    margin: 0;
}


/*========================================================================*/

.post-in .grd-4>li {
    margin-bottom: 40px;
}

.post-in .home-contant-form {
    display: block !important;
}

.post-in .home-contant-form input,
.post-in .home-contant-form textarea {
    background-color: rgba(213, 213, 213, 0.3);
    color: #595959;
}

.page-template-page-about .bg-slider {
    height: auto !important;
}

.page-template-page-about .slider-cont {
    padding-top: 0 !important;
}

.page-template-page-about .slide-txt {
    margin-bottom: 170px;
}

.page-template-page-about .sect-2,
.page-template-page-about .sect-3 {
    padding-bottom: 150px;
}

.page-template-page-about .sect-2 {
    padding-top: 150px;
}

.page-template-page-about .sect-4 .sect-img {
    display: none;
}

.page-template-page-about .sect-4 .sect-content {
    float: none;
    width: auto;
    padding: 0;
}


/*========================================================================*/

.sect-srvs {
    padding: 0 0 10px;
}

.srvs-hd {
    padding: 60px 0 120px;
    /* background: url(img/top-bgr.png) 0 0 no-repeat #1bb6f0; */
    background: url(img/top-bgr.png) 0 0 no-repeat #f7f7f7;
}

.ac-block {
    margin: 0 -12px;
}

.a-block-in,
.ac-block a.hd- {
    background-color: #f0f0f0;
}

.ac-block a.hd- {
    display: block;
    padding: 5px;
    margin-bottom: 17px;
    border-radius: 33px;
}

.q-icon {
    display: block;
    float: right;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #c4c4c4;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 32px;
}

.ac-block li {
    width: 50%;
    float: right;
    padding: 0 12px;
}

.ac-block li:nth-child(odd) {
    clear: both;
}

.ac-block a.hd- .exp-icon {
    float: left;
    margin: 13px 0 0 14px;
}

.ac-block .current .exp-icon {
    transform: rotate(180deg);
}

.ac-block a.hd- span {
    display: block;
    margin-right: 10px;
    float: right;
    font-weight: 600;
    line-height: 44px;
    color: #333 !important;
}

.a-block-in {
    display: none;
    font-size: 16px;
    padding: 10px;
    font-weight: 600;
    position: relative;
    border-radius: 9px;
    margin-bottom: 22px;
}

.a-block-in::before {
    position: absolute;
    top: -12px;
    right: 16px;
    display: block;
    content: '';
    border-style: solid;
    border-width: 0 8px 12px;
    border-color: transparent transparent #f0f0f0;
}

.a-block-in p {
    margin: 0;
}

.right-title {
    float: right;
    width: 38%;
}

.left-cont- {
    float: left;
    width: 60%;
}


/*========================================================================*/

#dc-result-1,
.wp24-dc form {
    margin: 0 auto;
    max-width: 530px;
}

.wp24-dc form {
    padding: 6px;
    background-color: #e8e8e8;
    border-radius: 9px;
}

.wp24-dc form:after {
    display: block;
    content: '';
    clear: both;
}

.wp24-dc form>div,
.wp24-dc .dc-form>div {
    display: block !important;
}

.wp24-dc form div *,
.wp24-dc .dc-form div * {
    display: block !important;
    float: right !important;
    height: 42px;
    line-height: 42px;
    padding: 0 7px;
    border-radius: 6px;
}

.wp24-dc form div select {
    width: 100px;
}

.wp24-dc form select,
.wp24-dc .dc-form select {
    margin: 0 !important;
    background-color: #fff;
}

#dc-form-1 input[type=submit] {
    display: block;
    float: left !important;
    width: 70px;
}


/*========================================================================*/

.acbank {
    background-color: #fff;
    border-radius: 40px;
    margin-bottom: 40px;
    font-size: 15px;
    display: block;
}

.bank-img {
    display: block;
    height: 70px;
    margin-bottom: 20px;
}

.acbank img {
    position: relative;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    max-height: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.acbank h3 {
    margin: 0 0 10px;
    font-size: 21px;
    text-align: center;
    padding: 10px 0;
}

.acbank div {
    padding: 0 20px 10px;
    color: #fff;
    border-radius: 0 0 40px 40px;
    position: relative;
    min-height: 112px;
}

.acbank div>i {
    position: absolute;
    font-size: 110px;
    top: 10px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    transform: rotate(-20deg);
    opacity: .2;
}

.acbank p {
    margin: 0;
    padding: 3px 0;
    position: relative;
    z-index: 2;
}

.acbank p b {
    font-weight: 500;
}

.acbank p span {
    float: left;
}

.wp24-dc .table,
.table-row {
    display: block !important;
}

.table-row {
    margin-bottom: 2px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px;
}

.table-row:after {
    clear: both;
    display: block;
    content: '';
}

.table-row.available {
    background-color: #e6fff6;
    border-color: #c5f4c5;
    color: green;
}

.table-row.registered {
    background-color: #fbcfcf;
    border-color: #ffc0c0;
    color: #df7b7b;
}

.table-cell {
    float: right;
}

.table-cell-transfer,
.table-cell-purchase,
.table-cell-transfer a,
.table-cell-purchase a {
    float: left;
}

.table-cell-transfer a,
.table-cell-purchase a {
    display: inline-block;
    margin-right: 10px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 14px;
}


/*========================================================================*/

.form-style-2-heading {
    font-size: 19px;
    font-style: normal;
}

.form-style-2 label>span {
    font-weight: normal;
}

.wizard-section {
    visibility: visible !important;
}

.wpepLoader.parent-loader {
    display: none !important;
}

.to-down {
    position: absolute;
    top: 600px;
    right: 40px;
    width: 40px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    font-size: 28px;
    padding: 0;
    line-height: 60px;
}

.fixed-hd .to-down {
    opacity: 0;
}

.inner .to-down {
    display: none !important;
}


/*========================================================================*/

.sect-stats {
    background-color: #fff;
    position: relative;
}

.sect-stats:before {
    position: absolute;
    display: none;
    /*    content: '';*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(img/bgr05.png) -70px 0 / 100% auto no-repeat #bfbfbf;
    opacity: .3;
}

.s-stats {
    text-align: center;
}

.s-stats li {
    display: inline-block;
    min-width: 200px;
    padding: 0 20px;
    position: relative;
}

.s-stats li:before {
    position: absolute;
    width: 1px;
    height: 60px;
    background-color: #c1c1c1;
    display: block;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.s-stats li:last-child:before {
    display: none;
}

.st- {
    padding: 12px;
    /* background-color: #fff; */
    border-radius: 30px;
}

.st- span,
.st- img,
.st- b,
.st- em {
    display: block;
}

.st- span {
    position: relative;
    width: 50px;
    height: 50px;
    float: right;
}

.st- img {
    width: auto;
    height: auto;
    max-width: 98%;
    opacity: 0.7;
}

.st- div {
    margin-right: 66px;
    text-align: right;
}

.st- b {
    font-size: 30px;
    line-height: 29px;
    position: relative;
    padding-bottom: 11px;
    margin-bottom: 5px;
}

.st- b:before {
    position: absolute;
    bottom: 0;
    /* left: 50%; */
    right: 0;
    width: 30px;
    height: 2px;
    background-color: #000;
    display: block;
    content: '';
    /* margin-left: -15px; */
}

.st- em {
    font-style: normal;
}


/*========================================================================*/

.team-wrap {
    padding: 8px;
    text-align: center;
}

.t-icon {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 12px;
    position: relative;
}

.t-icon:before {
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    display: block;
    content: '';
    border: 3px solid #ddd;
    border-radius: 50%;
}

.t-icon img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
}

.t-in {
    padding: 2px;
}

.t-in em {
    font-style: normal;
    font-size: 14px;
    display: block;
    margin: 0 0 10px;
    color: #939393;
}

.t-in h4 {
    display: inline-block;
    line-height: 22px;
    padding: 5px 25px;
    background-color: #e6e6e6;
    border-radius: 33px;
}


/*========================================================================*/

.team-items .slick-arrow,
.team-items .slick-arrow:before,
.pdcts-slider .slick-arrow {
    position: absolute;
    border-radius: 12px;
    display: block;
}

.team-items .slick-arrow,
.pdcts-slider .slick-arrow {
    width: 44px;
    height: 44px;
    top: 50%;
    left: -60px;
    padding: 0;
    margin-top: -33px;
    background-color: #e3e3e3;
    font-size: 22px;
}

.team-items .slick-arrow:before {
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    content: '';
    border: 1px solid #f0f0f0;
}

.team-items .slick-next,
.pdcts-slider .slick-next {
    left: auto;
    right: -60px;
}


/*========================================================================*/

body {
    background-image: none;
}

.s-header {
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.08);
}

.logo {
    float: right;
    width: 170px;
    margin-top: 0;
}

.menu-head {
    margin-top: 20px;
}

.menu-head li.contact-link a {
    background-color: #14b3ef;
    color: #fff;
}

.bg-slider .slick-dots li button {
    border-color: #8e8e8e;
}

.bg-slider .slick-dots li.slick-active button {
    background-color: #14b3ef;
    border-color: #14b3ef;
}

.slider-cont {
    padding: 0;
}

.pdcts-n>div {
    width: 25%;
}


/*========================================================================*/

.prdct-desc {
    padding: 20px 0;
}

.wpcf7-form>label {
    display: block;
    margin-bottom: 12px;
}

.sect-p0 {
    padding: 0;
}

.labl-2 {
    display: block;
    font-style: normal;
    margin-right: 30px;
    padding: 8px 0 2px 0;
}


/*========================================================================*/
.cl- p {
    margin: 0;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
}

/*========================================================================*/


/*========================================================================*/


/*========================================================================*/


/*========================================================================*/


/*========================================================================*/


/*========================================================================*/


/*========================================================================*/


/*========================================================================*/

.s-footer {
    padding: 30px 0;
}

.inner .s-footer {
    border-top: 1px solid #e1e1e1;
}

.fot-box {
    float: right;
    width: 30%;
    padding: 0 20px;
}

.f-links {
    width: 40%;
}

.f-links li {
    width: 40%;
    float: right;
}

.foot-links {
    padding-left: 0;
}

.f-links a {
    display: block;
    padding: 1px 0;
    padding-right: 16px;
    position: relative;
}

.f-links a:hover {
    padding-right: 20px;
}

.f-links a:before {
    width: 7px;
    height: 7px;
    border: 2px solid #2dbef4;
    border-radius: 50%;
    display: block;
    content: '';
    margin-left: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
}

.f-links a:hover:before {
    border-color: #dfdfdf;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fot-box .sub-menu {
    display: none !important;
}

.fot-logo {
    display: block;
    margin-bottom: 10px;
}

.fot-logo img {
    display: block;
    float: right;
    width: 180px;
    margin-top: 20px;
}

.fot-logo a img {
    float: left;
    width: 100px;
    margin: 0;
}

.fot-info p {
    line-height: 20px;
    font-size: 14px;
    color: #777;
    margin: 0;
    padding-right: 0;
}

.foot-bar {
    padding: 10px 0;
}

.copryt {
    margin: 0;
    /* float: right;
    margin-top: 15px; */
    text-align: center;
}

.foot-bar ul {
    float: left;
}

.foot-bar li {
    float: right;
}

.foot-bar li a {
    display: block;
    padding: 6px 15px;
    line-height: 46px;
}

.work-img {
    overflow: hidden;
}

.work-img:hover img {
    transform: scale(1.2) rotate(7deg);
}

.work-box h3 {

    color: #00425b;
}

/*========================================================================*/

.slide-:not(.botton-pos) img {
    -webkit-animation: zoomOutDown .8s both;
    animation: zoomOutDown .8s both;
}

.slide-.botton-pos img {
    -webkit-animation: fadeOutDown .8s both;
    animation: fadeOutDown .8s both;
}

.slick-current .slide-.botton-pos img {
    -webkit-animation: fadeInUp .5s both;
    animation: fadeInUp .5s both;
}

.slick-current .slide-:not(.botton-pos) img {
    -webkit-animation: fadeInLeft .5s both;
    animation: fadeInLeft .5s both;
}

.home .about-box p,
.home .about-box h3,
.home .about-box h4,
.home .about-box a,
.home .about-box li,
.slide- .slide-title,
.slide-txt p,
.slide-txt a {
    -webkit-animation: fadeOutUp .8s both;
    animation: fadeOutUp .8s both;
}

.slick-current .slide- .slide-title {
    -webkit-animation: fadeInUp .8s both;
    animation: fadeInUp .8s both;
}

.slick-current .slide-txt p {
    -webkit-animation: fadeInUp .8s both .3s;
    animation: fadeInUp .8s both .3s;
}

.home .slick-current .about-box p,
.home .slick-current .about-box h3,
.home .slick-current .about-box h4,
.home .slick-current .about-box a,
.home .slick-current .about-box li,
.slick-current .slide-txt a {
    -webkit-animation: fadeInUp .8s both .6s;
    animation: fadeInUp .8s both .6s;
}


/*========================================*/

.cirlec-slider-bg:before {
    -moz-transition: opacity .9s ease-in-out;
    -webkit-transition: opacity .9s ease-in-out;
    -o-transition: opacity .9s ease-in-out;
    -ms-transition: opacity .9s ease-in-out;
    transition: opacity .9s ease-in-out;
}

.btn-,
.t-cont,
.gototop,
.s-header,
.wimg-wrap a::before,
.wimg-wrap a i,
.side-menu,
.menu-head,
.menu-head ul,
.menu-head ul li a,
.cit-box::before,
.cit-box,
.cit-box img,
.cit-box h6,
.btn-,
.btn-:before,
.li-line,
.menu-head li a,
.count-,
.work-img img {
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cit-box {
    -moz-transition: all 1.2s ease-in-out;
    -webkit-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}

.t-cont:hover,
.btn-:hover {
    transform: scale(1.1);
}

.t-cont:hover .count- {
    right: 240px;
    transform: scale(1.1);
}

/*========================================================================*/

.ordr-it>li i {
    background-color: #BDDFEC;
}

.about-box-active {
    background-color: #ddd;
}

.sect-title:before,
.table-cell-transfer a,
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.post-in .home-contant-form input[type="submit"],
.s-box,
.pager- .active a,
.gototop,
.foot-bar,
.foot-bar li:nth-child(2) a,
.btn-,
.btn-c,
.sect-title i:before,
.sect-title i:after {
    background-color: #0AB2F1;
}

.pdcts-slider .slick-dots li.slick-active button,
.b-slider .slick-dots li.slick-active button,
.c-slider .slick-dots li.slick-active button {
    background-color: #0AB2F1 !important;
}

.post-title-bgr,
.post-title-bgr:before {
    background-color: #f2f2f2;
}


/* .srvs-hd .sect-title:before, */

.white-hd .sect-title:before {
    background-color: #169ACC;
}

.table-cell-purchase a {
    background-color: green;
}

.logo-b i i:after,
.logo-b>i:before,
.logo-b {
    border-color: #0AB2F1;
}

.why-it i,
.about-box h3,
.about-box h4,
.home-contant-form input[type=submit],
.sect-contact .social-icons a a {
    color: #00adee;
}

.why-it p {
    color: #4a8297;
}

.pd-box h3 {
    color: #333;
}

.sect-title,
.menu-head a {
    color: #5a595e;
}

.pdcts-slider .slick-dots li button,
.b-slider .slick-dots li button,
.c-slider .slick-dots li button {
    background-color: #c1c1c1 !important;
}

.why-it i,
.s-footer,
.home-contant-form input[type=submit],
.contact--btn,
.slide-title i:before,
.slide-title i:after {
    background-color: #fff;
}

.menu-head>li>a {
    color: #333;
}


/* .srvs-hd,
.srvs-hd h2, */

.white-hd,
.white-hd h2,
.about-box-active h6,
.about-box-active u,
.table-cell a,
.post-in .home-contant-form input[type="submit"],
.plan-head,
.plan-head p,
.pager- .active a,
.about-box ul li i,
.srv-page-link,
.foot-bar,
.foot-bar a,
.gototop,

/* .sect-contact,
.sect-contact a, */

.slider-cont .btn-:hover,
a.btn-,
.menu-head:hover li:first-child a:hover,
.menu-head li a:hover,
a.contact--btn:hover {
    color: #fff;
}

a,
a.contact--btn {
    color: #00adee;
}

.home-contant-form input[type=submit]:hover {
    color: #00adee !important;
}

.menu-head:hover li:first-child:hover a,
.menu-head li a:hover,
.menu-head li:first-child a,
.menu-head>li:hover>a {
    color: #000;
}

.sect-contact {
    background-color: #f0f0f0;
}

.post-title-bgr,
.post-title-bgr a {
    color: #444;
}

.grd-gray {
    background: linear-gradient(to bottom, rgba(248, 248, 248, 1) 0%, rgba(255, 255, 255, 1) 31%, rgba(255, 255, 255, 1) 31%, rgba(255, 255, 255, 1) 100%);

}

/*========================================================================*/

@media screen and (max-width: 1280px) {
    .sect-1 .cirlec-slider {
        margin-left: 100px;
    }

    .sect-1 .sect-content {
        width: 53%;
    }
}

@media screen and (max-width: 1160px) {
    .work-gll-img- {
        margin: 0 auto 44px;
        max-width: 782px;
    }

    .cntr {
        padding: 0 12px;
    }

    .s-footer {
        padding-top: 0;
    }

    .s-footer .cntr {
        padding: 0;
    }

    .fot-info {
        float: none;
        width: auto;
        background-color: #f4f4f4;
        padding: 12px;
        margin-bottom: 12px;
    }

    .fot-info>div {
        margin: 0 auto 10px;
        max-width: 660px;
    }

    .fot-info:after {
        clear: both;
        display: block;
        content: '';
    }

    .fot-logo {
        float: right;
        margin-left: 10px;
    }

    .fot-logo img {
        margin-left: 10px;
    }

    .f-links {
        float: none !important;
        width: auto !important;
        margin-bottom: 20px;
    }

    .grd-5 li {
        width: 25%;
    }
}

@media screen and (max-width: 1024px) {
    .menu-head {
        display: none;
    }

    a.side-menu-toggle {
        display: block;
    }

    .s-header {
        padding-bottom: 5px;
    }

    .logo {
        width: 130px;
    }

    .fixed-hd header a.side-menu-toggle {
        margin-top: -1px;
    }

    .inner .bg-slider {
        padding-top: 90px;
    }

    .slider-cont,
    .slide-img {
        width: 40%;
    }

    .slider-cont {
        width: 60%;
        top: 300px !important;
    }

    .home .bg-slider,
    .slide-,
    .slide-img {
        max-height: 600px;
    }

    .slide-img span.cntr-img img {
        max-height: 400px;
    }

    .sect-1 {
        padding: 60px 0 30px;
    }

    .sect-1 .cirlec-slider {
        margin: 0 auto 30px;
        float: none;
    }

    .sect-1 .cirlec-slider-bg {
        float: none;
        width: auto;
        height: auto;
    }

    .cit-box {
        transform: translateY(0) !important;
        float: right !important;
        width: 18%;
        margin: 0 1% 25px;
    }

    .cit-box:nth-child(3) {
        clear: none;
        float: right;
    }

    .sect-1 .cirlec-slider-bg:after {
        display: block;
        content: '';
        clear: both;
    }

    .sect-1 .sect-content {
        width: auto;
        float: none;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .about-box {
        padding-top: 0;
        text-align: center;
    }

    .sect-feat-2 .pd-feat-items li {
        width: 50%;
    }

    .arch-srvs-it li {
        float: none !important;
        width: auto !important;
        max-width: 660px;
        margin: 0 auto 60px;
    }

    .sect-content .sect-title {
        text-align: center;
        margin-bottom: 25px;
        padding-bottom: 20px;
    }

    .sect-content .sect-title::before,
    .sect-content .sect-title::after {
        right: 50%;
        margin-right: -30px;
    }

    .sect-content .sect-title::before,
    .sect-content .sect-title::after {
        right: 50%;
        margin-right: -30px;
    }

    .sect-content .sect-title::after {
        margin-right: -7px;
    }
}

@media screen and (max-width: 960px) {

    .home .bg-slider,
    .slide-,
    .slide-img {
        height: auto !important;
        max-height: none !important;
    }

    .s-slider {
        padding-top: 120px;
    }

    .page-template-page-about .s-slider {
        padding-top: 20px;
    }

    .slide-img span {
        top: 0;
        transform: translate(0, 0);
    }

    .slide-img,
    .slider-cont {
        width: auto;
        float: none;
        height: auto !important;
    }

    .slide-img span img {
        margin: 0 auto;
        max-height: 300px !important;
    }

    .slider-cont {
        top: 0 !important;
        padding-top: 0 !important;
        transform: translate(0, 0);
    }

    .slide-txt {
        margin: 0 auto;
        max-width: 700px;
        text-align: center;
    }

    .slide-title {
        padding-right: 0;
        text-align: center;
    }

    .slide-title u {
        display: none;
    }

    .slide- .slide-title {
        padding-right: 0;
    }

    .slide-:not(.botton-pos) .slider-cont {
        padding-bottom: 100px;
    }

    .botton-pos {
        padding-bottom: 360px;
    }

    .botton-pos .slide-img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .botton-pos .slide-img span {
        right: 0;
        left: 0;
    }

    .ordr-it>li {
        text-align: center !important;
        width: 33%;
        margin: 0 auto 30px !important;
        max-width: 90%;
    }

    .ordr-it>li i {
        float: none !important;
        margin: 0 auto 10px;
    }

    .ordr-it>li span {
        float: none !important;
        margin: 0 auto !important;
        width: 4px;
        height: 0;
        border-radius: 0;
        border-width: 0 !important;
    }

    .ordr-it>li h2 {
        clear: both;
        float: none !important;
        margin: 0 auto 10px;
        width: auto;
    }

    .ordr-it>li h2 em {
        border-radius: 12px !important;
    }

    .or-in {
        clear: both;
        margin: 0 0 50px !important;
        max-width: none;
        float: none !important;
        text-align: center;
    }

    .current-ordr .srv-page-link {
        right: auto !important;
        left: 50% !important;
        margin-left: -75px !important;
    }

    .foot-bar {
        padding: 10px 0;
    }

    .copryt {
        float: none;
        text-align: center;
        margin: 0 0 10px;
    }

    .foot-bar ul {
        float: none;
        text-align: center;
    }

    .foot-bar ul li {
        display: inline-block;
        float: none;
        margin: 0 4px;
    }

    .foot-bar ul a {
        padding: 3px 10px 5px;
        height: auto;
        line-height: 26px;
        background-color: rgba(255, 255, 255, .3) !important;
        border-radius: 4px;
    }

    .wts-btn {
        transform: scale(.8);
        left: 10px;
    }

    .pdcts-n>div {
        width: 33.333%;
    }
}

@media screen and (min-width: 860px) {
    .plan-wide .plan-in li {
        float: right;
        width: 33.333%;
    }

    .plan-wide .plan-in li span {
        min-width: auto;
    }
}

@media screen and (max-width: 860px) {
    .faq-list>li {
        float: none;
        width: auto;
    }

    .work-gll-img- {
        max-width: 562px;
    }

    .work-gll-img- li {
        width: 280px;
    }

    .pdct-img {
        margin: 0 auto 40px;
        max-width: 400px;
        display: block;
    }

    .pdct-img,
    .pdct-desc {
        float: none;
        width: auto;
    }

    .post-title-bgr {
        padding: 25px 0;
    }

    .grd-3 {
        margin: 0 auto;
        max-width: 700px;
    }

    .grd-3>li,
    .grd-4>li,
    .grd-5>li {
        width: 50%;
        margin-bottom: 25px;
    }

    .sect-img {
        display: block;
        float: none !important;
        margin: 0 auto 25px !important;
        max-width: 300px;
        width: auto !important;
    }

    .inner .sect-1 .sect-content {
        padding-top: 0;
    }

    .page-template-page-about .sect-content {
        float: none !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .page-template-page-about .sect-2 {
        padding-top: 66px;
    }

    .page-template-page-about .sect-2,
    .page-template-page-about .sect-3 {
        padding-bottom: 70px;
    }

    .cit-box {
        padding: 8px;
        border-radius: 8px;
    }

    .cit-box i {
        width: 56px;
        height: 56px;
        line-height: 56px;
        padding: 6px;
    }

    .cit-box i img {
        width: 32px;
    }

    .sect-1 .cirlec-slider {
        margin-bottom: 0;
    }

    .sect-title h2 {
        font-size: 26px;
        line-height: 28px;
    }

    .why-box {
        float: none;
        width: auto;
        min-height: auto;
    }

    .why-title {
        width: auto;
        float: none;
        margin: 0 0 25px;
    }

    .sect-2 {
        padding: 40px 0;
    }

    .why-box li {
        margin-bottom: 25px;
    }

    .why-box li:nth-child(1) .why-it,
    .why-box li:nth-child(3) .why-it,
    .why-box li:nth-child(5) .why-it {
        transform: translateY(0);
    }

    .sect-stats {
        padding: 10px 0;
    }

    .s-stats {
        margin: 0 auto;
        max-width: 480px;
    }

    .s-stats li {
        padding: 0 10px;
        display: block;
        float: right;
        width: 50%;
    }

    .s-stats li:nth-child(2):before {
        display: none;
    }

    .sect {
        padding: 50px 0;
    }

    .right-title,
    .left-cont- {
        float: none;
        width: auto !important;
    }

    .f-links li {
        width: 33.333%;
    }

    .bank-accounts.grd-2>li {
        float: none;
        width: auto;
        margin: 0 auto 30px;
        max-width: 480px;
    }
}

@media screen and (max-width: 680px) {
    .slider-cont {
        padding: 0;
    }

    .why-box>ul {
        margin: 0 auto;
        max-width: 440px;
    }

    .why-box li {
        padding: 0 20px;
        width: auto;
        float: none !important;
        margin: 0 0 28px 10px;
    }

    .why-box li:nth-child(3) .why-it,
    .why-box li:nth-child(4) .why-it {
        transform: translateX(0px);
    }

    .why-it {
        padding: 10px;
        border-radius: 14px;
    }

    .sect-products {
        padding-top: 10px;
    }

    .contact-items {
        margin-bottom: 20px !important;
    }

    .contact-items li {
        float: none;
        width: auto;
    }

    .contact-items li:nth-child(2) div {
        height: auto;
    }

    .fot-info {
        text-align: center;
        padding: 12px 0;
    }

    .fot-logo {
        margin: 0 auto 12px;
        float: none;
        max-width: 292px;
    }

    .sect-feat-2 .pd-feat-items li {
        width: auto;
        float: none;
        margin: 0 auto 30px;
        max-width: 400px;
    }

    .inner .slide-img span img {
        max-height: 210px !important;
    }

    .why-title .sect-title {
        text-align: center;
        margin-bottom: 25px;
        padding-bottom: 20px;
    }

    .why-title .sect-title::before,
    .why-title .sect-title::after {
        right: 50%;
        margin-right: -30px;
    }

    .why-title .sect-title::before,
    .why-title .sect-title::after {
        right: 50%;
        margin-right: -30px;
    }

    .why-title .sect-title::after {
        margin-right: -7px;
    }

    .sect-title-desc p {
        text-align: center;
    }

    .pdcts-n>div {
        width: 50%;
    }

    .pdct-desc .grd-2>li {
        width: auto;
        float: none;
    }
}

@media screen and (max-width: 590px) {
    .about-box ul li {
        width: 49%;
    }

    .sect-title-c {
        padding-right: 0;
    }

    .why-box li {
        width: auto;
        float: none !important;
        padding: 0;
    }

    .why-box li:last-child .why-it {
        transform: translateX(0);
    }

    .sect-2 {
        padding-bottom: 10px;
    }

    .f-links {
        float: none;
        width: auto;
    }

    .f-links+.f-links {
        padding-top: 20px;
    }

    .work-gll-img- {
        max-width: 282px;
    }

    .grd-3 {
        margin: 0 auto;
        max-width: 330px;
    }

    .grd-3>li,
    .grd-4>li,
    .grd-5>li {
        width: auto;
        float: none;
    }

    .cit-box {
        width: 31%;
        height: 115px;
        margin-bottom: 12px;
    }

    .about-box h3,
    .about-box h4 {
        line-height: 44px;
    }

    .s-stats li {
        min-width: auto;
    }

    .st- {
        padding: 8px 0;
    }

    .st- span {
        width: 40px;
        height: 40px;
    }

    .st- div {
        margin-right: 50px;
    }

    .st- b {
        font-size: 22px;
        line-height: 24px;
    }

    .st- em {
        font-size: 14px;
    }

    .fot-box {
        padding: 0 10px;
    }

    .f-links li {
        width: 50%;
    }
}

@media screen and (max-width: 479px) {
    .cirlec-slider-bg {
        width: 250px;
        height: 250px;
    }

    .cit-box {
        height: 100px;
    }

    .cit-box:before {
        width: 90px;
        height: 90px;
        border-width: 4px;
    }

    .cit-box i {
        width: 40px;
        height: 40px;
    }

    .cit-box i img {
        width: 98%;
        height: auto;
        max-height: 33px;
    }

    .c-box-in h6 {
        font-size: 16px;
    }

    .why-box ul {
        padding-top: 0;
    }

    .pd-box {
        margin: 0 auto;
        max-width: 260px;
    }

    .pd-feat-items li span {
        font-size: 14px;
        line-height: 16px;
        padding: 5px 0;
    }

    .about-box ul li {
        font-size: 16px;
    }
}