/*
Theme Name: Themes wheel of vision
Description: Website template has been designed by admarkvision website design company.
Author: admarkvision
Theme URI: https://admarkvision.com/
Author URI: https://admarkvision.com/
Version: 1.1.1
*/

@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url("fonts/fontawesome-webfont.woff") format("woff"),
    url("fonts/fontawesome-webfont.ttf") format("truetype"),
    url("fonts/fontawesome-webfont.svg") format("svg");
}

@font-face {
    font-family: Futura-Std-Medium;
    src : url(fonts/Futura-Std-Medium.otf);
}

* {
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    font-family: Futura-Std-Medium;
}

p {
    margin: 0;
}

a,
a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    width: 100% \9;
}

/* Line Top */
.line-top {
    background-color: #ffc135;
    background-size: cover;
    padding: 10px 15px;
    max-height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 81;
    overflow-y: scroll;
    direction: rtl;
}

.line-top #logo-top {
    padding: 15px;
}

/* width */
.line-top::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.line-top::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.line-top::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.line-top::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.line-top #logo,
.line-top #main-menu {
    width: 100%;
    display: block;
    direction: ltr;
}

.line-top #main-menu {
    margin-top: 35px;
}

.line-top #main-menu ul {
    margin: 0;
    padding: 0;
}

.line-top #main-menu ul li {
    list-style: none;
    margin-bottom: 20px;
    line-height: 35px;
    display: block;
    border-radius: 5px;
    position: relative;
}

.line-top #main-menu ul li:last-child {
    margin-bottom: 0;
}

.line-top #main-menu ul li:hover {
    background-color: #0000002b;
}

.line-top #main-menu ul li a {
    color: #325d9f;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.5px;
}

.line-top #main-menu ul li:hover a {
    color: #fff;
}

.line-top #main-menu ul li a img.menu-image {
    background-color: #fff;
    border-radius: 100%;
    padding: 2px;
}

.line-top #main-menu ul ul {
    position: fixed;
    top: 0;
    left: 21%;
    padding: 30vh 0 15px 30px;
    z-index: 81;
    display: none;
    width: 50%;
    height: 100vh;
}

.line-top #main-menu ul ul li {
    border-radius: 0;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    float: left;
}

.line-top #main-menu ul ul li:hover {
    background-color: transparent;
}

.line-top #main-menu ul li:hover ul {
    display: block;
}

.line-top #main-menu ul ul li a {
    font-size: 13px;
    background-color: #404040;
    line-height: 28px;
    padding: 2px 15px;
    float: left;
    color: #fff;
}

.line-top #main-menu ul ul li a:hover {
    color: #00acec;
}

/*.line-top #main-menu ul li:before {
    font-family: "FontAwesome";
    font-size: 35px;
    display: block;
    padding-top: 5px;
}

.line-top #main-menu ul li.menu-item-12:before {
    content: "\f1ea";
}

.line-top #main-menu ul li.menu-item-11:before {
    content: "\f003";
}

.line-top #main-menu ul li.menu-item-15:before {
    content: "\f18b";
}

.line-top #main-menu ul li.menu-item-16:before {
    content: "\f1d4";
}

.line-top #main-menu ul li.menu-item-16:before {
    content: "\f1d4";
}

.line-top #main-menu ul li.menu-item-18:before {
    content: "\f268";
}

.line-top #main-menu ul li.menu-item-19:before {
    content: "\f0e7";
}

.line-top #main-menu ul li.menu-item-20:before {
    content: "\f0e8";
}

.line-top #main-menu ul li.menu-item-21:before {
    content: "\f237";
}

.line-top #main-menu ul li.menu-item-22:before {
    content: "\f211";
}*/

/* End Line Top */

/* WRAPPER */
.wrapper {
    overflow: hidden;
}

.wrapper .bg-blue {
    content: " ";
    background-color: #00acec4d;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: all 1s;
}
/* END WRAPPER */

/* HEADER */
.wrapper .header #header {
    position: relative;
}

.wrapper .header #header:before {
    content: " ";
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #64899661;
    z-index: 1;
}

.wrapper .header #header h3 {
    position: absolute;
    color: #ffc135;
    text-align: center;
    font-weight: bold;
    z-index: 70;
}

.header #header .wp-caption {
    position: relative;
}

.header #header .wp-caption,
.header #header .wp-caption img {
    width: 100%!important;
}

.header #header .wp-caption p {
    position: absolute;
    color: #fff;
    text-align: center;
    z-index: 70;
}

/*.header #header .wp-caption:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #00acec4d;
    content: " ";
}*/

