/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/




@font-face {
    font-family: 'Neo Sans Std';
    src: url('https://procyon-group.com/wp-content/themes/hello-theme-child-master/fonts/NeoSansStd-Bold.woff2') format('woff2'),
        url('https://procyon-group.com/wp-content/themes/hello-theme-child-master/fonts/NeoSansStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tahoma';
    src: url('https://procyon-group.com/wp-content/themes/hello-theme-child-master/fonts/Tahoma-Bold.woff2') format('woff2'),
        url('https://procyon-group.com/wp-content/themes/hello-theme-child-master/fonts/Tahoma-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans Std';
    src: url('https://procyon-group.com/wp-content/themes/hello-theme-child-master/fonts/NeoSansStd-Regular.woff2') format('woff2'),
        url('https://procyon-group.com/wp-content/themes/hello-theme-child-master/fonts/NeoSansStd-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tahoma';
    src: url('https://procyon-group.com/wp-content/themes/hello-theme-child-master/fonts/Tahoma.woff2') format('woff2'),
        url('https://procyon-group.com/wp-content/themes/hello-theme-child-master/fonts/Tahoma.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body{
	font-family: 'Neo Sans Std' !important;
}

a, button{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


nav ul li a, ul.elementor-icon-list-items li a, ul.elementor-icon-list-items li a span {
    font-family: 'Neo Sans Std' !important;
}

h1, h2, h3, h4{
	   font-family: 'Neo Sans Std' !important;
}

h5, h6 {
    font-family: 'Tahoma' !important;
}


.elementor-widget-text-editor .elementor-widget-container, a.elementor-button-link {
  font-family: 'Neo Sans Std' !important;
}

.hero-slider .elementskit-testimonial_card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.hero-slider strong.elementskit-author-name {
    max-width: 970px;
    order: 1;
    margin: auto;
    margin-top: 25px;
    font-family: 'Tahoma';
}

.hero-slider span.elementskit-author-des {
    display: block;
    width: 100%;
    font-size: 31px !important;
    line-height: 23px;
}
.hero-slider span.elementskit-author-des {
    display: block;
    width: 100%;
    font-size: 31px !important;
    line-height: 23px;
}
.hero-slider p.elementskit-commentor-coment {
    order: 1;
    margin-top: 50px;
	width: 100%;
}
.hero-slider .btn-ct a {
    color: #fff;
    background: #27B2E7;
    max-width: 225px;
    display: block;
    margin: auto;
    padding: 15px 10px;
    border-radius: 30px;
    font-size: 22px;
    transition: all 0.5s ease;
}
.hero-slider .btn-ct a:hover {
    color: #27B2E7;
    background: #fff;
    transition: all 0.5s ease;
}
.hero-slider span.elementskit-profile-info {
    display: flex;
    flex-wrap: wrap;
}
.hero-slider .btn-ct {
    order: 1;
    display: block;
    width: 100%;
}


.hero-slider strong.elementskit-author-name span.last {
    font-size: 75px;
}
.service-box .elementor-col-20, .brand-logo-cl figure.swiper-slide-inner, .img-hover-sn .elementor-col-16 img{
	 transition: all 0.5s ease;
}
.service-box .elementor-col-20:hover, .img-hover-sn .elementor-col-16:hover img{
    transform: translateY(-15px);
    transition: all 0.5s ease;
}
.service-box .elementor-element-populated::before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.service-box .elementor-element-populated:hover::before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.brand-logo-cl figure.swiper-slide-inner:hover {
	transform: translateY(-5px);
    transition: all 0.5s ease;
}
.add-line-cl .elementor-widget-container{
	position: relative;
}
.add-line-cl .elementor-widget-container::before {
    position: absolute;
    content: '';
    width: 52px;
    height: 2px;
    background: #27B2E7;
    left: 0;
    top: 9px;
}
.btn-about-cl {
    position: relative;
}

.btn-about-cl .elementor-widget-premium-addon-modal-box {
    position: absolute;
    bottom: 70px;
    left: 15px;
}
.premium-modal-trigger-container button span {
    font-family: 'Neo Sans Std';
}

.btn-about-cl .premium-btn-lg:hover:focus, .btn-about-cl .premium-btn-lg:hover, .premium-btn-lg:focus {
    outline: 0 !important;
    border: none !important;
}

.btn-about-cl  .premium-modal-box-modal-dialog {
    overflow: visible !important;
}
.btn-about-cl  .premium-modal-box-modal-header {
    padding: 0;
    border: 0;
}
.btn-about-cl button.premium-modal-box-modal-close {
    color: #fff;
    position: absolute;
    top: -9px;
    right: -12px;
    background: #27B2E7;
    width: 45px;
    height: 45px;
    font-weight: 400;
    font-size: 30px;
}
.btn-about-cl video.video-stream.html5-main-video, .btn-about-cl iframe {
    border-radius: 8px;
}

.pt-cl{
	position: relative;
}
/* 
.one-before::before, .two-before::before, .three-before::before {
    right: 40px;
    top: 10%;
    font-size: 110px;
    font-family: 'Neo Sans Std' !important;
    color: #E5E5E5;
    font-weight: bold;
}

.one-before::before {
    position: absolute;
    content: '1';
}

.two-before::before {
    position: absolute;
    content: '2';
}
.three-before::before {
    position: absolute;
    content: '3';
} */

.left-row-cl::before, .tab-left-row::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 84%;
    background: #C2D9DB;
    left: -64px;
    top: 171px;
}
.tab-left-row::before {
    top: 95px;
    height: 93%;
    left: 55px;
}
.tabs-cl .elementor-tab-title::before {
    top: 96px !important;
    left: 35px !important;
    width: 20px !important;
    height: 20px !important;
}
.left-icon-cl::before, .tabs-cl .elementor-tab-title::before{
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    background: url(https://procyon-group.com/wp-content/uploads/2022/06/circle.svg) no-repeat;
    left: -76px;
    top: 51.7%;
    z-index: 1;
    background-size: cover;
}
.tabs-cl .elementor-active::before {
    top: 115px !important;
}

.bg-gradient::before {
    position: absolute;
    content: '';
    background: linear-gradient(101.43deg, rgba(39, 178, 231, 0.63) -16.01%, rgba(0, 70, 140, 0.26) 13.16%, rgba(238, 238, 238, 0.4) 52.05%, rgba(39, 178, 231, 0.3) 90.93%, rgba(0, 70, 140, 0.37) 117.32%);
    opacity: 0.3;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.team-box-cs h3.elementor-image-box-title small {
    display: block;
    font-size: 17px;
    color: #717171;
    font-weight: 400;
    margin-top: 8px;
}
.team-box-cs a.btn-read {
    display: block;
    margin-top: 30px;
    color: #27B2E7;
    font-size: 17px;
}
.brand-logo-cl i.eicon-chevron-left::before, .brand-logo-cl i.eicon-chevron-right::before {
    opacity: 0;
}
.brand-logo-cl i.eicon-chevron-left::after {
    position: absolute;
    content: '';
    background: url(https://procyon-group.com/wp-content/uploads/2022/06/Arrow-7.svg) no-repeat;
    width: 60px;
    height: 100%;
    left: -45px;
	top: 5px;
}
.brand-logo-cl i.eicon-chevron-right::after {
    position: absolute;
    content: '';
    background: url(https://procyon-group.com/wp-content/uploads/2022/06/Arrow-6-1.svg) no-repeat;
    width: 60px;
    height: 100%;
    right: -45px;
	top: 5px;
}

.enquiry-form-cl .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
}
.enquiry-form-cl .wpcf7-form .col-md-6 {
    width: 47%;
    margin: 15px 20px 15px 0;
}
.enquiry-form-cl .wpcf7-form .col-md-12 {
    width: 100%;
    margin: 15px 20px 15px 0;
}

.enquiry-form-cl .wpcf7-form .col-md-6 input.wpcf7-text, .enquiry-form-cl .wpcf7-form .col-md-12 textarea.wpcf7-textarea {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    padding: 15px 15px;
    margin-top: 12px;
}
form.wpcf7-form .col-md-12 textarea.wpcf7-textarea {
    height: 150px;
}
.enquiry-form-cl .wpcf7-form lable {
    color: #8D8D8D;
}
.enquiry-form-cl input.wpcf7-submit {
    font-size: 20px;
    font-weight: 400;
    background-color: #27B2E7;
    padding: 15px 61px 15px 61px;
    margin-top: 10px;
}
.enquiry-form-cl input.wpcf7-submit:hover {
    border: 1px solid #27B2E7 !important;
    background: transparent;
    color: #27B2E7 !important;
}

footer ul.premium-bullet-list-box {
    padding: 0px;
}
.tahoma-ft ul li a span {
    font-family: 'Tahoma' !important;
}

.tabs-cl .elementor-tab-title::after {
    left: 45px !important;
    top: 106px !important;
    width: 70px !important;
    height: 70px !important;
}


.sn-pro::after, .tabs-cl .elementor-tab-title::after{
    position: absolute;
	content: '';
    top: 53.9%;
    border-radius: 50%;
    left: -64px;
    width: 100px;
    height: 100px;
    background: radial-gradient(50% 50% at 50% 50%,rgba(242,201,76,0) 40.62%,rgb(108 140 173) 100%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    will-change: transform;
    -webkit-animation: radialanimation 2.2s cubic-bezier(.26,1.04,.54,1) infinite;
    animation: radialanimation 2.2s cubic-bezier(.26,1.04,.54,1) infinite;
 }

.sn-pro:hover {
    transform: translateY(-10px);
	 transition: all 0.5s ease;
}
.sn-pro {
	 transition: all 0.5s ease;
}

@-webkit-keyframes radialanimation {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(0.1);
        transform: translate3d(-50%, -50%, 0) scale(0.1);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        transform: translate3d(-50%, -50%, 0) scale(1);
    }
}

@keyframes radialanimation {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(0.1);
        transform: translate3d(-50%, -50%, 0) scale(0.1);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        transform: translate3d(-50%, -50%, 0) scale(1);
    }
}

.sn-pro .hover-zoo {
    overflow: hidden;
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 22%);
}
.sn-pro .hover-zoo img, .post-slider-cl .swiper-slide .box-post-wrap .thumbnail_cl img {
    transition: all 0.5s ease;
    transform: scale(1.0);
}

.sn-pro:hover .hover-zoo img, .post-slider-cl .swiper-slide:hover .box-post-wrap .thumbnail_cl img {
    transition: all 0.5s ease;
    transform: scale(1.1);
}


section.row-center-cl::before {
    position: absolute;
    content: '';
    width: 1.5px;
    height: 90px;
    background: #27B2E7;
    right: 0;
    left: 0;
    margin: auto;
    top: -55px;
}
/* .box-post-wrap {
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
	
} */

.post-slider-cl .swiper-slide {
   box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    height: auto;
}
.thumbnail_cl{
	overflow: hidden;
}
.conten-inner_wrap {
    padding: 0 42px 30px;
    position: relative;
}
.conten-inner_wrap::before {
    position: absolute;
    content: '';
    background: #fff;
    max-width: 92%;
    height: 40px;
    right: 0;
    left: 0;
    top: -36px;
    margin: auto;
    border-radius: 15px;
}
.conten-inner_wrap .author_meta h2 {
    font-size: 18px;
    line-height: 24.5px;
    font-weight: 700;
}
.conten-inner_wrap .date_meta p:first-letter {
    text-transform: uppercase;
}
.content-inner {
    color: #717171;
    line-height: 30.5px;
    margin-bottom: 15px;
}
.btn_per {
    margin-top: 35px !important;
    margin-bottom: 2rem;
}
.btn_per a {
    color: #27B2E7;
    font-size: 18px;
    border: 1px solid #27B2E7;
    padding: 12px 32px;
    border-radius: 30px;
}
.conten-inner_wrap .date_meta {
    display: flex;
}
.conten-inner_wrap .date_meta p {
    margin-right: 10px;
    color: #8E8E8E;
    font-family: 'Tahoma' !important;
    font-size: 14px;
}
.post-slider-cl .swiper-pagination {
    position: unset;
    margin-top: 4rem;
}
.post-slider-cl span.swiper-pagination-bullet {
    width: 35px;
    border-radius: 0;
    height: 3px;
}

.post-slider-cl {
    padding-top: 6rem  !important;
    margin-top: -85px;
}
.post-slider-cl .swiper-button-next, .post-slider-cl .swiper-button-prev {
    top: 20px;  
}
.post-slider-cl .swiper-button-prev{
    left: auto;
    right: 75px;
   
}

.post-slider-cl .swiper-button-prev, .post-slider-cl .swiper-button-next{
	 background: #27B2E7;
    opacity: 1 !important;
    width: 49px;
    height: 43px;
}
.post-slider-cl .swiper-button-prev::after, .post-slider-cl .swiper-button-next::after {
    opacity: 0;
}

.post-slider-cl .swiper-button-prev::before {
    background: url(https://procyon-group.com/wp-content/uploads/2022/06/Arrow-right.svg) no-repeat;
    content: '';
    width: 26px;
    height: 10px;
    background-position: center center;
    right: 0;
    left: 11px;
    position: absolute;
    top: 18px;
    transform: rotate(180deg);
}

.post-slider-cl .swiper-button-next::before {
    background: url(https://procyon-group.com/wp-content/uploads/2022/06/Arrow-right.svg) no-repeat;
    content: '';
    width: 26px;
    height: 10px;
    background-position: center center;
    right: 0;
    left: 11px;
    position: absolute;
    top: 18px;
 }

.post-slider-cl .swiper-button-disabled {
    background: #00468C;
}
.post-slider-cl .swiper-button-prev:hover, .post-slider-cl .swiper-button-next:hover {
    background: #00468C;
}
.post-slider-cl .swiper-button-next{
    right: 2px !important;
}
.list-number-cl ul li:first-child {
    background: #27B2E7;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    border-radius: 30px;
    align-items: center;
}
.list-number-cl ul li:first-child span {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.list-btn-bt ul li:last-child a {
    border: 1px solid #27B2E7;
    padding: 8px 30px;
    border-radius: 30px;
}
.service-ab .elementor-col-33, .service-ab .elementor-element-populated {
    position: relative;
}
.list-btn-bt {
    position: absolute;
    bottom: 50px;
    left: 30px;
	right: 0px;
}

.service-ab .elementor-element-populated:hover::before {
    background: linear-gradient(101.43deg, rgba(39, 178, 231, 0.63) -16.01%, rgba(0, 70, 140, 0.26) 13.16%, rgba(238, 238, 238, 0.4) 52.05%, rgba(39, 178, 231, 0.3) 90.93%, rgba(0, 70, 140, 0.37) 117.32%);
    opacity: 0.3;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ml-ct {
    margin: 0 -8rem 0;
}
.br-cl::before {
    position: absolute;
    content: '';
    width: 1px;
    border: 0.1px solid #c6c6c654;
    height: 55%;
    top: 24%;
	right: 0px;
}
.br-cl::after {
    position: absolute;
    content: '';
    width: 1px;
    border: 0.1px solid #c6c6c654;
    height: 55%;
    top: 24%;
	left: 0px;
}

.list-ct-cl .elementor-image-box-content p a {
    color: #DCDCDC;
    display: block;
    line-height: 28px;
    margin-bottom: 10px;
}
.list-ct-cl figure.elementor-image-box-img {
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    height: 46px;
    margin-top: 14px !important;
}
.bg-full-ct::before {
    position: absolute;
    content: '';
    width: 60%;
    height: 100%;
    background: #f3f3f3;
    left: -12rem;
    z-index: -1;
    border-radius: 15px;
}
.ct-form-cl input, .ct-form-cl textarea, .ct-form-cl select {
    padding: 24px 15px !important;
    border-radius: 30px !important;
    background: transparent !important;
    border: 1px solid #d4d4d4 !important;
}
.ct-form-cl  input#fld_1396060_1 {
    padding-left: 70px !important;
}
.ct-form-cl  .selected-flag {
    margin-left: 8px;
}
.ct-form-cl select {
    height: inherit !important;
    padding: 15px 15px !important;
    appearance: none;
}
.ct-form-cl .selected-flag:hover {
    background: transparent !important;
}
.ct-form-cl textarea {
    border-radius: 15px !important;
}
.ct-form-cl .intl-tel-input.allow-dropdown {
    width: 100%;
}
.ct-form-cl input#fld_7908577_1 {
    color: transparent !important;
    border-radius: 100% !IMPORTANT;
    width: 69px;
    background: #27B2E7 !important;
    border-color: #27B2E7 !important;
	position: relative;
}
.e-fomr .sub-btn-area input.wpcf7-submit {
    border-radius: 100%;
    height: 70px;
    width: 70px;
    color: transparent !important;
}
.e-fomr .sub-btn-area {
    position: relative;
    margin-left: 5px;
}
.ct-form-cl .row {
    margin-bottom: 1rem;
}
.ct-form-cl div#fld_7908577_1-wrap, .ct-form-cl div#fld_8625851_1-wrap, .ct-form-cl div#fld_3129671_1-wrap, .ct-form-cl div#CF59f9cc0361b20_1-row-5{
	position: relative;
}
.ct-form-cl div#fld_7908577_1-wrap::before, .sub-btn-area::before{
    position: absolute;
    content: '';
    top: 31px;
    z-index: 1;
    left: 16px;
    background: url(https://procyon-group.com/wp-content/uploads/2022/06/Arrow-right.svg) no-repeat;
    background-size: cover;
    width: 38px;
    height: 12px;
    transform: rotate(-36deg);
}
.e-fomr .sub-btn-area input.wpcf7-submit:hover {
    background: #27B2E7;
    border-radius: 100%;
}
.e-fomr .sub-btn-area input.wpcf7-submit:focus {
    outline: 0;
    color: transparent !important;
    border-radius: 100%;
    background: #27B2E7;
}
.ct-form-cl div#fld_8625851_1-wrap::before, .ct-form-cl div#fld_3129671_1-wrap::before, .ct-form-cl div#CF59f9cc0361b20_1-row-5::before, .e-fomr .flag-dropdown::before, .e-fomr .row.first-row-wrap .col-md-4:first-child span.wpcf7-form-control-wrap::before {
    position: absolute;
    content: '';
    background: url(https://procyon-group.com/wp-content/uploads/2022/06/Arrow-gra.svg) no-repeat;
    width: 11px;
    height: 18px;
    background-size: cover;
    right: 18px;
    top: 17px;
	pointer-events: none;
}
.e-fomr .row.first-row-wrap .col-md-4:first-child span.wpcf7-form-control-wrap{
	position: relative;
	cursor: pointer;
}
.e-fomr .flag-dropdown .arrow {
    opacity: 0;
}
.e-fomr .flag-dropdown .selected-flag .flag {
    opacity: 0;
}
.radius-cl .elementor-element-populated::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 373px;
    background: #f0f0f0;
    border-radius: 100%;
    left: 0;
    right: 0;
}

.ct-box-shadow:hover .shadow-cl > .elementor-element-populated {
    box-shadow: 3px 4px 1px -1px rgb(130 130 131 / 43%);
}
.ct-box-shadow:hover .radius-cl .elementor-element-populated::before {
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
}
.ct-form-cl div#CF59f9cc0361b20_1-row-5::before {
    right: 25px;
}


.left-circle {
    transform: translateX(30px);
}
.right-circle {
    transform: translateX(-30px);
}
.right-tm {
    transform: translateX(-30px);
}
.left-tm {
    transform: translateX(30px);
}
.radius-cl.right-circle {
    z-index: -1;
}
.ct-box-shadow:hover .left-tm > .elementor-element-populated {
    box-shadow: 0px 7px 1px -4px rgb(130 130 131 / 43%);
}


.hover-circle-cl img {
        animation: spin 10s infinite reverse linear;
        width: 100%;
	   transition: 0.5s ease;
    }


@keyframes spin {
         from {
             -webkit-transform: rotate(0deg);
			 transition: 0.5s ease;
		  }
		  to {
			-webkit-transform: rotate(-359deg);
			  transition: 0.5s ease;
		  }
}
.overlay-blue-cl::before {
    position: absolute;
    content: '';
    width: 75px;
    height: 3px;
    background: #27b2e7;
    top: 0px;
    left: 0;
}
.btn-brochure a.elementor-button {
    padding-right: 16px !important;
	transition: all 0.5s ease;
}
.btn-brochure:hover a.elementor-button {
	transition: all 0.5s ease;
	 padding-right: 16px !important;
}
.btn-brochure a.elementor-button span.elementor-button-icon {
    opacity: 0;
    display: none;
    transition: all 0.5s ease;
}
.btn-brochure:hover a.elementor-button span.elementor-button-icon {
    opacity: 1;
    display: block;
    transition: all 0.5s ease;
    margin-left: 0 !important;
}
.btn-brochure:hover a.elementor-button span.elementor-button-icon svg {
    filter: brightness(1.9);
    width: 25px;
    height: 15px;
}

.blog-news-cl .thumbnail_cl img {
    max-width: 100%;
    width: 100%;
    height: 450px;
}
.blog-news-cl .conten-inner_wrap {
    padding-left: 0px;
}
.blog-news-cl .box-post-wrap {
    box-shadow: none;
}
.blog-news-cl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-news-cl .box-post-wrap {
    width: 48%;
    margin-bottom: 2rem;
}
.blog-news-cl .author_meta {
    border-bottom: 1px solid #ddd;
    margin: 15px 0 30px;
    border-top: 1px solid #ddd;
    padding: 30px 0;
}
.blog-news-cl .btn-read a, .tab-container a {
    border: 1px solid #27B2E7;
    color: #27B2E7;
    padding: 8px 25px;
    display: block;
    margin-top: 2rem;
    border-radius: 30px;
    max-width: fit-content;
}
.blog-news-cl .conten-inner_wrap {
    padding: 20px 0px;
}
.blog-news-cl .conten-inner_wrap .author_meta h2 {
    line-height: 28px;
    font-size: 20px;
    max-width: 430px;
	margin: 0px;
}
.date_meta span {
    background: #A0A0A0;
    width: 2px;
    height: 14px;
    display: inline-block;
    margin: 4px 16px 0 10px;
}
.blog-news-cl .conten-inner_wrap .author_meta h2 a {
    color: #0B2F3D;
}
.content-inner > a {
    color: #717171;
}


/*  tabs-css*/
.tab-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tab-row .col-md-6 {
    margin: 4rem 30px 0rem 30px;
    width: 43.9%;
}
.tab-wrap .heading-wrap {
    display: flex;
    justify-content: space-between;
}
.tab-wrap .heading-wrap h4 {
    max-width: 300px;
    color: #0B2F3D;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    margin: 0;
}
.tab-wrap .heading-wrap {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    padding: 30px 0 30px 0px;
}
.tab-wrap .number-cl {
    text-align: center;
    width: 50px;
    height: 50px;
    background: #dddd;
    border-radius: 30px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab-wrap .tab-container H3 {
    color: #27B2E7;
    font-size: 18px;
    margin: 25px 0;
	display: flex;
}
.tab-container .nu_sr {
    margin-left: 30px;
    color: #27B2E7;
}

.tab-wrap .tab-container p {
    line-height: 28px;
}
.tab-wrap .tab-container a {
    margin-top: 1.9rem;

}
.tab-wrap .number-cl {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #EFEFEF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.13);
}
.tab-wrap .number-cl .pr_cl {
    color: #27B2E7;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    font-family: 'Neo Sans Std' !important;
    margin: 0;
}
.tab-wrap .number-cl .span_inner {
    display: block;
    font-size: 13px;
    font-weight: 400;
}
.tabs-cl .elementor-tab-title {
    padding: 5.3rem 80px !important;
}
/*  tabs-css*/
body.home .first-child-head {
    margin-bottom: 20px;
}
.rmp_menu_trigger:focus {
    outline: 0;
}
button.rmp_menu_trigger .responsive-menu-pro-inner::before {
    top: 9px;
}
button.rmp_menu_trigger .responsive-menu-pro-inner::after {
    bottom: 9px;
}
.scroll-hide{
	 transition: all 0.5s ease;
}
.fixed .scroll-hide {
    display: none !important;
    transition: all 0.5s ease;
}
header.fixed {
    position: fixed !important;
    right: 0;
    left: 0;
    top: 0px;
}
header.fixed .elementor.elementor-1882 {
    background: #000000e6;
}
#rmp-menu-wrap-4120 .rmp-submenu .rmp-menu-item-link {
    height: 30px;
    line-height: 35px;
}
.hero-slider .elementskit-testimonial_card {
    padding: 15rem 0 !important;
    height: 950px;
}
#rmp_menu_trigger-4120 {
    top: 22px;
}
footer ul.premium-bullet-list-box span {
    margin: 0 0 !important;
}

.tabs-cl .elementor-tab-title.elementor-active {
    font-size: 22px !important;
}
.dura_cl {
    display: flex;
    align-items: center;
}



header.page-header.tttt.sigleposttit {
    display: none;
} 
.otherbanner.single-post-template {
    min-height: 477px !important;
    width: 100%;
    max-width: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-blend-mode: darken;
    background-color: #00000059 !important;
	margin-bottom: 40px; 
} 
.more-size {
    max-width: 1440px;
    margin: 0 auto;
} 
.single-post-content h1 {
    color: #0B2F3D;
    line-height: 28px;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    margin: 0px 0 22px;
    padding-bottom: 22px;
}
.single-post-content img, .single-post-content figure {
    margin: 0 0;
} 
.single-post-content p, .single-post-content ul li {
    color: #717171;
    line-height: 30.5px;
    margin-bottom: 2rem;
} 
.single.single-post .post.type-post, .site-main.page.type-page {
    max-width: 100%!important;
    width: 100%!important;
	padding: 0 0; 
} 
.single-post-content .time-section.siglposttime a {
    color: #8E8E8E;
    text-transform: capitalize;
    font-family: 'Tahoma' !important;
    font-size: 14px;
    font-weight: 500 !important;
    text-decoration: none;
    margin-right: 8px;
} 
.single-post-content .time-section.siglposttime {
    padding-bottom: 25px;
} 
.single-post-content .time-section.siglposttime a.tingpost {
    margin-right: 0 !important;
    margin-left: 8px;
} 
.page-content.single-post-content {
    padding-bottom: 60px;
} 
.page-content.single-post-content figure {
    float: none;
    padding-bottom: 24px;
} 
p.profirsttext {
    width: 834px;
    margin: 0 auto;
}
.procyonheading:before {
    content: '';
    background-color: #27B2E7;
    width: 52px;
    height: 2px;
    position: absolute;
    top: 13px;
    left: 3px;
}
.casestudyheading:before {
    content: '';
    background-color: #27B2E7;
    width: 52px;
    height: 2px;
    position: absolute;
    top: 13px;
    left: 7px;
}
p.background-text {
    width: 495px;
    right: 17px;
    position: absolute;
    bottom: 28px;
    opacity: 0.9;
    background: #fff;
    padding: 30px;
}
.gathering-text {
    width: 495px;
    left: 17px;
    position: absolute;
    bottom: 28px;
    opacity: 0.9;
    background: #fff;
    padding: 30px;
}
.imgbacksqaure:after {
    position: absolute;
    content: '';
    background-color: #F0F1F0;
    width: 61px;
    height: 61px;
    right: 46px;
    top: -61px;
}
.developmentimgbox:after {
    position: absolute;
    content: '';
    background-color: #27B2E7;
    width: 61px;
    height: 61px;
    right: 47px;
    top: -61px;
}
.strategyheading h2 {
	width:262px;
}
.takingactionimg{
	position:relative;
}
.takingaction-text {
    width: 702px;
    right: 17px;
    position: absolute;
    opacity: 0.9;
    background: #fff;
    padding: 56px;
    top: 54px;
    z-index: 1;
}
p.belowaction-heading {
    width: 776px;
    margin: 0 auto;
}
.insightimg-slider .eicon-chevron-left:before{
	background-image:url(https://procyon-group.com/wp-content/uploads/2022/06/Arrow-7.png);
	background-size: auto;
	background-repeat:no-repeat;
	color: transparent;
	font-size: 63px;
}
.insightimg-slider .elementor-swiper-button-prev {
    left: -51px;
}
.insightimg-slider  .eicon-chevron-right:before{
	background-image:url(https://procyon-group.com/wp-content/uploads/2022/06/Arrow-6-1.png);
	background-size: auto;
	background-repeat:no-repeat;
	color: transparent;
	font-size: 63px;
}
.slider-text {
    width: 938px;
    margin: 0 auto;
}
.elementor-swiper-button-next {
    right: -51px;
}
.achieved-text{
	width:382px;
}
p.achieved-textarea {
    width: 425px;
}

 ul.elementor-icon-list-items li span.elementor-icon-list-icon {
    margin-top: 5px;
}
.page-id-6190 ul.elementor-icon-list-items li {
    align-items: inherit !important;
}



.home footer .elementor-social-icons-wrapper.elementor-grid {
    margin-top: 20px;
}

.tab-content-three2 .elementor-tab-title, .tab-content-three2 .elementor-tab-content p  {
	font-family: 'Neo Sans Std' !important;
}
.tab-content-three2 .elementor-tab-title {
    background: #f2fafd;
    width: 33%;
    padding: 20px 6px !important;
    text-align: center;
	border-radius: 5px; 
} 
.tab-content-three2 .elementor-tab-title.elementor-active {
    /* background: #00468c; */
    background: #32b1e7;
    color: #fff !important;
    border: 1px solid #32b1e7 !important;
    border-radius: 5px;
    position: relative;
    overflow: visible !important;
}
.tab-content-three2 .elementor-tab-title.elementor-active:after {
    position: absolute;
    content: "";
    left: 0 !important;
    right: 0;
    bottom: -22px !important;
    width: 22px !important;
    height: 22px !important;
    clip-path: polygon(48% 100%, 0 0, 100% 0);
    
    overflow: visible !important;
    text-align: center;
    margin: 0 auto;
    background: #32b1e7;
    border: 1px solid #32b1e7 !important;
} 
.tab-content-three2 .elementor-tab-content {
    margin-top: 0;
    padding: 48px 0px 0px !important;
    background: #fbfbfb;
} 
.tab-content-three2 .elementor-tabs {
    border: 0px solid #eee;
} 
.tab-content-three2 .elementor-tabs .elementor-tabs-wrapper {
    display: flex;
    justify-content: space-between;
    overflow: visible !important;
    max-width: 93%;
    margin: 0 auto;
} 
.tab-content-three2 .elementor-tabs .elementor-tabs-wrapper.fixed {
    position: sticky;
    top: 90px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    background: #f2fafd;
    box-shadow: 0px 3px 8px #dcdcdcad;
    max-width: 100%;
    padding: 0px 0px;
}

.tab-content-three2 .elementor-tabs .elementor-tabs-wrapper.fixed .elementor-tab-title {
    padding: 8px 15px !important;
    font-size: 20px;
} 
.tab-content-three2 .elementor-tabs .elementor-tabs-wrapper.fixed .elementor-tab-title::after {
    opacity: 0;
} 


.tab-content-three2 .elementor-tab-title:hover {
    color: #fff !important;
    background: #32b1e7;
    transition: all 0.5s ease;
}
.page-id-455 .conten-inner_wrap::before {
    display: none;
}

.page-id-3331 .radius-cl .elementor-element-populated::before {
    opacity: 0;
}
.page-id-3331 .ct-box-shadow:hover .shadow-cl > .elementor-element-populated {
    box-shadow: none;
}
.pr_cl p {
    margin: 0;
}
.font-ulthe-brief ul li span.elementor-icon-list-text {
    font-family: 'Neo Sans Std' !important;
}
.page-id-74 .elementor-element-40e127c {
    background: #00000061;
}

.featured_cl {
    height: 600px;
}
section#comments.comments-area {
    display: none;
}
.box-post-wrap .date_meta p:first-child, .box-post-wrap .date_meta > span {
    display: none;
}
form.wpcf7-form input.wpcf7-submit:focus {
    color: #27B2E7 !important;
    border: 1px solid  #27B2E7 !important;
}
.hide-bg-list .ekit-wid-con .col-md-12:first-child {
    display: none;
}


/*  e-form-css*/
.e-fomr .row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 33px;
}

.e-fomr .row .col-md-4 {
    width: 33.33%;
    padding: 0 5px;
}
.e-fomr .row .col-md-6 {
    width: 50%;
    padding: 0 5px;
}

.e-fomr .row .col-md-12 {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 33px;
}
.e-fomr .row.last-child {
    margin-bottom: 25px;
}
.e-fomr span.wpcf7-form-control-wrap .intl-tel-input, .e-fomr input, .e-fomr select {
    width: 100%;
}
.e-fomr .row.first-row-wrap .col-md-4 {
    width: 42%;
}
.e-fomr .row.first-row-wrap .col-md-4:first-child {
    width: 15.9%;
}
.e-fomr input, .e-fomr select, .e-fomr textarea {
    padding: 14px 15px;
    font-family: 'Neo Sans Std' !important;
    border-radius: 30px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #555555;
    background: transparent;
	appearance: none;
}
.e-fomr textarea.wpcf7-textarea {
    border-radius: 15px;
}
.e-fomr input::placeholder {
     color: #555555;
}
.e-fomr .flag-container:hover .selected-flag, .e-fomr .flag-dropdown:hover .selected-flag {
    background: transparent !important;
}
.e-fomr .country-select.inside input, .e-fomr .country-select.inside input[type=text] {
    padding-left: 15px;
}
.e-fomr span.wpcf7-form-control-wrap.Country .flag-dropdown {
    right: 0;
    left: auto;
	z-index: 11;
}
.e-fomr .country-select .country-list {
    right: 0;
}
.sub-btn-area span.wpcf7-spinner {
    display: none;
}

/*  e-form-css*/


@media (min-width: 1200px) and (max-width: 1550px){
.insightimg-slider .elementor-swiper-button-prev {
    left: 0px;
}
.insightimg-slider .elementor-swiper-button-next {
    right: 0px;
}
.more-size {
    max-width: 1250px;
    margin: 0 auto;
} 	
.enquiry-form-cl .wpcf7-form .col-md-6 {
    width: 46.6%;
    margin: 15px 20px 15px 0;
}
.laptop-size-ct .elementor-col-33 {
    max-width: 50% !important;
    width: 50% !important;
}
.laptop-size-ct .elementor-col-33:last-child {
    display: none;
}	
.radius-cl .elementor-element-populated::before {
    height: 353px;
}
.tab-row .col-md-6 {
    width: 42.9%;
}	
.mb-sn-cl .elementor-col-33 {
    width: 55% !important;
}
.mb-sn-cl .elementor-col-33:last-child {
    display: none;
}	
	
	.elementor-6522 .elementor-element.elementor-element-1233d4d > .elementor-container, .elementor-6529 .elementor-element.elementor-element-0cd2873 > .elementor-container, .elementor-6534 .elementor-element.elementor-element-606ff48 > .elementor-container {
	max-width: 1250px!important;
    margin: 0 auto; 
	}	
	
	
}


@media (max-width: 1200px){
	
.more-size {
    max-width: 96%;
    margin: 0 auto;
}	
.otherbanner.single-post-template {
    min-height: 420px !important; 
	}
	
	.social-head ul li {
    line-height: 28px;
}
.hide_menu {
    display: none;
}	
.hero-slider .elementskit-testimonial_card {
    padding: 10rem 15px !important;
    height: 850px;
}

.hero-slider .btn-ct a {
    font-size: 18px;
}
.btn-about-cl .elementor-widget-premium-addon-modal-box {
position: absolute;
    bottom: 0;
    left: 0;
}	
.brand-logo-cl i.eicon-chevron-right::after {
    right: 0;
}	
.brand-logo-cl i.eicon-chevron-left::after {
    left: 0;
}
.conten-inner_wrap {
    padding: 15px 15px;
}
.post-slider-cl {
    padding-top: 4rem  !important;
    margin-top: 0;
}
.post-slider-cl .swiper-pagination {
    margin-top: 2rem;
}

.enquiry-form-cl .wpcf7-form .col-md-6, .enquiry-form-cl .wpcf7-form .col-md-12 {
    width: 100%;
    margin: 0 0 15px;
}	
.enquiry-form-cl input.wpcf7-submit {
    font-size: 16px;
    padding: 10px 45px 10px 45px;
}	
.radius-cl .elementor-element-populated::before {
    height: 310px;
}
.tab-row .col-md-6 {
    width: 44.9%;
    margin: 0 20px !important;
}
.tab-wrap .heading-wrap h4 {
    max-width: 241px;
    font-size: 18px;
}	
.mb-sn-cl .elementor-col-33 {
    width: 55% !important;
}
.mb-sn-cl .elementor-col-33:last-child {
    display: none;
}
}	


@media (max-width: 1164px){
.hide_menu {
    display: none;
}	
.left-circle, .right-tm, .left-tm, .right-circle {
    transform: translateX(0px);
}
.blog-news-cl .thumbnail_cl img {
    height: 300px;
}
.tab-row .col-md-6 {
    width: 43.9%;
    margin: 4rem 20px 0 20px !important;
}	
}

@media (max-width: 1025px){
.enquiry-form-cl .wpcf7-form .col-md-6, .enquiry-form-cl .wpcf7-form .col-md-12 {
    width: 100%;
    margin: 15px 0px 15px 0;
}
.tab-row .col-md-6 {
    width: 100%;
}	
}


@media (min-width: 768px) and (max-width: 1024px){
.radius-cl .elementor-element-populated::before {
      height: 295px;
}	
.left-circle, .right-circle {
    width: 305px !important;
    margin: auto;
}	
.imgbacksqaure:after {
    display:none
}
	p.achieved-textarea {
    width: 100%;
}
	.strategyheading h2 {
    width: 100%;
}
	.takingaction-text {
    width: 530px;
    padding: 42px;
}

.mb-sn-cl .elementor-col-33 {
    width: 30% !important;
    margin: auto;
}			
}

@media (max-width: 768px){
.featured_cl {
    height: 230px;
}
	.strategyheading h2 {
    width: 100%;
}
	
	.insightimg-slider .elementor-swiper-button-prev {
    left: -81px;
}
	.insightimg-slider .elementor-swiper-button-next {
    right: -78px;
}
.hero-slider strong.elementskit-author-name span.last {
    font-size: 34px;
    display: block;
}	
.hero-slider span.elementskit-author-des {
    font-size: 22px !important;
    line-height: normal;
}	
.hero-slider p.elementskit-commentor-coment {
    margin-top: 25px;
    font-size: 18px !important;
}		
body.home br{
		display: none;
	}
	p.profirsttext {
    width: 666px;
    margin: 0 auto;
}
	.insight-slider-section{
  max-width:500px;
		width:100%;
		margin:0 auto;
}
	p.belowaction-heading {
    width: 695px;
    margin: 0 auto;
}
.slider-text {
    width: 535px;
    margin: 0 auto;
}

.left-circle, .right-circle {
    max-width: 300px !important;
    margin: auto;
}	
.radius-cl .elementor-element-populated::before {
      height: 295px;
}	
.bg-full-ct::before{
		display: none;
	}	
.list-ct-cl figure.elementor-image-box-img {
    height: 50px;
    margin-bottom: 14px !important;
}
footer .elementor-widget:not(:last-child), body.home .first-child-head {
    margin-bottom: 5px;
    margin-top: 20px;
}
.blog-news-cl .box-post-wrap {
    width: 100%;
    margin-bottom: 0rem;
}	
.blog-news-cl .thumbnail_cl img {
    height: 250px;
}	
.ml-ct {
    margin: 0 0 0;
}	
.list-btn-bt {
    left: 0;
    right: 0;
    padding: 0 30px;
}
.tab-row .col-md-6 {
    margin: 2rem 0 15px 0rem !important;
    width: 100%;
}
.tabs-cl .elementor-tab-title {
    padding: 1.3rem 50px !important;
}
.tab-left-row::before {
    top: 36px;
    height: 98%;
    left: 20px;
}	
.tabs-cl .elementor-tab-title::before {
    top: 33px !important;
    left: 7px !important;
    width: 8px !important;
    height: 8px !important;
}
.tabs-cl .elementor-tab-title::after {
    left: 11px !important;
    top: 36px !important;
    width: 30px !important;
    height: 30px !important;
}	
.tab-wrap .heading-wrap h4 {
    max-width: 230px;
    font-size: 18px;
}
.tabs-cl .elementor-tabs .elementor-tabs-wrapper {
    display: block;
}	
.tabs-cl .elementor-tab-title.elementor-tab-mobile-title {
    display: none;
}	
.tabs-cl .elementor-active::before {
    top: 41px !important;
}
.tabs-cl .tab-container{
		padding: 0 15px;
	}	
.elementor-90 .elementor-element.elementor-element-e922eba .elementor-tabs-wrapper {
    width: 100%;
}	
.tab-wrap .number-cl {
    width: 50px;
    height: 50px;
}
.tab-wrap .number-cl p {
    font-size: 14px;
    line-height: 17px;
}
.tab-wrap .heading-wrap {
    padding: 30px 0 30px 15px;
}	
#rmp-menu-wrap-4120 .rmp-menu-current-item .rmp-menu-item-link {
    background-color: #27b2e70a;
}
.hero-slider .elementskit-testimonial_card {
    padding: 7rem 15px !important;
    height: 650px;
}	
.ct-form-cl .caldera-grid .row {
    margin-left: 0px; 
 
}	
	.page-id-94 br{
		display: none;
	}	

.mb-sn-cl .elementor-col-33 {
    width: 30% !important;
    margin: auto;
}	

.conten-inner_wrap::before {
    top: -25px;
}		
	
	
}



@media(max-width:767px) {
	.developmentimgbox:after{
		display:none;
	}
	.insight-slider-section {
    max-width: 323px;
    width: 100%;
    margin: 0 auto;
}
 .procyonheading:before {
    top: 11px;
   
}
.insightimg-slider  .eicon-chevron-right:before {
    background-position: -33px 9px;
}
	.takingaction-text {
    width: 100%;
    opacity: 0.9;
    background: transparent;
    top: 233px;
    z-index: 1;
	padding:18px;
}
	.slider-text {
    width: 100% !important;
    margin: 0 auto;
}
	p.achieved-textarea {
    width: 360px;
}
	.insightimg-slider .elementor-swiper-button-prev {
    left: -26px;
}
	.insightimg-slider .elementor-swiper-button-next {
    right: -25px;
}
	.imgbacksqaure:after {
  display:none;
}
	.gathering-text {
    width: 293px;
    bottom: -255px;
}
p.background-text {
    width: 100%;
    bottom: -252px;
    background: transparent;
}
	p.belowaction-heading {
    width: 360px;
    margin: 0 auto;
}
.insightimg-slider .eicon-chevron-left:before {
    font-size: 26px;
}
.insightimg-slider  .eicon-chevron-right:before {
   font-size: 26px;
}
.more-size {
    max-width: 95%;
    margin: 0 auto;
}	
.otherbanner.single-post-template {
    min-height: 300px !important; 
}
	p.profirsttext {
    width: 350px;
    margin: 0 auto;
}
.one-before::before, .two-before::before, .three-before::before {
    right: 25px;
    top: 3%;
    font-size: 60px;
}	
.mb-sn-cl .elementor-col-33 {
    width: 100% !important;
}		
.tab-content-three2 .elementor-tabs .elementor-tabs-wrapper {
    max-width: 93%;
    margin: 0 auto;
    flex-wrap: wrap;
	display: block !important; 
}	
.tab-content-three2 .elementor-tab-title.elementor-tab-mobile-title {
    display: none;
} 	
.tab-content-three2 .elementor-tab-title {
    width: 100%;
    padding: 15px 6px !important;
    font-size: 21px !important;
} 
	.tab-content-three2 .elementor-tab-title.elementor-tab-desktop-title {
    display: block !important;
} 
.tab-content-three2 .elementor-tabs .elementor-tabs-wrapper.fixed {
    padding: 0px 0px;
} 
.elementor-6529 .elementor-element.elementor-element-c60397c > .elementor-element-populated {
    padding: 0px 0px 0px 0px;
} 
.elementor-6529 .elementor-element.elementor-element-85bd384 > .elementor-element-populated {
    padding: 0px 10px 0px 10px;
} 	
.spac-padd .elementor-widget-wrap.elementor-element-populated {
    padding-left: 0 !important;
    padding-right: 0 !important;
} 
.font-title-tab h2.elementor-heading-title {
    font-size: 33px !important;
} 	
.pos-img4 .elementor-container.elementor-column-gap-no {
    max-width: 100%;
    display: block;
} 	
.spac-padd {
    width: 100% !important;
}
.core-left-pt.pos-img4 {
    margin-top: 22px !important;
} 	
.tab-content-three2 .elementor-tab-content.elementor-active {
    padding-top: 0px !important;
} 
.blog-hm-list .col-md-12 .col-md-6.order-2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
} 	
 .blog-hm-list .col-md-12 .elementskit-post-body {
    padding: 28px 20px !important;
} 
.img-auto img {
    height: auto !important;
} 
.indust-pers .elementor-container.elementor-column-gap-default {
    align-items: baseline;
} 	
p.background-text {
    right: 0!important; 
    position: inherit!important;
    bottom: 0 !important; 
	padding: 0px!important;  
} 	
.takingaction-text {
    width: 100%;
    top: 0;
    position: inherit;
    padding: 0;
	    right: 0; 
} 
p.belowaction-heading, p.achieved-textarea {
    width: 100% !important;
    margin: 0 auto !important;
} 	
.insight-slider-section {
   max-width: 97% !important; 
}	
	
.e-fomr .row {
    margin-bottom: 0;
}
.e-fomr .row.first-row-wrap .col-md-4:first-child, .e-fomr .row.first-row-wrap .col-md-4, .e-fomr .row .col-md-6, .e-fomr .row .col-md-12 {
    width: 100%;
	margin-bottom: 15px;
}
	
}







@media(max-width:568px)  {
	
.tab-content-three2 .elementor-tabs .elementor-tabs-wrapper.fixed .elementor-tab-title {
    padding: 6px 15px !important;
    font-size: 16px !important;
    line-height: 20px;
    padding-bottom: 8px !important;
} 
.otherbanner.single-post-template {
    min-height: 260px !important; 
	    margin-bottom: 25px; 
}
.single-post-content h1 {
    margin: 0px 0 16px;
    padding-bottom: 18px;
} 	
.single-post-content p, .single-post-content ul li {
    margin-bottom: 1rem;
} 	
.more-size {
    max-width: 93%;
    margin: 0 auto;
}  
.page-content.single-post-content {
    padding-bottom: 30px;
} 	
div#post-items--fa5dd84 .col-md-12 .col-md-6.order-2 {
    padding-left: 20px !important;
} 
#rmp-container-4120 {
    padding-top: 55px;
} 
.entroll-btn a.elementor-button-link {
    padding: 15px 22px 15px 22px !important;
} 
p.profirsttext {
    width: 98%;
    margin: 0 auto;
} 	
	
}



@media(max-width:425px)  {
	
.otherbanner.single-post-template {
    min-height: 230px !important; 
} 
.single-post-content img, .single-post-content figure {
    margin: 0 0;
    width: 100%;
    max-width: 100%;
} 
.blog-hm-list .col-md-12 .elementskit-post-body {
    padding: 25px 28px !important;
} 	
	
}
@media(max-width:375px){
	p.belowaction-heading {
    width: 360px;
    margin: 104% auto 0 auto;
}
}
