/* # main color : #d2ad74
# text color : #686868
# dark color : #222221 */

ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
p{
    margin: 0;
}
p:first-letter {
    text-transform: capitalize;
}

a:hover{
    text-decoration:none;
}
body{
    font-family: 'Roboto', sans-serif;    
    font-size: 12px;
    width:100%;
    height:100%;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'GurmukhiMN', sans-serif;
}


header{
    position: fixed;
    background: transparent;
    width: 100%;
    padding: 20px 5%;
    color: #fff;
    z-index: 999;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.fixed-header{
    background: #1e1e1e;
    padding: 10px 5%;
}

.fixed-header .logo img{
    width: 130px;
}

.fixed-header-transform{
    -webkit-transform: translate3d(0,-100%,0);
            transform: translate3d(0,-100%,0);
}

header .logo img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 150px;
}

header .menu-icon{
    position: absolute;
    z-index: 2;
    right: 10px;
    margin-top: 10px;
}

header .container-fluid{
    position:relative;
}

.home-section-intro{
    padding-top: 100px;
    background-color: #1e1e1e;
    height: 100vh;
    width: 100%;
}
.home-section-intro #particles-js{
    position: relative;
    height: 99%;
}

.particles-projects #particles-js{
    width: 50%;
    height: calc(100vh - 150px);
    position: absolute;
    top: -100px;
    right: 0px;
}

.particles-about #particles-js{
    width: 50%;
    height: calc(100vh - 150px);
    position: absolute;
    top: -100px;
    left: 0px;
}




.home-section-intro .intro-container{
    height: 100%;
    width: 100%;
    position: relative;
}

.home-section-intro .intro-container .intro-text{
    text-align: center;
    left: 50%;
    top: 50%;
    margin-top: -130px;
    margin-left: -205px;
    width: 410px;
    height: 160px;
    position: absolute;
    font-size: 1.3em;
}    

.home-section-intro .intro-container .intro-text h2{
    position: relative;
    font-size: 4em;
    color: #fff;
}


.home-section-intro .intro-container .intro-text h2 .center-word{
    /*border-bottom: 1px solid #fff;*/
    position: relative;
    font-size: 0.7em;
    top: -12px;
}

.center-word:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 0%;
    left: -10px;
    -webkit-animation: line-home-move 2s infinite; /* Safari 4.0 - 8.0 */
    animation: line-home-move 2s infinite;
}




/* Safari 4.0 - 8.0 */
@-webkit-keyframes line-home-move {
    0%   {left: -10px;}
    50%  {left: 10px;}
    100%  {left: -10px;}
}

/* Standard syntax */
@keyframes line-home-move {
    0%   {left: -10px;}
    50%  {left: 10px;}
    100%  {left: -10px;}
}

.home-section-intro .intro-container .intro-text h4{
    position: relative;
    font-size: 1.5em;
    color: #d2ad74;
}

.home-section-intro .intro-container .explore-more {
    color: #d2ad74;
    position: absolute;
    bottom: 50px;
    left: 50%;
    padding: 10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
    cursor: pointer;
}

.home-section-intro .intro-container .explore-more::after{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 1px;
    width: 100%;
    background: #d2ad74;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.home-section-intro .intro-container .explore-more::before{
    content: '';
    position: absolute;
    left: 0px;
    bottom: -3.45px;
    height: 8px;
    width: 8px;
    border-radius: 8px;
    background: #d2ad74;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.home-section-intro .intro-container .explore-more:hover:before{
    left: 95%;
}


a.animated-link {
    position: relative;
    padding-bottom: 5px;
    padding-left: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
}

.animated-link:before{
    content: '';
    position: absolute;
    left: 0px;
    bottom: -3.45px;
    height: 8px;
    width: 8px;
    border-radius: 8px;
    background: #fff;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.animated-link:after{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 1px;
    width: 100%;
    background: #fff;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.animated-link:hover:before{
    left: 95%;
    color:#d2ad74 !important;
    background: #d2ad74 !important;
}

a.animated-link:hover{
    color:#d2ad74 !important;
}



.animated-link:hover:after{
    right: 95%;
    color:#d2ad74  !important;
    background: #d2ad74 !important;
}


.service-explore a:hover:before,.service-explore a:hover:after{
    background: #d2ad74 !important;
    color: #d2ad74 !important;
}

.services .service-explore a,.animated-link input{
    -webkit-transition: color 1s ease;
    transition: color 1s ease;
}

.services .service-explore a:hover,.animated-link:hover input{
    color: #d2ad74 !important;
}


.dark-header header .menu-icon {
    color: #000;
}

/* projects page */

.projects-section .vc_single_image-wrapper:after {
    content: '';
    position: absolute;
    background: #000000;
    opacity:0;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
}