.header #header .wp-caption p.wp-caption-text a {
    padding: 0 30px;
    color: #fff;
    border: solid 1px;
    margin-top: 20px;
    display: inline-flex;
}

.header #footer3 {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 90;
}

.header #footer3 h3 {
    display: none
}

.header #footer3 ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.header #footer3 ul li a {
    font-size: 0;
}

.header #footer3 ul li a:before {
    font-family: "FontAwesome";
    font-size: 25px;
    color: #235db3;
}

.header #footer3 ul li a:hover:before {
    color: #fff;
}

/* END HEADER */

/* ABOUT US */
.about-us {
    padding: 60px 15px 0;
    position: relative;
    z-index: 1;
}

.about-us #abou-us-text {
    line-height: 35px;
    text-align: justify;
    height: 100%;
    color: #fff;
}

.about-us #abou-us-text h3 {
    font-weight: bold;
    position: relative;
}

.about-us #abou-us-text h3:before {
    content: ' ';
    position: absolute;
    display: inline-block;
    height: 5px;
    border-radius: 2px;
    background-color: #000;
}

.about-us #abou-us-text h3:after {
    content: ' ';
    position: absolute;
    display: inline-block;
    height: 1px;
    background-color: #000;
}

.about-us #abou-us-text a {
    border: 1px solid #ca416e;
    border-radius: 30px;
    color: #fff;
    padding: 6px 30px;
    transition: all 0.5s;
    background-color: transparent;
}

.about-us #abou-us-text a:hover {
    background-color: #ca416e;
}

.about-us #about-us-image {
    padding-top: 20px;
    font-size: 18px;
    line-height: 40px;
}

.about-us #about-us-image .textwidget {
    background-color: #325d9f;
    padding: 20px 15px;
    color: #fff;
}

/* END ABOUT US */

/* SERVICES */
.services {
    padding: 0 15px;
    position: relative;
}

.services .wp-caption {
    position: relative;
    width: 100%!important;
}

.services .wp-caption .wp-caption-text {
    position: absolute;
    width: 100%;
    left: 0%;
    z-index: 70;
    text-align: center;
}

.services .wp-caption .wp-caption-text a {
    color: #00acec;
}

.services .wp-caption .wp-caption-text a:hover {
    background-color: #00acec;
    color: #fff;
}

.services .list-services:nth-child(2) {
    margin-top: 10px;
}

.services .list-services ul li {
    float: left;
    list-style: none;
    text-align: justify;
    line-height: 32px;
    color: #404040;
}

.services .list-services ul li a.cat-post-title {
    width: 100%;
    float: left;
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    min-height: 50px;
    color: #325d9f;
}

.services .list-services ul li a.cat-post-title:before {
    font-family: "FontAwesome";
    width: 70px;
    height: 70px;
    line-height: 70px;
    float: left;
    margin-right: 10px;
    background-color: #ffc135;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    margin-top: -45px;
    font-size: 40px;
}

.services .list-services ul li:nth-child(1) a.cat-post-title:before {
    content: "\f18b";
}

.services .list-services ul li:nth-child(2) a.cat-post-title:before {
    content: "\f211";
}

.services .list-services ul li .cat-post-excerpt-more {
    border: 2px solid;
    border-color: #404040;
    color: #404040;
    padding: 5px 25px;
    float: left;
    margin-top: 20px;
    font-size: 13px;
}

.services .list-services ul li .cat-post-excerpt-more:hover {
    background-color: #404040;
    color: #fff;
}

/* END SERVICES */

/* LATEST BLOGS */
.latest-blogs {
    padding: 60px 15px;
    z-index: 1;
}

.latest-blogs #latest-blogs {
    width: 100%;
    float: left;
}

.latest-blogs h3 {
    font-weight: bold;
    line-height: 50px;
    font-size: 40px;
    position: relative;
    margin: 0 0 40px 40px;
    color: #325d9f;
}

.latest-blogs ul {
    position: relative;
    width: 100%;
    float: left;
}

.latest-blogs .swiper-wrapper .swiper-slide {
    list-style: none;
    margin-bottom: 25px;
    float: right;
    font-size: 14px;
    line-height: 32px;
    position: relative;
    color: #404040;
    text-align: justify;
    overflow: hidden;
}

.latest-blogs .swiper-wrapper .swiper-slide:after {
    content: "";
    display: inline-block;
    width: 150%;
    height: 80%;
    position: absolute;
    top: -75%;
    right: 32%;
    background: rgba(255,255,255,0.15);
    transform: skewY(
            -50deg
    );
    -moz-transition: all 1s ease;
    transition: all 0.5s ease;
}

