@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap'); @charset "UTF-8"; html, body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Open Sans', sans-serif;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 0;
    margin-bottom: 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 15px;
    color: #000000;
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    font-weight: 700;
}

h1 {
    font-size: 48px;
    line-height: 50px;
}

h2 {
    font-size: 38px;
    line-height: 40px;
}

h3 {
    font-size: 30px;
    line-height: 28px;
}

h4 {
    font-size: 24px;
    line-height: 26px;
}

h5 {
    font-size: 20px;
    line-height: 22px;
}

h6 {
    font-size: 16px;
    line-height: 20px;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

a:hover {
    color: #0254d4;
    text-decoration: none;
}

a:active, a:hover {
    outline: 0 none;
}

body {
    background: #fff none repeat scroll 0 0;
    color: #444;
    font-size: 14px;
    text-align: left;
    overflow-x: hidden;
    line-height: 22px;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #ffffff;
    color: #0254d4;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

.back-to-top:focus {
    background: #0254d4;
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #0254d4;
    color: #fff;
}

.clear {
    clear: both;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
    -moz-appearance: none;
    box-shadow: none !important;
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../img/preloader.gif") no-repeat center center;
}

::-moz-selection {
    background: #eec51d;
    text-shadow: none;
}

::selection {
    background: #eec51d;
    text-shadow: none;
}

.area-padding {
    padding: 70px 0px 80px;
}

.area-padding-2 {
    padding: 70px 0px 50px;
}

.padding-2 {
    padding-bottom: 90px;
}

.section-headline h2 {
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 70px;
    position: relative;
    text-transform: capitalize;
}

.section-headline h2::after {
    border: 1px solid #0254d4;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40%;
}

.sec-head {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 0px 0px 0px;
    background: #fff;
}

#header.header-scrolled {
    background: #fff;
    height: 73px;
    padding: 10px 0;
}

#header .logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: bold;
}

#header .logo h1 span {
    color: #0254d4;
}

#header .logo h1 a, #header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    width: 164px;
}

@media (max-width: 768px) {
    #header {
        /* height: 53px; */ /* padding: 12px 0; */ background: rgb(255 255 255 / 80%);
    }

    #header .logo h1 {
        font-size: 28px;
        padding: 4px 0;
    }
}

