html,body{
    font-family: 'Arial',serif;
}
.abs{
    position: absolute;
}
.rel{
    position: relative;
}
header{
    position: fixed;
    z-index: 6;
    width: 100%;
    left: 0;
    top: 0;
}
footer,
header{
    background: #231739;
    padding: 16px 0;
    color:#fff;
}
.topmenu ul{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topmenu ul li a{
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all .3s ease;
}
.topmenu ul li a:hover{
    color: #BF6623;
}
footer .flexed,
header .flexed{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social{
    text-align: center;
}
.social a{
    display: inline-block;
    margin: 0 15px;
}
footer .flexed>div,
header .flexed>div{
    width: 50%;
}
footer .phone a,
header .phone a{
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}
.callme{
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    margin-top: 8px;
}
#intro{
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 90px;
}
#intro .whbg{
    background: rgba(255, 255, 255, 0.85);
    padding: 60px  0;
}
#intro .whbg .desc{
    margin-top:30px;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #24183A;
}
#sec{
    padding: 190px 0 120px;
}
#sec img.abs{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
#sec .items{
    background: #24183A;
    color:#fff;
    padding: 60px 200px 60px 100px;
}
#sec .items .item{
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
#sec .items .item:last-child{
    margin-bottom: 0;
}
#sec .items .item .image{
    width: 50px;
    height: 50px;
    flex: none;
    display: flex;
    align-items: center;
    margin-right: 40px;
    justify-content: center;
}
#sec .items .item .image svg{
    object-fit: contain;
}
.heading{
    font-size: 36px;
    line-height: 41px;
    text-transform: uppercase;
    color: #24183A;
    margin-bottom: 40px;
}
#leftover{
    padding-bottom: 30px;
    margin-top: 90px;
}
#leftover .container{
    background: url('../images/leftover.png')no-repeat left top;
    min-height: 560px;
}
#services{
    padding: 60px 0 80px;
}
#portfolio{
    background: url('../images/portfolio.jpg')no-repeat center;
    background-size: cover;
    padding: 40px  0;
}
#leftover .heading{
    margin-bottom: 160px;
}
form#cback_form{
    padding-right: 95px;
}
form#cback_form input{
    display: block;
    width: 100%;
    background: #FBD5B8;
    border-radius: 44px;
    padding: 14px 33px 13px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #231739;
    border: 0;
    margin-bottom: 18px;
}
form#cback_form input[type="submit"]{
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    width: auto;
    background: #231739;
    margin-top: 12px;
    margin-bottom: 0;
    transition: all .3s ease;
}
form#cback_form input[type="submit"]:hover{
    background: #fff;
    color:#231739;
}
input:focus{
    outline: none;
}
.lf{
    margin-top: 13px;
    margin-left: 50px;
}
.copyright{
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    margin-top: 30px;
    color: #FFFFFF;
}
a#callpop{
    cursor: pointer;
    transition: all .3s ease;
}
.phone a{
    text-decoration: none;
    transition: all .3s ease;
}
.social svg path{
    transition: all .3s ease;
}
.social a:hover svg path{
    fill:#fff;
}
.phone a:hover,
a#callpop:hover{
    color: #BF6623;
}
#services .item{
    margin-bottom: 30px;
    position: relative;
    display: block;
}
#services .item .image{
    overflow: hidden;
}
#services .item .image img{
    transition: all .3s ease;
}
#services .item:hover .image img{
    transform: scale(1.1) rotate(2deg);
}
#services .item .name{
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 12px 30px;
    min-width: 230px;
}
#services .item .name span{
    z-index: 2;
    position: relative;
}
#services .item .name:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #543887;
    mix-blend-mode: normal;
    opacity: 0.9;
}
#s_intro h1{
    background: rgba(255, 255, 255, 0.85);
    display: inline-block;
    padding: 36px 110px;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #543887;
}
#s_intro{
    min-height: 480px;
    padding-top: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#dish{
    padding: 100px 0;
}
#dish .round{
    height: 612px;
    width: 612px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 70px 0 90px;
    background: #E9E7EE;
    position: relative;
}
#dish .round img.lb,
#dish .round img.rt{
    position: absolute;
    max-width: 1000%;
}
#dish .round img.rt{
    top: -22px;
    right: -23px;
}
#dish .round img.lb{
    bottom: -22px;
    left: -96px;
}
#dish .round h3{
    font-size: 36px;
    line-height: 41px;
    text-transform: uppercase;
    color: #543887;
    margin-bottom: 36px;
}
#dish .round .desc{
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #231739;
}
#dish .image{
    position: relative;
}
#dish .image img.icon{
    position: absolute;
    right: 0;
    top: 0;
}
img{
    max-width: 100%;
}
#maindesc .desc p{
    margin-bottom: 30px;
}
#maindesc .desc{
    border-left: 52px solid #543887;
    margin-bottom: 80px;
    padding-left: 42px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #231739;
}
.filebut{
    margin-bottom: 75px;
}
.filebut a{
    background: #231739;
    border-radius: 44px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 13px 60px 14px;
    text-decoration: none;
    transition: all .3s ease;
}
.filebut a:hover{
    background: #BF6623;
}
.owl-carousel .owl-item img{
    width: auto;
}
#portfolio .item{
    position: relative;
    display: inline-block;
}
#portfolio .item .name:before{
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #543887;
    mix-blend-mode: normal;
    opacity: 0.9;
}
#portfolio .item .name span{
    position: relative;
    z-index: 2;
}
#portfolio .item .name{
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: capitalize;
    color: #FFFFFF;
    position: absolute;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: all .3s ease;
    opacity: 0;
}
#portfolio .heading{
    margin-bottom: 90px;
}
#portfolio .owl-item{
    transform: scale(.95);
    transition: all .3s ease;
    opacity: .6;
}
#portfolio .owl-item.center .name{
    opacity: 1;
}
#portfolio .owl-item.center{
    transform: scale(1);
    opacity: 1;
}
#portfolio .owl-item.center .image{
    overflow: hidden;
}
#portfolio .owl-item.center .image img{
    transition: all .3s ease;
}
#portfolio .owl-item.center .item:hover .image img {
    transform: scale(1.1) rotate(2deg);
}
#gal .item{
    overflow: hidden;
}
#gal .item img{
    transition: all .3s ease;
}
#gal .item:hover img{
    transform: scale(1.1) rotate(2deg);
}

