/*
Theme Name: Panahdm
Theme URI: https://Panahdm.com
Author: Panahdm/Elaheh gh
Author URI: https://Panahdm.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Panahdm

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Style base */
@font-face { 
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/iransans/IRANSansWeb.eot');
    src: url('fonts/iransans/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
         url('fonts/iransans/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
         url('fonts/iransans/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('fonts/iransans/IRANSansWeb.ttf') format('truetype');
}
body {
    font-family: 'IRANSans' !important;
    direction: rtl;
    text-align: right;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
table {
    width: 100%; 
}  
table tr:nth-child(odd) { 
    background-color: #f7f7f7;
}
table tr { 
    background-color: #fdfdfd;
}
table th {
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    background-color: #eee;
}
table td {
    padding: 15px;
    text-align: center;
    line-height: 20px;
}
img {
    border: none;
}
img.size-full {
    max-width: 100%;
    height: auto;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; 
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
:focus {
    outline: 0 !important;
}
blockquote {
    background-color: #f7f7f7;
    border: none;
    padding: 10px;
    text-align: justify;
}
a {
    text-decoration: none !important;
}
.entry-content {
    margin: 0 0 80px;
    line-height: 30px;
    font-size: 15px;
    color: #aaa;
    text-align: justify;
}
.navbar-light .navbar-toggler {
    background: #fff;
    border: none;
    margin: 7px 0;
}
/* Style base */ 
header {
    display: inline-block;
    width: 100%;
    padding: 23px 0 0;
    position: absolute;
    padding: 24px 0;
    top: 0;
    z-index: 1;
    right: 0;
    background: rgb(255,255,255,1);
}
/*#mobile-menu {
    display: inline-block;
    width: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    height: 200px;
}*/
.box_search svg {
    position: relative;
    z-index: 1;
    width: 18px;
    float: right;
    margin-left: 10px;
}
.box_search svg path, .box_search svg rect {
    fill: #333333;
}
.carousel-indicators {
    margin: 0 auto;
    padding: 0;
}
.navbar2 {
    float: left;
}
.navbar {
    float: right;
}
.logo_head {
    text-align: center;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.svg-header {
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    fill: #fff;
    top: 74px;
    width: 500px;
    height: 118px;
}
.logo_head a img {
    width: auto;
    height: auto;
}
.box_search .bform {
    position: absolute;
    top: 56px;
    right: 0px;
    transition: 0.2s;
     
     
}
.box_search .bform-hidden {
    opacity: 0;
    visibility: hidden;
}
.box_search .bform-show {
    opacity: 1 !important;
    visibility: visible !important;
}
.box_search .btn-show-searchbox {
    float: right;
    cursor: pointer;
    margin-left: 15px;
}
.box_search .bform {
    background: #fff;
    border: 1px solid #f1f1f1;
    box-shadow: 0 5px 10px -8px #999;
    border-radius: 5px;
    width: 270px;
    height: 40px;
}
.box_search .bform input[type="text"] {
    width: 100%;
    border: none;
    background: none;
    padding: 9px 13px 7px;
    font-size: 15px;
    color: #241f5f;
}
.box_search .bform  .close_search {
    position: absolute;
    top: 0;
    padding: 10px 9px;
    left: 7px;
    cursor: pointer;
    display: none;
    width: 18px;
    height: 100%;
}
.box_search .bform  .close_search:before {
    position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	top: 17px;
	right: 0;
    transform: rotate(45deg);
	background: #fdca6b;
}
.box_search .bform  .close_search:after {
    position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	top: 17px;
	right: 0;
	background: #fdca6b;
    transform: rotate(-45deg);
}
#suggesstion_box {
    position: absolute;
    background-color: #fff;
    width: 550px;
    top: 45px;
    right: 0;
    z-index: 110;
    padding: 20px 15px 24px;
    display: none;
    box-shadow: 0px 3px 17px -6px rgba(0, 0, 0, 0.47);
    border-radius: 10px;
}
.box_search_postt form input[type=submit] {
    background: transparent;
    border: none;
    font-size: 15px;
    text-align: center;
    color: #000000;
    cursor: pointer;
	margin: 15px 0 0;
	transition: 0.2s;
}
.box_search_postt form input[type=submit]:hover {
    color: #241f5f;
}
.box_search_postt a {
	transition: 0.2s;
}
.box_search_postt a:hover {
	color: #241f5f;
}
.tit_last_post.tit_search_product, .tit_last_post.tit_search_postt {
    margin-bottom: 18px;
    color: #767676;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
}
.no_results_ajax {
    font-size: 13px;
    color: #241f5f;
}
.box_search_product a, .box_search_postt a {
    font-size: 14px !important;
    width: 100%;
    float: right;
    color: #7d7d7d;
    margin-bottom: 10px;
    display: inline-block;
    margin: 10px 0 0;
}
header .menu {
    padding: 0;
    margin: 0;
    text-align: center;
    display: inline-block;
    justify-content: center;
}
.header2 .menu {
    float: right;
}
.header2 .menu li {
    float: right;
    margin-left: 70px;
}
.header1 .menu {
    float: left;

}
.header1 .menu li {
    float: right;
    margin-right: 70px;
}
header .menu li {
    margin: 0;
    list-style: none;
    display: inline-block;
}

header .menu li a {
    padding: 0;
    margin: 0;
    font-size: 17px;
    color: #333333;
    transition: 0.2s;
     
}
header .menu li a:hover {
    color: #4762ff;
}
.box-social {
    display: flex;
    flex-flow: row-reverse;
}
.box-social .item-social {
    flex: 1;
    margin: 0 3px;
}
.haed_main .box_social_head img {
    width: 19px;
}
.haed_main .box_social_head path {
    fill: #241f5f;
}
.haed_main .box_social_head svg {
    width: 20px;
    height: auto;
}
.svg-slider {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    fill: #fff;
    bottom: 0;
    width: 490px;
    height: 75px;
    z-index: 5;
}
.svg-slider path {
    fill: #fff;
}
.svg-header path {
    fill: #fff;
}
.slider {
    position: relative;
    margin-bottom: 60px;
}
.carousel-indicators li {
    position: relative !important;
    -ms-flex: 0 1 auto !important;
    width: 6px !important;
    height: 6px !important;
    margin: 0 3px !important;
    cursor: pointer !important;
    color: #241f5f !important;
    background: #cecece !important;
    border-radius: 50px !important;
    transition: 0.2s !important;
     
    margin-top: 4px !important;
    display: inline-block !important;
}
.carousel-indicators .active {
    background: #241f5f !important;
    width: 23px !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background: #fdc96d !important;
}
.carousel-control-next, .carousel-control-prev {
    position: relative !important;
    margin: 0 10px !important;
    width: 8px !important;
}
.carousel-control-next path, .carousel-control-prev path {
    width: auto !important;
    position: relative !important;
    margin: 0 7px !important;
    fill: #c7c7c7 !important;
    transition: 0.2s !important;
     
}
.carousel-control-next svg, .carousel-control-prev svg {
    width: 11px !important;
}
.carousel-control-next svg:hover path, .carousel-control-prev svg:hover path {
    fill: #241f5f !important;
}
.carousel-indicators {
    position: relative !important;
    margin: 13px 0 0 !important;
}
.container-carousel-indicators {
    width: 200px;
    margin: 0px auto 0;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 5px;
    right: 0;
    left: 0;
}
.carousel-control-next {
    right: 0;
    float: right;
    z-index: 5;
}
.carousel-control-prev {
    left: 0;
    float: left;
    z-index: 5;
}
.box_tit_services_home  {
    text-align: center;
    margin: 20px 0 40px;
}
.tit-site h2 {
    color: #241f5f;
    font-size: 30px;
    border-bottom: 2px solid #4762ff;
    display: inline-block;
    margin: 0 0 4px;
    padding-bottom: 2px;
    position: relative;
}
.tit-site h2:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 2;
    width: 65%;
    height: 2px;
    bottom: -2px;
}
.tit-site h1 {
    color: #241f5f;
    font-size: 30px;
    border-bottom: 2px solid #4762ff;
    display: inline-block;
    margin: 0 0 4px;
    padding-bottom: 2px;
    position: relative;
}
.tit-site h1:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 2;
    width: 65%;
    height: 2px;
    bottom: -2px;
}
.sub-tit-site {
    color: #a5a5a5;
    letter-spacing: 3px;
    font-size: 14px;
}
.img-service-item img {
    width: 100%;
    height: auto;
    transition: 0.5s;
     
}
.box-service-item:hover .img-service-item img {
    transform: scale(1.18);
}
.img-service-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.box-service-item {
    height: auto;
    text-align: center;
}
.info-service-item {
    padding: 12px 0 0;
}
.info-service-item h2 a {
    font-size: 18px;
    transition: 0.2s;
     
    color: #000333;
}
.des-service-item {
    color: #a0a0a0;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    text-align-last: center;
    margin-bottom: 10px;
    transition: 0.2s;
    height: 120px;
    overflow: hidden;
}
.info-service-item .link-more {
    color: #a0a0a0;
    padding-left: 30px;
    font-size: 14px;
    position: relative;
    transition: 0.2s;
    display: inline-block;
     
}
.box-service-item:hover .link-more {
    color: #333;
    transform: translateY(24px);
}
.info-service-item .link-more:hover {
    color: #4762ff;
}
.info-service-item .link-more:after {
    position: absolute;
    content: '';
    width: 23px;
    left: 0;
    bottom: 10px;
    transition: 0.2s;
     
    height: 2px;
    background: #a0a0a0;
}
.info-service-item .link-more:hover {
    padding-left: 40px;
}
.info-service-item .link-more:hover:after {
    width: 28px;
    background: #241f5f;
}
.box-service-item:hover .info-service-item h2 a {
    color: #241f5f;
}
.box-service-item:hover .des-service-item {
    color: #333;
    transform: translateY(24px);
}
.icon-tit-des {
    width: 5px;
    position: absolute;
    transform: translateY(-23px);
    opacity: 0;
    transition: 0.2s;
     
}
.box-service-item:hover .icon-tit-des {
    width: 4px;
    position: absolute;
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.15s;
     
    right: 0;
    left: 0;
    margin: 0 auto;
}
.icon-tit-des path {
    fill: #4762ff;
}
.img-service-item span {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0px;
    overflow: hidden;
    background: #241f5f80;
    opacity: 0;
    transition: 0.15s;
     
}
.box-service-item:hover .img-service-item span {
    opacity: 1;
}
.box-service-item .after-top-image {
    background: url(images/after-service.png) no-repeat;
    content: '';
    right: 13px;
    top: 8px;
    position: absolute;
    width: 215px;
    height: 38px;
    transform: translateY(-110%);
    transition: 0.2s;
     
    z-index: 12;
}
.box-service-item:hover .after-top-image {
    transform: translateY(0%);
}
.box-product-items:hover {
    box-shadow: 0 9px 15px -10px #ccc;
}
.box-service-item .logo-after-service {
    background: url(images/logo-after-service.png) no-repeat;
    content: '';
    left: 10px;
    right: 0;
    margin: 0 auto;
    top: 50%;
    position: absolute;
    width: 151px;
    height: 140px;
    transform: translateY(150%);
    transition: 0.2s;
    z-index: 12;
    transition-delay: 0.2s;
}
.box-service-item:hover .logo-after-service {
    transform: translateY(-50%);
}
.box-service-item {
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 20px;
}
.box_services_home {
    margin-bottom: 80px;
}
.box_product_home {
    background: url(images/bg-product.jpg) repeat-x;
    background-size: auto 100%;
}
.box-product-items {
    border-radius: 500px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    background: #fff;
     
    transition: 0.2s;
    text-align: center;
    padding: 5px 5px 40px 5px;
    margin: 15px 0;
}
.box-posts-products .owl-item {
    transform: 0.2s;
}
.box-product-items .img-product-item img {
    width: 100%;
    height: auto;
    border-radius: 500px;
}
.box-product-items .tit-product-item h2 a {
    color: #333333;
    font-size: 19px;
    margin: 25px 0 0;
     
    transition: 0.2s;
}
.box-product-items .des-product-item {
    color: #686868;
    margin: 13px 0 16px;
    font-size: 14px;
}
.info-product-item .list-inline-item {
    margin: 0 0px !important;
    padding: 5px 0 0;
    border-radius: 50%;
    border: 1px solid #ccc;
    width: 32px;
    height: 32px;
    transition: 0.2s;
     
}
.info-product-item .list-inline-item:hover {
    border: 1px solid #241f5f;
    background: #241f5f;
    box-shadow: 0 5px 10px -3px #241f5f;
}
.info-product-item .list-inline-item svg {
    width: 17px;
    height: 17px;
    fill: #cccccc;
    transition: 0.2s;
     
}
.info-product-item .list-inline-item:hover svg {
    fill: #fff;
}
.box-product-items .tit-product-item h2 a:hover {
    color: #241f5f;
}
.img-product-item {
    border-radius: 500px;
    overflow: hidden;
    padding: 20px;
}
.img-product-item img {
    transition: 0.5s;
}
.box-posts-products .owl-controls svg {
    width: 10px;
    fill: #cecece;
}
.box-posts-products .owl-controls .owl-prev {
    float: right;
    transform: rotate(180deg);
}
.box-posts-products .owl-controls .owl-next {
    float: left;
}
.box-posts-products .owl-controls .owl-nav > div {
    width: 48px;
    height: 48px;
    padding: 13px 4px 0px 0px;
    text-align: center;
    opacity: 0.85;
    background: #fff;
    box-shadow: 0px -5px 12px -7px #ccc;
    border-radius: 50px;
    transition: 0.2s;
     
}
.box-posts-products .owl-controls .owl-nav .owl-next {
    box-shadow: 0px 5px 12px -7px #ccc;
}
.box-posts-products .owl-prev, .box-posts-products .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(0%);
}
.box-posts-products .owl-prev {
    right: -50px;
}
.box-posts-products .owl-next {
    left: -50px;
}
.box-posts-products {
    padding: 0 30px;
}
.box-posts-products .owl-controls .owl-nav > div:hover {
    width: 78px;
    opacity: 1;
}
.box-posts-products .owl-controls .owl-nav > div:hover svg {
    fill: #0e77ee;
}
.box-posts-products .owl-prev:hover {
    right: -65px;
}
.box-posts-products .owl-next:hover {
    left: -65px;
}
.box_product_home .box_tit_services_home .tit-site h2:after {
    background: #fffcf7;
}
.img-blog-item img {
    width: 100%;
    height: auto;
    transition: 0.5s;     
}
.box-blog-post:hover .box-blog-items .img-blog-item img {
    transform: scale(1.2);
}
.img-blog-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 0 0px;
}
.info-blog-item {
    text-align: center;
    padding: 0 15px 40px;
}
.tit-blog-item h2 a {
    transition: 0.2s;
    font-size: 19px;
    color: #333;
    margin: 20px 0 12px;
}
.des-blog-item {
    transition: 0.2s;
    height: 75px;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    text-align-last: center;
    color: #a0a0a0;
}
.box-blog-items {
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    background: #fff;
    transition: 0.2s;
     
}
.linkmore-blog-home {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 130px;
    margin: 0 auto;
    overflow: hidden;
    padding: 9px 0 8px;
    transform: translateY(50%);
    z-index: 3;
    background: linear-gradient(90deg, #4762ff, #4762ff);
    color: #fff;
    border-radius: 8px;
    font-size: 15px;
    transition: 0.5s;
     
}
.linkmore-blog-home:after {
    position: absolute;
    content: "";
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
    height: 100%;
    transition: 0.5s;
    z-index: -1;
    background: #241f5f;
}
.linkmore-blog-home:hover:after {
    opacity: 1;
}
.box-blog-post:hover .tit-blog-item h2 {
    color: #000;
}
.box-blog-post:hover .des-blog-item {
    color: #606060;
}
.box-blog-post:hover .box-blog-items {
    box-shadow: 0 11px 18px -10px #ccc;
}
.time-to-read {
    position: absolute;
    left: 14px;
    top: 10px;
    z-index: 5;
    width: 27px;
    background: #fff;
    border-radius: 50px;
    padding: 2px 0;
    height: 27px;
    text-align: center;
    transition: 0.2s;
     
    overflow: hidden;
}
.box-blog-post:hover .time-to-read {
    width: 95px;
}
.time-to-read svg {
    width: 19px;
    margin: 2px 0 0 4px;
    fill: #4762ff;
    float: left;
}
.time-to-read div span {
    float: left;
    font-size: 12px;
    color: #241f5f;
}
.time-to-read div {
    float: left;
    left: 25px;
    display: inline-block;
    position: absolute;
    left: 28px;
    top: 5px;
}
.time-to-read div .timetoread-s {
    margin-left: 7px;
}
.img-blog-item:after {
    background: linear-gradient(90deg, #241f5f, #241f5f);
    z-index: 2;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.2s;
     
}
.box-blog-post:hover .img-blog-item:after {
    opacity: 0.9;
}
.box-blog-post .icon-blog-before {
    background: url(images/after-service.png) no-repeat;
    content: '';
    right: 13px;
    top: 5px;
    position: absolute;
    width: 215px;
    height: 40px;
    transform: translateY(-110%);
    transition: 0.2s;
     
    z-index: 12;
}
.box-blog-items {
    border-top: 0;
    position: relative;
}
.box-blog-post:hover .icon-blog-before {
    top: 48px;
}
.box-blog-post {
    overflow: hidden;
    position: relative;
    padding: 15px 10px 40px;
}
.img-blog-item .views-comments {
    right: 15px;
    position: absolute;
    bottom: 10px;
    z-index: 5;
    width: 27px;
    background: #fff;
    border-radius: 50px;
    padding: 4px 0;
    height: 50px;
    text-align: center;
    transition: 0.2s;
    overflow: hidden;
    font-size: 12px;
    color: #241f5f;
}
.box-blog-post:hover .img-blog-item .views-comments {
    height: 81px;
}
.box-blog-post:hover .img-blog-item .comments {
    height: 35px;
}
.box-blog-post:hover .img-blog-item .views {
    height: 35px;
}
.img-blog-item .views-comments svg {
    width: 16px;
    margin: 2px auto;
    fill: #4762ff;
    display: block;
}
.img-blog-item .views {
    height: 14px;
    transition: 0.2s;
     
    overflow: hidden;
    margin-bottom: 4px;
}
.img-blog-item .comments {
    height: 20px;
    overflow: hidden;
    transition: 0.2s;
    margin-bottom: 4px;
}
.tit-blog-item h2 a:hover {
    color: #241f5f !important;
}
.img-blog-item:before {
    background: url(images/logo-after-service.png) no-repeat;
    content: '';
    left: 10px;
    right: 0;
    margin: 0 auto;
    top: 50%;
    position: absolute;
    width: 151px;
    height: 140px;
    transform: translateY(150%);
    transition: 0.2s;
    z-index: 12;
    transition-delay: 0.2s;
}
.box-blog-post:hover .img-blog-item:before {
    transform: translateY(-50%);
}
.box_video_about_home video {
    width: 100%;
    height: auto;
    display: inline-block;
    z-index: 2;
    position: relative;
    right: 0;
    cursor: pointer;
}
.footer-main {
    padding: 50px 0 40px;
    background: #241f5f;
    color: #fff;
    border-bottom: 3px solid #4762ff;
}
.footer-main .footer-main-logo {
    position: absolute;
    right: 0%;
    left: 0%;
    top: 0;
    transform: translateY(-48%);
    width: 600px;
    margin: 0 auto;
    max-width: 100%;
}
.footer-main {
    position: relative;
    margin-top: 140px;
}
.tit-footer {
    text-align: center;
    font-size: 21px;
    margin: 30px 0 30px;
}
.des-footer {
    text-align: justify;
    text-align-last: center;
    font-size: 14px;
    line-height: 33px;
    color: #fff;
}
.copyright-footer {
    text-align: center;
    display: block;
    margin: 15px 0 0;
    color: #e2e2e2;
}
.footer-main ul li {
    width: 50%;
    float: right;
    margin-bottom: 10px;
    list-style: none;
    text-align: center;
}
.footer-main ul {
    margin: 0;
    padding: 0 0px;
    display: inline-block;
    width: 100%;
}
.footer-main ul li a {
    padding: 0;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    position: relative;
     
    transition: 0.2s;
}
.footer-main ul li a:hover {
    padding-right: 27px;
}
.footer-main ul li a:hover:after {
    opacity: 1;
}
.footer-main ul li a:hover {
    color: #fff;
}
.footer-main ul li a:after {
    background: #4762ff;
    content: '';
    position: absolute;
    opacity: 0;
    width: 20px;
    height: 2px;
    border-radius: 50px;
    right: 0;
    transition: 0.2s;
     
    top: 11px;
}
.repeater_info_footer .item svg {
    width: 18px;
    fill: #fff;
    float: none;
    margin-top: 2px;
    height: auto;
}
.repeater_info_footer .item div {
    text-align: center;
    margin-right: 8px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
}
.repeater_info_footer .item {
    margin-bottom: 7px;
    line-height: 28px;
    text-align: center;
}
.mailcimp img {
    float: right;
    width: 50px;
    margin-left: 12px
}
.mailcimp h2 {
    text-align: right;
    font-size: 20px;
    margin: 5px 0 4px;
}
.mailcimp span {
    text-align: right;
    font-size: 13px;
    display: block;
}
.mailcimp form {
    margin-top: 5px;
    background: #fff;
    box-shadow: 0 5px 20px -9px #ccc;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.mailcimp form input[type="email"] {
    width: 70%;
    height: 41px;
    border: none;
    background: none;
    padding: 4px 13px 4px 0;
    font-size: 12px;
    float: left;
    color: #000;
}
.mailcimp form input[type="submit"] {
    float: right;
    background: linear-gradient(90deg, rgba(254,203,101) 0%, rgba(255,223,65) 100%);
    width: 30%;
    height: 41px;
    cursor: pointer;
    border: none;
    border-radius: 10px;
}
body:not(.home) header {
    position: relative;
    padding: 24px 0;
    background: rgba(247, 247, 247, 0.95);
    margin-bottom: 50px;
}
body:not(.home) .svg-header path {
    fill: rgb(247, 247, 247);
}
.wp-pagenavi {
    text-align: center;
}
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi .current {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 8px 0;
    background: linear-gradient(90deg, rgba(254,203,101) 0%, rgba(255,223,65) 100%);
    border: none;
    color: #000;
    font-size: 19px;
}
.wp-pagenavi a {
    transition: 0.2s;
    display: inline-block;
     
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 8px 0 !important;
    background: #f3f3f3;
    border: none !important;
    color: #000 !important;
    font-size: 19px;
    margin: 0 4px !important;
}
.wp-pagenavi a:hover {
    background: linear-gradient(90deg, rgba(254,203,101) 0%, rgba(255,223,65) 100%);
}
.wp-pagenavi .extend {
    display: none;
}
.wp-pagenavi .last {
    display: none;
}
.wp-pagenavi .first {
    display: none;
}
body:not(.home) .box_product_home {
    background: #fff;
}
.body_404 span {
    font-size: calc(7vw + 4vh + 2vmin);
    text-align: center;
    display: block;
    color: #241f5f;
    letter-spacing: 20px;
    margin-top: 70px;
}
.body_404 p {
    text-align: center;
    color: #241f5f;
    font-size: 20px;
    margin-bottom: 130px;
}
.body_404 {
    margin: 0px 0 0;
    display: inline-block;
    width: 100%;
}
.box-contact {
    background: #f7f7f7;
    border-radius: 40px;
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 20px;
	color: #fff;
}
.top-box-contact-page img {
    width: 100%;
    height: auto;
}
.top-box-contact-page h1 {
    text-align: center;
    font-size: 25px;
    color: #241f5f;
    margin: 10px 0 20px;
}
.top-box-contact-page .des-contact-page {
    text-align: justify;
    padding: 0 20px 0 0;
    line-height: 30px;
    color: #606060;
    font-size: 16px;
    text-align-last: center;
}
.box_contact_page h2 {
    font-size: 23px;
    text-align: center;
    margin: 0 auto 30px;
    z-index: 5;
}
.box_contact_page .info-contact-page {
    padding: 0 70px;
    margin: 0;
    display: flex;
}
.box_contact_page .info-contact-page li {
    flex: 1;
    text-align: center;
    font-size: 16px;
    list-style: none;
    line-height: 26px;
}
.box_contact_page .info-contact-page li svg {
    width: 55px;
    margin: 0 auto 10px;
    display: block;
    text-align: center;
    padding: 13px;
    background: #fff;
    height: 55px;
    transition: 0.2s;
     
    border-radius: 60%;
}
.box_contact_page .info-contact-page li:hover svg {
    -webkit-animation-name: fadeInDowninfo;
    animation-name: fadeInDowninfo;
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
   animation-direction: alternate;
    animation-fill-mode: both;
}
.box_contact_page .info-contact-page li svg path {
    fill: #4762ff;
}
.social-contact-page li svg {
    width: 18px;
    margin: 0 7px;
}
.social-contact-page li {
    transition: 0.2s;
     
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    padding: 6px 0;
    text-align: center;
    opacity: 0;
    transform: translate(0);
    margin: 11px 6px;
}
.box-repeater-contact-page:hover .social-contact-page li {
    -webkit-animation-name: fadeInDownsocial;
    animation-name: fadeInDownsocial;
    -webkit-animation-duration: 0.35s;
   animation-direction: alternate;
    animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.box-repeater-contact-page:hover .social-contact-page li:nth-child(2) {
    animation-delay: 0.15s;
}
.box-repeater-contact-page:hover .social-contact-page li:nth-child(3) {
    animation-delay: 0.3s;
}
.social-contact-page li:hover {
    background: #4762ff;
}
.social-contact-page li svg path {
    transition: 0.2s;
    fill: #000000;
     
}
.social-contact-page li:hover svg path {
    fill: #241f5f;
}
.box-contact-svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    fill: #f7f7f7;
    top: 0;
    width: 428px;
    height: 102px;
    transform: translateY(-100%);
}
.social-contact-page {
    text-align: center;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.social-contact-page li svg path {
    fill: #000;
}
.social-contact-page li svg circle {
    fill: #241f5f;
}
.top-repeater-contact-page .box-contact {
    background: linear-gradient(90deg, #241f5f 1000%, rgb(200 163 86) 100%);
}
.top-repeater-contact-page .box-contact .box-contact-svg {
    fill:url(#linear-gradient);
    opacity: 1;
}
.wpcf7 form {
    background: #f7f7f7;
    border-radius: 40px;
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 20px;
}
.wpcf7 .tit-contact-form {
    font-size: 20px;
    color: #000;
    position: relative;
    margin: 35px 0 15px;
}
.wpcf7 .wpcf7-form textarea {
    width: 100%;
    border-radius: 25px;
    border: none;
    padding: 20px;
    height: 200px;
    min-height: 200px;
    margin-bottom: 15px !important;
}
.wpcf7-form {
    padding: 30px;
    display: inline-block;
    width: 100%;
}
.wpcf7-form-control-wrap:not(:first-child) {
    width: 49%;
    display: inline-block;
    float: right;
}
.wpcf7-form-control-wrap:not(:first-child) input {
    width: 100%;
    border-radius: 25px;
    border: none;
    padding: 15px 20px;
}
.wpcf7-form-control-wrap:nth-child(3) {
    width: 49%;
    display: inline-block;
    float: left;
}
.wpcf7-form-control-wrap:nth-child(2) {
    width: 49%;
    display: inline-block;
    float: right;
}
.wpcf7-form .wpcf7-submit {
    display: inline-block;
    padding: 8px 47px 7px;
    border: none;
    background: linear-gradient(90deg, rgba(254,203,101) 0%, rgba(255,223,65) 100%);
    border-radius: 40px;
    font-size: 20px;
    margin: 60px auto 0;
    display: block;
    cursor: pointer;
}
div.wpcf7 .ajax-loader {
    display: none !important;
}
.wpcf7 {
    margin-bottom: 90px !important;
}
.content-about-des h2 {
    font-size: 21px;
    color: #3c3c3c;
    text-align: right;
    margin: 0 0 15px;
}
.content-about-des {
    text-align: justify;
    width: 80%;
    margin: 0 auto;
    line-height: 29px;
}
.content-about-des p {
    text-align: justify;
}
.header2 .menu li a {
    text-align: right;
}
.header1 .menu li a {
    text-align: left;
}
.box-next-prev-arch-post {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 7px 3px 10px;
}
.prev-posts i, .next-posts i {
    background: #d0d0d0;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    padding: 1px 0 0;
    font-size: 22px;
    color: #fff;
    float: right;
    margin: 2px 0 0 10px;
}
.prev-posts span, .next-posts span {
    color: #5b5b5b;
}
.post-template-default.single .box_socialshares {
    margin: 15px 0 0;
}
.tit_socialshares {
    color: #333;
    margin: 0 0 0 20px;
    line-height: 18px;
}
.box_socialshares a {
    margin: 0 0 0 20px;
    display: inline-block;
    line-height: 0;
    height: 0;
    transition: 0.2s;
     
    color: #dcb45c;
    font-size: 24px;
}
.ewefss {
    padding: 30px 0;
    background: transparent;
    margin: 40px 0 100px;
}
.bx-last-blog {
    width: 100%;
}
.ewefss .bx-tit-last-blog-rtre {
    border-bottom: 1px solid #aaa;
    margin: 0px 0 15px;
    padding: 0 0 13px;
    text-align: right;
    font-size: 16px;
    position: relative;
}
.last-blog {
    display: inline-block;
    width: 100%;
    padding: 45px 30px 5px;
    border-radius: 5px;
}
.post-ratings {
    font-size: 0;
}
.post-ratings img, .post-ratings-loading img, .post-ratings-image img {
    width: 18px;
}
.single .box_tit_services_home {
    text-align: center;
    margin: 30px 0 50px;
    display: block;
}
.content-about-des {
    text-align: justify;
    width: 80%;
    margin: 0 auto;
    line-height: 29px;
    color: #676767;
}
.box-content-arch-post {
    text-align: justify;
    text-align-last: right;
    margin: 0 auto;
    line-height: 35px;
    color: #777;
    font-size: 17px;
}
.box-content-arch-post h2 {
    font-size: 2rem;
    font-size: 27px;
    margin: 10px 0 10px;
}
.box-content-arch-post h1, .box-content-arch-post h2, .box-content-arch-post h3, .box-content-arch-post h4, .box-content-arch-post h5, .box-content-arch-post h6 {
    color: #241f5f;
}
.box-next-prev-arch-post {
    margin: 50px auto 0;
}
.box-next-prev-arch-post span {
    font-size: 18px;
    margin-right: 10px;
    color: #000;
    transition: 0.2s;
     
}
.box-next-prev-arch-post > div:hover span {
    margin: 0 15px;
}
.fa-angle-right:before {
    content: "\f105";
}
.prev-posts i, .next-posts i {
    background: #d0d0d0;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    padding: 1px 0 0;
    font-size: 22px;
    color: #fff;
    float: right;
    margin: 2px 0 0 10px;
}
.box-next-prev-arch-post svg {
    width: 11px;
}
.box-next-prev-arch-post .next-posts svg {
    transform: rotate(180deg);
}
.box-next-prev-arch-post a {
    background: #f3f3f3;
    padding: 7px 20px;
    border-radius: 50px;
    display: inline-block;
    transition: 0.2s;
     
}
.box-next-prev-arch-post > div:hover a {
    background: #4762ff;
    color: #000;
    padding: 7px 30px 7px 20px;
}
.box-next-prev-arch-post .next-posts:hover a {
    padding: 7px 20px 7px 30px;
}
.box-next-prev-arch-post .next-posts span {
    margin-left: 10px;
}
.box-tag-arch-post {
    margin: 15px auto;
}
.box-tag-arch-post a {
    float: right;
    display: inline-block;
    margin: 2px 15px 0 0;
    color: #e6c521;
    transition: 0.2s;
     
}
.tit-tag-arch-post {
    float: right;
    font-size: 18px;
    margin-left: 10px;
}
.carousel-rel-singel {
    width: 80%;
    margin: 0 auto;
}
.carousel-rel-singel .owl-controls .owl-nav > div {
    width: 48px;
    height: 48px;
    padding: 13px 4px 0px 0px;
    text-align: center;
    opacity: 0.85;
    background: #fff;
    box-shadow: 0px -5px 12px -7px #ccc;
    border-radius: 50px;
    transition: 0.2s;
     
}
.carousel-rel-singel .owl-controls .owl-nav .owl-next {
    box-shadow: 0px 5px 12px -7px #ccc;
}
.carousel-rel-singel .owl-controls svg {
    width: 10px;
    fill: #cecece;
}
.carousel-rel-singel .owl-controls svg {
    width: 10px;
    fill: #cecece;
}
.carousel-rel-singel .owl-prev, .carousel-rel-singel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-rel-singel .owl-prev {
    right: -100px;
}
.carousel-rel-singel .owl-controls .owl-prev {
    float: right;
    transform: rotate(180deg) translateY(50%);
}
.carousel-rel-singel .owl-next {
    left: -100px;
}
.carousel-rel-singel .owl-controls .owl-next {
    float: left;
}
.carousel-rel-singel .owl-controls .owl-nav > div:hover {
    width: 78px;
    opacity: 1;
}
.carousel-rel-singel .owl-controls .owl-nav > div:hover svg {
    fill: #0e77ee;
}
.carousel-rel-singel .owl-controls .owl-nav > div:hover svg {
    fill: #0e77ee;
}
.carousel-rel-singel .owl-controls .owl-nav >.owl-prev:hover {
    right: -115px;
}
.carousel-rel-singel .owl-controls .owl-nav >.owl-next:hover {
    left: -115px;
}
.box-comment-sing {
    width: 80%;
    margin: 0 auto;
}
.comment-sing {
    background: #f7f7f7;
    padding: 50px 0;
    margin: 70px 0 30px;
    text-align: center;
}
.box-comment-sing textarea {
    width: 100%;
    border-radius: 25px;
    border: none;
    padding: 20px;
    height: 200px;
    min-height: 200px;
    margin-bottom: 15px !important;
}
.box-comment-sing input {
    width: 100%;
    border-radius: 25px;
    border: none;
    padding: 27px 20px;
}
.box-comment-sing input[name="submit"] {
    width: 100%;
    cursor: pointer;
    border-radius: 25px;
    border: none;
    padding: 15px 20px;
    background: linear-gradient(90deg, #241f5f 1000%, rgb(200 163 86) 100%);
    font-size: 19px;
}
#wp-comment-cookies-consent {
    float: right;
    width: auto;
    margin-left: 12px;
    margin-top: 4px;
}
.comment-form-cookies-consent {
    text-align: right;
    margin: 20px 0 20px;
}
.single .box_tit_relation {
    margin: 30px 0 0;
}
.menu-sidebar ul {
    padding: 0 0 28px;
    margin: 0;
    text-align: right;
}
.menu-sidebar ul li {
    list-style: none;
    display: block;
}
.menu-sidebar ul li a {
    width: 100%;
    display: inline-block;
    color: #8c8c8c;
    font-size: 17px;
    padding: 15px 30px;
    margin: 0;
    z-index: 2;
    position: relative;
    transition: 0.2s;
     
}
.menu-sidebar ul li a:hover {
    color: #241f5f;
    padding: 15px 45px 15px 30px;
}
.menu-sidebar ul li a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #f7f7f7 0%, rgb(236, 236, 236) 100%);
    right: 0;
    top: 0;
    z-index: -1;
    transition: 0.2s;
     
}
.menu-sidebar ul li a:hover:before {
    width: 100%;
}
.menu-sidebar ul li a:after {
    background: #241f5f;
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    border-radius: 50px;
    right: 0;
    transition: 0.2s;
     
    top: 50%;
    transform: translateY(-50%);
}
.menu-sidebar ul li a:hover:after {
    width: 30px;
}
.tit-sidebar svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: auto;
    transform: translateY(-100%);
    margin: 0 auto;
    left: 0;
}
.tit-sidebar h2 {
    font-size: 21px;
    text-align: center;
    margin: 15px 0px;
}
.menu-sidebar {
    background: #f7f7f7;
    border-radius: 30px;
    position: absolute;
    width: 400px;
    top: 40px;
}
.menu-sidebar-active {
    position: fixed !important;
    width: 400px !important;
    top: 50px !important;
}
.menu-sidebar-stop {
    position: absolute !important;
    width: 400px !important;
    bottom: 50px !important;
    height: auto !important;
    top: inherit;
}
/*  comment  */
.comment-title h4 {
    display: none;
}
.commentlist {
    padding: 0;
    margin: 0;
}
.commentlist .comment {
    background: #fff;
    display: inline-block;
    border-radius: 40px;
    padding: 30px;
    margin-bottom: 10px;
    width: 100%;
}
.commentlist .comment .comment-right {
    width: 15%;
    float: right;
}
.commentlist .comment .comment-left {
    width: 85%;
    float: left;
}
.commentlist .comment .comment-right img {
    display: block;
    margin: 0 auto;
}
.commentlist .comment .comment-right .comment-reply-link {
    margin: 0 auto;
    padding: 5px 40px 7px;
    z-index: 3;
    background: linear-gradient(90deg, rgba(254,203,101) 0%, rgba(255,223,65) 100%);
    color: #fff;
    border-radius: 8px;
    font-size: 15px;
    transition: 0.5s;
     
    margin: 10px auto 0;
    display: inline-block;
}
.commentlist .comment .comment-left h5 {
    text-align: right;
    margin: 0 0 10px;
}
.commentlist .comment .comment-left p {
    text-align: justify;
    line-height: 28px;
    font-size: 15px;
    color: #999;
    margin: 0;
}
.commentlist .depth-2 {
    background: #f7f7f7;
    margin-top: 30px;
}
.commentlist .depth-2 > div {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.comment-reply-title {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.box-comment-sing textarea {
    border: 1px solid #ccc;
}
.single .box-service-item {
    height: auto;
}
.box_video_about_home img {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 2;
    top: 50%;
    right: 0;
    transition: 0.2s;
    transform: translateY(-50%);
    cursor: pointer;
}
.box_video_about_home:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    background: #fff;
}
.video_home_class {
    opacity: 0 !important;
    visibility: hidden !important;
}
.box_video_about_home_class:after {
    opacity: 0 !important;
    visibility: hidden !important;
}
footer .cls-1 {
    fill: #fff !important;
}
.menu_link svg {
    width: 40px;
}
.menu_link svg path {
    fill: #241f5f;
}
.menu_link  {
    margin: 40px 0 0;
    display: none;
}
.box-product-items {
    transition: 0.2s;
}
.box-product-items:hover {
    transform: translateY(-10px);
}
.owl-carousel .animated {
    animation-fill-mode: backwards !important;
}
.info-service-item .link-more:before {
    position: absolute;
    content: '';
    width: 4px;
    left: -1px;
    bottom: 13px;
    transition: 0.2s;
    height: 2px;
    background: #a0a0a0;
    transform: rotate(-90deg);
}
.info-service-item .link-more:hover:before {
    background: #241f5f;
    width: 14px;
    left: 0px;
    bottom: 14px;
    height: 2px;
    transform: rotate(-25deg);
}
.box_search {
    text-align: right;
}
.single-product .owl-carousel.owl-rtl .owl-item {
    padding: 0 30px !important;
}
.tit-product-item h2 {
    color: #333333;
    font-size: 19px;
    margin: 25px 0 0;
    transition: 0.2s;
}
.post-ratings-loading {
    display: none !important;
}
.box-cat-arch-post {
    float: left;
    margin: 0;
}
.date-single {
    display: inline-block;
    margin: 15px 15px;
    font-size: 17px;
    color: #999;
}
footer .item-social svg {
    width: 30px;
    height: auto;
}
footer .box-social .item-social {
    text-align: center;
}
footer .item-social svg path {
    fill: #fff;
    transition: 0.2s;
}
footer .box-social .item-social {
    flex: inherit;
    margin: 0 15px;
    display: inline-block;
}
footer .box-social {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
footer .item-social svg:hover path {
    fill: #fecf58;
}

.contact-home {
    padding: 60px 170px;
}
.contact-home .info-contact-post {
    background: #f7f7f7;
    border-radius: 35px;
    padding: 40px 10px;
    text-align: center;
    position: relative;
    width: 80%;
    margin: 0 auto;
    min-height: 350px;
}
.contact-home .info-contact-post > svg {
    position: absolute;
    top: 50%;
    width: auto;
    height: 90%;
    right: 2px;
    transform: translateY(-50%) translateX(100%) rotate(0);
}
.contact-home .info-contact-post > svg:last-child {
    left: 2px; 
    right: inherit;
    transform: translateY(-50%) translateX(-100%) rotate(180deg);
}
.contact-home .info-contact-post > svg path:nth-child(1) {
    fill: url(#linear-gradient);
	opacity: 1;
}
.contact-home .info-contact-post > svg path:nth-child(2) {
    fill: #f7f7f7;
}
.contact-home .info-contact-post h2 {
    margin: 0 0 30px;
    font-size: 25px;
    color: #000;
}
.contact-home .info-contact-post .info-contact {
    display: flex;
    flex-flow: wrap;
    padding: 0 50px;
}
.contact-home .info-contact-post .info-contact > div {
    margin-bottom: 10px;
    flex: 1;
    color: #808080;
    text-align: center;
    line-height: 29px;
}
.contact-home .info-contact-post .info-contact > div svg {
    width: 100px;
    display: block;
    min-height: 120px;
    margin: 20px auto 20px;
}
.owl-carousel {
	display: none;
}
.owl-loaded {
	display: block;
}
.contact-home .social-contact a svg {
    width: 18px;
    margin: 0 7px;
    height: auto;
}
.contact-home .social-contact a svg path {
    fill: #000;
}
.contact-home .social-contact a {
    transition: 0.2s;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #fecb67;
    border-radius: 50%;
    padding: 6px 0;
    text-align: center;
    transform: translate(0);
    margin: 0px 6px;
}
.social-contact > div {
    display: inline-block;
}
.social-contact {
    margin-top: 40px;
}
.owl-carousel-contact-home .owl-controls .owl-nav > div {
    width: 48px;
    height: 48px;
    padding: 13px 4px 0px 0px;
    text-align: center;
    opacity: 0.85;
    background: #fff;
    box-shadow: 0px -5px 12px -7px #ccc;
    border-radius: 50px;
    transition: 0.2s;
}
.owl-carousel-contact-home .owl-controls .owl-prev {
    float: right;
    transform: rotate(180deg);
}
.owl-carousel-contact-home .owl-prev {
    right: -50px;
}
.owl-carousel-contact-home .owl-next {
    left: -50px;
}
.owl-carousel-contact-home .owl-prev, .owl-carousel-contact-home .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(0%);
}
.owl-carousel-contact-home .owl-controls .owl-nav > div {
    width: 48px;
    height: 48px;
    padding: 13px 4px 0px 0px;
    text-align: center;
    opacity: 0.85;
    background: #fff;
    box-shadow: 0px -5px 12px -7px #ccc;
    border-radius: 50px;
    transition: 0.2s;
}
.owl-carousel-contact-home .owl-controls svg { 
    width: 10px;
    fill: #cecece;
}
.owl-carousel-contact-home .owl-controls .owl-nav > div:hover {
    width: 78px;
    opacity: 1;
}
.contact-home .info-contact .cls-1 {
	opacity:0.4;
 }
.single .tit-site h1 {
    color: #241f5f;
    font-size: 30px;
    border-bottom: 2px solid #4762ff;
    display: inline-block;
    margin: 0 0 4px;
    padding-bottom: 2px;
    position: relative;
}
.box_video_about_home svg {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 5;
    bottom: 0;
    right: 0;
}
.box_video_about_home svg:nth-child(1) {
    top: 0;
}
.box_video_about_home svg:nth-child(2) {
    bottom: 0;
}
#video_home {
    margin: -100px 0;
}
.box_about_home .box_tit_services_home {
    position: relative;
    z-index: 10;
}
#map_l1x3np {
    border-radius: 50px;
    width: 100% !important;
    height: 400px !important;
    max-width: 100%;
}

@keyframes fadeInDownsocial {
   0% {
      opacity: 0;
      transform: translateY(-20px);
   }
   50% {
      opacity: 1;
      transform: translateY(10px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
} 
@keyframes fadeInDowninfo {
   0% {
      transform: translateY(0);
   }
   50% {
      transform: translateY(-18px);
   }
   100% {
      transform: translateY(0px);
   }
} 





@media (min-width: 1700px) {
	.svg-header {
		top: 91px;
	}
}
@media (min-width: 1500px) {
    .footer-main > div > div > div > div:last-child .tit-footer {
        text-align: center;
    }
	.svg-header {
		top: 71px;
	}
}
@media (max-width: 1519px) {
    .menu-sidebar {
        width: 300px;
    }
    .menu-sidebar-active {
        width: 300px !important;
    }
    .menu-sidebar-stop {
        width: 300px !important;
    }
}
@media (max-width: 1400px) {
	.header2 .menu li {
		margin-left: 14px;
	}
	.header1 .menu li {
		margin-right: 14px;
	}
}
@media (max-width: 1024px) {
    #video_home {
        margin: -40px 0;
    }
	.owl-controls path {
	    fill: #241f5f;
	}
	.info-contact div span {
	    margin: 0px 0 20px;
	    display: block;
	    text-align: center;
	}
	.contact-home .info-contact-post .info-contact > div {
	    text-align: right;
	    position: relative;
	}
	.contact-home .info-contact-post .info-contact > div svg {
	    width: 60px;
	    display: block;
	    min-height: 80px;
	    margin: 0px auto 0px;
	}
	.contact-home .info-contact-post .info-contact {
	    flex-flow: column;
	}
	.contact-home {
		background-size: cover;
	}
	.contact-home .info-contact-post > svg {
		display: none;
	}
    .footer-main ul {
        padding: 0;
    }
    .header1 .menu li {
        margin-right: 25px;
    }
    .header2 .menu li {
        margin-left: 25px;
    }
    .last-blog .owl-controls {
        display: none;
    }
    .commentlist ul {
        padding: 0 !important;
    }
    .commentlist .comment .comment-left h5 {
        text-align: center;
    }
    .commentlist .comment .comment-left p {
        text-align-last: center;
    }
    .commentlist .comment .comment-left {
        width: 100%;
        margin-top: 20px;
    }
    .commentlist .comment .comment-right {
        width: 100%;
    }
    .carousel-rel-singel {
        width: 100%;
    }
    .last-blog {
        padding: 45px 10px 5px;
    }
    .img-blog-item .views-comments, .time-to-read {
        display: none;
    }
    .tit-sidebar h2 {
        margin: 25px 0px 0;
    }
    .tit-sidebar svg {
        display: none;
    }
    .menu-sidebar {
        position: relative !important;
        display: inline-block !important;
        width: 100% !important;
        margin: 110px 0 10px !important;
    }
    .repeater_info_footer .item {
        text-align: center;
    }
    .repeater_info_footer .item svg {
        float: none;
        display: inline-block;
    }
    .repeater_info_footer .item div {
        display: inline-block;
    }    .box-service-item .after-top-image {
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .social-media-header {
        display: none;
    }
    .box-search-header {
        display: none;
    }
}


@media (max-width: 992px) {
    .contact-home {
        background-size: cover;
        background-repeat: repeat-x;
    }
    .box_contact_page .info-contact-page {
        padding: 0 0px;
        margin: 0;
        display: flex;
    }
    .box-comment-sing {
        width: 96%;
    }

}


@media (max-width: 768px) {
    .owl-carousel-contact-home .owl-prev {
        right: -20px;
    }
    .owl-carousel-contact-home .owl-next {
        left: -20px;
    }
    .contact-home {
        padding: 110px 40px;
    }
    .box-comment-sing {
        width: 90%;
        margin: 0 auto;
    }
    .box-repeater-contact-page .social-contact-page li {
        -webkit-animation-name: fadeInDownsocial;
        animation-name: fadeInDownsocial;
        -webkit-animation-duration: 0.35s;
        animation-direction: alternate;
        animation-duration: 0.35s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    .box_contact_page .info-contact-page li {
        margin-bottom: 20px;
    }
    .box_contact_page .info-contact-page {
        flex-flow: column;
    }
    .box-blog-post .icon-blog-before {
        display: none;
    }
    .box-blog-post .views-comments {
        display: none;
    }
    .box-blog-post .time-to-read {
        display: none;
    }
    .footer-main ul li a:hover {
        padding: 0;
    }
	header .menu li a {
		font-size: 14px;
	}
}
@media (max-width: 600px) {
    .box_about_home {
        margin-bottom: 50px;
    }
    .box_services_home {
        margin-bottom: 0px;
    }
    .contact-home .info-contact-post .info-contact > div svg {
        width: 45px;
        display: block;
        min-height: 40px;
        margin: 0px auto 0px;
    }
    .contact-home .info-contact-post .info-contact > div {
        font-size: 15px;
        margin-bottom: 0px;
    }
    .contact-home .info-contact-post .info-contact {
        padding: 0 0;
    }
    .contact-home .owl-controls {
        display: none;
    }
    .contact-home {
        padding: 110px 20px;
    }
    .menu_link  {
        display: inline-block;
    }
    .commentlist .comment {
        padding: 30px 10px;
    }
    .mailcimp {
        text-align: center;
    }
    .footer-main ul li a:after {
        display: none;
    }
    .wpcf7 {
        margin-bottom: 0px !important;
    }
    .mailcimp img {
        margin-left: 0;
        float: none; 
        display: inline-block;
    }
    .mailcimp span {
        text-align: center;
        margin-bottom: 20px;
    }
    .mailcimp h2 {
        text-align: center;
    }
    .wpcf7-form-control-wrap:not(:first-child) {
        width: 100%;
        margin-bottom: 20px;
    }
    .wpcf7-form .wpcf7-submit {
        width: 100%;
    }
    .wpcf7 .tit-contact-form {
        font-size: 18px;
        margin: 15px 0 30px;
    }
    .social-contact-page li {
        display: inline-block;
    }
    .top-box-contact-page .des-contact-page {
        padding: 0;
    }
    .box_contact_page h2 {
        margin: 0 auto 30px;
        position: relative;
        transform: translateY(0);
    }
    .social-contact-page {
        text-align: center;
        margin: 0 auto;
        padding: 0;
        position: relative;
        right: auto;
        top: auto;
        transform: translateY(0%);
        display: block;
    }
    .top-repeater-contact-page .box-contact .box-contact-svg {
        display: none;
    }
    .repeater_info_footer .item div {
        margin-right: 8px;
    }
    body:not(.home) header {
        margin-bottom: 70px;
    }

    .svg-slider {
        display: none;
    }
    .logo_head a img {
        float: right;
    }
    header {
        position: relative;
        padding: 4px 0;
    }
    .logo_head {
        top: 0; 
        position: relative;
    }
    .svg-header {
        display: none;
    }
    .header1 {
        display: none;
    }
    .logo-header {
        float: right;
    }
    .header2 {
        display: none;
    }
	.box-content-arch-post h2 {
    	font-size: 22px;
	}
	.date-single {
		margin: 10px 10px 0;
	}
	.logo_head a img {
		width: 100%;
	}
	.menu_link {
		margin: 28px 0 0;
	}
	header.site-header {
		padding: 10px 0 !important;
	}
	.single .box_tit_services_home {
		margin: 20px 0 15px;
	}
}

@media (max-width: 575px) {
    .info-service-item {
        padding: 0px 0 0;
    }
    .tit-blog-item h2 {
        line-height: 20px;
    margin: 13px 0;
    }
    .tit-blog-item h2 a {
        font-size: 16px;
    }
    body:not(.home) header {
        margin-bottom: 0px;
    }
    .mailcimp {
        text-align: center;
    }
    .mailcimp h2 {
        float: none;
    }
    .mailcimp form {
        margin: 25px 0 50px;
    }
    .mailcimp span {
        float: none;
    }
    .mailcimp img {
        float: none;
    }
    .box-posts-products {
        padding: 0;
    }
    .box-posts-products .owl-controls {
        display: none;
    }
    .container-carousel-indicators {
        margin: 20px auto 0;
        position: relative;
    }
    .box-tag-arch-post a {
        margin: 2px 13px 0 0;
        font-size: 14px;
    }
    .tit-tag-arch-post {
        font-size: 15px;
    }
    .box-next-prev-arch-post span {
        font-size: 15px;
    }
}
@media (max-width: 320px) {
    .box-next-prev-arch-post a {
        padding: 7px 9px;
    }
    .box-next-prev-arch-post span {
        font-size: 14px;
    }
    .box-next-prev-arch-post svg {
        width: 9px;
    }

}
div#lightgallery a::before {
    content: "";
    background: #241f5f9c;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 0.2s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    top: 0;
    right: 0;
}
.lg-thumb-outer.lg-grab {
    background: transparent !important;
}
div#lightgallery a:hover:before {
    transition: 0.2s;
    visibility: visible;
    opacity: 1;
}

div#lightgallery a i {
    position: absolute;
    top: 80px;
    z-index: 5;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 50px;
    color: #fff;
    width: 50px;
    text-align: center;
    transition: 0.2s;
    visibility: hidden;
    opacity: 0;
}
a.itemgallery {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
    box-shadow: 0px 7px 30px -20px #000;
    border-radius: 5px;
	position: relative;
    overflow: hidden;
}
div#lightgallery a:hover i {
    transition: 0.2s;
    opacity: 1;
    visibility: visible;
}
div#lightgallery img {
    width: 100%;
    height: auto;
}
.lg-sub-html p {
    font-size: 18px !important;
}
a.itemgallery .caption {
    display: none;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    background: #000 !important;
    bottom: 0 !important;
    padding: 20px 0 30px !important;
}
.lg-outer .lg-inner{
    display:flex;
}
.grid-item video {  
    width: 100%;
    margin: 0 0 30px;
    height: 300px;
}
.back-about {
    width: 100%;
    height: 100%;
    display: block;
    background: #241f5f;
    margin-top: 30px;
}

.image-back {
   padding:30px
}

.wrap_about {
    color: #FFF;
    text-align: right;
    position: relative;
    margin-top: 3rem;
    display: flex;
    align-items: flex-start;
    position: relative;
    flex-direction: column;
}

.about_btn {
    display: flex;
    gap: 10px;
    position: relative;
    right: 50%;
}
.linkmore-about-home{
    padding: 9px 18px 8px;
    transform: translateY(50%);
    z-index: 3;
    background: #4762ff;
    color: #fff;
    border-radius: 8px;
    font-size: 15px;
    transition: 0.5s;
}
.btn-contact-top {
    text-align: center;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}
.btn-contact-top span{
	padding: 9px 10px 8px;
    transform: translateY(50%);
    z-index: 3;
    background: #4762ff;
    color: #fff;
    border-radius: 8px;
    font-size: 15px;
    transition: 0.5s;
}
.btn-contact-top a span:hover {
    background: #241f5f;
    transition: 1s;
}
.tit_about h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.tit_about p {
    font-size: 18px;
    text-align: justify;
    line-height: 30px;
}
.time-to-read .cls-1 {
    fill: #4762ff;
}
.views-comments .cls-1 {
   fill: #4762ff;
   }