.header-bg {
    background: url(../img/slider/slider1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

@media (min-width: 1025px) {
    .header-bg {
        background-attachment: fixed;
    }
}

.home-overly {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    position: absolute;
    width: 100%;
}

/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
    line-height: 2;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #ffffff;
    padding: 23px 12px;
    transition: 0.3s;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    transition: ease all 0.3s;
}

.nav-menu a:hover {
    transition: ease all 0.3s;
    color: #ddd;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #ffffff;
    text-decoration: none;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    line-height: 3;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    color: #165a64;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #0254d4;
}

/*.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}*/

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
   content: "\f104";
    font: normal normal normal 15px/1 FontAwesome;
    position: absolute;
    right: 15px;
    top: 14px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
        width: 100%;
        padding: 5px 0px;
    }

    .nav-menu .drop-down .drop-down > a:after {
       content: "\f104";
    }
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #000;
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #0d2529;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #0254d4;
    text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(1, 2, 2, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.slider-area {
    color: #fff;
    position: relative;
    text-align: center;
}

.slider-content {
    padding: 180px 60px;
    z-index: 999;
}

.nivo-caption::after {
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.layer-1-2 {
    margin: 20px 0;
}

.layer-1-1 h2 {
    color: #ffffff;
    font-size: 54px;
    font-weight: 700;
    line-height: 74px;
    text-align: center;
}

.layer-1-2 h1 {
    color: #000;
    font-size: 19px;
    font-weight: 700;
    line-height: 37px;
}

.layer-1-3 {
    margin: 50px 0 0;
}

.layer-1-3 a.ready-btn {
    color: #000;
    cursor: pointer;
    background: #eec51d;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 600;
    margin-top: 30px;
    padding: 9px 18px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    z-index: 222;
}

.layer-1-3 a.ready-btn:hover {
    color: #fff;
    background: #0254d4;
    border: 1px solid #0254d4;
    text-decoration: none;
}

.ready-btn.right-btn {
    margin-right: 15px;
    background: #0254d4;
    border: 1px solid #0254d4 !important;
}

.ready-btn.right-btn:hover {
    background: transparent !important;
    border: 1px solid #fff !important;
}

.nivo-controlNav {
    bottom: 7%;
    left: 0%;
    position: absolute;
    right: 0;
    width: auto;
    z-index: 8;
    margin: 0 auto;
    text-align: center;
}

.nivo-directionNav {
    display: block;
}

.nivo-controlNav a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    box-shadow: none;
    display: inline-block;
    font-size: 0;
    height: 4px;
    margin: 5px 3px;
    opacity: 1;
    text-align: center;
    text-indent: inherit;
    vertical-align: top;
    width: 50px;
}

.nivo-controlNav a:hover, .nivo-controlNav a.active {
    background: #eec51d none repeat scroll 0 0;
    border-color: #eec51d;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

/* Normal desktop :992px. */
@media (min-width: 1400px) and (max-width: 1920px) {
    .slider-content {
        padding: 240px 0;
        text-align: left;
    }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
    .slider-content {
        padding: 144px 0;
    }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .slider-content {
        padding: 93px 0;
    }

    .layer-1-2 h1 {
        font-size: 22px;
        line-height: 24px;
    }

    .layer-1-3 a.ready-btn {
        font-size: 14px;
        margin-top: 20px;
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {
  .contactsec {
    margin-top: 30px;
}
  .devided {
    margin-top: 74px !important;
  }
  .history-block .inner-block h3 {
    top: -30px !important;
    padding-left: 69px !important;
  }
  .pramotes video {
    height: 128px !important;
  }
    .mobles {
        margin-top: 25px;
    }

    .thumbnails .thumbnail {
        width: 58px !important;
    }

    .thumbnails {
        width: 287px !important;
    }

    .primary {
        width: 283px !important;
        height: 200px !important;
        background-color: #cccccc;
        background-size: contain !important;
    }

    .winds {
        padding: 0px !important;
    }

    .eachsec .flex {
        float: left;
        width: 50%;
        padding: 8px 7px;
    }

    .eachsec img {
        padding: 0px 0px !important;
    }

    .medicana-breadcrumb {
        height: 135px !important;
    }

    body .medicana-breadcrumb .breadcrumb-content {
        position: absolute;
        right: 0;
        top: 0% !important;
        left: 0% !important;
        transform: none !important;
        padding: 25px 0px !important;
    }

    .lopers.language {
        display: none;
    }

    section.video_banner {
        height: 250px !important;
        position: relative;
    }

    .footer-area {
        height: 100% !important;
    }

    .footer-head h4 {
        text-align: left !important;
    }

    .linedol {
        height: 40px;
    }

    .lopers {
        display: none;
    }

    .boler {
    }

    .qr {
        padding-left: 0% !important;
    }

    .footer-contacts {
        padding-left: 0% !important;
    }

    .height100 {
        height: 0px !important;
    }

    .about-area-v1 .medicana-content-box {
        margin-left: 0px !important;
        padding: 20px 0px !important;
    }

    .dolke {
        display: block !important;
        margin-bottom: 25px !important;
    }

    .xolkef {
        margin-bottom: 25px !important;
        width: 100% !important;
    }

    .testimonial-area-v2 .testimonial-content-slide {
        padding: 20px 20px !important;
    }

    .service-info h3 {
        line-height: 30px;
    }

    .about-area-v2 .medicana-content-box {
        margin-top: 20px;
        margin-left: 0px !important;
    }

    .medicana-breadcrumb {
        margin-top: 0% !important;
    }

    .medicana-breadcrumb .breadcrumb-content h1 {
        font-size: 26px !important;
        color: #fff;
    }

    .medicana-breadcrumb .breadcrumb-content {
        position: relative;
        padding: 74px 0 119px !important;
    }

    .moileso {
        padding-top: 50px;
    }

    .special-headingtop {
        font-size: 30px !important;
    }

    .special-heading {
        position: relative;
        font-size: 22px !important;
    }

    .item-media {
        margin-bottom: 20px;
    }

    #search-modal .search_btn {
        right: 20px !important;
    }

    .flosul {
        float: right;
        padding: 0px 0px !important;
        margin: -35px 55px !important;
    }

    .logo {
        text-align: left !important;
    }

    .about-area-v1 {
        padding-bottom: 40px !important;
    }

    .nivo-controlNav a {
        display: inline-block !important;
        height: 2px !important;
        width: 25px !important;
    }

    .d-nonr {
        display: none;
    }

    .icon-box {
        margin-bottom: 30px;
    }

    .product-section-filter .product-item .product-info h3 {
        margin-bottom: 5px;
        text-align: center;
    }

    a.border-icon:before, a.bg-icon:before, a.color-bg-icon:before {
        width: 2.6em !important;
        height: 2.6em !important;
    }

    .entry-header .cat-links {
        padding-left: 53px !important;
    }

    body .slider-content {
        width: 100% !important;
        padding: 40px 20px !important;
        margin-top: 0% !important;
        position: relative;
        border-radius: 0px 5px 5px 0px;
    }

    #header .logo img {
        width: 144px !important;
        margin-bottom: 0px;
    }

    .about-extra h4 {
        margin-top: 20px;
    }

    .about-extra-icon-style2 ul li p {
        padding: 10px 0px !important;
    }

    .about-extra-icon-style2 ul li {
        width: 137px !important;
    }

    .about-extra-icon-style2 ul li:nth-child(even) {
        margin-right: 0px;
    }

    .nivo-directionNav {
        display: none;
    }

    .slider-content {
        padding: 46px 0px;
    }

    .layer-1-2 {
        margin: 10px 0;
    }

    .layer-1-1 h2 {
        font-size: 14px;
        line-height: 16px;
    }

    .layer-1-2 h1 {
        font-size: 14px;
        line-height: 16px;
    }

    .layer-1-3 a.ready-btn {
        font-size: 12px;
        margin-top: 10px;
        padding: 8px 10px;
    }

    .layer-1-3 {
        margin: 10px 0 0;
    }

    .nivo-controlNav {
        bottom: -19%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .slider-content {
        padding: 70px 0px;
    }

    .layer-1-1 h2, .layer-1-2 h1 {
        font-size: 24px;
        line-height: 30px;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-area {
    padding: 90px 0;
    background-image: url('../../assets/img/footer.jpg');
    height: auto;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
}

.footer-head p {
    color: #fff;
    display: table;
    width: 100%;
}

.footer-head h4 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.footer-logo {
    padding-bottom: 0px;
    text-align: left;
}

.footer-logo h2 {
    color: #222;
    padding: 0;
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}

.footer-logo h2 span {
    color: #0254d4;
}

.footer-icons ul li {
    display: inline-block;
}

.footer-icons ul li a {
    color: #0254d4 !important;
    display: block;
    background: #ffffff;
    font-size: 19px;
    height: 35px;
    line-height: 27px;
    margin-right: 4px;
    text-align: center;
    width: 35px;
    border-radius: 3px;
}

.flicker-img > a {
    float: left;
    padding: 1px;
    width: 33.33%;
}

.footer-icons {
    margin-top: 30px;
}

.footer-contacts p span {
    color: #ffffff;
    font-weight: 700;
    display: table-cell;
    font-size: 21px;
    vertical-align: middle;
    width: 35px;
}

.popular-tag ul li {
    display: inline-block;
}

.footer-content {
    display: block;
    overflow: hidden;
}

.popular-tag ul li a:hover, .footer-icons ul li a:hover {
    color: #000;
}

.popular-tag ul li a {
    border: 1px solid #444;
    border-radius: 30px;
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 5px 3px;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    width: 70px;
    text-align: center;
}

.footer-area-bottom {
    background: #2b4609 none repeat scroll 0 0;
    padding: 25px 0;
    border-top: 1px solid #afac76;
    box-shadow: 0px 0px 3px #ddd;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #0254d4;
}

.copyright-text a {
    color: #444;
}

.copyright > p {
    margin-bottom: 0;
    color: #ffffff;
    margin-top: 20px;
}

.copyright a, .credits a {
    color: #0254d4;
}

.credits {
    padding-top: 5px;
    text-align: center;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 1920px) {
    .work-right-text {
        padding: 150px 150px;
    }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
    .slider-content {
        padding: 146px 0;
    }

    .work-right-text {
        padding: 40px 0;
    }

    .work-right-text h2 {
        font-size: 18px;
        line-height: 28px;
    }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .layer-1-1 h2 {
        font-size: 24px;
    }

    .layer-1-2 h1 {
        font-size: 31px;
        line-height: 38px;
        padding: 0px 30px;
    }

    .tab-menu ul.nav li a {
        padding: 10px 16px;
    }

    .suscribe-input input {
        width: 60%;
    }

    .suscribe-input button {
        width: 40%;
    }

    .team-content.text-center > h4 {
        font-size: 20px;
    }

    .sus-btn {
        margin-left: 0;
    }

    .suscribe-text h3 {
        font-size: 16px;
        padding-right: 20px;
    }

    .work-right-text h5 {
        font-size: 14px;
        line-height: 22px;
    }

    .work-right-text {
        padding: 36px 0;
    }

    .work-right-text h2 {
        font-size: 14px;
        line-height: 22px;
    }

    .work-right-text .ready-btn {
        font-size: 13px;
        padding: 7px 20px;
        margin-top: 5px;
    }

    .single-awesome-portfolio {
        width: 33.33%;
    }

    .widget-product a img {
        display: block;
        float: none;
        width: 100%;
    }

    .widget-product .product-info {
        display: block;
        float: none;
        padding-left: 0;
        width: 100%;
        margin-top: 20px;
    }

    .map-column {
        margin-left: 0;
        padding-right: 40px;
    }

    .post-information .entry-meta {
        font-size: 13px;
        padding: 5px 0;
    }

    .post-information .entry-meta span a {
        padding: 4px 0;
    }

    .service-pic {
        margin-bottom: 30px;
        text-align: center;
    }

    .single-add-itms {
        width: 50%;
    }

    .left-sidebar-title > h4 {
        font-size: 18px;
    }

    .contact-form {
        margin-top: 0px;
    }

    .search-option input {
        width: 67%;
    }
}

/* small mobile :320px. */
@media (max-width: 767px) {
    .flosul {
        width:auto !important;
    }

    .nivo-caption .btn-down {
        display: none !important;
    }

    .contact-info-box {
        padding: 10px !important;
    }

    .padding {
        padding: 30px 0px !important;
    }

    .nivoSlider {
        height: 155px;
    }

    .slider-area {
        margin-top: 60px;
        height: 150px;
    }

    .slider-content {
        padding: 80px 0px;
    }

    .slider-content h2 {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .slider-content h1 {
        font-size: 17px !important;
        line-height: 26px !important;
    }

    .layer-1-3 a.ready-btn {
        padding: 8px 15px;
    }

    .section-headline h2 {
        font-size: 30px;
    }

    .well-middle .single-well {
        margin-top: 30px;
    }

    .tab-menu {
        margin-top: 30px;
    }

    .tab-menu ul.nav li a {
        padding: 8px 6px;
    }

    .wellcome-text {
        margin: 0px;
        padding: 70px 0px;
    }

    .subs-feilds {
        width: 100%;
    }

    .suscribe-input input {
        width: 60%;
    }

    .suscribe-input button {
        font-size: 15px;
        padding: 14px 10px;
        width: 40%;
    }

    .section-headline h3 {
        font-size: 25px;
    }

    .well-text > h2 {
        font-size: 18px;
    }

    .well-text p {
        display: none;
    }

    .single-team-member {
        margin-bottom: 30px;
    }

    .service-right {
        width: 100%;
    }

    .service-images:hover .overly-text {
        display: none;
    }

    .portfolio-area {
        padding-top: 0px;
    }

    .project-menu li a {
        padding: 8px 12px;
        margin: 10px 4px;
    }

    .pri_table_list {
        margin-bottom: 30px;
    }

    .single-awesome-project, .portfolio-2 .single-awesome-project {
        width: 100%;
        float: none;
    }

    .single-blog {
        margin-bottom: 30px;
    }

    .sus-btn {
        margin-left: 0;
        margin-top: 30px;
    }

    .contact-form {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .head-team h5 {
        font-size: 22px;
    }

    .footer-content {
        margin-bottom: 30px;
    }

    .header-bottom h1 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .page-area .slider-content {
        padding: 500px 0;
    }

    .search-option input {
        width: 74%;
    }

    .header-bottom h2 {
        font-size: 20px;
        margin-bottom: 0;
    }

    li.threaded-comments {
        margin-left: 0;
    }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .submitbtn {
        float: none;
        width: 99.8%;
    }

    .icons-bottom ul li a {
        height: 40px;
        line-height: 37px;
        width: 40px;
    }

    .blog-post-dlc ul li {
        padding-left: 20px;
        padding-right: 20px;
    }

    .awesome-portfolio-content .portfolio-2 {
        width: 50%;
    }

    .gallary-details .single-awesome-portfolio {
        width: 50%;
    }

    .tab-menu ul.nav li a {
        padding: 8px 20px;
    }
}

@media (max-width: 575px) {
    .slider-content {
        padding: 0;
    }
}

/*start css*/
header .nav-menu>ul {
    margin: 0px auto;
    float: right;
}

.d-none-scroll {
    display: none;
}

.fixed-top.header-scrolled .d-none-scroll {
    display: block;
}

.fixed-top.header-scrolled .d-block-scroll {
    display: none;
}

#header.fixed-top.header-scrolled .logo img {
    width: 130px;
}

#header.fixed-top.header-scrolled .nav-menu>ul {
    line-height: 34px;
}

/*rotate css*/
.image-has-rotate .rotate-before-image {
    position: absolute;
    left: 1px;
    bottom: 0;
    width: 36px;
    top: 0;
    height: 100%;
    background-size: cover;
    background-position: left;
    transform: rotateY(90deg);
    transform-origin: 0 0;
}

.image-has-rotate:hover .image-rotate-shadow {
    opacity: 1;
    bottom: -7%;
    transform: rotateX(102deg) scale(0.45) rotateZ(-45deg);
}

.image-has-rotate .image-rotate-shadow {
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 100px 50px rgba(0, 0, 0, 0.3);
    transition: all 0.5s;
    opacity: 0;
    transform: rotateX(95deg) scale(0.45);
    transform-origin: bottom;
}

.image-has-rotate img {
    position: relative;
    z-index: 999999;
}

.image-has-rotate:hover .image-rotate-wrapper, .image-has-rotate:hover .woocommerce-product-image {
    transform: rotateY(40deg) translateY(-5%);
}

.image-has-rotate .woocommerce-product-image {
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.5s;
}

.image-has-rotate {
    perspective: 1600px;
}

.section-headline.services-head.text-center {
    margin-bottom: 45px;
}

.services-area {
    background: #f3f1f1;
}

.blog-text {
    padding: 14px 20px 10px;
}

.footer-head ul li {
    margin-right: 10px;
}

.footer-head ul li a {
    transition: all 0.3s ease-in-out;
    color: #fff;
    display: block;
    padding: 4px 0px;
}

.footer-head ul li a:hover {
    padding-left: 6px;
    display: block;
    transition: all 0.3s ease-in-out;
}

.single-blog {
    border: 1px solid #eee;
    border-radius: 7px;
}

.about-extra-icon-style2 ul li:hover {
    background-color: #0254d4;
    transition: all .3s ease-in-out;
}

.about-extra-icon-style2 ul li:hover p {
    color: #fff;
}

.services-details:hover {
    transform: translateY(-10px);
    box-shadow: 0px 4px 4px #ddd;
}

.footer-head ul li a:hover {
    transition: all .3s ease-in-out;
}

.slider-content p {
    font-size: 18px;
    color: #fff;
}

.layer-1-1 h2 span {
    color: #ffffff;
}

.slider-content {
    padding: 70px 100px;
    margin-top: 10%;
    position: relative;
    border-radius: 0px 5px 5px 0px;
    text-align: center;
}

.innerpages {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}

.innertitle {
    position: absolute;
    bottom: 40px;
}

.innertitle h4 {
    color: #fff;
}

.padigtop {
    padding: 50px 0px 30px;
}

.nivo-caption:before {
    opacity: 0.85;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.nivo-caption .btn-down {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 120px;
    height: 36px;
    background: url(../../assets/img/mouse.png) no-repeat center / cover;
    z-index: 5;
}

/*fouricon css start*/
.s-overlay.ds.ms:before {
    content: '';
    display: block;
}

.ds .color-main2 {
    color: #ebc912;
}

.icon-styled {
    text-align: center;
    display: inline-block;
    line-height: 1;
}

.icon-box p {
    color: #fff;
}


.color-main2 {
    color: #ebc912;
    border-color: #ebc912;
}

.fs-70 {
    font-size: 70px;
}

.icon-styled i {
    width: 1em;
}

.icon-box h6 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 16px;
    letter-spacing: 0;
}

.special-heading + p.special-heading {
    margin-top: 27px;
    letter-spacing: 0;
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 0;
    line-height: 1.15;
    width: 100%;
}

.divider-md-50 {
    margin-top: 50px;
}

.shop-categories-carousel .vertical-item {
    padding: 0 30px;
}

.shop-categories-carousel .vertical-item .item-media {
    height: 100%;
    width: 100%;
}

.post-thumbnail {
    text-align: center;
}

.item-media {
    position: relative;
    overflow: hidden;
}

.shop-categories-carousel .vertical-item .item-media img {
    border-radius: 50%;
}

.item-media img {
    width: 100%;
}

a > img {
    transition: all 0.15s ease-in-out 0s;
}

.shop-categories-carousel .vertical-item .item-content {
    padding: 0;
}

.cat-links {
    display: block;
}

.shop-categories-carousel .vertical-item .item-content .cat-links a {
    font-size: 22px;
    text-transform: capitalize;
    margin-top: 38px;
    margin-bottom: 23px;
    font-weight: 700;
}

.cat-links a {
    display: inline-block;
    line-height: 1;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 4px 4px;
    color: #07322d;
}

a:hover > img {
    opacity: 0.8;
}

@media (min-width: 1200px) {
    .s-pt-xl-135 > [class*='container'] {
        padding-top: 75px;
    }

    .container {
        width: 1200px;
        max-width: 1200px;
    }

    .nivo-directionNav .nivo-prevNav {
        left: 12%;
    }

    .nivo-directionNav .nivo-nextNav {
        right: 12%;
    }
}

@media (min-width: 992px) {
    .s-pb-lg-125 > [class*='container'] {
        padding-bottom: 75px;
    }
}

.special-headingtop {
    font-size: 30px;
    text-transform: uppercase;
    color: #0254d4;
    letter-spacing: 1px;
    font-weight: 700;
}

.text-sm-left {
    text-align: left!important;
}

.ds .special-headings span.sub-title {
    color: #ebc912;
}

.special-headings span.sub-title {
    padding-left: 65px;
}

.special-heading span.sub-title, .special-heading span.sub-title-2 {
    line-height: 1;
    margin-bottom: 13px;
    text-transform: uppercase;
    letter-spacing: 5.6px;
    font-size: 14px;
    color: #07a763;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.text-uppercase {
    text-transform: uppercase!important;
}

.ds .special-headings span.sub-title:before {
    background: #ebc912;
}

.special-headings span.sub-title:before {
    content: '';
    height: 2px;
    width: 50px;
    background: #07a763;
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    transform: translateY(-50%);
}

.special-headings span {
    display: inline-block;
    position: relative;
    font-weight: 600;
}

.shortcode-widget-area {
    max-width: 500px;
    width: 100%;
}

.widget {
    position: relative;
}

.shortcode-widget-area .widget_mc4wp_form_widget form {
    width: 100%;
    max-width: unset;
    position: relative;
    margin: 0 auto;
}

.shortcode-widget-area .widget_mc4wp_form_widget input {
    border: 1px solid #fff;
    text-align: left;
    padding: 10px 20px 10px 40px;
    height: 50px;
    color: #356551;
    background: #fff;
    margin-bottom: 0;
    max-width: unset;
    width: 100%;
    border-radius: 5rem;
}

.shortcode-widget-area .widget_mc4wp_form_widget button {
    position: absolute;
    padding: 12px 50px;
    width: auto;
    font-weight: 600;
    top: 0%;
    right: -1px;
    left: auto;
    border: #eec51d;
    display: block;
    height: 50px;
    bottom: 0;
    background: #eec51d;
    text-align: center;
    border-radius: 0 5rem 5rem 0;
    color: #000;
    font-size: 15px;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.shortcode-widget-area .widget_mc4wp_form_widget button .screen-reader-text {
    position: static !important;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.response, .color-main {
    color: #07a763;
    border-color: #07a763;
}

.text-divider {
    display: inline-block;
    color: #fff;
    margin: 0 2em;
    vertical-align: middle;
}

a[class*='fa-'].rounded-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 3px;
}

.ds a.bg-icon {
    background-color: #fff;
    color: #07322d;
}

a.fab, a.fa {
    font-size: 14px;
    line-height: 1;
    text-align: center;
}

a.border-icon:before, a.bg-icon:before, a.color-bg-icon:before {
    width: 3.6em;
    height: 3.6em;
    line-height: 3.6em;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
}

.newslettter {
    position: relative;
    z-index: 99;
}

.post {
    position: relative;
}

.item-media {
    position: relative;
    overflow: hidden;
}

.blog-carousel .post.vertical-item .item-content, .masonry-layout.blog-carousel .post.vertical-item .item-content {
    padding: 32px 0 0;
}

.entry-header .cat-links {
    padding-left: 65px;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.entry-header .entry-title {
    font-size: 19px;
    text-transform: none;
    margin: 0 0 0em;
    line-height: 1.4;
}

.entry-footer {
    margin-top: 40px;
    text-align: center;
}

.entry-meta {
    margin: 0px 35px;
    line-height: 1;
    clear: both;
    align-items: center;
    position: absolute;
    bottom: 22px;
    z-index: 99;
    background: #fff;
    left: 0;
    right: 0;
    padding: 7px 3px;
    box-shadow: 0px 0px 9px #ddd;
}

.entry-meta .byline {
    align-items: center;
    line-height: 1.7;
    width: 100%;
}

.entry-meta i {
    font-size: 14px;
    color: #ebc912;
    margin-right: 8px;
}

.entry-meta a {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #0254d4;
}

.footer-logo img {
    width: 157px;
    margin: 0 auto 8px;
    padding-left: 8%;
}

.nav-menu {
    margin: 0 auto;
    border: none;
}

.boler {
    background: #0254d4;
    display: table;
    width: 100%;
    padding: 10px 0px 5px;
}

.logo {
    text-align: center;
    float: left;
}

.nav-menu > ul > li:nth-child(3) {
}

/*Search-modal*/
#search-modal {
    background: rgba(23, 26, 33, 0.95);
}

#search-modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    border: none;
    outline: 0;
}

#search-modal form {
    position: relative;
}

#search-modal .modal-content {
    background: 0 0;
    box-shadow: none;
    border: none;
    box-shadow: none;
}

#search-modal .form_control {
    width: 100%;
    height: 60px;
    border: none;
    padding-left: 0;
    background: transparent;
    border-bottom: 1px solid #e5e5e5;
    color: white;
    margin-bottom: 0;
}

#search-modal::placeholder {
    color: white;
}

#search-modal .search_btn {
    position: absolute;
    background: transparent;
    top: 20px;
    right: 0;
    color: white;
    background: none;
    border: none;
}