.latest-blogs .swiper-wrapper .swiper-slide:hover:after {
    top: 120%;
    right: -75%;
    -moz-transition: all 0.35s ease;
    transition: all 0.5s ease;
}

.latest-blogs ul li.cat-post-item:first-child {
    margin-right: 0;
}

.latest-blogs .swiper-wrapper .swiper-slide .pcp-post-thumb-wrapper:before {
    font-family: "FontAwesome";
    content: "\f01d";
    position: absolute;
    width: 100%;
    text-align: center;
    top: 20%;
    left: 0;
    color: #fff;
    z-index: 90;
    font-size: 50px;
}

.latest-blogs .swiper-wrapper .swiper-slide:hover .pcp-post-thumb-wrapper:before {
    color: #325d9f;
}

.latest-blogs .swiper-wrapper .swiper-slide h2.sp-pcp-title {
    margin: 20px 0 0;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    display: block;
    min-height: 70px;
    line-height: 35px;
}

.latest-blogs ul li.cat-post-item .cat-post-date {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 12px;
}

.latest-blogs ul li.cat-post-item .cat-post-date:before {
    font-family: "FontAwesome";
    float: left;
    margin-right: 10px;
    content: "\f017";
    color: #000;
}

/* END LATEST BLOGS */

/* FOOTER */
.footer {
    background-color: #313131;
    padding: 60px 15px;
    line-height: 32px;
    font-size: 13px;
    color: #C8CACC;
}

.footer h3 {
    color: #fff;
    font-weight: bold;
}

.footer #footer3 {
    width: 100%;
    float: left;
}

.footer #footer3 ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    text-align: center;

}

.footer #footer3 ul li:hover {
    background-color: #ffc135;
}

.footer #footer3 ul li:last-child {
    margin-right: 0;
}

.footer #footer3 ul li a {
    font-size: 0;
}

.footer #footer3 ul li a:before {
    font-family: "FontAwesome";
    font-size: 30px;
    color: #ffc135;
}

.footer #footer3 ul li:hover a:before {
    color: #fff;
}

.footer #footer3 ul li.menu-item-45 a:before,
.header #footer3 ul li.menu-item-45 a:before {
    content: "\f166";
}

.footer #footer3 ul li.menu-item-46 a:before,
.header #footer3 ul li.menu-item-46 a:before {
    content: "\f08c";
}

.footer #footer3 ul li.menu-item-47 a:before,
.header #footer3 ul li.menu-item-47 a:before {
    content: "\f082";
}

.footer #footer3 ul li.menu-item-48 a:before,
.header #footer3 ul li.menu-item-48 a:before {
    content: "\f16d";
}

/* END FOOTER */

/* DOWN */
.down {
    background-color: #2a2a2a;
    line-height: 80px;
    font-size: 14px;
    color: #595E63;
    text-align: center;
}

.down .container {
    padding: 25px 15px;
    border-top: solid 1px #252839;
}

/* END DOWN */

/* PAGE INNER */
.darkob-page-inner {
    line-height: 40px;
    padding: 40px 15px 40px;
    color: #000;
    text-align: justify;
}

.darkob-page-inner h1 {
    font-size: 30px;
    font-weight: bold;
    border-bottom: solid 5px;
    line-height: 60px;
    width: fit-content;
    color: #325d9f;
    margin: 0 0 30px;
}

.darkob-page-inner .description-post {
    margin-top: 25px;
}
/* END PAGE INNER */


/* RESPONSIVE */
#wprmenu_bar .menu_title a {
    color: #fff;
    top: -5px!important;
}

#wprmenu_bar .menu_title a img {
    height: 50px;
}

/* END RESPONSIVE MENU */

