@charset "UTF-8";



@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;500&amp;display=swap');
/*

Theme Name: Grafdom 2019

Theme URI: https://www.grafdom.com/

Author: Grafdom Team

Author URI: https://www.grafdom.com/

Version: 1.0

Text Domain: grafdom

*/





.folio-item{

    margin-bottom: 30px;

    position: relative;

}



.folio-item .img-fluid{

    width: 100%;

    height: 500px;

    object-fit: cover;

}



.folio-item .folio-overlay{

    transition: all 0.3s ease;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 153, 0, 0.9);

    text-align: center;

    color: #fff;

    opacity: 0;

}



.folio-item:hover .folio-overlay{

    opacity: 1;

}



.folio-item .folio-overlay .folio-overlay-content{

    margin-top: 200px;

}

.folio-item .folio-overlay a{

    color: #fff !important;

    text-decoration: none;

}

.folio-item .folio-overlay .folio-overlay-content h2{

    color: #fff !important;

    font-size: 28px;

    margin: 0px 0px;

    padding: 0px 0px;

}

.folio-item .folio-overlay .folio-overlay-content p{

    color: #fff !important;

    font-size: 19px;

    margin: 0px 0px;

    padding: 0px 0px;

}

.folio-item .folio-overlay .folio-overlay-content hr{

    width: 50px;

    margin: 20px auto 30px auto;

    display: block;

    border: none;

    height: 2px;

    background: #fff !important;

} 

/*  photography */

.photo-folio-item{

    margin-bottom: 30px;

    position: relative;

    overflow: hidden;

}



.photo-folio-item .img-fluid{

    width: 100%;

    height: 350px;

    object-fit: cover;

    

    transition: all 0.3s ease;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

}



.photo-folio-item:hover .img-fluid{

    transform: scale(1.5);

    -webkit-transform: scale(1.5);

    -moz-transform: scale(1.5);

}



.photo-folio-item .photo-folio-overlay{

    transition: all 0.3s ease;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.5);

    text-align: center;

    color: #fff;

    opacity: 0;

}



.photo-folio-item:hover .photo-folio-overlay{

    opacity: 1;

}



.photo-folio-item .photo-folio-overlay .photo-folio-overlay-content{

    margin-top: 150px;

}

.photo-folio-item .photo-folio-overlay a{

    color: #fff !important;

    text-decoration: none;

}

.photo-folio-item .photo-folio-overlay .photo-folio-overlay-content h3{

    color: #fff !important;

    font-size: 18px;

    margin: 0px 0px;

    padding: 0px 0px;

}

.photo-folio-item .photo-folio-overlay .photo-folio-overlay-content p{

    color: #fff !important;

    font-size: 19px;

    margin: 0px 0px;

    padding: 0px 0px;

}

.photo-folio-item .photo-folio-overlay .photo-folio-overlay-content hr{

    width: 50px;

    margin: 20px auto 30px auto;

    display: block;

    border: none;

    height: 2px;

    background: #fff !important;

}

.sm-thumbs .thumb-img{

    padding: 0px 5px !important;

}








.red-btn{
    background:#d10506;
    border-color: #d10506 !important;
    color:#fff;
    
    &:hover{
        background: transparent;
    }
}

.full_width{ width:100% !important; }

.video-hero{
    position: relative;
    width: 100%;
    height: 70vh;
    min-height: 488px;
    overflow: hidden;
}

.video-hero .text-con{
    position: absolute;
    z-index: 8887;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px 0px;
    background: rgba(0, 0, 0, 0.35);
}
.video-hero .wrap{
    width: 100%;
    max-width: 630px;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.video-hero .bordered-title{
    padding-left: 50px;
    border-left: solid 4px #77C77C;
}
.video-hero .text-con h1{
    color: #fff;
    font-size: 42px;
    max-width: 500px;
    font-weight: bold;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.35);
    margin-bottom: 20px;
}
.video-hero .text-con h1 span{
    color: #77C77C;
}
.video-hero .text-con p{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-weight: 600;
}

.video-hero .main-links-con{
    margin-top: 30px;
    padding-left: 52px;
}
.video-hero .main-links-con ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.video-hero .main-links-con ul li{
    display: inline-block;
}
.video-hero .main-links-con ul li a{
    color: #fff;
    margin-right: 20px;
    font-weight: 600;
}

.video-hero .main-links-con ul li a svg{
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;

    width: 35px;
    height: 35px;
    border: solid 1px #77C77C;
    margin-right: 5px;
    line-height: 35px;
    text-align: center;
    padding: 8px 8px;
    background: transparent;
    color: #fff;
    border-radius: 2px;
    vertical-align: middle;
}

.video-hero .main-links-con ul li a:hover svg{
    background: #77C77C;
}


