:root{
    --primary-color: #2bbcd4;
    --primary-lightest-color:#b4eaf3;
    --primary-light-text-color:#e1f7fa;
    --primary-darkest-color:#185f64;
    --primary-light-text-color: #e1f7fa;
    --secondary-color: #df5286;
    --secondary-dark-color: #b43666;
    --secondary-darkest-color: #9e3260;
    --secondary-lightest-color: #f2bed4;
    --secondary-light-text-color: #f9e5ed;
    --black-color: #262626;
    --white-color: #fff;
    --text-color:#535353;
    --text-light-color:#808080;
    --grey-color:#f1f3f4;
    --dark-grey-color:#EEEEEE;
    --contact-color: #232323;
    --dark-black-color: #000;
    --whatsapp-color: #009019;
    --timeline-line: #BDBDBD;
    --input-border-color: #a3a3a3;
    --error-color:#c9302c;
    --success-color: #00a651;
    --background-color:#2a3b59;
    }
*, *:after, *:before {
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box }

body{font-family: 'Muli', sans-serif;}
.clear-fix,.clear-fix:before,.clear-fix:after,.container::before,.container::after{
    content: "";
    display: table;
    clear: both}
html,body,div,span,h1,h2,h3,h4,h5,h6,p,a,img,b,ul,li,form,label,nav,section,menu{border: 0;margin: 0;padding: 0;vertical-align: baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display: block}
a{cursor: pointer;text-decoration: none}
ul{margin: 0;padding: 0;list-style: none}
h1,h2,h3,h4,h5,h6,button{ font-family: inherit; }
header, nav, .home, .about-us,.services,
.service-section,.service-row,.service-row-heading,.service-row-content,
.showreel-section,.showreel,.features, .our-clients,.client-testimonials, .portfolio,.contact,
footer, .whatsapp-link, .contact-container, .about-section, .about-container, .about-timeline,
.team-section, .vision-section, .testimonials-section, .testimonials-right-container, .portfolio-section, .right-container, .client-testimonies, .services-section, .service-container, .client-section, .client-logo-container
{ width:100%; float:left; }
 header {
z-index:890; position: absolute; top:-10px; left:0; margin-top:10px; transition: 0.4s top ease; }
header.header-position { position: fixed; box-shadow: 0px -7px 3px 8px #333; background-color:
rgba(0,0,0,0.6); color: var(--white-color); top:0px; margin-top: 0px; } .container { width:100%;
margin:0px auto; max-width: 1080px; } nav{ padding-left:80px; } .nav-logo { width:60px; /*background-color: blue;*/ display:
block; float:left; margin-top:20px; } .nav-logo img { height:60px; } .nav-menu { display: block;
width: calc( 100% - 100px); float: right; text-align:right; font-family: inherit;
padding-right:25px; } .menu-icon { display: none; } .cross-image { display: none; } .nav-menu ul li
{ display: inline-block; padding: 30px 0px; } .nav-menu ul li a { position: relative; display:
block; font-size: 14px; color: var(--white-color); font-weight: 600; padding: 0px 20px; line-height: 30px;
border-radius: 100000px; transition: 0.3s all ease; }


header.header-position .nav-logo {
    width: auto;
    margin-top: 12.75px;
}
header.header-position .nav-menu
{
    line-height: 70px;
}
header.header-position .nav-logo img {
    height: 45px;
}
header.header-position .nav-menu ul li {
    display: inline-block;
    padding: 0px 0px;
}
header.header-position .nav-menu ul li a {
        color: var(--white-color);
    }
.home, .services, .about-us, .features, .our-clients, .contact
{
    padding: 80px;
}
/*home section*/
.home
{
    display: block;
    background-image: url('../images/background/bg.jpg');
    background-color: var(--background-color);
    background-size:cover;
    background-repeat: no-repeat;
}
.home-headings
{
    padding: 150px 90px;
    padding-right: 20px;
    color: var(--white-color);
}
.home-headings p
{
    text-align: center;
    font-size: 20px;
    line-height: 35px;
}
.home-left-heading
{
    font-size: 30px;
    line-height: 50px;
}
.home-left-subheading
{
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
    /*margin-left:10px;*/
}
.home-left-main-heading
{
    font-size: 45px;
    padding-top: 0px;
    line-height: 50px;
    text-transform: uppercase;
    color: var(--secondary-lightest-color);
}
.home-heading-whatsapp
{
    text-align: left;
    padding-bottom: 60px;}