.tool-link {
    float: left;
    position: relative;
    z-index: 99999;
    padding: 3px 20px;
}

.tool-link ul li {
    display: inline-block;
    margin-right: 10px;
}

.tool-link ul li a {
    position: relative;
    color: #fff;
    font-size: 19px;
}

.flosul {
    width: 310px;
    text-align: right;
    float: right;
    padding: 20px 0px;
}

.lopers .dropdown-toggle {
    border: none;
    background: transparent;
}

.lopers img {
    padding-right: 5px;
}

.lopers .dropdown-toggle:focus {
    border: none;
    background: transparent;
    outline: none;
}

.lopers .dropdown-menu {
    width: 93px;
    max-width: 90px;
    min-width: 90px;
    padding: 0px;
    border-radius: 0px;
}

.lopers .dropdown-menu li {
}

.lopers .dropdown-menu li a {
    display: block;
    color: #000;
    padding: 2px 10px;
    font-weight: 600;
    font-size: 14px;
}

.lopers .dropdown-menu li a:hover {
    color: #eec51d;
}

/*about css*/
.about-area-v1 {
    padding-bottom: 40px;
}

.pt-140 {
    padding-top: 70px;
}

.about-area-v1 .about-img-box {
    position: relative;
}

.about-area-v1 .medicana-content-box {
    border-radius: 0px 10px 10px 0px;
    margin-left: -158px;
    margin-top: 0px;
    padding: 0px 50px;
    text-align: justify;
}

