/*!
Theme Name: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.27.4
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

ul#top-menu li {
    text-transform: uppercase;
    font-weight: 700;
}
.skilltag h2 {
    background: #ff6600;
    padding: 14px 30px;
    display: inline-block;
    color: #fff;
    font-size: 24px;
}
#top-menu li a {
    font-size: 16px;
    font-weight: 400 !important;
}
.et_fullwidth_nav #main-header .container {
    width: 90% !important;
}
.formcontact p {
    display: inline-block !important;
    width: 23% !important;
    margin-right: 1%;
    vertical-align: bottom;
    padding-bottom: 0;
}
.formcontact form.wpcf7-form.init p input {
    padding: 14px 12px;
    border: 1px solid #000;
    width: 100%;
    vertical-align: bottom;
    /* background: #000; */
    color: #fff;
   /* border-radius: 13px;*/
}
span.wpcf7-spinner {
    display: none;
}
.single .post {
    padding-bottom: 0 !important;
}
.formcontact form.wpcf7-form.init p input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #000;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 600;
    border: 1px solid #9EC0F6;
    padding: 15px 22px;
    cursor: pointer;
}
.et-social-linkedin a.icon:before {
    content: "\e09d";
}
#footer-info a {
    font-weight: 400;
}
ul.et-social-icons {
    display: none;
}
.connetbg strong {
    background: #9EC0F6;
   padding: 0 10px 0 0;
}
footer#main-footer #footer-bottom {
    padding: 15px;
}
.single-post .et_post_meta_wrapper {
    display: none !important;
}
.contctform input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #9EC0F6;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    color: #000;
     cursor: pointer;
}
.formcontact form.wpcf7-form.init p input::placeholder {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.swiper-slide img {
    filter: grayscale(1);
}
.swiper-slide img:hover {
    filter: grayscale(0);
}
.contctform {
    padding: 50px;
}
.contctform p {
    width: 100%;
}
.contctform p textarea {
    width: 100%;
    padding: 24px;
    height: 100px;
}
.contctform p input {
    width: 100%;
    padding: 24px;
}
.contctform p input::placeholder {
  font-size : 15px;
}
.contctform p textarea::placeholder {
  font-size : 15px;
}
.joinsection .et_pb_column_1_5 {
    position: relative;
}
.joinsection .joinone:before {
    position: absolute;
    content: "1";
    font-size: 250px;
    right: 2%;
    font-weight: 900;
    top: 39%;
    color: #9ec0f630;
}
.joinsection .jointwo:before {
    position: absolute;
    content: "2";
    font-size: 250px;
    right: 2%;
    font-weight: 900;
    top: 39%;
    color: #9ec0f630;
}
.joinsection .jointhree:before {
    position: absolute;
    content: "3";
    font-size: 250px;
    right: 2%;
    font-weight: 900;
    top: 39%;
    color: #9ec0f630;
}
.joinsection .joinfour:before {
    position: absolute;
    content: "4";
    font-size: 250px;
    right: 2%;
    font-weight: 900;
    top: 39%;
    color: #9ec0f630;
}
.joinsection .joinfive:before {
    position: absolute;
    content: "5";
    font-size: 250px;
    right: 2%;
    font-weight: 900;
    top: 39%;
    color: #9ec0f630;
}
/*.example1 {
 height: 50px;	
 overflow: hidden;
 position: relative;
}
.example1 h3 {
 font-size: 3em;
 color: limegreen;
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position 
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element 
 -moz-animation: example1 15s linear infinite;
 -webkit-animation: example1 15s linear infinite;
 animation: example1 15s linear infinite;
}
/* Move it (define the animation) 
@-moz-keyframes example1 {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes example1 {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes example1 {
 0%   { 
 -moz-transform: translateX(100%); /
 -webkit-transform: translateX(100%); 
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); 
 -webkit-transform: translateX(-100%); 
 transform: translateX(-100%); 
 }
}*/
.bggrow {
    overflow: hidden;
}
.bggrow:before {
    content: "";
    position: absolute;
    background: url(https://grabmethis.com/nafe/wp-content/uploads/2025/03/bgbefore.png);
    height: 487px;
    width: 491px;
    top: -170px;
    left: -190px;
    opacity: .8;
}
.floatingbtn {
    position: fixed;
    right: -77px;
    background: #9EC0F6;
    rotate: -90deg;
    z-index: 1;
    bottom: 40%;
    padding: 14px 40px;
    color: #000 !important;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
}
.floatingbtn a {
    color: #000 !important;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.formstick {
    position: sticky !important;
    bottom: 0;
    width: 100%;
    background: #9EC0F6 !important;
    z-index: 111;
}
#logo {
    max-height: 75% !important;
}

 @media (min-width: 600px) and (max-width: 992px) {
.colorsection .et_pb_column.et_pb_column_1_3 {
    width: 33%;
    display: inline-block;
}
 }

@media screen and (max-width: 980px) {
    .mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    color: #000 !important;
}
.et_mobile_menu li a, .nav li li a {
        font-size: 16px !important;
}
.et_mobile_menu {
        border-top: 3px solid #000 !important;
}
.contctform {
    padding: 20px !important;
}
}