@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

@font-face {
    font-family: 'AdobeCaslonProRegular';
    src: url('../fonts/AdobeCaslonProRegular.eot');
    src: url('../fonts/AdobeCaslonProRegular.eot') format('embedded-opentype'),
        url('../fonts/AdobeCaslonProRegular.woff2') format('woff2'),
        url('../fonts/AdobeCaslonProRegular.woff') format('woff'),
        url('../fonts/AdobeCaslonProRegular.ttf') format('truetype'),
        url('../fonts/AdobeCaslonProRegular.svg#AdobeCaslonProRegular') format('svg');
}

@font-face {
    font-family: 'PostGroteskLight';
    src: url('../fonts/PostGroteskLight.eot');
    src: url('../fonts/PostGroteskLight.eot') format('embedded-opentype'),
         url('../fonts/PostGroteskLight.woff2') format('woff2'),
         url('../fonts/PostGroteskLight.woff') format('woff'),
         url('../fonts/PostGroteskLight.ttf') format('truetype'),
         url('../fonts/PostGroteskLight.svg#PostGroteskLight') format('svg');
}

@font-face {
    font-family: 'PostGroteskRegular';
    src: url('../fonts/PostGroteskRegular.eot');
    src: url('../fonts/PostGroteskRegular.eot') format('embedded-opentype'),
         url('../fonts/PostGroteskRegular.woff2') format('woff2'),
         url('../fonts/PostGroteskRegular.woff') format('woff'),
         url('../fonts/PostGroteskRegular.ttf') format('truetype'),
         url('../fonts/PostGroteskRegular.svg#PostGroteskRegular') format('svg');
}


@font-face {
    font-family: 'PostGroteskMedium';
    src: url('../fonts/PostGroteskMedium.eot');
    src: url('../fonts/PostGroteskMedium.eot') format('embedded-opentype'),
         url('../fonts/PostGroteskMedium.woff2') format('woff2'),
         url('../fonts/PostGroteskMedium.woff') format('woff'),
         url('../fonts/PostGroteskMedium.ttf') format('truetype'),
         url('../fonts/PostGroteskMedium.svg#PostGroteskMedium') format('svg');
}

@font-face {
    font-family: 'PostGroteskBold';
    src: url('../fonts/PostGroteskBold.eot');
    src: url('../fonts/PostGroteskBold.eot') format('embedded-opentype'),
         url('../fonts/PostGroteskBold.woff2') format('woff2'),
         url('../fonts/PostGroteskBold.woff') format('woff'),
         url('../fonts/PostGroteskBold.ttf') format('truetype'),
         url('../fonts/PostGroteskBold.svg#PostGroteskBold') format('svg');
}


html {
    scroll-behavior: smooth;
}

body {
    font-family: 'PostGroteskLight';
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    transition: 0.4s ease all;
}

/*header*/

header {
    padding: 25px 0;
    background: #fbfbfb;
}

