* {
    margin: 0;
    padding: 0;
    outline: 0 !important;
}
body {
    line-height: 1.7;
    font-size: 15px;
    color: #2b2b2b;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    overflow-x: hidden !important;
}
ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: 0;
    text-decoration: none;
}
ul {
    margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: Anton, sans-serif;
}
.overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.navbar {
    position: absolute;
    width: 100%;
    top: 0;
    margin-bottom: 0;
    border-radius: 0;
    background-color: #2423231f;
    border: transparent;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-nav > li > a {
    text-transform: uppercase;
    line-height: 42px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}
.navbar-nav {
    margin-top: 10px;
}
.navbar-brand {
    padding: 17px 10px;
}
.navbar-brand img {
    width: 117px;
    margin-top: -12px;
}
.shrink-nav .navbar-brand img {
    width: 65px;
    margin-top: -17px;
}
.shrink-nav {
    color: #fff !important;
    top: 0;
    background-color: #111;
    position: fixed;
    padding-bottom: 29px;
}
.shrink-nav .navbar-nav > li > a {
    color: #fff !important;
    line-height: 24px;
}
@media (max-width: 767px) {
    .navbar-nav > li > a {
        line-height: 20px;
    }
    .navbar-brand {
        padding: 7px 15px;
    }
    .navbar-brand img {
        width: 61px;
    }
}
.navbar {
    z-index: 999;
    left: 0;
    right: 0;
}
.bs-slider {
    overflow: hidden;
    position: relative;
    background: #000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.bs-slider > .carousel-inner > .item > a > img,
.bs-slider > .carousel-inner > .item > img {
    margin: auto;
    width: 100% !important;
}
.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #fff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: 400;
    background: 0 0;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control {
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0 transparent;
}
.control-round .carousel-control.left > span:nth-child(1) {
    left: 45%;
}
.control-round .carousel-control.right > span:nth-child(1) {
    right: 45%;
}
.indicators-line > .carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #9e9e9e;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #9e9e9e;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}
.indicators-line > .carousel-indicators li:last-child {
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.indicators-line > .carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}
.slide-text {
    left: 0;
    top: 32%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
}
.slide-text > h1 {
    padding: 0;
    color: #fff;
    font-size: 40px;
    font-style: normal;
    line-height: 50px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #fff;
    font-size: 56px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    font-family: Anton, sans-serif;
}
.slide-text > a.btn-default {
    color: #d19f68;
    font-weight: 600;
    font-size: 40px;
    line-height: 15px;
    margin-right: 3px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    background: 0 0;
    font-family: Anton, sans-serif;
}
.slide-text > a.btn-primary {
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    font-size: 42px;
    line-height: 15px;
    margin-top: 35px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 1px;
    background: 0 0;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    font-family: Anton, sans-serif;
}
@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control {
        display: none;
    }
}
@media (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 26px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default,
    .slide-text > a.btn-primary {
        font-size: 22px;
        line-height: 10px;
        text-align: center;
    }
    .indicators-line > .carousel-indicators {
        display: none;
    }
}
.abthm {
    padding: 100px 0;
}
.abthm .container {
    background: url(../images/wellcome.html);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.abtexthm {
    text-align: center;
    padding: 0 25px;
}
.abtexthm span {
    text-transform: uppercase;
    color: #ffde59;
    letter-spacing: 2px;
    font-size: 14px;
}
.abtexthm h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}
.abtexthm p {
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
}
.abbtn {
    float: right;
}
.abbtn {
    background: #2d3237;
    margin-top: 28%;
}
.abbtn p {
    float: left;
    background: #ffde59;
    padding: 20px;
    margin: 0;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.abbtn span {
    padding: 20px;
    color: #fff;
}
.abbtn span i {
    margin-top: 24px;
    font-size: 20px;
}
.ab_vsm {
    text-align: center;
}
.vistext {
    border: 1px solid #ddd;
    padding: 30px;
    height: 220px;
}
.ab_vsm {
    padding-bottom: 100px;
}
.vistext h3 {
    color: #2d3237;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
}
.vistext p {
    font-size: 14px;
    line-height: 1.7;
}
.ceotext {
    background: #faf6ed;
    padding: 50px;
    text-align: center;
}
.ceomsg {
    margin-top: -200px;
    padding-bottom: 60px;
}
.ceotext h2 {
    margin-top: 0;
    color: #2d3237;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
}
.m-0 {
    margin: 0 !important;
}
.p-0 {
    padding: 0 !important;
}
.webinar-content {
    padding-left: 50px;
}
.webinar-content h2 {
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 700;
    color: #333;
}
.webinar-content p {
    margin-bottom: 20px;
}
.webinar-area {
    padding: 100px 0;
    background: #f1f1f1;
}
.webinar-content {
    padding-top: 20% !important;
    padding-right: 20% !important;
    padding-bottom: 20% !important;
    padding-left: 20% !important;
    background: #fff url(../okthemes.com/villenoir/wp-content/uploads/2016/03/triangles-icnf3b7f3b7.png?id=315) !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
}
.webinar-video-image {
    margin-top: 70px;
    overflow: hidden;
}
.probtn {
    margin-top: 30px;
}
.probtn a {
    background: #2d3237;
    padding: 10px;
    color: #fff;
    font-size: 15px;
}
.seimg img {
    float: right;
}
.secprf {
    padding: 80px 0;
}
.footer {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    background: #222324;
}
.fabts {
    text-align: center;
}
.fabts p {
    font-size: 14px;
    line-height: 1.7;
    color: #fff;
}
.fabts b {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 25px;
    display: block;
}
.fabt ul li a {
    color: #ddd;
    font-size: 15px;
}
.fabts i {
    color: #d19f68;
    font-size: 45px;
    padding: 15px;
    border: 1px solid #d19f68;
}
.footerbtm {
    padding: 13px 0 15px 0;
}
.copy p,
.copydesign p {
    margin: 0;
    color: #000;
    font-size: 14px;
    text-align: center;
}
.socials-about {
    float: left;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.socials li a {
    display: inline-block;
    background-color: #0e1012;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    transition: all 0.4s ease;
}
.socials li a:hover {
    background-color: #f15f2a;
}
.socials li a i {
    color: #fff;
}
.navbar-toggle {
    border: none;
    background: 0 0 !important;
}
.navbar-toggle:hover {
    background: 0 0 !important;
}
.navbar-toggle .icon-bar {
    width: 30px;
    transition: all 0.2s;
    height: 4px;
}
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
    opacity: 0;
}
.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffde59;
}
.about-banner {
    background: url(../images/abt.jpg) center no-repeat;
    background-size: auto;
    background-size: cover;
    padding: 120px 0;
    text-align: center;
    position: relative;
}
.about-text h2 {
    color: #fff;
    font-size: 36px;
    letter-spacing: 3px;
    font-weight: 700;
}
.about-text p,
.about-text p a {
    color: #fff;
}
.abt-banner {
    background: url(../images/abt.jpg) no-repeat;
    background-size: cover;
    padding: 30px 0 50px;
}
.about-text h2 {
    color: #fff;
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: 700;
    padding-top: 160px;
}
.about-text p {
    color: #fff;
}
.about-text p a {
    color: #d19f68;
    font-weight: 600;
}
.contact h3.contact-heading {
    font-size: 24px;
    color: #126199;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.contact-list {
    margin-top: 0;
}
.contact-list li i {
    color: #d19f68;
    font-size: 24px;
    display: block;
    width: 30px;
    float: left;
}
.contact-list b {
    font-size: 17px;
    padding-left: 14px;
    font-weight: 500;
    color: #000;
}
.contact-list li span {
    margin-left: 40px;
    display: block;
    line-height: 1.4;
    font-size: 16px;
}
.contact-list li span a {
    color: #2b2b2b;
}
.contact h3.contact-heading {
    font-size: 24px;
    color: #126199;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.section-pad {
    padding: 45px 0 60px 0;
    background-color: #ffff;
}
.section-pad1 {
    background: #fff;
    padding: 27px 0;
}
.message-group {
    margin-right: 80px;
}
.contact-heading {
    font-size: 30px;
    position: relative;
    font-weight: 700;
    padding-bottom: 14px;
    margin-bottom: 35px;
    color: #000;
}
.contact-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 136px;
    height: 1px;
    background: url(../images/sec-title-decoration.png);
}
.contact-heading1 {
    margin-left: 46px;
}
.contact-heading span {
    color: #2c2c74;
}
.act1 ul {
    float: right;
}
.acti1 {
    padding-top: 67px;
}
.acti {
    padding: 30px 0 50px 0;
}
.acti h1 {
    font-size: 28px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 1px;
    color: #ff5722;
}
.contact-one-form input {
    width: 100%;
    height: 45px;
    border: none;
    background: 0 0;
    border: 1px solid #000;
    border-radius: 2px;
    margin-bottom: 30px;
    font-size: 14px;
    padding-left: 10px;
}
.contact-one-form1 input {
    width: 100%;
    height: 38px;
    border: none;
    background: 0 0;
    border: 1px solid #000;
    border-radius: 2px;
    margin-bottom: 20px;
    font-size: 14px;
    padding-left: 10px;
}
.contact-one-formt input {
    width: 96%;
    height: 30px;
    border: none;
    background: 0 0;
    border: 1px solid #939292;
    border-radius: 2px;
    margin-bottom: 20px;
    font-size: 14px;
    padding-left: 10px;
    margin-left: 50px;
    color: #222;
}
.contact-one input {
    width: 100%;
    height: 47px;
    border: none;
    background: 0 0;
    border: 1px solid #9f9f9f1a;
    border-radius: 2px;
    margin-bottom: 25px;
    font-size: 14px;
    padding-left: 10px;
    margin-left: 50px;
    color: #222;
    background: #f7f7f794;
}
.contact-one input::placeholder,
.contact-one textarea::placeholder {
    color: #333 !important;
}
.form-group textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 0px;
    padding: 5px;
    transition: 0.3s ease;
    font-size: 14px;
}
.contact-one-formt textarea {
    width: 96%;
    height: 45px;
    border: none;
    background: 0 0;
    border: 1px solid #939292;
    border-radius: 2px;
    margin-bottom: 15px;
    font-size: 14px;
    padding-left: 10px;
    margin-left: 50px;
    color: #222;
}
.contact-one textarea {
    width: 100%;
    height: 100px;
    border: none;
    background: 0 0;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
    margin-bottom: 15px;
    font-size: 14px;
    padding-left: 10px;
    margin-left: 50px;
    color: #222;
    background: #f7f7f794;
}
.contact-one-form form .form-group button {
    padding: 13px 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background: #4fc0aa;
    border: 2px solid #4fc0aa;
    transition: 0.3s ease;
    margin: 20px auto 0;
    display: table;
    cursor: pointer;
    border-radius: 25px;
}
.contact-one-formt .form-group button {
    padding: 5px 35px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background: #d7354e;
    transition: 0.3s ease;
    margin-left: 50px;
    display: table;
    cursor: pointer;
    background-size: 200%, 1px;
}
.contact-one-formt input::placeholder {
    color: #0d0d0d;
}
.contact-one-formt textarea::placeholder {
    color: #0d0d0d;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    top: 24px !important;
    left: 50px !important;
}
.group input {
    width: 29%;
    height: 45px;
    border: none;
    background: #4fc0aa;
    border: 1px solid #4fc0aa;
    border-radius: 25px;
    margin-bottom: 0;
    font-size: 18px;
    padding-left: 10px;
    color: #222;
    font-weight: 700;
}
.footer-links li a {
    font-size: 14px;
    line-height: 26px;
    color: #5b5b5b;
    text-decoration: none;
}
.section-pad h1 {
    width: 83%;
    text-align: center;
    color: #2d3237;
    font-size: 27px;
    font-weight: 600;
    display: block;
    margin-left: 8%;
}
.submi input {
    background: #ffde59;
    margin-top: 10px;
}
.pro {
    padding-left: 0;
    padding-right: 0;
}
.product {
    padding: 40px 0 80px;
}
.product h1 {
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 700;
    color: #333;
}
.product img {
    margin-top: 86px;
}
.slick-slide {
    margin: 0 20px;
}
.slick-slide img {
    width: 100%;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev {
    display: inline-block;
    top: 0;
    padding: 3px 10px;
    background: 0 0;
    color: #ffde59;
    top: 35%;
    left: -30px !important;
    display: inherit !important;
    margin-bottom: 10px;
    text-align: center;
    border: none;
    position: absolute;
    z-index: 9;
    transition: all 0.4s;
    font-size: 28px;
    cursor: pointer;
    border: 2px solid #fff;
}
.slick-next {
    display: inline-block;
    position: absolute;
    top: 35%;
    float: right;
    padding: 3px 10px;
    background: 0 0;
    color: #ffde59;
    right: -41px !important;
    display: inherit !important;
    margin-bottom: 10px;
    border: none;
    transition: all 0.4s;
    font-size: 28px;
    cursor: pointer;
    border: 2px solid #fff;
}
.single-blog-item .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: -1;
}
.single-blog-item .img-holder img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    margin-top: 8px;
}
.single-blog-item .img-holder .overlay1 .box .content a i {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 45px;
    line-height: 46px;
    transition: all 0.5s ease 0s;
    width: 45px;
}
.single-blog-item:hover .img-holder .overlay1 {
    opacity: 1;
    -webkit-transform: rotateY(0) scale(1, 1);
    transform: rotateY(0) scale(1, 1);
    border: 3px solid #082a53;
}
.single-blog-item:hover .img-holder img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.single-blog-item .img-holder .overlay1 .box .content a:hover i {
    background: #e3273b;
}
.overlay1 {
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    transition: all 450ms ease-out 0s;
    transform: rotateY(180deg) scale(0.5, 0.5);
    opacity: 0;
}
.single-blog-item .text-holder {
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 28px;
    padding-top: 3px;
    transition: all 0.5s ease;
    width: 100%;
    text-align: center;
}
.single-blog-item .text-holder .blog-title {
    color: #0e0e22;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    padding: 0;
    display: block;
    transition: all 0.5s ease;
    text-transform: capitalize;
}
.single-blog-item .text-holder .meta-info {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 14px;
}
.single-blog-item .text-holder .meta-info li {
    display: inline-block;
    margin: 0 8px;
    color: #c1c1c1;
    font-size: 16px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
}
.single-blog-item .text-holder .meta-info li i {
    color: #c1c1c1;
    font-size: 16px;
    display: inline-block;
    padding-right: 8px;
}
.single-blog-item .text-holder .meta-info li a {
    color: #c1c1c1;
    font-size: 16px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    transition: all 0.5s ease;
}
.single-blog-item .text-holder .text p {
    margin: 0;
}
.single-blog-item .text-holder .text .readmore {
    color: #252525;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding: 13px 0 0;
    transition: all 0.5s ease;
}
.single-blog-item .text-holder .text .readmore i {
    display: inline-block;
    padding-left: 5px;
}
.single-blog-item .text-holder .blog-title:hover {
    color: #e3273b;
}
.single-blog-item .text-holder .meta-info li a:hover {
    color: #e3273b;
}
.single-blog-item .text-holder:hover .text .readmore {
    color: #e3273b;
}
.single-blog-item {
    border: 1px solid #fff;
}
.topbox1 {
    text-align: center;
}
.topbox1 strong {
    color: #000;
    padding-top: 5px;
    display: block;
}
.topbox {
    padding: 80px 0 50px;
    background-size: cover;
    background: url(../images/pattern-9.png) center no-repeat;
}
.topbox h1 {
    color: #000;
    font-weight: 700;
    font-size: 32px;
    margin-top: 0;
}
.topbox strong {
    color: #000;
    font-size: 28px;
}
.topbox h1 span {
    color: #f44;
}
.all1 {
    padding-top: 15px;
}
.all1 a {
    color: #fff;
    background: #d19f68;
    padding: 11px 22px;
    font-size: 16px;
    font-weight: 600;
}
.prs_upcom_slider_slides_wrapper .item {
    margin-right: 10px;
    margin-left: 10px;
}
.prs_upcom_slider_slides_wrapper {
    float: left;
    width: 100%;
    padding-top: 55px;
}
.prs_upcom_slider_slides_wrapper .nav-tabs {
    margin-top: 40px;
    margin-bottom: 40px;
}
.prs_upcom_slider_slides_wrapper .owl-theme .owl-nav {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}
.prs_upcom_slider_slides_wrapper .owl-theme .owl-nav .owl-prev {
    font-size: 20px;
    padding: 0;
    position: absolute;
    text-align: center;
    background: #fff;
    color: #d9871c;
    left: -240px;
    right: 0;
    margin: 0 auto;
    border: 1px solid #dedada;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_upcom_slider_slides_wrapper .owl-theme .owl-nav .owl-next {
    font-size: 20px;
    margin: 0;
    padding: 0;
    left: 0;
    right: -240px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    background: #fff;
    color: #d9871c;
    border: 1px solid #dedada;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_upcom_slider_slides_wrapper .owl-next i:before,
.prs_upcom_slider_slides_wrapper .owl-prev i:before {
    margin-left: 0;
    font-size: 16px;
}
.prs_upcom_slider_slides_wrapper .owl-theme .owl-nav .owl-next:hover,
.prs_upcom_slider_slides_wrapper .owl-theme .owl-nav .owl-prev:hover {
    background: #d9871c;
    border: 1px solid #d9871c;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.prs_upcome_tabs_wrapper .nav-tabs > li.active > a {
    background: #d9871c;
    color: #fff;
    border-radius: 0;
    border: 0;
    z-index: 10;
    position: relative;
}
.prs_upcom_slider_slides_wrapper .owl-carousel .owl-stage:after {
    height: 20px;
}
.cc_featured_second_section {
    margin-top: 20px;
    float: left;
    width: 100%;
}
.prs_upcome_tabs_wrapper {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 80px;
}
.prs_upcome_tabs_wrapper ul {
    display: inline-block;
    border: 0;
    background: #fff;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.prs_upcome_tabs_wrapper .nav-tabs > li:first-child.active > a {
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.prs_upcome_tabs_wrapper .nav-tabs > li:last-child.active > a {
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.prs_upcome_tabs_wrapper .nav-tabs > li > a {
    border: 0;
}
.prs_upcome_tabs_wrapper .nav-tabs > li {
    position: relative;
}
.prs_upcome_tabs_wrapper .nav-tabs > li:nth-child(2):after {
    content: "";
    border: 1px solid #eee;
    height: 30px;
    position: absolute;
    top: 9px;
    left: -1px;
    z-index: 1;
}
.prs_upcome_tabs_wrapper .nav-tabs > li:nth-child(2):before {
    content: "";
    border: 1px solid #eee;
    height: 30px;
    position: absolute;
    top: 9px;
    right: -1px;
    z-index: 1;
}
.prs_upcome_tabs_wrapper .nav > li > a {
    padding: 13px 35px;
    border-radius: 0;
    border: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    margin-right: 0;
}
.prs_upcome_tabs_wrapper .nav > li > a:focus,
.prs_upcome_tabs_wrapper .nav > li > a:hover {
    background: #d9871c;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_upcom_movie_box_wrapper {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.prs_upcom_movie_img_box {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.prs_upcom_movie_img_overlay {
    position: absolute;
    top: 200px;
    right: 200px;
    left: 200px;
    bottom: 200px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all 0.55s linear;
    -moz-transition: all 0.55s linear;
    -ms-transition: all 0.55s linear;
    -o-transition: all 0.55s linear;
    transition: all 0.55s linear;
}
.prs_upcom_movie_img_btn_wrapper {
    float: left;
    width: 100%;
    text-align: center;
}
.prs_upcom_movie_img_btn_wrapper ul {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 30%;
    left: 90px;
}
.prs_upcom_movie_img_btn_wrapper li {
    float: none;
}
.prs_upcom_movie_img_btn_wrapper li:first-child a {
    display: inline-block;
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #d9871c;
    border: 1px solid #d9871c;
    color: #fff;
    margin-left: -900px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_upcom_movie_img_btn_wrapper li:first-child a:hover {
    background: 0 0;
    border: 1px solid #d9871c;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_upcom_movie_img_btn_wrapper li:last-child a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-right: -900px;
    background: #f44;
    color: #fff;
    margin-top: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 50%;
}
.prs_upcom_movie_img_btn_wrapper li:last-child a:hover {
    background: #f44;
    border: 1px solid #f44;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_upcom_movie_box_wrapper:hover .prs_upcom_movie_img_btn_wrapper li:first-child a {
    margin-left: 0;
    -webkit-transition: all 0.45s linear;
    -moz-transition: all 0.45s linear;
    -ms-transition: all 0.45s linear;
    -o-transition: all 0.45s linear;
    transition: all 0.45s linear;
}
.prs_upcom_movie_box_wrapper:hover .prs_upcom_movie_img_btn_wrapper li:last-child a {
    margin-right: 0;
    -webkit-transition: all 0.75s linear;
    -moz-transition: all 0.75s linear;
    -ms-transition: all 0.75s linear;
    -o-transition: all 0.75s linear;
    transition: all 0.75s linear;
}
.prs_upcom_movie_box_wrapper:hover .prs_upcom_movie_img_overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}
.prs_upcom_movie_img_box img {
    width: 100%;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}
.prs_upcom_movie_content_box {
    float: left;
    width: 100%;
    background: #fff;
    padding: 7px 20px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_upcom_movie_box_wrapper:hover .prs_upcom_movie_content_box {
    -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_upcom_movie_content_box h2 a {
    font-size: 18px;
    color: #f44;
    font-weight: 700;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_upcom_movie_content_box h2 a:hover {
    color: #000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_upcom_movie_content_box p {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: -200px;
    color: #000;
}
.prs_upcom_movie_content_box i {
    color: #d9871c;
}
.prs_upcom_movie_content_box_inner {
    float: left;
    width: 75%;
}
.prs_upcom_movie_content_box_inner_icon {
    float: left;
    width: 25%;
    padding-top: 20px;
}
.prs_upcom_movie_content_box_inner_icon li {
    float: right;
}
.prs_upcom_movie_content_box_inner_icon li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
    border: 1px solid #eee;
    color: #d9871c;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_upcom_movie_content_box_inner_icon li a:hover {
    background: #d9871c;
    border: 1px solid #d9871c;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_upcom_movie_content_box_inner_icon li a:hover i {
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_upcom_movie_content_box_inner_icon li a i:before {
    margin-left: 0;
}
.prs_video_section_main_wrapper {
    background: url(../images/content/video_bg.html) 50% 0 repeat-y;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    height: 100%;
    padding-top: 300px;
    padding-bottom: 300px;
}
.prs_upcom_video_img_cont_over {
    position: absolute;
    bottom: 30px;
    left: 35px;
    z-index: 1;
    text-align: left;
}
.prs_upcom_video_img_cont_over li {
    float: left;
    color: #fff;
}
.prs_upcom_video_img_cont_over li i {
    color: #d9871c;
}
.prs_upcom_video_img_cont_over h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}
.prs_upcom_video_img_cont_over p {
    color: #fff;
    text-align: left;
}
.prs_upcom_video_img_cont_over li:first-child {
    margin-right: 20px;
}
.prs_video_sec_icon_wrapper {
    text-align: center;
    float: left;
    width: 100%;
}
.prs_video_sec_icon_wrapper ul {
    display: inline-block;
}
.prs_video_sec_icon_wrapper li {
    float: left;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.prs_video_sec_icon_wrapper li a {
    float: left;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: #d9871c;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    animation-duration: 1s;
    animation-delay: 0.1s;
    animation-iteration-count: infinite;
    animation-name: pulse;
    font-size: 33px;
}
.prs_video_sec_icon_wrapper li a i:before {
    margin-left: 0;
    font-size: 35px;
}
.prs_webseri_movie_img_box {
    position: relative;
    text-align: center;
}
.prs_webseri_video_sec_icon_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 38%;
}
.prs_webseri_video_sec_icon_wrapper ul {
    display: inline-block;
}
.prs_webseri_video_sec_icon_wrapper li {
    border: 10px solid rgba(255, 255, 255, 0.29);
    float: left;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.prs_webseri_video_sec_icon_wrapper li a {
    float: left;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: #d9871c;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    animation-duration: 1s;
    animation-delay: 0.1s;
    animation-iteration-count: infinite;
    animation-name: pulse;
}
.prs_webseri_video_sec_icon_wrapper li a i:before {
    margin-left: 0;
    font-size: 35px;
}
.prs_webseri_video_img_sec_icon_wrapper ul {
    display: inline-block;
}
.prs_webseri_video_img_sec_icon_wrapper li {
    border: 10px solid rgba(255, 255, 255, 0.29);
    float: left;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.prs_webseri_video_img_sec_icon_wrapper li a {
    float: left;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: #d9871c;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    animation-duration: 1s;
    animation-delay: 0.1s;
    animation-iteration-count: infinite;
    animation-name: pulse;
}
.prs_webseri_video_img_sec_icon_wrapper li a i:before {
    margin-left: 0;
    font-size: 35px;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper {
    position: absolute;
    left: 40px;
    bottom: 40px;
    text-align: left;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper p {
    color: #d9871c;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper li {
    float: left;
    margin-right: 30px;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper li:last-child {
    margin-right: 0;
    position: relative;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper li:last-child:after {
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.55);
    height: 15px;
    position: absolute;
    left: -15px;
    top: 5px;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper li i {
    color: #d9871c;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper li a {
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper li a:hover {
    color: #d9871c;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_upcom_movie_content_box_inner h2 {
    margin-top: 0;
    margin-bottom: 0;
}
.ch {
    padding-top: 35px;
}
.upcoming {
    padding: 30px 0 80px;
}
.upcomingtop {
    padding: 0 0 60px;
}
.upcoming h3 {
    color: #fff;
    font-size: 36px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
}
.upcoming h3 span {
    color: #f44;
}
.upcoming h2 {
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 0;
}
.hmweb {
    padding: 40px 0 60px;
    position: relative;
}
.section-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: -16px;
    margin: auto;
    text-align: center;
    width: 80px;
}
.hmweb .section-icon img {
    width: 150px;
}
.hmweb h4 {
    color: #000;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    padding-bottom: 35px;
}
.ceobg2 .prs_upcom_movie_box_wrapper {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #fff;
}
.ceobg2 .prs_upcom_movie_img_box {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ceobg2 .prs_upcom_movie_img_overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transition: all 0.55s linear;
    -moz-transition: all 0.55s linear;
    -ms-transition: all 0.55s linear;
    -o-transition: all 0.55s linear;
    transition: all 0.55s linear;
}
.ceobg2 .prs_upcom_movie_img_btn_wrapper {
    float: left;
    width: 100%;
    text-align: center;
}
.ceobg2 .prs_upcom_movie_img_btn_wrapper ul {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 30%;
    left: 90px;
}
.ceobg2 .prs_upcom_movie_img_btn_wrapper li {
    float: none;
}
.ceobg2 .prs_upcom_movie_img_btn_wrapper li:first-child a {
    display: inline-block;
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin-left: -900px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
    font-size: 50px;
}
.ceobg2 .prs_upcom_movie_img_btn_wrapper li:first-child a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center center;
    -webkit-animation: zcwphone2 1.5s linear infinite;
    -moz-animation: zcwphone2 1.5s linear infinite;
    animation: zcwphone2 1.5s linear infinite;
}
.ceobg2 .prs_upcom_movie_img_btn_wrapper li:last-child a {
    width: 80px;
    height: 80px;
    line-height: 70px;
    margin-left: 40% !important;
    color: #fff;
    margin-top: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 50%;
    background: #d19f68;
    border: none;
}
.ceobg2 .prs_upcom_movie_box_wrapper:hover .prs_upcom_movie_img_btn_wrapper li:first-child a {
    -webkit-transition: all 0.45s linear;
    -moz-transition: all 0.45s linear;
    -ms-transition: all 0.45s linear;
    -o-transition: all 0.45s linear;
    transition: all 0.45s linear;
}
.ceobg2 .prs_upcom_movie_box_wrapper:hover .prs_upcom_movie_img_btn_wrapper li:last-child a {
    -webkit-transition: all 0.75s linear;
    -moz-transition: all 0.75s linear;
    -ms-transition: all 0.75s linear;
    -o-transition: all 0.75s linear;
    transition: all 0.75s linear;
}
.ceobg2 .prs_upcom_movie_box_wrapper:hover .prs_upcom_movie_img_overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}
.ceobg2 .prs_upcom_movie_img_box img {
    width: 100%;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}
.ceobg2 .prs_upcom_movie_box_wrapper:hover .prs_upcom_movie_content_box {
    -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
@-webkit-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@-moz-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes zcwphone {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@-webkit-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@-moz-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@-webkit-keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(207, 8, 8, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px transparent, 0 0 12px 14px;
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(207, 8, 8, 0);
    }
}
@-moz-keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(207, 8, 8, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px transparent, 0 0 12px 14px;
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(207, 8, 8, 0);
    }
}
@keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(207, 8, 8, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px transparent, 0 0 12px 14px;
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(207, 8, 8, 0);
    }
}
@-webkit-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(207, 8, 8, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px transparent, 0 0 12px 14px;
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(207, 8, 8, 0);
    }
}
@-moz-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(207, 8, 8, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px transparent, 0 0 12px 14px;
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(207, 8, 8, 0);
    }
}
@keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(207, 8, 8, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px transparent, 0 0 12px 14px;
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(207, 8, 8, 0);
    }
}
.hmlatestre {
    position: relative;
    overflow: hidden;
    padding: 27px 0 55px;
    background-size: cover;
}
.section-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    margin: auto;
    text-align: center;
    width: 209px;
}
.hmlatestre .section-icon img {
    width: 121px;
}
.hmlatestre2 img {
    margin: 0 auto;
    display: block;
}
.hmlatestre h2 {
    font-weight: 700;
    font-size: 40px;
    color: #d19f68;
    text-shadow: 0 1px 1px rgba(94, 91, 91, 0.25);
    padding-top: 28px;
    text-align: center;
    padding-bottom: 25px;
}
.hmlatestre1 {
    position: relative;
    box-shadow: 0 5px 60px 0 rgba(40, 40, 40, 0.05);
}
.hmlatestre1 span {
    padding: 10px 0;
    display: block;
    color: red;
}
.hmlatestre1 strong {
    font-size: 20px;
    padding-top: 20px;
    display: block;
    padding-bottom: 10px;
    color: #000;
    padding-left: 10px;
}
.hmlatestre1 p {
    padding-left: 10px;
}
.hmlatestre1 a {
    color: #d19f68;
    padding-left: 10px;
}
.hmlre {
    float: right;
    padding: 10px 10px 40px;
}
.hmlre a {
    padding: 8px 15px;
    background: #d19f68;
    color: #fff;
}
.imagee {
    position: relative;
    overflow: hidden;
    background-color: #262626;
}
.imagee img {
    transition: all 0.6s ease;
}
.hmlatestre1:hover .imagee img {
    opacity: 0.5;
    transform: scale(1.07, 1.07);
}
.hmlatestre1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #d19f68;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.hmlatestre1:hover::after {
    width: 100%;
}
.hmlatestre1:hover {
    background: #ffffffba;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
}
.hmls {
    width: 700px;
}
.hmgallery {
    padding: 35px 0;
    position: relative;
}
.hmgallery .section-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    margin: auto;
    text-align: center;
    width: 209px;
}
.hmgallery .section-icon img {
    width: 121px;
}
.hmgallery h4 {
    font-weight: 700;
    font-size: 40px;
    color: #000;
    text-shadow: 0 1px 1px rgba(94, 91, 91, 0.25);
    padding-top: 28px;
    text-align: center;
    padding-bottom: 25px;
}
.fixed-filter {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    text-align: left;
}
.fixed-filter a {
    margin-right: 8px;
    line-height: 1;
    font-size: 15px;
    letter-spacing: 1px;
    color: #2b2b2b;
    position: relative;
    padding: 5px 7px 4px 7px;
    opacity: 1;
    top: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: 500;
    border: 1px solid #ccc;
    border-radius: 25px;
}
#portfolio {
    margin: 1rem 0;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}
.gallery-filter-active {
    background-color: #d19f68;
    border: 1px solid #d19f68 !important;
    color: #fff !important;
}
.portfolio-item {
    display: block;
    height: 100%;
    width: 100%;
    z-index: 2;
    position: relative;
}
.portfolio-item img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    position: relative;
    display: block;
}
#lightbox,
.lb-outerContainer,
.lightboxOverlay {
    height: 100%;
    z-index: 999999;
}
img.lb-image {
    height: 80vh !important;
    width: auto !important;
}
a.lb-close {
    position: fixed;
    right: 30px;
    top: 30px;
    transform: scale(1.5);
    z-index: 999999;
}
@media only screen and (max-width: 750px) {
    #portfolio {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-width: 50%;
        -moz-column-width: 50%;
        column-width: 50%;
    }
    .portfolio-item {
        transform: scale(1);
        opacity: 1;
    }
    img.lb-image {
        height: auto !important;
        width: 96vw !important;
    }
}
.overlays {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
}
.portfolio-item:hover .overlays {
    height: 35%;
}
.text {
    color: #fff;
    font-size: 17px;
    position: absolute;
    top: 30%;
    left: 5%;
}
.icons-bar1 {
    position: fixed;
    top: 33%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}
