/*
Theme Name: eandplegal
Theme URI: 
Author: the WordPress team
Author URI: https://wordpress.org/
Description: 
Version: 3.4
Tested up to: 6.7
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: 

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



	

	


.moveCircle{
	 animation: moveCircles 10s linear infinite alternate;
}
@keyframes moveCircles{0%{transform:translateY(0)}to{transform:translateY(20px)}}
.animationFram{
	animation: animationFramesTwo 12s linear infinite alternate;
}
@keyframes animationFramesTwo{0%{transform:translateX(0)}25%{transform:translateX(10px)}50%{transform:translateX(0)}75%{transform:translateX(-10px)}to{transform:translateX(0)}}
.servi_back .elementor-widget-container {
     position: relative;
     z-index: 1;
}
.servi_back .elementor-widget-container:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #0404048c;
    position: absolute;
    top: 0;
    left: 0;
    z-index:-1;
    border-radius: 14px;
}
.service_card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    line-height: 1;
}
.service_card .service_content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-family: "Poppins", Sans-serif;
    width: 100%;
    height: 100%;
    background: rgb(22, 36, 61);
    background: linear-gradient(0deg, rgba(22, 36, 61, 0.9164040616246498) 14%, rgba(22, 36, 61, 0.036852240896358524) 58%);
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 16px;
}
.service_card .service_content >*{
	font-family: "Poppins", Sans-serif;
}
.swiper.myServiceCarousel .swiper-slide.swiper-slide-active .service_card .service_content{
	padding-left: 25px;
	padding-right:25px;
}

.service_card .service_image {
    width: 100%;
    height: 100%;
}

.service_card .service_image img {
    width: 100%;
    transition: 0.5s;
}
.service_card:hover .service_image img{
	transform: scale(1.1);
}
.swiper.myServiceCarousel .swiper-slide.swiper-slide-active .service_card .service_content .s_content{
	display: block;
}
.swiper.myServiceCarousel .swiper-slide.swiper-slide-prev .service_card .service_content{
	text-align: left;
}

.service_card .service_content h3 {
    margin: 0;
    margin-bottom: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
	font-family: "Poppins", Sans-serif;
}
.myServiceCarousel {
    padding: 13px 0 !important;
}

.service_card .service_content .s_content p {
    color: #fff !important;
    font-size: 12px !important;
    margin: 0;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 14px;
}

.service_card .service_content .s_content {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	font-size:12px;
    overflow: hidden;
	display: none;
}
.myServiceCarousel .swiper-pagination {
    margin-bottom: -6px;
}


.myServiceCarousel .swiper-pagination span.swiper-pagination-bullet {
    background: #0162ca;
    width: 12px;
    height: 12px;
}
.white-swiper-button-prev, .white-swiper-button-next {
    width: 45px;
    height: 45px;
    border: 2px solid rgb(9 182 238);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b9ebfb;
    cursor: pointer;
    color: rgb(9 182 238);
}
.white-swiper-button-prev:hover, 
.white-swiper-button-next:hovrt{
	color:rgb(22 36 61);
}
.swiper_nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top:24px;
}

.white-swiper-button-prev {
    margin-right: 20px;
}

.swiper_nav:after,
.swiper_nav:before{
    content:'';
    width: calc(50% - 70px);
    position:absolute;
    top:50%;
    height:1px;
    background: rgb(22 36 61 / 44%);
}
.swiper_nav:before{
    left:0
}
.swiper_nav:after{
    right:0;
}

.service_card .ParaG {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.service_card:hover .ParaG{
	color:#fff !important;
}
.service_card{
    transition:0.5s;
	cursor:pointer;
}
.service_card:hover{
    background:#34365a !important;
}

.service_card:hover .elementor-heading-title,
.service_card:hover p{
    color:#fff !important;
}

.service_card a.elementor-button .elementor-button-content-wrapper {
    width: 35px;
    height: 35px;
    background: none;
    transition: 0.5s;
    overflow: hidden;
    border: 1px solid #555;
    border-radius: 25px;
    display: flex;
    align-items: center;
}
.service_card a.elementor-button {
    padding:0px
}
.service_card a.elementor-button .elementor-button-content-wrapper span.elementor-button-text {
    white-space: nowrap;
    margin-left: -91px;
    opacity: 0;
    visibility: hidden;
}
.service_card:hover a.elementor-button .elementor-button-content-wrapper{
    width:135px;
    border-color:#fff;
    text-color:#fff;
}
.service_card:hover a.elementor-button .elementor-button-content-wrapper span.elementor-button-text{
    margin:0;
    opacity:1;
    visibility:visible;
    color:#fff;
}
.service_card:hover a.elementor-button .elementor-button-content-wrapper .elementor-button-icon{
    color:#fff!important;
}

/////////////*blog*/////////
.blog_card h2.entry-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_card .elementskit-post-body p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow:hidden;
}

