body {
    font-weight: 300;
    line-height: 2;
    font-size: 14px;
    font-family: 'Avenir-Medium';
    overflow-x: hidden;
}


@font-face {
    font-family: 'Avenir-Light';
    src: url('../fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/Avenir-Light.woff') format('woff'), 
        url('../fonts/Avenir-Light.ttf')  format('truetype'), 
        url('../fonts/Avenir-Light.svg#Avenir-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Medium';
    src: url('../fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/Avenir-Medium.woff') format('woff'),
        url('../fonts/Avenir-Medium.ttf')  format('truetype'),
        url('../fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir-Black';
    src: url('../fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/Avenir-Black.woff') format('woff'), 
        url('../fonts/Avenir-Black.ttf')  format('truetype'), 
        url('../fonts/Avenir-Black.svg#Avenir-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir-Heavy';
    src: url('../fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/Avenir-Heavy.woff') format('woff'),
        url('../fonts/Avenir-Heavy.ttf')  format('truetype'),
        url('../fonts/Avenir-Heavy.svg#Avenir-Heavy') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir-Book';
    src: url('../fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir-Book.woff') format('woff'), 
        url('../fonts/Avenir-Book.ttf')  format('truetype'), 
        url('../fonts/Avenir-Book.svg#Avenir-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}


b, body, canvas, form, h1, h2, h3, h4, h5, h6, header, html, i, img, label, li, nav, p, section, span, strong, table, tbody, td, th, thead, tr, ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

span {
    font-family: 'Avenir-Heavy';
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
h1, h2, h3, h4, h5,h5{
    font-family: 'Avenir-Medium';
}


ul li{
    list-style: none;
    margin: 0;
}
blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

a, button {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    background: 0 0;
    outline: 0 !important;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
a:focus, a:hover, a:active {
    outline: 0;
    box-shadow: 0;
    text-decoration: none;
}
del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}
.form-control:focus{
    box-shadow: none;
}

input, select {
    vertical-align: middle
}
figure{
    margin: 0;
}
.child-pernt {
    display: table;
    height: 100%;
    width: 100%; 
}
.child {
    display: table-cell;
    vertical-align: middle; 
}
.index-page .index-main{
    background: url(../img/homepage-bg.png) no-repeat;
    background-position: top center;
    background-size: cover;
}


/*======= Custom Styling =======*/
.header{
    padding: 43px 76px 27px 48px;
    border-bottom: 1px solid #dee0df;
}
.navigation ul li{
    float: left;
    margin-right: 57px;
}
.navigation ul li:last-child{
    margin-right: 0;
}
.navigation ul li a{
    font-size: 25px;
    color: #656565;
    padding: 13px 20px 12px;
    display: inline-block;
}
.navigation ul li.select a{
    background-color: #F68375;
    color: #fff;
}
.navigation ul li a:hover{
    background-color: #F68375;
    color: #fff;
}
.navigation ul li.active a{
   background-color: #F68375;
    color: #fff;
}
.header .logo {
    text-align: center;
    padding-left: 30px;
}
.header .logo a {
    background: rgba(0, 0, 0, 0) url("../img/logo.png") no-repeat scroll center center;
    display: block;
    height: 50px;
    margin: 0 auto;
    transition: all 0.5s ease-in-out 0s;
    width: 85px;
}
.header .logo a:hover {
    background: rgba(0, 0, 0, 0) url("../img/logo-hover.png") no-repeat scroll center center;
    transition: all 0.5s ease-in-out;
}
.header-socail{
    margin-top: 4px;
}
.header-socail ul{
    display: inline-block;
}
.header-socail ul li{
    float: left;
    margin-right: 65px;
    position: relative;
}
.header-socail ul li:first-child a{
    background: url(../img/linkedin-icon.png) no-repeat;
    height: 25px;
    width: 25px;
    background-size: cover;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}
.header-socail ul li:first-child a:hover{
    background: url(../img/linkedin-icon-hover.png) no-repeat;
    height: 25px;
    width: 25px;
    background-size: cover;
     display: inline-block;
     transition: all 0.5s ease-in-out;
}
.header-socail ul li:nth-child(2) a{
    background: url(../img/instagram-icon.png) no-repeat;
    height: 25px;
    width: 25px;
    background-size:cover;
    display: inline-block;
    margin: 2px 0 0 0;
    transition: all 0.5s ease-in-out;
}
.header-socail ul li:nth-child(2) a:hover{
    background: url(../img/instagram-icon-hover.png) no-repeat;
    height: 25px;
    width: 25px;
    background-size: cover;
    display: inline-block;
    margin: 2px 0 0 0;
    transition: all 0.5s ease-in-out;
}
.header-socail ul li:nth-child(3) a{
    background: url(../img/linkedin-icon-hover.png) no-repeat;
    background-size:cover;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin: 5px 0 0 0;
    transition: all 0.5s ease-in-out;
}
.header-socail ul li:nth-child(3) a:hover{
    background: url(../img/linkedin-icon-hover.png) no-repeat;
    height: 20px;
    width: 32px;
    background-size: cover;
    display: inline-block;
    margin: 5px 0 0 0;
    transition: all 0.5s ease-in-out;
}

.portfolio-page .header-socail ul li:first-child a{
    background: url(../img/portfolio-linkedin-icon.png) no-repeat;
    height: 25px;
    width: 25px;
    background-size:cover;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}
.portfolio-page .header-socail ul li:first-child a:hover{
    background: url(../img/linkedin-icon-hover.png) no-repeat;
    height: 25px;
    width: 25px;
    background-size:cover;
     display: inline-block;
     transition: all 0.5s ease-in-out;
}
.portfolio-page .header-socail ul li:nth-child(2) a{
    background: url(../img/portfolio-instagram-icon.png) no-repeat;
    height: 25px;
    width: 25px;
    background-size:cover;
    display: inline-block;
    margin: 2px 0 0 0;
    transition: all 0.5s ease-in-out;
}
.portfolio-page .header-socail ul li:nth-child(2) a:hover{
    background: url(../img/instagram-icon-hover.png) no-repeat;
    height: 25px;
    width: 25px;
    background-size:cover;
    display: inline-block;
    margin: 2px 0 0 0;
    transition: all 0.5s ease-in-out;
}
.portfolio-page .header-socail ul li:nth-child(3) a{
    background: url(../img/portfolio-be-icon.png) no-repeat;
    height: 20px;
    width: 32px;
    background-size:cover;
    display: inline-block;
    margin: 5px 0 0 0;
    transition: all 0.5s ease-in-out;
}
.portfolio-page .header-socail ul li:nth-child(3) a:hover{
    background: url(../img/linkedin-icon-hover.png) no-repeat;
    height: 25px;
    width: 25px;
    background-size:cover;
    display: inline-block;
    margin: 5px 0 0 0;
    transition: all 0.5s ease-in-out;
}






.header-socail ul li:last-child{
    margin-right: 0;
}
/*======= Banner Screen Styling =======*/

.portfolio-arrow {
    text-align: center;
    margin-top: 0;
    min-height: 125px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.portfolio-arrow h3 {
    width: 225px;
    height: 50px;
    color: #fff;
    font-size: 25px;
    line-height: 50px;
    font-family: 'Avenir-Black';
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    background-color: #f68375;
    margin: 0 auto 0;
    top: 25px;
}
.portfolio-arrow h3.select{
    display: none;
}
.portfolio-arrow a{
    bottom: 0;
    display: block;
    width: 50px; 
}
.portfolio-arrow a img{
    max-width: 50px;
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-230px);
        transform: translateY(-20px);
    }
    60% {
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}


/*======= Portfolio Styling =======*/

.portfolio-sec {
    padding-bottom: 40px;
}
.portfolio-inner{
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;

}
.portfolio-inner:hover .text-box{
    top: 0;
}
.portfolio-inner .text-box {
    background-color: #676766;
    opacity: 95%;
    height: 100%;
    left: 0;
    padding: 60px 15px 20px;
    position: absolute;
    text-align: center;
    top: -100%;
    width: 100%;
}
.portfolio-inner .text-box h3{
    color: #fff;
    font-size: 50px;
    margin-bottom: 8px;
}
.portfolio-inner .text-box p{
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}
.portfolio-inner .text-box span {
    bottom: 16px;
    color: #ffffff;
    display: block;
    font-size: 25px;
    left: 0;
    position: absolute;
    width: 100%;
}
.portfolio-inner .text-box.bg-color2{
    background-color: rgba(255, 181, 0, 0.95);
}

/*======= footer Styling =======*/
.footer{
    background-color: #F8F8F8;
    text-align: center;
    padding: 62px 0;
}
.footer-inner p{
    color: #656666;
    font-size: 15px;
    font-family: 'Avenir-Light';
}
.footer-inner a{
    width: 387px;
    height: 67px;
    border-radius: 30px;
    background-color: #f68375;
    font-size: 25px;
    line-height: 67px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    margin: 30px 0 38px;
    display: inline-block;
    font-family: 'Avenir-Black';
}
/*======= About us Styling =======*/
.about-banner-sec{
    padding:97px 0 37px;
    background: url(../img/about-us-bg.png) no-repeat;
    background-position: center center;
    background-size: contain;
}
.about-banner-inner{
    text-align: center
}
.about-banner-inner h3{
    font-size: 50px;
    line-height: 1.36;
    color: #656666;
    margin-bottom: 22px;
}
.about-banner-inner p{
    font-size: 30px;
    line-height: 1.37;
    color: #656666;
    text-align: left;
    font-family: 'Avenir-Light';
    margin-top: 30px;
}
.about-banner-inner .down-arrow{
    margin-top: 170px;
}
.about-banner-inner .down-arrow img{
    max-width: 50px;
}
/*======= About us Sec Styling =======*/
.aboutus-sec{
    background-color: #f8f8f8;
    padding: 53px 0 116px;
}
.aboutus-sec .text-box h3{
    font-size: 50px;
    line-height: 1.36;
    color: #656565;
    margin-bottom: 33px;
    font-weight: 500; 
}
.aboutus-sec .text-box .text-inner {
    margin-bottom: 103px;
}
.aboutus-sec .text-box .text-inner h4{
    font-size: 30px;
    font-family: 'Avenir-Black';
    line-height: 1.37;
    color: #f68375;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.aboutus-sec .text-box .text-inner span{
    font-size: 25px;
    display: block;
    line-height: 1.36;
    color: #aeaeae;
}
.aboutus-sec .text-box .text-inner p{
    font-size: 30px;
    line-height: 41px;
    font-family: 'Avenir-Light';
    color: #656666;
    margin-top: 39px;
}
.aboutus-sec .text-box strong {
    color: #656565;
    display: block;
    font-family: "Avenir-Black";
    font-size: 30px;
    line-height: 1.37;
    padding-top: 8px;
}

/*======= Portfolio Page Styling =======*/
.portfolio-page .header {
    border-bottom: 0px solid #dee0df;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.portfolio-page .navigation ul li a{
    color: #fff;
}
.portfolio-page .header .logo a {
    background: rgba(0, 0, 0, 0) url("../img/portfolio-logo.png") no-repeat scroll center center;
    display: block;
    height: 50px;
    margin: 0 auto;
    transition: all 0.5s ease-in-out 0s;
    width: 85px;
}
.portfolio-page .header .logo a:hover{
    background: url(../img/logo-hover.png) no-repeat;
}
.portfolio-page .header-socail ul li img{
    filter: brightness(300%);
    transition: all 0.5s ease-in-out 0s;
}
.portfolio-page .header-socail ul li a:hover img{
    transition: all 0.5s ease-in-out 0s;
}
.portfolio-banner .image-holder img{
    width: 100%;
}
.portfolio-banner .text-inner h3{
    font-size: 50px;
    line-height: 1.36;
    color: #656565;
    margin-bottom: 24px;
}
.portfolio-banner .text-inner span {
    color: #005DA0;
    display: block;
    font-family: "Avenir-Black";
    font-size: 21px;
    line-height: 1.37;
    margin-bottom: 12px;
}
.portfolio-banner .text-inner p{
    font-size: 21px;
    line-height: 1.36;
    color: #656565;
}
.portfolio-banner .text-inner a{
    display: block;
    margin-top: 26px;
    text-align: center;
}
.portfolio-banner .text-inner a img{
    max-width: 50px;
    display: inline-block;
}
.Why-coFigure-box .text-box h3{
    font-size: 50px;
    line-height: 1.36;
    color: #656565;
}
.Why-coFigure-box .text-box p{
    font-size: 30px;
    line-height: 1.37;
    color: #656666;
    font-family: 'Avenir-Light';
    margin-top: 20px;
}
.Why-coFigure-box .text-box .image-holder {
    margin-bottom: 63px;
    margin-top: 20px;
}
.portfolio-slid{
    margin: 40px 0;
}
.wirframe-sec {
    padding-top: 47px;
}
.wirframe-sec .text-box p{
    font-size: 30px;
    color: #656666;
    font-family: 'Avenir-Light';
    line-height: 41px;
    margin-bottom: 33px;
}
.wirframe-sec .text-box span{
    color: #2BB5FF;
    font-size: 30px;
    
    margin-bottom: 95px;
}
.wirframe-sec .text-box .image-holder{
    text-align: center;
}
/*======= Portfolio Developer Styling =======*/
.portfolio-developer-sec{
    padding: 65px 0 85px;
}
.portfolio-developer-sec .text-box{
    margin-top: 75px;
}
.portfolio-developer-sec .text-box p{
    font-size: 30px;
    line-height: 1.37;
    color: #656666;
    font-family: 'Avenir-Light';
}
.mr-0{
    margin-top: 43px;
}
/*======= Portfolio Wireframe Sec Styling =======*/
.portfolio-wireframe-sec{
    padding: 137px 0 100px;
}
.portfolio-wireframe-sec .image-holder{
    text-align: center;
}
.portfolio-wireframe-sec .text-box{
    padding-top: 40px;
    padding-left: 40px;
}
.portfolio-wireframe-sec .text-box h3{
    font-size: 50px;
    line-height: 1.36;
    color: #656565;
    margin-bottom: 10px;
}
.portfolio-wireframe-sec .text-box p{
    font-size: 30px;
    font-family: 'Avenir-Light';
    line-height: 1.37;
    color: #aeaeae;
}
.portfolio-blank-sec{
    height: 402px;
    background-color: #f8f8f8;
}
.portfolio-wireframe-second .image-holder{
    height: 624.1px;
    background-color: #f8f8f8;
}
.portfolio-wireframe-second  .text-box{
    padding-top: 70px;
}
/*======= MOre Project Sec Styling =======*/
.more-project-sec {
    padding: 65px 0 55px;
}
.more-project-sec .hedding{
    text-align: center;
}
.more-project-sec .hedding p{
    font-size: 20px;
    font-family: 'Avenir-Light';
    color: #656666;
    margin-bottom: 22px;
    line-height: 1.4;
}
.more-project-sec .hedding a{
    width: 387px;
    height: 67px;
    line-height: 67px;
    border-radius: 30px;
    background-color: #4BA0DE;
    text-align: center;
    display: inline-block;
    font-family: 'Avenir-Black';
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
}



.more-project-sec .hedding2{
    text-align: center;
}
.more-project-sec .hedding2 p{
    font-size: 20px;
    font-family: 'Avenir-Light';
    color: #656666;
    margin-bottom: 22px;
    line-height: 1.4;
}

.more-project-sec .hedding2 a{
    width: 387px;
    height: 67px;
    line-height: 67px;
    border-radius: 30px;
    background-color: #C4212E;
    text-align: center;
    display: inline-block;
    font-family: 'Avenir-Black';
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
}


.more-project-inner {
    margin-top: 130px;
}
.more-project-inner h3{
    color: #f68375;
    font-size: 25px;
    padding-left: 0px;
    margin-bottom: 40px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-image: none;
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1;
    width: 2%;
}
.carousel-control-prev {
    left: -90px;
}
.carousel-control-next {
    right: -90px;
}
.top-arrow{
    text-align: center;
    margin-top: 150px;
}
.top-arrow a img{
    max-width: 50px;
}
/*======= Mobile Header Styling =======*/
.mobile-version{
    display: none;
}
.nav-button {
    text-align: right;
}

.nav-button2 {
    text-align: right;
}

.nav-button a {
    background-color: #f68375;
    border-radius: 2px;
    display: block;
    height: 32px;
    line-height: 35px;
	right:0px;
    
    position: fixed;
    text-align: center;
    width: 36px;
    z-index: 100;
    margin-right: 12px;
}

//Updated color to be red for all main pages
.nav-button2 a {
    background-color: #FFD05D;
    border-radius: 2px;
    display: inline-block;
    height: 32px;
    line-height: 35px;
    position: fixed;
	right:0;
    text-align: center;
    width: 36px;
    z-index: 100;
}

.index-page .nav-button a{
    background-color: #f68375;
}

.index-page .mobile-navigation{
    background-color: #f68375;
}

.mobile-navigation{
    background-color: #f68375;
    position: fixed;
    top: 0;
    right: -100%;
    padding: 75px 0 0;
    height: 100%;
    width: 240px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    z-index: 10;
}


.mobile-navigation2{
    background-color: #FFD05D;
    position: fixed;
    top: 0;
    right: -100%;
    padding: 75px 0 0;
    height: 100%;
    width: 240px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    z-index: 10;
}


.mobile-navigation.active{
    right: 0;
    transition: all 0.5s ease-in-out;
}
.mobile-navigation-list ul li{
    margin-bottom: 20px;
}
.mobile-navigation-list ul li:last-child{
    margin-bottom: 0;
}
.mobile-navigation-list ul li a{
    color: #fff;
    font-family: 'Avenir-Black';
    font-size: 20px;
    display: block;
}
.mobile-navigation-socail{
    text-align: center;
    margin-top: 30px;
}
.mobile-navigation-socail ul{
    display: inline-block;
}
.mobile-navigation-socail ul li{
    float: left;
    margin: 0 18px;
    text-align: center;
}
.mobile-navigation-socail ul li a img{
    max-width: 23px;
    filter: brightness(250%);
}
.mobile-navigation-socail ul li:nth-child(2) a img {
    max-width: 21px;
}
.mobile-navigation-socail ul li:nth-child(3) a img {
    max-width: 30px;
}



/*--------------------------------------------------------------
# Code from April 22
--------------------------------------------------------------*/
.about-list {
  padding-top: 0;
}

.about-list .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.about-list .icon-box i {
  font-size: 48px;
  float: left;
  color: #01b1d7;
}

.about-list .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.about-list .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}


.about-list .icon-box2 h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.about-list .icon-box2 i {
  font-size: 48px;
  float: left;
  color: #01b1d7;
}

.about-list .icon-box2 p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: url("../img/counts-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 20px 0 10px 0;
  position: relative;
}

.counts::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.counts .title {
  position: relative;
  color: #fff;
  margin-bottom: 40px;
}

.counts .title h3 {
  font-size: 36px;
  font-weight: 700;
}

.counts .counters span {
  font-size: 17px;
  display: block;
  font-family: 'Avenir-Medium';
  color: #656565;
}

.counts .counters p {
  padding: 10;
  margin: -6px 0 22px 0;
  font-family: 'Avenir-Light';
  font-size: 17px;
  color: #656565;
  line-height: 1.3;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #fff;
}

.services .icon-box i {
  float: left;
  color: #01b1d7;
  font-size: 40px;
}

.services .icon-box h4 {
  font-weight: 700;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #656565;
  transition: 0.3s;
  font-family:"Avenir-Medium";
  padding-bottom:10px;
}

.services .icon-box:hover h4 a {
  color: #BAB550;
}

.services .icon-box p {
  line-height: 1.3;
  font-size: 17px;
  font-family:"Avenir-Light";
  color: #656565;
}

.services .icon-box2 {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #fff;
}

.services .icon-box2 i {
  float: left;
  color: #01b1d7;
  font-size: 40px;
}

.services .icon-box2 h4 {
  font-weight: 700;
  font-size: 18px;
}

.services .icon-box2 h4 a {
  color: #34394F;
  transition: 0.3s;
  font-family:"Avenir-Medium";
  padding-bottom:10px;
}

.services .icon-box2:hover h4 a {
  color: #666AD0;
}

.services .icon-box2 p {
  line-height: 1.3;
  font-size: 17px;
  font-family:"Avenir-Light";
  color: #656565;
}

/*======= FoodPop =======*/
.services .icon-box3 {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #fff;
}

.services .icon-box3 i {
  float: left;
  font-size: 40px;
}

.services .icon-box3 h4 {
  font-weight: 700;
  font-size: 18px;
}

.services .icon-box3 h4 a {
  color: #656565;
  transition: 0.3s;
  font-family:"Avenir-Medium";
  padding-bottom:10px;
}

.services .icon-box3:hover h4 a {
  color: #F4A91A;
}

.services .icon-box3 p {
  line-height: 1.3;
  font-size: 17px;
  font-family:"Avenir-Light";
  color: #656565;
}

/*======= CoFigure =======*/
.services .icon-box4 {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #fff;
}

.services .icon-box4 i {
  float: left;
  font-size: 40px;
}

.services .icon-box4 h4 {
  font-weight: 700;
  font-size: 18px;
}

.services .icon-box4 h4 a {
  color: #656565;
  transition: 0.3s;
  font-family:"Avenir-Medium";
  padding-bottom:10px;
}

.services .icon-box4:hover h4 a {
  color: #448aad;
}

.services .icon-box4 p {
  line-height: 1.3;
  font-size: 17px;
  font-family:"Avenir-Light";
  color: #656565;
}






.section2 {
  padding: 40px 0;
}

.section-bg {
  background-color: #E8E3B3;
}
.section-bg2 {
  background-color: #DBDAE8;
}
.section-bg3 {
  background-color: #FFE7B9;
}
/* CoFigure color */
.section-bg4 {
  background-color: #def2fc;
}



/* Carousel */
* {box-sizing: border-box}
.mySlides1, .mySlides2, .mySlides3, .mySlides4, .mySlides5, .mySlides6, .mySlides7 {display: none}
img {vertical-align: middle;} {
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  font-size:17px;
  font-family:"Avenir-Light";
  color:#656565; 
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: black;
}


.homepage {
  line-height: 1.3;
  font-size: 17px;
  font-family:"Avenir-Light";
  color: #656565;
  margin-bottom:40px;
}

.homepage h3{
  margin-top:-15px;
  margin-bottom:6px;
  line-height: 1.3;
  font-size: 20px;
  font-family:"Avenir-Medium";
  color: #656565;
}

.homepagebox {
  width: fit-content;
  padding: 5px 10px 5px 10px;
  border-radius: 15px;
  margin-top:10px;
  font-size: 14px;
  color:#656565;
  font-family:"Avenir-Heavy";
  border-color: #aeaeae;
  border-style:solid;
}

.quote1{
    border: 1px solid #ffffff;
    padding: 1em;
}