html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    width: 100%;
    overflow-x: hidden;
}

html {
    font-size: 16px;
    font-weight: 400;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 16px;
    width: 100%;
    overflow-x: hidden;
    color: #111111;
    line-height: 1.8em !important;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    /* font-family: 'Roboto Light', sans-serif; */
    overflow-x: hidden;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

a {
    text-decoration: none;
}

a:focus {
    text-decoration: none !important;
    color: inherit !important;
}

a:hover {
    text-decoration: none !important;
    color: inherit !important;
}

img.img-responsive {
    width: 100%;
}

.header-top {
    background-color: #fff;
}

.max-width-85 {
    width: 90%;
    max-width: 1600px;
    margin: 0px auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.img-reponsive {
    width: 100%;
}

.lesspadded {
    padding: 0px;
}

.dealItem {
    margin-bottom: 30px;
    position: relative;
}

.dealItem a img {
    max-width: 100%;
}

.orangeBox {
    position: absolute;
    background: #ef1b1b;
    left: 15px;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    min-height: 323px;
    display: table;
    width: 92%;
    border-radius: 6px;
}

.greyBox {
    position: absolute;
    background: #252525;
    left: 15px;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    min-height: 270px;
    display: table;
    width: 92%;
}

.desc {
    padding: 20px;
    background: rgba(235, 107, 0, .7);
    color: white;
    position: absolute;
    bottom: 0px;
    width: 92%;
    box-sizing: border-box;
}

.desc .price {
    font-size: 26px;
}

.desc .item {
    font-size: 16px;
}

.txtcenter {
    text-align: center !important
}

.qtyminus {
    background-color: #f3b845;
    border: 0;
    padding: 5px 15px;
    margin-top: 10px;
    color: #fff;
}

.qtyplus {
    background-color: #f3b845;
    border: 0;
    padding: 5px 15px;
    margin-top: 10px;
    color: #fff;
}


/* footer .col-sm-3{
    padding-bottom: 20px;
} */

footer .col-sm-3 .title {
    color: #ef1b1b;
    margin: 25px 0 25px 0;
}

footer .col-sm-3 ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

footer .col-sm-3 ul li {
    list-style: none;
}

footer .col-sm-3 ul li a {
    color: #999;
    font-size: 13px;
}

.thumbnail {
    padding: 0;
    position: relative;
    z-index: 1;
}

.caption {
    vertical-align: middle;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 2;
}


/* .thumbnail::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-color: #ededed;
    transition: .5s;
    z-index: -1;

} */

.thumbnail:hover:after {
    height: 100%;
}

.caption img {
    display: inline-block;
    margin: 0px auto;
    margin-bottom: 12px;
}

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

.carousel-control .glyphicon {
    color: #fe8402;
}

.view_more_link {
    position: absolute;
    padding: 60px;
    bottom: 0px;
    color: #fe8402;
    font-weight: 700;
    font-size: 18px;
}

.adItem {
    padding-bottom: 15px;
    padding-top: 15px;
}

.adItem img {
    max-width: 100%;
}

#mynavbar {
    background: rgba(255, 255, 255, .6);
    border: none;
    border-radius: 0px;
}

.navbar-default {
    background: #fff;
    border: none;
    border-radius: 0px;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.navbar-default .container-fluid {
    padding: 0px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: none;
}

.navbar-brand>img {
    width: 300px;
    height: auto;
    margin-left: 15px;
    margin-bottom: 15px;
}

.navbar-default .navbar-brand {
    margin-bottom: 20px;
}

.navbar-nav {
    margin-top: 20px;
    margin-bottom: 0;
}

.nav>li>a {
    color: #7f7f7f;
}

.nav>li>a>.fa {
    font-size: 10px;
    margin-left: 8px;
}

#mynavbar {
    margin-top: 12px;
}

footer .row:last-child .col-sm-3 p {
    color: #676767;
}

footer .col-sm-3.pull-right {
    text-align: center;
}

footer .col-sm-3.pull-right a .fa {
    color: #676767;
    font-size: 22px;
    margin: 0 3px;
}

.right_nav {
    margin: 0 0 0 0;
}

.right_nav li {
    list-style: none;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}

.right_nav li a {
    color: #666666;
    font-weight: bold;
    font-size: 16px;
    padding: 14px 12px;
    display: inline-block;
    font-style: italic;
}

.right_nav li a#login {
    color: #333333;
}

.right_nav li a#register {
    color: #fe8402;
}

#custom-search-input {
    margin-top: 26px;
}

.btn-danger {
    background: #fe8402;
    border: 1px solid #db7101;
}

.search-query {
    background: rgba(255, 255, 255, .8);
}

.navbar-header {
    width: 100%;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: right;
    }
}

.darkHeader {
    background: #fff !important;
}

.dropdown-menu {
    border-radius: 0px;
    padding: 10px;
    width: 100%;
    right: 0px;
}

.dropdown-menu .btn-primary {
    background: #a2a2a2;
    border: none;
    margin: 0 6px;
}

.btn-primary .badge {
    color: #a2a2a2;
    margin-left: 5px;
}

.nav>li.dropdown.open {
    position: static;
}

.nav>li.dropdown.open .dropdown-menu {
    display: inline-block;
    width: 100%;
    text-align: left;
    left: 0;
    right: 0;
}

.dropdown-menu>li {
    display: table-cell;
}

.modal-content {
    padding: 20px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 400px;
        margin: 30px auto;
    }
}