.blog_card a.elementskit-btn i {
    margin-right: 16px;
    transition: 0.5s;
}

.blog_card a.elementskit-btn:hover i {
    margin-right: 5px;
}
.blog_card a.elementskit-btn:hover{
	color:#0162ca;
}
.blog_card .elementskit-entry-header a.elementskit-entry-thumb {
    line-height: 1;
}
.blog_card .col-lg-4.col-md-6 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.servi_back.elementor-widget.elementor-widget-icon-box.animated.fadeInRight {
    height: 300px!important;
}
.ser_card {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*/Form///*/
div#wpforms-265-field_1-container {
    margin: 0;
    padding: 0;
}

input#wpforms-265-field_4 {
    margin: 0;
   
}

button#wpforms-submit-265 {
    background-color: #099fd0;
    color: #fff;
    border-radius: 30px;
    padding: 10px 50px;
font-family: "Quicksand", Sans-serif;
}

/*///////////////////*/
img.img-fluid {
    width: 236px;
    margin-top: 9px;
    border: 1px solid #b8ecff;
    height: 90px;
    object-fit: contain;
    background: #fff;
    padding: 6px;
    border-radius: 4px;
    margin-right: 10px;
}

.header-point .elementor-icon-box-icon {
    position: relative;
    z-index: 1;
    margin-top: 7px;
    margin-bottom: 0 !important;
}

.header-point .elementor-icon-box-icon:after {
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0px;
    left: 51%;
    background: #099fd0;
    z-index: -1;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 4px;
}

.header-point span.elementor-icon {
    transform:rotate(45deg);
}

.profile_name:after {
    content: '';
    position: absolute;
    bottom: 7px;
    right: -60px;
    z-index: -1;
    height: 35px;
    width: 60px;
    background: #099fd0;
    clip-path: polygon(100% 0, 0% 100%, 0 0);
}
.testmonials .elementskit-single-testimonial-slider .row {
    flex-direction: row-reverse;
}
.header-point .elementor-icon-box-icon span.elementor-icon svg, .header-point .elementor-icon-box-icon span.elementor-icon i {
    transform: rotate(-45deg);
}



.tj-hero-shape-2 {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: services-triangle 6s linear infinite alternate;
    animation: services-triangle 6s linear infinite alternate;
}
.tj-hero-shape-1 {
    -webkit-animation: services-triangle 5s linear infinite alternate;
    animation: services-triangle 5s linear infinite alternate;
}
.tj-hero-shape-3 {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: services-triangle 7s linear infinite alternate;
    animation: services-triangle 7s linear infinite alternate;
}
.tj-hero-shape-4 {
    -webkit-animation: services-triangle 8s linear infinite alternate;
    animation: services-triangle 8s linear infinite alternate;
}
@keyframes services-triangle {
      0% {
          -webkit-transform: rotate(0deg) translateX(-50px);
          -moz-transform: rotate(0deg) translateX(-50px);
          -ms-transform: rotate(0deg) translateX(-50px);
          transform: rotate(0deg) translateX(-50px);
      }
      100% {
          -webkit-transform: rotate(360deg) translateY(100px);
          -moz-transform: rotate(360deg) translateY(100px);
          -ms-transform: rotate(360deg) translateY(100px);
          transform: rotate(360deg) translateY(100px);
      }
}
.experience-counter-box{
	overflow: hidden;
	transform: translatey(-50%);
	animation: experiencebox 3s infinite linear alternate;
	backdrop-filter: blur(3px);
}

@keyframes experiencebox{
	50%{
		left: 60px;
	}
}

.service_slider .elementskit-profile-info {
    text-align: left !important;
    margin-top:25px;
	height:44px;
	padding-right:25px;
}

.service_slider .elementskit-commentor-content {
    text-align:left;
}
.service_slider .swiper-slide-inner{
    border-radius:10px;
    overflow:hidden;
}
.video_popup_video_series {
    transform: translate(-50%, -50%);
}
.the_process .elementskit-box-header {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    position: relative;
    top: -45px;
    background: #00aff0;
    border-radius: 50% !important;
    border: 5px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom:-20px;
}

.the_process .elementskit-box-header img {
    width: 50px;
}
.the_process svg.e-font-icon-svg.e-far-arrow-alt-circle-right {
    margin-left: 10px;
}
.profile_name_card {
    transform: translatex(-50%);
    width: 86%;
    text-align: center !important;
}
.the_process {
    transition: 0.5s;
}

.the_process:hover {
    transform: translateY(-10px);
}

html, body {
  height: 100%;
  margin: 0;
  scroll-behavior: smooth;
}

.site_button .elementor-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 100%;
    height: 50px;
    background-image: linear-gradient(#0cbfde, #099fd0) !important;
    border-radius: 40px;
    font-size: 15px;
    line-height: 1.3;
    color: #fff;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 5px 34px 5px 56px;
    box-shadow: 0px 4px 30px rgba(203, 166, 114, 0.3);
    outline: none;
    border: none !important;
    transition: 0.5s;
}
.site_button .elementor-button:hover{
	padding:5px 56px 5px 34px;
	color:#fff !important;
}