.mb-30 {
    margin-bottom: 20px;
}

.section-title span {
    font-size: 20px;
    font-weight: 600;
    padding: 4px 20px;
    border-radius: 3px;
    margin-bottom: 0px;
    display: table;
    color: #0254d4;
    width: 100%;
    text-align: center;
}

.section-title h2 {
    position: relative;
    font-weight: 600;
    color: #0254d4;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-title h2:after {
    display: block;
    content: '';
    margin-bottom: 12px;
}

.backpord {
    background-repeat: no-repeat;
    padding: 60px 0px;
    background-size: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
}

.entry-header h6 a {
    color: #000;
    padding: 0px 25px;
    display: block;
}

.pdn {
    padding: 0px;
}

.media-links {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}

[class*="-item"]:hover .media-links:before {
    opacity: 0.5;
}

.media-links:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    transition: all 0.2s linear;
}

[class*="-item"]:hover .media-links div {
    filter: alpha(opacity=100);
    opacity: 1;
}

.content-absolute .media-links div {
    display: flex;
    width: 100%;
    height: 100%;
    margin-top: 0;
    justify-content: center;
}

.media-links div {
    z-index: 4;
}

[class*="-item"]:hover .media-links a.abs-link {
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: none;
}

[class*="-item"]:hover .links-wrap a {
    bottom: 4%;
    opacity: 1;
}

.content-absolute .media-links div a {
    transition: all 0.35s ease 0.1s;
}

.ds a:not(.btn) {
    color: #fff;
}

[class*="-item"] .links-wrap a {
    position: absolute;
    width: 100%;
    bottom: 0;
    line-height: 3;
    left: 0;
    right: 0;
    display: inline-block;
    z-index: 5;
    font-size: 20px;
    text-align: center;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.padding {
    padding: 80px 0px;
}

.marg {
    margin-top: 18px;
}

.special-heading span:after {
    content: '';
}

.mb-40 {
    margin-bottom: 40px;
}

.product-section-filter .product-item .product-img {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #eee;
    box-shadow: 1px 2px 4px #e6e6e6;
}

.product-section-filter .product-item .product-img img {
    width: 100%;
    margin: auto;
}

.product-section-filter .product-item .product-img .product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(238 197 29 / 66%);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
}

