@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;800&display=swap');

body{font-family: 'Raleway', sans-serif;}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
::-moz-selection { background: #141414;color:#fff; }
::selection { background: #141414; color:#fff;}
img {
    max-width: 100%;
}

p{line-height:30px;}

.header-wrap{ position: relative;}
.home .header-wrap{height: 100vh;}
.top-menu {
    border-bottom: 1px solid #fff9;
    position: relative;
    z-index: 99;
}
.header-contact {
    display: flex;
    align-items: center;
    min-height: 350px;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 99;
}
.home .header-contact {
    height:85vh;
}

.header-contact small {
    display: block;
    padding-top: 15px;
}

.header-contact h1 {
    font-size: 50px;
    color: white;
    text-shadow: 3px 2px 4px #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 6.5px;
}
.home  .header-contact h1 {
    font-size: 70px;}

.header-contact h1 span {
    display: block;
    font-size: 32px;
    font-weight: 300;
    padding-top: 8px;
     text-transform: capitalize;
}
.header-contact em {
    display: block;
    font-style: normal;
    padding-top: 15px;
    font-size: 26px;
    font-weight: 300;
}
.f-600 {
    font-weight: 600;
}

/**HOME PAGE DESIGN =================**/

.h-cont a, .c-btn, input.wpcf7-form-control.wpcf7-submit {
    display: block;
    background: #3daeef;
    border-radius: 50px;
    padding: 18px;
    width: 200px;
    margin: 50px auto 0;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    border: 1px solid #3daeef;
    text-align: center;
    font-weight: 600;
    text-decoration:none !important;
     -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.h-cont a i.fa, .c-btn i.fa {
    padding-left: 5px;
}

.h-cont a:hover , .c-btn:hover, input.wpcf7-form-control.wpcf7-submit:hover{
    background: #000;
    color:#fff;
    border-color: #fff;
    
}
 input.wpcf7-form-control.wpcf7-submit {width: 100%;margin-top: 35px !important;}
 
.home .h-cont a:hover{
     background: #fff;
    color:#3daeef;
}

.header-wrap:before {
    content: '';
    background: rgb(0 0 0 / 40%);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

/**MENU ITEM =================**/
.header-social {
    float: right;
    width: 3%;
    padding-top: 22px;
    position: absolute;
    right: 0;
}
.header-social a{color:#fff !important;}
.header-social a:hover{opacity:0.8 !important;}

#branding #mainnav ul li:first-child {
    border-left: none;
}


#branding #mainnav ul li {
    padding: 0 25px;
        margin-bottom: 0;
        float: none;
    list-style: none;
    position: relative;
    display: inline-block;
    text-align: right;
}

#branding #mainnav ul li a {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #fff !important;
    text-transform: capitalize;
}

#branding #mainnav {
    margin: 9px 0 0;
    max-width: 70%;
    float: right;
    padding-top: 12px;
    padding-right: 3%;
}
#branding #mainnav ul li a:hover {
    opacity: 0.7;
}
.menu li:before {
    background: #ffffff;
    content: '';
    transform: skew( 
-26deg
 );
    position: absolute;
    width: auto;
    padding: 1px;
    left: 0;
    top: 0;
    height: 21px;
}
#branding #mainnav ul li:first-child:before {content:none;}


/*HOMEPAGE DESIGN ====================*/
#wrap{margin: 100px auto;}
.accordion .card-body{padding:0;}
.accordion {
    border: 1px solid #cccccc;
    padding: 25px;
    border-radius: 5px;
    background: #efefef;
    background-image: linear-gradient(#eaeaea, #fdfdfd);
    box-shadow: 4px 5px 11px 0px #ccc;
}
.menu-item button.c-btn {
    border: none !important;
    width: 100%;
    text-align: left;
    padding: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background: #2d63a3;
    outline: none !important;
    cursor: pointer;
    color: #fff;
        background-image: linear-gradient(#2d63a3, #38a8cc);
    border-radius: 5px 5px 0 0;
}

.menu-item button.btn.btn-link, .menu-item a.btn.btn-link, button.more-links {
    text-decoration: none;
    padding: 0;
    color: #2f2f2f;
    font-weight: 600;
    word-break: break-all;
    white-space: normal;
    text-align: left;
    margin-bottom: 10px;
    border: none;
    background: none;
    outline:none;
}
.sub-links .btn-link {
    font-size: 14px;
    margin-left: 15px;
    color: #2e87d4 !important;
}

.sub-links i.fa {
    padding-right: 5px;
    color: #2e87d4;
    font-size: 16px;
}

.menu-item {
    margin-bottom: 25px;
}

#wrap .accordion .card:last-of-type, #wrap .accordion .card:first-of-type {
    border: 1px solid #369bc4 !important;
    border-top: none !important;
    border-radius: 0 0 5px 5px !important;
}

.card-body iframe {
    width: 100%;
    height: 365px;
    border: 5px solid #d0d0d0;
    border-radius: 10px;
}

.tab-heading h2 {
    margin-bottom: 25px;
        padding-top: 19px;
}

.menu-item h4 i.fa {
    padding-right: 4px;
    color: #1748fb;
}

.menu-item h4 {
    font-size: 15px;
    color: #464646;
    font-weight: 600;
}
.menu-item h4 span {
    color: #1748fb;
}

.cs-btn {
    background: #000;
    color: #fff;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    height: 80px;
    font-size: 22px;
    text-decoration: none !important;
    background-image: linear-gradient(#2d3ca3, #8538cc);
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.cs-btn:hover {
    background-image: linear-gradient(#8538cc, #2d3ca3);
    color: #fff !important;
}
.audio-wrap audio {
    width: 100%;
    border: 1px solid #848484;
}

/*FOOTER ======*/
footer#colophon {
    background: #272727;
}
#colophon p {
    margin: 0;
}

footer#colophon {
    background: #171717;
    color: #bfbfbf;
    padding: 25px 0;
}
.blog footer#colophon {
    margin-top: 25px;
}

