

/*** custom styles ***/
.main-navigation .container {
    max-width: 100%;
    width: 100%;
    padding: 0px 20px;
}

/* .page-container .container {
    width: 1400px;
    margin: auto;
    display: block;
} */



.main-navigation .navbar-default{
    display: flex;
    align-items: center;
}

.navbar-collapse ul {
    padding: 0px;
    margin-bottom: 0px;
}

.navbar-collapse ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0px 30px;
}

.contact-info a.newsletter {
    border: 2px solid #074776;
    border-radius: 15px;
    padding: 22px 35px;font-family: 'Rounded Mplus 1c';
    text-transform: uppercase;
    font-size: 16px;
    line-height: 21px;
    color: #074776;
}

.contact-info a:first-child img {
    margin-right: 20px;
}

.header-cell.contact-info{
    padding-right: 15px;
}

.site-nav ul li a {
    font-family: 'Rounded Mplus 1c';
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    text-transform: capitalize;

}

/*** Mobile and Tablet Responsive ***/

/* Tablet Landscape (1024px and below) */
@media (max-width: 1024px) {
    /* .page-container .container {
        width: 90%;
    } */

    .contact-info a{
        display: inline-block;
    }

    .site-branding{
        padding-left: 0px;
    }

    .header-cell.contact-info{
        padding-right: 0px;
        display: none;
    }
    .site-header .main-navigation{
        position: relative;
    }
    .navbar-collapse ul {
        margin-bottom: 20px;
    }
    header .header-cell.site-nav{
        width: 50%;
    }
}

