*{
    margin: 0;
    padding: 0;
}

body{
    
}
.container {
    padding: 0px !important;
}
.sticky-element-placeholder.sticky-element-active{
    height: 115px !important;
}
header#sticky{
    background: #fff;
    height: 136px;
}
nav#wp-megamenu-primary {
    padding: 0px;
    background-color: transparent !important;
}
.wpmm_brand_logo_wrap img {
    width: 100%;
    height: auto;
    position: relative;
    right: 16px;
    object-fit: revert;
}
.sticky-bar {
    position: fixed;
    z-index: 1;
    width: 100%;
    -webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
    -moz-box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
}
.sticky-bar .top__header {
    padding-top: 0px;
    padding-bottom: 35px;
    margin-bottom: 0px;
}
.sticky-bar img {
    width: 80%;
    transition: .3s ease-in;
}
.top__header {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 35px;
}
ul#menu-main-menu {
    position: relative;
    top: -76px;
    text-align: right;
}

ul#menu-main-menu a:hover {
    transition: .3s ease-in;
    text-decoration: none;
    color: #217e6b;
}
.wpmm_brand_logo_wrap {
    width: 145px !important;
    float: none !important;
    position: relative;
    left: 40px;
}
.banner {
    position: relative;
    bottom: 17px;
}
.current-menu-item {
    background: #04d3ed;
}
.current-menu-item a {
    color: #fff !important;
}
ul#menu-main-menu li:after {
    content: "";
    width: 2px;
    height: 20px;
    background: #9d9d9dfc;
    display: inline-block;
    position: relative;
    top: 6px;
}
li#wp-megamenu-item-25:after {
    display: none !important;
}
li#wp-megamenu-item- {
    display: none;
}
.social-wrapper {
    display: flex;
    justify-content: end;
    position: relative;
    bottom: 152px;
    padding-right: 26px;
    left: -12px;
    z-index: 99999;
}
.wpmm-nav-wrap.wpmm-main-wrap-primary {
    display: flex;
    justify-content: space-between;
}
ul#menu-top-menu {
    position: relative;
    top: 28px;
    right: 10px;
}
.social-wrapper a i {
    font-size: 17px !important;
    margin-right: 5px;
}
i{    
    color: #222;
}
section.home-about {
    background: #222;
    margin-top: -20px;
}
.inner-wrapper-about {
    display: flex;
    justify-content: space-evenly;
    gap: 2em;
    align-items: center;
    padding: 50px;
}
.about-cols {
    flex: 1;
}
.first-col-about.about-cols {
    color: #fff;
}
.first-col-about.about-cols h1 {
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin-bottom: 21px;
    border-bottom: 1px solid #504f4f;
    padding-bottom: 10px;
}
.first-col-about.about-cols {
    padding-right: 50px;
}
.first-col-about.about-cols p {
    font-family: 'Poppins';
    font-size: 14px;
    color: #e6e6e6;
    line-height: 26px;
}
ul.wp-megamenu-sub-menu {
    background: #222 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-top: 3px solid #14cdc8 !important;
}
ul.wp-megamenu-sub-menu li{
    margin-bottom: 15px !important;
}
ul.wp-megamenu-sub-menu li a {
    color: #fff !important;
}
ul.wp-megamenu-sub-menu li:after {
    display: none !important;
}
.first-col-about.about-cols a {
    color: #fff;
}
.first-col-about.about-cols a:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 1px;
    background: #fff;
    margin-right: 10px;
    position: relative;
    bottom: 3px;
}
.first-col-about.about-cols a:hover {
    background: #fff;
    color: #222;
    transition: .3s ease-in;
    text-decoration: none;
    padding: 10px;
}
.first-col-about.about-cols a:hover :before {
    color: #222 !important;
}
.drip-wrapper {
    background-color: #3498DB;
    overflow: hidden;
    padding: 50px;
}
.drip-wrapper h3 {
    font-family: 'Montserrat';
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
.drip-wrapper span {
    color: #e2e2e2;
    text-align: center;
    display: block;
    font-family: 'Poppins';
    font-size: 14px;
    position: relative;
    bottom: 40px;
}
.drip-wrapper .text-wrapper-exp p {
    color: #fff;
    font-family: 'Poppins';
    font-size: 14px;
}
p.exp-number {
    background: #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    padding-top: 10px;
    border-radius: 50%;
    font-size: 50px !important;
    font-family: 'Montserrat';
    color: #222 !important;
}
.drip-wrapper .text-wrapper-exp p strong:after {
    display: inline-block;
    content: "";
    width: 30px;
    background: #fff;
    height: 1px;
    margin-left: 10px;
    position: relative;
    bottom: 5px;
    margin-right: 10px;
}
.see-more-wrapper {
    margin-top: 40px;
}
.see-more-wrapper a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
}
.see-more-wrapper a:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 1px;
    background: #fff;
    margin-right: 10px;
    position: relative;
    bottom: 3px;
}
.see-more-wrapper a:hover{
    background: #fff;
    color: #222;
    transition: .3s ease-in;
    text-decoration: none;
    padding: 10px;
}
section.home-services {
    padding: 100px;
    text-align: center;
    background: url('so-white.png');
}
section.home-services img {
    width: 80px;
}
section.home-services h3 {
    font-family: 'Montserrat';
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 65px;
}
section.home-services p {
    font-family: 'Poppins';
    font-size: 14px;
    color: #606060;
    padding-top: 10px;
    margin-top: 11px;
    margin-bottom: 30px;
}
section.home-project {
    padding: 100px;
    background: #eee;
}
section.home-project h3 {
    font-family: 'Montserrat';
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 40px;
}
section.home-project img {
    width: 100%;
}
.project-card {
    box-shadow: 0 1rem 3rem rgb(31 25 41 / 10%);
    background: #fff;
    padding: 60px;
}
.project-card h4 {
    font-family: 'Poppins';
    color: #3498db;
    margin-bottom: 20px;
    border-bottom: 1px solid #3498db;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.project-card ul {
    list-style: none;
    padding-left: 20px;
    padding-right: 40px;
}
.project-card li {
    font-family: 'Poppins';
    font-size: 14px;
    margin-bottom: 10px;
    color: #606060;
}
.project-card li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f178";
    color: #3498db;
    margin-right: 10px;
}
.more-projects a {
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
    top: 28px;
    color: #3498db;
}
.more-projects a:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 1px;
    background: #3498db;
    margin-right: 10px;
    position: relative;
    bottom: 3px;
}
footer {
    padding-top: 25px;
    background: #222;
}
ul#menu-footer-menu {
    display: flex;
    text-align: center;
    justify-content: center;
    list-style: none;
    position: relative;
}
ul#menu-footer-menu li {
    margin-left: 20px;
}
ul#menu-footer-menu li a {
    color: #eee;
    font-family: 'Poppins';
    font-size: 14px;
}
section.copyright {
    text-align: center;
    font-size: 12px;
    color: #eee;
    padding-bottom: 10px;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px !important;
}
.motto-wrapper {
    margin-top: -132px;
    position: relative;
    bottom: 95px;
    left: 50px;
}
.motto-wrapper h3 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    bottom: 35px;
    font-family: 'Montserrat';
}
.motto-wrapper h4 {
    color: #04d3ed;
    font-size: 45px;
    text-transform: capitalize;
    position: relative;
    bottom: 39px;
    font-weight: bold;
    font-family: 'Montserrat';
}
body > div.elementor.elementor-10 {
    display: none;
}
.pt-cv-ifield {
    background: #fff;
    box-shadow: 0 1rem 3rem rgb(31 25 41 / 10%);
    height: 385px;
}
.pt-cv-ifield h3 {
    font-size: 15px;
    text-align: left !important;
    display: block;
    padding-left: 15px;
}
.pt-cv-ifield h3 a {
    color: #222;
}
.pt-cv-content {
    padding-left: 14px;
    font-size: 13px;
    padding-right: 12px !important;
}
.pt-cv-wrapper .btn-success {
    color: #fff;
    background-color: #3498db !important;
    border-color: #3498db !important;
}
.second-col-social a {
    background: #222;
    padding: 10px;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    display: inline-block;
    padding-bottom: 12px !important;
}
.second-col-social a i {
    color: #fff;
    position: relative;
    bottom: 4px;
    left: 1px;
    font-size: 14px !important;
}
section.partners-section {
    padding: 100px;
    text-align: center;
}
section.partners-section h3 {
    font-family: 'Montserrat';
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 40px;
}
section.second-page-layouts {
    background: #eee;
    padding: 50px;
}
.content-holder.container {
    background: #fff;
    padding: 60px !important;
    box-shadow: 0 1px 1px 4px #ededed;
}
h1.page-title {
    font-family: 'Montserrat';
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 25px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.contents-wrapper p {
    font-family: 'Poppins';
    font-size: 14px;
    color: #4d4d4d;
}
.contents-wrapper h4 {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.contents-wrapper ul {
    list-style: none;
    padding-left: 15px;
}
.contents-wrapper ul li {
    font-family: 'Poppins';
    margin-bottom: 4px;
    color: #4d4d4d;
    font-size: 14px;
}
.contents-wrapper ul li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f054";
    color: #4d4d4d;
    margin-right: 10px;
}
h4.wp-show-posts-entry-title a {
    color: #222;
}
/*Tablet styles*/
@media only screen and (max-width:768px) {
    
}
/*L Mobile styles*/
@media only screen and (max-width:742px) {
    .social-wrapper {
        display: none;
    }
    .wpmm_brand_logo_wrap{
        float: left !important;
    }
    .inner-wrapper-about, section.home-services, .drip-wrapper, section.home-project {
        display: block;
        padding: 20px;
    }
    .pt-cv-colsys .pt-cv-content-item img {
        width: 65% !important;
    }
    .pt-cv-colsys .pt-cv-content-item {
        text-align: center;
    }
}
/*M Mobile styles*/
@media only screen and (max-width:375px) {
   
}