.site_button .elementor-button .elementor-button-icon {
    background: #fff !important;
    color: #099fd0;
    width: 40px !important;
    height: 40px !important;
    box-shadow: 0px 4px 30px rgba(203, 166, 114, 0.3);
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
	transition:0.5s;
}
.site_button .elementor-button span.elementor-button-text {
    white-space: nowrap;
    transition: 0.5s;
}



.site_button .elementor-button:hover .elementor-button-icon {
    left: calc(100% - 46px);
    transform: translate(0, -50%) rotate(360deg);
}

.home .main_header {
    position: absolute;
    width: 100%;
    z-index: 2;
    background: #282d404d !important;
}

.home .elementskit-navbar-nav a.ekit-menu-nav-link {
    color: #fff !important;
}

.home a.ekit_navSidebar-button.ekit_offcanvas-sidebar {
    color: #fff !important;
}
.home .dark_logo {
    display: none;
}

.white_logo {
    display: none;
}

.home .white_logo {
    display: block;
}
.section_heading h3.elementskit-section-subtitle {
    display: inline-block;
    background: #ebe5dd;
    padding: 6px 10px;
    border-radius: 25px;
    line-height: 1;
}
.about_main img.attachment-full.size-full.wp-image-2889 {
    border-radius: 192px;
}
.aboout_img {
    position: relative;
    border-radius:240px;
}
.aboout_img:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 15px;
    background: rgba(222,160,87,.2);
    width: 100%;
    max-width: 490px;
    height: 100%;
    border-radius:240px;
}

.experience:before {
    left: 3px;
    top: -31px;
    border: 2px solid #099fd066;
    width: 107%;
    max-width: 190px;
    height: 14%;
    background-color: #099fd0;
    max-height: 190px;
    z-index: -1!important;
}

/* service css */
.new_service_card .elementskit-info-box-title{
    position:relative;
}
.new_service_card .elementskit-info-box-title:after{
    content:'';
    border-radius: 70px;
    background: #ffffff;
    box-shadow: 0px 4px 70px 0px rgba(0, 0, 0, 0.2);
    height: 70px;
    width: 70px;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    text-align: center;
    line-height: 70px;
    position: absolute;
    z-index: 3;
    top: -80px;
    left: 36px;
}
.new_service_card .elementskit-info-box-title svg {
    top: -64px;
    left: 54px;
    position: absolute;
    z-index: 5;
    width: 35px;
    max-width: 35px !important;
}
.new_service_card .elementskit-info-box-title svg path{
    fill: #099fd0 !important;
    stroke: #099fd0 !important;
}

.new_service_card .elementskit-box-body.ekit-image-box-body {
    position: absolute !important;
    bottom: 0px;
    left: 50%;
    transform: translatex(-50%);
}
.new_service_card img {
    height: 250px !important;
    border-radius: 30px;
}
.home p.event-mode-price {
    color: #000;
}
.event-form h3 {
    text-align: center;
    font-family: 'Lato';
    font-size: 25px;
    padding-bottom: 20px;
}
.home p.event-date-time {
    color: #000;
}
.new_service_card  .elementskit-info-image-box:hover .elementskit-box-body.ekit-image-box-body{
	background:#099fd0 !important;
}
.new_service_card .elementskit-box-body.ekit-image-box-body:hover .elementskit-info-box-title{
	color:#fff;
}
.new_service_card .elementskit-box-body.ekit-image-box-body:before,
.new_service_card .elementskit-box-body.ekit-image-box-body:after{
	display:none;
}


.experience:before {
    content:'';
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 190px;
    height: 100%;
    background-color: #282d40;
    max-height: 190px;
    transform: translate(-50%, -50%);
}
.affiliate_slider img.swiper-slide-image {
    height: 100px;
    object-fit: contain;
    transition: 0.5s;
    padding: 10px;
}
.affiliate_slider figure.swiper-slide-inner {
    background: #fff;
    padding: 10px;
    position: relative;
}
.affiliate_slider figure.swiper-slide-inner:after{
    content:'';
    top:10px;
    left:10px;
    right:10px;
    bottom:10px;
    border:1px solid #ededed;
    position:absolute;
}

.code_of_conduct_card figure.elementor-image-box-img {
    width: 100px !important;
    height: 100px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 1px 11px 18px 0px rgba(4.000000000000007, 32.99999999999998, 63, 0.050980392156862744);
    margin: 0 auto !important;
    margin-bottom: 38px !important;
    position: relative;
    z-index: 1;
	border: 1px solid #28519f;
}