.btn-primary {
    border-radius: 4px;
    background: #fe8402;
    font-weight: bold;
    font-size: 16px;
    border: none;
    margin: 10px 0 20px 0;
}

.btn-primary:hover {
    background: #ea9618;
}

.modal-content a {
    color: #fe8402;
    font-style: italic;
}

.modal-content input {
    margin-bottom: 15px;
    font-style: italic;
    border: 1px solid #cccccc;
}

.modal-content input:focus {
    outline: none;
    box-shadow: none;
    font-style: italic;
    border: 1px solid #cccccc;
}

.form-signin-heading img {
    margin-right: -15px;
    margin-bottom: 15px;
}

a:focus {
    outline: none;
}

.itemAll.blurredAll {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
}

.innerpage {
    padding: 130px 0 0 0;
}

.searchList {
    margin: 0 0 0 15px;
    padding: 0 0 0 0;
}

.searchList li {
    list-style: none;
    border-bottom: #cccccc 1px solid;
    padding-bottom: 28px;
}

.shopName {
    font-size: 28px;
    color: #666666;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 700;
}

.companyLogo {
    margin-bottom: 20px;
}

.searchList address {
    font-size: 16px;
    color: #666666;
}

.pagination_wrap {
    padding: 0 15px 0 15px;
}

.pagination>li>a,
.pagination>li>span {
    color: #666666;
    font-weight: 700;
}

.pageHeader {
    margin: 0px auto;
    float: none;
    margin-top: 30px;
}

.pageHeader .companyTitle {
    color: #666;
    text-align: right;
    font-size: 22px;
}

.mapArea {
    margin-bottom: 25px;
}

.mapArea img {
    max-width: 100%;
}

.contacT {
    color: #999999;
    font-size: 18px;
    margin: 40px 0 30px 0;
}

.des_title {
    font-weight: bold;
    color: #666666;
}

.desPara {
    color: #666666;
    line-height: 24px;
}

.viewgallery {
    color: #fe8402;
    text-decoration: underline;
}

.HotDeals h3 {
    font-weight: bold;
    color: #fe8402;
    margin-bottom: 20px;
}

.HotDeals .dealItem {
    margin-bottom: 50px;
    position: relative;
}

.HotDeals .dealItem .offerCircle {
    background: #ff3333;
    border: 2px solid #fff;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 10px;
    top: -30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 60px;
    padding-top: 20px;
    line-height: 18px;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.26);
}

.HotDeals .dealItem .offerCircle span {
    font-size: 22px;
    font-weight: bold;
}

.carousel-caption {
    font-size: 40px;
    line-height: 42px;
    font-weight: bold;
    font-style: italic;
}

.itemRow .fa {
    margin-right: 77px;
    padding-bottom: 39px;
    float: left;
    font-size: 22px;
    color: #cccccc;
}

.itemRow {
    color: #666666;
}