.product-section-filter .product-item .product-img .product-overlay .product-overlay-content {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.product-section-filter .product-item .product-img .product-overlay .product-overlay-content .main-btn {
    padding: 0px 11px 0px;
    background: #fff;
    color: #0254d4;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.main-btn {
    display: inline-block;
    padding: 12px 24px;
    font-size: 13px;
    font-weight: 700;
    color: #0200fe;
    text-transform: uppercase;
    background: #eec51d;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.product-section-filter .product-item .product-info {
    border-radius: 0 0 10px 10px;
    padding: 20px 0px 0px;
}

.product-section-filter .product-item .product-info h3 {
    margin-bottom: 5px;
    text-align: center;
    font-weight: 700;
}

.product-section-filter .product-item:hover .product-img .product-overlay {
    visibility: visible;
    opacity: 1;
}

.product-section-filter .product-item:hover .product-img .product-overlay .product-overlay-content .main-btn {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.product-section-filter .product-item:hover .product-img .product-overlay .product-overlay-content {
    visibility: visible;
    opacity: 1;
}

.product-section-filter .product-item .product-info h3 a {
    color: #000;
    font-size: 18px;
}

.s-pt-xl-75 {
    padding-bottom: 75px;
}

.paddingo {
    padding: 0px;
}

.padding70 {
    padding-top: 70px;
}

.white {
    color: #fff;
}

.special-heading {
    position: relative;
    color: #0254d4;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

#search-modal .form_control:focus {
    outline: none;
}

@media (max-width: 1024px) and (min-width:768px) {
    .nivo-controlNav {
        display: none;
    }

    .layer-1-1 h2 {
        line-height: 40px !important;
    }

    .slider-content {
        width: 100% !important;
        margin-top: 0px !important;
    }

    body .flosul {
        float: right;
        padding: 0px 0px !important;
        margin: -73px 55px !important;
    }

    .about-area-v1 .about-img-box:before {
        right: 0 !important;
    }

    .flosul {
        float: right;
        padding: 0px 0px !important;
        margin: -35px 55px !important;
    }

    .logo {
        text-align: left !important;
    }
}

/*about css*/
.medicana-breadcrumb {
    position: relative;
    background-size: cover;
    height: 180px;
    background-repeat: no-repeat;
    background-position: 0px 50%;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.medicana-breadcrumb .breadcrumb-content {
    position: absolute;
    right: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.medicana-breadcrumb .breadcrumb-content h1 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 0px;
}

.medicana-breadcrumb .breadcrumb-content .breadcrumb-link {
}

.medicana-breadcrumb .breadcrumb-content .breadcrumb-link ul li {
    display: inline-block;
}

.medicana-breadcrumb .breadcrumb-content .breadcrumb-link ul li a {
    text-transform: capitalize;
    color: #ffffff;
}

.medicana-breadcrumb .breadcrumb-content .breadcrumb-link ul li span {
    margin-left: 10px;
    margin-right: 5px;
    color: #ffffff;
}

.medicana-breadcrumb .breadcrumb-content .breadcrumb-link ul li.active a {
    color: #ffffff;
}

.about-area-v2 .about-img-box {
    position: relative;
}

.about-area-v2 .about-img-box .about-img.about-img-1 img {
    max-width: 345px;
    width: 100%;
}

.about-area-v2 .about-img-box .about-img.about-img-2 {
    position: absolute;
    right: 0;
    bottom: 30px;
}

.about-area-v2 .about-img-box .content-box {
    position: absolute;
    top: 70px;
    right: 0;
    max-width: 310px;
    width: 100%;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0px 10px 50px rgba(74, 74, 74, 0.15);
    display: flex;
    align-items: center;
    padding: 20px;
}

.about-area-v2 .about-img-box .content-box .info {
    margin-left: 20px;
}

.about-area-v2 .medicana-content-box {
    margin-left: 70px;
}

.mb-20 {
    margin-bottom: 20px;
}

.light-bg {
    background: #F7FBFD;
}

.mb-80 {
    margin-bottom: 80px;
}

.about-area-v3 .about-box {
    position: relative;
    display: flex;
    align-items: flex-start;
    z-index: 1;
}

.mb-55 {
    margin-bottom: 55px;
}

.about-area-v3 .about-box .icon {
    position: relative;
    background: #1D8107;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    min-width: 70px;
    max-width: 70px;
    width: 70px;
    height: 70px;
}

.about-area-v3 .about-box .icon:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: #CBE2CC;
    width: 70px;
    height: 70px;
    border-radius: 6px;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
    z-index: -1;
}

.about-area-v3 .about-box .info {
    margin-left: 35px;
}

.about-area-v3 .about-box .info h4 {
    margin-top: -9px;
    margin-bottom: 15px;
}

.about-area-v3 .about-box .info p {
    line-height: 30px;
}

.about-area-v3 .service-box .service-info {
    background: #fff;
    filter: drop-shadow(0px 10px 40px rgba(74, 74, 74, 0.1));
    padding: 80px 50px;
}

.testimonial-area-v2 .testimonial-content-slide .testimonial-box p {
    font-size: 24px;
    font-style: italic;
    margin-bottom: 35px;
    line-height: 40px;
}

.testimonial-area-v2 .testimonial-content-slide {
    position: relative;
    background: #fff;
    box-shadow: 0px 25px 60px rgba(7, 10, 36, 0.1);
    text-align: center;
    padding: 80px 120px;
    border-radius: 10px;
}

.about-area-v3 .service-box .service-info .icon {
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 4px solid #1D8107;
    background: #fff;
    margin: 0 auto;
    margin-top: -160px;
    margin-bottom: 55px;
}

.service-info h3 a {
    color: #000;
}

.mb30 {
    margin-bottom: 80px;
}

.ormdpm {
    padding-bottom: 100px;
}

/*---====== Start Contact Section CSS ======---*/
.contact-section {
    position: relative;
    padding-bottom: 40px;
}

.map-section .map-box iframe {
    width: 100%;
    height: 450px;
    border: none;
    display: inherit;
    border-radius: 10px;
}

textarea.form_control {
    height: 130px;
    display: inherit;
}

.mt-30 {
    margin-top: 30px;
}

.blogset .item-content {
    padding-top: 0px;
    position: relative;
}

.blogset .shortpost {
    margin-bottom: 50px;
    border: 1px solid #eceaea;
    padding: 0px 0px 35px;
    box-shadow: 0px 1px 3px #ddd;
}

/*blog detail css*/
.mb-60 {
    margin-bottom: 60px;
}

.mb-45 {
    margin-bottom: 45px;
}

.blog-details-section .blog-details-wrapper .blog-content p {
    font-size: 14px;
    margin-bottom: 23px;
}

.blog-details-section .blog-details-wrapper .blog-content img {
    margin-bottom: 25px;
}

.blog-details-section .blog-details-wrapper .blog-content h3 {
    font-size: 23px;
    margin-bottom: 20px;
    margin-top: 9px;
}

.blog-details-section .blog-details-wrapper .blog-content .content-img {
    position: relative;
}

.blog-details-section .blog-details-wrapper .post-share-tag {
    padding: 30px 0;
    border-top: 1px solid #E3E7E9;
    border-bottom: 1px solid #E3E7E9;
}

.blog-details-section .blog-details-wrapper .post-share-tag .tag-list ul li {
    display: inline-block;
}

.blog-details-section .blog-details-wrapper .post-share-tag .social-box {
    float: right;
}

.blog-details-section .blog-details-wrapper .post-share-tag .social-box .social-link li {
    margin-left: 5px;
}

.social-link li {
    display: inline-block;
}

.blog-details-section .blog-details-wrapper .post-share-tag .social-box .social-link li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    background: #EFF3F7;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog-details-section .blog-details-wrapper .admin-box {
    padding: 30px;
    border: 1px solid #E3E7E9;
    display: flex;
    align-items: flex-start;
}

.blog-details-section .blog-details-wrapper .admin-box .admin-img {
    width: 90px;
    height: 90px;
}

.blog-details-section .blog-details-wrapper .admin-box .admin-info {
    margin-left: 35px;
}

.blog-details-section .blog-details-wrapper .admin-box .admin-info h5 {
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 8px;
    font-weight: 600;
}

.blog-details-section .blog-details-wrapper .admin-box .admin-info .btn-link {
    color: #03262C;
}

.blog-details-section .blog-details-wrapper .comment-area {
    margin-bottom: 50px;
    margin-top: 30px;
}

.blog-details-section .blog-details-wrapper .comment-area h4 {
    margin-bottom: 30px;
}

.blog-details-section .blog-details-wrapper .comment-area .single-comment {
    display: flex;
    align-items: flex-start;
    margin-bottom: 45px;
}

.blog-details-section .blog-details-wrapper .comment-area .single-comment .comment-img {
    min-width: 90px;
    min-height: 90px;
    max-width: 90px;
    max-height: 90px;
}

.blog-details-section .blog-details-wrapper .comment-area .single-comment .comment-info {
    margin-left: 30px;
}

.blog-details-section .blog-details-wrapper .comment-area .single-comment .comment-info h5 {
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 8px;
    font-weight: 600;
}

.blog-details-section .blog-details-wrapper .comment-area .single-comment .comment-info h5 span {
    font-size: 18px;
    color: #1D8107;
    margin-left: 20px;
}

.blog-details-section .blog-details-wrapper .comment-area .single-comment .comment-info p {
    font-size: 16px;
    line-height: 30px;
}

.blog-details-section .blog-details-wrapper .comment-form h4 {
    margin-bottom: 30px;
}

.blog-details-section .blog-details-wrapper .comment-form .form_group {
    margin-bottom: 20px;
}

textarea.form_control {
    height: 130px;
    display: inherit;
    background: #eee;
}

.form_control {
    width: 100%;
    height: 42px;
    border-radius: 2px;
    border: 2px solid #ececec;
    padding: 7px 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

button.main-btn {
    border: none;
}

.medicana-sidebar .search-widget {
    padding-bottom: 0px;
}

.medicana-sidebar .widget-box {
}

.medicana-sidebar .widget-box .widget-title:after {
    display: block;
    content: '';
    width: 60px;
    height: 3px;
    background: #eec51d;
    margin-top: 10px;
    margin-bottom: 28px;
}

.medicana-sidebar .search-widget .form_group {
    position: relative;
}

.medicana-sidebar .search-widget .form_group i {
    position: absolute;
    top: 6px;
    right: 7px;
    font-size: 15px;
    background: #eec51d;
    color: #fff;
    width: 30px;
    height: 30px;
    padding: 8px;
    border-radius: 100%;
}

.medicana-sidebar .recent-post-widget .blog-box {
    margin-bottom: 40px;
}

.medicana-sidebar .recent-post-widget .blog-box .blog-content h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
}

.medicana-sidebar .recent-comment-widget .single-comment {
    margin-bottom: 27px;
}

.medicana-sidebar .recent-comment-widget .single-comment span {
    font-size: 18px;
    margin-bottom: 5px;
}

.comment-info a {
    color: #000;
    font-size: 20px;
}

.post-share-tag .tag-list ul li a {
    font-size: 20px;
    color: #000;
}

.medicana-sidebar .recent-post-widget .blog-box .blog-content h3 a {
    color: #000;
}

.post-meta a {
    color: #888;
}

.single-comment a {
    color: #888;
}

/*products pages*/
.shop-sidebar .widget-box.categories-box ul li {
    display: block;
    margin-bottom: 0px;
    margin-left: 0px;
}

.shop-sidebar .widget-box.categories-box ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: #ffffff;
    overflow: hidden;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #000;
    font-size: 15px;
    border-bottom: 2px solid #eee;
    font-weight: 600;
}