.logo img{
   max-width: 170px;
    padding-top: 14px;
    
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
        z-index: 9;
    animation:slide-down 0.7s;
    padding: 16px 0;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

.menu .navbar {
    float: right;
    margin-top: 13px;
}

.navbar-expand-sm .navbar-nav .nav-link {
    font-size: 22px !important;
    color: black;
    font-family: 'PostGroteskLight';
    padding-bottom: 0;
    line-height: 18px;
    padding-right: .7rem;
    padding-left: .7rem;
    letter-spacing: .2px;
}

.navbar-expand-sm .navbar-nav .nav-link:hover {
    color: #134bff;
}

.top_content {
    padding: 300px 0 300px 0;
}

.top_content h1 {
    color: #060606;
    font-size: 42px;
    font-family: 'AdobeCaslonProRegular';
    max-width: 731px;
    margin: 0 auto 100px;
}

.top_content h1 span {
    font-family: 'PostGroteskMedium';
    color: #000;
    font-size: 40px;
}

.quickedit {
    color: #060606;
    font-size: 22px;
    font-family: 'PostGroteskRegular', sans-serif;
    margin-bottom: 30px;
}

.about {
    background: #000000;
    padding: 100px 0 75px;
}

.heading_sec {
    max-width: 730px;
    margin: 0 auto 34px;
    text-align: center;
}

.about .heading_sec h2,
.about .heading_sec h3 {
    color: #fff;
}

.heading_sec h2 {
    font-size: 30px;
    font-family: 'PostGroteskregular';
    margin-bottom: 50px;
}

.heading_sec h3 {
    font-size: 36px;
    font-family: 'AdobeCaslonProRegular';
}

.about .heading_sec {
    position: relative;
    padding-bottom: 120px;
}

.about .heading_sec:after {
    position: absolute;
    content: "";
    background: #5e5e5e;
    height: 86px;
    width: 1px;
    bottom: 0;
    left: 50%;
}

.about_list h2 {
    color: #fff;
    font-size: 30px;
    font-family: 'PostGroteskregular';
}

.about_list p {
    font-size: 16px;
    color: #e0e0e0;
    font-weight: 300;
}

.portfolio {
    padding: 0 0 85px 0;
}

.portfolio_logo {
    margin: 0;
    padding: 0;
    display: block;
}

.portfolio_logo:after {
    clear: both;
    display: block;
    content: "";
}

.portfolio_logo li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 25%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s;
    max-height: 205px;
}

.portfolio_logo li a {
    width: 278px;
    height: 200px;
    text-align: center;
    display: block;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.portfolio_logo li a img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width:70%;
    transform: translate(-50%, -50%);
}

.portfolio_logo li a:hover img {
       -webkit-filter: invert(100%);
}


.portfolio_logo li:nth-child(even) {
    background: #f9f9f9;
}

.portfolio_logo.middle li:nth-child(odd) {
    background: #f9f9f9;

}

.portfolio_logo.middle li:nth-child(even) {
    background: #fff;
}

.portfolio .heading_sec {
    margin-bottom: 50px;
}


.portfolio_logo li:hover {
    background: #3464fe !important;
}



.our_team {
    padding: 85px 0 90px;
}

.our_team .heading_sec {
    max-width: 790px;
    margin-bottom: 55px;
}

.team_wrap {
    margin: 0;
    padding: 0;
    display:flex;
    flex-wrap:wrap;
}

.team_wrap:after {
    clear: both;
    display: block;
    content: "",
}

.team_wrap li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 25%;
    overflow: hidden;
    max-height: 200px;
}

/*----.team_wrap li:last-child {
    float: none;
    margin: 0 auto;
}
------*/
.team_wrap li img {
    width: 100%;
    vertical-align: top;
    height:100%;
    object-fit:cover;
}

.team_wrap li a {
    position: relative;
    display: block;
    height:100%
}

.team_wrap li .caption {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    right: 0;
    top: 50%;
    background: rgba(52, 100, 254, 0.9);
    padding: 20px;
    transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    opacity: 0;
}

.team_wrap li:hover .caption {
    top: 0;
    opacity: 1;
}

.team_wrap li .caption h6 span {
    font-weight: 600;
    display: block;
    font-family: 'PostGroteskBold';
}


 

.team_wrap li .caption h6 {
    font-size: 16px;
    color: #fff;
    margin: 0;
    position: absolute;
    bottom: 16px;
    line-height: 22px;
    font-family: 'PostGroteskRegular';

}

.question {
    clear: both;
    padding: 30px 0 100px 0;
    display: block;
}

.question .box {
    padding: 58px 40px;
    background: #fbfbfb;
}

.question .box span {
    color: #134bff;
    font-size: 26px;
    font-family: 'PostGroteskLight';
}

.question .box span a {
    color: #134bff;
    font-size: 18px;
    font-family: 'PostGroteskLight';
}.question .box span a:hover {
    text-decoration: none;
}

footer {
    padding: 40px 0;
}

.footer_menu{
    
    position: relative;
    bottom: -8px;
}