.rc-list {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.rc-list li {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.rc-list .col-sm-3 a img {
    max-width: 100%;
}

.rc-shop {
    color: #333333;
    font-size: 25px;
    margin-left: 30px;
}

.rc-list li a {
    display: block;
    border: 1px solid #e3e0e0;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
    min-height: 116px;
}

.itemmain {
    color: #666666;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 10px;
}

.des_item {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
}

.labelledItem {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
}

.priceDetails {
    margin: 25px 0;
}

.normal {
    display: block;
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 0 0;
}

.normal span {
    text-decoration: line-through;
}

.price {
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 22px;
    margin: 0 0 10px 0;
}

.offer {
    border-radius: 50px;
    color: #fff;
    background: #ff6633;
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: 23px;
    line-height: 26px;
    padding-top: 25px;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0!important;
    margin-right: 14px;
}

.fotorama__thumb-border {
    border: none;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 19px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.navbar-default .navbar-nav>li>a {
    font-weight: bold;
}

.mega-dropdown {
    position: static !important;
    width: 100%;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.open .dropdown-toggle:after {
    border-bottom: 15px solid #fff;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    content: "";
    left: 163px;
    position: absolute;
    bottom: -21px;
    z-index: 1500;
    display: none;
}

.open .dropdown-toggle span:after {
    border-bottom: 17px solid #ccc;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    content: "";
    left: -10px;
    position: absolute;
    bottom: -41px;
    z-index: 8;
    display: none;
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu>li>ul>li {
    list-style: none;
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
}

.mega-dropdown-menu>li ul>li>a:hover,
.mega-dropdown-menu>li ul>li>a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
    color: #ef1b1b;
}

.mega-dropdown-menu form {
    margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

.search-panel .dropdown-menu>li {
    display: block;
}

.searchHol .form-control {
    height: 46px;
    border-color: #fff;
}

.searchHol .btn {
    padding: 12px 12px;
}

.searchHol .open .dropdown-toggle:after {
    display: none;
}

.searchHol .open .dropdown-toggle:before {
    display: none;
}

.searchHol .open .dropdown-toggle span:after {
    display: none;
}

.searchHol .btn-default {
    background: #ef1b1b;
    color: #fff;
    border-color: #fff;
}

.searchHol h3 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
}

.searchHol h3 span {
    color: #fe8402;
    font-weight: bold;
}

.topBarLinks {
    margin: 30px 30px 0 0;
}

.topBarLinks li {
    width: auto;
}

.topBarLinks li a {
    min-width: auto !important;
    font-weight: normal!important;
    color: #ef1b1b !important;
}

.searchHol h3 {
    text-align: center;
    font-size: 48px;
    margin-bottom: 30px;
    color: #fff;
    text-shadow: rgb(3, 3, 3) 1px 2px 2px;
}

.searchHol h3 span {
    color: #fff;
    font-weight: bold;
}

.topBarLinks li a:hover {
    color: #666!important;
}

span.companyPhone {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: inline-block;
    font-weight: bold;
    color: darkorange;
}

.gre-Bg {
    background: #f1f1f1;
}

.whiteWrapper {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px;
    overflow: hidden;
    margin: 25px 0;
}

.sidebar .desc {
    width: 100%;
}

.modal-backdrop {
    z-index: 1030;
}

header .navbar-nav .glyphicon {
    font-size: 9px;
    top: 8px;
    color: #ef1b1b;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: #ef1b1b;
    color: #fff;
}

.navbar-default .navbar-nav>.open>a>.glyphicon {
    color: #fff;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #fff;
    background: #ef1b1b;
    border-color: #ef1b1b;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #fff;
    background: #ef1b1b;
    border-color: #fff;
}

.btn:focus,
.btn:active {
    outline: none;
}

.icon-grid {
    padding: 43px 10px;
    /* text-align: center; */
    background: #fff;
    border-radius: 6px;
    color: #666666;
    /*font-weight: bold;*/
    transition: background-color 0.5s ease;
    transition: color 0.5s ease;
    border: 1px solid #e1e2e7;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    min-height: 150px;
}

.icon-grid::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-color: #ededed;
    transition: .5s;
    z-index: -1;
}

.icon-grid:hover:after {
    height: 100%;
}

.dealItem a {
    transition: color 0.5s ease;
}

.dealItem a:hover {
    text-decoration: none;
    color: #ef1b1b !important;
}

.icon-grid .fa.icon {
    display: block;
    margin: 0 0 8px 0;
    padding: 0 0 0 0;
    float: none;
    color: #ef1b1b;
    font-size: 30px;
    width: 50px;
    margin-right: 10px;
}

.thumbnail {
    position: relative;
}

.thumbnail p {
    font-size: 12px;
    font-weight: normal;
    padding: 0 0px;
}

a.thumbnail:hover {
    border-color: #999999;
    text-decoration: none;
    cursor: pointer;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    overflow: hidden;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    overflow: hidden;
    border-radius: 50% !important;
}

.thumbnail {
    border: 0px !important;
    background-color: transparent;
}

.viewers {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    background: #fff;
    padding: 6px 6px;
    color: #999;
}

.viewers .fa {
    margin-right: 12px;
    color: #ef1b1b;
}

.banner_block {
    padding: 40px 0;
}


/****** Style Star Rating Widget *****/

.rating {
    border: none;
    font-size: 1.3rem;
    font-weight: 500;
    position: absolute;
    top: 68%;
    left: 6px;
}

.caption h3 {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 500;
}

.rating>input {
    display: none;
}

.rating>label:before {
    margin: 5px;
    font-size: .8em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating>.half:before {
    content: "\f089";
    position: absolute;
}

.rating>label {
    color: #ddd;
    float: right;
    font-weight: 500;
}


/***** CSS Magic to Highlight Stars on Hover *****/

.rating>input:checked~label,

/* show gold star when clicked */

.rating:not(:checked)>label:hover,

/* hover current star */

.rating:not(:checked)>label:hover~label {
    color: #FFD700;
}


/* hover previous stars in list */

.rating>input:checked+label:hover,

/* hover current star when changing rating */

.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,

/* lighten current selection */

.rating>input:checked~label:hover~label {
    color: #FFED85;
}

section#profile-list-section {
    padding: 50px 0px;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

ul.tabs li.current {
    border-bottom: 2px solid #ef1b1b;
    color: #222;
    background-color: transparent;
}

.tab-content {
    padding: 15px;
    display: none;
}

.tab-content.current {
    display: block;
}

.tab-content.current {
    display: inherit;
}

a.fancybox img {
    width: 100%;
}

section.inner-banner-section {
    padding: 20px 0px;
}

section#job-list-section {
    border-top: 2px solid #f2f2f2;
    background-color: #f4f4f4;
    padding: 20px 0;
}

.job-list-block.job-list-search {
    background-color: #fff;
}

.job-list-block h3 {
    padding: 25px 8px 15px 15px;
    margin: 0;
    font-size: 14px;
    color: #6f6f6f;
    font-weight: 400;
}

.sugSearchCtgr {
    padding: 12px 25px 10px 20px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    border-top: 1px solid #f1f0f0;
    color: #333;
}

.sugSearchItems li a {
    display: block;
    background-color: #fff;
    font-size: 12px !important;
    margin-bottom: 8px;
    padding-left: 0px;
    *overflow: hidden;
    *zoom: 1;
}

ul.sugSearchItems {
    padding: 5px 25px 10px 20px;
    list-style: none;
    margin: 0;
}

.job-list-block-main {
    clear: both;
    position: relative;
    width: 100%;
    background-color: #FFF;
    cursor: pointer;
    margin-bottom: 5px;
}

.job-list-block-main h3 {
    border-bottom: 4px solid rgb(216, 216, 216);
}

.job-details {
    padding: 25px 8px 25px 15px;
}

h4.job-title {
    font-weight: 600;
}

span.company-name {
    color: #666;
}

.job-detail-block {
    color: #666;
    display: flex;
    width: 30%;
    justify-content: space-between;
}

.job-more-details {
    padding-top: 20px;
}

span.label {
    color: #999;
}

.row .label {
    clear: left;
    width: 23%;
    line-height: 16px;
    font-weight: 300;
    margin-right: 2%;
}

.row .exp,
.row .label {
    padding-right: 10px;
    float: left;
}

.desc2 {
    float: left;
    width: 71%;
    color: #444;
    line-height: 1.3;
    font-weight: 300;
    text-align: justify;
    padding-bottom: 10px;
    font-size: .9rem;
}

.job-details-bottom-border {
    background-color: #eeeded;
    overflow: hidden;
    clear: left;
    border-bottom: 2px solid #f9f9f9;
    height: 20px;
}

.job-more-details .label {
    text-align: left;
}

.ad-block div {
    margin-bottom: 25px;
}

button.contact-btn {
    background-color: #ef1b1b;
    border: 0;
    border-radius: 4px;
    padding: 7px 21px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

h2.profile-section-title {
    font-size: 2rem;
    font-weight: 600;
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
}

button.profile-hire-btn {
    margin-top: 28px;
    border: 2px solid #ef1b1b;
    background-color: transparent;
    padding: 8px 27px;
    border-radius: 5px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ef1b1b;
    transition: .5s;
}

button.profile-hire-btn:hover {
    background-color: #ef1b1b;
    color: #fff;
    transition: .5s;
}

.profile-about-block-img {
    background-color: #fbfbfd;
    position: relative;
    border: 10px solid #fff;
    -webkit-box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.2);
}

section#profile-about-section {
    padding: 80px 0;
}

.profile-about-block-text {
    padding-left: 40px;
}


/* .profile-about-block-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 14px solid #ef1b1b;
    bottom: -60px;
    left: -60px;
    z-index: -1;
} */

section#hire-me-section {
    padding: 60px 0px;
    background-color: #454b5e;
}

.hire-me-title {
    text-align: center;
}

.hire-me-title h1 {
    font-size: 5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}

button.bottom-hireme-btn {
    padding: 15px 45px;
    border-radius: 5px;
    border: 0;
    font-size: 2rem;
    background-color: #fff;
    font-weight: 600;
}

.social-media-block {
    text-align: center;
    padding: 45px 20px;
}

.social-media-block i {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2rem;
}

section#contact-section {
    padding: 80px 0px;
}