.code_of_conduct_card figure.elementor-image-box-img:before {
    content: '1';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
}
.code_of_conduct_card:nth-child(2) figure.elementor-image-box-img:before{
	content:'2'
}
.code_of_conduct_card:nth-child(3) figure.elementor-image-box-img:before{
	content:'3'
}
.code_of_conduct_card:nth-child(4) figure.elementor-image-box-img:before{
	content:'4'
}
.code_of_conduct_card figure.elementor-image-box-img:after {
    content: '';
    width: 130%;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: -23px;
    transform: translateX(-50%);
    background: rgb(252,179,179);
    background: -moz-linear-gradient(90deg, rgba(252,179,179,1) 0%, rgba(251,184,111,1) 23%, rgba(129,246,64,1) 49%, rgba(37,87,167,1) 87%, rgba(41,170,226,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(252, 179, 179, 1) 0%, rgb(0 0 0) 23%, rgba(129, 246, 64, 1) 49%, rgba(37, 87, 167, 1) 87%, rgba(41, 170, 226, 1) 100%);
    background: linear-gradient(90deg, rgba(252, 179, 179, 1) 0%, rgb(0 0 0) 23%, rgb(0 0 0) 49%, rgba(37, 87, 167, 1) 87%, rgba(41, 170, 226, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcb3b3",endColorstr="#29aae2",GradientType=1);
    z-index: -1;
}

.code_of_conduct_card figure.elementor-image-box-img img {
    background: #fff;
}
.code_of_conduct_card .elementor-image-box-content {
    position: relative;
	padding:8px;
}

.code_of_conduct_card .elementor-image-box-content:before {
    content: '';
    position: absolute;
    top: -100px;
    right: 101px;
    width: 40px;
    height: 40px;
    background: rgb(41,170,226);
    background: -moz-linear-gradient(90deg, rgba(41,170,226,1) 0%, rgba(37,87,167,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(41,170,226,1) 0%, rgba(37,87,167,1) 100%);
    background: linear-gradient(90deg, rgb(12 9 9) 0%, rgb(255 253 246) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#29aae2",endColorstr="#2557a7",GradientType=1);
    border-radius: 50%;
}
.condo_of_coduct_Wrapper {
    position: relative;
    z-index: 1;
}

.condo_of_coduct_Wrapper:after {
    content: '';
    border-top: 4px dashed #000000;
    width: 67%;
    position: absolute;
    left: 50%;
    top: 138px;
    transform: translateX(-50%);
    z-index: -1;
}
.condo_of_coduct_Wrapper .elementor-image-box-content {
    background-color: #fff2e2;
    color: #fff!important;
    padding: 17px!important;
    border-radius: 7px;
    height: 150px;
}

.condo_of_coduct_Wrapper .elementor-image-box-wrapper {
    background-color: #fff3e2;
    border-radius: 8px;
    padding-top: 20px;
	
}

.process_card figure.elementor-image-box-img {
    background: #099fd0;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto !important;
	position:relative;
}

.process_card .elementor-image-box-content {
    background: #F4F3EF;
    padding: 20px;
    margin-top: 60px;
    position: relative;
	height:182px;
	border-radius:6px;
}

.process_card .elementor-image-box-content:after {
    content: '';
    position: absolute;
    right: 160px;
    top: -25px;
    border-bottom: 25px solid #f4f3ef;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
}
.process_grid{
	position:relative;
	z-index:1;
}
.process_grid:after {
    content: '';
    width: 77%;
    height: 1px;
    border-top: 3px dashed #099fd08a;
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
	z-index:-1;
}
.process_card figure.elementor-image-box-img img {
    width: 50px;
}

.process_card figure.elementor-image-box-img:after {
    content: '';
    width: 110px;
    height: 110px;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #099fd078;
    right: 0;
}
.process_card figure.elementor-image-box-img:before{
    content:'1';
    position:absolute;
    width: 35px;
    height: 35px;
    bottom: -25px;
    box-shadow:0px 4px 30px rgba(0, 0, 0, 0.08);
    background:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items: center;
    font-size: 25px;
    color: #099fd0;
    z-index: 1;
}
.process_card:nth-child(2) figure.elementor-image-box-img:before{
    content:'2';
}
.process_card:nth-child(3) figure.elementor-image-box-img:before{
    content:'3';
}
.process_card:nth-child(4) figure.elementor-image-box-img:before{
    content:'4';
}
.testimonial_section {
    background-position-x: -18% !important;
}
.event_card .ekit-wid-con .elementskit-info-image-box:hover .elementskit-btn{
    border-color:#099fd0;
}

.event_card .btn-wraper i {
    margin-left: 10px;
    transform: rotate(-45deg);
}
p.event-mode {
    color: #fff;
    margin: 0;
}

p.event-price {
    color: #fff;
    margin: 0;
    line-height: 40px;
}
.contact_us_form div#wpforms-265 {
    margin-top: 0;
}

.contact_us_form .wpforms-field input{
    background: #364658 !important;
    border: none !important;
    height: 55px !important;
}
.contact_us_form .wpforms-field textarea{
    background: #364658 !important;
    border: none !important;
	padding:0 14px;
}

.contact_us_form .wpforms-field{
    padding-top:0px;
}
.contact_us_form .wpforms-field input::placeholder{
    color:#c3c7cb !important;
}
.contact_us_form .wpforms-field select{
    background: #364658 !important;
    border: none !important;
    height: 55px !important;
    color:#7a848f !important;
	font-family:poppins;
}
button#wpforms-submit-4668 {
     background-color: #099fd0;
    color: #fff;
    border-radius: 30px;
    padding: 10px 50px;
    font-family: "Quicksand", Sans-serif;
}

.contact_us_form .wpforms-field select::placeholder{
    color:#c3c7cb !important;
}
.contact_us_form .wpforms-field textarea::placeholder{
    color:#c3c7cb !important;
}
.contact_us_form .wpforms-field input,
.contact_us_form .wpforms-field textarea{
	color:#fff !important;
}
.contact_icon_box p.elementor-icon-box-description a {
    color: #121212;
}

.news_letter_form form#wpforms-form-3745 {
    display: flex;
}

.news_letter_form .wpforms-field {
    padding: 0;
}

.news_letter_form .wpforms-field input {
    height: 55px;
    width: 100% !important;
    max-width: 100% !important;
}

.news_letter_form .wpforms-submit-container {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.news_letter_form .wpforms-submit-container button {
    height: 55px !important;
}

.news_letter_form div#wpforms-3745 {
    padding: 0 !important;
    margin: 0 !important;
}
.services_box {
    overflow: hidden;
}
.news_letter_form {
    width: calc(100% - 32%);
    padding-left: 24px;
}

.news_letter_form .wpforms-field-container {
    width: calc(100% - 210px) !important;
}
.home .news_letter_form button#wpforms-submit-3745 {
    width: 200px;
    top: 14px;
    margin-left: 10px;
    background: #099fd0;
}
.news_letter_form button#wpforms-submit-3745 {
    width: 200px;
    top: 15px;
    margin-left: 10px;
    background: #099fd0;
}
.new_service_card .btn-wraper i {
    margin-left: 10px;
}
.elementskit-submenu-panel .elementskit-submenu-indicator {
    top: 9px;
}
.process_card .elementor-widget-container:hover .elementor-image-box-content{
    background:#16c1df;
}
.process_card .elementor-widget-container:hover .elementor-image-box-content h3{
    color:#fff !important;
}
.process_card .elementor-widget-container:hover .elementor-image-box-content p{
    color:#fff !important;
}
.connect_icon {
    position:relative;
}
.connect_icon img {
    position:absolute;
    top:20px;
    left: 109px;
    transform: rotate(-46deg);
}
.elementor-element-d130fb6 {
    overflow: hidden;
}
.testmonials .elementskit-profile-image-card::before{
    display:none;
}
.process_card .elementor-widget-container:hover .elementor-image-box-content {
    background: #099fd0;
}
.process_card .elementor-widget-container:hover .elementor-image-box-content h3{
    color:#fff !important;
}
.process_card .elementor-widget-container:hover .elementor-image-box-content p{
    color:#fff !important;
}
.testmonials img.attachment-full.size-full {
    height: 335px;
    object-fit: cover;
}
.blog_card h2.entry-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog_card img {
    height: 250px !important;
    object-fit: cover;
}
.page-header {
    position: relative;
    display: block;
    background-color: #000;
    z-index: 1;
    margin-bottom: 60px;
    border-radius: 5px;
    width: 100% !important;
    max-width: 100% !important;
    height: 300px;
    margin-top: -70px;
}
.page-header .container {
    max-width: 100% !important;
    margin: 0 auto;
    width: 100% !important;
    padding: 0;
}
.page-header-bg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    opacity: 0.15;
    background-position: 0px -506px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.page-header__inner {
    position: relative;
    display: block;
    padding: 145px 0 60px;
    z-index: 15;
}
.page-header__inner h1 {
    font-family: "Lora", Sans-serif;
    font-size: 27px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    line-height: 120%;
    color: #FFFFFF;
    text-align:center;
}
.thm-breadcrumb {
    position: relative;
    display: inline-block;
    padding: 5px 20px 5px;
}
.header-point .elementor-icon-box-icon {
    margin-bottom: 20px !important;
}
/* ============================= 404 css =============================== */
.error-page-area {
    text-align: center;
    margin-bottom:50px;
}
.error-bottom h2 {
     font-family: "Lora", Sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 20px;
}
.error-top img {
    border-radius: 5px;
    width: 300px;
}
.error-bottom p {
    text-align: justify;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 27px;
    letter-spacing: 0px;
    color: #324A6D;
    text-align:center;
    margin-bottom: 35px;
}

