/* Home Page CSS Start */

.MobileHomeBanner>div {
    background-image: url('https://test.voke.au/wp-content/themes/twentytwentyone-child-theme/img/new-homE-banner-bg.jpg');
    height: 588px;
    background-repeat: no-repeat;
    background-position: center;
}

.MobileHomeBanner {
    position: relative;
    display: none;
}

.MobileHomeBanner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%);
    animation: myCusFade 4s linear;
    opacity: 1;
    max-width: 50%;
}
@keyframes myCusFade {
  from {opacity: 0;}
  to {opacity: 1;}
}
img.centerlogoimg {
    max-width: 65%;
    margin: 0 auto;
}

/* Service Page Css start */
.ServiceMainDiv {
    margin: 48px 0 250px 0;
}
.servicesrBanner {
    padding: 100px 0;
    background-color: #e4e4e4;
}

.servicesrBanner h1 {
    text-align: center;
    margin: 0;
    width: 100%;
    font-size: 36px;
}

.servicesContantMain {
    margin: 80px 0;
}

.servicesContantMain .contentAreaSerP h4 {
    font-size: 14px;
    line-height: 1;
    margin: 15px 0 10px 0;
    text-transform: uppercase;
}
.servicesContantMain .contentAreaSerP h3 {
    padding: 0 0 25px 0;
    border-bottom: 1px solid #e3e3e3;
}
.servicesContantMain .contentAreaSerP a.Cnt-btnSP {
    padding: 10px 25px;
    border: 1px solid black;
    color: black;
    font-size: 13px;
    margin: 20px 0 0 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}

/* Prt CSS start*/
.PrtTpSpace {
    margin: 72px 0 0 0;
}
.portfolioMainS {
    padding: 40px 0 0px 0;
    /*background-color: #e4e4e4;*/
}

/*.PMainTitle {
    font-size: 125px;
    text-align: center;
    margin: 25px 0;
}*/

.ProtTabs {
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 27px 0 50px 0;
    flex-wrap: wrap;
    row-gap: 15px;
}

.portfolioMainS>.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 285px auto;
}

.ProtTabs>li , .CusPrtTabs .nav>li>a, .CusPrtTabs button {
    margin: 0 11px 15px 11px;
    padding: 5px 20px;
    background-color: #121212 !important;
    color: white !important;
    font-size: 14px;
    border: none !important;
    cursor: pointer;
}
 .CusPrtTabs .nav>li>a:focus, .CusPrtTabs .nav>li>a:hover, .CusPrtTabs button:hover{
 	background-color: #121212;
    color: #ffe5b4 !important;
    border: none !important;
 }