.icons-bar1 a {
    display: block;
    text-align: center;
    padding: 6px 11px;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 21px;
    border-radius: 63px;
    margin-bottom: 8px;
    box-shadow: 0 3px 5px #a6a6a6;
}
.facebook {
    background: #3b5998;
    color: #fff;
}
.youtube {
    background: red;
    color: #fff;
}
.google {
    background: #dd4b39;
    color: #fff;
}
.instagram {
    background-image: linear-gradient(#5c51cb, #d62a7c, #f99a40);
    color: #fff;
}
.whats {
    background: #25d366;
    color: #fff;
}
.hmform {
    background: #ffffff54;
    padding: 1px 60px;
    background: url(../images/bg-home-2.jpg) center no-repeat;
}
.hmform h3 {
    color: #000;
    font-size: 36px;
}
.form-control {
    position: relative;
    display: block;
    border: none;
    border-radius: 3px;
    border: 1px solid #848484;
    box-shadow: none;
    font-size: 14px;
    height: 41px;
    -webkit-appearance: none;
    background: #f5f5f5;
}
textarea.form-control {
    height: 100px;
}
.btn-margin {
    margin-top: 0;
}
.my-btn4 {
    background: #d19f68;
    border: 2px solid #d19f68;
    color: #fff;
    padding: 10px 27px;
    display: block;
    float: none;
}
.hmtext {
    margin-top: 100px;
}
.hmtext p {
    color: #fff;
}
.hmbtn {
    margin-top: 50px;
}
.hmbtn a {
    background: #e5030e;
    padding: 15px 35px;
    border-radius: 0 25px 25px 0;
    color: #fff;
    font-size: 15px;
}
.hmbtn a:hover {
    background: #fff;
    color: #111;
}
.hmcheck {
    text-align: center;
}
.hmcheck img {
    margin: 0 auto;
    display: block;
}
.hmtesti {
    padding: 30px 35px 69px;
    position: relative;
}
.hmtesti h3 {
    font-size: 35px;
    color: #000;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(94, 91, 91, 0.25);
}
.hmtesti .section-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    text-align: center;
    width: 209px;
}
.testimonial1 {
    padding: 45px 0;
}
.testimonial1 h4 {
    text-align: center;
    padding-bottom: 39px;
    color: #000;
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 700;
}
.testimonial {
    padding: 29px 8px 30px 80px;
    margin: 0 5px 8px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}