a.default-btn-error {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 100%;
    height: 50px;
    background-image: linear-gradient(#0cbfde, #099fd0) !important;
    border-radius: 40px;
    font-size: 15px;
    line-height: 1.3;
    color: #fff;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 5px 34px 5px 34px;
    box-shadow: 0px 4px 30px rgba(203, 166, 114, 0.3);
    outline: none;
    border: none !important;
    transition: 0.5s;
}
.home .elementor-7 .elementor-element.elementor-element-4157209 > .elementor-widget-container {
    margin: -25px 0px 0px 0px; 
}
.footer-list .elementor-icon-box-wrapper {
    display: flex !important;
    gap: 10px !important;
}
.events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding: 20px 0;
}
button#wpforms-submit-5110 {
    background-color: #099fd0;
    color: #fff;
    border-radius: 30px;
    padding: 10px 50px;
    font-family: "Quicksand", Sans-serif;
}
.event-form .wpforms-submit-container {
    text-align: center;
}
.post-meta-list span:hover,
.post-meta-list a:hover{
    color: #09a2d1;
}
.events-pagination {
    text-align: center;
}
.about_image {
    position: relative !important;
    z-index: 1;
}

.about_image:before {
    content: '';
    width: 96%;
    height: 96%;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #0aa6d3;
    z-index: -1;
    border-radius: 12px;
    -webkit-animation: rotate-center 15s linear infinite;
    animation: rotate-center 15s linear infinite;
    transform: translate(-50%, -50%) rotate(0deg);
}