.projects-section .vc_single_image-wrapper:hover:after {
    opacity:0.6;
    z-index: 1;
}



.projects-section .project-desc {
    opacity: 0;
    color: #fff;
    position: absolute;
    top: 5%;
    margin-left: 5%;
    z-index: 2;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    pointer-events: none;
}

.projects-section .project-col:hover .project-desc{
    opacity: 1;
}

.project-desc h2 {
    position: relative;
    padding-bottom: 10px;
}

.project-desc p {
    margin-top: 10px;
}

.project-desc h2.animated-link:after,.project-desc h2.animated-link:before{
    background:#d2ad74;
    -webkit-transition: all 3s ease ;
    transition: all 3s ease ;
}

.projects-section .project-col:hover h2.animated-link:before{
    left: 100%;
}

.projects-section .project-col:hover img{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

/* services page */

.title-separator {
    height: 2px;
    width: 50px;
    background: #d2ad74;
    margin: auto;
    margin-top: 10px;
}




/* solving container row in fluid row issue */

.container-row-in-fluid-row{
    float: none;
    width: 1170px;
    margin: auto !important;
}

@media (min-width: 768px) {
    .container-row-in-fluid-row {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .container-row-in-fluid-row {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .container-row-in-fluid-row {
      width: 1170px;
    }
  }

  @media (max-width: 767px) {
    .container-row-in-fluid-row {
      width: 100%;
    }
  }
  

/* solving container row in fluid row issue */


/* contact us forms */

input,textarea{
      -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
   border: 1px solid #9c9c9c;
}

.contact-section input[type=email],.contact-section input[type=text], .contact-section textarea {
    width: 80%;
    margin-top: 10px;
    border-radius: 0 !important;
    border: 1px solid #9c9c9c !important;
    padding: 10px;
    outline: none !important;
    resize: none;
    color: #3c3c3c;
}

.contact-section input[type=submit]{
    background: transparent;
    border: none;
    outline: none;
    font-weight: bold;
}

.contact-section .contact-btn {
    width: 50px;
    padding-left: 10px;
    float: right;
    margin-right: 20%;
    position: relative;
}

.contact-section .animated-link:before,.contact-section .animated-link:after {
    background:#2b2b2b;
}

.contact-section .ajax-loader{
    position: absolute;
}

div.wpcf7-validation-errors {
    border: 1px solid #d2ad74 !important;
    margin-top: 60px !important;
    width: 80% !important;
}

span.wpcf7-not-valid-tip {
    color: #d2ad74 !important;
}




/* footer */

footer{
    background: #ededed;
    padding: 60px 0px;
}

footer .footer-logo img{
    width: 150px;
}

footer .footer-info-text{
    color: #919191;
    margin-top: 20px;
    
}

footer .footer-block-title{
    font-weight: bolder;
    color: #242424;
    font-size: 1.5em;
}

footer .footer-menu ul{
    margin-top: 20px;
}

footer .footer-menu li{
    margin-top: 15px;
}
footer .footer-menu li a{
    color: #242424;
    font-size: 1em;
    -webkit-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

footer .footer-menu li:hover a{
    color:#d2ac74;
}

footer .contact-info p{
    font-size: 1em;
    color: #242424;
}
footer .contact-info .block-text{
    margin-top: 15px;
}

section.bottom-footer{
    background: #222221;
    padding: 15px 0px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9em;
}




.clearfix {
    clear: both;
}

@media only screen and (min-width: 768px) {
    /* tablets and desktop */
}

@media only screen and (max-width: 991px) {
    /* semi small screens */
    footer .footer-logo-about{
        margin-bottom: 20px;
    }
    
    .contact-section input[type=email],.contact-section input[type=text], .contact-section textarea {
        width: 100%;
    }

    .contact-section .contact-btn{
        margin-right: 0px;
    }
    .we-did {
        text-align: center;
    }

    .we-did-content{
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    /* phones */
    
    footer .footer-block-title{
        margin-top: 20px;
    }

    footer .footer-logo-about,footer .footer-menu,footer .contact-info{
        text-align: center;
    }

    .home-section-intro .intro-container .intro-text{
        font-size: 1.1em;
    }

    .service-title {
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 767px) {

/* reverse div order */
.revers-order {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
}


@media only screen and (min-width: 1400px) {
.particles-projects #particles-js{
    top: -170px;
}

}
@media only screen and (min-width: 1680px) {
.particles-projects #particles-js{
    top: -200px;
}

}
@media only screen and (min-width: 1850px) {
.particles-projects #particles-js{
    top: -250px;
}

}

/* toggle menu icon */

.dark-header .hamburger .line{
    background-color: #000;
}
.fixed-header .hamburger .line{
    background-color: #fff;
}


  
  .hamburger:hover{
    cursor: pointer;
  }
  

  .dark-header .hamburger  .hamburger-white{
    background-color: #fff;
}


.hamburger .line{
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  
  /* SIX */
  
  #hamburger-6.is-active{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #hamburger-6.is-active .line:nth-child(2){
    width: 0px;
  }
  
  #hamburger-6.is-active .line:nth-child(1),
  #hamburger-6.is-active .line:nth-child(3){
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  
  #hamburger-6.is-active .line:nth-child(1){
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
  
  #hamburger-6.is-active .line:nth-child(3){
    -webkit-transform: translateY(-13px) rotate(90deg);
    transform: translateY(-13px) rotate(90deg);
  }

  .toggle-menu{
    background-color: #1e1e1e;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1;
    top: 0;
    left:0;
    opacity:0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    display:none;
    overflow: hidden;
  }

  .content-container{
      -webkit-transition: opacity 1s;
      transition: opacity 1s;
  }

  .menu-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    margin-top: -150px;
    width: 200px;
}



.toggle-menu ul{
    width: 675px;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.toggle-menu ul li{
    float:left;
    margin:25px 40px;
    font-family: 'GurmukhiMN', sans-serif;
}

.toggle-menu ul li a{
    color:#fff;
    font-size:2.2em;
    -webkit-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.toggle-menu ul li:hover a{
    color:#d2ad74;
}

.sub-menu {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.sub-menu ul {
    width: auto;
    position: relative;
}

.sub-menu ul a{
    font-size:1.5em !important;
    font-family: 'Roboto', sans-serif; 
}


@media only screen and (max-width: 767px) {

    .toggle-menu ul#menu-menu-1 {
        width: 514px;
    }

.toggle-menu ul li{
    margin:20px 20px;
}

.menu-logo img{
    margin-top:-180px;
}


}


@media only screen and (max-width: 950px) {
.toggle-menu .sub-menu ul li {
    margin: 15px 20px;
    
}
}

@media only screen and (max-width: 767px){
.particles-projects #particles-js, .particles-about #particles-js {
    opacity: 0.2;
}

.carousel-anything-container.owl-theme.has-arrows .owl-controls{
    text-align:center !important;
}

.owl-prev {
    margin-left: 80px !important;
}
}
  


@media only screen and (max-width: 600px) {

.toggle-menu ul#menu-menu-1 {
    width: auto;
    text-align: center;
}

.toggle-menu ul#menu-menu-1 li{
    float:none;
}

.sub-menu ul {
    width: 291px;
    position: relative;
}

.menu-logo img{
    width:150px;
}

.toggle-menu ul li a,.sub-menu ul a {
    font-size: 1.5em !important;
}

.sub-menu {
    bottom: 80px;
}


}

  
/*blog style*/

.single-post #primary {
    margin-top: 100px;
}