button:focus{
    outline:none;
}
#portfolio .owl-next,
#portfolio .owl-prev{
    position: absolute;
    top: 50%;
    margin-top: -30px;
}
#portfolio .owl-prev{
    right: calc(100% + 20px);
}
#portfolio .owl-next{
    left: calc(100% + 20px);
    transform: rotate(180deg);
}
#gal{
    padding: 70px 0;
}
#gal .item{
    display: block;
    margin-bottom: 30px;
}
.overall{
    background: #231739;
    opacity: 0.9;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    display: none;
}
.thanks,
.popform{
    display: none;
    position: fixed;
    left: 50%;
    width: 730px;
    margin-left: -365px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    z-index: 9;
    max-height: 100%;
    padding: 60px 140px 70px;
}
.thanks{
    padding: 100px 200px;
}
.thanks .inner{
    display: flex;
}
.thanks .inner svg{
    flex:none;
    margin-right: 15px;
}
.thanks .inner .desc h3{
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #231739;
}
.thanks .inner .desc{
    font-size: 18px;
    line-height: 21px;
    align-items: center;
    color: #231739;
}
a.closeme{
    position: absolute;
    cursor: pointer;
    left: calc(100% + 30px);
    bottom: calc(100% + 15px);
}
.popform .formtitle{
    margin-bottom: 60px;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #231739;
    text-align: center;
}
.popform input{
    background: #FBD5B8;
    border-radius: 44px;
    display: block;
    width: 100%;
    padding: 14px 33px 13px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #231739;
    border: 0;
    margin-bottom: 18px;
}
.popform input[type="submit"]{
    margin-top: 12px;
    display: inline-block;
    width: auto;
    background: #231739;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 0;
    transition: all .3s ease;
    border: 1px solid #231739;
}
.popform input[type="submit"]:hover{
    background: #fff;
    color:#231739;
}
#portfolio .owl-dots{
    margin-top:45px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 60px;
}
#portfolio .owl-dots .owl-dot{
    width: 8px;
    height: 8px;
    background: #D66623;
    border-radius: 100%;
    margin:0 7px;
    transition: all .3s ease;
}
#portfolio .owl-dots .owl-dot.active{
    transform: scale(1.7);
}