#contact-form {
    margin-top: 50px;
}

#contact-form input {
    border: 0;
    border-bottom: 1px solid #313131;
    border-radius: 0;
    margin-bottom: 20px;
    position: relative;
    transition: .5s;
    height: 40px;
    padding-left: 12px;
    width: 100%;
}

#contact-form input:focus {
    border-bottom: 2px solid #313131;
    outline: none;
    transition: .5s;
}

#contact-form textarea {
    border: 0;
    border-bottom: 1px solid #313131;
    border-radius: 0;
    margin-bottom: 20px;
    position: relative;
    transition: .5s;
    height: 80px;
    padding-left: 12px;
    width: 100%;
}

form#contact-form textarea:focus {
    border-bottom: 2px solid #313131;
    outline: none;
    transition: .5s;
}

button.submit {
    background-color: #313131;
    border: 0;
    padding: 10px 46px;
    color: #fff;
    font-weight: 600;
    margin: 0px auto;
    text-align: center;
}

#contact-form-block {
    background-color: #ededed;
    padding: 80px 0;
    width: 100%;
    margin: 0px auto;
    position: relative;
}

.row.footer-block {
    padding: 20px 0;
}

.row.footer-block p {
    margin: 0;
    padding: 0px !important;
}

section#profile-accordion-section {
    background-color: #ededed;
    padding: 50px 0;
}

.accordion {
    width: 100%;
    margin: 30px auto 20px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    list-style: none;
    padding: 0;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 15px;
    color: #4D4D4D;
    font-size: 1rem;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.submenu {
    background-color: transparent;
    list-style: none;
    padding: 40px;
    margin: 0;
}

ul#accordion li {
    background-color: #fff;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #fff;
    background-color: #ef1b1b;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion li.open .link i {
    color: #fff !important;
}

.accordion li.default .submenu {
    display: block;
}


/**
* Submenu
-----------------------------*/

.submenu {
    display: none;
}

.submenu li {
    border-bottom: 1px solid #4b4a5e;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover {
    background: #b63b4d;
    color: #FFF;
}

.nav.navbar-nav .dropdown-toggle {
    padding: 0 !important;
}


/* 
.dropdown-toggle span {
   background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
   border: 1px solid rgba(255, 255, 255, 0.5);
   border-radius: 50px;
   font-size: 23px !important;
   height: 38px;
   line-height: 40px;
   margin: 0 !important;
   padding: 0 !important;
   text-align: center;
   width: 38px;
   text-shadow:none !important;
} */