.shop-sidebar .widget-box.categories-box ul li a span {
    float: right;
    padding-left: 6px;
}

.shop-section .shop-filter .product-search .form_group, .recent-product-section .shop-filter .product-search .form_group {
    position: relative;
    padding: 20px;
}

.shop-section .shop-filter .product-search .form_group .form_control, .recent-product-section .shop-filter .product-search .form_group .form_control {
    border-radius: 3px;
    border-color: #fdd30c;
}

.shop-section .shop-filter .product-search .form_group .search-btn, .recent-product-section .shop-filter .product-search .form_group .search-btn {
    position: absolute;
    top: 20px;
    right: 22px;
    min-width: 40px;
    height: 42px;
    background: #fdd30c;
    color: #fff;
    border: none;
    border-radius: 0 3px 3px 0;
}

.medicana-pagination {
    margin-top: 30px;
}

.medicana-pagination ul li, .medicana-pagination ul li {
    display: inline-block;
}

.medicana-pagination ul li a.prev, .medicana-pagination ul li a.prev, .medicana-pagination ul li a.prev, .medicana-pagination ul li a.prev {
    width: 85px;
}

.medicana-pagination ul li a, .medicana-pagination ul li a {
    width: 50px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    padding: 10px 20px;
    color: #03262C;
    background: #EBF5FB;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.medicana-pagination ul li a:hover, .medicana-pagination ul li a:focus, .medicana-pagination ul li a:hover, .medicana-pagination ul li a:focus {
    background: #0254d4;
    color: #fff;
}

.mb-100 {
    margin-bottom: 100px;
}

.catery {
    background: #eec51d;
    padding: 14px 20px;
    margin-bottom: 0px;
    border-radius: 3px;
    display: block;
}

.catery img {
    width: 20px;
    float: right;
}

.catery a {
    font-size: 17px;
    color: #000;
    border-radius: 3px;
    display: block;
    font-weight: 600;
}

.catery span {
    float: right;
}

.sedcop {
    background: #eec51d;
    margin-bottom: 30px;
}

.despto h4 {
    font-size: 15px;
    color: #548616;
}

.ability {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px 15px;
    margin: 15px 0px;
    display: table;
    width: 100%;
}

.dome {
    background: #2b4609;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 0px;
    margin-left: 20px;
}

.mobles {
}

.mt60 {
    margin-top: 60px;
}

.mobles span img {
    width: 126px;
}

.dome:hover, .dome:focus {
    color: #ddd;
}

.detla {
    width: 100%;
    margin-bottom: 30px;
}

.solutionsc {
    background-color: #eeeeee;
}

.productsli {
    margin-bottom: 50px;
}

.productsli li {
    display: inline-block;
    padding: 0px 25px;
}

.productsli li a {
    color: #525252;
    font-weight: 500;
    font-size: 14px;
}

.productsli li a:hover, .productsli li a:focus {
}