/******BLOG PAGE ====**/

.blog .header-wrap {
    background: url(http://nlpsalesmastery.net/wp-content/uploads/2021/04/pexels-photo-3153199-scaled.jpeg) no-repeat !important;
    background-size: cover !important;

}


#content .page p {
    padding: 0 0 10px 0;
}
.wp-block-buttons>.wp-block-button:last-child {
    margin-right: 0;
    margin: 0 auto 35px;
}
.post-design {
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 2px 5px 8px 2px #ccc;
    margin-bottom: 55px;
}

.blog div#secondary {
    display: none;
}
.blog .col-md-4 {
    float: left;
}
.single-post #secondary {
    display: none;
}
h2.entry-title {
    font-weight: 600;
    font-size: 18px;
}
h2.entry-title a{
    color:#252525;
}
.entry-content p{
    font-size: 14px;
    letter-spacing: 1.2px;
    color: #000;
    padding-top:15px;
} 
.entry-content {
    padding: 25px;
    text-align:center;
}
.entry-content .c-btn {
    margin: 20px auto 0;
    padding: 10px;
    width: 150px;
}

/*SINGLE POST======**/
#comments{display:none;}
.single-post #content {
    width: 70%;
    float: left;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 2px 5px 8px 2px #ccc;
    padding: 30px;
}
.single-post #secondary {
    display: block;
    float: right;
    margin: 0;
    width: 25%;
}
.single-post #content .single-entry-details {
    padding: 0;
}

#content .single-entry-content blockquote {
    margin: 20px 20px 10px 0px;
    background: none;
    border-left: 2px solid #007bff;
    font-size: 18px;
    padding: 10px 0 0 25px;
}
figure.wp-block-pullquote blockquote {
    border: none !important;
    border-top: 1px solid #676767 !important;
    border-bottom: 1px solid #676767 !important;
    font-size: 10px !important;
    padding-top:10px;
}

figure.wp-block-pullquote blockquote p {
    line-height: 35px !important;
}

figure.wp-block-pullquote {
    margin-top: 0 !important;
    padding-top: 0;
}
.single-post .wp-block-pullquote {
    padding:0;}
    
.single-post p{line-height: 28px;}
#content .post ul li, #content .page ul li, .commentlist ul li {
    padding: 0 0 12px;
    list-style: disc;
}
.h2, h2 {
    font-size: 2rem;
    font-weight: 600;
}
#content .single-entry-content h2 {
    padding: 25px 0 15px;
}

.wpcf7 input, .wpcf7 textarea {
    border: 1px solid #a9a9a9;
    padding: 15px;
    outline: none;
    font-size: 14px;
    width: 100%;
    margin-top: 25px;
    border-radius: 5px;
}

.wpcf7 textarea {
    height: 132px;
    resize: none;
}
input.wpcf7-form-control.wpcf7-submit{margin:15px auto 0;}
span.rpwwt-post-title {
    position: relative;
    top: 20px;
    color: #000;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 img {
    border-radius: 100px;
}
.widget h3.widget-title, .widget_get_recent_comments h1.widget-title {
    padding: 10px;
    color: #ffffff;
    background: #191919;
    border-radius: 5px;
    text-align: center;
    line-height: 36px;
    margin: 0 0 25px;
    font-size: 19px;
    text-transform: uppercase;
}
aside.widget ul li {
    padding: 0 0 7px 0;
    line-height: 1.4em;
    margin: 0;
}
nav#nav-below {
    display: none;
}