/* .nav.navbar-nav {
   bottom: 10px;
   position: absolute;
   right: 12px;
   transition: all 0.4s ease 0s;
}

.navbar-nav > li > .dropdown-menu {
   border-radius: 2px !important;
   margin-top: 10px;
   min-width: 101px;
   padding: 0;
}
.navbar-nav > li > .dropdown-menu li a {
   color: #333333 !important;
   font-size: 13px !important;
   font-weight: 600 !important;
   padding: 2px 8px !important;
   text-align: right !important;
   text-shadow:none !important;
}
.dropdown-toggle {
   background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
   font-size: 15px !important;
}

.dropdown {
 -webkit-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
}
.dropdown-menu>li>a {
   color:#428bca;
   -webkit-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
}
.dropdown ul.dropdown-menu {
   border-radius:4px;
   box-shadow:none;
}
.dropdown ul.dropdown-menu:before {
   content: "";
   border-bottom: 10px solid #fff;
   border-right: 10px solid transparent;
   border-left: 10px solid transparent;
   position: absolute;
   top: -8px;
   right: 8px;
   z-index: 10;
}


 */

button.profile-hire-btn-small {
    margin-top: 0px;
    border: 1px solid #ef1b1b;
    background-color: transparent;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 1rem;
    color: #ef1b1b;
    transition: .5s;
}

button.profile-hire-btn-small:hover {
    background-color: #ef1b1b;
    color: #fff;
    transition: .5s;
}

td.table-profile-image {
    width: 140px;
}

.workers-btn-group {
    display: table;
}


/* 
///////////////////////////gallery////////////////////////////// */

section#gallery-section {
    padding: 80px 0px;
}

.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 40px;
    overflow: hidden;
}

.gallery img {
    width: 100%;
    height: auto;
    transition: 500ms;
    margin-bottom: 10px;
    opacity: 0.8;
    page-break-inside: avoid;
    /* For Firefox. */
    -webkit-column-break-inside: avoid;
    /* For Chrome & friends. */
    break-inside: avoid;
    /* For standard browsers like IE. :-) */
}

.gallery img:hover {
    opacity: 1;
}


/* .modal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: center;
} */

.modal-img,
.model-vid {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table
}

.modal-body {
    padding: 0px;
}

.modal-dialog {
    height: 100%;
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    border: none;
}

@media screen and (max-width: 1080px) {
    .icon-grid {
        min-height: 150px;
    }
}

@media screen and (max-width: 767px) {
    .gallery {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .gallery div {
        margin: 0;
        width: 200px;
    }
    .modal-dialog {
        margin: 0 5vw;
    }
    .dealItem {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width: 500px) {
    .col-sm-6.col-md-3.col-xs-6.premium-member-block {
        width: 80%;
        margin: 0px auto !important;
        text-align: center;
        float: none;
    }
    .col-md-3.col-sm-3.col-xs-6.js_top_jobs {
        width: 100% !important;
    }
}

@media screen and (max-width: 479px) {
    .navbar-brand>img {
        max-width: 100%;
        height: auto;
        margin-left: 15px;
        margin-bottom: 15px;
    }
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .gallery div {
        margin: 0;
        width: 200px;
    }
}

section.page-content-Area.log-reg-page.only-reg {
    padding: 80px 0;
}

.registration-field-block {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
    border-radius: 15px;
}

.registration-field-login {
    flex-basis: 68%;
    padding: 70px;
    text-align: center;
}

.registration-field-signup {
    flex-basis: 35%;
    background-color: #ef1b1b;
    padding: 40px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    text-align: center;
    color: #fff;
    padding-top: 70px;
}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.registration-field-signup h2 {
    padding-bottom: 30px;
}

.registration-field-signup h4 {
    font-weight: 400;
    font-size: 1.6rem;
    padding-bottom: 30px;
}

.registration-field-signin {
    flex-basis: 35%;
    background-color: #ef1b1b;
    padding: 40px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    text-align: center;
    color: #fff;
    padding-top: 70px;
}

.btn-border {
    background-color: #ef1b1b;
    border-color: #fff;
    font-size: 16px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #fefefe;
    text-transform: uppercase;
    border-radius: 28px;
    padding: 12px 41px;
    text-align: center;
    margin: 0px auto;
    margin-top: 30px;
}

.btn-border:hover {
    color: #fff;
}

.btn-border:focus {
    border-color: #fff !important;
    box-shadow: none;
}

section.page-content-Area.log-reg-page {
    padding: 80px 0px;
}

@media screen and (max-width: 767px) {
    .registration-field-block {
        flex-direction: column-reverse;
    }
    section.page-content-Area.log-reg-page.only-reg {
        padding: 30px 0;
    }
    section.page-content-Area.log-reg-page {
        padding: 30px 0px;
    }
    .registration-field-signup {
        padding-top: 20px;
    }
}

@media screen and (max-width: 400px) {
    .dealItem {
        width: 100%;
        float: left;
    }
    .col-sm-4.col-md-3.col-xs-6.premium-member-block {
        width: 85%;
        margin: 0px auto;
        text-align: center;
        float: none;
    }
}

.form-control:focus {
    border: 1px solid #ef1b1b;
}

.row.main-block-content {
    padding-bottom: 50px;
    padding-top: 30px;
}

.main-block-content-block img {
    background-color: #31bafd;
    border-radius: 50%;
}

.row.premium-profile-list {
    padding: 50px 0;
}

.col-lg-2.col-md-3.col-sm-4.col-xs-6.premium-member-block {
    padding: 0 25px;
}

section.service-list-section {
    padding: 50px 0;
    background-color: #fff;
}

.container.highlght-job-list {
    margin-bottom: 80px;
}

.header-text-block {
    margin-bottom: 40px;
    text-align: center;
}

h2.header-title {
    font-size: 3rem;
    font-weight: 600;
}

.header-text-block p {
    padding-top: 15px;
    width: 80%;
    margin: 0px auto;
    text-align: center;
}

section#section-banner-ad {
    display: flex;
    justify-content: space-between;
}

.banner-ad-item {
    flex-basis: 50%;
}


/* //////////////////////////////food details//////////////////////////////// */

.food-details-item {
    padding: 10px 10px;
    border: 1px solid;
    border-color: #e1e1e1;
    background-color: #ffffff;
}

section#food-details-section {
    padding: 80px 0px;
}

