body {
    font-size: 14px;
    color: #111;
    background: #fff;
}


ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.removepadd {
    padding-right: 0px;
    padding-left: 0px;
}

.removepadd01 {
    padding-right: 0px;
    padding-left: 0px;
}

.removepaddcl-left {
    padding-left: 0px;
}

.removepaddcl-right {
    padding-right: 0px;
}

.removesomepade {
    padding-left: 7px;
    padding-right: 7px;
}


/*banner*/
.carousel-inner > .active img {}

.carousel-indicators .active {
    background: #fff;
}

.carousel-indicators li {
    background: #fff;
    border: #111;
}

.carousel-control {}

.carousel-control:focus,
.carousel-control:hover {}

.carousel {}

.carousel .item {}

.carousel .item img {
    display: block;
    width: 100%;
    -webkit-transition: all 5s ease;
    -moz-transition: all 5s ease;
    -o-transition: all 5s ease;
    transition: all 5s ease;
}

.carousel .item:hover img {}

/* banner closed */


.open-search {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 666;
    bottom: 0px;
    height: 100vh;
    width: 100wh;
}

.open-search .search-target {
    position: absolute;
    top: 50%;
    left: 15%;
    right: 15%;
    text-align: center;
    transform: translateY(-50%);
}

.open-search .search-target form {
    position: relative;
}

.open-search .search-target form input {
    display: block;
    padding-left: 20px;
    width: 100%;
    outline: none;
    border-radius: 5px;
    font-size: 16px;
    height: 60px;
    background: #fff;
    color: #09afe7;
}

.open-search .search-target form button {
    background: none;
    border: none;
    display: block;
    outline: none;
    border-radius: 0px 5px 5px 0px;
    height: 60px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    font-size: 17px;
    background: #09afe7;
    padding: 0px 40px;
}

.open-search .search-target form button:hover {}

#search-wrapper01 {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
    padding: 10px;
}

#search-wrapper01::after {
    display: block;
    content: "";
    background: #fff;
    height: 45px;
    width: 2px;
    transform: rotate(-45deg);
}

#search-wrapper01::before {
    display: block;
    content: "";
    background: #fff;
    height: 45px;
    width: 2px;
    transform: rotate(45deg);
    position: absolute;
}

#search-wrapper01:hover::after,
#search-wrapper01:hover::before {
    background: #09afe7;
}



/*default style remove nav*/
.navbar {
    min-height: 0px;
}

.navbar-default {
    background: none;
    border: none;
    box-shadow: none;
    margin: 0px;
    padding: 0px;
}


header.top-header {
    background: #262626;
}

header.top-header .top-left {
    padding: 20px 0px;
}

header.top-header .top-left h4 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

header.top-header .top-left h4 span {
    display: inline-block;
    color: #e9833e;
    font-size: 15px;
    margin-right: 4px;
}

header.top-header .top-right {
    margin-left: 60px;
}

header.top-header .top-right form {
    position: relative;
}

header.top-header .top-right form input {
    background: #343434;
    border: none;
    border-bottom: 4px solid #e9833e;
    outline: none;
    height: 55px;
    width: 100%;
    padding-left: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #cecece;
    font-size: 13px;
    font-weight: 400;
}

header.top-header .top-right form button {
    background: none;
    border: none;
    outline: none;
    height: 55px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #cecece;
    padding: 0px 12px;
}

header.top-header .top-right form button:hover {}


header.main-header {
    position: relative;
}

.inner-header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 222;
}

header.main-header .logo-wrapper {
    position: absolute;
    left: 50%;
    top: -55px;
    transform: translateX(-50%);
    z-index: 444;
}

header.main-header .logo-wrapper a {
    display: inline-block;
    width: 440px;
}

header.main-header .logo-wrapper a img {
    display: inline-block;
    max-width: 100%;
}

header.main-header ul {
    padding-top: 15px;
    position: relative;
    z-index: 555;
}

header.main-header ul.rightmenu {
    float: right;
}

header.main-header ul li {
    position: relative;
}

header.main-header ul li ul {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 250px;
    transform: translateX(-50%);
    padding: 0px;
    background: #000;
    padding: 12px 0px;
    display: none;
}

header.main-header ul li:hover ul {
    display: block;
}

header.main-header ul li ul li {
    text-align: center;
}

header.main-header ul li ul li a {
    padding: 5px 10px;
}

header.main-header ul li a {
    color: #fff !important;
    padding: 15px;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    transition: 0.2s all;
}

header.main-header ul li a:hover {
    color: #e9833e !important;
}

header.main-header ul li a span {
    background: #e9833e;
    display: inline-block;
    font-size: 12px;
    padding: 2px 8px;
    margin-right: 5px;
}

header.main-header ul li a:hover span {
    color: #fff !important;
}

.aera_about_us {
    padding: 60px 0px;
}

.aera_about_us .about_pic {
    text-align: center;
}

.aera_about_us .about_pic img {
    display: inline-block;
    width: 100%;
}

.aera_about_us .main_about_text {}

.aera_about_us .main_about_text h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #111;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.aera_about_us .main_about_text h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #727272;
    line-height: 20px;
}

.aera_about_us .main_about_text .about_inner {
    padding-top: 30px;
}

.aera_about_us .main_about_text .about_inner h5 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #111;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.aera_about_us .main_about_text .about_inner h5 img {
    display: inline-block;
    padding-right: 10px;
}

.aera_about_us .main_about_text .about_inner h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #727272;
    line-height: 20px;
}



.aeera_catgoury {
    background: #f9f9f9;
    padding: 60px 0px;
}

.all_heading {
    text-align: center;
}

.all_heading h6 {
    font-family: 'Niconne', cursive;
    font-size: 29px;
    color: #464646;
    padding-bottom: 5px;
}

.all_heading h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
    background: url(images/border1.png) no-repeat center bottom;
    padding-bottom: 20px;
}

.mian_cat {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-top: 30px;
}

.mian_cat a {
    text-decoration: none;
}

.mian_cat .cat_pic {
    text-align: center;
}

.mian_cat .cat_pic img {
    display: inline-block;
    width: 100%;
}

.mian_cat .cat_dertail {
    position: absolute;
    top: -100px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.90);
    margin: 0px 20px;
    transition: all 0.4s;
    z-index: 99;
}

.mian_cat .cat_dertail h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    padding: 20px;
    text-transform: uppercase;
}

.mian_cat:hover .cat_dertail {
    top: 50%;
    transform: translateY(-50%);
}

.mian_cat .cat_bodr {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 10px solid rgba(255, 255, 255, 0.60);
    margin: 20px;
}



.aera_featured {
    padding: 60px 0px;
}

.fet_main {
    text-align: center;
    border: 1px solid #dbdbdb;
    margin-top: 30px;
    background-color: #fff;
}

.fet_main .fet_pic {
    padding: 5px
}

.fet_main .fet_pic img {
    display: inline-block;
}

.fet_main .fet_detail {
    font-family: 'Poppins', sans-serif;
    padding: 15px 0px;
}

.fet_main .fet_detail h4 {
    font-size: 13px;
    font-weight: 500;
    color: #575757;
    padding-bottom: 5px;
}

.fet_main .fet_detail h6 {
    font-size: 13px;
    font-weight: 700;
    color: #e39258;
}

.fet_main .fet_detail a {
    font-size: 13px;
    font-weight: 700;
    color: #575757;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    background: #e6e6e6;
    text-align: center;
    margin-top: 10px;
}