/**SERVICES PAGE ========================================**/
.box-design h3, .featured-image-box h3 {
    font-size: 18px;
    font-weight: 600;
    min-height: 80px;
    display: flex;
    align-items: center;
    text-align:center;
    justify-content: center;
	text-transform: uppercase;
}
.featured-image-box h3 {
    min-height: 0;
    padding-top: 15px;
}

.box-design {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 35px;
    min-height: 740px;
    border-bottom: 2px solid #000;
}

.box-design img {
    border-radius: 5px 5px 0 0;
}

.ser-pic {
    overflow: hidden;
}

.ser-cont {
    padding: 25px;
    text-align: center;
}

.box-design p:before {
    background: #000;
    height: 2px;
    display: block;
    width: 150px;
    content: '';
    /* width: 100%; */
    margin: 0 auto 15px;
}
.box-design p.cont {
    min-height: 230px;
}

a.c-btn.c-btn2 {
    font-size: 12px;
    padding: 8px;
    width: 160px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #1b1b1b;
    border-color: #1b1b1b;
    margin: 35px auto 0;
}

a.c-btn.c-btn2 i.fa {
    color: #3daeef;
}
a.c-btn.c-btn2:hover{
    background:transparent;
    color:#1b1b1b;
    
} 

/**GALLERY PAGE DESIGN =============================*/
.single-bwg_gallery .header-wrap {
    background: url(/wp-content/uploads/2021/06/banner-min.jpg) no-repeat !important;
    background-size: cover !important;
	background-position: center !important;
}
.single-bwg_gallery header.single-entry-header {
    padding-left: 10px;
}
.single-bwg_gallery #content {
    width: 100%;
    float: right;
}
.single-bwg_gallery div#secondary, .single-bwg_gallery #tertiary {
    display: none;
}
.bwg-item0 {
    border: 1px solid #b1b1b1 !important;
    padding: 4px !important;
    background: #fff !important;
    margin: 5px !important;
}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails {
	justify-content: left !important;}

.single-bwg_gallery #content .single-entry-header h1.entry-title {
    color: #000 !important;
    font-size: 36px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}
.single-bwg_gallery header.single-entry-header p, .single-bwg_gallery footer.single-entry-meta {
    display: none;
}
.single-bwg_gallery #wrap {
    margin: 100px auto 50px;
    max-width: 1170px;
    padding: 0 15px;
}
.box-design h3 a {
    color: #000;
    text-decoration: none !important;
}
.box-design h3 a:hover{opacity:0.6}

/**PROJECT PAGE DESIGN=============================*/
img{ -webkit-transition: 0.4s ease;
  transition: 0.4s ease;}
  
.ser-sec01-cont p em {
    font-style: normal;
    font-size: 45px;
}
  
.sec-project .col-md-6 {
    padding-top: 35px;
}
.sec-project .ser-pic  {
    border: 1px solid #ccc;
    overflow:hidden;
     
}
.sec-project .ser-pic img {
    padding: 4px;
     
}
.sec-project .ser-pic img:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.ser-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 430px;
}

.ser-flex h3 {
    font-weight: 600;
    padding-bottom: 25px;
    font-size: 24px;
    line-height: 36px;
}

.ser-flex h3:after {content: '';height: 2px;background: #000;display: block;width: 50%;margin: 10px auto 0;}

/*02*/
.background-set {
    background: #eaeaea;
    padding: 75px 0 40px;
    margin: 85px 0 45px;
}
.background-set .ser-cont {
    padding: 25px 0 0 0;
}
.background-set .ser-flex {
    min-height: 180px;
}
.background-set .ser-flex h3:after{content:none;}
.sec-project .background-set .ser-pic {
    border: 1px solid #cacaca;
    background: #fff;
}
.mt-7{
    margin-top: 75px !important;
}

/*GEAT A QUOTE PAGE DESIGN ============*/
.page-id-11 #wrap {
    margin: 100px auto 70px;
}
.contact-page .sec01-pic {
    background: #eaeaea;
    border-radius: 100%;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 auto;
    margin-top: 75px;
}

.contact-page .sec01-pic img {
    width: 150px;
}

/**CONTACT PAGE ====================*/
.contact-page-last h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    padding-top: 15px;
}

.contact-box {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
        margin-bottom: 25px;
}
.contact-box a{color:#212529;}
.contact-pic, .connect-social {
    margin-top: 45px;
}
.contact-box.middle {
    background: #000;
    color: #fff;
}

.contact-box.middle a {
    color: #fff;
}
.connect-social i.fa {
    font-size: 36px;
}

/** BLINK TEXT CSS =====**/
@-webkit-keyframes blinker {
	from {
		opacity: 1.0
	}
	to {
		opacity: .0
	}
}
.blink {
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: .6s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate
}
@-webkit-keyframes blinking {
	from {
		opacity: 1.0
	}
	to {
		opacity: .0
	}
}
.blinks {
	text-decoration: blink;
	-webkit-animation-name: blinking;
	-webkit-animation-duration: .9s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate
}


/***/
.display-mob {display: none;}
#site-title {
    float: left;
}