@media (max-width: 1199px) {
    #portfolio .owl-next, #portfolio .owl-prev{
        top: auto;
        bottom: -14px;
    }
    #portfolio .owl-next{
        right: 0;
        left: auto;
    }
    #portfolio .owl-prev{
        left: 0;
        right: auto;
    }
    form#cback_form{
        padding-right: 45px;
        padding-left: 50px;
    }
    footer .phone a, header .phone a{
        font-size: 15px;
    }
    #sec .items{
        padding:60px 235px 60px 30px;
    }
    #dish .round{
        width: 560px;
        height: 560px;
    }
    #dish .round img.rt {
        top: -46px;
        right: -46px;
    }
    #dish{
        overflow: hidden;
    }
    #dish .round img.lb {
        bottom: -46px;
        left: -124px;
    }
}
@media (max-width: 991px) {
    .mobnone{
        display: none;
    }
    footer .flexed>div, header .flexed>div{
        width: 100%;
    }
    .thanks,
    .popform{
        width: calc(100% - 30px);
        left:15px;
        margin-left: 0;
        padding: 60px 15px 30px;
    }
    a.closeme svg{
        width: 40px;
        height: 40px;
    }
    a.closeme{
        right: 5px;
        top: 5px;
        left: auto;
        bottom: auto;
    }
    #intro .whbg{
        padding: 30px 15px;
    }
    #intro .whbg .desc{
        font-size: 22px;
    }
    #sec img.abs{
        position: static;
        transform: none;
        margin-top: 45px;
    }
    #portfolio .heading{
        margin-bottom: 40px;
    }
    #leftover{
        margin-top: 45px;
    }
    #leftover .heading{
        margin-bottom: 40px;
    }
    #leftover .container{
        min-height: 0;
        background: none;
    }
    #sec{
        background: #231739;
        padding: 30px 0;
    }
    #sec .items{
        padding: 0;
    }
    form#cback_form{
        padding: 30px 15px;
        background: #D66623;
    }
    footer{
        text-align: center;
    }
    .lf{
        margin-left: 0;
    }
    footer .flexed{
        display: block;
    }
    footer .social{
        margin:15px 0;
    }
    #s_intro{
        min-height: 0;
        padding: 120px 0 30px;
    }
    #s_intro h1{
        padding: 30px 0;
        width: 100%;
        text-align: center;
    }
    #dish{
        padding: 45px 0;
    }
    #dish .round{
        width: 100%;
        height: auto;
        border-radius: 0;
        padding: 30px 15px;
        margin-top: 30px;
    }
    #dish .round img.lb, #dish .round img.rt{
        display: none;
    }
    .copyright,
    footer .topmenu{
        margin-top: 15px;
    }
    #maindesc .desc{
        border-left: 10px solid #543887;
        padding-left: 15px;
    }
    .filebut a{
        width: calc(100% - 30px);
        display: inline-block;
        padding: 13px 0 14px;
    }
    #portfolio .owl-dots{
        margin-right: 0;
        justify-content: center;
    }
}