.food-details-item-text {
    text-align: center;
}

.food-details-item-text h4 {
    font-weight: 700;
    font-size: 2rem;
}

span.food-rate {
    font-weight: 600;
    font-size: 1.9rem;
    display: block;
    margin-top: 5px;
}

.link.order-now {
    background-color: #ef1b1b;
    padding: 8px;
    font-size: 1.8rem;
    margin-top: 15px;
    color: #fff;
    border-radius: 4px;
}

.food-rate-accordion {
    margin: 0px !important;
}

.link.order-now i {
    color: #fff;
}

.food-rate-accordion .submenu {
    background-color: transparent;
    list-style: none;
    padding: 20px;
    margin: 0;
}

.inc-dec-button {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}

.value-button {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: top;
    padding: 8px 0;
    background: #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.value-button:hover {
    cursor: pointer;
}

.inc-dec-button #decrease {
    margin-right: -4px;
    border-radius: 8px 0 0 8px;
}

.inc-dec-button #increase {
    margin-left: -4px;
    border-radius: 0 8px 8px 0;
}

.inc-dec-button #input-wrap {
    margin: 0px;
    padding: 0px;
}

input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 40px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select.food-option {
    margin-top: 15px;
    width: 100%;
    border-radius: 5px;
    height: 40px;
}

button.order-now {
    margin-top: 20px;
    width: 100%;
    padding: 6px 0;
    font-weight: 600;
    border-radius: 5px;
    border: 0px;
}

.food-option-block {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1230px) {
    .value-button {
        width: 30px;
        height: 40px;
    }
    input#number {
        width: 30px;
        height: 40px;
    }
    button.order-now {
        margin-top: 20px;
        width: 100%;
        padding: 6px 0;
        font-weight: 700;
        border-radius: 5px;
        border: 0px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 500px) {
    .food-details-item {
        width: 100%;
    }
}

.banner__image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.banner__image {
    height: 100%;
}

.home_banner {
    position: relative;
    height: 100vh;
}

section.banner-overflow-section {
    margin-top: -100px;
}

.main-block-content-item {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 25px 10px;
    align-items: start;
}

.main-block-content-item-img img {
    width: 100%;
}

.main-block-content-item-img {
    width: 200px;
}

.main-block-content-item-text {
    padding-left: 20px;
    border-left: 1px solid #ededed;
}

.main-block-content-item-text h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

.btn-link {
    color: inherit;
    outline: none;
    text-decoration: none;
    background-image: linear-gradient(rgba(203, 93, 157, 0.8), rgba(203, 93, 157, 0.8));
    background-size: 100% .5em;
    background-repeat: no-repeat;
    background-position: left 0 bottom -40%;
}


/* ////////////////////button animation///////////////////// */

.btn-link {
    /* border: 1px solid white;
    background: #fff; */
    padding-top: 10px;
    border-radius: 3px;
    color: #EF1B1A;
    transition: background 0.5s ease;
    text-align: left;
    padding-left: 0;
}

.btn-link:hover {
    color: rgb(146, 5, 5);
    font-weight: normal;
    text-decoration: none !important;
}

.btn-link:hover i {
    color: rgb(146, 5, 5);
}

i {
    color: #EF1B1A;
    margin-left: 20px;
}

.arrow1 {
    animation: slide1 1s ease-in-out infinite;
    margin-left: 9px;
}

@keyframes slide1 {
    0%,
    100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(10px, 0);
    }
}


/* ////////////////////button animation///////////////////// */

h1.header-title {
    font-weight: 400;
}

@media screen and (max-width: 991px) {
    .main-block-content-item {
        flex-direction: column;
    }
    .main-block-content-item-img {
        width: 80px;
        margin-bottom: 20px;
    }
    .icon-grid {
        display: flex;
        align-items: center;
        text-align: center;
        flex-direction: column;
        min-height: 150px;
        padding: 20px 10px;
    }
    .icon-grid .fa.icon {
        width: auto;
        margin-right: 0px;
    }
}

h2.welcome-title {
    margin-top: 0;
    font-weight: 600;
    line-height: 1.4em;
    color: #111111;
    font-size: 2rem;
}

.text-title.text-center {
    padding: 80px 0px 30px;
}

.text-title h2 {
    margin-top: 0;
    font-weight: 600;
    line-height: 1.4em;
    color: #111111;
    font-size: 2rem;
}

section.home-welcome-section {
    margin-bottom: 40px;
}

section#serive-item-wrapper {
    padding: 80px 0;
    text-align: center;
    /* background-color: #d85858; */
    background-color: #654f4f;
    position: relative;
}

.food-png {
    position: relative;
}

.food-png::before {
    position: absolute;
    content: "";
    background-image: url(../img/food_png.png);
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-repeat: no-repeat;
}

.service-png {
    position: relative;
}

.service-png::before {
    position: absolute;
    content: "";
    background-image: url(../img/service_png.png);
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-repeat: no-repeat;
}