.qlwapp-description a {
    font-weight: 700;
    color: #fff;
}

.thumb-img {
    height: 150px !important;
    padding: 0px 5px !important;
}

.blog-item {
    margin-bottom: -15px;
}

.owl-dots {
    display: none;
}

.menu-open {
    margin-right: 30px;
}

.tel-icon {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.tel-icon svg {
    color: #009900;
    font-size: 24px;
    vertical-align: sub;
}

.green_nav-sub_header a svg {
    font-size: 18px !important;
    vertical-align: text-bottom;
}

.related-services li a {
    text-transform: capitalize;
}

.page-id-5925 .gallery-con img {
    height: 218px;
    object-fit: cover;
    width: 100%;
}

.post-content h4 {
    color: #009900;
    font-size: 1.25rem;
}

.post-content h5, a {
    color: #009900;
}

section p {
    line-height: 28px;
}

.post-content ul {
    margin-bottom: 1rem;
}

.post-content ul li {
    padding: 0 0 5px 25px;
}

.qpp-style.default input[type=text]:hover, 
.qpp-style.default input[type=text]:focus {

    border-color: #009900;

}

.qpp-style.default p.submit {
    clear: both;
    text-align: right;
color: #009900;
float: right;

}

.qpp-style.default p.submit:hover {
color: #ffffff;
}

.qpp-style.default #submit {
    padding: 4px 16px;
    font-size: 12px;
    border: solid 1px transparent;
    border-radius: 5px 5px;
    background: #009900;
    color: #ffffff;
    text-transform: uppercase;
}

.qpp-style.default #submit:hover {
    color: #009900;
    border-color: #009900;
    background: transparent;
}

.qpp-style.default input[type="reset"] {
    color: #ffffff;
    border-color: #17132b;
    background: #17132b;
    padding: 4px 16px;
    font-size: 12px;
    border: solid 1px transparent;
    border-radius: 5px 5px;
    text-transform: uppercase;
}

.qpp-style.default input[type="reset"]:hover {
    color: #17132b;
    border-color: #17132b;
    background: transparent;
}

.qpp-style.default p.qpp-blurb {
    margin: 25px 0 20px;
}

.gallery-con img {
    width: 100%;
    height: 212px;
    object-fit: cover;
}

.testi-container h3 span {
    color: #009900;
    font-size: 12px;
}

#qlwapp.qlwapp-bottom-right {
    bottom: 110px;
}

#qlwapp.qlwapp-button .qlwapp-toggle {
    padding: 12px 20px;
    font-size: 20px;
    height: auto;
}

.post-content img {
    width: 100%;
    height: auto;
}

.sm-thumbs .thumb-img {
    height: 150px;
}

/* Registration Plan Starts */

#registration-plan-form {
    width: 80%;
    margin: 0 auto;
}

.registration-plan h1 {
  margin-bottom: 25px;
}

.registration-plan .columns.prices-columns{
  text-align: center;
  padding: 0;
}