@media screen and (min-width: 1px) {

    .wrapper {
        position: relative;
        right: unset;
        top: unset;
        width: 100%;
    }

    .container {
        width: 100%;
    }

    .wrapper .header #header:before {
        height: 100%;
        top: 0;
    }

    .wrapper .header #header h3 {
        width: 96%;
        left: 2%;
        top: 23%;
        font-size: 16px;
    }

    .header #header .wp-caption p {
        width: 96%;
        left: 2%;
        top: 45%;
        font-size: 12px;
        line-height: 18px;
    }

    .services {
        margin-top: 20px;
        text-align: center;
    }

    .services .list-services ul li {
        width: 100%;
    }

    .services .list-services ul li:nth-child(2) {
        margin: 25px 0 0 0;
    }

    .services .list-services ul li a.cat-post-title {
        margin: 0 0 15px 0;
    }

    .services .list-services ul li a.cat-post-title:before {
        display: none;
    }

    .services .wp-caption .wp-caption-text {
        top: 30%;
    }

    .services .wp-caption .wp-caption-text a {
        background-color: #ffffff7d;
        line-height: 30px;
        padding: 10px 15px;
        letter-spacing: 1px;
    }

    .about-us #abou-us-text {
        padding: 0 15px;
        margin: 0;
        background-color: transparent;
    }

    .about-us #abou-us-text h3 {
        margin: 20px 0;
        font-size: 32px;
        text-align: center;
        color: #325d9f;
    }

    .about-us #abou-us-text h3:before {
        top: 120%;
        transform: translateY(-50%);
        left: 45%;
        width: 10%;
    }

    .about-us #abou-us-text h3:after {
        width: 50%;
        top: 120%;
        left: 25%;
        transform: translateY(-50%);
    }

    .latest-blogs ul li.cat-post-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .footer {
        text-align: center;
    }

    .footer h3 {
        margin: 20px 0;
        font-size: 15px;
    }

    .footer #footer3 ul li {
        float: none;
    }

}

@media screen and (min-width: 451px) {

    .wrapper .header #header h3 {
        width: 90%;
        left: 5%;
        top: 20%;
        font-size: 20px;
    }

    .header #header .wp-caption p {
        width: 90%;
        left: 5%;
        top: 40%;
        font-size: 14px;
        line-height: 25px;
    }

}

@media screen and (min-width: 669px) {

    .wrapper {
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }

    .line-top {
        width: 100%;
    }

    .container {
        width: 90%;
    }

    .wrapper .header #header:before {
        height: 60%;
        top: 16%;
    }

    .wrapper .header #header h3 {
        font-size: 34px;
        width: 100%;
        left: 0;
        top: 18%;
    }

    .header #header .wp-caption p {
        width: 100%;
        left: 0;
        top: 43.9%;
        padding: 30px 15%;
        font-size: 16px;
        line-height: 40px;
    }

    .services {
        margin-top: -70px;
        text-align: inherit;
    }

    .services .list-services ul li {
        width: 48%;
    }

    .services .list-services ul li:nth-child(2) {
        margin: 0 0 0 4%;
    }

    .services .list-services ul li a.cat-post-title {
        margin: 0 0 15px 15px;
    }

    .services .list-services ul li a.cat-post-title:before {
        display: block;
    }

    .services .wp-caption .wp-caption-text {
        top: 40%;
    }

    .services .wp-caption .wp-caption-text a {
        background-color: #fff;
        line-height: 40px;
        padding: 15px 25px;
        letter-spacing: 2px;
    }

    .about-us #abou-us-text {
        padding: 40px 60px;
        margin: 0 0 0 30px;
        background-color: #ffc135;
    }

    .about-us #abou-us-text h3 {
        margin: 20px 0 40px;
        font-size: 38px;
        text-align: left;
    }

    .about-us #abou-us-text h3:before {
        top: 160%;
        transform: translateY(-50%);
        left: 0;
        width: 20px;
    }

    .about-us #abou-us-text h3:after {
        width: 30%;
        top: 160%;
        left: 0;
        transform: translateY(-50%);
    }

    .latest-blogs ul li.cat-post-item {
        width: 31.32%;
        margin-right: 3%;
        margin-bottom: 0;
    }

    .footer {
        text-align: inherit;
    }

    .footer h3 {
        margin: 0 0 40px;
        font-size: 16px;
    }

    .footer #footer3 ul li {
        float: left;
    }

}

@media screen and (min-width: 769px) {

    .wrapper {
        width: 63%;
    }

    .line-top {
        width: 37%;
    }

    .wrapper .header #header:before {
        height: 85%;
        top: 16%;
    }

    .wrapper .header #header h3 {
        font-size: 25px;
    }

}

@media screen and (min-width: 994px) {

    .wrapper {
        width: 70%;
    }

    .line-top {
        width: 30%;
    }

    .wrapper .header #header:before {
        height: 75%;
        top: 16%;
    }

    .wrapper .header #header h3 {
        padding: 30px 10%;
        font-size: 35px;
    }

}

@media screen and (min-width: 1200px) {

    .wrapper {
        width: 78%;
    }

    .line-top {
        width: 22%;
    }

    .wrapper .header #header:before {
        height: 60%;
        top: 16%;
    }

    .wrapper .header #header h3 {
        padding: 30px 10%;
        font-size: 44px;
    }

}