section#serive-item-wrapper h2 {
    color: #fff;
}

section#serive-item-wrapper p {
    color: #fff;
}

section#banner_block {
    margin: 0px auto;
    padding: 50px 0 0;
}

section#banner_block img {
    border-radius: 6px;
}

.banner_block-ad {
    margin-bottom: 20px;
}

a.thumbnail.hovereffect {
    border: #E6E6E6 solid 1px !important;
    display: block;
    padding: 8px;
    background-color: #FBFBFB;
}

.bg-color-odd {
    background-color: #ededed;
}

.highlght-job-container {
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.job-title.single {
    color: #313131;
    font-size: 1.2rem;
}

.job-place,
.gray-light {
    font-size: 1rem;
    margin-top: 8px;
}

.gray-light {
    font-size: .9rem;
    margin-top: 1px;
    margin-bottom: 0px;
}

button.showall {
    text-align: center;
    margin: 0px auto;
    color: #313131;
    border: 0;
    border-radius: 4px;
    display: block;
    padding: 6px 30px;
    background-color: #ffc238;
}

.job-show-all-btn {
    margin-top: 30px;
}

button.showall a {
    color: #313131;
}

section#job-home-section #go {
    background-color: #ef1b1b;
    border: 0;
    border-radius: 4px;
    padding: 6px 12px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
}

.highlght-job-list {
    padding-top: 60px;
}

.premium-member-block {
    display: flex;
    justify-content: end;
}

.premium-member-block-img {
    margin-right: 15px;
}

.caption.premium-member-block-text {
    text-align: left !important;
}


/* ///////////////////food page///////////////////////////// */

.food__image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.food__image {
    height: 100%;
}

.food_banner {
    position: relative;
    height: 80vh;
}

#food-details-section2 {
    font-family: 'Roboto', sans-serif;
    margin: 60px 0;
}

.food-details-item2 {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.food-details-item-text2 {
    padding: 15px 16px;
    background-color: #ededed;
    border-bottom-left-radius: 40px;
}

.food-detail-item-img2 img {
    border-top-left-radius: 40px;
    height: 220px !important;
}

.food-detail-item-img2 {
    padding: 15px 20px 50px;
    position: relative;
}

.food-details-item-text2 {
    padding: 15px 20px 35px;
    background-color: #ededed;
    border-bottom-left-radius: 40px;
    height: 102px !important;
}

button.ordernow-btn2 {
    background-color: #bb0d0e;
    border: 0;
    padding: 5px 18px;
    margin-top: 10px;
    color: #fff;
    border-bottom-left-radius: 15px;
}

span.food-rate2 {
    position: absolute;
    background-color: #f3b845;
    padding: 4px 15px;
    bottom: 0px;
    left: 20px;
    color: #fff;
    transition: .5s;
}

.food-detail-item-img2:hover span.food-rate2 {
    background-color: #cc8e13;
    transition: .5s;
}

.food-details-width {
    margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
    .food-details-width {
        width: 100% !important;
    }
}


/* ///////////////////profile///////////////////////////// */

.about__image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.about__image {
    height: 100%;
}

.about_banner {
    position: relative;
    height: 80vh;
}

.home_banner {
    position: relative;
    height: 80vh;
}

.banner__image {
    height: 100%;
}

.banner__image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#profile-banner {
    width: 100%;
    position: relative;
    background-color: #fff0f0;
    padding: 50px 0;
}

.profile-banner-image {
    position: relative;
    top: 25%;
    right: 0;
}

section#profile-banner::after {
    position: absolute;
    content: "";
    width: 60%;
    /* background-color: #fdfdfd; */
    height: 100%;
    left: 0;
    z-index: -1;
}


/* .profile-banner-image::before {
position: absolute;
content: "";
border: 10px solid #ef1b1b;
width: 50%;
left: -50px;
top: -35px;
height: 112%;
z-index: -1;
} */

.profile-banner-image img {
    border-radius: 50%;
}

.profile-banner-text h1 {
    font-size: 4rem;
    font-weight: 600;
    font-family: 'Fira Sans', sans-serif;
    color: #ef1b1b;
}

.profile-banner-text span {
    font-family: 'Fira Sans', sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #535252;
}

.profile-banner-text {
    padding-top: 12%;
}

h2.profile-section-title {
    font-size: 2rem;
    font-weight: 600;
    padding-bottom: 20px;
    font-family: 'Fira Sans', sans-serif;
}

button.profile-hire-btn {
    border: 2px solid #ef1b1b;
    background-color: transparent;
    padding: 10px 36px;
    border-radius: 5px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ef1b1b;
    transition: .5s;
    margin-top: 20px;
}

button.profile-hire-btn:hover {
    background-color: #ef1b1b;
    color: #fff;
    transition: .5s;
}

.profile-about-block-img {
    background-color: #fbfbfd;
    position: relative;
    border: 10px solid #fff;
    -webkit-box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.2);
}

section#profile-about-section {
    padding: 120px 0 40px;
}

.profile-about-block-text {
    padding-top: 10%;
    padding-left: 40px;
}

section#profile-work-section {
    padding: 80px 0px;
    background-color: #fbfbfb;
}

.row.profile-work-block {
    padding-top: 40px;
}

