/* Header Css Start */
.site-navigation{
    list-style: none;
}
.site-navigation li a {
	color: #fff;
}
 #site-header {
	position: unset;
	top: 0;
	z-index: 999;
	width: 100%;
	padding: 0;
} 
.site-header .header-inner{
    align-items: center;
    /*background: #00000054;*/
    padding: 10px 20px;
    border-radius: 20px;
}
.left_menu, .right_menu {
    padding: 0;
}
.logo_wrapper {
    width: 20%;
}
.left_menu_wrapper {
    width: 40%;
}
.right_menu_wrapper {
    width: 40%;
}
.site-header .header-inner .site-branding .site-logo img{
    margin: 0 auto;
    width: 50%;
}
/* Left Menu Css Start */
.right_menu {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-left: 0px;
}
.left_menu {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-right: 20px;
}
.left_menu li, .right_menu li {
    display: inline-block;

    margin: 0 5px;
	border-radius:50px;
    position: relative;
}
.left_menu li a:before, .left_menu li a:after, .right_menu li a:before, .right_menu li a:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: radial-gradient(transparent, #ffffff);
    z-index: -1;
    opacity: 0;
    transition: all 0.4s ease-out;
}
.left_menu li a:before, .right_menu li a:before{
    top: 0;
    left: 0;
}
.left_menu li a:after, .right_menu li a:after{
    bottom: 0;
    right: 0;
}
.left_menu li a, .right_menu li a{
    position: relative;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 20px;
    z-index: 1;
    display: block;
    border-radius: 50px;
    overflow: hidden;
}
.left_menu li:hover a:before, .left_menu li:hover a:after, .right_menu li:hover a:before, .right_menu li:hover a:after{
    width: 200%;
    height: 200%;
    opacity: 0.6;
    transition: all 0.9s ease-out;
}
.left_menu li:hover a:before, .right_menu li:hover a:before{
    top: -50%;
    left: -50%;
}
.left_menu li:hover a:after, .right_menu li:hover a:after{
    bottom: -50%;
    right: -50%;
}
/* Left Menu Css End */
.darkHeader{
    animation: slideDown 0.35s ease-out;
}
.darkHeader .header-inner{
        background: #00000078;
    backdrop-filter: blur(10px);
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/* Header Css End */
/* Form Css Start */
#wpforms-form-195 .wpforms-submit{
    float: right;
    padding: 6px 50px !important;
}
/* Home Page Css Start */
#home_services .elementor-shape {
    display: none;
}
.icon_align h3.elementor-icon-box-title {
    margin-top: 0px;
}
.site-logo .custom-logo {
    transition: .5s ease-in-out;
}
.darkHeader .site-logo .custom-logo {
    width: 50%;
}
/* Home Page Css End */
/* Footer Css Start */
#footer, hr{
    display:none;
}
/* Footer Css End */

.col-md-6 {
    width: 50%;
    padding: 0 15px;
}
.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-bottom:40px;
}
.custom_post_cotent_wrapper .row:nth-child(2n+2) {
    flex-direction: row-reverse;
}
.custom_post_cotent_wrapper h3 {
    font-family: "Dela Gothic One", Sans-serif;
    font-size: 20px;
}
.custom_post_cotent_wrapper h2 {
    font-size: 28px !important;
    line-height: 1.4;
}
.content ul:last-child {
    margin-bottom: 0;
}
.content ul {
    margin-bottom: 30px;
}
.p_ img {
    border-radius: 20px;
    display: block;
    width: 100%;
    overflow: hidden;
}
.col-md-6.col-md-12 {
    width: 100%;
}
.content li a {
    color: #cc800c;
}
.two_images .p_.img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
}
.two_images .p_.img img {
    width: 48%;
}
.elementor-widget-container p a {
    color: #0d6efd;
}
/*.darkHeader {*/
/*    margin-top: 30px;*/
/*}*/
.sub-menu li a:before, .sub-menu li a:after {
    display: none;
}
.sub-menu li a {
    color: #000;
    font-size: 16px;
    padding: 5px 20px 5px 20px;
}
.sub-menu li {
    margin: 0;
}
.sub-menu {
    position: absolute;
    left: 0;
    z-index: 9;
    top: 100%;
    width: 300px;
    padding: 10px;
    background: #fff;
    margin-top: 16px;
    border-radius: 10px;
    transition: .5s ease-in-out;
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
}
.menu-item-has-children:hover .sub-menu {
    opacity: 1 !important;
    transform: translateY(0px) !important;
    visibility: visible !important;
}
.sub-menu:before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 9px 15.6px 9px;
    border-color: transparent transparent #FFFFFF transparent;
    transform: rotate(0deg);
    position: absolute;
    top: -15px;
    transition: .5s ease-in-out;
    transform: translateY(10px);
    opacity: 0;
}
.menu-item-has-children:hover .sub-menu:before {
    transform: translateY(0px);
    opacity: 1;
}
.content ol> li:last-child {
    margin-bottom: 0pc;
}

.content ol> li {
    margin-bottom: 20px;
}
.services_content_wrapper h4 {
    font-family: "Dela Gothic One", Sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 30px;
}
.services_content_wrapper h2 {
    font-size: 25px;
    color: #8888;
    text-transform: uppercase;
}