.home-main-heading
{
    font-size: 25px;
    line-height: 50px;
    color: var(--white-color);
}
.home-contents
{
    font-size:30px;
    color: var(--primary-darkest-color);
    padding-bottom: 20px;
    width: 51%;
    padding-top:100px;
    font-weight: 400;
}
.home-sub-contents
{
    color: #fff;
}
.whatsapp-us
{
    
    font-size:40px;
    color: var(--white-color);
    background-color: var(--whatsapp-color);
    display: inline-block;
    border-radius: 4px;
    padding: 0px 10px;
}
.whatsapp-us img
{
   width: 20px;
   display: inline;
}
.whatsapp-us p
{
    padding: 15px;
}
.home-info
{
    text-align: center;
    margin-top: 20px;
    color: #b4eaf3
}
.home-scroll-down
{
    position: absolute;
    bottom: 20px;
    right: 80px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    float: right;
    font-size: 20px;
    color: #00008b;
}
.home-scroll-down img
{
    width:40px;
}
/*Services section*/
.services
{
    background-color: var(--secondary-dark-color);
    color: var(--white-color);
}
.services-subheading
{
    width:80%;
    font-size: 50px;
    line-height: 55px;
    text-align: justify;
    padding-bottom: 20px;
}
.our-works-button
{
    float: left;
    padding: 8px 20px;
    font-size: 14px;
    font-family: inherit;
    background-color: var(--primary-color);
    color: var(--white-color);
    border: none; 
    text-transform: uppercase;
     border-radius: 4px;
}
button
{
    padding: 5px 10px;
    font-size: 15px;
    font-family: inherit;
    background-color: var(--primary-color);
    color: var(--white-color);
    border: none;
    border-radius: 4px;
}
.service-row
{
    display: flex;
    width:100%;
    margin-top: -65px;
    position: relative;
}
.service-row-left
{
    width:50%;
    float: left;
}
.service-row-right
{
    width: 50%;
    float: right;
    padding: 40px;
    color: var(--white-color);
    background-color: var(--primary-color);
}
.service-row-left-image
{
    width: 100%;
    height: 100%;
    float: left;
}
.service-row-heading
{
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -2px;
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 5px;
}
.service-row-content
{
    padding:20px;
    color: var(--primary-light-text-color);
    font-size:15px;
    line-height: 30px;
    padding-right: 30px;
}
.service-learn-more-link
{
    position: relative;
    padding: 20px;
}
.service-learn-more-link a
{
    font-weight: bold;
    color: var(--white-color);  
    padding: 25px;
}
.service-learn-more-link a::after
{
    content: "...";
    display: block;
    position: absolute;
    bottom: 20px;
    left: 19px;
    font-size: 25px;
}
.service-row-even
{
    margin-top: 0px;
    flex-direction: row-reverse;
}
.service-row-even .service-row-right
{
    background-color: var(--secondary-color);
    
}
.service-row-even .service-row-content
{
    color: var(--secondary-light-text-color);
}
.service-row-odd
{
    margin-top: 0px;
}
.service-row-odd .service-row-content
{
    color: var(--primary-light-text-color);
}
/*Showreel section*/
.showreel-section
{
    /*margin-top: 120px;*/
    /*background-color: #EEEEEE;*/
}
.showreel
{
    /*border:1px solid #E8E8E8;*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding: 50px 0px;
}
.showreel-left
{
    font-size:25px;
    width: 50%;
    float: left;
    /*padding: 20px;*/
    padding-top:10px;
    padding-bottom: 0px;
}
.showreel-right
{
    width: 50%;
    float: right;
    background-image: url('../images/background/pdt-showreel.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.showreel-right svg
{
    width:100px;
    position: absolute;
    top:  calc( 50% - 35px);
    left: calc( 50% - 40px);

}
.showreel-left .title::after
{
    display: none;
}
.showreel-left .title
{
    font-size:25px;
    padding:20px;
    padding-left: 0px;
}
.description-color
{
    color: var(--primary-color);
}
.showreel-left .service-row-content
{
    color: var(--text-color);
    text-align: justify;
    line-height: 30px;
    padding: 0px 0px;
    padding-left: 30px;
}
/*About us section*/
.title
{
    position: relative;
    font-size: 20px;
    padding-bottom:20px;
    text-align: left;
    padding-left: 15px;
    letter-spacing: -1px;
}
.title::after
{
    position: absolute;
    top: 13px;
    left: 6px;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--black-color);
    color: var(--black-color);
}
.main-title
{
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 2px;
    color: var(--black-color);
}
.about-us
{
    /*padding-left: 50px;*/
    background-color: var(--primary-color);
    color: var(--white-color);
    padding-bottom: 60px;
}

.about-us-left
{
    width:55%;
    float:left;
    text-align: justify;   
}
.about-us-left p
{
    line-height: 40px;
    padding: 20px 0px;
    padding-bottom: 0px;
    padding-right: 40px;
}
.about-us-right
{
    position: relative;
    height: 300px;
    width:45%;
    float:right;
    /*border:1px solid;*/
}
.about-us-right-circle
{
    display: block;
    content: "";
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    height: 163px;
    width: 179px;;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--white-color);
}
.about-us-right-box
{
    height: 50%;
    width:50%;
    float:left;
    padding: 20px;
}
.sub-box
{
    width:80%;
    border:1px solid var(--white-color);
    border-radius:4px;
    text-align: center;
    margin-left: 8px;
    margin-top: 10px;
}
.sub-box h4
{
    color: var(--dark-grey-color);
    padding-top:5px;
}
.sub-box h2
{
    color: var(--primary-darkest-color);
}
.subscriber .sub-box
{
    margin-left: 25px;
}
.circle-quadrant
{
  width:100%;
  height:50%;
  color: var(--primary-color);
}
.circle-quadrant-left
{
    width:50%;
    height: 100%;
    float: left;
    border-right:1px solid;
    border-bottom: 1px solid;
}
.circle-quadrant-left img
{
    margin-left: 35px;
    margin-top:35px;

}
.circle-quadrant-right
{
    width:50%;
    height: 100%;
    float: left;
    border-left:1px solid;
    border-bottom: 1px solid;
}
.circle-quadrant-right img
{
    margin-left: 13px;
    margin-top: 35px;
}
.other-half .circle-quadrant-left
{
    border:none;
    border-right:1px solid;
    border-top: 1px solid;
}
.other-half .circle-quadrant-right
{
    border:none;
    border-left:1px solid;
    border-top: 1px solid;
}
.other-half .circle-quadrant-left img, .other-half .circle-quadrant-right img
{
    margin-top: 15px;
}
.other-half .circle-quadrant-left img
{
}