/* Tablet Portrait (768px and below) */
@media (max-width: 767px) {

    .main-navigation .navbar-default{
        display: block;
    }
    .navbar-collapse ul li{
        display: block;
    }
    .header-cell.site-branding{
        width: 50%;
    }
    .why_choose_dice_table {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .why_choose_dice_table h2{
        font-size:30px;
        line-height:39px;
    }
    .why_choose_dice_table .dice_features h3{
        font-size: 20px;
        line-height: 28px;
    }
}

/* Mobile Landscape (600px and below) */
@media (max-width: 600px) {
    .page-container .container {
        width: 98%;
    }
    .header-cell.contact-info{
        display: none;
    }
}

/* Mobile Portrait (480px and below) */
@media (max-width: 480px) {
    .page-container .container {
        width: 100%;
        padding: 0 15px;
    }
    .header-cell.site-branding{
        width: 60%;
    }
    header .header-cell.site-nav{
        width: 40%;
    }
}



/*PAge Builder*/
body.page .page-container h1{
    display:none;
}
body.page .page-container{
    padding:0px;
}
body.page .page-container article{
    display:none;
}
.banner_with_latest_entry{
    /*background: rgb(237,247,255);
    background: linear-gradient(90deg, rgba(237,247,255,1) 0%, rgba(244,155,247,1) 35%, rgba(176,29,181,1) 100%);
    background-image: url('../img/bg.jpg') ;*/
    background-image: -moz-linear-gradient( 67deg, rgb(176,29,181) 1%, rgb(215,54,149) 16%, rgb(245,139,200) 36%, rgb(237,247,255) 67%, rgb(237,247,255) 99%);
    background-image: -webkit-linear-gradient( 67deg, rgb(176,29,181) 1%, rgb(215,54,149) 16%, rgb(245,139,200) 36%, rgb(237,247,255) 67%, rgb(237,247,255) 99%);
    background-image: -ms-linear-gradient( 67deg, rgb(176,29,181) 1%, rgb(215,54,149) 16%, rgb(245,139,200) 36%, rgb(237,247,255) 67%, rgb(237,247,255) 99%);
    background-size: cover;
    background-position: center;
    padding-top:105px;
    border-radius: 30px 30px 0 0;
    width: calc(100% - 40px);
    margin: 0 20px;
    color: #074776;
    text-align: center;
    margin-bottom:100px;
}
.slider .slick-list{
   /*overflow: visible;
   padding-left: 0px!important;
    padding-right: 0px!important;*/
}
.slider .slick-slide{
    padding: 0 6px;
}
.slider .slick-slide .slide-inner{
    border: 15px solid #fff;
    border-radius: 50px;
}
.slide-parent .slick-prev {
    left: 0px;
}
.slide-parent .slick-next {
    right: 0px;
}
.slide-parent .slick-prev, .slide-parent .slick-next {
    position: relative;
    -webkit-transform: none;
    transform: none;
}
.slide-parent h3{
    margin:0px;
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}
.d-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.justify-center{
    justify-content: center;
}

.dice_table .container{
    max-width:1470px;
}
.dice_table .left-content{
    color:#fff;
}
.dice_table .right-content{
    background-color: #FFFFFF;
}
.dice_table .content-block{
    padding:0px 28px 22px  28px ;
}
.dice_table .content-block .content{
    padding-top:30px;
    padding-bottom: 8px;
}
.dice_table .content-block .content p {
    margin: 0 0 25px;
}
body .btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 2rem 3.7rem;
    font-size: 18px;
    line-height: 27px;
    border-radius: 15px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
body .btn-primary {
    color: #074776;
    background-color: #fff;
    border-color: #074776;
}
body .btn-primary:hover {
    color: #fff;
    background-color: #074776;
    border-color: #074776;
}
body .btn-primary:hover svg path{
    stroke: #fff;
}
body .btn svg{
    margin-left: 22px;
}
.banner_block{
    background-image: -moz-linear-gradient( 67deg,  rgb(215,54,149) 1%,  rgb(245,139,200) 36%,  rgb(237,247,255) 67%,  rgb(237,247,255) 99%);
    background-image: -webkit-linear-gradient( 67deg,  rgb(215,54,149) 1%,  rgb(245,139,200) 36%,  rgb(237,247,255) 67%,  rgb(237,247,255) 99%);
    background-image: -ms-linear-gradient( 67deg,  rgb(215,54,149) 1%,  rgb(245,139,200) 36%,  rgb(237,247,255) 67%,  rgb(237,247,255) 99%);
    padding:78px 0px 68px 0px;
}
.banner_block .slide .slide-wrapper{
    align-items: center;
    display: flex;
}
.banner_block .slide .slide-wrapper.flex-row-reverse{
    flex-direction: row-reverse;
}
.banner_block .img-col img{
    border-radius: 15px;
}
/** why choose dice table **/
.why_choose_dice_table{
    padding-top: 60px;
    padding-bottom:41px;
}
.why_choose_dice_table h2{
    color:#074776;
    font-family: 'Rounded Mplus 1c';
    font-size:44px;
    line-height: 58px;
    margin-top:0px;
    margin-bottom:39px;
}
.why_choose_dice_table .dice_features h3{
    font-size:24px;
    line-height: 37px;
    font-family: 'Rounded Mplus 1c';
    color:#000000;
    margin-top:0px;
    margin-bottom:13px;
}
.why_choose_dice_table .dice_features p{
    font-size:16px;
    line-height: 21px;
    font-family: 'Rounded Mplus 1c';
    color:#000000;
}
.why_choose_dice_table .dice_features .dice_fea_gradientbg{
    padding: 24px 55px 22px 19px;
    border-radius: 15px;
    background: transparent;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.why_choose_dice_table .dice_features .dice_fea_gradientbg:hover{
    /* background: linear-gradient(#edf7ff 0%, #eef0fe 64.53%, #d2eefa 100%); */
    background:linear-gradient(160deg, rgba(237,247,255,1) 0%, rgba(238,240,254,1) 55%, rgba(210,238,250,1) 100%);
}
.why_choose_dice_table .dice_fea_gradientbg .d-flex{
    align-items: baseline;
    justify-content: start;
}
.why_choose_dice_table .dice_fea_gradientbg .d-flex span{
    padding-right:6px;
}
.why_choose_dice_table .dice_features .col-12{
    margin-bottom:34px;
}
.why_choose_dice_table .dice_features{
    display:flex;
    flex-wrap: wrap;
}
/** image row **/
.image_row{
    padding-top:60px;
    padding-bottom:40px;
}
.image_row .flex-row-reverse{
    flex-direction: row-reverse
}
.align-start{
    align-items: start;
}
.image_row .img_row_title{
    color:#074776;
    font-size:30px;
    line-height: 40px;
}
.image_row .button-wrapper{
    margin-top:25px;
}
.image_row .row_img_col img{
    border-radius: 15px;
}
/** sticky header **/
.site-header {
    position: relative; /* Default position */
    transition: all 0.3s ease-in-out;
    background:#fff;
}
.site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
/** 404 page **/
.error-404 h1{
    color:#074776 !important;
    margin-bottom:3rem;
}
.error-404 h2{
    color:#074776 !important;
}
.error-404 .search .search-input{
    border:1px solid #074776;
    border-radius: 8px;
    background:#fff;
}
.error-404 .search .input-group-btn .search-submit .fa-search{
    color:#074776;
}
.error-404 .search .input-group-btn .search-submit:hover{
    background:#074776;
}
.error-404 .search .input-group-btn .search-submit:hover .fa-search{
    color:#fff;
}
/** search page **/
.search .search-result h1{
    color:#074776;
}
.search .search-result article{
    padding:20px !important;
}
.search .search-result article h2{
    color:#074776;
    font-size:24px;
    margin-top:0px;
}
.search .search-result article h2 a{
    color:#074776;
    font-size:24px;
}
/** pagination **/
.pagination{
    display:flex !important;
    flex-wrap: wrap;
    justify-content:center;
    margin-top: 30px !important;
}
.pagination .page-numbers.current{
    color: #fff;
    border-color: #074776;
    background:#074776;
}
.pagination a{
    color:#074776 !important;
    border-color:#074776 !important;
}
.pagination a:hover{
    background:#074776 !important;
    color:#fff !important;
}
@media (max-width: 991px) {
    .why_choose_dice_table h2{
        font-size:35px;
        line-height:45px;
    }
    .why_choose_dice_table .dice_features h3{
        font-size: 22px;
        line-height: 29px;
    }
}
@media (max-width: 767px) {
    .why_choose_dice_table {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .why_choose_dice_table h2{
        font-size:30px;
        line-height:39px;
    }
    .why_choose_dice_table .dice_features h3{
        font-size: 20px;
        line-height: 28px;
    }
    .search .search-result h1{
        font-size:26px;
    }
    .search .search-result article h2, .search .search-result article h2 a{
        font-size:21px;
    }
}