.btn {
    background-color: #eec51d;
    color: #0000fe;
    padding: 7px 14px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.btn:hover, .btn:focus {
    background-color: #0254d4;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

section.theproducts.ls {
    padding-bottom: 50px;
}

.mtable {
    display: table;
    margin: 0 auto;
}

.cover-background {
    height: 390px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
}

.lopedk {
    transition: all 0.3s ease-in-out;
    display: inline-block;
    background: #0254d4;
    padding: 17px 23px;
    border-radius: 5px;
    height: 77px;
}

.lopedk:hover {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background-color: #eec51d;
}

.lopedk img {
    width: 44px;
    height: 43px;
}

.xolkef {
    padding: 0px 0px;
    width: 285px;
}

.dolke {
    display: inline-flex;
    margin-bottom: 85px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.xolkef h3 {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #949494;
    padding-left: 8px;
}

.footer-icons ul li a:hover {
    color: #000 !important;
}

.contatinfo {
}

.contatinfo input {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 10px;
    background: rgb(255 255 255 / 60%);
    border: 2px solid #fff;
}

.signup {
    width: 100%;
    padding: 12px 10px;
    background: transparent;
    border-width: 2px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    transition: all 0.3s ease-in-out;
    border: 2px solid #eec51d;
}

.signup:hover, .signup:focus {
    outline: none;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    color: #0254d4;
}

.contatinfo input:focus {
    outline: none;
}

.contatinfo ::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

.contatinfo :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.contatinfo ::placeholder {
    color: #fff;
}

/*.height100{
  height: 10px;
}*/
.footer-contacts {
    padding-left: 30%;
}

.qr {
    padding-left: 15%;
}

.nivo-nextNav {
    font-size: 40px;
    padding-right: 30px;
}

.nivo-prevNav {
    font-size: 40px;
    padding-left: 30px;
}

.headersocial {
}

.headersocial ul {
    padding: 0px;
}

.headersocial ul li {
    display: inline-block;
}

.headersocial ul li a {
    color: #0254d4 !important;
    display: block;
    background: #ffffff;
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    margin-right: 6px;
    text-align: center;
    width: 25px;
    border-radius: 3px;
}

.headersocial ul li a:hover {
    color: #000 !important;
    transition: all .3s ease-in-out;
    padding-left: 6px;
}

.item-media:hover {
    cursor: pointer;
}

@media (max-width: 1199px) and (min-width:992px) {
    .nivo-directionNav .nivo-prevNav {
        left: 12%;
    }

    .nivo-directionNav .nivo-nextNav {
        right: 12%;
    }

    .flosul {
        width: 275px;
    }

    .container {
        padding: 0% 0%;
        max-width: 1075px;
    }

    .section-title h2 {
        margin-bottom: 0px !important;
    }

    .medicana-content-box .mb-30 {
        margin-bottom: 10px !important;
    }

    .nav-menu a {
        padding: 8px 14px !important;
    }
}

@media (min-width: 1600px) and (max-width:1900px) {
    .nivo-directionNav .nivo-prevNav {
        left: 22%;
    }

    .nivo-directionNav .nivo-nextNav {
        right: 22%;
    }
}

@media (min-width: 1920px) {
    .footer-area {
        height:515px;
    }

    .slider-content {
        margin-top: 18%;
    }

    .nivo-directionNav .nivo-prevNav {
        left: 23%;
    }

    .nivo-directionNav .nivo-nextNav {
        right: 23%;
    }
}

/*inner page css strat*/
.devided {
    display: table;
    width: 100%;
}

.toggledot {
    border: 2px solid #eee;
    border-top: none;
    margin-bottom: 20px;
}

.shop-sidebar .widget-box.categories-box ul li:last-child a {
    border-bottom: none;
}

.product-search.prosrch {
    border: 2px solid #eee;
}

.product-search.prosrch h5 {
    border-bottom: 2px solid #eee;
    background: #f5f5f5;
    font-size: 18px;
    padding: 13px 20px;
    margin-bottom: 0px;
}

.prosrch .form_control:focus {
    outline: none;
}

.product-item {
}

.fullpanel {
    margin-bottom: 10px;
}

.medicana-pagination li a.active {
    background: #eec51d !important;
}

.language {
    display: inline-block;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    margin-left: 5px;
}

.lopers {
    float: left;
}

.language button {
    color: #fff;
}

.mobles h2 {
    font-size: 22px;
    color: #0000fe;
}

.ability input {
    width: 56px;
    text-align: center;
    padding: 5px 5px;
    border: 2px solid #ddd;
    border-radius: 2px;
}

.product-single-tabs .tab-content {
    padding: 20px;
    border: 2px solid #eee;
    border-top: none;
    border-radius: 2px;
}

.nav.nav-tabs {
    border-bottom: none;
    position: relative;
    top: 0px;
    text-align: center;
    display: table;
}

.nav.nav-tabs li {
}

.nav.nav-tabs li a {
    border: 2px solid #eee;
    border-radius: 0px;
    background: transparent;
    color: #4b4b4b;
    font-weight: 600;
    border-bottom: none;
    box-shadow: none;
    border: none;
}

.nav.nav-tabs li a.active {
    border-bottom: none;
    background: #fff;
    border-color: #eee;
}

.related {
    margin-top: 50px;
}

/*thumbnail css*/
.wrapper {
    margin: 0 auto;
    width: 80%;
    text-align: center;
}

.thumbnails .thumbnail {
    display: inline-block;
    width: 85px;
    margin-right: 10px;
}

.image-gallery {
    margin: 0 auto;
    display: table;
}

.primary, .thumbnails {
    display: table-cell;
}

.thumbnails {
    width: 407px;
    margin: 0 auto;
    display: table;
    overflow: scroll;
}

.primary {
    width: 510px;
    height: 400px;
    background-color: #cccccc;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 11px 3px #f1f1f1;
}

.thumbnail:hover .thumbnail-image, .selected .thumbnail-image {
    border: 2px solid #0000fe;
}

.thumbnail-image {
    width: 100%;
    height: 56px;
    margin: 1px auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid #0254d4;
}

.productslist {
    padding: 40px 0px;
}

.lefttime {
    text-align: center;
    position: relative;
    margin-top: 25px;
}

.eachsec {
    display: table;
    width: auto;
    text-align: center;
    margin: 0 auto;
}

.eachsec .flex {
    float: left;
    margin: 0px 20px;
}

.eachsec img {
    padding: 0px 0px;
    box-shadow: 0px 2px 7px #ddd;
}

.donl {
    padding: 40px 0px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 0px 3px #000;
}

.winds {
    position: relative;
    background-size: cover;
    background-position: 100%;
    padding: 104px 0px;
    background-repeat: no-repeat;
}

#coldon {
    box-shadow: 0px 4px 8px #ddd;
}

.owl-dots {
    text-align: center;
}

.owl-dot span {
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 100%;
    display: inline-block;
    margin: 0px 3px;
}

.owl-dot.active span {
    background: #0254d4;
}

.yelow {
    background: #eec51d;
    height: 100%;
    padding: 20px 33px;
}

.yelow h3 {
    font-size: 20px;
    text-transform: uppercase;
}

.yelow ul li {
    list-style: outside;
    margin: 6px 0px;
    font-weight: 600;
    font-size: 13px;
}

.yelow ul {
    padding-left: 17px;
}

.solution {
    border: 1px solid #eee;
    margin-top: 10px;
}

section.video_banner {
    height: 100vh;
    position: relative;
}

.video_banner video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    object-fit: fill;
}

.modal .close:focus {
    outline: none;
}

.modal .close {
    padding: 0;
    margin: 0;
    position: absolute;
    font-size: 36px;
    opacity: 1;
    font-weight: normal;
    top: 0;
    right: 7px;
    z-index: 9999999;
}

#enquery .modal-header {
    padding: 9px 15px;
    color: #eec51d;
    font-weight: 600;
}

.readmor {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #eec51d;
    border: none;
    padding: 7px 13px;
    border-radius: 3px;
    font-weight: 600;
    color: #0254d4;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.item-media:hover .readmor {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
    top: 45%;
}

.soim img {
    width: 150px;
}

.doneda h5 {
    color: #0200fe;
}

.comment-form input {
    background: #eee;
}

.blghome {
    border: 1px solid #eee;
    box-shadow: 0px 1px 5px #ddd;
    margin-bottom: 30px;
    border-bottom: 2px solid #0254d4;
}

.postedf {
    padding: 0px 20px;
}

.postedf span {
    color: #0254d4;
    font-weight: 600;
}

.medicana-sidebar input {
    background: #f7f7f7;
}

.medicana-sidebar .blog-img img {
}