.fet_main:hover .fet_detail a {
    background: #e39258;
    color: #fff;
}


section.newsevent-pdf {
    padding-bottom: 50px;
}

section.newsevent-pdf h3 {
    color: #181818;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    padding-bottom: 10px;
}

section.newsevent-pdf h3::after {
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #e39258;
    width: 80px;
    height: 2px;
}

.newswrap {
    background: #e6e6e6;
    padding: 30px;
    margin-top: 30px;
}

.newswrap .newshere {
    padding-top: 21px;
}

.newswrap .newshere .in-left {
    background: #303030;
    text-align: center;
    float: left;
    width: 120px;
}

.newswrap .newshere .in-left span {
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding: 15px 0px;
}

.newswrap .newshere .in-right {
    padding-left: 135px;
}

.newswrap .newshere .in-right .text {
    color: #181818;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
}

.newswrap .newshere .in-right .text strong {
    display: block;
}

.pdfwrap {
    background: #e6e6e6;
    padding: 30px;
    margin-top: 30px;
}

.pdfwrap .newshere {}

.pdfwrap .newshere .in-left {
    float: left;
    width: 50%;
}

.pdfwrap .newshere .in-left ul {
    padding-top: 15px;
}

.pdfwrap .newshere .in-left ul li {
    margin-top: 12px;
}

.pdfwrap .newshere .in-left ul li a {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    background: #373737;
    min-height: 40px;
    min-width: 156px;
    border-radius: 0px 22px 22px 0px;
    transition: 0.2s all;
}

.pdfwrap .newshere .in-left ul li a i {
    height: 40px;
    width: 40px;
    background: #373737;
    float: right;
    display: inline-block;
    border: 2px solid #cfcdc5;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    transition: 0.2s all;
}

.pdfwrap .newshere .in-left ul li:hover i {
    background: #e39258;
    color: #fff;
    font-weight: 600;
}