.profile-work {
    padding: 50px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.profile-work h3 {
    color: #fff;
    font-weight: 600;
    font-size: 1.8rem;
}

.profile-work p {
    color: #fff;
    margin-top: 16px;
}

.work-bg-01 {
    background-color: #38bcfd;
}

.work-bg-02 {
    background-color: #fdd34d;
}

.work-bg-03 {
    background-color: #ef58bf;
}

.work-bg-04 {
    background-color: #31cd84;
}


/* 
///////////////////////////gallery////////////////////////////// */

section#gallery-section {
    padding: 80px 0px;
}

.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 40px;
    overflow: hidden;
}

.gallery img {
    width: 100%;
    height: auto;
    transition: 500ms;
    margin-bottom: 10px;
    opacity: 0.8;
    page-break-inside: avoid;
    /* For Firefox. */
    -webkit-column-break-inside: avoid;
    /* For Chrome & friends. */
    break-inside: avoid;
    /* For standard browsers like IE. :-) */
}

.gallery img:hover {
    opacity: 1;
}


/* .modal {
display: flex;
align-items: center;
justify-content: center;
flex-direction: center;
} */

.modal-img,
.model-vid {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table
}

.modal-body {
    padding: 0px;
}

.modal-dialog {
    height: 100%;
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    border: none;
}

@media screen and (max-width: 767px) {
    .gallery {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .gallery div {
        margin: 0;
        width: 200px;
    }
    .modal-dialog {
        margin: 0 5vw;
    }
    .profile-banner-text {
        padding-top: 0;
    }
}

@media screen and (max-width: 479px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .gallery div {
        margin: 0;
        width: 200px;
    }
    span img {
        width: 40px;
    }
}

section#experiences-section {
    background-color: #fbfbfb;
    padding: 80px 0px;
}

.experiences-block {
    padding-top: 40px;
}

.experiences-block-item {
    padding: 60px 30px;
    border: 1px solid #aaa6a6;
    transition: .5s;
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.experiences-block-item p {
    margin-top: 25px;
}

.experiences-block-item h3 {
    margin-top: 12px;
    font-weight: 600;
}

.experiences-block-item:hover {
    background-color: #fece46;
    transition: .5s;
}

.profile-section-title:before {
    position: absolute;
    content: "";
    width: 15%;
    height: 5px;
    bottom: 10px;
    left: 0;
    background-color: #ef1b1b;
}

.profile-section-title {
    position: relative;
}

section#hire-me-section {
    padding: 40px 0px;
    background-color: #454b5e;
}

.hire-me-title {
    text-align: center;
}

.hire-me-title h1 {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 40px;
}

button.bottom-hireme-btn {
    padding: 12px 30px;
    border-radius: 5px;
    border: 0;
    font-size: 1.2rem;
    background-color: #fff;
    font-weight: 600;
}

.social-media-block {
    text-align: center;
    padding: 45px 20px 10px;
}

.social-media-block i {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
}

@media screen and (max-width: 991px) {
    .col-md-10.col-md-offset-1.col-xs-12.col-xs-offset-0 .text-title {
        padding: 0px 15px;
    }
    button.profile-hire-btn {
        border: 2px solid #ef1b1b;
        background-color: transparent;
        padding: 9px 29px;
        border-radius: 5px;
        font-size: 1.6rem;
        font-weight: 600;
        color: #ef1b1b;
        transition: .5s;
        float: right;
        margin-top: 0;
        position: absolute;
        bottom: -57px;
    }
    .profile-banner-text {
        padding-top: 3%;
    }
    .profile-banner-text h1 {
        font-size: 3.2rem;
        font-weight: 600;
        font-family: 'Fira Sans', sans-serif;
        color: #ef1b1b;
    }
    .profile-banner-text span {
        font-family: 'Fira Sans', sans-serif;
        font-size: 2rem;
        font-weight: 600;
        margin: 0;
        padding: 0;
        color: #535252;
    }
    .job-detail-block {
        width: 60%;
    }
    .desc2 {
        width: 100%;
        margin-top: 15px;
    }
}

.profile__contact-info-item {
    display: flex;
    margin-bottom: 10px;
}

.profile__contact-info-body {
    margin-left: 15px;
    margin-top: -11px;
}

.profile__contact-info {
    margin-top: 30px;
}

section.add-work-block {
    padding: 50px 0;
}

.add-work-block-title {
    margin-bottom: 26px;
}

.form-group label {
    color: #ef1b1b;
}


/*-------------------back-to-top----------------*/


/*--------------------------------------------------
    [Back To Top Theme Button]
----------------------------------------------------*/

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(230, 22, 22, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    border-radius: 50%;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
    -webkit-box-shadow: 0 0 20px rgba(156, 10, 10, 0.05);
    box-shadow: 0 0 20px rgba(173, 4, 4, 0.05);
}

.cd-top.cd-top--show {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-top--fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
    z-index: 1000;
}

.cd-top:hover {
    background-color: rgb(194, 13, 13);
    opacity: 1;
}

.panel-body {
    padding: 15px;
    overflow: auto;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 40px;
        width: 40px;
        right: 30px;
        bottom: 88px;
    }
}

.footer-link ul li {
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 2px;
}

.footer-logo {
    margin-bottom: 28px;
}

footer p {
    color: #fff;
}

footer {
    background: #2c0a0a;
    padding: 20px 0;
}

@media screen and (max-width: 576px) {
    .footer-link-item {
        width: 100%;
        display: none;
    }
    .banner__image.about_banner_img img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        object-position: -140px;
    }
    .banner__image img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .banner__image.contact_us_banner img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        object-position: -380px;
    }
}