.medicana-sidebar .blog-box {
    display: inline-flex;
}

.medicana-sidebar .blog-content {
    padding: 4px 18px;
}

.medicana-sidebar .blog-box:nth-child(odd) {
    background: #f7f4f4;
}

.comment-form h4:after {
    display: block;
    content: '';
    width: 60px;
    height: 3px;
    background: #eec51d;
    margin-top: 10px;
    margin-bottom: 28px;
}
.gallery-item{
  margin-bottom: 30px;
}
.gallery-item:hover{
  cursor:pointer;
}
.gallery-item:hover h4{
 opacity:1;
    transition:all 0.3s ease-in-out;
}
.gallery-item:hover .galimage:before{
  opacity:1;
    transition:all 0.3s ease-in-out;
}

.gallery-item h4 {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity:0;
      transition:all 0.3s ease-in-out;
}

.galimage {
    position: relative;
}

.galimage:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgb(2 84 212 / 50%);
    right: 0;
    opacity:0;
    transition:all 0.3s ease-in-out;
}

.galimage img {
    width: 100%;
}
.pramotes video{
  height: 550px;
  width:100%;
  object-fit: cover;
}
/*contact page css*/

.cms-contact-form-layout1.style1 {
    background-color: #fff;
    padding: 44px 26px 50px;
    -webkit-box-shadow: 0 8px 57px rgba(0,0,0,.25);
    -moz-box-shadow: 0 8px 57px rgba(0,0,0,.25);
    -ms-box-shadow: 0 8px 57px rgba(0,0,0,.25);
    -o-box-shadow: 0 8px 57px rgba(0,0,0,.25);
    box-shadow: 0 8px 57px rgba(0,0,0,.25);
    position: relative;
}
.cms-contact-form-layout1.style1:before {
      content: "\f1d9";
   display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 25px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
    color: #fff;
    line-height: 1;
}
.cms-contact-form-layout1.style1 .cms-contact-form-meta {
    text-align: center;
    margin-bottom: 30px;
}
.cms-contact-form-layout1.style1 .cms-contact-form-meta h3 {
    font-size: 23px;
    margin-bottom: 10px;
}
.cms-contact-form-layout1.style1 .cms-contact-form-meta p {
    margin-bottom: 0;
    max-width: 320px;
    display: inline-block;
}
.wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 16px;
    display: block;
}
.cms-contact-form-layout1.style1 .wpcf7-form-control:not(.wpcf7-submit) {
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    width: 100%;
    border: none;
    padding: 8px 13px;
}
.cms-contact-form-layout1.style1 .wpcf7-form-control.wpcf7-textarea {
    height: 140px;
}
.contactsec{
  position: relative;
}.contactsec h4:after {
    display: block;
    content: '';
    width: 60px;
    height: 3px;
    background: #eec51d;
    margin-top: 10px;
    margin-bottom: 28px;
}
.contactsec{

}
.contactsec span{
  font-size: 13px;
  text-align: left;
  padding: 3px 0px;
  color: #000;
}
.contactsec img{
  display: inline-block;
  width: 85px;
}
.techlon{
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.contactsec p{
  text-transform: uppercase;
  margin-bottom: 0px;
}
.cms-contact-form-layout1.style1:after {
    content: '';
    border-width: 30px;
    border-style: solid;
    border-color: #eec51d transparent transparent #eec51d;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.history-block .inner-block {
    position: relative;
    padding-left: 18px;
    padding-bottom: 25px;
}
 .history-block .inner-block:before {
    background-color: #df6512;
}
 .history-block .inner-block:before {
    position: absolute;
    content: '';
    left: 65px;
    top: 0px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
}
.history-block .inner-block .date{
  display: inline-block;
  position: relative;
  top: -4px;
}
.history-block .inner-block .date span {
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    font-weight: 600;
    color: #0254d4;
}
 .history-block .inner-block h3 {
    position: relative;
    top: -5px;
    font-weight: 600;
    font-size: 14px;
    padding-left: 28px;
    line-height: 1.6em;
    margin-bottom: 0px;
    color: #000;
    display: inline-block;
}
.history-block .inner-block h3 a {
    position: relative;
    color: #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.history-outer:before {
    position: absolute;
    content: '';
    left: 68px;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color:#0200fe;
}
.history-outer{
  position: relative;
}
.donl-outer {
    position: relative;
    background: #f6f6f6;
    padding: 37px 0px;
    box-shadow: 0px 2px 3px #ddd;
}
.coldo{padding-bottom: 25px;}
  .coldo li{
  padding: 6px 0px;
  font-weight: 700;
  color: #000;
}
.height100{
height:50px;
}
.aotomate li{
    padding:5px 0px;
    font-weight: 600;
}
.nav-menu li a:hover{
    color:#eec51d;
}
.pramotes{
    position: relative;
}
.pramotes button{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    font-size: 62px;
    font-weight: normal;
}
#myModal2 .modal-dialog{margin: 0px;position: fixed;height: 100%;}
#myModal2 .modal-content{margin: 0px;height: 100%;}
#myModal2 video{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    object-fit: fill;
}
.biglop{

}
.biglop2{
    
}
.biglop img{width: 100%;}
.biglop2 img{
    width: 100%;
}
.folko{
    height: 287px;
    width: 100%;
    margin-top: 15px;
}
.donl h4{
    font-weight: 500;
}
.partnerlogo img{
    width: 100%;
}
.pramotes button:focus, .pramotes button:hover{
    outline: none;
    border: none;
}
.pramotes button {width: 70px;height: 70px;border-radius: 50%;display: inline-block;background: transparent;border: none;}
.pramotes .second {display: none;}
.pramotes .buttons {margin-top: 5px; width: 320px; text-align: center;}


/*df srms form css*/

.terms>label {
    font-size: 14px;
    color: #969fa4;
    margin-left: 6px;
}
.log-form {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  background: #fff;
  position: relative;
}
@media (max-width: 40em) {
  .log-form {
    width: 95%;
    position: relative;
    margin: 2.5% auto 0 auto;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
.log-form form {
  display: block;
  width: 100%;
  padding: 2em;
  background: #f3f3f3;
}
.log-form h2 {
  color: #5d5d5d;
  font-size: 1.35em;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.log-form .form-group input {
  display: block;
  margin: auto auto;
  width: 100%;
  margin-bottom: 2em;
  padding: 12px 13px;
  border: 1px solid #bfbfbf;
  color: #757575;
}
.log-form input:focus {
  outline: none;
}
.log-form .btn {
  display: block;
  background: #0254d4;
  padding: 0.5em 2em;
  color: white;
  margin-right: 0.5em;
  width: 100%;
}
.log-form .btn:hover {
  background: #eec51d;
}
.log-form .btn:active {
  background: #1fb5bf;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.log-form .btn:focus {
  outline: none;
}
.createnew a {
  color: #ffffff;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  display: block;
  background: #eec51d;
  padding: 9px 20px;
}
.log-form .forgot:hover {
  color: #1ba0a9;
}

.formsrm {
    padding: 40px 0px;
}
.loginpara{
    padding: 20px 0px 15px;
}
.loginpara p{
    display: flex;
}
.loginpara a{
display: inline-block;
}
.createnew {
    display: table;
    width: 100%;
}

.purchaging a{
     color: #ffffff;
     position: relative;
     text-decoration: none;
     font-size: 16px;
     display: table;
     background: #eec51d;
     padding: 9px 20px;
     text-align: center;
     margin: 30px auto;
}
 
 .purcheging{display: table;width: 100%;}
  .purcheging a{
    
 }
 .purchtext {
    text-align: center;
}
 .purchtext h3{
    font-weight: 600;
    font-size: 22px;
 }
 .nav-menu .drop-down>a:after {
  content: "\f107";
    padding-left: 5px;
    font: normal normal normal 15px/1 FontAwesome;
}