@keyframes rotate-center {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.Transform_translate {
    transform: translate(-50%, -50%);
}
span.page-numbers.current {
    background: #13a4cd;
    padding: 2px 10px;
    color:#fff;
}
a.page-numbers {
    color: #fff;
    padding: 2px 10px;
    background: #1e2a47 !important;
}
.new_service_card .elementskit-box-body.ekit-image-box-body {
    position: absolute !important;
    bottom: -45px;
    left: 50%;
    transform: translatex(-50%);
}
p.event-date-time {
    color: #fff;
}
p.event-mode-price {
    margin-top: 0;
    color: #fff;
}
.event-form {
    background: #eff7fb;
    padding: 35px;
    border-radius: 5px;
}
.home .event-card {
    background: #fff;
}
.home .event-date {
    color: #000000;
}
.home .event-title {
    color: #000000 !important;
}
.home p.event-location {
    color: #000000;
    margin: 0px 0px 5px 0px;
}
.home .learn-more {
    color: #000000;
}
  .event-card {
    background: #1e2a47;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  
  .event-card img {
    width: 100%;
    height: 294px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  
  .event-date {
    margin-bottom: 10px;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
  }
  
  .event-title {
    margin: 0px 0px 14px 0px;
    font-family: "Lora", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF !important;
  }
  
  .learn-more {
      background-color: #02010100;
      padding: 0px 0px 5px 0px;
      font-family: "Poppins", Sans-serif;
      font-size: 15px;
      font-weight: 500;
      border-style: solid;
      width: 36%;
      border-width: 0px 0px 1px 0px;
      border-radius: 0px 0px 0px 0px;
  }
  p.event-location {
    color: #fff;
    font-family: 'Poppins';
}
  .learn-more:hover {
    color: #13a4cd;
  }
  .learn-more span {
    display: inline-block;
    transform: rotate(324deg);
}
.blog-category{
    padding-bottom:20px;
}
.blog-category h3 {
    color: #000000;
    font-size: 26px;
    font-weight: 600;
    font-family: "Poppins", Sans-serif;
    text-transform: uppercase;
    padding-bottom:10px;
}
.blog-category a {
    text-transform:capitalize;
    font-family: "Poppins", Sans-serif;
    color:#000;
}
.cs-woo.cs-pd-space.productpage.woocommerce {
    margin-top: 80px;
}
.view-all-product {
    position: relative;
}
.view-all-product a {
    position: absolute;
    top: -56px;
    right: 12px;
    color: #099FD0 !important;
    border: 1px solid #eee;
    padding: 3px 17px;
    border-radius: 3px;
}
.view-all-product a:hover{
    color: #fff !important;
    background: #099FD0;
    border: 1px solid #099FD0;
}
.blog-category a:hover {
    color:#09a2d1;
}
.blog-category ul {
    padding: 0;
    margin: 0;
    list-style: none;
	position: relative;
	list-style: none;
	margin-top: 20px;
}
.blog-category ul li {
    padding-left: 28px;
    margin-bottom: 10px;
    border-bottom: solid 1px #cde6f3;
    padding-bottom: 10px;
}
.blog-category ul li a {
	font-size: 15px;
}
.blog-category ul li a:before {
    content: "\e87a";
    position: absolute;
    left: 0px;
    margin-top: 2px;
    font-family: elementskit !important;
    font-weight: 600;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: linear-gradient(#0cbfde, #099fd0);
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}
.sidebar-wrapper .single-sidebar .search-form button::after {
    display: block;
    height: 18px;
}
.new-process .process_card:nth-child(5) figure.elementor-image-box-img:before {
    content: '5';
}
.new-process .process_card .elementor-image-box-content {
    height: 115px;
}
@keyframes topToBottom {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

.ready-resolve {
  animation: topToBottom 2s ease-in-out infinite;
}

.sidebar-wrapper .single-sidebar .search-form button {
    width: 45px !important;
}
#menu-item-3943 ul {
    min-width: 390px !important;
}
@media only screen and (min-width: 768px) and (max-width: 992px){
    .error-page-area {
        padding: 0 10px;
    }
}
@media only screen and (min-width: 360px) and (max-width: 767px){

.revcerse-secnew.e-flex.e-con.e-child {
     display: flex;
    flex-flow: column-reverse;
}
.revcerse-secnew .e-con-inner {
    display: flex !important;
    flex-flow: column-reverse !important;
}
.revcerse-secnew.e-flex.e-con {
   display: flex;
   flex-flow: column-reverse;  
}
.page-header-bg {
    background-position: 0px -50px;
}


.news_letter_form form#wpforms-form-3745 {
    display: flex;
}
.news_letter_form {
    width: calc(100% - -50%);
	padding-left: 0;
}
.news_letter_form .wpforms-field-container {
    width: 100% !important;
}
.news_letter_form button#wpforms-submit-3745 {
    width: 170px;
}


.footer_icon i {
    margin-top: 8px;
}
	.home .elementskit-navbar-nav a.ekit-menu-nav-link {
    color: #000 !important;
}
	.elementor-7 .elementor-element.elementor-element-4daee24 .elementskit-navbar-nav > li > a .elementskit-submenu-indicator {
    color: #000;
    fill: #000;
}
.connect_icon img {
    position: absolute;
    right: -34px;
    top: 34px;
    transform: rotate(-57deg);
}
}
.cookie-container {
      overflow-x: auto;
    }

    .cookie-container table {
      width: 100%;
      border-collapse: collapse;
      min-width: 400px;
    }

    .cookie-container th, 
    .cookie-container td {
      padding: 12px 16px;
      text-align: left;
      border: 1px solid #ccc;
    }

    .cookie-container th {
      background-color: #dbe2f1;
      font-weight: 600;
    }

    .cookie-container tr:nth-child(even) td {
      background-color: #f9f9f9;
    }

    @media screen and (max-width: 600px) {
      .cookie-container th,
      .cookie-container td {
        font-size: 14px;
        padding: 10px;
      }
    }
.supporting img {
    height: 220px !important;
    width: 100% !important;
    object-fit: cover;
	border-radius:5px;
}
.supporting a.elementskit-btn.whitespace--normal {
    gap: 10px !important;
}
#new-event figure.elementor-image-box-img:before {
    display:none;
}
.sapBasis_couse_card .elementor-widget-container {
    position: relative;
}

.sapBasis_couse_card  .elementor-image-box-wrapper figure.elementor-image-box-img {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 12px;
    text-align: center;
    top: 8px;
    left: -14px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px #4fafef;
}

.sapBasis_couse_card .elementor-image-box-wrapper figure.elementor-image-box-img img {
    width: 55px;
    object-fit: cover;
    padding-top: 18px;
}

.sapBasis_couse_card  .elementor-image-box-content h3.elementor-image-box-title {
    background: #0aa8d4;
    padding: 15px;
    padding-left: 100px;
    border-radius: 10px;
    color: #fff !important;
    line-height: 24px;
    margin: 0;
}
.sapBasis_couse_card_pm  .elementor-image-box-content h3.elementor-image-box-title {
    background:#dfa63b;
    padding: 15px;
    padding-left: 100px;
    border-radius: 10px;
    color: #fff !important;
    line-height: 24px;
    margin: 0;
    font-size: 18px !important;!i;
}
.sapBasis_couse_card  p.elementor-image-box-description {
    padding-top: 40px;
}
.footer-list ul.elementor-icon-list-items.elementor-inline-items {
    display: flex !important;
    gap: 10px !important;
    margin: 0 !important;
}
#menu-item-8290 ul.elementskit-dropdown.elementskit-submenu-panel {
    width: 350px !important;
}
.footer-list li.elementor-icon-list-item.elementor-inline-item {
    list-style: none !important;
}
.tabing-event .events-pagination {
    display: none;
}
a.woocommerce-terms-and-conditions-link {
    color: #09a4d2;
}
@media only screen and (min-width: 320px) and (max-width: 767px){
	.event_img img {
    height: 250px !important;
		object-fit:cover !important;
}
.tabing-event .e-n-tabs-heading {
    display: grid !important;
    grid-template-columns:repeat(2,1fr)
}
.tabing-event button{
    height:40px !important;
}
.tabing-event button#e-n-tab-title-2550542441 {
    padding: 10px 10px !important;
}
.tabing-event button#e-n-tab-title-2550542442 {
        padding: 10px 10px !important;
        margin: 0;
        height: 20px;
}
.tabing-event span.e-n-tab-title-text {
    font-size: 12px !important;
}
	.blog-large-area .single-blog-item .text-holder .blog-title {
    height: 45px;
   }
    .blog_card div#post-items--68fc981 {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
	}
	.events-grid {
    grid-template-columns: repeat(1, 1fr) !important;
   }
	.blog_card div#post-items--68fc981::before {
		display: none !important;
	}
	.blog_card .col-lg-4.col-md-6 {
		width: 100% !important;
		max-width: 100% !important;
	}
	.sapBasis_couse_card .elementor-image-box-wrapper figure.elementor-image-box-img img {
    width: 25px;
    padding-top: 13px;
   }
	.sapBasis_couse_card  .elementor-image-box-wrapper figure.elementor-image-box-img {
    width: 50px;
    height: 50px;
    top: 8px;
   }
	.sapBasis_couse_card  .elementor-image-box-content h3.elementor-image-box-title {
    padding: 10px;
    padding-left: 45px;
   }
	.pricing .ekit-wid-con .elementskit-single-pricing .elementskit-pricing-price {
    font-size: 23px;
   }
		.elementor-4832 .elementor-element.elementor-element-6bd1789 .elementskit-single-pricing .elementskit-pricing-price-wraper.has-tag {
    padding: 20px 0px 15px 0px !important;
    margin: 0px 0px 50px 0px !important;
}
	.page-header {
    height: 200px;
 }
	.page-header__inner h1 {
    font-size: 20px;
  }
	.learn-more {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px){
    .home .elementskit-navbar-nav a.ekit-menu-nav-link {
    color: #000000 !important;
   }
	.blog_card div#post-items--68fc981 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
	}
	.blog_card div#post-items--68fc981::before {
		display: none !important;
	}
	.blog_card .col-lg-4.col-md-6 {
		width: 100% !important;
		max-width: 100% !important;
	}
	.site_button .elementor-button .elementor-button-icon {
    width: 30px !important;
    height: 30px !important;
  }
	.site_button .elementor-button {
    padding: 5px 20px 5px 41px;
  }
	.new_service_card h3.elementskit-info-box-title {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    display: block !important;
    max-height: 40px;
    line-height: 21px;
    overflow: hidden;
  }
	.process_card .elementor-image-box-content {
    height: 300px;
   }
	.sapBasis_couse_card .elementor-image-box-wrapper figure.elementor-image-box-img img {
    width: 25px;
    padding-top: 13px;
   }
	.sapBasis_couse_card  .elementor-image-box-wrapper figure.elementor-image-box-img {
    width: 50px;
    height: 50px;
    top: 8px;
   }
	.sapBasis_couse_card  .elementor-image-box-content h3.elementor-image-box-title {
    padding: 10px;
    padding-left: 45px;
   }
	.new-process .process_card .elementor-image-box-content {
    height: 130px;
   }
	.learn-more {
    width: 58%;
   }
	.pricing .ekit-wid-con .elementskit-single-pricing .elementskit-pricing-price {
    font-size: 23px;
    }
	.elementor-4832 .elementor-element.elementor-element-6bd1789 .elementskit-single-pricing .elementskit-pricing-price-wraper.has-tag {
    padding: 20px 0px 15px 0px !important;
    margin: 0px 0px 50px 0px !important;
}
}