.portfolioMainS .gallery_product .video-box>iframe {
    width: 100%;
    height: 310px;
    margin: 0 0 5px 0;
}
.portfolioMainS .gallery_product .video-box>.youtube-thumbnail-container>img {
    width: 100%;
    height: 310px;
    margin: 0 0 12px 0;
}
.portfolioMainS .gallery_product .video-box>p{
	font-size: 14px;
    font-weight: 500;
    margin: 0 0 20px 5px;
    text-align: left;
}
/*.play-icon {
  width: 80px;
  height: 80px;
  background-image: url('https://i.imgur.com/kwGz1MQ.png');
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  cursor: pointer;
}*/
.video-box .play-icon {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
.video-box  .play-icon::before {
    content: "\f04b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 28px;
    color: white;
  }
.CusPrtTabs {
    margin: 0 0 20px 0;
}


.Galerv-SimpImgsM {
    display: flex;
    max-width: 1210px;
    padding: 0 15px;
    margin: 40px auto 75px auto;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
}

.Galerv-SimpImgsM img {
    width: calc(33.33% - 14px);
}

/* Prt CSS end */

/* Header Before css start */
.InRHead1Main {
     background-color: #0ff000;
     font-family: 'Poppins', sans-serif;
}
 .InRHead1Main .innerHeader1st {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 3px 0;
     font-size: 13px;
}
 .InRHead1Main .innerHeader1st .Head-IN1-col1 ul {
     display: flex;
     list-style: none;
     padding: 0;
     margin: 0;
}
  .InRHead1Main .innerHeader1st .Head-IN1-col1 ul li {
     color: black;
}
.InRHead1Main .innerHeader1st .Head-IN1-col1 ul li:not(:last-child) {
     margin: 0 8px;
     border-right: 1px solid;
     padding-right: 8px;
}
 .InRHead1Main .innerHeader1st .Head-IN1-col1 ul li i {
     margin-right: 5px;
}
 .InRHead1Main .innerHeader1st .Head-IN1-col2 {
     display: flex;
     align-items: center;
}
 .Head-IN1-col2 .IN1-MemB {
     color: black;
}
 .Head-IN1-col2 .Head1-socialicons {
     display: flex;
     list-style: none;
     column-gap: 10px;
     margin: 0;
     padding: 0 0 0 60px;
}
 .Head-IN1-col2 .Head1-socialicons .H1-FB {
     padding: 8px 10px;
     border-radius: 50%;
     background-color: #3b5998;
     line-height: 1;
     color: white;
     font-size: 12px;
}
 .Head-IN1-col2 .Head1-socialicons .H1-Lin {
     padding: 8px;
     border-radius: 50%;
     background-color: #0077b5;
     color: white;
     line-height: 1;
     font-size: 12px;
}
/* Header before css end */

/* Custom Footer CSS start  */
footer.NewSite-footer {
    background-color: black;
    padding: 30px 0;
}

.NewSite-footer .footer1stSec {
    display: flex;
    flex-wrap: wrap;
}


.footer1stSec .F1S-col1 {
    width: 25%;
}

.footer1stSec .F1S-col1>p {
    color: white;
    font-size: 12px;
    margin: 20px 0px;
}

.footer1stSec .F1S-col1>h3 {
    color: white;
    font-size: 18px;
    margin: 0 0 15px 0;
    line-height: 1;
}

.footer1stSec .F1S-col2 {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0 0 0;
}

.footer1stSec .F1S-col3 {
    width: 50%;
}

.footer1stSec .F1S-col2>h4 {
    color: #0FF000;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 5px 0;
}

.footer1stSec .F1S-col2>ul.footer-F1S-C2-Menu {margin: 0;list-style: none;padding: 0;}

.footer1stSec .F1S-col2 a {
    color: white;
    font-size: 13px;
}

.footer1stSec .F1S-col3 {
    display: flex;
    flex-direction: column;
    margin: 20px 0 0 0;
}
.footer1stSec .F1S-col3>* {
    padding-left: 15%;
}
.footer1stSec .F1S-col1 .img-box img {
    width: 60%;
}

.footer1stSec .F1S-col3>h4 {
    color: #0FF000;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 8px 0;
}

.footer1stSec .F1S-col3>p {
    color: white;
    font-size: 13px;
    max-width: 500px;
}

.footer1stSec .F1S-col3 form:before {
    display: none !important;
}

.footer1stSec .F1S-col3 form>div {
    display: flex;
}

.footer1stSec .F1S-col3 form>div input[type=email] {
    padding: 6px 8px;
    font-size: 13px;
    width: 215px;
    border-radius: 4px 0 0 4px;
    border: none;
    color: black;
}

.footer1stSec .F1S-col3 form>div input::placeholder {
    color: black;
}

.footer1stSec .F1S-col3 form>div button, .footer1stSec .F1S-col3 form>div input[type=submit] {
    background-color: #ff0000;
    border-radius: 0 4px 4px 0;
    color: white;
    padding: 5px 15px 6px 15px;
    border: 1px solid #ff0000;
    font-size: 13px;
}

.NewSite-footer .footer2ndSec {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid white;
    padding: 15px 0 0 0;
    margin: 10px 0 0 0;
}

.NewSite-footer .footer2ndSec>p {
    color: white;
    font-size: 13px;
}

.NewSite-footer .footer2ndSec .F2S-social-icons {
    display: flex;
    list-style: none;
    column-gap: 15px;
}

.NewSite-footer .footer2ndSec .F2S-social-icons a {
    color: white;
    border: 1px solid white;
    border-radius: 50%;
}

.NewSite-footer .footer2ndSec .F2S-social-icons li:nth-child(1) a {
    padding: 5px 8px 3px 8px;
}

.NewSite-footer .footer2ndSec .F2S-social-icons li:nth-child(2) a {
    padding: 5px 10px 3px 10px;
}

.NewSite-footer .footer2ndSec .F2S-social-icons li:nth-child(3) a {
    padding: 5px 8px 3px 9px;
}
.NewSite-footer .footer2ndSec .F2S-social-icons li:nth-child(4) a {
    padding: 6px 7px 4px 8px;
}
.Head-IN1-col2 .Head1-socialicons a {color: white;}

.Head-IN1-col2 .Head1-socialicons .H1-Youtube {
    padding: 8px;
    border-radius: 50%;
    background-color: #ff0000;
    color: white;
    line-height: 1;
    font-size: 12px;
}
/* Custom Footer CSS end */

/* Gallery CSS start */

.GalleryPMainS {
    margin: 107px 0 50px 0;
}
.GP-MainTitle h2 {
    text-align: center;
    padding: 55px 0 0 0;
    margin: 0 0 10px 0;
}

.GP-MainTitle p {
    max-width: 700px;
    text-align: center;
    margin: 0 auto !important;
}

/* Gallery CSS end */


.HomeMBannerD>div>.mkd-sr-content {
    position: unset;
}



/* Media Queries Starts Here */


@media screen and (max-width: 1200px){
	#skrollr-body {
        overflow: hidden;
    }
    .PrtTpSpace {
        margin: 88px 0 0 0;
    }
    .MainInnerPage {
        margin: 88px 0 300px 0 !important;
    }
    .ServiceMainDiv {
        margin: 64px 0 250px 0;
    }
}
@media screen and (max-width: 1198px) and (min-width: 767px) {
	.InRHead1Main {
        margin: -8px 0 0 0;
    }
    

    .InRHead1Main .innerHeader1st {
        font-size: 11px;
    }

    .Head-IN1-col2 .Head1-socialicons {
        padding: 0 0 0 10px;
    }
}
@media screen and (max-width: 991px) {
	.ContactFormPage {
        padding: 15px 0 0 0;
    }
    .Galerv-SimpImgsM img {
        width: calc(50% - 10px);
    }
	.footer1stSec .F1S-col3>*{
    	padding-left: unset;
    }
    .right_sidebarContact {
        padding: 15px 0;
    }
    .footer1stSec .F1S-col1, .footer1stSec .F1S-col2 {
        width: 50%;
    }

    .footer1stSec .F1S-col3 {
        width: 100%;
        align-items: unset;
    }

    .NewSite-footer .footer2ndSec {
        margin: 25px 0 0 0;
        padding: 20px 0 0 0;
    }

    .NewSite-footer .footer2ndSec>p, .NewSite-footer .footer2ndSec>ul {
        margin: 0;
    }

}

