@font-face {
    font-family: 'Roboto Regular';
    font-display: swap;
    src: local('Roboto Regular'), url('../fonts/roboto/Roboto-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto Medium';
    font-display: swap;
    src: local('Roboto Medium'), url('../fonts/roboto/Roboto-Medium.woff2') format('woff2');
}


body{
    font-family: 'Roboto Regular', sans-serif;
}

strong {
    font-weight: bold;
}

/*
 *
 *
 Header section
 *
 */

.nav_menu{
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.main_menu{
    display: flex;
    margin:0;
}
.main_menu li{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    /*padding:0 40px;*/
    width: 140px;
    text-align: center;
}
.main_menu li:hover{
    /*height: 50px;*/
    border-top: 2px solid #06314A;
}
.main_menu li a{
    color:#06314A;
}
.menu_wrap{
    display: flex;
    align-items: center;
}
img.logo{
    width:98px;
    height: 35px
}

/*
 *
 *
 Banner section
 *
 */

section.banner{
    position: relative;
}
/*section.banner:before{
	content: '';
	position: absolute;
	top:0;
	right:0;
	left: 0;
	bottom: 10px;
	background-color: rgba(0, 0, 0, .4);
}*/
canvas{
    width: 100%;
    height: 540px;
    background: #232323 radial-gradient(circle farthest-side at right bottom, #06314A 34%, #272d4e 100%);
}
.banner .text_block{
    width:100%;
    top:105px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    color:#fff;
}
.banner .text_block h1{
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
}

.banner .text_block h4{
    margin-top: -10px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    letter-spacing: 1.4px;
}
.banner .text_block .btn{
    margin-top: 50px;
    width:200px;
    height: 50px;
    border-radius: 0;
    letter-spacing: 2px;
    background-color: #92d4d6;
}
.banner .text_block .btn a{
    color:#06314a;
}
.banner .text_block .btn:hover{
    background-color: #fe704c;
    color:#fff;
}
.orange_text{
    color:#fe704c;
}
.banner .text_block .btn:hover a{
    color:#fff;
}
/*#canvas{
	width:100%;
	height: 540px;
}*/
/*
 *
 *
 Features section
 *
 */


section.features{
    padding: 30px 0 60px;
}

section.features .col{
    min-height: 320px;
}

section.features .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}

.flex-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.u-clear-margin{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.title_text{
    font-family: Lato, sans-serif;
    margin-bottom: 25px;
}

.title_text p{
    font-size: 22px;
    font-weight: 500;
    margin:0;
}
.title_text h3{
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.feature{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    height: 400px;
}
.img_feature{
    margin-bottom: 20px;
    /*align-self: center;*/
    margin-right: 20px;
    margin-top: 40px;
}
.img_feature .icon{
    width:230px;
    height: 120px;
    background: url('../img/web.png') no-repeat center;
    background-size: 230px !important;
}
.img_feature .icon.web{
    background: url('../img/web.png') no-repeat center;
}
.img_feature .icon.brand{
    background: url('../img/brand.png') no-repeat center;
}
.img_feature .icon.app{
    background: url('../img/mob.png') no-repeat center;
}
.img_feature .icon.digit{
    background: url('../img/digit.png') no-repeat center;
}
.img_feature .icon.sup{
    background: url('../img/sup.png') no-repeat center;
}
.img_feature .icon.design{
    background: url('../img/graphic.png') no-repeat center;
}

.feature .desc h5{
    margin-top: 30px;
}
.feature .desc h6{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}

.feature .desc p{
    margin-top: 5px;
}
/*
 *
 *
 Our value section
 *
 */

section.values{
    padding: 60px;
    background-color: #fe704c;
}

section.values .card{
    text-align: center;
    width:500px;
    height: 350px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
}
section.values .card h3{
    margin-bottom: 0;
    margin-top: 40px;
}
section.values .card p{
    font-size: 18px;
}
section.values .card img{
    width:70px;
}
/*
 *
 *
 Our team section
 *
 */

section.our_team{
    padding: 60px 0;
    background-color: #92d4d6;
}
.team_member{
    margin:20px;
}

.team_member .image_wrap img{
    width:200px;
    height: 200px;
    -webkit-filter: grayscale(50%);
    filter: grayscale(100%);
}

.team_member .image_wrap{
    position: relative;
}

.image_wrap:hover:before{
    content: '';
    position: absolute;
    width:200px;
    height: 200px;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(6, 49, 74, 0.5);
}

.image_wrap .button{
    display: none;
}

.image_wrap:hover .button{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width:100px;
    height: 40px;
    top:150px;
    left: 50px;
    background: #06314A;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    color:#92d4d6;
}
.member_text h5{
    font-weight: 500;
}
.member_text h6{
    font-weight: 400;
    text-transform: uppercase;
}

.member_text p{
    font-family: Poppins, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 25px;
}

/*
*
* Page Style
*
*/

.main-page{
    min-height: calc(100vh - 352px);
}
.main-page h1{
    text-align: center;
    margin: 70px 70px;
    font-size: 36px;
    font-family: Poppins, sans-serif;
    color: #272d4e;
}

* {
    box-sizing: border-box;
}
.grid-container {
    width: 100%;
    background: #eee;
    margin: 10px auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 50px 30px;
    padding: 30px;
    font-family: Poppins, sans-serif;
    max-width: 1190px;
    margin-bottom: 100px;

}


.grid-item {
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-gap: 20px;
    padding-bottom: 30px;
}
.grid-item__image {
    width: 40px;
    object-fir: contain;
}
.grid-item__content p{
    margin-top: 15px;
}
.grid-item__content{
    margin-left: 15px;
}
.grid-item__text {
    margin: 0;
}

.grid-item__title {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
}

.grid-item__title a{
    color: #272d4e;
}

.grid-item__title a:hover{
    color: #fe704c;
}


/*
Single page css
*/
* {
    box-sizing: border-box;
}
.main-single {
    width: 100%;
    max-width: 1190px;
    margin: 10px auto;
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 30px;
    padding: 30px;
    min-height: calc(100vh - 352px);
    margin-bottom: 100px;
    font-size: 18px;
    font-family: Poppins, sans-serif;

}
.right-col{
    line-height: 28px;
    font-size: 16px;
}

.big-categories {
    border-top: 3px solid #000;
    padding: 30px 10px;
    color: black;
}
.big-categories a {
    color: #272d4e;
}

.big-categories a:hover {
    color: #fe704c;
}

.full-col {
    margin-top: 50px;
    margin-bottom: 35px;
    grid-column: 1 / -1;
    display: flex
}

.left-col-title{
    width: 70%;
    text-align: left;
    font-size: 38px;
    font-weight: bold;
}

.right-col-icon{
    width: 30%;
    text-align: right;
    padding-right: 50px;
}

.current-menu-item a
{
    color: #fe704c;
}

.big-categories li{
    padding-bottom: 20px;
}

.small-categories{
    padding-top: 10px;
}

.logo-text{
    padding-bottom: 10px;
    font-size: 28px;
}

/*
Marketing Campaign
*/

.main-campaing {
    width: 100%;
    max-width: 1190px;
    margin: 10px auto;
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 30px;
    padding: 30px;
    padding-top: 60px;
    min-height: calc(100vh - 352px);
    margin-bottom: 100px;
    font-size: 18px;
    font-family: Poppins, sans-serif;
}

.title-campaign{
    color: #272d4e;
    font-size: 34px;
    padding-bottom: 30px;
}

.big-categories-campaign {
    border-top: 3px dotted #000;
    border-bottom: 3px dotted #000;
}


.right-col-campaign{
    line-height: 28px;
    font-size: 16px;
}



#my-btn {
    opacity: 0;
    visability: hidden;
    height: 0;
    position: absolute;
}

* {
    box-sizing: border-box;
}
.main {
    width: 100%;
    max-width: 595px;
    margin: 10px auto;
    display: grid;
    grid-gap: 30px;
    padding: 30px;
    padding-top: 60px;
    min-height: calc(100vh - 352px);
    margin-bottom: 100px;
    font-size: 18px;
    font-family: Poppins, sans-serif;
}

.main p{
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 1.6;
}

.main-custom{
    width: 100%;
    max-width: 1050px;
    margin: 10px auto;
    display: grid;
    grid-gap: 30px;
    padding: 30px;
    padding-top: 60px;
    min-height: calc(100vh - 352px);
    margin-bottom: 100px;
    font-size: 18px;
    font-family: Poppins, sans-serif;
}

thead {
    border: 1px solid white;
}

.single-title{
    text-align: center;
}
.single-main-content{

}

.wp-block-table tr td{
    border: 1px solid black;
}

.nav_menu .main_menu ul ul{
    display: none;
}

.nav_menu .main_menu ul li:hover > ul{
    display: block;
    border-top: 0; !important;
}
.nav_menu .main_menu ul li:hover > ul li{
    border-top: 0; !important;
}

.nav_menu .main_menu ul ul{
    display: none;
    position: absolute;
    top: 3em;
    left: 0;
    z-index: 99999;
    width: 140px;
    background: #fff;
    box-shadow: 10px 3px 3px rgba(0,0,0,0.2);
}

.nav_menu .main_menu li {
    position: relative;
}

.nav_menu .main_menu ul li:hover {
    background-color: #E9F6f7;
}


/*
 *
 *
 Map section
 *
 */

section.map{
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}

/*
 *
 *
 Footer section
 *
 */

.footer{
    /*margin-top: -50px;*/
    background-image: radial-gradient(circle farthest-side at right   bottom, #06314A 34%,#272d4e 100%);


}
.footer_wrap{
    padding: 30px 30px;
    color:white;
    font-family: 'Lato Thin', sans-serif;

}
.footer_wrap h5{
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Lato', sans-serif;

}
.footer_wrap li{
    letter-spacing: 1.3px;
    height: 48px;
    display: flex;
    align-items: center;
}
.footer_wrap li a{
    color:#fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.footer_wrap .col{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}
/**/

.card-image{
    padding: 24px 24px 0;
}
.card h6{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    padding: 24px;
    text-align: center;
}
.card .card-content{
    height: 245px !important;
}

@media (max-width: 1700px) {
    .card .card-content{
        height: 275px !important;
    }
    .card .card-content h5{
        font-size: 21px;
    }
}

@media (max-width: 1370px) {
    .card .card-content{
        height: 310px !important;
    }
    .card .card-content h5{
        font-size: 21px;
    }
}

/**/
@media (max-width: 1200px) {
    .feature{
        height: 450px;
    }
    .card .card-content{
        height: 240px !important;
    }

}

@media (max-width: 992px) {

}

a.sidenav-trigger.hide-on-large-only {
    position: absolute;
    left: 25px;
    color: #fe704c;
}

@media (max-width: 1350px) {

    .main_menu li {
        width: 120px;
    }
}

@media (max-width: 1165px) {

    .nav_menu {
        display: none;
    }

    .menu_wrap{
        height: 62px;
        justify-content: center;
    }
    .card .card-content{
        height: 180px !important;
    }
}

@media (max-width: 768px) {

    .banner .text_block{
        text-align: center;
        padding: 30px 30px 0 30px;
        top:50px;
    }

    .banner .text_block h1{
        font-size: 48px;
    }
    .banner .text_block h4{
        font-size: 22px;
    }

    /**/

    .feature{
        align-items: center;
    }
    section.features,
    section.values,
    section.our_team{
        padding: 20px;
    }
    /**/

    section.values .card{
        width:400px;
    }
    section.values .card h3{
        font-size: 28px;
    }
    section.values .card p{
        font-size: 14px;
    }

    /**/
    .team_member .image_wrap,
    .team_member .member_text
    {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }


    /**/
    .card .card-content{
        height: 240px !important;
    }
    .card{
        max-width:400px;
        margin-right: auto;
        margin-left: auto;
    }

}

@media (max-width: 480px) {

    section.values .card{
        width:275px;
    }
    .feature{
        height: 450px;
    }
    .feature.last_feature{
        height: 500px;
    }
    /**/
    .card .card-content{
        height: 340px !important;
    }
}

.wp-block-table tr td{
    width: 500px;
}