.faqpageaccordian .elementskit-card-body ul {
    margin: 14px 0;
    display: block;
    padding-left: 25px;
}
.home .events-pagination {
    display: none;
}
.elementskit-card-body a {
   color: #099fd0;
}
@media only screen and (min-width:320px) and (max-width:767px) {
.page-header__inner {
    padding: 99px 0 60px;
}
}

.site_button .elementor-button:focus {
    color: #fff !important;
}

@media(max-width:767px){
	.why_tableChoose {
    overflow: hidden;
    overflow-x: auto;
}

.why_tableChoose table th, .why_tableChoose table td {
    font-size: 14px !important;
}

.why_tableChoose table th {
    font-weight: 500 !important;
}

.why_tableChoose table th span.dt-column-title {
    width: 130px;
}
.woocommerce div.product form.cart .variations select {
    width: 100%;
}	
.woocommerce div.product form.cart .variations label {
    text-align: left !important;
    line-height: 19px;
}
.woocommerce-product-gallery__image {
    height: auto !important;
}	
}
.variations_form.cart .variations tr {
	display: inline-grid  !important;;
}
.variations_form.cart .variations tr th.label {
    display: inline-grid  !important;
    border: 0 !important;
    margin-bottom: 15px;
    margin-top: 15px;
}
.variations_form.cart .variations tr td select {
	padding-left: 10px;
}
section.related.products {
    display: inline-block;
}