
.sec1 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0070E0;
    z-index: 99999;
    height: 100vh;
    width: 0%;
    transition: all 400ms;
}

.sec2:before {
    position: fixed;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1c201c;
    z-index: 99999;
    height: 100vh;
    width: 0%;
    transition: all 400ms;
}

.loaded-overlay .sec1 {
    transition: all 1s;
    animation-name: load_anim1;
    width: 100%;
}

.loaded-overlay1 .sec2:before {
    animation-name: load_anim2;
    width: 100%;
    transition: all 1s;
}

@-webkit-keyframes load_anim1 {
    0% {
        transform: translateX(-100%);
    }
    10% {
        transform: translateX(-50%);
    }
    80% {
        transform: translateX(100%);
    }
    85% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@-webkit-keyframes load_anim2 {
    0% {
        transform: translateX(-100%);
    }
    10% {
        transform: translateX(-50%);
    }
    80% {
        transform: translateX(100%);
    }
    85% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.sec2 img {
    width: auto;
}

.sec2 img {
    width: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(50px);
    opacity: 0;
    transition-delay: 20s;
    z-index: 999999;
}

.hides .sec2,
.hides .sec2:before {
    right: 0;
    left: auto;
    width: 0;
}

.loaded-overlay2 .sec1 {
    right: 0;
    left: auto;
    width: 0;
}

.loaded-overlay2 .sec2 img {
    transform: translateY(0px);
    opacity: 1;
    transition: all 400ms;
}

.load-complete {
    position: fixed;
    z-index: 999;
}

.load-complete:before {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: #fff;
}

.hides:before {
    right: 0;
    left: auto;
}

.hides .sec2 img {
    opacity: 0;
    visibility:hidden;
}



.cursor {
  position: fixed;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  border: 2px solid #269900;
  transition: 0.3s;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1000;
}
.cursor2 {
  position: fixed;
  width: 4px;
  height: 4px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  background-color: #0070E0;
  transform: translate(-50%, -50%);
  transition: 0.1s;
  pointer-events: none;
  z-index: 1000;
}

.grow,
.grow-small {
  transform: scale(4);
  background: white;
  mix-blend-mode: difference;
  border: none;
}

.grow-small {
  transform: scale(2);
}


@media(max-width:1280px)
{
    .header .center .menu_bar .menu_bar_nav_item {
    padding: 0 5px;
}

.header .center {
    justify-content: end;
}

.header .right {
    max-width: 190px;
}

  .header .right .call-mail .box span {
    display: none;
}

.header .right .call-mail .box h4 {
    display: none;
}

 .about:after
    {
        display:none;
    }
    


}

@media(max-width:1200px)
{
    .products .container .row .products-list .box.last{
        min-height: 350px;
        overflow:hidden;
        
    }
    
    .products .container .row .products-list .box.last figure img
    {
            width:auto;
            max-width:none;
            height:100%;
    }
    
    .products .container .row .products-list .box .content
    {
            max-width: 440px;
    }
    
    footer .foot-left .content a span svg {
    transform: translateY(-3px);
}

}

@media(max-width:1024px)
{
   
}


.close_menu
{
    display:none;
}


@media(max-width:991px)
{
    
    .header .right .call-mail .box {
    margin: 0 5px;
}

.header .right .call-mail {
    margin-right: 15px;
}


    
    .close_menu
{
    display:block;
}

  .get-touch-btn {
    max-width: 30px;
}

.get-touch-btn svg path{
    path:#fff;
}
.get-touch-btn svg{
    width: 100%;
}    

header .menu_icon span {
    background: #fff;
    width: 30px;
    height: 2px;
    display: block;
    display: flex;
   
}
header.header.follow .menu_icon span 
{
    background:#000;
    
}

header .menu_icon {
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: center;
    justify-content: center;
     cursor:pointer;
    
}

.header .center .menu_bar.active {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}

.header .center .menu_bar
{   
    width: 300px;
    right: 0;
    left: auto;
     position: fixed; 
    z-index: 100;
     top:0;
    transform: translate(0);
    height:100%;
        background: #0070e0;
    
    
}


.header .center .menu_bar .menu_bar_nav {
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.header .center .menu_bar .close_menu {
    max-width: 20px;
    position: absolute;
    right: 20px;
    width: 20px;
    top: 20px;
    z-index:2;
    cursor:pointer;
}

.header .center .menu_bar .close_menu svg path{
    fill:#fff;
}


.header .center .menu_bar .menu_bar_nav_item_link {
    color: #fff !important;
    border:none;
}

.header .center .menu_bar .menu_bar_nav_item_link:hover, .header .center .menu_bar .menu_bar_nav_item_link.active {
    color: #33d320 !important;
    border-bottom: 0;
}

.products .container .row .products-list.right {
    margin-top: 0;
}

.products .container .row .products-list .box.last {
    margin-bottom: 60px;
        min-height: auto;

}

.products .container .row .products-list .box.last figure img
{
    width: 100%;
    height: auto;
}

.products .container .row .products-list .box {
    max-height: 300px;
    overflow: hidden;
}

.products .container .row .products-list .box .content {
    bottom: 40px;
}
.service-box-out .box-out {
    margin-bottom: 50px;
}


.services .container .row.service-box-out .box-list .box-out.service-2 {
    flex-direction: column;
}

.projects .container .row .project-left {
    padding: 0;
}

.projects .container .row .project-right {
    padding: 0;
}

footer .foot-right a {
    display: block;
    width: 100% !important;
    height: auto;
    position: static;
    min-width: 100%;
    border-radius: 33px;
    padding: 10px;
    background: #0070df;
    border: #0070df;
    font-size: 15px;
    margin: 10px 0;
}

footer .foot-right a span {
    display: inline-block;
}

footer .foot-right {
    align-items: baseline;
    /* border-top: 1px solid #eee; */
    flex-direction: column-reverse;
}

footer .foot-right figure img {
    padding-top: 5px;
}
footer .foot-left .content a
{
    width: 47%;
    
}

footer .foot-left .content a:last-child {
    margin-right: 0;
}


footer .foot-right figure {
    position: absolute;
    top: 30px;
    opacity: 1 !important;
    transform: none;
}
footer .foot-right
{
    position:static;
}

.projects .container .row .project-left .box {
    min-height: 360px;
}


.brands {
    text-align: left;
}

.clients {
    text-align: left;
}

.cursor {
    display: none;
}

.cursor2 {
    display: none;
}


.get-touch
{    height: 100vh;
        overflow:scroll;
    
}


.get-touch .form-right .contact-details .box span {
    display: block;
}

.get-touch .form-right .contact-details .box h4 {
    display: block;
}

.get-touch .form-right .contact-details {
    padding-left: 0;
}


.open .header .center nav.menu_bar
{
    opacity:1;
    z-index:9;
}
}


@media(max-width:1000px)
{
    .banner
    {
        max-height:450px;
    }
}


@media(max-width:575px)
{
    
    footer {
    padding: 135px 20px 25px;
}

    .col.center {
    width: 0;
    flex: 0 0;
}


.header .right .call-mail .box .call-icon svg {
    fill:#329f0f !important;
    
}

header .menu_icon span
{
    background:#000;
}

header .row.vertical_center {
    justify-content: space-between;
}
.header .left .logo a
{
        display: none;
}


.header .left .logo a.affix {
    display: block;
        transform: translateY(4px);
    
}
.banner {
  max-height:300px;
    margin-top: 70px;
}

.header {
    top: 0;
    right: 0;
    left: 0;
    padding: 15px 15px;
}

.banner:after
{
    opacity:0;
}


.title-content .main-title {
    font-size: 28px;
    line-height: 37px;
}

.title-content .sub-title {
    font-size: 18px;
    margin-bottom: 12px;
}

.products .container .row .products-list .box .content {
    left: 0;
    width: 100%;
    padding: 0 20px;
    
}

.products .container .row .products-list .box.last figure img {
    width: 100%;
    height: auto;
}



.products .container .row .products-list .box .content {
    bottom: 40px;
}

.products .container .row .products-list .box {
    min-height: 410px !important;
}

.products .container .row .products-list .box figure img {
    height: 100%;
    width: auto !important;
    max-width: initial;
}


footer .foot-left .content a {
    width: 100%;
    margin: 9px 0;
}

footer .foot-left .content h5 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
}

footer .copyright p {
    font-size: 12px;
}


.projects .container .row .project-left .box h2 {
    width: 100%;
    font-size: 24px;
    margin-bottom: 9px;
}

.projects .container .row .project-left .box p {
    width: 100%;
}

.projects .container .row .project-right .top .box h2 {
    font-size: 25px;
    margin-bottom: 15px;
    width: 100%;
}

.projects .container .row .project-right .top .box p {
    width: 100%;
}

.projects .container .row .project-right .bottom {
    flex-direction: column;
    height: auto;
}

.projects .container .row .project-right .bottom .box h2 {
    width: 100%;
}

.projects .container .row .project-right .bottom .box p {
    width: 100%;
}


.projects .container .row .project-right .bottom .box {
    padding: 20px;
}

footer .foot-left .content p {
    width: 100%;
    margin-bottom:50px;
}
.header .center .menu_bar
{
        width: 200px;
}

.header .right .call-mail .box {
    padding-left: 45px;
    transform: scale(.85);
}
.header .center .close {
    top: 100px;
    right: 0;
    margin-right: 0!important;
}
.get-touch .contact-form .form-outer form .form-field button {
    min-width: 180px;
}

.title-content .main-title span {
    display: inline-block;
}



}


.get-touch .contact-form .form-outer form .form-field label.error {
    display: none !important;
}
.get-touch .contact-form .form-outer form .form-field input.error, .get-touch .contact-form .form-outer form .form-field textarea.error {
    border: 1px solid red;
}

#contact_msg {
    background: #269900;
    padding: 15px;
    color: #fff;
    margin: 30px 0;
    border-radius: 10px;
    font-size: 15px;
    letter-spacing: .5px;
    text-align: center;
}