.pdfwrap .newshere .in-left ul li:hover a {
    background: #e39258;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}

.pdfwrap .newshere .in-right {
    float: left;
    width: 50%;
}

.pdfwrap .newshere .in-right img {
    display: inline-block;
    max-width: 100%;
}



.aera_brand {
    padding-bottom: 60px;
}

.certifation {
    text-align: center;
    margin-top: 30px;
}

.certifation img {
    display: inline-block;
    width: 100%;
}


/*footer social link*/


.fot_social_lick {
    background-color: #e6e6e6;
}

.fot_social_lick ul {}

.fot_social_lick ul li {
    display: inline-block;
    padding: 15px 5px 15px 5px;
}

.fot_social_lick ul li a {
    text-decoration: none;
    height: 40px;
    width: 40px;
    background: #e39258;
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 9px 0px;
    border-radius: 50%;
    font-size: 16px;
}


.fot_social_lick ul li:nth-child(1) a {
    background: #3c599c;
    color: #fff;
}

.fot_social_lick ul li:nth-child(2) a {
    background: #0084b4;
    color: #fff;
}

.fot_social_lick ul li:nth-child(3) a {
    background: #8a3ab9;
    color: #fff;
}

.fot_social_lick ul li:nth-child(4) a {
    background: #34af23;
    color: #fff;
}


footer.end-wrapper {
    background: #333;
    padding-bottom: 15px;
}

footer.end-wrapper .left-wrapper {}

footer.end-wrapper .left-wrapper ul {
    float: left;
    margin-right: 20px;
    margin-top: 15px;
}

footer.end-wrapper .left-wrapper ul li {
    float: left;
}

footer.end-wrapper .left-wrapper ul li i {
    display: block;
    color: #e39258;
    font-size: 30px;
    margin-right: 10px;
    margin-top: 4px;
}

footer.end-wrapper .left-wrapper ul li strong {
    display: block;
    color: #eee;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

footer.end-wrapper .left-wrapper ul li span {
    display: block;
    color: #eee;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

footer.end-wrapper .left-wrapper ul li span a {
    display: block;
    color: #eee;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

footer.end-wrapper .left-wrapper ul li span a:hover {
    color: #e4d136;
}

footer.end-wrapper .right-wrapper {
    text-align: right;
    margin-top: 15px;
}

footer.end-wrapper .right-wrapper span {
    display: block;
    color: #eee;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    padding-top: 7px;
}

footer.end-wrapper .right-wrapper span a {
    display: inline-block;
    color: #eee;
    text-decoration: none;
}

footer.end-wrapper .right-wrapper span a:hover {
    color: #ac2d34;
}



footer.foter-end {
    background: #151515;
    padding: 25px 0px 25px;
    text-align: center;
}

footer.foter-end p {
    margin: 0px;
    color: #bfbfbf;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 0.7px;
    font-weight: 300;
}

footer.foter-end p a {
    display: inline-block;
    text-decoration: none;
    color: #bfbfbf;
    font-weight: 400;
    transition: 0.2s all ease-in;
}

footer.foter-end p a:hover {
    color: #e9833e;
}






.mt-1 {
    margin-top: 1px
}

.mt-2 {
    margin-top: 2px
}

.mt-3 {
    margin-top: 3px
}

.mt-4 {
    margin-top: 4px
}

.mt-5 {
    margin-top: 5px
}

.mt-6 {
    margin-top: 6px
}

.mt-7 {
    margin-top: 7px
}

.mt-8 {
    margin-top: 8px
}

.mt-9 {
    margin-top: 9px
}

.mt-10 {
    margin-top: 10px
}

.mt-11 {
    margin-top: 11px
}

.mt-12 {
    margin-top: 12px
}

.mt-13 {
    margin-top: 13px
}

.mt-14 {
    margin-top: 14px
}

.mt-15 {
    margin-top: 15px
}

.mt-16 {
    margin-top: 16px
}

.mt-17 {
    margin-top: 17px
}

.mt-18 {
    margin-top: 18px
}

.mt-19 {
    margin-top: 19px
}

.mt-20 {
    margin-top: 20px
}

.mt-21 {
    margin-top: 21px
}

.mt-22 {
    margin-top: 22px
}

.mt-23 {
    margin-top: 23px
}

.mt-24 {
    margin-top: 24px
}

.mt-25 {
    margin-top: 25px
}

.mt-26 {
    margin-top: 26px
}

.mt-27 {
    margin-top: 27px
}

.mt-28 {
    margin-top: 28px
}

.mt-29 {
    margin-top: 29px
}

.mt-30 {
    margin-top: 30px
}

.mt-31 {
    margin-top: 31px
}

.mt-32 {
    margin-top: 32px
}

.mt-33 {
    margin-top: 33px
}

.mt-34 {
    margin-top: 34px
}

.mt-35 {
    margin-top: 35px
}

.mt-36 {
    margin-top: 36px
}

.mt-37 {
    margin-top: 37px
}

.mt-38 {
    margin-top: 38px
}

.mt-39 {
    margin-top: 39px
}

.mt-40 {
    margin-top: 40px
}

.mt-41 {
    margin-top: 41px
}

.mt-42 {
    margin-top: 42px
}

.mt-43 {
    margin-top: 43px
}

.mt-44 {
    margin-top: 44px
}

.mt-45 {
    margin-top: 45px
}

.mt-46 {
    margin-top: 46px
}

.mt-47 {
    margin-top: 47px
}

.mt-48 {
    margin-top: 48px
}

.mt-49 {
    margin-top: 49px
}

.mt-50 {
    margin-top: 50px
}

.mt-51 {
    margin-top: 51px
}

.mt-52 {
    margin-top: 52px
}

.mt-53 {
    margin-top: 53px
}

.mt-54 {
    margin-top: 54px
}

.mt-55 {
    margin-top: 55px
}

.mt-56 {
    margin-top: 56px
}

.mt-57 {
    margin-top: 57px
}

.mt-58 {
    margin-top: 58px
}

.mt-59 {
    margin-top: 59px
}

.mt-60 {
    margin-top: 60px
}

.mt-61 {
    margin-top: 61px
}

.mt-62 {
    margin-top: 62px
}

.mt-63 {
    margin-top: 63px
}

.mt-64 {
    margin-top: 64px
}

.mt-65 {
    margin-top: 65px
}

.mt-66 {
    margin-top: 66px
}

.mt-67 {
    margin-top: 67px
}

.mt-68 {
    margin-top: 68px
}

.mt-69 {
    margin-top: 69px
}

.mt-70 {
    margin-top: 70px
}

.mt-71 {
    margin-top: 71px
}

.mt-72 {
    margin-top: 72px
}

.mt-73 {
    margin-top: 73px
}

.mt-74 {
    margin-top: 74px
}

.mt-75 {
    margin-top: 75px
}

.mt-76 {
    margin-top: 76px
}

.mt-77 {
    margin-top: 77px
}

.mt-78 {
    margin-top: 78px
}

.mt-79 {
    margin-top: 79px
}

.mt-80 {
    margin-top: 80px
}

.mt-81 {
    margin-top: 81px
}

.mt-82 {
    margin-top: 82px
}

.mt-83 {
    margin-top: 83px
}

.mt-84 {
    margin-top: 84px
}

.mt-85 {
    margin-top: 85px
}

.mt-86 {
    margin-top: 86px
}

.mt-87 {
    margin-top: 87px
}

.mt-88 {
    margin-top: 88px
}

.mt-89 {
    margin-top: 89px
}

.mt-90 {
    margin-top: 90px
}

.mt-91 {
    margin-top: 91px
}

.mt-92 {
    margin-top: 92px
}

.mt-93 {
    margin-top: 93px
}

.mt-94 {
    margin-top: 94px
}

.mt-95 {
    margin-top: 95px
}

.mt-96 {
    margin-top: 96px
}

.mt-97 {
    margin-top: 97px
}

.mt-98 {
    margin-top: 98px
}

.mt-99 {
    margin-top: 99px
}

.mt-100 {
    margin-top: 100px
}

.mb-1 {
    margin-bottom: 1px
}

.mb-2 {
    margin-bottom: 2px
}

.mb-3 {
    margin-bottom: 3px
}

.mb-4 {
    margin-bottom: 4px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-6 {
    margin-bottom: 6px
}

.mb-7 {
    margin-bottom: 7px
}

.mb-8 {
    margin-bottom: 8px
}

.mb-9 {
    margin-bottom: 9px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-11 {
    margin-bottom: 11px
}

.mb-12 {
    margin-bottom: 12px
}

.mb-13 {
    margin-bottom: 13px
}

.mb-14 {
    margin-bottom: 14px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-16 {
    margin-bottom: 16px
}

.mb-17 {
    margin-bottom: 17px
}

.mb-18 {
    margin-bottom: 18px
}

.mb-19 {
    margin-bottom: 19px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-21 {
    margin-bottom: 21px
}

.mb-22 {
    margin-bottom: 22px
}

.mb-23 {
    margin-bottom: 23px
}

.mb-24 {
    margin-bottom: 24px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-26 {
    margin-bottom: 26px
}

.mb-27 {
    margin-bottom: 27px
}

.mb-28 {
    margin-bottom: 28px
}

.mb-29 {
    margin-bottom: 29px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-31 {
    margin-bottom: 31px
}

.mb-32 {
    margin-bottom: 32px
}

.mb-33 {
    margin-bottom: 33px
}

.mb-34 {
    margin-bottom: 34px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-36 {
    margin-bottom: 36px
}

.mb-37 {
    margin-bottom: 37px
}

.mb-38 {
    margin-bottom: 38px
}

.mb-39 {
    margin-bottom: 39px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-41 {
    margin-bottom: 41px
}

.mb-42 {
    margin-bottom: 42px
}

.mb-43 {
    margin-bottom: 43px
}

.mb-44 {
    margin-bottom: 44px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-46 {
    margin-bottom: 46px
}

.mb-47 {
    margin-bottom: 47px
}

.mb-48 {
    margin-bottom: 48px
}

.mb-49 {
    margin-bottom: 49px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-51 {
    margin-bottom: 51px
}

.mb-52 {
    margin-bottom: 52px
}

.mb-53 {
    margin-bottom: 53px
}

.mb-54 {
    margin-bottom: 54px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-56 {
    margin-bottom: 56px
}

.mb-57 {
    margin-bottom: 57px
}

.mb-58 {
    margin-bottom: 58px
}

.mb-59 {
    margin-bottom: 59px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-61 {
    margin-bottom: 61px
}

.mb-62 {
    margin-bottom: 62px
}

.mb-63 {
    margin-bottom: 63px
}

.mb-64 {
    margin-bottom: 64px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-66 {
    margin-bottom: 66px
}

.mb-67 {
    margin-bottom: 67px
}

.mb-68 {
    margin-bottom: 68px
}

.mb-69 {
    margin-bottom: 69px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-71 {
    margin-bottom: 71px
}

.mb-72 {
    margin-bottom: 72px
}

.mb-73 {
    margin-bottom: 73px
}

.mb-74 {
    margin-bottom: 74px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-76 {
    margin-bottom: 76px
}

.mb-77 {
    margin-bottom: 77px
}

.mb-78 {
    margin-bottom: 78px
}

.mb-79 {
    margin-bottom: 79px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-81 {
    margin-bottom: 81px
}

.mb-82 {
    margin-bottom: 82px
}

.mb-83 {
    margin-bottom: 83px
}

.mb-84 {
    margin-bottom: 84px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-86 {
    margin-bottom: 86px
}

.mb-87 {
    margin-bottom: 87px
}

.mb-88 {
    margin-bottom: 88px
}

.mb-89 {
    margin-bottom: 89px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-91 {
    margin-bottom: 91px
}

.mb-92 {
    margin-bottom: 92px
}

.mb-93 {
    margin-bottom: 93px
}

.mb-94 {
    margin-bottom: 94px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-96 {
    margin-bottom: 96px
}

.mb-97 {
    margin-bottom: 97px
}

.mb-98 {
    margin-bottom: 98px
}

.mb-99 {
    margin-bottom: 99px
}

.mb-100 {
    margin-bottom: 100px
}

.mtb-1 {
    margin-top: 1px;
    margin-bottom: 1px
}

.mtb-2 {
    margin-top: 2px;
    margin-bottom: 2px
}

.mtb-3 {
    margin-top: 3px;
    margin-bottom: 3px
}

.mtb-4 {
    margin-top: 4px;
    margin-bottom: 4px
}

.mtb-5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.mtb-6 {
    margin-top: 6px;
    margin-bottom: 6px
}

.mtb-7 {
    margin-top: 7px;
    margin-bottom: 7px
}

.mtb-8 {
    margin-top: 8px;
    margin-bottom: 8px
}

.mtb-9 {
    margin-top: 9px;
    margin-bottom: 9px
}

.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.mtb-11 {
    margin-top: 11px;
    margin-bottom: 11px
}

.mtb-12 {
    margin-top: 12px;
    margin-bottom: 12px
}

.mtb-13 {
    margin-top: 13px;
    margin-bottom: 13px
}

.mtb-14 {
    margin-top: 14px;
    margin-bottom: 14px
}

.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.mtb-16 {
    margin-top: 16px;
    margin-bottom: 16px
}

.mtb-17 {
    margin-top: 17px;
    margin-bottom: 17px
}

.mtb-18 {
    margin-top: 18px;
    margin-bottom: 18px
}

.mtb-19 {
    margin-top: 19px;
    margin-bottom: 19px
}

.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.mtb-21 {
    margin-top: 21px;
    margin-bottom: 21px
}

.mtb-22 {
    margin-top: 22px;
    margin-bottom: 22px
}

.mtb-23 {
    margin-top: 23px;
    margin-bottom: 23px
}

.mtb-24 {
    margin-top: 24px;
    margin-bottom: 24px
}

.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.mtb-26 {
    margin-top: 26px;
    margin-bottom: 26px
}

.mtb-27 {
    margin-top: 27px;
    margin-bottom: 27px
}

.mtb-28 {
    margin-top: 28px;
    margin-bottom: 28px
}

.mtb-29 {
    margin-top: 29px;
    margin-bottom: 29px
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.mtb-31 {
    margin-top: 31px;
    margin-bottom: 31px
}

.mtb-32 {
    margin-top: 32px;
    margin-bottom: 32px
}

.mtb-33 {
    margin-top: 33px;
    margin-bottom: 33px
}

.mtb-34 {
    margin-top: 34px;
    margin-bottom: 34px
}

.mtb-35 {
    margin-top: 35px;
    margin-bottom: 35px
}

.mtb-36 {
    margin-top: 36px;
    margin-bottom: 36px
}

.mtb-37 {
    margin-top: 37px;
    margin-bottom: 37px
}

.mtb-38 {
    margin-top: 38px;
    margin-bottom: 38px
}

.mtb-39 {
    margin-top: 39px;
    margin-bottom: 39px
}

.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.mtb-41 {
    margin-top: 41px;
    margin-bottom: 41px
}

.mtb-42 {
    margin-top: 42px;
    margin-bottom: 42px
}

.mtb-43 {
    margin-top: 43px;
    margin-bottom: 43px
}

.mtb-44 {
    margin-top: 44px;
    margin-bottom: 44px
}

.mtb-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.mtb-46 {
    margin-top: 46px;
    margin-bottom: 46px
}

.mtb-47 {
    margin-top: 47px;
    margin-bottom: 47px
}

.mtb-48 {
    margin-top: 48px;
    margin-bottom: 48px
}

.mtb-49 {
    margin-top: 49px;
    margin-bottom: 49px
}

.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.mtb-51 {
    margin-top: 51px;
    margin-bottom: 51px
}

.mtb-52 {
    margin-top: 52px;
    margin-bottom: 52px
}

.mtb-53 {
    margin-top: 53px;
    margin-bottom: 53px
}

.mtb-54 {
    margin-top: 54px;
    margin-bottom: 54px
}

.mtb-55 {
    margin-top: 55px;
    margin-bottom: 55px
}

.mtb-56 {
    margin-top: 56px;
    margin-bottom: 56px
}

.mtb-57 {
    margin-top: 57px;
    margin-bottom: 57px
}

.mtb-58 {
    margin-top: 58px;
    margin-bottom: 58px
}

.mtb-59 {
    margin-top: 59px;
    margin-bottom: 59px
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px
}

.mtb-61 {
    margin-top: 61px;
    margin-bottom: 61px
}

.mtb-62 {
    margin-top: 62px;
    margin-bottom: 62px
}

.mtb-63 {
    margin-top: 63px;
    margin-bottom: 63px
}

.mtb-64 {
    margin-top: 64px;
    margin-bottom: 64px
}

.mtb-65 {
    margin-top: 65px;
    margin-bottom: 65px
}

.mtb-66 {
    margin-top: 66px;
    margin-bottom: 66px
}

.mtb-67 {
    margin-top: 67px;
    margin-bottom: 67px
}

.mtb-68 {
    margin-top: 68px;
    margin-bottom: 68px
}

.mtb-69 {
    margin-top: 69px;
    margin-bottom: 69px
}

.mtb-70 {
    margin-top: 70px;
    margin-bottom: 70px
}

.mtb-71 {
    margin-top: 71px;
    margin-bottom: 71px
}

.mtb-72 {
    margin-top: 72px;
    margin-bottom: 72px
}

.mtb-73 {
    margin-top: 73px;
    margin-bottom: 73px
}

.mtb-74 {
    margin-top: 74px;
    margin-bottom: 74px
}

.mtb-75 {
    margin-top: 75px;
    margin-bottom: 75px
}

.mtb-76 {
    margin-top: 76px;
    margin-bottom: 76px
}

.mtb-77 {
    margin-top: 77px;
    margin-bottom: 77px
}

.mtb-78 {
    margin-top: 78px;
    margin-bottom: 78px
}

.mtb-79 {
    margin-top: 79px;
    margin-bottom: 79px
}

.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px
}

.mtb-81 {
    margin-top: 81px;
    margin-bottom: 81px
}

.mtb-82 {
    margin-top: 82px;
    margin-bottom: 82px
}

.mtb-83 {
    margin-top: 83px;
    margin-bottom: 83px
}

.mtb-84 {
    margin-top: 84px;
    margin-bottom: 84px
}

.mtb-85 {
    margin-top: 85px;
    margin-bottom: 85px
}

.mtb-86 {
    margin-top: 86px;
    margin-bottom: 86px
}

.mtb-87 {
    margin-top: 87px;
    margin-bottom: 87px
}

.mtb-88 {
    margin-top: 88px;
    margin-bottom: 88px
}

.mtb-89 {
    margin-top: 89px;
    margin-bottom: 89px
}

.mtb-90 {
    margin-top: 90px;
    margin-bottom: 90px
}

.mtb-91 {
    margin-top: 91px;
    margin-bottom: 91px
}

.mtb-92 {
    margin-top: 92px;
    margin-bottom: 92px
}

.mtb-93 {
    margin-top: 93px;
    margin-bottom: 93px
}

.mtb-94 {
    margin-top: 94px;
    margin-bottom: 94px
}

.mtb-95 {
    margin-top: 95px;
    margin-bottom: 95px
}

.mtb-96 {
    margin-top: 96px;
    margin-bottom: 96px
}

.mtb-97 {
    margin-top: 97px;
    margin-bottom: 97px
}

.mtb-98 {
    margin-top: 98px;
    margin-bottom: 98px
}

.mtb-99 {
    margin-top: 99px;
    margin-bottom: 99px
}

.mtb-100 {
    margin-top: 100px;
    margin-bottom: 100px
}

@media screen and (max-width:768px) {
    .mt-1 {
        margin-top: 1px
    }

    .mt-2 {
        margin-top: 2px
    }

    .mt-3 {
        margin-top: 3px
    }

    .mt-4 {
        margin-top: 4px
    }

    .mt-5 {
        margin-top: 5px
    }

    .mt-6 {
        margin-top: 6px
    }

    .mt-7 {
        margin-top: 7px
    }

    .mt-8 {
        margin-top: 8px
    }

    .mt-9 {
        margin-top: 9px
    }

    .mb-1 {
        margin-bottom: 1px
    }

    .mb-2 {
        margin-bottom: 2px
    }

    .mb-3 {
        margin-bottom: 3px
    }

    .mb-4 {
        margin-bottom: 4px
    }

    .mb-5 {
        margin-bottom: 5px
    }

    .mb-6 {
        margin-bottom: 6px
    }

    .mb-7 {
        margin-bottom: 7px
    }

    .mb-8 {
        margin-bottom: 8px
    }

    .mb-9 {
        margin-bottom: 9px
    }

    .mtb-1 {
        margin-top: 1px;
        margin-bottom: 1px
    }

    .mtb-2 {
        margin-top: 2px;
        margin-bottom: 2px
    }

    .mtb-3 {
        margin-top: 3px;
        margin-bottom: 3px
    }

    .mtb-4 {
        margin-top: 4px;
        margin-bottom: 4px
    }

    .mtb-5 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .mtb-6 {
        margin-top: 6px;
        margin-bottom: 6px
    }

    .mtb-7 {
        margin-top: 7px;
        margin-bottom: 7px
    }

    .mtb-8 {
        margin-top: 8px;
        margin-bottom: 8px
    }

    .mtb-9 {
        margin-top: 9px;
        margin-bottom: 9px
    }

    .mt-10,
    .mt-100,
    .mt-11,
    .mt-12,
    .mt-13,
    .mt-14,
    .mt-15,
    .mt-16,
    .mt-17,
    .mt-18,
    .mt-19,
    .mt-20,
    .mt-21,
    .mt-22,
    .mt-23,
    .mt-24,
    .mt-25,
    .mt-26,
    .mt-27,
    .mt-28,
    .mt-29,
    .mt-30,
    .mt-31,
    .mt-32,
    .mt-33,
    .mt-34,
    .mt-35,
    .mt-36,
    .mt-37,
    .mt-38,
    .mt-39,
    .mt-40,
    .mt-41,
    .mt-42,
    .mt-43,
    .mt-44,
    .mt-45,
    .mt-46,
    .mt-47,
    .mt-48,
    .mt-49,
    .mt-50,
    .mt-51,
    .mt-52,
    .mt-53,
    .mt-54,
    .mt-55,
    .mt-56,
    .mt-57,
    .mt-58,
    .mt-59,
    .mt-60,
    .mt-61,
    .mt-62,
    .mt-63,
    .mt-64,
    .mt-65,
    .mt-66,
    .mt-67,
    .mt-68,
    .mt-69,
    .mt-70,
    .mt-71,
    .mt-72,
    .mt-73,
    .mt-74,
    .mt-75,
    .mt-76,
    .mt-77,
    .mt-78,
    .mt-79,
    .mt-80,
    .mt-81,
    .mt-82,
    .mt-83,
    .mt-84,
    .mt-85,
    .mt-86,
    .mt-87,
    .mt-88,
    .mt-89,
    .mt-90,
    .mt-91,
    .mt-92,
    .mt-93,
    .mt-94,
    .mt-95,
    .mt-96,
    .mt-97,
    .mt-98,
    .mt-99 {
        margin-top: 10px
    }

    .mb-10,
    .mb-100,
    .mb-11,
    .mb-12,
    .mb-13,
    .mb-14,
    .mb-15,
    .mb-16,
    .mb-17,
    .mb-18,
    .mb-19,
    .mb-20,
    .mb-21,
    .mb-22,
    .mb-23,
    .mb-24,
    .mb-25,
    .mb-26,
    .mb-27,
    .mb-28,
    .mb-29,
    .mb-30,
    .mb-31,
    .mb-32,
    .mb-33,
    .mb-34,
    .mb-35,
    .mb-36,
    .mb-37,
    .mb-38,
    .mb-39,
    .mb-40,
    .mb-41,
    .mb-42,
    .mb-43,
    .mb-44,
    .mb-45,
    .mb-46,
    .mb-47,
    .mb-48,
    .mb-49,
    .mb-50,
    .mb-51,
    .mb-52,
    .mb-53,
    .mb-54,
    .mb-55,
    .mb-56,
    .mb-57,
    .mb-58,
    .mb-59,
    .mb-60,
    .mb-61,
    .mb-62,
    .mb-63,
    .mb-64,
    .mb-65,
    .mb-66,
    .mb-67,
    .mb-68,
    .mb-69,
    .mb-70,
    .mb-71,
    .mb-72,
    .mb-73,
    .mb-74,
    .mb-75,
    .mb-76,
    .mb-77,
    .mb-78,
    .mb-79,
    .mb-80,
    .mb-81,
    .mb-82,
    .mb-83,
    .mb-84,
    .mb-85,
    .mb-86,
    .mb-87,
    .mb-88,
    .mb-89,
    .mb-90,
    .mb-91,
    .mb-92,
    .mb-93,
    .mb-94,
    .mb-95,
    .mb-96,
    .mb-97,
    .mb-98,
    .mb-99 {
        margin-bottom: 10px
    }

    .mtb-10,
    .mtb-100,
    .mtb-11,
    .mtb-12,
    .mtb-13,
    .mtb-14,
    .mtb-15,
    .mtb-16,
    .mtb-17,
    .mtb-18,
    .mtb-19,
    .mtb-20,
    .mtb-21,
    .mtb-22,
    .mtb-23,
    .mtb-24,
    .mtb-25,
    .mtb-26,
    .mtb-27,
    .mtb-28,
    .mtb-29,
    .mtb-30,
    .mtb-31,
    .mtb-32,
    .mtb-33,
    .mtb-34,
    .mtb-35,
    .mtb-36,
    .mtb-37,
    .mtb-38,
    .mtb-39,
    .mtb-40,
    .mtb-41,
    .mtb-42,
    .mtb-43,
    .mtb-44,
    .mtb-45,
    .mtb-46,
    .mtb-47,
    .mtb-48,
    .mtb-49,
    .mtb-50,
    .mtb-51,
    .mtb-52,
    .mtb-53,
    .mtb-54,
    .mtb-55,
    .mtb-56,
    .mtb-57,
    .mtb-58,
    .mtb-59,
    .mtb-60,
    .mtb-61,
    .mtb-62,
    .mtb-63,
    .mtb-64,
    .mtb-65,
    .mtb-66,
    .mtb-67,
    .mtb-68,
    .mtb-69,
    .mtb-70,
    .mtb-71,
    .mtb-72,
    .mtb-73,
    .mtb-74,
    .mtb-75,
    .mtb-76,
    .mtb-77,
    .mtb-78,
    .mtb-79,
    .mtb-80,
    .mtb-81,
    .mtb-82,
    .mtb-83,
    .mtb-84,
    .mtb-85,
    .mtb-86,
    .mtb-87,
    .mtb-88,
    .mtb-89,
    .mtb-90,
    .mtb-91,
    .mtb-92,
    .mtb-93,
    .mtb-94,
    .mtb-95,
    .mtb-96,
    .mtb-97,
    .mtb-98,
    .mtb-99 {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    .row-eq-height {
        display: block;
    }
}

.inflex {
    display: inline-flex;
}

@media screen and (max-width: 768px) {
    .inflex {
        display: block;
    }
}

.logo {
    margin-left: 0;
}

@media screen and (max-width: 768px) {
    .logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.clpadr {
    padding-right: 0 !important;
}

@media screen and (max-width: 768px) {
    .clpadr {
        padding-right: 15px !important;
    }
}

.clpadl {
    padding-left: 0 !important;
}

@media screen and (max-width: 768px) {
    .clpadl {
        padding-left: 15px !important;
    }
}

.clpad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media screen and (max-width: 768px) {
    .clpad {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.navbar-toggle {
    background-color: #e9833e !important;
    border-radius: 5px;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #fff !important;
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

.navbar-toggle.active .type1 {
    top: 6px;
    transform: rotate(46deg);
}

.navbar-toggle.active .type2 {
    background-color: transparent !important;
}

.navbar-toggle.active .type3 {
    top: -6px;
    transform: rotate(-50deg);
}

.txt-r {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .txt-r {
        text-align: center;
    }
}

.txt-l {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .txt-l {
        text-align: center;
    }
}

/* First level*/
.cd-accordion-menu label,
.cd-accordion-menu a {
    color: #303030;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 10px;
    display: block;
    transition: all 0.3s;
}

.cd-accordion-menu label:hover,
.cd-accordion-menu a:hover {
    padding-left: 15px;
    color: white;
    color: #e9833e;
    background: none;
}

/* second level*/
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
    padding-left: 20px;
    text-decoration: none;
    background: #f3f3f3;
    text-transform: capitalize;
    color: #303030;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.3s;
}

.cd-accordion-menu ul label:hover,
.cd-accordion-menu ul a:hover {
    padding-left: 25px;
    color: #e9833e;
}

/* third level*/
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
    padding-left: 30px;
    transition: all 0.3s;
}

.cd-accordion-menu ul ul label:hover,
.cd-accordion-menu ul ul a:hover {
    padding-left: 35px;
}

/* forth level*/
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
    padding-left: 40px;
    transition: all 0.3s;
}

.cd-accordion-menu ul ul ul label:hover,
.cd-accordion-menu ul ul ul a:hover {
    padding-left: 45px;
}

/* fifth level*/
.cd-accordion-menu ul ul ul ul label,
.cd-accordion-menu ul ul ul ul a {
    padding-left: 50px;
    transition: all 0.3s;
}

.cd-accordion-menu ul ul ul ul label:hover,
.cd-accordion-menu ul ul ul ul a:hover {
    padding-left: 55px;
}

.cat_active {
    color: #e9833e !important;
    background: none !important;
}

.paginginfo {
    float: left;
    width: 100%;
    background: #E8E5E5;
    margin: 0 10px 30px 0;
    font-size: 0;
    padding: 3px 0;
    margin-top: 20px;
}

.paginginfo p {
    font: normal 14px 'Open Sans', sans-serif;
    margin: 0;
    color: black;
}

.pgright {
    float: right;
}

@media screen and (max-width: 768px) {
    .paginginfo {
        text-align: center;
        margin-bottom: 25px;
    }

    .pgright {
        float: none;
    }
}

.paginginfo a {
    margin: 0 1px;
}

.paginginfo a.paging {
    background: #000000;
    color: white;
    font: normal 14px 'Open Sans', sans-serif;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    transition: all 0.3s;
}

.paginginfo a.paging:hover {
    background: #e9833e;
    color: white;
    font: normal 14px 'Open Sans', sans-serif;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
}

.paginginfo a.pagingd {
    background: #8C898A;
    color: white;
    font: normal 14px 'Open Sans', sans-serif;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    transition: all 0.3s;
}

.paginginfo a.paginga {
    background: #e9833e;
    color: white;
    font: normal 14px 'Open Sans', sans-serif;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    transition: all 0.3s;
}

.xmsgred {
    border-radius: 5px;
    margin: 10px 0;
    color: black;
    font: normal 16px 'Open Sans', sans-serif;
    text-align: center;
    padding: 10px;
}

.prodpgcat a {
    background: #6F6F6F;
    color: white;
    text-transform: capitalize;
    margin-bottom: 11px;
    text-decoration: none;
    display: block;
    padding: 10px;
    font: normal 16px 'Open Sans', sans-serif;
    transition: all 0.3s;
}

.prodpgcat a:hover {
    background: #e9833e;
    color: white;
    display: block;
    padding: 10px;
    font: normal 16px 'Open Sans', sans-serif;
}

.bbasket {
    border: 1px #ccc solid;
    float: left;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.bbasket .pdpd {
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 768px) {
    .bbasket .pdpd {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.bbasket h5 {
    background: #c1c1c1;
    font: 600 16px 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 5px 10px;
    margin: 0 0 5px 0;
}

.bbasket p {
    margin: 0;
    font: 400 14px 'Open Sans', sans-serif;
}

.bbasket p span {
    color: red;
}

/*Notices*/
.card {
    border-radius: 5px;
    margin: 5px 0;
}

.green {
    background: #93f193;
}

.red {
    background: #f9a299;
}

.orange {
    background: #f9ce99;
}

.card-content {
    padding: 10px;
    text-align: center;
}

.card-content p {
    margin: 0;
}

.ccback {
    display: inline-block;
    background: #4D4D4D;
    color: white;
    padding: 5px 10px;
    margin: 5px 0;
}

.ccback:hover {
    display: inline-block;
    background: #000;
    color: white;
    padding: 5px 10px;
    margin: 5px 0;
}

/* Sitemap*/
.sitemap a {
    font: 400 14px 'Open Sans', sans-serif;
    padding: 3px !important;
    text-decoration: none;
    display: block;
    transition: all 0.3s;
    color: #222;
    font-size: 15px;
}

.sitemap a:hover {
    color: #f9520b;
}

.sitemap ul {
    margin-left: 10px;
}

.sitemap ul ul {
    margin-left: 20px;
}

.sitemap ul ul ul {
    margin-left: 30px;
}

.sitemap ul ul ul ul {
    margin-left: 40px;
}








/*next pages start*/
.leftmenu {
    width: 100%;
    background: #eee;
}

.leftmenu h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 21px;
    background: #e9833e;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0px 0 0 0px;
    padding: 13px 14px;
}

.leftmenu ul {
    margin: 0;
    padding: 0;
}

.leftmenu li {
    list-style: none;
    background: url(http: //localhost/xeebok/xpertspanel/error-404.php) repeat-x center top; padding:0 0 0px 0;}

        .leftmenu li:hover {}

    .prdarea {
        width: 100%;
    }

    .leftmenu .prordfa {
        background: #282525;
        color: #fff;
        margin: 0 0 0 0px;
        padding: 2px 8px 2px 9px;
        font-size: 20px;
        font-weight: bold;
        border-radius: 24px;
    }


    .prdarea1 h4 {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-size: 20px;
        background: #eeeeee;
        color: #212121;
        margin: 0px 0 0 0px;
        padding: 15px 14px;
        text-transform: uppercase;
    }

    .prdarea1 h4 a {
        color: #212121;
        text-transform: uppercase;
    }


    .prdarea3 {}

    .prdarea3 h4 {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-size: 20px;
        background: #eeeeee;
        color: #212121;
        margin: 20px 0 0 0px;
        padding: 15px 14px;
        text-transform: uppercase;
    }

    .prdarea3 h4 a {
        color: #212121;
    }


    .largeimg {
        border: 1px solid #d4d4d4;
    }

    .prdareasear {}

    .prdareasear h4 {
        font-family: 'PT Sans Narrow', sans-serif;
        font-size: 24px;
        background: #eeeeee;
        color: #212121;
        margin: 0px 0 20px 0px;
        padding: 10px 14px;
        text-transform: capitalize;
    }

    .prdareasear h4 a {
        color: #212121;
    }

    .prdareab {}

    .prdareab h4 {
        font-family: 'PT Sans Narrow', sans-serif;
        font-size: 24px;
        background: #eeeeee;
        color: #212121;
        margin: 0px 0 20px 0px;
        padding: 10px 14px;
        text-transform: capitalize;
    }

    .prdareab h4 a {
        color: #212121;
    }

    .prdareai {}

    .prdareai h4 {
        font-family: 'PT Sans Narrow', sans-serif;
        font-size: 24px;
        background: #eeeeee;
        color: #212121;
        margin: 0px 0 20px 0px;
        padding: 10px 14px;
        text-transform: capitalize;
    }

    .prdareai h4 a {
        color: #212121;
    }

    .prdareag {}

    .prdareag h4 {
        font-family: 'PT Sans Narrow', sans-serif;
        font-size: 24px;
        background: #eeeeee;
        color: #212121;
        margin: 0px 0 20px 0px;
        padding: 10px 14px;
        text-transform: capitalize;
    }

    .prdareag h4 a {
        color: #212121;
    }



    /* site map */

    ul.sitemap {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    ul.sitemap li {}

    ul.sitemap li a {}

    ul.sitemap li ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
        padding-left: 25px;
    }

    ul.sitemap li ul li {}

    ul.sitemap li ul li a {}

    .prdareasit {
        background: #e52626;
    }

    .prdareasit h4 {
        font-family: 'PT Sans Narrow', sans-serif;
        margin: 0px;
        padding: 12px;
        color: #fff;
        text-transform: capitalize;
        font-size: 25px;
    }

    /* site map colsed */

    .real h4 {
        font-family: 'Oswald', sans-serif;
        font-weight: 500;
        font-size: 30px;
        text-transform: uppercase;
        padding-top: 12px;
        padding-bottom: 20px;
    }

    .detail2 h4 {
        color: #1d1d1d;
        font-size: 20px;
        font-family: 'Oswald', sans-serif;
        font-weight: 500;
        padding: 10px 0px;
        text-transform: uppercase;
    }

    .detail2 h3 {
        color: #1d1d1d;
        font-size: 15px;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        padding: 10px 0px;
        text-transform: uppercase;
    }

    .detail2 h5 {
        color: #1d1d1d;
        font-size: 20px;
        font-family: 'Oswald', sans-serif;
        font-weight: 500;
        padding: 10px 0px;
        text-transform: uppercase;
    }

    .main-aboutwrapper {
        text-align: center;
    }

    .main-aboutwrapper h4 {
        color: #000;
        font-size: 13px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        line-height: 26px;
        padding-bottom: 25px;
    }

    .contactbx {
        padding-bottom: 30px;
    }

    .contactbx .in-left {
        float: left;
        width: 65px;
        height: 65px;
        border: 1px dashed #333;
        position: relative;
    }

    .contactbx .in-left span {
        display: block;
        color: #333;
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .contactbx .in-right {
        padding-left: 85px;
    }

    .contactbx .in-right h4 {
        font-family: 'Oswald', sans-serif;
        color: #333;
        font-size: 17px;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: relative;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    .contactbx .in-right h4::after {
        display: block;
        content: "";
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 40px;
        height: 2px;
        border-radius: 2px;
        background: #333;
    }

    .contactbx .in-right h5 {
        color: #222121;
        font-size: 13px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        margin-top: 4px;
    }

    .aboutuswrapper {
        float: left;
        width: 100%;
        padding-bottom: 25px;
    }

    .about-contant-wrap {
        padding-bottom: 20px;
    }

    .about-contant-wrap h4 {
        color: #000;
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        padding-bottom: 6px;
    }

    .about-contant-wrap h5 {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 13px;
        color: #000;
        line-height: 22px;
    }

    .about-img-wrap {
        text-align: center;
    }

    .about-img-wrap img {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 20px;
    }



    .box {
        width: 100%;
        position: relative;
        margin: 0 auto
    }

    .box>a {
        width: 100%;
        display: block
    }

    .box a {
        display: inline-block
    }

    .box, .box-image, .box-text {
        transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
        transition: opacity 0.3s, transform 0.3s, background-color 0.3s, -webkit-transform 0.3s
    }

    .box-image>a, .box-image>div>a {
        display: block
    }

    .box-text {
        padding-top: .7em;
        padding-bottom: 1.4em;
        position: relative;
        width: 100%;
        font-size: .9em
    }

    .has-shadow .box-text {
        padding-left: 1.2em;
        padding-right: 1.2em
    }

    @media (max-width: 549px) {
        .box-text {
            font-size: 85%
        }
    }

    .box-image {
        position: relative;
        height: auto;
        margin: 0 auto;
        overflow: hidden
    }

    .box-overlay .box-image {
        -webkit-mask-image: url(data:image/png;
        base64, iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC)
    }

    .box-image-inner {
        position: relative;
        overflow: hidden;
        z-index: 0
    }

    .box-text.text-center {
        padding-left: 10px;
        padding-right: 10px
    }

    .box-image img {
        max-width: 100%;
        width: 100%;
        margin: 0 auto
    }

    .box-label {
        overflow: hidden
    }

    .box-label .box-text.text-center {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        margin: 10% 0
    }

    .box-label .box-text.text-right {
        right: 0;
        left: auto
    }

    .box-label .box-text {
        position: absolute;
        bottom: 0;
        width: auto;
        padding: 0;
        margin: 10%;
        padding: .5em 1.5em .55em;
        background-color: #FFF;
        opacity: .95;
        box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1)
    }

    .box-label:hover .box-text {
        opacity: 1
    }

    .box-badge {
        overflow: hidden
    }

    .box-badge .box-text {
        background-color: rgba(255, 255, 255, 0.95);
        padding: .8em 1em 1em;
        position: absolute;
        bottom: 15%;
        transition: background .3s;
        z-index: 1
    }

    .dark .box-badge .box-text {
        background-color: rgba(0, 0, 0, 0.95)
    }

    .box-badge:hover .box-text {
        background-color: #446084
    }

    .box-bounce .box-text {
        padding: 15px 15px 20px;
        z-index: 1
    }

    .box-bounce:hover .box-text {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
        background-color: #fff
    }

    .dark .box-bounce:hover .box-text {
        background-color: #222
    }

    .box-bounce:hover .box-image {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    .box-push .box-text {
        padding: 15px 20px;
        background-color: rgba(255, 255, 255, 0.95);
        max-width: 85%;
        margin: -15% auto 0
    }

    .box-overlay .box-text, .box-shade .box-text {
        position: absolute;
        width: 100%;
        max-height: 100%;
        bottom: 0;
        padding-left: 1.5em;
        padding-right: 1.5em
    }

    .box-overlay.dark .box-text, .box-shade.dark .box-text {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)
    }

    .has-post-icon:hover .box-shade .box-text, .has-post-icon:hover .box-overlay .box-text {
        opacity: 0 !important
    }

    .box-text-middle.box-overlay .box-text, .box-text-middle.box-shade .box-text {
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        bottom: auto !important;
        z-index: 16;
        left: 0;
        right: 0
    }

    .box-vertical .box-text-middle .box-text {
        position: relative;
        top: auto;
        bottom: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .has-box-vertical .col {
        width: 100% !important;
        max-width: 100% !important
    }

    @media screen and (max-width: 549px) {
        .box-vertical .box-image {
            width: 100% !important
        }
    }

    @media screen and (min-width: 550px) {
        .box-list-view .col {
            -webkit-flex-basis: 100% !important;
            -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
            max-width: 100% !important
        }

        .box-list-view .box, .box-vertical {
            display: table;
            width: 100%
        }

        .box-list-view .box .image-right, .box-vertical .image-right {
            direction: rtl
        }

        .box-list-view .box .box-image, .box-list-view .box .box-text, .box-vertical .box-image, .box-vertical .box-text {
            direction: ltr;
            display: table-cell;
            vertical-align: middle
        }

        .box-list-view .box .box-text, .box-vertical .box-text {
            padding-left: 1.5em;
            padding-right: 1.5em
        }

        .box-list-view .box .box-image, .box-vertical .box-image {
            width: 50%
        }

        .box-list-view .box.align-top .box-text, .box-vertical.align-top .box-text {
            vertical-align: top
        }
    }

    .row-grid .box .image-cover {
        padding: 0;
        height: 100%
    }

    .grid-col>.col-inner {
        height: 100%
    }

    .grid-col .slider:not(.flickity-enabled), .grid-col>.col-inner>.img, .grid-col>.col-inner>.img div, .grid-col>.col-inner>.img>.img-inner>img, .grid-col .slider>.img, .grid-col .flickity-slider>.img, .grid-col .col-inner>.img, .grid-col .slider-wrapper, .grid-col .slider, .grid-col .banner, .grid-col .box, .grid-col .box-image, .grid-col .box-image img, .grid-col .image-cover, .grid-col .image-cover img {
        object-fit: cover;
        width: 100%;
        position: absolute !important;
        top: 0;
        bottom: 0;
        height: 100%;
        padding: 0 !important
    }

    .grid-col .box-image img {
        font-family: 'object-fit: cover;'
    }

    .grid-col .flickity-viewport {
        height: 100% !important
    }

    .grid-col .box:not(.box-shade):not(.box-overlay):not(.box-badge) .box-text {
        background-color: rgba(255, 255, 255, 0.95);
        position: absolute;
        bottom: 0;
        padding-left: 1.5em;
        padding-right: 1.5em
    }



    /* font-family: 'Open Sans', sans-serif; */

    /* font-family: 'Oswald', sans-serif; */

    /* font-family: 'Poppins', sans-serif; */

    /* transition: 0.2s all; */

    /* transition: 0.3s all; */

    /* transition: 0.5s all; */

    /* transition: 0.4s all; */


    .cate_thumb {
        position: relative;
        margin-top: 30px;
    }

    .cate_thumb .img-holder {
        display: block;
        height: 120px;
        position: relative;
        overflow: hidden;
    }

    .cate_thumb .img-holder img {
        height: 120px;
        object-fit: cover;
        min-width: 100%;
    }

    .cate_thumb .img-holder.lrg {
        height: 380px;
    }

    .cate_thumb .img-holder.lrg img {
        height: 380px;
    }

    .cate_thumb .title {
        position: absolute;
        bottom: 10%;
        background: #fff;
        width: 100%;
        left: 0;
        text-align: center;
        padding: 10px 0px;
        transition: background .3s;
    }

    .cate_thumb .title h4 {
        font-size: 16px;
        font-weight: 600;
    }

    .cate_thumb .title p {
        margin: 0px;
        font-size: 14px;
    }

    .cate_thumb:hover .title {
        background: #e9833e;
    }

    .cate_thumb:hover h4, .cate_thumb:hover p {
        color: #fff;
    }




    @media(max-width:1199px) {}




    @media(max-width:991px) {

        header.main-header .logo-wrapper {
            position: static;
            left: 50%;
            top: -55px;
            transform: translateX(0%);
            z-index: 444;
            text-align: center;
            padding: 0px 15px;
        }

        header.main-header .logo-wrapper a {
            display: inline-block;
            width: auto;
        }

        header.top-header .top-right {
            margin-left: 0px;
        }

        .inner-header {
            position: static;
            top: 0px;
            left: 0px;
            right: 0px;
            z-index: 222;
            background: #111;
        }

        header.top-header .top-left {
            text-align: center;
        }

        section.news-events .news-heading {
            text-align: center;
            padding-bottom: 30px;
        }


    }





    @media(max-width:767px) {


        .removemobilepad {
            padding-left: 0px;
            padding-right: 0px;
        }

        .removepadd {
            padding-right: 15px;
            padding-left: 15px;
        }



        footer.widget-footer .media-wrapper ul {
            text-align: center;
        }

        header.main-header ul.rightmenu {
            float: none;
        }

        header.main-header ul {
            text-align: center;
            padding: 0px;
        }

        header.main-header ul li {}

        header.main-header ul li ul {
            position: relative;
            width: 100%;
        }

        .common-cats-wrapper .cats-deteil h1 {
            font-size: 25px;
            color: #fff;
            text-transform: uppercase;
            padding: 10px;
        }


    }
.gallery_re{
	margin:0px 0px 10px 0px; 
	padding:0px; 
	float:left; 
	width:100%;
}
.gallery_re ul{
	margin:0px 0px 0px 2px; 
	padding:0px;
}
.gallery_re ul li{
	margin:0px; 
	margin:0px 8px 0px 0px; 
	width:95px; 
	height:80px; 
	list-style:none; 
	float:left;
}
.gallery_re ul li img{ 
	height:100%; 
	width:100%;
}
.border{
	border:1px solid #b2b2b2;
}
.gallery_re ul li:last-child{ 
	margin:0px;
}
.border:hover{
	border:1px solid #da251d;
}

.gallery{ 
	float:left;
}
.gallery img { 
	width:100%; 
	height:auto; 
	border:2px solid #959595; 
	margin-bottom:10px;
}

.large_right_side{ width:100%;}

.deatial{ 
	margin:0px;
	padding:0px;
}
.deatial .h6{ 
	font-size:17px; 
	color:#e9833e; 
	line-height:30px; 
	font-weight:normal; 
	padding:0; 
	margin:0px;
	border-bottom:#999999 solid 1px;
	font-family: 'Oswald', sans-serif;
}

.deatial .h6 a{
	float:right;
	background:#0098db;
	padding:0px 7px;
}

.deatial .h2{ 
	font-size:14px; 
	color:#fff;
	font-weight:normal; 
	line-height:36px;
	margin-bottom:5px; 
	padding:0px 0px 0px 10px;
	background:#000000;
	margin:10px 0px 0px 0px;
}
.deatial .h2 span{ 
	color:#fff; 
	font-weight:bold; 
}
.deatial p{ 
	text-align:justify; 
	color:#313131; 
	font-size:12px; 
	line-height:22px;
	padding:5px 0px;
}


.deatial .cart input{ 
	padding:10px 10px; 
	text-align:center; 
	color:#FFFFFF; 
	font-size:16px; 
	background:#e9833e; 
	display:block; 
	margin:20px 0px;
	text-transform:uppercase;
	width:100%;
	border:0px;
}
.deatial .cart input:hover{ 
	background: #111111;
}


.contactbx{border: 1px #121212 solid; list-style:none; margin:0px; padding:0px;}
.contactbx ul {margin:0px; padding:0px; list-style: none}
.contactbx ul li{border-bottom: 1px #121212 solid;}
.contactbx ul li:last-child{border-bottom:0;}
.contactbx ul li span{border-right: 1px #121212 solid;font-size: 20px; color: #121212; width: 50px;height: 50px; text-align: center;line-height: 50px; margin-right:10px;}
.backk2{ background:#323030; padding:0 0 54px 10px;}
.contactbxm{ -webkit-box-shadow: -1px 2px 23px 1px rgba(0,0,0,0.62);
-moz-box-shadow: -1px 2px 23px 1px rgba(0,0,0,0.62);
box-shadow: -1px 2px 23px 1px rgba(0,0,0,0.62);}