.footer_menu li {
    list-style: none;
    margin: 0 15px 0 0;
    padding: 0;
    display: inline-block;
    color: black;
    font-size: 12px;
    font-family: 'PostGroteskRegular';
}

.footer_menu li a {
    color: black;
    font-size: 12px;
    text-decoration: none;
    font-family: 'PostGroteskRegular';
}

.footer_menu li a:hover {
    color: #007bff;
}

.newsletter form {
    max-width: 180px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.newsletter form input {
    color: #9d9d9d;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 29px 2px 17px;
    border-width: 0 0 1px;
     font-family: 'PostGroteskLight';
}

.newsletter form input:focus {
    outline: 0;
}

.newsletter form button {
    position: absolute;
    background: none;
    border: 0;
    box-shadow: none;
    top: 0;
    right: 20px;
}

.social_icon {
    text-align: right;
    position: relative;
    top: -5px;
}

.social_icon a {
    border: 1px solid #818186;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 15px;
    color: #000;
    display: inline-block;
    text-align: center;
    padding-top: 4px;
    font-size: 14px;
}

.social_icon a.icon-twitter:hover {
    color: #fff;
    background-color: #1da1f3;
    border-color: #1da1f3;
}

.social_icon a.icon-linkedin:hover {
    background-color: #0077b5;
    border-color: #0077b5;
    color: #fff;
}

.social_icon a.icon-medium:hover {

    background-color: #02b875;
    border-color: #02b875;
    color: #fff;

}

.social_icon a.icon-facebook:hover {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff;

}

.team_wrap:after {
    clear: both;
    display: block;
    content: "";
}

/*------#back_top {
    position: fixed;
    bottom: 100px;
    left: 100px;
    color: #696969;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    padding-top: 3px;
    opacity: 0;
    font-family: 'PostGroteskMedium';
}------*/

#back_top {
    
    color: #000;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    padding-top: 3px;
    opacity: 0;
    font-family: 'PostGroteskRegular';
}
#back_top:hover {
    text-decoration: none;
    
}

#back_top.show {
    opacity: 1;
}


#content {
    padding: 45px 0 60px;
}

.inner_heading {
    position: relative;
    padding-bottom: 85px;
    margin-bottom: 35px;
}

.inner_heading:after {
    position: absolute;
    content: "";
    height: 68px;
    width: 1px;
    background: #000;
    bottom: 0;
    left: 6px;
}

.inner_heading h2 {
    font-size: 28px;
    font-family: 'PostGroteskRegular';
}

.contact_info h3 {
    color: #060606;
    font-size: 22px;
    font-family: 'PostGroteskRegular';
    margin-bottom: 30px;
}

.contact_info p {
    color: #060606;
    font-size: 16px;
    margin-bottom: 18px;
    font-family: 'PostGroteskRegular';
}

.email a {
    color: #060606;
    text-decoration: underline;
}

.map_location {
    padding: 40px 0 25px;
}

.map_location h5 {
    font-size: 18px;
    color: #060606;
    font-family: 'PostGroteskBold';
}

.map_location p {
    font-size: 14px;
    font-family: 'PostGroteskRegular';
}
/*--------Raj------*/
  
      
      .workwith .collaboration p{
    font-size: 20px;
          font-weight: 400;
           font-family: 'PostGroteskRegular';
        
    }
    
      .workwith .collaboration p strong{
   
          font-weight: 400;
            font-family: 'AdobeCaslonProRegular';
          font-size: 24px;
        
    }
     .workwith .collaboration p a{
   
          font-weight: 400;
            font-family: 'PostGroteskBold';
          font-size: 20px;
        
    }
    
       .workwith .collaboration-contact{
    font-size: 25px;
          font-weight: 600;
           font-family: 'AdobeCaslonProRegular';
        
    }

.top_btn{
    position: inherit;
    
}


.map-black-white {
 -webkit-filter: grayscale(100%);
 -moz-filter: grayscale(100%);
 -ms-filter: grayscale(100%);
 -o-filter: grayscale(100%);
 filter: grayscale(100%);
}
