*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
*, *::before, *::after {
    transition: all ease-in-out 0.3s;
}
html{
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
}

.t-0{
    margin-top: 0px !important;
}

.t-12{
    padding-top: 12em;
}
video{
     clip-path: inset(0px)
}
[class*="__animate__"] {
    opacity: 0;
}
/* Webfont: Lato-Semibold */@font-face {
    font-family: 'LatoWebSemibold';
    src: url('../fonts/Lato-Semibold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Semibold.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato-Semibold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Semibold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


.header{
    width: 100%;
    background: #fff;
    height: 80px;
    border-bottom: 1px solid #eee;
}

.header .logo,
.header .menu, 
.footer .logo, 
.footer .menu 
{
    float: left;
}
.header .cta, 
.footer .social
{
    float: right;
}

.header .logo,
.footer .logo
{
    width: 20%;
    text-align: center;
}

.header .menu,
.footer .menu
{
    width: 60%;
    text-align: center;
}

.header .cta, 
.footer .social
{
    width: 20%;
}


.header .menu ul li,
.footer .menu ul li
{
    display: inline-block;
    padding:20px 10px
}
.header .menu ul li a{
    color: #000000cc;
}
.footer .menu ul li a{
    color: #fff;
}
.footer .social ul li{
    display: inline-block;
    padding: 15px 5px;
}
.footer .social ul li a{
    color: #fff;

}
.footer{
    background-color: #222328;
    padding: 35px;
    overflow: hidden;
    margin-top: 40px;
    color: #fff;
}
.footer a{
    color: #fff;
}
.social [class*=fa-facebook] {
    background-color: #3b5998;
       padding: 6px 10px;
    border-radius: 50px;
}
.social [class*=fa-linkedin] {
    background-color: #0077b5;
      padding: 6px 8px;
    border-radius: 50px;
}

.footer-inner1{
        width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid rgba(238, 238, 238, 0.2);
}
.footer-inner2{
    padding: 20px 0px;
}
.footer-inner2 .fa{
    font-size: 25px;
    vertical-align: middle;
}
.footer-inner2 .contact{
   width: 18%;
    float: left;
    text-align: center;
}

.footer-inner2 .address{
    width: 50%;
    float: left
}

.footer-inner2 i{
    color: #fbab17;
}
.copyright{
        background-color: #fbab17 !important;    
    line-height: 1.7em;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding: 8px 0px;
}

.cta .btn{
    display: inline-flex;
    width: auto;
    height: 50px;
    margin-bottom: 0;
    padding: 0 2em;
    align-items: center;
    border-radius: 60px;
    cursor: pointer;
    background: #fbab17 !important;
    color: #fff;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
}

.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%; 
    z-index: 9999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    background-color: rgba(255, 255, 255, 0.75);
    border-bottom: 1px solid #eee;
}
.subway{
    background-image: url(../imgs/subway-1.jpg) !important;  
}
.gdn{
    background-image: url(../imgs/gdn_02-1.jpg) !important;  
}
.vivo{
    background-image: url(../imgs/vivo-1.jpg) !important;  
}
.mediatek{
     background-image: url(../imgs/Mediatek-website-banner.jpg) !important;  
}
.sc-header{
    background-image: url(../imgs/fortis-mammamia-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 80px; 
    color: #fff;
    font-family: 'LatoWebSemibold';
    font-weight: normal;
    
}

.sc-header h4{
    line-height: 1.2em;
    font-size: 25px;
    --animate-duration: 0.5s;
}

.sc-logo img{
    height: auto;
    max-width: 100%;
    vertical-align: top; 
    --animate-duration: 1s;
}


.sc-header h2{
    line-height: 1.2em;
    font-size: 40px;
    padding: 0px 0px 20px 0px;
    --animate-duration: 1.5s;
    
}


.sc-header p{
    --animate-duration: 2s;
}

.sc-logo{
    padding: 20px 0px;
}


.sc-row{
        margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    margin-top: 80px;
        font-family: 'LatoWebSemibold';
    font-weight: normal;
}
.sc-container{
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
    width: 90%;
    display: flex     
}
.sc-column{
     width: 33.33333333%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    padding: 30px;
    flex-grow: 1;
    z-index: 1;
}

.one{
    background-color: #eee;

}

.one .content-two{
    text-align: right;
    padding-top: 30px;
}

.two{
    background-color: #ff3300;
    color: #fff;

}
.three{
    background-color: #c00000;
    color: #fff;
}

.three .content-three ol{
        padding-left: 16px;
    padding-top: 5px;
}

.three .content-one{
    padding-bottom: 50px;
}
.three .content-two{
    text-align: right;
     padding-bottom: 50px;
}
.three .content-three{
    
}
.sc-column p{
        line-height: 1.7em;
    font-size: 1em;

}

.sc-column h2{
        line-height: 1.2em;
    font-size: 40px;
}

.sc-column h3{
    font-size: 30px;
    font-style: italic
}
.sc-column img{
    max-width:fit-content;
}
.left p{
    width: 50%;
    padding-top: 30px;
}

.line{
    padding-left: 30px;
}
.content-form{
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

.content-form h2{
        line-height: 1.8em;
    font-size: 40px;
    }
.content-form h3{
      font-size: 26px;
    line-height: 1.8em;
}
.content-form .sc-row{
    margin-top: 30px;
}

.content-form input{
    display: flex;
    width: 100%;
    height: 50px;
    padding-left: 2em;
    padding-right: 2em;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #d5d6de;
    background: rgb(239, 240, 244) !important;
    border-radius: 60px;
    background: none;
    align-items: center;
    color: #b7b9c4;
    transition: all 0.3s;
}

.content-form textarea{
    background: transparent !important;
    border-radius: 0px !important;
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 50px;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 20px;
    position: relative;
    border-top: 0px solid #d5d6de;
    border-right: 0px solid #d5d6de;
    border-left: 0px solid #d5d6de;
    border-bottom: 1px solid #d5d6de;
    border-radius: 0;
    background: none;
    align-items: center;
    color: #b7b9c4;
    transition: all 0.3s;
}
.content-form input[type=submit]{
display: inline-flex;
    width: auto;
    height: 50px;
    margin-bottom: 0;
    padding: 0 2.8em;   
    align-items: center;
    border: 0;
    cursor: pointer;
   background: #fbab17 !important;
    color: #fff;
    transition: all 0.3s ease;
}

.profile-one,
.profile-two
{
    width: auto;
    justify-content: center;
}

.left{
       justify-content: center; 
}

.profile-two{
    text-align: right;
}
  .designation{
        color: #a7a9b8;
    }
.description1{
    padding-top: 4em;
}
.description2{
    padding-top: 8em;
    text-align: right;
}

.teams h3{
   font-family: Lato;
    font-weight: 400;
    line-height: 1.2em;
    font-size: 32px;
    color: #181b31;
    padding-top: 10px;

}
.teams p{
        font-size: 19px;
    line-height: 1.6em;
}

.teams img{
    width: 100%;
}
.slick-slide img{
        width: auto;
}
.equal-height-row .bg-warning {
    background-color: #eee !important;
}
.equal-height-row .bg-success    {
    background-color: #ff3300 !important;
}
.equal-height-row .bg-info    {
    background-color: #c00000 !important;
}
.stats .img{
    width: 100%;
}

.light-gray{
    background-color: #eee;
}

.light-gray h3{
    font-size: 22px;
    text-align: center;
    font-weight: 400;
    padding-top: 40px;
}

.hand{
    background: #fbb637 url(../imgs/mobile-hand4.png);
    background-repeat: no-repeat;
    
   padding-top: 10em;
    padding-bottom: 20em;
}
.hand-text{
    position: relative;
    top: 4em;
    left: 8em;
}
.hand-text h3{
    font-family: Lato !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 35px;
    line-height: 1em;
    color: rgb(251, 182, 55);
}

ul.brands li{
    display: inline-block;
    list-style: none;
    padding: 20px;
}
.home-heading{
       position: relative;
    text-align: center;
    z-index:99 ;
    width: 20%;
    margin: 0 auto;
    padding: 40px;
}
.mantra-main{
    display: flex;
    flex-wrap: wrap;
    align-content:flex-start;
/*    min-height: 100vh;*/
    position: relative;
    padding-bottom: 10em;
}

.mantra{
       width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.mantra-inner{
    width: 80%;
    margin: 0 auto;
     padding-top: 5em;
}
.showcase-inner{
    width: 80%;
    margin: 0 auto;
}
.mantra video{ 
        display: inline-block;
    vertical-align: baseline;
}

.showcase-main{
     display: flex;
    flex-wrap: wrap;
    align-content:flex-start;
    position: relative;
}

.showcase{
    color: #fff;
}
.showcase a{
   color:  #fff;
}
.showcase a:hover{
    color: #fff;
    text-decoration: none;
}

.showcase img{
    width: 100%;
}

.bt-news{
    background: url(../imgs/bt-news-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:   bottom;
}

.bt-news p{
    font-size: 18px;
}
p.partner{
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.ser-video{
        display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding-bottom: 0em;
    justify-content: center;
    padding-top: 0em;
}

.ser-video video{
        display: inline-block;
    vertical-align: baseline;
}
.ser-content{
    position: relative;
    color: #fff;
    height: 100vh;
    padding-top: 15em;
    width: 60%;
}

.ser-content ul li {
    list-style: none;
    font-size: 30px;
}
.ser-content h2{
    font-size: 40px;
}

.ser-content p{
    font-size: 16px;
}

.showcase.testimonials  img{
    width: auto;
}
.testimonials .h3{
    width: 60%;
}
.testimonials h3{
    color: #000;
font-size: 25px;
}

.testimonial-slider{
    color: #000;
    text-align: right;
}
.testimonial-slider img{
width: auto !important;
display: inline !important;
padding-top: 10px;    
}

.team h3{
    font-size: 20px;
}

.team h2{
    font-size: 40px;
}
.team ul li{
    list-style: none;
    font-size: 28px;
}

.team a{
   color: #fbad19;
    text-decoration: none;
    font-size: 28px;
}
.team a:hover{
    text-decoration: none;
     color: #fbad19;
}

.team img{
    width: 115px;
}
.member h3{
    font-size: 20px;
}
.member h4{
font-size: 16px;
    display: block;
    text-transform: capitalize;
    color: #000;
}
.member p{
        color: #000;
    font-size: 13px;
    line-height: 20px;
}
/* our mantra animation start */

.introItemWrapper {
    max-width: 480px;

}
.introItem {
    text-align: center;
    cursor: pointer;
}
.introItem > figure {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 220px;
    margin-bottom: 0;
		    font-family: Lato!important;
    font-weight: 300!important;
    font-style: normal!important;
}
.introItem > figure > img {
    align-self: center;
    max-width: 100px;
   
}
.introItem > figure > figcaption {
    font-size: 1.5rem;
    flex:1 0 100%;
    /*align-self: flex-end;*/
    position: relative;
    padding-bottom: 0rem;
    margin-bottom: 0;
    font-style: normal;
    color: #000;
    margin:0px;
    font-family: Lato!important;
    font-weight: 300!important;
    
}
.introItem > figure > figcaption::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    border: 10px solid;
    border-color: transparent;
}
.introDescription {
    opacity: 0;
    margin-top: -15px;
}
.introDescription h3{
	font-size:20px;
	font-weight: 300;
}

#introfirst{ opacity: 1;}




.introDescription h3{
    margin:0;
    text-transform:none;
    font-size: 18px;
    line-height:24px;
    font-weight:300;
}

.introDescription p {
    font-size: 0.8rem;
    line-height: 1.5;
    color: #000;
    font-weight: 300;
    padding-top: 10px;

}
.introDescription a {
    font-size: 1.05rem;
    font-weight: 500;
}
.introItem:hover > figure > img {
    transform: scale(1.3);
}
.introItem:hover > figure > figcaption {
    transform: scale(1.1);
        font-weight: 400 !important;
	color:#fbb637;
	padding-top:15px;	
}
.introItem > figure > figcaption::after {
    border-top-color: #fbaf1d;
}
.introItem:hover > .introDescription {
    opacity: 1;
	font-family: Lato!important;
    font-weight: 400!important;
    font-style: normal!important;
}

.introItem:hover > .introDescription h3{
    opacity: 1;
    color:#fbab17;
    font-size: 24px;
    line-height:24px;
    font-weight:300;
	font-family: Lato!important;
    font-style: normal!important;
}

.introItem:hover > .introDescription p{
    font-size: 0.9rem;
	
}

.introItemIndividual {
    max-width: 180px;
    width: 100%;
}
.introItemIndividual > figure {
    min-height: auto;
}
.introItemIndividual > figure > img {
    margin-bottom: 2rem;
}

/* our mantra animation end */

/* Services */
ul.services.marketing{
    padding-top: 0;
}
ul.services{
	padding-top: 15em;
	position: relative;
}
ul.services a{
	color:#000;
}
ul.services ul{
	margin:0;
	padding:10px 0px 10px;
	width:145px;
	
}

ul.services span{
font-size:13px;
	display:block;
color:#fbab17 !important;
}


ul.services li{
	display:inline-block;
	list-style:none;
	width:30%;
	padding:0px;
	margin-left:20px;
	margin-top:20px;
}
ul.services ul:hover {
    box-shadow: 5px 5px 8px #eee;	
	
	cursor:pointer;
}



ul.services li ul li{
	font-size:18px;
	display:block;
	list-style:none;
	width:100%;
	padding:0px;
	margin-top:0px;
}



ul.services li ul li:nth-child(2){
font-size:13px;
}
/* Services */

 .header .cta{
        display:block;
    }
.menu-icon{
    display: none;
}


.navbar-expand-md {
	 z-index: 99;
	 background: #410c00;
	 padding: 0;
}
 .navbar-expand-md .container .navbar-toggler {
	 display: block;
}
 .navbar-collapse {
	 width: 100%;
	 background:#fbb637 ;
	 position: fixed;
	 z-index: 9;
	 display: block;
	 visibility: hidden;
	 opacity: 0;
	 z-index: -1;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 transition: all 0.4s;
}
 .navbar-collapse ul.navbar-nav {
	 position: absolute;
	 top: 100px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 width: 100%;
}
 .navbar-collapse ul.navbar-nav li {
	 opacity: 0;
	 transition: opacity 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);
	 padding: 0;
	 margin-bottom: 20px;
}
 .navbar-collapse ul.navbar-nav li a {
	 color: white;
	 font-size: 40px;
	 padding: 0;
}
 .navbar-collapse.show {
	 min-height: 100vh;
	 visibility: visible;
	 opacity: 1;
	 z-index: 999;
     overflow: hidden;
}
.navbar-collapse.show::-webkit-scrollbar{
     display: none; 
}
 .navbar-collapse.show ul li {
	 opacity: 1;
}
 .navbar-collapse.show ul li:nth-child(1) {
	 transition-delay: 0.06s;
}
 .navbar-collapse.show ul li:nth-child(2) {
	 transition-delay: 0.12s;
}
 .navbar-collapse.show ul li:nth-child(3) {
	 transition-delay: 0.18s;
}
 .navbar-collapse.show ul li:nth-child(4) {
	 transition-delay: 0.24s;
}
 .navbar-collapse.show ul li:nth-child(5) {
	 transition-delay: 0.3s;
}
 .navbar-collapse.show ul li:nth-child(6) {
	 transition-delay: 0.36s;
}
 .navbar-toggler {
	 padding: 0;
}
 .navbar-toggler #nav-icon {
	 width: 30px;
	 height: 22px;
	 position: relative;
	 margin: 0 auto;
	 transform: rotate(0deg);
	 cursor: pointer;
}
 .navbar-toggler #nav-icon span {
	 display: block;
	 position: absolute;
	 height: 5px;
	 width: 50%;
	 background: #333;
	 opacity: 1;
	 transform: rotate(0deg);
	 transition: 0.25s ease-in-out;
}
 .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(even) {
	 left: 50%;
}
 .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(odd) {
	 left: 0px;
}
 .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(1), .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(2) {
	 top: 0px;
}
 .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(3), .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(4) {
	 top: 9px;
}
 .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(5), .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(6) {
	 top: 18px;
}
 .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(1), .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(6) {
	 transform: rotate(45deg);
}
 .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(2), .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(5) {
	 transform: rotate(-45deg);
}
 .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(1) {
	 left: 5px;
	 top: 7px;
}
 .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(2) {
	 left: calc(50% - 5px);
	 top: 7px;
}
 .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(3) {
	 left: -50%;
	 opacity: 0;
}
 .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(4) {
	 left: 100%;
	 opacity: 0;
}
 .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(5) {
	 left: 5px;
	 top: 12px;
}
 .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(6) {
	 left: calc(50% - 5px);
	 top: 12px;
}

.ser-video.order-1,
.text-right.order-1
{
        order:0;
}

@media only screen and (max-width:767px){
    .ser-video.order-1,
    .text-right.order-1
    {
        order:1;
}
    #ajay1 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        min-height: 50vh;
        display: flex;
    }
    
    .header .cta{
        display: none;
    }
	
    .sc-header {
          background-position: left;
             padding: 30px 30px;
    }
    .sc-header.fortis{
  background-position: bottom;
    }
    .sc-container {
        display: block;
        width: 100%;
    }
   
    .left p{
     width: 95%;
    }
        .sc-column {
            width: 100%;
    }
    .sc-column img {
    max-width: none;
}

    .teams h3{
            font-size: 4em;
    padding-top: 0;
    }
   .description1 {
    padding-top: 1em;
    }
    .teams p {
    font-size: 1.6em;
    line-height: 1.6em;
}
    .description2 {
    padding-top: 1em;
    text-align: left;
}
    .slick-slide img{
        width: auto;
    }
       .header .menu ul li {
        display: block;
    }
    .header .menu{
        width: 100%;
        z-index: 9999;
        position: relative;
        background: #eeee;
        display: none;
    }
    .menu-icon{
            display: block;
        width: 20%;
        position: absolute;
        right: 0;
        font-size: 2em;
        text-align: right;
        cursor: pointer;
    }
       .navbar-toggler{
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 9999;
    }
    .fixed .navbar-toggler{
        top: 35px;
    }
    .navbar-collapse.show{
                display: inline-block;
                width: 100%;
        height: 100%;
        position: fixed;
    }
    .fixed{
       padding-top: 20px;
    }
    .mob-ui img{
        width: 100%;
    }
   .row-fluid .text{
        width: 100%;
        left: 0;
       top: 12em;
        padding: 10px;
    }
    .row-fluid .text h2{
        font-size: 2em;
    }
    .row-fluid .text h3{
        font-size: 1.5em;
    }
    .hand-text{
        left: 0;
        padding-left: 8em;
    }
    .home-heading{
        width: 100%;    
    }
    .logo img{
        width: 150px;
        padding-left: 10px;
        padding-top: 10px;
    }
    .footer{
        padding: 20px;
    }
    .footer .logo,
    .footer .menu, 
    .footer .social
    {
        float: none;
    }
    .footer .menu{
    width: 100%;
    }
    .footer .menu ul{
        padding-top: 15px;
    }
    .footer .menu ul li
    {
        display: block;
        text-align: left;
        padding: 5px;
    }
    .footer .social{
        width: 40%;
    }
    .footer .social ul li{
        display: inline-block;
    }
    .footer-inner2 .contact, 
    .footer-inner2 .address
    {
           text-align: left;
        width: 100%;
    }
    .content-form{
        width: 100%;
    }
    .content-form h2 {
    line-height: 1em;
    font-size: 25px;
}
    .content-form h3 {
    font-size: 20px;
    line-height: 1em;
}
    .content-form .sc-row {
    margin-top: 0px;
}
    .content-form .sc-column{
        padding: 10px;
    }
    .content-form input{
            margin-bottom: 10px;
    }
    .content-form textarea{
        margin-top: 20px;
            height: 100px;
    }
    .team img {
    width: auto;
    }
    .team .col-sm-12 {
        padding-bottom: 30px;   
    }
    .testimonials .h3{
        width: 100%;
    }
    ul.services{
        padding-top: 0;
    }
    ul.services li{
            display: inline-block;
    list-style: none;
    width: 40%;
    padding: 0px;
    margin-left: 10px;
    margin-top: 20px;
    vertical-align: top;    
    }
    .ser-content{
    width: 90%;
    padding-top: 4em;    
    }
    .text-right.t-12{
        padding-top: 0em;
        padding-left: 20px;
        padding-right: 20px;
        text-align: left !important;
    }
    .bt-news .t-12{
        padding-top: 4em;
        padding-left: 20px;
        padding-right: 20px;
    }
    .showcase .mt-5{
        margin-top: 0rem !important;
    }
    .order-1{
        order:1;
    }
    
}


@media only screen and (max-width:767px) and (orientation:landscape){
    
}

@media only screen and (min-width:768px) and (max-width:1001px){
    
}

@media only screen and (min-width:1002px) and (max-width:1024px){
    
}

@media screen and (min-width: 1200px) {
    .navbar-toggler{
        display: none
    }
    
    .header .cta{
        display:block;
    }
.header  .menu ul li {
        display: inline-block;
    }
    .header .menu, .footer .menu {
    width: 60%;
    text-align: center;
    background-color: transparent;
}
    .header .menu{
        display: block;
    }
    .menu-icon{
    display: none;
}
    .teams h3 {
    font-family: Lato;
    font-weight: 400;
    line-height: 1.2em;
    font-size: 32px;
    color: #181b31;
    padding-top: 10px;
}
    .teams p {
    font-size: 19px;
    line-height: 1.6em;
}
    
    .slick-slide img{
        width: 400px;
}
    .sc-container{
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
    width: 90%;
    display: flex     
}
    .sc-column {
    width: 33.33333333%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    padding: 30px;
    flex-grow: 1;
    z-index: 1;
}
  
}

@media screen and (min-width: 1400px) {
    
}

@media screen and (min-width: 1600px) {

}

@media screen and (min-width: 1700px) {
    
}

@media screen and (min-width: 1900px) {
    
}