html{background:#fff;}
#facebook_slider_widget{color:#FFF;height:40px;left:0;margin-left:-290px;margin-top:-110px;position:fixed;top:40%;transition:all .3s ease 0s;width:330px;z-index:600;cursor:pointer;background:url(/images/front/button_fb.png) right 0 no-repeat #3B579D;padding-left: 0px}#facebook_slider_widget:hover{margin-left:0!important}#facebook_slider_widget div{display:table-cell;vertical-align:top}
div.p img{
    max-width: 100%;
    height: auto !important;
    object-fit: cover;object-position: center;
}
.flex-center {align-items:center;}
#cookies-message{
    padding: 20px; font-size: 12px; line-height: 1.3;text-align: center; position: fixed; bottom: 0px; background-color: rgba(0,0,0,0.85); max-width: 100%; z-index: 10500;color:#fff;width:190px;height: 190px;
    align-items: center;left:0;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    flex-direction: column;
}
#cookies-message a{
    color:#ddd;
}
#cookies-message  a#accept-cookies-checkbox{
    background-color: #ec0075;font-size:14px; padding: 3px 7px; color: #FFF; border-radius: 8px !important; display: inline-block; text-decoration: none; cursor: pointer;margin:10px auto 0;
}
#cookies-message  a#accept-cookies-checkbox:hover{
    background:#28211B
}
a,button{
    outline: none !important;
    text-decoration: none !important;
}
a {
    color: #ec0075;
}
a:hover {
    color: #75c53e;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight: 400;
}
.fb-allter:hover{
    color:#dedede;
}
.fb-allter {
    position: relative;
    float: left;
    width: 290px;
    max-width: 290px;
    text-align: center;
    color: #fff;
    padding: 12px 0 10px 0;
    font-size: 18px;
    z-index: 0;
    text-transform: uppercase;
    line-height: 1;
}
.social_slider_widget{background-image:none !important;color:#FFF;height:40px;left:0;margin-left:-290px;margin-top:-110px;position:fixed;top:40%;transition:all .3s ease 0s;width:330px;z-index:600;cursor:pointer;background-color: #3B579D;padding-left: 0px}.social_slider_widget:hover{margin-left:0!important}.social_slider_widget div{display:table-cell;vertical-align:top;max-width:290px;}
.social_slider_widget + .social_slider_widget{
    top:calc(40% + 40px);
}
.social_slider_widget + .social_slider_widget + .social_slider_widget{
    top:calc(40% + 80px);
}
.social_slider_widget + .social_slider_widget + .social_slider_widget + .social_slider_widget{
    top:calc(40% + 120px);
}
.social_slider_widget + .social_slider_widget + .social_slider_widget + .social_slider_widget+ .social_slider_widget{
    top:calc(40% + 160px);
}
.social_slider_widget + .social_slider_widget + .social_slider_widget + .social_slider_widget + .social_slider_widget + .social_slider_widget{
    top:calc(40% - 40px);
}
.social_slider_widget + .social_slider_widget + .social_slider_widget + .social_slider_widget + .social_slider_widget + .social_slider_widget + .social_slider_widget{
    top:calc(40% - 80px);
}
.social_slider_widget.facebook{
    background: #3B579D;
}
.social_slider_widget.twitter{
    background:  #5EAADE;
}
.social_slider_widget.linkedin{
    background: #0E76A8;
}
.social_slider_widget.instagram{
    background:  #5f92b2;
}
.social_slider_widget.pinterest{
    background:  #e60023;
}
.social_slider_widget.youtube{
    background:  #c4302b;
}
.social_slider_widget.medium{
    background:  #03a87c;
}
.social_slider_widget:before{
    font: normal normal normal 24px/40px "FontAwesome";     
    position: absolute;
    right: 0;
    top:0;
    width:40px;
    text-align: center;
}
.social_slider_widget.facebook:before{   
    content: "\f09a";
}
.social_slider_widget.twitter:before{   
    content: "\f099";
}
.social_slider_widget.linkedin:before{   
    content: "\f0e1";
}
.social_slider_widget.instagram:before{   
    content: "\f16d";
}
.social_slider_widget.pinterest:before{   
    content: "\f231";
}
.social_slider_widget.youtube:before{   
    content: "\f167";
}
.social_slider_widget.medium:before{   
    content: "\F35A";
}
#preloader #status{
    margin-top:80px;
}
#preloader #status::before {
    background-image: url("/images/front/logo.webp"); 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    height: 150px;
    margin-left: -55px;
    margin-top: -150px;
    position: absolute;
    width: 180px;
}

#preloader {
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 33232;
}
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto;
}
.preloader .preloader-circle {
    width: 50px;
    height: 50px;
    position: relative;
    border-style: solid;
    border-width: 4px;
    border-top-color: #ec0075;
    border-bottom-color: #fff;
    border-left-color: #ec0075;
    border-right-color: #fff;
    z-index: 10;
    border-radius: 50%;
    background-color: transparent;
    -webkit-animation: ldr 2s infinite ease;
    animation: ldr 2s infinite ease;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}
@-webkit-keyframes ldr {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }
}
@keyframes ldr {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }
}

body {
    font-family: "Nunito",sans-serif;
    font-size: 15px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden !important;
    color: #272926;
    text-transform: none;
    font-size: 1.125rem;
    line-height: 1.6em;
}


.navbar .navbar-toggler {
    padding: 0;
    border: none;
    border-radius: 0;
    width: 23px;
    position: relative;
    display: none;
}
.navbar .navbar-toggler .menu-lines {
    display: inline-block;position: absolute;top:0;left:0;margin-top:1px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.navbar .navbar-toggler.actived .menu-lines{
    margin-top:10px;
}
.navbar .navbar-toggler .menu-lines:after,
.navbar .navbar-toggler .menu-lines:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 30px;
    height: 3px;
    display: inline-block;
    background-color: #75c53e;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.navbar .navbar-toggler .menu-lines:after {
    top: 10px;
}
.navbar .navbar-toggler .menu-lines span {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #75c53e;
}
.navbar .navbar-toggler.actived .menu-lines > span {
    opacity: 0;
}
.navbar .navbar-toggler.actived .menu-lines:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navbar .navbar-toggler.actived .menu-lines:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slider-area .page-title {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fd84b5;
    background-position-y: center;
    background-size: auto;
    background-size: cover;
    display: flex;align-items:center;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 110px;
    margin-bottom: 35px;
}
.slider-area .page-title h1,.title-cls{
    color: #cc007b;
    font-size:clamp(22px,2.2vw,40px);
    text-align: left;
    font-weight: bold;
    letter-spacing: 0px; 
    margin: 0;
    font-family: Quicksand;    
}
.title-cls{
    font-size:clamp(20px,2vw,30px);font-weight: 500;
    color:#3f3e40;margin-bottom: 40px;font-family: Quicksand;letter-spacing: 0;
}
.slider-area nav{
    display: inline-block;
}
.slider-area{
    position: relative;
}
.bg-overlay > *{
    position: relative;z-index: 2;
}
.breadcrumb{
    background:rgba(0,0,0,0.8);margin:0;font-size: 13px;
}
.breadcrumb a{
    color:#fff;
}
.btn:focus,
.button:focus,
a:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.home-text{
    padding:75px 0;background:#000;position: relative;
    /*background-attachment: fixed;*/
    background-size: cover;
    background-position: center;
}

.home-text .container{
    position: relative;z-index: 3;color:#fff;text-align: center
}