.registration-plan .header {
  color: white;
  font-size: 25px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.registration-plan .columns.prices-columns:nth-child(2) .header{
  background: #009900;
}

.registration-plan .columns.prices-columns:first-child .header,
.registration-plan .columns.prices-columns:nth-child(3) .header{
    background: #17132b;

}

.registration-plan .columns.prices-columns .header span.hot {
    display: block;
    background: #fea700;
    color: #fff;
    font-size: 14px;
    padding: 14px 5px;
}

.registration-plan .prices-columns:nth-child(3) .prices-detail .price{
  font-size: 29px;
}


.registration-plan .columns.prices-columns h3{
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 15px 5px;
    box-shadow: 0 8px 12px 0 #ffffff14;
}

.registration-plan .columns.prices-columns p{
  margin: 0px;
}


.registration-plan .columns.prices-columns .sub-script{
    font-size: 8px;
    margin-bottom: 1px;
}
.registration-plan .columns.prices-columns .price{
  font-size: 35px;
}


.registration-plan .price-desc {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.registration-plan .price-desc:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.registration-plan .price-desc li {
  border-bottom: 1px solid #eee;
  padding: 15px 5px;
  text-align: center;
  list-style: none;
  font-size: 15px;
}

.registration-plan .price-desc li:nth-child(odd) {
  background: #e8e8e8;
}

.registration-plan .price-desc .grey {
  background-color: #eee;
  font-size: 20px;
}

.registration-plan .button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

.registration-plan .fa-check{
    color: white;
    /*background: #009900;*/
    border-radius: 50%;
    padding: 4px;
    font-size: 18px !important;

    background: -moz-linear-gradient(272deg, rgba(0,153,0,0.95) 0%, rgba(0,135,0,0.7) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,153,0,0.95)), color-stop(100%, rgba(0,135,0,0.7))); /* safari4+,chrome */
    background: -webkit-linear-gradient(272deg, rgba(0,153,0,0.95) 0%, rgba(0,135,0,0.7) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(272deg, rgba(0,153,0,0.95) 0%, rgba(0,135,0,0.7) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(272deg, rgba(0,153,0,0.95) 0%, rgba(0,135,0,0.7) 100%); /* ie10+ */
    background: linear-gradient(178deg, rgba(0,153,0,0.95) 0%, rgba(0,135,0,0.7) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009900', endColorstr='#008700',GradientType=0 ); /* ie6-9 */
}

.registration-plan .fa-times{
    color: white;
    /*background: #aaabaaa3;*/
    border-radius: 50%;
    padding: 4px 6px;
    font-size: 18px !important;

    background: -moz-linear-gradient(272deg, rgba(133,133,133,0.9) 0%, rgba(133,133,133,0.71) 99%, rgba(169,169,169,0.7) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(133,133,133,0.9)), color-stop(99%, rgba(133,133,133,0.71)), color-stop(100%, rgba(169,169,169,0.7))); /* safari4+,chrome */
    background: -webkit-linear-gradient(272deg, rgba(133,133,133,0.9) 0%, rgba(133,133,133,0.71) 99%, rgba(169,169,169,0.7) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(272deg, rgba(133,133,133,0.9) 0%, rgba(133,133,133,0.71) 99%, rgba(169,169,169,0.7) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(272deg, rgba(133,133,133,0.9) 0%, rgba(133,133,133,0.71) 99%, rgba(169,169,169,0.7) 100%); /* ie10+ */
    background: linear-gradient(178deg, rgba(133,133,133,0.9) 0%, rgba(133,133,133,0.71) 99%, rgba(169,169,169,0.7) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#858585', endColorstr='#A9A9A9',GradientType=0 ); /* ie6-9 */
    width: auto;

}

.plan-btns a {
    display: block;
    margin-bottom: 15px;
}

.plan-btns a.blue-btn {
    background: #17132b;
}

.plan-btns a.blue-btn:hover {
    background: transparent;
    border: 1px solid #17132b;
    color: #17132b;
}

/* PPC Ads Social Tabs Styling */

.social-ads-tabs .ui-widget.ui-widget-content {
    font-family: 'Poppins', sans-serif;
    border: none;
    padding: 0;
    border-radius: 0;
}

.social-ads-tabs .ui-tabs .ui-tabs-nav {
    padding-bottom: 40px;
    border-radius: 0;
    border: none;
    background: transparent;
    margin-bottom: 50px;
    border-bottom: 1px solid #e3e3e5;
}

.social-ads-tabs .ui-tabs .ui-tabs-nav li {
    background: transparent;
    border: 0 none;
    font-size: 16px;
    font-weight: 400;
    width: 200px;
    margin-right: 20px;
}

.social-ads-tabs .ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
    width: 100%;
    padding: 10px 20px;
    background: #f6f7f9;
    border: 1px solid #e3e3e5;
    border-radius: 50px;
    margin-bottom: 10px;
}

.social-ads-tabs .ui-tabs .ui-tabs-nav li .fb-ads span.social-icon {
    background-image: url(../png/fb-icon.png);
}

.social-ads-tabs .ui-tabs .ui-tabs-nav li .ins-ads span.social-icon {
    background-image: url(../png/insta-icon.png);
}

.social-ads-tabs .ui-tabs .ui-tabs-nav li .ln-ads span.social-icon {
    background-image: url(../png/linkedin-icon.png);
}

.social-ads-tabs .ui-tabs .ui-tabs-nav li span.social-icon {
    background-repeat: no-repeat; 
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
    float: left;
    margin-right: 7px;
}


.social-ads-tabs .ui-tabs .ui-tabs-nav li .fb-ads:hover span.social-icon,
.social-ads-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active .fb-ads span.social-icon {
    background-image: url(../png/fb-icon-white.png);    
}

.social-ads-tabs .ui-tabs .ui-tabs-nav li .fb-ads:hover,
.social-ads-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active .fb-ads {
    background-color: #1f6db5; 
    color: #ffffff;
    border-color: #1f6db5;
}

.social-ads-tabs .ui-tabs .ui-tabs-nav li .ins-ads:hover span.social-icon,
.social-ads-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active .ins-ads span.social-icon {
    background-image: url(../png/insta-icon-white.png);
}

.social-ads-tabs .ui-tabs .ui-tabs-nav li .ins-ads:hover, 
.social-ads-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active .ins-ads {
    background-color: #c4178a; 
    color: #ffffff;
    border-color: #c4178a;
}

.social-ads-tabs .ui-tabs .ui-tabs-nav li .ln-ads:hover span.social-icon,
.social-ads-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active .ln-ads span.social-icon {
    background-image: url(../png/linkedin-icon-white.png);
}

.social-ads-tabs .ui-tabs .ui-tabs-nav li .ln-ads:hover, 
.social-ads-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active .ln-ads {
    background-color: #3682bc; 
    color: #ffffff;
    border-color: #3682bc;
}

.social-ads-tabs .ui-tabs .ui-tabs-nav li a span {
    display: block;
    font-size: 11px;
    line-height: 10px
}

.social-ads-tabs .ui-tabs .ui-tabs-panel {
    background: #e0ecec;
    padding: 50px 50px 100px 50px;
    border: 0 none;
    border-bottom-left-radius: 175px;
    border-top-right-radius: 175px;
    position: relative;
}

.social-ads-tabs .content-section {
    width: 55%;
    text-align: left;
}

.social-ads-tabs .content-section h2 {
    margin-bottom: 25px;
}

.social-ads-tabs .content-section h2 span {
    font-weight: 200;
}

.social-ads-tabs .content-section p {
    font-weight: 400;
    color: #3e403f;
}

.social-ads-tabs .img-cont {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -40px;
    right: 10px;
    width: 700px;
    height: 534px;
}

#fb-ads .img-cont {
    background-image: url(../png/fb-mobile-img.png);
}

#ins-ads .img-cont {
    background-image: url(../png/instagram-mobile-img.png);
}

#ln-ads .img-cont {
    background-image: url(../png/linkedin-mobile-img.png);
}

.page-template-email-marketing .wm-border-box {
    min-height: auto;
}


@media (max-width: 992px){

    .social-ads-tabs .ui-tabs .ui-tabs-nav li {
        float: none;
        margin: 0 auto;
        width: 95%;
    }

    .social-ads-tabs .ui-tabs .ui-tabs-panel {
        padding: 15px;
        border-radius: 0;
    }

    .social-ads-tabs .content-section {
        width: 100%;
        text-align: center;
    }

    .social-ads-tabs .img-cont {
        background: none;
        position: static;
        width: 0;
        height: 0;
    }
}

/* PPC Ads Social Tabs Styling */


@media (max-width: 375px) {
    .blog-slider-con .owl-nav {
        top: -40px;
    }
}   

@media (max-width: 768px){

    .multi-sec-pad {
        padding: 15px 0 !important;
    }

    .service-box {
        margin-bottom: 15px;
    }

    .p-5 {
        padding: 1rem!important;
    }

    .sub-sec-pad, .sec-pad {
        padding: 15px 0px;
    }

    .our-legacy-sec .section-heading {
        margin-top: 0 !important;
    }

    .wm-border-box {
        min-height: auto;
    }

    .inside-header-logos-container {
        min-height: auto;
    }

    header.inside-header {
        padding: 10px 0;
    }

    header .logo {
        width: 100%;
    }

    .doted-service-box {
        min-height: auto;
        margin-bottom: 10px;
        padding: 15px;
    }

    #qlwapp.qlwapp-bottom-right {
        bottom: 50px;
    }

    #qlwapp.qlwapp-button .qlwapp-toggle {
        padding: 12px;
    }

    #qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-icon {
        margin: 0;
    }

    #qlwapp.qlwapp-bottom-right .qlwapp-text {
        display: none;
    }

    .menu-open span {
        display: none;
    }

    .menu-open {
        margin-right: 20px;
    }
    
    .tel-icon span {
        display: none;
    }

    .photo-folio-item .open-video-popup .img-fluid {
        height: auto !important;
    }

    .blog-item {
        min-height: auto;
        padding: 15px;
        margin: 15px 0 0 !important;
    }

    .blog-item img.img-fluid {
        margin: -15px -15px 15px -15px !important;
        width: calc(100% + 30px) !important;
        max-width: calc(100% + 30px) !important;
    }

    .registration-plan .columns.prices-columns {
        margin-top: 0 !important;
    }
}



@media screen and (max-width: 768px){
    .video-hero,
    .video-hero .text-con{
        height: auto !important;
        min-height: 100% !important;
    }
    
    .video-hero .text-con h1{
        font-size: 38px;
    }
    .video-hero .text-con p{
        display: none;
    }
    
    .video-hero .main-links-con{
        padding-left: 0px !important;
    }
        
    .video-hero .main-links-con li{
        margin-bottom: 5px;
    }
    
    .video-hero .bordered-title{
        padding-left: 0px;
        border: 0px;
        max-width: 85%;
    }
}
@media screen and (max-width: 560px){
    .video-hero .text-con h1{
        font-size: 24px;
    }
}