@media screen and (max-width: 950px) {
	.servicesContantMain img {
        margin: 0 auto;
    }
    .MainInnerPage {
        margin: 88px 0 250px 0 !important;
    }
    
     .page-content-row, .our-services, .our-projects{
        padding: 50px 0 !important;
    }
    .our-partners {
        padding: 50px 0 0 0 !important;
    }
    .our-clients {
        padding-top: 50px !important;
    }

    .featured-divider-img {
        margin: 0 0 20px 0 !important;
    }

    .page-content-row .block-title {
        margin: 0 0 30px 0 !important;
    }

    .heading-block .featured-title {
        margin: 0 0 20px 0 !important;
    }

    .heading-block {
        margin: 0 0 40px 0 !important;
    }

    .services-slider-listing-item h3 {
        margin: 0 0 20px 0 !important;
        line-height: 32px !important;
    }

    .services-slider-listing-item .site-default-btn {
        margin: 20px 0 0 0 !important;
    }

    .slider-block .owl-carousel .owl-dots {
        margin: 40px 0 0 0 !important;
    }
    .our-clients .client-avatar {
        margin: 0 0 20px 0 !important;
    }

    .clients-fea-details {
        margin: 20px 0 0 0 !important;
    }
}

@media screen and (max-width: 650px) {
    .ContactFormPage {
    padding: 0;
}
.HomeMBannerD {
    display: none;
}
.MobileHomeBanner {
    display: block;
}
.right_sidebarContact {
    padding: 10px 0;
}

.ContactFormPage h3 {
    font-size: 26px;
    margin: 0 0 15px 0;
}

.ContactFormPage form input {
    font-size: 14px;
    padding: 8px 10px;
}

.innerMainContent>div {
    padding: 0 15px;
}

.ContactUsAdreedd h3 {
    font-size: 20px;
}

.ContactUsAdreedd p {
    font-size: 13px;
}

.ContactFormPage form input[type=submit] {
    font-size: 15px;
    padding: 12px 25px;
}
    
    
    .servicesContantMain{
    	margin: 50px 0;
    }
    .servicesContantMain>div>div>div {
        padding: 0 15px;
    }

    .servicesContantMain .contentAreaSerP h3 {
        font-size: 30px;
        padding: 0 0 10px 0;
    }

    .servicesContantMain .contentAreaSerP h4 {
        font-size: 13px;
        margin: 50px 0 5px 0;
    }

    .contentAreaSerP p {
        font-size: 15px;
    }
    .servicesContantMain .contentAreaSerP a.Cnt-btnSP {
    margin: 10px 0 0 0;
}
  .innerMainContent {
    padding: 0;
}
  
  
  .PMainTitle {
    font-size: 50px;
  }
  .servicesrBanner {
        padding: 80px 0;
    }
    .servicesrBanner h1 {
        font-size: 28px;
    }
    .CusPrtTabs {
        overflow: scroll;
        margin: 0 5px 15px 5px;
    }
    .CusPrtTabs>div {
        min-width: 1600px;
    }

    .gallery_product {
        padding: 0 15px !important;
    }
    .page-content-row, .our-services, .our-projects, .our-partners {
    padding: 50px 0 !important;
}
.our-clients {
    padding-top: 50px !important;
}

.featured-divider-img {
    margin: 0 0 20px 0 !important;
}

.page-content-row .block-title {
    margin: 0 0 30px 0 !important;
}

.heading-block .featured-title {
    margin: 0 0 20px 0 !important;
}

.heading-block {
    margin: 0 0 40px 0 !important;
}

.services-slider-listing-item h3 {
    margin: 0 0 20px 0 !important;
    line-height: 32px !important;
}

.services-slider-listing-item .site-default-btn {
    margin: 20px 0 0 0 !important;
}

.slider-block .owl-carousel .owl-dots {
    margin: 40px 0 0 0 !important;
}

.main-content a.btn {
    padding: 12px 15px !important;
    font-size: 13px !important;
    height: unset !important;
    background-color: unset !important;
    border: none !important;
}

.our-clients .client-avatar {
    margin: 0 0 20px 0 !important;
}

.clients-fea-details {
    margin: 20px 0 0 0 !important;
}
.footer1stSec .F1S-col3 form>div input {
    width: unset;
}

.footer1stSec .F1S-col1, .footer1stSec .F1S-col2 {
    width: 100%;
    align-items: unset;
}

.NewSite-footer .footer2ndSec {
    flex-direction: column;
    row-gap: 15px;
}

.NewSite-footer .footer2ndSec ul {
    padding: 0;
}
}

@media screen and (max-width: 766px){
	.InRHead1Main{
    	display: none;
    }
}

@media screen and (max-width: 350px) {
	.Login-menuscontainer .menu-item a {
        font-size: 0.8rem !important;
        padding: 5px !important;
    }

}