a.circle-info:hover{
    background:#ec0075;color:#fff;
}
a.circle-info:hover *{
    color:#fff;
}
.btn {
    -moz-user-select: none;
    background: #ec0075;
    border: 0px solid #ec0075;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    font-family: Dosis;
    letter-spacing: normal;
    line-height: 1.3;
    letter-spacing: 2px;
    margin-bottom: 0;
    border-radius: 0px;
    padding: 18px 26px  !important;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: normal;
    /*box-shadow: 0 3px 27px 0 rgba(0, 0, 0, 0.17);*/
}
.btn:hover {
    box-shadow: none;background: #fd84b5;color:#fff;
}
.btn.btn-secondary{
    color: #fff;
    background: #ec0075;
    border-color: #FFFFFF;
}
.btn.btn-secondary:hover{
    color: #ec0075;
    background: #FFFFFF;
    border-color: #ec0075;
}
.full-banner{
    position: relative;overflow: hidden;background:#fff;height: 26.51vw; min-height: 100px;padding:0 0px;
}
.full-banner .owl-theme .owl-nav [class*="owl-"]{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    border: none;
    background: #fff;
    border:2px solid #fff;
    font-size: 22px;
    color: #444;
    left: 0px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:40px;
    border-radius: 0%;
    line-height: 1;
}
@-webkit-keyframes fadeInBlur{0%{opacity:0;filter: blur(10px);}100%{opacity:1;filter: blur(0px);}}@keyframes fadeInBlur{0%{opacity:0;filter: blur(10px);}100%{opacity:1;filter: blur(0px);}}.fadeInBlur{-webkit-animation-name:fadeInBlur;animation-name:fadeInBlur}
.full-banner .owl-theme .owl-nav [class*="owl-"]:hover{
    background: #ec0075;color:#fff;
}
.full-banner .owl-theme .owl-nav{
    opacity: 0; transition: all 0.3s ease 0s;
}
.full-banner:hover .owl-theme .owl-nav{
    opacity: 1;
}
.full-banner .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0px;
}
.full-banner .slide__content{
    padding-top:40px;
}
.full-banner .owl-slide {
    width: 100%;
    height: 26.51vw;
    min-height: 100px;
    background-size: cover;
}
.full-banner .container{
    max-width:1600px;
}
.full-banner .owl-text.home_content {
    position: absolute;color:#fff;
    top: 50%;
    left: 50px;
    right: 0;
    width:60%;text-align: left !important;
    transform: translateY(-50%);
    padding: 30px;
    opacity: 0;margin-top:30px;
    -webkit-transition: all 0.3s ease-in-out 0.9s;
    -moz-transition: all 0.3s ease-in-out 0.9s;
    -ms-transition: all 0.3s ease-in-out 0.9s;
    -o-transition: all 0.3s ease-in-out 0.9s;
    transition: all 0.3s ease-in-out 0.9s;
}
label.has-error{
    box-shadow: none;color:red !important;
}
.has-error{
    box-shadow: 0 0 0px 2px red;
}
textarea{resize: none;}
.full-banner .active .owl-text.home_content{
    opacity: 1;margin-top:0;
}
.full-banner .owl-dots{
    position: absolute;bottom:5px;left: 0;right: 0;
}
.full-banner .owl-text.home_content h2 span{
    -webkit-text-stroke: 2px #ec0075;
    color: transparent;
}
.full-banner .owl-text.home_content h2{
    font-size: clamp(26px,3.9vw,84px);padding:5px 0;line-height: 1;
    filter: drop-shadow(0 0 0.75rem #000);
}
.full-banner .single-slider::before,.slider-area .bg-overlay::before {
    /*    background: rgba(204, 204, 204, 0.85);
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        top:0;
        mix-blend-mode: multiply;*/
}
.full-banner .owl-text.home_content .banner-subtitle{
    font-size: clamp(14px,1.2vw,30px);
    line-height: 1.2;
    margin: 20px auto;
    filter: drop-shadow(0 0 0.75rem #000);
}
.full-banner .owl-text.home_content .btn{
    margin-top:30px;
}
#scrollTopBtn {
    line-height: 1;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    display: none;
    height: 50px;
    border:none;box-shadow: none;
    z-index: 26;
    font-size: 18px;
    padding:0;
    border-radius: 50%;
    color: #fff;
    background-color: #ec0075;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#scrollTopBtn:hover{
    background:#ec0075
}
a,.box-gallery a img{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.breadcrumb-item.active{
    color:#ec0075
}
section.section-padding{
    padding:60px 0;
}
.box-gallery{
    margin:15px auto;position: relative;overflow: hidden;background:#000;  
}
.box-gallery a:hover{
    opacity: 0.75;
}
.box-gallery a:hover img{
    transform: scale(1.1) rotate(1deg);
}
a .video-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);;
    color:#fff;
    font-size:15px;
    width:50px;
    height: 40px;
    background:#ec0075;
    text-align: center;
    line-height: 39px;
    border-radius:15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider .owl-dots{
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.slider.owl-theme .owl-dot {
    display: inline-block;
}
.slider.owl-theme .owl-dot span {
    background-color: #aaa;
    border-radius: 30px;
    display: block;
    height: 4px;
    margin: 2px 3px;
    width: 18px;
}
.slider.owl-theme .owl-dot.active span{
    background-color:#ec0075;
}
.files-row{
    margin:20px auto;
}
.files-row ul{
    list-style: none;padding-left: 10px;
}
.files-row ul li{
    list-style: none;padding:2px 0;
}
.files-row ul li a{
    color:#555
}
.files-row ul li a:hover{
    color:#999
}
.breadcrumb {
    margin: 0;
    padding: 0px 0px;margin-bottom: 10px;
    border-radius: 0px;
    background:transparent
}
.breadcrumb a {
    color: #272926;
}
.breadcrumb-item + .breadcrumb-item::before{
    color:#c4c4c4;
}

p.agree-p{
    font-size:11px;color:#696969;text-align: justify;line-height: 1.2;
}

textarea.form-control{
    resize: none;
}

.form-control{border-radius:0px;padding:12px 15px;font-size:16px;height: auto;background:#e1f5f5;border-color:#e1f5f5;}
.top-bar{
    position: relative;z-index: 322;
}
.top-bar .right-bar{
    display: flex;
    padding: 8px 30px;
    margin: 0 auto;
    font-size:14px;
}
.right-bar .item-topb{
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.right-bar .item-topb a{
    color:#212121;
}
.right-bar .item-topb a:hover{
    color: #ec0075;
}
.right-bar .item-topb p{
    margin:0;
}
.right-bar .social__icons{
    margin:0;padding:0;margin-left: auto;
}
.right-bar .social__icons a {
    font-size: 26px;
    color: #ec0075;
    padding: 0px 5px;
    line-height: 1;
}
.right-bar .social__icons a:hover{
    color:#ec0075
}
.navbar{
    padding:0;
    position: relative;
    width: 100%;
    background: #ffffffd4;
    z-index: 32;
    top: auto;
}
.navbar-brand{
    padding:0;
}
.navbar-brand img{
    height:70px;object-fit: contain;object-position: left;
    padding:10px 0;
}

.menu-ul{
    padding:0;margin:0;list-style: none;margin-right: auto;margin-left: auto;
}
.menu-ul li{
    display: inline-block;margin:0 5px;
}
.menu-ul li a{
    padding:5px 15px;color:#28211B;font-size:16px;position: relative;text-transform: uppercase;
}
.menu-ul > li > a{
    font-family: Dosis;
    color: #ec0075;
    padding-top: 19px;
    padding-right: 0px;
    padding-bottom: 19px;
    padding-left: 0px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 2rem;
    display: block;
    letter-spacing: 2px;
}
.menu-ul li a:hover,.menu-ul li.active a{
    color:#75c53e
}
header .container{
    display: flex;aling-items:center;
}
.menu-ul > li {
    list-style: none;
    display: inline-block;
    margin: 0 18px;
    position: relative;
    z-index: 99;
}
.menu-ul > li::before {
    height: 16px;
    width: 1px;
    content: "";
    border-right: 1px solid;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: -20px;
    -webkit-opacity: 0.2;
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    filter: alpha(opacity=20);
}
.menu-ul > li:first-child::before {
    display: none;
}
.menu-ul li .nav__item-link::before {
    width: 0;
    height: 4px;
    background: #3f3e40;
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.menu-ul li a.nav__item-link:hover::before, .menu-ul li.active > a.nav__item-link::before {
    width: calc(100%);left:0px;
}
header.fixed-navbar {
    position: sticky;
    top: 0px;
    z-index: 32;
    width: 100%;
    background: #fff; 
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    border-bottom: 1px solid #d9d5d5
}

header.fixed-navbar .navbar-brand img {
    width: 130px;
    padding: 5px 0;
}
.bg-light {
    background-color: #EEF2F6 !important;
}
.news_posts .blog-item{
    margin-bottom: 50px;
}


.blog__img a:hover img,.rt-image a:hover img{
    transform: scale(1.1) rotate(2deg);
}
.rt-image a{
    overflow: hidden;display: block;
}
.service-item{
    padding:30px 30px;text-align: left;position: relative;color:#fff;
    background-color: #97237c;
    margin: 15px auto;
    height: calc(100% - 30px);
    background: -webkit-linear-gradient(-135deg, #97237c, #441038) #97237c no-repeat;
    background: -moz-linear-gradient(-135deg, #97237c, #441038) #97237c no-repeat;
    background: -ms-linear-gradient(-135deg, #97237c, #441038) #97237c no-repeat;
    background: -o-linear-gradient(-135deg, #97237c, #441038) #97237c no-repeat;
    background: linear-gradient(-135deg, #97237c, #441038) #97237c no-repeat;
}
.col-sm-12:nth-of-type(2n) .service-item{
    background-color: #c73f8e;
    background: -webkit-linear-gradient(-135deg, #c73f8e, #7c2457) #c73f8e no-repeat;
    background: -moz-linear-gradient(-135deg, #c73f8e, #7c2457) #c73f8e no-repeat;
    background: -ms-linear-gradient(-135deg, #c73f8e, #7c2457) #c73f8e no-repeat;
    background: -o-linear-gradient(-135deg, #c73f8e, #7c2457) #c73f8e no-repeat;
    background: linear-gradient(-135deg, #c73f8e, #7c2457) #c73f8e no-repeat;
}
.col-sm-12:nth-of-type(3n) .service-item{
    background-color: #ea5b2e;
    background: -webkit-linear-gradient(-135deg, #ea5b2e, #e61d67) #ea5b2e no-repeat;
    background: -moz-linear-gradient(-135deg, #ea5b2e, #e61d67) #ea5b2e no-repeat;
    background: -ms-linear-gradient(-135deg, #ea5b2e, #e61d67) #ea5b2e no-repeat;
    background: -o-linear-gradient(-135deg, #ea5b2e, #e61d67) #ea5b2e no-repeat;
    background: linear-gradient(-135deg, #ea5b2e, #e61d67) #ea5b2e no-repeat;
}
.col-sm-12:nth-of-type(4n) .service-item{
    background-color: #fcc100;
    background: -webkit-linear-gradient(-135deg, #fcc100, #ea5b2e) #fcc100 no-repeat;
    background: -moz-linear-gradient(-135deg, #fcc100, #ea5b2e) #fcc100 no-repeat;
    background: -ms-linear-gradient(-135deg, #fcc100, #ea5b2e) #fcc100 no-repeat;
    background: -o-linear-gradient(-135deg, #fcc100, #ea5b2e) #fcc100 no-repeat;
    background: linear-gradient(-135deg, #fcc100, #ea5b2e) #fcc100 no-repeat;
}
.col-sm-12:nth-of-type(5n) .service-item{
    background-color: #97cd62;
    background: -webkit-linear-gradient(-135deg, #97cd62, #649831) #97cd62 no-repeat;
    background: -moz-linear-gradient(-135deg, #97cd62, #649831) #97cd62 no-repeat;
    background: -ms-linear-gradient(-135deg, #97cd62, #649831) #97cd62 no-repeat;
    background: -o-linear-gradient(-135deg, #97cd62, #649831) #97cd62 no-repeat;
    background: linear-gradient(-135deg, #97cd62, #649831) #97cd62 no-repeat;
}
.col-sm-12:nth-of-type(6n) .service-item{
    background-color: #3b2a6b;
    background: -webkit-linear-gradient(-135deg, #0095a6, #3b2a6b) #3b2a6b no-repeat;
    background: -moz-linear-gradient(-135deg, #0095a6, #3b2a6b) #3b2a6b no-repeat;
    background: -ms-linear-gradient(-135deg, #0095a6, #3b2a6b) #3b2a6b no-repeat;
    background: -o-linear-gradient(-135deg, #0095a6, #3b2a6b) #3b2a6b no-repeat;
    background: linear-gradient(-135deg, #0095a6, #3b2a6b) #3b2a6b no-repeat;
}
.col-sm-12:nth-of-type(7n) .service-item{
    background-color: #0095a6;
    background: -webkit-linear-gradient(-135deg, #a4d6d8, #0095a6) #0095a6 no-repeat;
    background: -moz-linear-gradient(-135deg, #a4d6d8, #0095a6) #0095a6 no-repeat;
    background: -ms-linear-gradient(-135deg, #a4d6d8, #0095a6) #0095a6 no-repeat;
    background: -o-linear-gradient(-135deg, #a4d6d8, #0095a6) #0095a6 no-repeat;
    background: linear-gradient(-135deg, #a4d6d8, #0095a6) #0095a6 no-repeat;
}
.col-sm-12:nth-of-type(8n) .service-item{
    background-color: #1a7673;
    background: -webkit-linear-gradient(-135deg, #34beb9, #1a7673) #1a7673 no-repeat;
    background: -moz-linear-gradient(-135deg, #34beb9, #1a7673) #1a7673 no-repeat;
    background: -ms-linear-gradient(-135deg, #34beb9, #1a7673) #1a7673 no-repeat;
    background: -o-linear-gradient(-135deg, #34beb9, #1a7673) #1a7673 no-repeat;
    background: linear-gradient(-135deg, #34beb9, #1a7673) #1a7673 no-repeat;
}
.service-item .service_icon,.service-item .text-cnt{
    position: relative;z-index: 2;
    color:rgba(255, 255, 255, 0.7);
    font-size:16px;line-height: 1.8;
}

.service-item:hover .service_icon {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.service-item .service_icon img{
    filter: drop-shadow(-3px 3px 5px rgba(0, 0, 0, 0.45))
}
.service-item .service_icon{
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

    width:60px;margin-bottom: 25px;
}
.service-item h2{
    font-size:18px;margin-bottom: 15px;color:#fff;
}
.service-item img{
    max-width: 100%;
}
.service-item p{
    margin:0
}

.title-cls + p{
    padding-left: 190px;position: relative;display: flex;
}
.title-cls + p:before{
    border:1px solid #75c53e;width:170px;height: 0;content:'';position: absolute;left:0;top: 10px;
}
.title-cls + p a{
    flex: 0 0 auto;
    align-self: first baseline;
    margin-left: 12%;text-transform: uppercase;
}

.blog__img a img,.nav-pages-nx-pr i,.rt-image a img{
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.blog-item .blog__meta-date{
    position: absolute;
    top: 5px;
    padding: 5px 10px;
    background: #ec0075;
    border-radius: 50px;
    left: 25px;
}
.blog-item .blog__content{
    padding:10px;
}
.blog-item .blog__content .blog__title a{
    font-size:20px;color:#000;line-height: 1.2;margin-bottom: 10px;
}
.blog-item .blog__content .blog__title{
    line-height: 1.2;min-height: 60px;margin-top:10px;
}
#blogGrid .container{
    width:1600px;max-width:100%;padding:0 50px;
}
.bg-dark{
    background-color:#AA9584 !important;color:#fff;
}
.bg-dark .title-cls{
    color:#fff;
}
.single-testimonial{
    text-align: center;
}
.single-testimonial img{
    width:80px !Important;max-width:100%;border-radius:50%;margin:0 auto;margin-bottom: 10px;
}
.single-testimonial .testimonial__desc{
    text-align: center;margin-top: 10px;font-size:16px;font-style: italic;
}
.single-testimonial {
    width:800px;max-width:100%;margin:0 auto;
}

.owl-dots{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}
.owl-theme .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dot span {
    background-color: #aaa;
    display: block;
    height: 4px;
    margin: 2px 3px;
    width: 18px;
    border:none;
    box-shadow: none;
}
.owl-theme .owl-nav [class*="owl-"]{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: none;
    background: #ec0075;
    color: #fff;
    left: 0px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:15px;
    border-radius: 50%;
    line-height: 1;
}
.owl-theme .owl-nav [class*="owl-"].owl-next{left:auto;right:0;}
.owl-theme .owl-nav [class*="owl-"]:hover{
    background:#fd84b5
}
.owl-theme .owl-dot.active span{
    background-color:#ec0075;
}
.h1-testimonial-active.owl-carousel .owl-stage {
    display: flex;align-items:center;
}
footer{
    padding:80px 0px 0px 0;position: relative;z-index: 4;font-size: 16px;
}
footer .footer-bottom{
    color:#555555;
}
.contact-info{
    height: 100%;margin-right: 0px;
}
.testimonial-area.bg-dark{
    background:#2a514a !important;position: relative;
}
#map-cs{
    height: 500px;filter:grayscale(0.3);margin-bottom: -60px;display: block;
}
.contact-info{
    min-height: 100%;
    display: flex;
    align-items: flex-start;
}
.contact-info p{
    padding-left: 0px;padding-top:0px;padding-bottom: 5px;
}
.contact-info p a:hover{
    color:#000
}
.contact-info p a{
    color:#ec0075
}
.contact-info strong,.contact-info b{
    font-size:16px;
}
.contact-info p:last-of-type{
    margin-bottom: 0;
}

.contact-info .contact_number svg{
    width:30px !important;height: auto;padding:5px;
}
.contact-info .contact_number img{
    width:50px !important;margin-right: 15px !important; margin-bottom: -10px;
}
.contact-info .svg-inc {
    width: 50px;
    padding: 10px;
    background: #fff;
    border-radius: 50px;
    display: inline-block;
    margin-right: 15px !important;
    margin-bottom: -10px;
}
.widget .categories{
    list-style:none;padding:0;margin:0;
}
.widget .categories .item{
    display: flex;padding:5px 0;margin-bottom: 10px;align-items: center;
}
.widget .categories .item .thumb{
    width:80px;border-radius: 15px;flex:0 0 80px;margin-right: 10px;height: 80px;
    overflow: hidden;
    align-self: center;
}
.widget .categories .item .thumb img{
    width:100%;height: 100%;object-fit: cover;
}
.widget a {
    color: #ec0075;
}
.widget a:hover{
    color: #ec0075;
}
.page-item.active .page-link {
    z-index: 3;
    background-color: #ec0075;
    border-color: #ec0075;
    color: #fff;
}
.page-item .page-link{
    border-radius: 50% !important;
    width:40px;height: 40px;margin:2px;
    color: #28211b;display: flex;align-items:center;
    justify-content: center;
    padding: 0;
}
.nav-pages-nx-pr i{
    background:#ec0075; flex:0 0 46px;margin:10px; line-height: 42px; width:46px;height: 46px;border:2px solid #ec0075;text-align: center;font-size:20px; color:#fff;border-radius: 50%;
}

.nav-pages-nx-pr .text-center a{
    display: inline-block;
}
.nav-pages-nx-pr a{
    display: flex;align-items:center;color:#ec0075;line-height: 1.2;
}
.nav-pages-nx-pr a:hover i{
    background:#fff;color:#ec0075
}
.nav-pages-nx-pr a:hover{
    color:#000
}
.nav-pages-nx-pr .text-center a i{
    display: block;margin:0 auto 6px;
}
.nav-pages-nx-pr .next-p a{
    text-align: right;justify-content: flex-end;
}
.nav-pages-nx-pr{
    padding:8px;border-radius: 30px;background:#ec0075;margin-top:30px;
}
.contactForm  .form-group label{
    margin-bottom: 0;font-size:14px;
}
.pagination {
    margin:30px 0 0 0;
}
@media only screen and (max-width: 767px)
{
    .nav-pages-nx-pr .text-center{
        display: none;
    }
    .nav-pages-nx-pr i{
        width:35px;height:35px;line-height: 31px;flex:0 0 35px;margin:5px;
    }
    .nav-pages-nx-pr .col-md-4{
        padding:10px
    }
}
footer .logo-footer{
    margin-bottom: 30px;max-width:80%;
}
.footer__widget-about{
    padding-right: 40px;color:#fff;
}
.footer__widget-content .icon{
    background:#FFF4F9;
    width:40px;height: 40px;margin-right: 15px;display: inline-block;
    text-align: center;border-radius: 50%;line-height: 40px;
}
.footer__widget-content .icon svg{
    fill:#28211B;margin:0 !important;width: 50%
}


footer .footer-menu-ul li{
    width:50%;display: inline-block;padding-bottom: 10px;
}
footer .footer-menu-ul li a{
    color:#fff;;padding:5px;padding-left: 5px;
}
footer .footer-menu-ul li a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;

    text-rendering: auto;
    font:normal normal normal 14px/1 FontAwesome;
    content: "\f054";
    display: inline;
    font-size: 8px;
    /*! color: #64d9b9; */
    color: var(--main);
    margin-right: 10px;
    position: relative;
    top: -2px;
}
footer{
    color:#aaaaaa;
}
footer a{
    color:#aaaaaa;
}
footer a:hover,footer .footer-menu-ul li a:hover{
    color:#ec0075;
}
footer .social-list{
    text-align: left;padding:0;
}
footer .social-list a{
    background: #FFF4F9;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    display: flex;
    align-items:center;justify-content: center;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    color:#28211B;
}
footer .social-list a:hover{
    background:#28211B;color:#FFF4F9
}
.testimonial-area > svg{
    width: auto;height: 100%;position: absolute;right: 0;opacity: 0.1;top: 0;padding: 30px;fill: #f7f7eb;pointer-events: none;
}

.videoh-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.1);
}
.videoh-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.videoh-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}
.l-wrapper {
    position: relative;
    width: 100%;
    max-width: 1220px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
}
.videoh-hld {
    position: relative;
    padding-top: 120px;
    padding-right: 440px;
    padding-bottom: 120px;
    min-height: 40vw;
    display: flex;
    align-items: center;
    left: -10vw;
}
.videoh-photo {
    position: absolute;
    top: -140px;
    right: 0;
    width: 320px;
    height: 518px;
}
.videoh-hld .text-content{
    background: #FFF4F9ee;
    padding: 40px;
    border-radius: 40px;
}
.video-section{
    padding:0 !important;position: relative;
}
.service-item2 {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    background: #FFF4F9;
    padding:15px 30px;
    border-radius: 40px;
}
.service-item2 .rt-image {
    width: 33%;
    flex: 0 0 33%;
    margin-right: 30px;
}
.service-item2 .list-content {
    width: 100%;
    padding: 10px 30px 10px 0px;
}
.rt-item .entry-title{
    font-size:26px;
}
.rt-item .entry-title a{
    color:#ec0075
}
.rt-item .entry-title a:hover{
    color:#ec0075;
}
.service-item1{
    margin-bottom: 50px;height: calc(100% - 50px);
    padding: 15px;
    border-radius: 40px;
}
.service-item1 .rt-image a {
    padding-top: 78%;
    margin-bottom: 20px;
    position: relative;
}
.service-item1 .rt-image a img{
    position: absolute;top:0;height: 100%;width:100%;object-fit: cover;
}
.service-item1 .list-content {
    padding:0 10px;
}
.service-item1.rt-item .entry-title{
    font-size:22px;
}
div.p p:last-of-type{
    margin-bottom: 0;
}
.gold-row{
    padding:50px 0;background:transparent;position:relative;
}
.gold-row:before{
    width:200vw;left:-100vw;height:100%;background:#EEF2F6 !important;content:'';position:absolute;top:0;z-index: 0;
}
.gold-row >*{
    position: relative;z-index: 2;
}
.photo-full .col-md-6 .img-responsive{
    width:50vw;max-width: 50vw;
}

@media only screen and (max-width: 767px){
    .photo-full .col-md-6 .img-responsive{
        width:auto;max-width: 100%;
    } 
}
.desc-fade{
    display: none;padding: 15px 15px;
}

.one-fade-row .a-fade::before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    content: "\f196";
    font: normal normal normal 20px/1 FontAwesome;
    font-size: 20px;
    line-height: 1;
    font-size: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    line-height: 20px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -10px;
    content: '\f067';
    font-size: 20px;
}

.one-fade-row .a-fade.opened::before {
    content: '\f068';
}
.a-fade {
    font-weight: 700;
    color: #fff;
    padding: 15px 15px;
    padding-right: 15px;
    text-align: left;
    box-shadow: 0 0 15px rgba(0,0,0,.06);
    margin-bottom: 15px;
    border-radius: 0px;
    margin-top: 15px;
    padding-right: 34px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 16px;
    background:#ec0075
}
.sh-box{
    margin:15px 0;box-shadow: 0 0 15px rgba(0,0,0,.06);border-radius:25px;overflow: hidden;
}
.sh-box .sh-box-inner .justify-content-center{
    align-items:center;
}
.sh-box .sh-box-inner .justify-content-center .price{
    font-size:18px;
}
.sh-box .sh-box-inner{
    padding:15px 30px;
}
div.p ul:not(.iconlist):not(.menu):not(.sub-menu):not(.vc_tta-tabs-list){
    padding-left:0;list-style: none;
}
div.p ol:not(.iconlist):not(.menu):not(.sub-menu):not(.vc_tta-tabs-list){
    padding:0 0 0 30px;
}
div.p ul:not(.iconlist):not(.menu):not(.sub-menu):not(.vc_tta-tabs-list):not(.subcat) li > *:not(.subcat){display: inline list-item;}
div.p ul:not(.iconlist):not(.menu):not(.sub-menu):not(.vc_tta-tabs-list) li{
    padding:5px 0 5px 5px;
}
div.p ul:not(.iconlist):not(.menu):not(.sub-menu):not(.vc_tta-tabs-list) li:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content:"\f00c";
    color:#ec0075;
    margin-right: 5px;font-size:16px;
    flex:0 0 20px;
}
blockquote {
    padding-left: 20px;
    border-left-width: 5px;
    font-style: italic;
    background:#fafafa;
    padding: 10px 20px 10px 25px;
    font-size: 16px;
    border-left: 5px solid #ec0075;
    border-left-width: 5px;
    margin: 10px 0;
}
blockquote p:last-of-type{
    margin:0;
}
.one-icon-b{
    margin:10px auto;text-align: center;
}
div.p .one-icon-b img{
    width:120px;height: 120px !important;border:10px solid #ec0075;border-radius:50%;object-fit: cover;margin-bottom: 10px;padding: 10px;
}
section.section-padding{
    overflow-x: clip;
}
.services-layout2{
    position: relative;
}

.right-bar .social__icons,.right-bar .social__icons *{
    display: flex;flex-wrap:wrap;align-items:center;
}
.site-topbar {
    text-transform: none;
    font-size: 1rem;
    line-height: 1em;
    background-color: #3f3e40;
    padding:25px 0;
}

.site-topbar .container{
    display: flex;align-items: center;
}
.site-topbar .left-s {
    display: flex;flex-wrap:wrap;
}
.site-topbar .left-s p{
    padding-top:10px;color:#fff;font-size:13px;margin-bottom: 0;
}
.site-topbar .left-s .ons-s {
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.site-topbar .left-s .ons-s:last-of-type{
    margin-right: 0;
}
.site-topbar .left-s img{
    margin-right: 5px;
}
.site-topbar .left-s .ons-s  span.text {
    margin-bottom: 10px;
    font-size:16px;color:#fff;
    display: block;
}
.site-topbar .left-s .ons-s  span.action {
    color: #ffffff;
    font-size: 1.5rem;
}
.site-topbar .topbar-text a {
    display: inline-block;
    vertical-align: middle;
    color:#fff;
}
.menu-top{
    display: flex;list-style: none;margin:0;padding:0;margin-left: auto;padding-left: 20px;align-items: flex-end;
}
.menu-top > li .sub-menu {
    position: absolute;
    min-width: 230px;
    background: #ffffff;
    background-color: rgb(255, 255, 255);
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    padding:25px 0 15px 0;
    display: none\9;
    visibility: hidden;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    background-color: #3f3e40;
    transition: all 0.1s ease-in-out 0s;
}
.site-topbar .menu-top > li img {
    display: block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0 auto 5px auto;
    margin-bottom: 5px;
    width: 35px;
}
.site-topbar .menu-top > li {
    list-style: none;
    display: inline-block;
    margin-left: 30px;
    position: relative;
    z-index: 999;
}
.site-topbar .menu-top > li > a::after {
    content: "";
    position: absolute;
    left: -15px;
    right: -15px;
    top: -10px;
    bottom: -10px;
    z-index: -1;
    visibility: hidden;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
}
.site-topbar .menu-top > li.menu-item-has-children > a::before {
    border-top: 5px solid;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -12px;
    z-index: 2;
}
.site-topbar .menu-top > li > a {
    display: block;
    position: relative;
    text-align: center;
    color:#f8f2f6
}
.site-topbar .menu-top > li:hover > .sub-menu {
    display: block\9;
    visibility: visible;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}
.right-menu{
    display: flex;
    margin-left: auto;
    min-width: 50%;
}
.site-topbar .menu-top > li .sub-menu li a{
    padding:10px 10px 10px 40px;display: block;
}
.site-topbar .menu-top > li .sub-menu li{
    list-style: none;position: relative;
}
.site-topbar .menu-top > li .sub-menu li a::before {
    content: "\f10c";
    font-family: "fontAwesome";
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.site-topbar .menu-top > li .sub-menu li a:hover {
    background-color: #cc007b;
}
.site-topbar .menu-top > li .sub-menu li a {
    color: #ffffff;
    white-space: nowrap;
}
.site-topbar .menu-top > li .sub-menu li a:hover:before {
    content: "\f192";
}
.header .social__icons{
    display: flex;padding:0;margin:0;
}
.header .social__icons li:not(:last-child) {
    margin-right: 5px;
}
.header .social__icons a, footer .social__icons a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
}
.header .social__icons a:hover,footer .social__icons a:hover{
    opacity: 0.7;
}
footer .social__icons{
    padding:0;margin:0 0 5px 5px;
}
.social__icons a.facebook{
    background: #3B579D;
}
.social__icons a.twitter{
    background:  #5EAADE;
}
.social__icons a.linkedin{
    background: #0E76A8;
}
.social__icons a.instagram{
    background:  #5f92b2;
}
.social__icons a.pinterest{
    background:  #e60023;
}
.social__icons a.youtube{
    background:  #c4302b;
}
.social__icons a.medium{
    background:  #03a87c;
}
.site-topbar .menu-top > li > a:hover{
    color:#75c53e;
}

.button i {
    text-shadow: -5px 10px 10px rgba(0, 0, 0, 0.25);
    margin-right: 10px;
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    vertical-align: sub;
}
.button.red2 {
    background: #75c53e;

}
.button.full {
    display: flex;
    text-align: center;
    padding: 10px 15px;
    height: auto;
    align-items: center;
    justify-content: center;
}
.button, input[type="button"], input[type="submit"], button {
    background: #cc007b;
    height: 55px;
    font-family: Dosis;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 55px;
    letter-spacing: 2px;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
    border-top: 0px none;
    border-right: 0px none;
    border-bottom: 0px none;
    border-left: 0px none;
    border-radius: 0px;
    display: inline-block;
}
.button.red2:hover{
    background: #cc007b;color:#fff;
}
.sidebar-box{
    background: #ffffff;
    padding: 30px;
    border-top: 3px solid;
    border-top-color: #3f3e40;
    -webkit-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
}
.iconlist {
    margin: 0;
    padding: 0;
    list-style: none;
}
.iconlist.iconlist-icon-small li {
    position: relative;
    padding: 15px 0 15px 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #cfcfcf;
    color: #9d9d9e;
    border-color: transparent;
    background-color: #ebebeb;
}
input[type="submit"]:hover i, button[type="submit"]:hover i, .button:hover i {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.navbar .container{
    position: relative;
}
.navbar .search_toolbar{
    position: absolute;left:0;top:0;width:100%;height: 100%;background: #fff;z-index: 221;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
    opacity: 0;visibility: hidden;
}
.navbar .search_toolbar input{
    border-radius: 0;width:100%;height: 100%;border: none;font-size:33px;color: #75c53e;background:#fff;padding-right: 70px;
}
.search_toolbar > span.input-group-btn{
    position: absolute;right:40px;top:50%;transform: translateY(-50%);
}
.search_toolbar > span.input-group-btn + .input-group-btn{
    right:5px;
}
.search_toolbar > span.input-group-btn .btn {
    border: none;background: transparent;border-radius: 0;padding: 5px !important; font-size:22px;color:#000;line-height: 1;
}
.search_toolbar.active{
    opacity: 1;top:0;visibility: visible;
}
.search-btn{
    font-size:22px;margin-left: 40px;color: #75c53e;cursor: pointer;
}
.search-btn .search-title{
    font-size:14px;color:#000;display: none;
}
.search-btn:hover{
    color:#ec0075
}
.menu-ul .fa-angle-down::before {
    content:'';display: none;
}
.menu-ul > li > a i:after{
    position: absolute;
    left: 50%;
    color: #000;
    opacity: 0.2;
    bottom: 15px;
    font-size:16px;
    transform: translateX(-50%);
}
.menu-ul li ul li .nav__item-link::before {
    display: none;
}
.navbar .menu-ul .nav__item .dropdown-menu li{
    position: relative;
}


.page-title .wrap-contn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.95);
    max-width: 50%;
    padding: 50px;
    position: relative;
    top: 35px;
    margin-bottom:-15px;
    border-bottom: 3px solid;
    border-bottom-color: #3f3e40;
    z-index: 1;
    -webkit-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
}


footer .footer__widget-title {
    font-family: Dosis;
    font-weight: 600;
    color: #555555;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.6em;
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
footer .logo-footer{
    width:155px;padding:0;
}
footer .footer__widget-title::after {
    content: "";
    width: 30px;
    height: 3px;
    left: 0;
    bottom: -15px;
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color:#3f3e40;
}
footer > .container{
    padding-bottom: 80px;
}
footer{
    background-color: #ececec;
}
.footer-bottom{
    border-top: 1px solid #303030;
    border-right: 0px none #000000;
    border-bottom: 0px none #000000;
    border-left: 0px none #000000;
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
}
.footer-fund{
    display: flex;margin:0 -5px 0 -5px;  align-items: center;flex-wrap:wrap;
}
.footer-fund > .one-fund{
    width:33%;padding:0 5px;
}
.footer-fund > .one-fund img{
    max-width:100%;
}
.partners-box{
    padding:50px 0;
}
.onepage-partnerspatr {
    margin-top:10px;
}
.onepage-partnerspatr .owl-stage{margin:0 auto;}
.onepage-partnerspatr .one-items{
    padding:0 10px;text-align: center
}
.onepage-partnerspatr .one-items img{
    width:auto;max-width:100%;margin:0 auto;
}

.one-item-col .box-item{
    padding-top:74%;background-repeat: no-repeat;background-size: cover;position: relative;overflow: hidden;
}
.one-item-col .box-item .text-cnt .cntr{
    max-height: 100%;overflow: auto;
}
.one-item-col .box-item .text-cnt{
    position: absolute;top:0;left: 0;height: 100%;overflow: auto;background:rgba(52, 190, 185, 0.8);color:#fff;text-align: center;font-size:16px;line-height: 1.5;padding: 25px;width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
    opacity: 0;
}
.one-item-col .box-item .text-cnt h4{
    font-size:18px;font-weight: 600
}
.one-item-col:hover .box-item .text-cnt{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.one-item-col .info-btns .service_title {
    font-family: Quicksand;
    font-weight: 500;
    color: #3f3e40;
    text-transform: none;
    font-size: 16px;
    line-height: 1.35em;
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.one-item-col .info-btns {
    position: relative;
}
.one-item-col .info-btns .abs-sx {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color:#ec0075;
    border-bottom: 2px solid #ec0075;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: Dosis;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
    overflow: hidden;
}
.one-item-col .info-btns .abs-sx  span{
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
    z-index: 43;position: relative;
}
.one-item-col .info-btns .abs-sx:hover  span{
    color:#fff;
}
.one-item-col .info-btns .abs-sx:before{
    content: '';
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition-timing-function: ease, ease;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    background-color:#ec0075;
}
.one-item-col .info-btns .abs-sx:hover:before{
    -webkit-transform: scale3d(15, 9, 1);
    transform: scale3d(15, 9, 1);
}
.one-item-col:hover .abs-sx{
    opacity: 1;
}
.iniciative-hm .owl-nav{
    width:110%;position: absolute;;left:-5%;top: 43%;
}
.circle-info p{
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.4em;
}
.circle-info {
    background: #ffffff;
    width: 230px;
    height: 230px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    display: flex;align-items:center;
    justify-content: center;
    padding: 30px;
    color: #3f3e40;
}
.circle-info .info{

    color: #3f3e40;
}
.circle-info .count-tr {
    margin: 0 0 10px 0;font-weight: bold;
    font-size: 2.25rem;
}
.circle-info .icon-cc {
    position: absolute;
    right: -28px;
    border: 3px solid #fff;
    top: 50%;
    background: #000;
    border-radius: 50%;
    padding: 10px;
    transform: translateY(-50%);
    width: 56px;
}
.text-content{
    display: flex;flex-wrap:wrap;flex-wrap:wrap;
}
.blog-home{
    box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);background:#fff;padding:30px 0;margin-top:30px;height:calc(100% - 30px)
}
.blog-home a{
    display: flex;align-items:flex-start;
}
.blog-home a:hover .blog__meta{
    background:#f76923
}
.blog-home .blog__meta{
    background-color: #3f3e40;padding: 10px 7px;color:#fff;text-align: center;line-height: 1;font-size:12px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.blog-home .blog__meta .blog__meta-date span{
    font-size:32px;display: block;font-weight: bold;
}
.blog-home .content-text{
    color:#272926;padding:0 20px;
}
.blog-home .blog__title{
    font-size:18px;line-height: 1.2;
}
.blog-home .blog__desc{
    font-size:16px;margin:0;line-height: 1.4;
}
.blog__widget-title{
    font-family: Quicksand;
    font-weight: 500;
    color: #cc007b;
    text-transform: lowercase;
    font-size: 1.5rem;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 35px;
    margin-left: 0px;
    text-align: center;
    position: relative;
}

.blog__widget-title::after {
    content: "";
    width: 30px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background:#3f3e40;
}


.sidebar-box
{
    font-size: 15px;
    line-height: 1.4;
}

.sidebar-box article .title-item {font-size:16px;color:#272926;font-weight: 600;}
.sidebar-box article .title-item:hover {color: #75c53e;}
.sidebar-box article .date {
    font-size:14px;text-transform: lowercase;margin-top:4px;
}
.news_post.blog{
    padding-right: 30px;display: flex;padding-bottom:30px;
}
.news_post.blog > p.date {
    margin-right: 20px;
    flex: 0 0 auto;
    text-align: center;
    min-width:100px;
}
.news_post.blog > p.date span{
    display: block;font-size:32px;font-weight: 600

}
.sidebar-box .opp li a{
    padding:5px 5px 5px 25px;position: relative;
}
.sidebar-box .opp li{
    margin:4px 0;
}
.sidebar-box .opp li a:after{
    content: "\f10c";
    font-family: "fontAwesome";
    font-size: 14px;
    font-weight: normal;
    left: 0;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#000;

}
.sidebar-box .opp li a:hover{color: #75c53e;}
.sidebar-box .opp li a:hover:after{
    color: #75c53e;
    content: "\f192";
}

.special-col .texp-item{
    display: flex;
    flex-direction: row;
    background-color: #3f3e40;
    color:#fff;
    margin-top:30px;
}
.texp-item{position: relative;margin-bottom: 50px;}
.texp-item::before {
    content: "“";
    position: absolute;
    left: 5px;
    top: -10px;
    font-size: 7rem;
    line-height: 1;
    font-family: "arial";
}
.col-md-4 .texp-item{
    padding-left: 60px;
}
.col-md-4 .texp-item .tsubtitle{
    font-size: 1.2rem;
    font-weight: lighter;line-height:1
}
.col-md-4 .texp-item p{
    font-family: Roboto;
    font-weight: 100;
    color: #272926;
    text-transform: none;
    font-size: 1.3rem;
    line-height: 2.25rem;
    margin-top:30px;
}
.infot{
    display: flex;align-items: center;
}
.infot img{
    width:50px;height: 50px;flex:0 0 50px;border-radius: 50%;margin-right: 10px;
}
.col-md-4 .texp-item .service_title{
    display: block;
    font-weight: bold;
    margin:0;
    font-size: 1.875rem;
}
.special-col.no-photo .texp-item .text-cnt{
    width:100%;
}
.special-col .texp-item:before{
    display: none;
}
.special-col .texp-item img{
    width:50%;object-fit: cover;
}
.special-col  .texp-item .text-cnt .cntr{
    display: flex;height: 100%;flex-direction: column;
}
.special-col  .texp-item .text-cnt{
    width:50%;padding:30px 60px;

}
.special-col  .texp-item .text-cnt .service_title {
    display: block;
    font-size: 3rem;
    margin:0;
    font-weight: bold;
}
.special-col  .texp-item .text-cnt .testimontr {
    font-family: Roboto;
    font-weight: 100;
    text-transform: none;
    font-size: 1.3rem;
    line-height: 2.25rem;
    color:#fff;
    position: relative;
    margin-top:50px;
    padding: 0 10px 0 20px;
}
.special-col  .texp-item .text-cnt .tsubtitle {
    font-size: 1.5rem;
    font-weight: lighter;
    text-transform: lowercase;
}

.special-col  .texp-item .text-cnt .testimontr::before {
    content: "“";
    position: absolute;
    left: -25px;
    top: 10px;
    font-size: 8rem;
    font-family: "arial";
}
.special-col  .texp-item .text-cnt .testimontr::after {
    content: "“";
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 8rem;
    font-family: "arial";
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
@media only screen and (min-width: 1200px){
    .navbar .menu-ul .nav__item  .dropdown-menu .dropdown-toggle{
        display: none;
    }
    .navbar .menu-ul .nav__item  .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        background:rgba(255, 255, 255,1);
        border: none;
        position: absolute;
        visibility: hidden;
        -webkit-transform-origin: top;
        transform-origin: top;
        border-radius: 0;
        display: block;
        min-width: 230px;
        z-index: 99;
        opacity: 0;
        top: 110%;
        left: calc(50% - 115px);
        -webkit-transition: 0.5s;
        transition: 0.5s;
        padding:15px 0px;
        background:#fff;
        box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
    }
    .navbar .menu-ul .nav__item .dropdown-menu .dropdown-menu{
        left:100%;top: -20px;
    }
    .navbar .menu-ul .nav__item  .dropdown-menu a{
        color:#222;line-height: 1.1;font-weight:600;display: block;
        padding: 5px 15px 3px 35px;
        font-size: 13px;
        line-height: 18px;
        text-transform: none;
    }
    .navbar .menu-ul .nav__item  .dropdown-menu li{
        margin:0;width:100%;
    }
    .navbar .menu-ul .nav__item  .dropdown-menu a:hover,.navbar .menu-ul .nav__item.current-menu-item > .active{
        background:#cc007b;color:#fff
    }
    .menu-top ul li ul li{
        width:100%;
    }
    .nav__item.with-dropdown:hover > .dropdown-menu {
        top: 100%;
        opacity: 1;
        margin-top: 0;
        visibility: visible;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    .navbar .menu-ul .with-dropdown  .dropdown-menu .nav__item-link::after {
        content: "\f10c";
        font-family: "fontAwesome";
        font-size: 12px;
        font-weight: normal;
        position: absolute;
        left: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        color:#000;
    }
    .navbar .menu-ul .with-dropdown  .dropdown-menu .nav__item-link:hover:after,.navbar .menu-ul .nav__item.current-menu-item > .active:after {
        color:#fff;
        content: "\f192";
    }

    .navbar .menu-ul .with-dropdown  .dropdown-menu li::after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 15px;
        right: 30px;
        height: 1px;
        background: rgba(0, 0, 0, 0.1);
    }
    .navbar .menu-ul .with-dropdown  .dropdown-menu li:last-of-type:after {
        display: none;
    }
    .navbar .menu-ul .nav__item  .dropdown-menu .dropdown-menu{
        /*  max-height: 50vh;
          overflow-y: auto;
          overflow-x: clip;
        */
        bottom: auto !important;
        top: -20px !important;
    }
    .navbar .menu-ul .nav__item .dropdown-menu{
        min-width:250px;
    }
    .top-bar{
        margin-bottom:70px;
    }
    .header {
        position: absolute;width:100%;margin-top: -70px;
    }
    header.fixed-navbar{
        position: fixed;margin-top: 0;
    }
}

.row > .row{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.x-button-pet {
    color: #fff !important;
    background: #cc007b;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 12px;
    font-weight: 800 !important;
    text-transform: uppercase;
    font-size: 15px;
    transition: all 0.4s;
}
.iconlist-item-content {
    display: inline-block !important;
    padding: 20px 0;
    margin: 0;
    max-width: calc(100% - 101px);
}
.iconlist-item-content > .iconlist-item-content{
    padding:0;
}
.iconlist.iconlist.iconlist-icon-medium li{
    display:flex;align-items:Center;flex-wrap:wrap;
}
.iconlist .iconlist-item-content img{
    margin: 0 10px 4px 0;
}
.full-banner .alfa-a{
    position: absolute;width: 100%;height: 100%;top:0;left:0;
}
div.p ul.x-list li:before{content:'' !important;display:none !important;}
.wpb_wrapper .wpb_text_column.wpb_content_element + .wpb_text_column.wpb_content_element{
    margin-top:10px;
}

/*overlay*/
.overlay-window.active {
    opacity: 1;
    visibility: visible;
    z-index: 10000;
}
.overlay-window {
    z-index: -1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0% 0%;
    position: fixed;
    top: 0px;
    justify-content: center;
    align-self: center;
    overflow: hidden;
    height: 100vh;
    opacity: 0;
    display: flex;
}
.overlay-window .window-close:hover{
    color:#61271c;
}
.overlay-window .window-close {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    cursor: pointer;
    z-index: 12;
    background: #00607A;
    padding: 15px;
}
.overlay-window .window-close i {
    font-size: 18px;
    display: block;
    text-align: center;
    color: #fff;
}

.overlay-window.active .window_content {
    margin-top: 0;
}
.overlay-window .post-image {
    max-width: 100%;
    display: block;
    margin: 0 auto 15px 0;
}
.overlay-window .window_content {
    position:relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-height: 90%;
    align-self: center;
    text-align: center;
    padding: 0px;
    margin-top: -100px;
    width:1100px;
    max-width:90%;
    background: #fff;
    box-shadow: 0 0 4px #ccc;    
    overflow-y: auto;
    overflow-x: hidden;
}
.overlay-window .window_content h2{
    font-size:32px; color: #00607A; margin-bottom: 12px;  
}
.overlay-window .window_content .overlay-text-content{
    padding: 25px;
}
.overlay-window .window_content .photo-poss{
    position: relative;display: inline-block;
}

.overlay-window .window_content p{
    font-size:15px;
}



.inside-header {
    padding: 20px 40px;
}

.inside-header .header-image {
    width: 250px;
    max-width: 90%;
}
footer.blog-footer > .container{
    padding: 0;
}
.blog-footer{
    background: #fff;
    color: #333;
    padding: 40px 40px 20px 40px;
}
.blog-footer .copyright{
    padding: 40px 40px 0;
    display: inline-block;
}

section.blog{
    background: #F7F8F9;
}
.blog-list-n{
    border-radius: 20px;
    background: #fff;
    padding: 40px;
}
section.blog .entry-title {
    color: #ec0075;
    font-size: 30px;
    font-weight: 700;
}

section.blog .blog-list-n img {
    border-radius: 20px;
    height: 265px;
    object-fit: cover;
}

section.blog .blog-list-n .blog__title {
    color: #ec0075;
    font-size: 24px;
    font-weight: 700;
    padding: 10px 0;
    margin: 10px 0px 0px 0px;
    font-size: 24px;
}
section.blog .blog-list-n .blog__meta {
    padding: 0px 0px 10px 0px;
    font-size: 15px;
}
section.blog .blog-list-n .blog__desc {
    padding: 0px 0px 10px 0px;
    font-size: 16px;
}
section.blog .blog-post-n{margin-bottom: 12px;}

section.blog .news_post.blog.news_post.blog{padding: 30px;}

section.blog .sidebar-box{border: 0;padding:30px;}
section.blog .blog-list-n .blog-post-one .first-photo-blog img{margin-bottom: 1em;  border-radius: 20px;max-width: 100%;
                                                               height: auto;}
section.blog .blog-list-n .blog-post-one .entry-title {
    color: #ec0075;
    font-size: 30px;
    font-weight: 700;
}

section.blog .blog-list-n .blog-post-one p.date,
section.blog .blog-list-n .blog-post-one .tags-blog {
    font-size:85%;
}
section.blog .blog-list-n .blog-post-one .blog__desc {
    padding-top: 20px;
}
section.blog .blog-author img{
    border-radius: 20px;
    margin-bottom: 10px;
    height: auto;
}
.blog-author .blog__widget-title:after{
    display: none;
}
.blog-author .blog__widget-title{
    text-align: left;
    margin-bottom: 10px;
    text-transform: none;
}
p.small-p{
    font-size: 80%;
}
.page-grid-new .author-page{
    color:#f76923;
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 1rem;
}
.page-grid-new .service-item1.rt-item .entry-title{
    font-weight: 600;
}

.page-grid-new .service-item1:hover .blog__meta{
    background:#f76923
}
.page-grid-new .blog__meta{
    background-color: #3f3e40;padding: 10px 7px;color:#fff;text-align: center;line-height: 1;font-size:12px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-right: 16px;
}
.page-grid-new .blog__meta .blog__meta-date span{
    font-size:32px;display: block;font-weight: bold;
}
.page-grid-new .page-header-title-n{
    display: flex;
    align-items: flex-start;
}
.page-grid-new .text-line-btn{
    width:100%;
    display: inline-block;
}

.page-grid-t-11 .author-page, .page-grid-t-12 .author-page{
    font-size: 0.95rem;
}
.page-grid-t-11 .service-item1.rt-item .entry-title, .page-grid-t-12 .service-item1.rt-item .entry-title{
    font-size: 18px;
}
.page-grid-t-11 p.text-justify , .page-grid-t-12 p.text-justify {
    line-height: 1.8
}

.page-grid-t-13 .author-page, .page-grid-t-14 .author-page{
    font-size: 0.8rem;
}
.page-grid-t-13 .service-item1.rt-item .entry-title, .page-grid-t-14 .service-item1.rt-item .entry-title{
    font-size: 16px;
}
.page-grid-t-13 p.text-justify , .page-grid-t-14 p.text-justify {
    line-height: 1.6
}