.testimonial .pic img {
    width: 100%;
    height: auto;
}
.testimonial .description {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    margin-bottom: 35px;
}
.testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    margin: 0;
}
.testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: #d19f68;
    font-style: italic;
}
.owl-theme .owl-controls .owl-page span {
    border: 2px solid #d19f68;
    background: #fff !important;
    border-radius: 0 !important;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background: #db8804 !important;
    border-color: #d19f68;
}
@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 20px;
        text-align: center;
    }
    .testimonial .pic {
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}
.testimonial .description i {
    color: #d19f68;
    font-size: 35px;
}
.chs {
    padding-left: 0;
    padding-right: 0;
}
.counter {
    background: url(../images/dark.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0 130px;
}
.counter {
    text-align: center;
}
.customer,
.design,
.employees,
.order {
    margin-top: 60px;
    margin-bottom: 70px;
}
.counter-count {
    font-size: 30px;
    border-radius: 50%;
    position: relative;
    color: #fff;
    text-align: center;
    line-height: 92px;
    width: 92px;
    height: 75px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    font-weight: 600;
}
.counter-count i {
    color: #fff;
}
.customer-p,
.design-p,
.employee-p,
.order-p {
    font-size: 22px;
    color: #fff;
    line-height: 31px;
    font-weight: 600;
}
.separator {
    line-height: 0.5;
    text-align: center;
    margin: 30px 0 30px 0;
}
.separator span {
    display: inline-block;
    position: relative;
}
.separator {
    line-height: 0.5;
    text-align: center;
}
.separator span::before {
    right: 100%;
    margin-right: 15px;
}
.separator span::after {
    left: 100%;
    margin-left: 15px;
}
.separator span::after,
.separator span::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    top: 0;
    width: 300px;
}
.separator span i {
    font-size: 12px;
    padding: 0;
    margin: 0;
    float: none;
    color: #fab207;
}
.Certificate {
    padding: 60px 0 110px 0;
}
.certf-col {
    margin-bottom: 15px;
}
.customer::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100px;
    border-left: 1px dashed #fff;
    left: 0;
    right: 0;
    margin: auto;
    top: -48px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.customer::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100px;
    border-left: 1px dashed #fff;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -48px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.customer:hover::after {
    height: 90px;
}
.customer:hover::before {
    height: 90px;
}
.servicepage {
    padding: 25px 0 60px;
}
.servicepage h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    color: #000;
    position: relative;
}
.servicepage h1 span {
    border-bottom: 1px dashed #d19f68;
    display: inline-block;
    padding-bottom: 2px;
}
.servicepage1 ul li {
    padding: 5px 0;
}
.servicepage1 ul li i {
    color: #d19f68;
}
.servicepage1 strong {
    font-size: 18px;
}
.servicepage1 ul {
    padding-bottom: 15px;
}
.servicepage1 span {
    color: #ee5e08;
}
.servicepages {
    padding: 25px 0 60px;
}
.servicepages h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    color: #000;
    position: relative;
}
.servicepages h1 span {
    border-bottom: 1px dashed #d19f68;
    display: inline-block;
    padding-bottom: 2px;
}
.servicepages1 ul li {
    padding: 5px 0;
}
.servicepages1 ul li i {
    color: #d19f68;
}
.servicepages1 strong {
    font-size: 18px;
    padding: 5px 0;
    display: block;
}
.servicepages1 ul {
    padding-bottom: 15px;
}
.servicepages1 span {
    color: #ee5e08;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
}
.tom {
    padding-left: 0;
    padding-right: 0;
}
.toms {
    padding-left: 5px;
}
.panel-group {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
    margin-bottom: 0;
    padding: 30px;
}
#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
#accordion .panel-title a {
    background: #353535 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
    font-family: Poppins, sans-serif;
}
#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}
#accordion .panel-title a.collapsed::after,
#accordion .panel-title a::after {
    background: #d19f68 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "";
}
#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}
#accordion .panel-body strong {
    padding-left: 25px;
}
#accordion .panel-body p span {
    color: #f0653d;
}
.faqpage {
    padding: 35px 0 60px;
}
.faqpage h3 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    color: #000;
    position: relative;
}
.faqpage h3 span {
    border-bottom: 1px dashed #d19f68;
    display: inline-block;
    padding-bottom: 6px;
}
.service {
    padding: 40px 0 90px;
}
.service1 {
    padding: 30px 0;
    text-align: center;
}
.serv1 {
    padding-top: 60px;
}
.serv1 h3 {
    font-size: 40px;
    margin-bottom: 10px !important;
    color: #db9e36;
    font-weight: 700;
}
.serv1 strong {
    font-size: 32px;
    display: block;
    color: #333;
    font-weight: 700;
    padding-bottom: 15px;
}
.serv1 p {
    font-size: 16px !important;
    letter-spacing: 1px !important;
    line-height: 28px !important;
}
.serve {
    display: none;
}
hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px dashed #c4974d;
}
.aboutpage {
    padding: 50px 0;
}
.aboutpage h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    color: #000;
    position: relative;
}
.aboutpage h1 span {
    border-bottom: 1px dashed #d19f68;
    display: inline-block;
    padding-bottom: 6px;
}
.abb {
    padding-top: 25px;
}
.aboutpage2 strong {
    text-align: center;
    display: block;
    padding-top: 10px;
    font-size: 20px;
}
.aboutpage2 p {
    padding: 10px;
}
.aboutpage2 {
    box-shadow: 0 5px 60px 0 rgba(40, 40, 40, 0.05);
}
.hmvideo {
    padding: 50px 0;
}
.hmclient {
    padding: 10px 0 50px;
}
.messages1{
color: green;
font-weight: 600;
padding-left: 15px;
padding-bottom: 6px;
}
.error{
color: red;
font-size: 14px;
}

img.zoom {
    width: 100%;
    height: 270px;
    border-radius: 5px;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