.col-md-4.col-sm-6.blog-articles {
    height: 400px;
}



.single-post .post-body {
    margin: 20px 0px;
    font-size:1.2em;
}

.post-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog #content {
    margin-top: 100px;
     margin-bottom: 100px;
}

.single-post .post-image img {
    max-width: 500px;
    height: auto;
}

.blog-articles article {
    margin: 30px 0px !important;
}

.blog-articles article a{
    color:#d2ac74;
    font-family:'GurmukhiMN', sans-serif;
}

.recent-post-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

#recent-posts h1{
    font-size: 1.7em;
    color: #d2ac74;
}

#recent-posts h1 img{
    width:60px;
    float:right;
    margin-top: 5px;
}

.recent-post-item {
    margin-bottom: 10px;
    background: #ededed;
}

.recent-post-item:nth-child(odd){
    background: #e8e8e8;
}

.recent-post-item h4 {
    color: #222221;
    font-size: 1.2em;
    margin-top: 10px;
    margin-right: 5px;
}

@media screen and (max-width:600px){
    .single-post .post-image img {
        width:100%;
    }
}

nav.navigation.post-navigation {
    display: none;
}


/* change slider arrows */

.carousel-anything-container.owl-theme.has-arrows .owl-controls {
    position: relative !important;
    text-align: right;
    margin-top:0px !important; 
}

.owl-controls i{
    display:inline;
}


.owl-controls .owl-prev span{
    margin-left:10px;
    
}

.owl-controls .owl-next span{
    margin-right:10px;
}

.carousel-anything-container.owl-theme.has-arrows .owl-controls .owl-buttons div:before{
    content:'' !important;
}

.carousel-anything-container.owl-theme.has-arrows .owl-controls .owl-buttons div{
    width:50px !important;
    position:relative !important;
    margin-right: 80px !important;
    opacity: 1;
}


@media only screen and (max-height: 320px){
.project-container {
 
    margin-top: -20% !important;
}   
}