.featured-image-box {
    padding-top: 30px;
}

.featured-image-box img {
    border: 1px solid #ccc;
    padding: 4px;
    width: 100%;
    border-radius: 4px;
}


/***Responisve Code========================================================*/

@media screen and (max-width:1060px){
    #site-title {
    float: none;
}
    header#branding {
    text-align: center;
}
#branding #mainnav ul li {
    float: none;
    display: inline-block;
    text-align: center;
}
#branding #mainnav {
    max-width: 100%;
    float: none;
    text-align: center;
}
#wrap {
    margin: 50px auto !important;
}
.header-social {
    float: right;
    width: 3%;
    padding-top: 24px;
    position: absolute;
    right: 1%;
    top: 50%;
}

}

@media screen and (max-width:990px){
.contact-page .sec01-pic {
    width: 200px;
    height: 200px;}

.home .header-contact h1 {
    font-size: 55px;
}
.header-contact h1 {
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#site-title {
    padding: 20px 0 15px;
}
.contact-page .sec01-pic img {
    width: 100px;
}
.contact-box {
    padding: 0 15px;
    word-break: break-all;
}
.contact-page-last .ser-flex {
    min-height: 320px;
}

}

@media screen and (max-width:768px){
.header-contact {
    min-height: 200px;
}
.ser-cont {
    padding-top: 0;}
    .ser-flex {
    min-height:0;
}
.ser-flex h3 {
    font-size: 18px;
    line-height: 24px;
}
.single-bwg_gallery #content .single-entry-header h1.entry-title {
    font-size: 24px;}

    
}

@media screen and (max-width:767px){
    .display-mob {display: block;}
    .display-nonmob {display: none;}
    
    .ser-flex, .background-set .ser-flex {
    min-height: 0;
}
.background-set img{width:100%;}
.header-contact {
    min-height: 200px;
}
.sec01-pic {
    padding-bottom: 25px;
}
.box-design img {
    border-radius: 5px 5px 0 0;
    width: 100%;
}
.container-fluid {
    max-width: 540px;
}
.contact-page .sec01-pic {
    margin-top: 0;
    margin-bottom: 15px;
}
.contact-page-last .ser-flex {
    min-height: 0;
}
.mt-7 {
    margin-top: -30px !important;
}
.background-set {
    background: #eaeaea;
    padding: 75px 0 0;
    margin: 85px 0 0;
}
.pro-box {
    margin-bottom: 45px;
}
.box-design p.cont {
    min-height: 0;
}

    
}



/* ---------------- For sticky header: class="float-panel"  ------------------*/
.float-panel {
    width:100%;background:transparent;z-index:300;transform: translateZ(0);
    transition:all 0.5s; /* Effect for switching from .fixed to static */
}
.float-panel .content-area {margin:2px auto;}
.float-panel a {font-size:16px;text-decoration:none;color:#444;display:inline-block;}
.float-panel .fa-gg {color:#F0595C;font-size:30px;vertical-align:middle;transition:all 1s;}
/* when class="float-panel fixed" */

.fixed {
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    padding: 4px 0;
    animation: slide-down 0.7s;
    background: #000000b3;
    border-color: #000000b5;
}

.fixed .fa-gg {transform: rotate(360deg); }
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}


.fixed nav#mainnav {
    padding: 5px 3% 5px 0 !important;
}
.fixed ul{margin:0;}
a.m-display {
    display: none;
}
.fixed a.m-display {
    display: block;
}
.fixed a.l-display {
    display: none;
}
.fixed #site-title {
    padding: 13px 0;
}

.fixed .header-social {
    padding-top: 15px;
}

/***MOBILE NAV DESIGN ===================**/
.mobile-nav button {
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 22px;
    width: 40px;
    text-align: center;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 35px;
}
.mobile-nav div#demo {
    background: #0c0c0c;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-top: 5px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}

.mobile-nav nav#mainnav {
    width: 100%;
    float: none;
}

.mobile-nav nav#mainnav li {
    display: block !important;
    text-align: left;
    border-bottom: 1px solid #cccc;
    text-transform: uppercase;
}
.mobile-nav .header-social {
    width: 100%;
    padding: 0 0 15px;
    position: static;
    float: none;
}
.mobile-nav .menu li:before{content:none;}
#branding .mobile-nav #mainnav ul li a {
    text-transform: uppercase;
    padding: 10px 0;
}
#branding .mobile-nav #mainnav{padding:0;margin:0;}