/*features section*/
.features
{
}
.features .service-learn-more-link a
{
    color: var(--black-color);
    padding: 5px;
}
.features .service-learn-more-link a::after{
    left: 0px;
}
.features .description-color
{
    color: var(--secondary-color);
}
.features-grids
{
    display: flex;
    width: calc(100% + 100px);
    text-align: left;
    margin-left: -50px;
    text-align: left;
    flex-wrap: wrap;
}
.features-grid
{
    width: calc(100% / 3);
    float: left;
    padding:80px;
    padding-bottom: 0px;
}
.features-grid img
{
    width:100px;
    height:100px;
}
.features-grid h3
{
    font-family: inherit;
    font-size: 24px;
    padding-top:10px; 
}
.features-grid p
{
    font-family: inherit;
    color: var(--text-color);
    font-size:18px;
    line-height: 30px;
    padding-top: 10px;
}
.features .service-learn-more-link,.about-us .service-learn-more-link, .our-clients .service-learn-more-link, .client-testimonials .service-learn-more-link
{
    position: relative;
    font-size:20px;
    float: right;
    display: block;
    color: var(--black-color);
    text-align: right;
}
.features .service-learn-more-link::after,.about-us .service-learn-more-link::after, .our-clients .service-learn-more-link::after, .client-testimonials .service-learn-more-link::after
{
    display: block;
    content: "...";
    position: absolute;
    top:15px;
    right:140px;
    font-weight: bold;
} 
/*our clients section*/
.page-heading
{
    display: block;
}
.our-clients
{
    background-color: var(--grey-color);
}
.our-clients .description-color
{
    color: var(--primary-color);
}
.our-clients .title
{
    color: var(--text-color);
    font-size: 20px;
}
.our-clients-left
{
    width:40%;
    float:left;
    font-size: 65px;
    line-height: 68px;
    font-weight: 900;
    letter-spacing: -5px;
    padding-top: 20px;
}
.our-clients-right
{
    width: 60%;
    float: right;
    text-align: right;
}
.our-clients-right .features-grids
{
    width:100%;
    padding: 0px;
    display: block;
    float: left;
    margin-left: 0px;
    padding-bottom: 40px;
}
.our-clients-right .features-grid
{
    padding: 0px;
    width: calc( 100% / 3);
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    
}
.our-clients-right .features-grid img
{
   height:200px;
   width: 100%;
    padding: 10px;
    max-height: 200px;
    max-width: 200px;
    float: left;
    font-size: 0px;
    vertical-align: middle;
}
.client-testimonials
{
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.client-testimonials .description-color
{
    color: var(--secondary-color);
}
.client-testimonials-left
{
    float: left;
    width: 50%;
}
.client-testimonials .page-heading
{
    padding-bottom:40px;
}
.client-testimonials-left img
{
    width: 80%;
    border-radius: 4px;
}
.client-testimonials-right
{
    float: left;
    width: 50%;
   padding: 0px 50px;
}
.client-testimonial-subheading
{
    color: var(--text-light-color);
    font-size:15px;
    display: block;
}
.client-subheading-color
{
    color: var(--primary-color);
    text-decoration: underline;
}
.client-testimonial-heading
{
    display: block;
    font-size:30px;
    font-weight: 600;
    letter-spacing: -1px;
}
.client-testimonials .slider-conatiner
{
    width:100px;
    display: block;
}
.client-testimonials .slider-heading
{
    display: block;
    font-size: 16px;
    color: var(--primary-color);
    padding: 20px;
    padding-left: 40px;
    padding-bottom: 0px;
    font-weight: bold;
    margin-left:75px;
}
.testimonial-name
{
        width:80%;
        float: right;
}
.client-testimonials .slider-subheading
{
    font-size: 13px;
    color: var(--text-light-color);
    padding-left: 40px;
    margin-left:75px;
}
.client-testimonials .slider-content
{
    font-size: 16px;
    line-height: 30px;
    padding-left: 40px;
    padding-top:18px;
    text-align: justify;
    color: var(--text-light-color);
}
.client-testimonials .slider-block 
{
    width: 100%;
}
.client-testimonials .slider-block .dp
{
    width: 20%;
    float: left;
    margin-left:45px;
    float: left;
}
.client-testimonials .slider-block .dp img
{
    width: 80%;
    border-radius: 50%;
    margin-top:10px;
}
.client-testimonials .slider-block img
{
    width: 6%;
    float: left;;
    margin-top: 30px;
}
.client-testimonials .slick-prev, .client-testimonials .slick-next {
    background-color: transparent;
    top:100%;
    background-size: 75%;
    margin-top:0px;
}
.client-testimonials .service-learn-more-link {
    float: right;
    width: 100%;
    margin-top:30px;}
.client-testimonials .slick-prev{
    left: auto;
    right: 70px;
}

/*portfolio section*/
.portfolio
{
    background-color: var(--dark-black-color);
    overflow: hidden;
    padding: 80px 0px;
}
.portfolio .title
{
    color: var(--white-color);
}
.portfolio .page-heading .title::after
{
    background-color: var(--primary-color);
}
.portfolio .main-title
{
    color: var(--primary-color);
}
.portfolio .portfolio-slider
{
    width:100%;
    color: var(--white-color);
    padding: 20px 0px;
}

.portfolio .slick-next
{
    background-image: url('../images/icons/next.png');
    background-color: transparent;
    background-position: center;
    padding: 10px;
}
.portfolio .slick-prev, .portfolio .slick-next {

    width: 30px;
    height: 35px;
    background-color: var(--secondary-lightest-color);
    background-position: center;
}
.portfolio .slick-prev
{
    background-image: url('../images/icons/back.png');
}
.portfolio-slider-block img
{
    width: 100%;
}
.portfolio-slider-block
{
   position: relative;
} 
.portfolio .slick-prev
{
    left:0px;
}
.portfolio .slick-next, .portfolio .slick-prev
{
    top:55%;
    background-size: 20px;
}
.portfolio-hover-box , .team-hover-box
{
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height:100%;
    width:100%;
    top:-100%;
    left:0px;
    background-color: rgba(43, 188, 212, 0.5);
    /*display: none;*/
    transition: all 0.2s ease;
}
.portfolio-video-hover-box
{
    cursor: pointer;
}
.portfolio-hover-box img
{
   width:30px;
   height: 30px;
   /*transition: background 6s;*/
}
.portfolio-hover-box h3
{
    color: var(--white-color);
    padding-top: 20px;
}

/*contact section*/
.contact
{
    background-color: var(--contact-color);
}
 .contact .main-title
{
    color: var(--white-color);
}
.contact .title
{
    color: var(--secondary-color);
}
.contact .title:after
{
    background-color: var(--white-color);
}
.contact-content
{
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 20px 0px;
    color: var(--white-color);
}
.contact-content a
{
    color: var(--white-color);
}
.contact-detail
{
    font-size: 40px;
    /*color: var(--text-light-color);*/
}
.contact .service-learn-more-link
{
    float: right;
    display: block;
    font-size: 25px;
    color: var(--black-color);
}
.contact .service-learn-more-link a
{
    color: var(--white-color);
}

.contact .service-learn-more-link a::after
{
    left: 5px;
    font-size: 40px;
}
.social-links
{
    display: block;
    padding-top: 10px;
}
.social-links ul li
{
    display: inline-block;
}
.facebook
{
    height:40px;
    width:40px;
    padding: 10px;
    margin: auto;
    margin-top:5px;
    margin-left:5px;
    border-radius:4px;
    background-size:50%;
    background-position: center;
    border:1px solid var(--white-color);
    transition: 0.3s all;
    background-image: url('../images/icons/f.png');
    background-repeat: no-repeat;
}
.instagram
{
    height:40px;
    width:40px;
    padding: 10px;
    margin: auto;
    margin-top:5px;
    margin-left:5px;
    border-radius:4px;
    background-size:50%;
    background-position: center;
    background-image: url('../images/icons/instagram.png');
    background-repeat: no-repeat;
    border:1px solid var(--white-color);
    transition: 0.3s all;
}
.youtube
{
    height:40px;
    width:40px;
    border:1px solid var(--white-color);
    padding: 10px;
    margin: auto;
    margin-top:5px;
    margin-left:5px;
    border-radius:4px;
    background-size:50%;
    background-position: center;
    background-image: url('../images/icons/utube.png');
    background-repeat: no-repeat;
    transition: 0.3s all;
}
.whatsapp
{
    height:40px;
    width:40px;
    border:1px solid var(--white-color);
    padding: 10px;
    margin: auto;
    margin-top:5px;
    margin-left:5px;
    border-radius:4px;
    background-size:50%;
    background-position: center;
    background-image: url('../images/icons/whatsapp.png');
    background-repeat: no-repeat;
    transition: 0.3s all;

}

/*footer section*/
footer
{
    /*margin-top: 20px;*/
    padding: 20px;
    color: var(--text-color);
}
.footer-left
{
    width:50%;
    float:left;
}
.footer-right
{
    width:50%;
    float:left;
}
.nav
{
    float:left;
    width: 30%;
}
footer .nav li a
{
    color: var(--text-color);
}
.techcruzers a
{
    color: var(--primary-color);
    font-weight: 600;
}
.whatsapp-link
{
    display: none;
    align-items: center;
    text-align: center;
    padding:10px;
    /*border:1px solid;*/
    background-color: var(--whatsapp-color);
    position: absolute;
    bottom:-10px;
    left:0;
    transition: 0.4s top ease;
}
.whatsapp-bar-content
{
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.whatsapp-bar-content img
{
    display: inline;
    width: 30px;
    /*background-color: white;*/
    /*margin-top:10px;*/
}
.whatsapp-bar-content h5
{
    font-size:14px;
    font-weight: 400;
    display: inline;
    padding-left: 10px;
    color: var(--white-color);
    font-family: inherit;

}
.active-whatsapp
{
    position: fixed;
    display: block;
    bottom:0px;
    z-index:500;
}

/*Contact Page Css*/
.home .heading
{
    font-size: 130px;
    color: var(--white-color);
    padding: 68px;
    padding-top: 68px;
    padding-top: 200px;
    padding-bottom: 0px;
    letter-spacing: -6px;
    font-weight: 900;
}
.home .contact-paragraph
{
    color: var(--white-color);
    font-size: 20px;
    padding: 0px 68px;
    padding-bottom: 70px;

}
.contact-section
{
    background-color: var(--dark-grey-color);
    padding-bottom: 20px;
}
.contact-container
{
    position: relative;
    /*border:1px solid;*/
    margin-top: -100px;
    padding: 80px 40px;
    display: flex;
    flex-wrap: wrap;
    background-color: var(--white-color);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.2);
    border-radius: 4px;
}
.contact-container .contact-left{
    width: 40%;
    float: left;
    padding-left: 60px;
}
.contact-container .contact-right{
    width: 60%;
    float: right;
    padding: 0px 60px;
    text-align: center;
}
.contact-container .secondary-title
{
    display: block;
    padding: 10px;
    position: relative;
    color: var(--text-color);
    display: block;
    font-size: 15px;
    text-align: center;
    /*padding: 20px;*/
    letter-spacing: 0px;
    line-height: 1.5;
    font-weight: 400;
    padding-bottom: 10px;
    margin: auto;
    border:1px solid var(--dark-grey-color);
    border-radius: 4px;
}
.title-content
{
    padding: 20px;
    display: block;
    color: var(--primary-darkest-color);
    line-height: 25px;
    font-weight: 300;
}
.detail-content
{
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.contact-left-topic
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.contact-left-topic img
{
    width: 20px;
    display: inline;
}
.contact-left-topic-content
{
    width: 80%;
    float: right;
    font-size: 15px;
    padding: 10px;
    line-height: 20px;
    color: var(--text-color);
    padding-left: 30px;
}
.contact-left-topic-content a
{
    color: var(--text-color);
}
.input-text
{
    display: block;
    width: 100%;
    padding: 10px;
    background-color: transparent;
    border:none;
    font-size:15px;
    border: 1px solid var(--grey-color);
    color: var(--text-color);  
    font-family: inherit;  
    margin-bottom: 20px;
    border-radius: 4px;
}
.input-text:focus
{
    border-color: var(--primary-color);
}
.contact-right textarea
{
    resize: none;   
}
.contact-right button
{
    padding: 10px 80px;
    margin-top: 30px;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
}
.contact-left .map
{
    height:365px;
    width:100%;
    margin-top: 25px;
}
.wtsap-content
{
    padding:10px 50px;
}
.contact-right .whatsapp-bar-content
{
    font-size: 15px;
    padding: 5px 0px;
    font-weight: 400;
    color: var(--white-color);
    width: auto;
    background-color: var(--whatsapp-color);
    border-radius: 4px;
}
.secondary-title::after
{
    content: "OR";
    display: block;
    position: absolute;
    bottom:-11px;
    left: calc(50% - 20px);
    background-color: var(--white-color);
    padding: 0px 10px;
    color: var(--black-color);
    font-weight: 600;
}
/*about us section*/
.home .about-heading
{
    font-size:30px;
    letter-spacing: 0px;
    padding-bottom: 30px;
    line-height: 1.55;
    font-weight: 300;
    padding: 70px 40px;
}
.about-section{
    padding-bottom: 20px;
}
.about-container
{
    background-color: var(--white-color);
    margin-top: -80px;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.2);
    padding: 50px 50px;
    border-radius: 4px;
}
.page-heading
{
    display: block;
}
.page-heading h2
{
    font-size:27px;
}
.page-heading .page-heading-color
{
    color: var(--primary-color);
}
.about-container-content
{
    width: 100%;
    padding-top: 20px;
}
.about-container-content-left, .about-container-content-right
{
    width: 50%;
    color: var(--text-color);
    text-align: justify;
    padding-right: 30px;
    float: left;
    line-height: 25px;
    letter-spacing: 0px;
}
.about-container-content-right
{
    padding-right: 0px;
    padding-left: 30px;
}

/*about timeline*/
.about-timeline{
    padding: 80px 50px;
    position: relative;
}
.about-timeline-container{
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.about-timeline-container:last-child{
    padding-bottom: 0px;
}
.about-timeline-container::after
{
    display: block;
    content: "";
    position: absolute;
    top:0;
    left: calc( 50% - 2.5px );
    height:100%;
    width: 5px;
    background-color: var(--timeline-line);
}
.about-timeline-container-left
{
    float: left;
    width: 50%;
    position: relative;
}
.about-timeline-container-right
{
    float: right;
    width: 50%;
    padding-left: 40px;
}
.about-timeline-year
{
    font-size: 135px;
    color: var(--primary-lightest-color);
    text-align: right;
    padding-right: 40px;
    line-height: 78px;
    position: relative;
}
.about-timeline-month
{
    position: absolute;
    top: 0px;
    font-size: 25px;
    color: var(--text-color);
    right: 60px;
    line-height: 31px;
    padding-top: 12px;

}
.about-timeline-heading{
    padding: 20px;
    font-size: 25px;
    background-color: var(--primary-color);
    color: var(--white-color);
    font-weight: 600;
    position: relative;
}
.about-timeline-heading .subheading{
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 200;
}
.about-timeline-heading::after
{
    content: "";
    display: block;
    position: absolute;
    top: calc( 50% - 10px);
    left:-10px;
    height:20px;
    width:20px;
    transform: rotate(-45deg);
    background-color: var(--primary-color);
}
.about-timeline-heading::before
{
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: calc( 50% - 15px);
    left: -52.5px;
    height: 25px;
    width: 25px;
    background-color: var(--primary-color);
    border: 5px solid var(--white-color);
}
.about-timeline-content{
    font-size:15px;
    line-height:20px;
    color: var(--text-color);
    border:1px solid var(--grey-color);
    padding: 10px 20px;
    text-align: justify;
}
.even-container{
    flex-direction: row-reverse;
}
.even-container .about-timeline-year{
    text-align: left;
    padding-right: 0px;
    padding-left: 40px;
    color: var(--secondary-lightest-color);
}
.even-container .about-timeline-month{
    right:0px;
    left:60px;
}
.even-container .about-timeline-container-right{
    padding-left: 0px;
    padding-right: 40px;
}
.even-container .about-timeline-heading
{
    background-color: var(--secondary-color);
}
.even-container .about-timeline-heading::before{
   left:auto;
   right:-52.5px;
   background-color: var(--secondary-color);
}
.even-container .about-timeline-heading::after
{
    left:auto;
    right: -10px;
    background-color: var(--secondary-color);
}

/*team section*/
.team-section
{
    background-color: var(--grey-color);
}
.team-container
{
    display: block;
    padding: 80px 50px;
}
.team-grids
{
    display: flex;
    flex-wrap: wrap;
    width:100%;
    padding: 20px 0px;
}
.team-grid
{
    width: calc( 100% / 4);
    float: left;
    position: relative;
    overflow: hidden;
    border:1px solid var(--grey-color);
    border-radius: 4px;
}
.team-grid img
{
    width:100%;
    float: left;
}
.team-hover-box
{
    padding: 20px;
    text-align: center;
    color: var(--white-color);
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height:100%;
    width:100%;
    top:-249px;
    left:0px;
    background-image: linear-gradient(0deg, rgba(43,188,212,1),rgba(43,188,212,0));
    /*background-color: rgba(43, 188, 212, 0.5);*/
    /*display: none;*/
    transition: all 0.2s ease;
}
.team-hover-box h3
{
    padding-top: 130px;
}
.team-grid-color
{
    width: 75%;
    background-color: var(--secondary-color);
    padding: 30px;
    font-size:30px;
    color: var(--white-color);
    line-height: 60px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.team-grid-color h2
{
    font-weight: 400;
}
.vision-section{
    padding: 40px;
}
.vision-section .page-heading
{
    padding-left: 50px;
}
.vision-content
{
    text-align: justify;
    width: 100%;
    line-height: 30px;
    letter-spacing: 0px;
    font-size: 15px;
    padding-left: 50px;
    padding-top: 20px;
}
.testimonials-section
{
    background-color: var(--dark-grey-color);
    padding: 40px 30px;
    display: flex;
    flex-wrap: wrap;
}
.testimonials-left
{
    width: 40%;
    float: left;
    background-color: var(--primary-color);
}
.testimonials-right
{
    width: 60%;
    float: left;
    background-color: #C8C5C5;
    padding-top: 40px;
    padding-right: 40px;
}
.testimonials-right-container
{
    background-color: var(--white-color);
    padding: 30px;
    height: 100%;
}
.testimonials-left .page-heading
{
    color: var(--white-color);
    font-size: 30px;
    font-weight: 600;
    padding: 150px 100px;
    padding-bottom: 0px;
}
.testimonials-left .page-heading .page-subheading
{
    font-size:15px;
    font-weight: 400;
    padding-right: 30px;
    padding-top: 20px;
    color: var(--primary-light-text-color);
    padding-bottom: 250px;
}
.testimonials-right-container img
{
    display: block;
    float: right;
    width: 20%;
}
.testimonials-content-heading
{
    font-size: 30px;
    color: var(--text-color);
}
.testimonials-content
{
    padding-top: 80px;
}
.testimonials-content .slider-conatiner
{
    width:100px;
    display: block;
}
.testimonials-content .slider-heading
{
    display: block;
    font-size: 16px;
    color: var(--primary-color);
    padding: 20px;
    padding-left: 40px;
    padding-bottom: 0px;
    font-weight: bold;
    
}
.testimonials-content .slider-subheading
{
    font-size: 13px;
    color: var(--text-light-color);
    padding-left: 40px;
}
.testimonials-content .slider-content
{
    font-size: 16px;
    line-height: 30px;
    padding-left: 40px;
    padding-top:18px;
    text-align: justify;
    color: var(--text-light-color);
}
.testimonials-content .slider-block 
{
    width: 100%;
}
.testimonials-content. .slider-block img
{
    width: 6%;
    float: left;;
    margin-top: 30px;
}
.testimonials-content .slick-prev, .testimonials-content .slick-next {
    background-color: transparent;
    top:95%;
    background-size: 75%;
}
.testimonials-content .slick-prev{
    left: -66%;
}
.testimonials-content .slick-next
{
    background-image: url('../images/icons/play-symbol-dark.png');
    background-color: transparent;
    background-position: center;
    padding: 10px;
    left: -360px;
}
.testimonials-content .slick-prev, .testimonials-content .slick-next {

    width: 30px;
    height: 35px;
    background-position: center;
}
.testimonials-content .slick-prev
{
    background-image: url('../images/icons/prev-dark.png');
}

/*Portfolio Page Section*/
.portfolio-section
{
    background-color: var(--black-color);
    margin-top: -60px;
    padding: 40px;
}
.portfolio-section-left
{
    float: left;
    width:25%;
    /*padding-top: 30px;*/
}
.portfolio-section-right
{
    float: left;
    width:75%;
    overflow: hidden;
    border-left: 2px solid var(--black-color);
}
.portfolio-section-left li a
{
    display: block;
    padding: 10px;
    color: var(--white-color);
    border:1px solid var(--black-color);
    border-left:5px solid var(--black-color);
    border-bottom:1px solid #212121;
}
.portfolio-video-content
{
    width: calc( 100% / 3);
    float: left;
    position: relative;
    border-bottom:10px solid var(--black-color);
    border-right:10px solid var(--black-color);;
    border-top:0px;
    overflow: hidden;  
}
.right-container
{
    display: flex;
    flex-wrap: wrap;
    display: none;
}
.portfolio-video-content img
{
    height: 100%;
    width: 100%;
    float: left;
}
.portfolio-video-hover-box
{
    padding: 5px;
    text-align: center;
    color: var(--white-color);
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height:100%;
    width: 100%;
    top:-100%;
    left:0px;
    background-color: rgba(43, 188, 212, 0.7);
    /*display: none;*/
    transition: all 0.2s ease;
}
.portfolio-video-hover-box h3
{
    padding: 10px;
    padding-top: 15px;
    letter-spacing: 1px;
    font-size: 15px;
    text-transform: uppercase;
}
.portfolio-video-hover-box img
{
    width:30px;
    height: 30px;
}  
.portfolio-section-left li a.active
{
    border:1px solid #424242;
    border-left:5px solid var(--primary-color);
}
.client-testimonies
{
    background-color: var(--grey-color);
    padding: 80px 40px;
}
.client-testimonies .description-color
{
    color: var(--secondary-color);
}
.client-testimonies .page-heading
{
    text-transform: uppercase;
}
.testimonies-container
{
    padding-top: 30px;
}
.testimonies-slider-block
{
    padding: 10px 15px;
}
.testimonies-slider-block-inner
{
    background-color: rgba(255,255,255,0.6);
    padding: 35px;
    height: 100%;
    border-radius: 4px;
}
.testimonies-container .slick-track
{
    display: flex;
}
.testimonies-container .slick-slide
{
    height: auto;
}
.testimonies-slider-block .slider-heading
{
    font-size: 20px;
    color: var(--primary-color);
}
.testimonies-slider-block .slider-subheading
{
    font-size:12px;
    color: var(--text-light-color);
    font-family: inherit;
    line-height: 20px;
}
.testimonies-slider-block .slider-content p
{
    color: var(--text-color);
    line-height: 30px;
    padding-top: 20px;
    text-align: justify;
}
.testimonies-container .slick-prev, .testimonies-container .slick-next {
    width: 35px;
    height: 40px;
    background: var(--primary-color);
    margin-top: -20px;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}
.testimonies-container .slick-next {
    right: -20px;
    background-image: url('../images/icons/next.png');
    border-radius: 0px 3px 3px 0px;
   
}
.testimonies-container .slick-prev{
    left: -20px;
    background-image: url('../images/icons/back.png'); 
    border-radius: 3px 0px 0px 3px;
}
/*PAge services*/
.service-container
{
    display: flex;
    flex-wrap: wrap;
    /*padding: 30px 0px;*/
}
.service-left{
    width: 40%;
    padding: 50px 100px;
    float: left;
    text-align: center;
}
.service-left img{
    width: 80%;
}
.service-right{
    width: 60%;
    padding: 50px 100px;
    float: left;
    text-align: right;
    color: var(--black-color);
}
.service-right .page-heading
{
    font-size:40px;
    font-weight: 300;
    color: var(--black-color);
}
.service-right .content
{
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    margin-top: 30px;
    text-align: justify;
}
.service-right .our-works-button
{
    float: right;
    margin-top: 50px;
    padding: 10px 20px;
    font-weight: 300;
    border-radius:4px;
}
.service-even{
    flex-direction: row-reverse;
    background-color: var(--grey-color);
}
.service-even .service-right{
        text-align: left;
}
.service-even .service-right .our-works-button
{
    float: left;
}
.why-choose-us
{
    background-color: var(--grey-color);
}
.client-section{
    padding: 80px 0px;
}
.client-section .page-heading
{
    font-size:30px;
}
.client-logo-container
{
    padding: 0px 85px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}
.client-logo-grid
{
    width: calc( 100% / 5);
    float: left;
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.client-logo-grid img{
    width: 100%;
    max-height: 200px;
    max-width: 200px;
    float: left;
    font-size: 0px;
    vertical-align: middle;
}
.error
{
    text-align: left;
    display: block;
    color: var(--error-color);
    padding:20px 0px;
    margin-top: -36px;
}

.popup
{
    display: none;
    position: fixed;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    background-color: rgba(0,0,0,0.6);
    padding: 20px;
}
.close-popup
{
    float: right;
    display: block;
    padding: 15px;
    cursor: pointer;
}
.close-popup img
{
    width: 20px;
    height: 20px;
}
.close-popup:hover
{
    background-color: rgba(0,0,0,0.8);
}
.overflow-body{
    overflow: hidden;
}
.popup-content
{
    width:70%;
    margin: auto;
    margin-top: 55px;
}
.popup-content .inner-content, .showreel-video
{
    width: 100%; 
    padding-bottom: 56%;
    height: 0px;
    position: relative;
}
.inner-content iframe, .showreel-video iframe
{
    height: 100%;
    width: 100%;
    position: absolute;
    top:0;
    left: 0;
    border:none;
}
button[disabled=disabled],button:disabled{
    color: var(--white-color) !important;
    background-color: var(--primary-lightest-color) !important;
    cursor: not-allowed}
form input.ng-touched.ng-invalid,form input.ng-dirty.ng-invalid,form textarea.ng-touched.ng-invalid,
form textarea.ng-dirty.ng-invalid{border-color: var(--error-color) !important}

.nav-menu ul li a.active{
    position: relative;
    color: var(--white-color);
}
.nav-menu ul li a.active span{
    position: relative;
    z-index: 1;
}
.nav-menu ul li a.active:after{
    content: "";
    display: block;
    height: 50%;
    width: 100%;
    background-color: var(--primary-color);
    position: absolute;
    top:0%;
    left: 0;
    border-radius:4px 4px 0px 0px;
}
.nav-menu ul li a.active:before{
    content: "";
    display: block;
    height: 50%;
    width: 100%;
    background-color: var(--secondary-color);
    /*border-top:2px solid var(--white-color);*/
    position: absolute;
    bottom:0%;
    left: 0;
    border-radius:0px 0px 4px 4px;
}
#loading{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.7);
    z-index: 99;
    cursor: progress}
.loader{
  position: absolute;
  width: 100px;
  height: 100px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto}
.circular{
 animation: rotate 2s linear infinite;
 height: 100px;
 position: relative;
 width: 100px}
.path{
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  animation: 
   dash 1.5s ease-in-out infinite,
   color 6s ease-in-out infinite;
  stroke-linecap: round}
@keyframes rotate{
 100%{transform: rotate(360deg)}
}
@keyframes dash{
 0%{
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0}
 50%{
  stroke-dasharray: 89,200;
  stroke-dashoffset: -35}
 100%{
  stroke-dasharray: 89,200;
  stroke-dashoffset: -124}
}
@keyframes color{
  100%,0%{stroke: #d62d20}
  40%{stroke: #0057e7}
  66%{stroke: #008744}
  80%,90%{stroke: #ffa700}
}

/* SnackBar */
#snackbar{
    margin: auto;
    font-weight: 600;
    text-align: center;
    padding: 0 10px;
    position: fixed;
    z-index: 1050;
    left: 0;
    right: 0;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out;
    pointer-events: none}
#snackbar.show{
    top: 100px;
    opacity: 1;
    visibility: visible}
.snackbar{
    display: inline-block;
    padding: 12px 20px;
    color: var(--white-color);
    box-shadow: var(--box-shadow);
    border-radius: 4px}
.snackbar.success{background-color: var(--success-color)}
.snackbar.error{background-color: var(--error-color)}


































/* For Desktop View */
@media screen and (min-width:933px){
    /*All Hover action will be here only*/

    .nav-menu ul li a:hover:not(.active) , .active-nav
    {
    color: var(--secondary-dark-color);
    }
    .showreel-right .play-button:hover
    {
        fill:red;

    }
    .our-clients-right .features-grid img:hover
    {
        background-color: var(--primary-lightest-color);
        border-radius: 4px;
    }
    .social-links .facebook:hover,.social-links .instagram:hover,.social-links .youtube:hover,.social-links .whatsapp:hover
    {
     background-color: var(--white-color);
     border-color: var(--white-color);
    }
    .portfolio .slick-prev:hover, .portfolio .slick-next:hover ,.portfolio .slick-prev:focus, .portfolio .slick-next:focus {

        background-color: var(--secondary-color);
    }
    .portfolio-slider-block:hover .portfolio-hover-box
    {
    top:0;
    }
    .team-grid:hover .team-hover-box{
        top:-0px;
    }
    .client-testimonials .slick-next:focus, .client-testimonials .slick-next:hover {
    background-image: url('../images/icons/right-arrow-black.png');
    background-color: transparent;
    }
    .client-testimonials .slick-prev:hover, .client-testimonials .slick-prev:focus
    {
         background-image: url('../images/icons/left-arrow-black.png');
        background-color: transparent;
    }
    .testimonials-content .slick-next:focus, .testimonials-content .slick-next:hover {
    background-image: url('../images/icons/play-symbol.png');
    background-color: transparent;
    }
    .testimonials-content .slick-prev:hover, .testimonials-content .slick-prev:focus
    {
         background-image: url('../images/icons/prev.png');
        background-color: transparent;
    }
    .portfolio-section-left li a:hover
    {
        border:1px solid #424242;
        border-left:5px solid var(--primary-color);
    }
    .portfolio-video-content:hover .portfolio-video-hover-box{
        top:-0px;
    }
    .client-logo-grid:hover{

        background-color: var(--primary-lightest-color);
        border-radius: 4px;
    }
    footer .nav li a:hover
    {
    color: var(--primary-color);
    }
    .service-row-even .service-learn-more-link a:hover, .service-row-right .service-learn-more-link a:hover{
    background-color: rgba(0,0,0,0.5);
    padding: 5px;
    padding-left: 25px;
    border-radius: 4px;
    }
    
    .service-row-right .service-learn-more-link a:hover , .features .service-learn-more-link:hover, .our-clients .service-learn-more-link:hover, .client-testimonials .service-learn-more-link::hover
    {
    color: var(--primary-darkest-color);
    }
    .contact .service-learn-more-link a:hover
    {
    color: var(--primary-color);
    }
    .whatsapp-us:hover, .our-works-button:hover, .contact-right .whatsapp-bar-content:hover{
        box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.3);
    }
}