/*   
 Theme Name: Rasam
 Theme URI: https://www.rasamplus.com
 Description: Rasam theme
 Author: Rasam
 Version: 1.0
 */
/* CSS Document */
/*---------------------------*/
@font-face {
    font-family: "sahel";
    src: url("fonts/Sahel-FD-WOL.eot");
    /* IE9 Compat Modes */
    src: url("fonts/Sahel-FD-WOL.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("fonts/Sahel-FD-WOL.otf") format("opentype"),
        /* Open Type Font */
        url("fonts/Sahel-FD-WOL.svg") format("svg"),
        /* Legacy iOS */
        url("fonts/Sahel-FD-WOL.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("fonts/Sahel-FD-WOL.woff") format("woff"),
        /* Modern Browsers */
        url("fonts/Sahel-FD-WOL.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "BYekan";
    src: url("fonts/BYekan.eot");
    /* IE9 Compat Modes */
    src: url("fonts/BYekan.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("fonts/BYekan.otf") format("opentype"),
        /* Open Type Font */
        url("fonts/BYekan.svg") format("svg"),
        /* Legacy iOS */
        url("fonts/BYekan.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("fonts/BYekan.woff") format("woff"),
        /* Modern Browsers */
        url("fonts/BYekan.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

body {
    background: #fff;
    direction: rtl;
    font-family: "sahel", "Myriad Pro";
    font-size: 15px;
    line-height: 25px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    font-family: "BYekan", "Myriad Pro";
}

:focus {
    outline: 0;
}

input,
textarea,
select,
button {
    font-family: "BYekan";
}

img {
    max-width: 100%;
}

a {
    font-family: "BYekan";
    color: #333;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:active,
a:focus {
    color: #1672b7;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

input,
select,
textarea {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #5d6b78;
    border-radius: 10px;
}

.site-main {
    padding-top: 60px;
}

.full {
    width: 100% !important;
}

.half {
    width: 50% !important;
    display: inline-block;
    float: right;
    padding: 0 10px;
}

.quarter {
    width: 25% !important;
    display: inline-block;
    float: right;
    padding: 0 10px;
}

.searchform {
    position: relative;
    margin-top: 13px;
}

.searchform #searchsubmit {
    background-image: url(images/search.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    width: 25px;
    height: 25px;
    background: no-repeat;
    border: none;
    position: absolute;
    top: 7px;
    left: 7px;
    color: transparent;
    z-index: 999;
}

input[type="submit"],
input[type="button"] {
    cursor: pointer;
}

.read-more-btn {
    background: #1f95d2;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 14px;
    padding: 9px 27px;
    border-radius: 3px;
}

.read-more-btn:hover {
    background: #1672b7;
    color: #fff;
}

.button {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.button .all-button {
    display: inline-block;
    padding: 10px 30px;
    position: relative;
    color: #1672b7;
    border: 2px solid #1672b7;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    z-index: 1;
    font-family: "BYekan", "Myriad Pro";
}

.button .all-button:hover {
    color: #fff;
}

.button .all-button:after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #1672b7;
    z-index: -1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.button .all-button:hover:after {
    height: 100%;
}

.shadow-around {
    -webkit-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
}

.title-section {
    width: 100%;
    padding: 0 15px 50px;
}

.text-box {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.title-section h2 {
    font-size: 37px;
    font-weight: 900;
    background-color: #000;
    color: #fff;
    display: block;
    padding: .5em;
}

.title-section h2:nth-child(2) {
    position: absolute;
    background-color: #fff;
    color: #000;
    -webkit-clip-path: inset(-1% -1% 40% -1%);
    clip-path: inset(-1% -1% 40% -1%);
}



.title-section span {
    display: block;
    color: #1f95d2;
    font-size: 29px;
    font-family: byekan;
    margin-bottom: 10px;
    font-weight: bold;
}

.title-section p {
    max-width: 750px;
    margin: 0 auto;
    color: #494949;
}

.title {
    color: #3d3c3b;
    font-size: 21px;
    position: relative;
    margin-bottom: 40px;
}

.header-top {
    background: #fff;
    font-size: 14px;
    color: #333;
    padding: 0 1%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    width: 100%;
    box-shadow: 0px 2px 13px -7px rgba(0, 0, 0, 0.5);
}

.header-top ul li {
    float: right;
    padding: 0 10px;
    color: #fff;
    font-family: "BYekan", "Myriad Pro";
}

.header-top ul li a {
    display: block;
}

.header-top ul li a:hover {
    color: #1672b7
}

.header-top .header-social ul li {
    float: left;
}

.top-phone {
        color: #00386b;
    display: inline-block;
    margin-left: 5px;
    margin-right: 10px;
    direction: ltr;
    text-align: left;
    font-size: 18px;
    margin-top: 17px;
}

.header-main {
    background: #fff;
    position: relative;
    z-index: 100;
    margin-bottom: 20px;
}

.header-main .container {
    border-bottom: 1px solid #f1f1f1;
}

.header-main ul li {
    float: right;
}

.header-main .menu-main-menu-container ul li a {
    display: block;
    padding: 25px 20px;
    font-family: "BYekan", "Myriad Pro";
}

#menu-main-menu {
    display: flex;
}

#menu-main-menu > li{
    position: relative;
}
#menu-main-menu > li > ul{
    position: absolute;
    box-shadow: 0px 0px 13px -7px rgba(0,0,0,0.5);
    width: 230px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
#menu-main-menu > li > ul li:hover{
    background: #fff;
}
#menu-main-menu > li > ul > li{
    position: relative;
    width: 100%;
}
#menu-main-menu > li > ul > li > a{
    display: block;
    width: 100%;
    padding: 10px 5px;
    color: #fff;
}
#menu-main-menu > li:hover > ul{
    opacity: 1;
    visibility: visible;
}
ul.sub-menu{
    background: #00386B;
}

#menu-main-menu > li > ul > li > ul{
    right: 230px;
    top: 0;
    position: absolute;
    box-shadow: 0px 0px 13px -7px rgba(0,0,0,0.5);
    width: 230px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
#menu-main-menu > li > ul > li:hover > ul{
    opacity: 1;
    visibility: visible;
}
#menu-main-menu > li > ul > li > ul > li{
    position: relative;
    width: 100%;
}
#menu-main-menu > li > ul > li > ul > li > a{
    display: block;
    width: 100%;
    padding: 7px 5px;
    position: relative;
    color: #fff;
}
#menu-main-menu > li > ul > li > ul > li > a:hover{
    color: #3b84d7 !important;
}
#menu-main-menu > li > ul > li:hover > a{
    color: #3b84d7;
}
#menu-main-menu > li > ul > li > ul > li > ul{
    right: 230px;
    top: 0;
    position: absolute;
    box-shadow: 0px 0px 13px -7px rgba(0,0,0,0.5);
    width: 250px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
#menu-main-menu > li > ul > li > ul > li:hover > ul{
    opacity: 1;
    visibility: visible;
}
#menu-main-menu > li > ul > li > ul > li > ul > li{
    position: relative;
    width: 100%;
}
#menu-main-menu > li > ul > li > ul > li > ul > li > a{
    position: relative;
    display: block;
    width: 100%;
    padding: 7px 5px;
    color: #fff !important;
}
#menu-main-menu > li > ul > li > ul > li > ul > li > a:hover{
    color: #3b84d7 !important;
}
#menu-main-menu > li.menu-item-has-children > a::after{
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 26px;
}
#menu-main-menu > li > ul >li.menu-item-has-children > a::after{
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    left: 13px;
    top: 11px;
}
#menu-main-menu > li > ul > li > ul > li.menu-item-has-children > a::after{
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    left: 3px;
    top: 8px;
}

#menu-main-menu > li > a {
    display: block;
    color: #00386b;
    font-size: 16px;
    padding: 25px 7px 15px;
    border-bottom: 3px solid transparent;
}

#menu-main-menu > li > a:hover{
    color: #3b84d7;
    border-bottom: 3px solid #3b84d7;
}
#menu-main-menu > li.current_page_item > a{
    color: #3b84d7;
    border-bottom: 3px solid #3b84d7;
}

.header-main .logo {
    text-align: left;
    padding: 7px 0;
}

.header-main .logo img {
    max-height: 65px;
}

.top-section {
    color: #fff;
    text-align: center;
    position: relative;
    height: 500px;
    overflow: hidden;
    margin-top: 48px;
}

.top-section-overlay {
        position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 9;
}

.top-text {
    position: absolute;
    z-index: 9999;
    top: 150px;
    right: 0;
    left: 0;
}
.top-section h2 {
    font-size: 37px;
    margin-bottom: 40px;
}

.top-section p {
    font-size: 21px;
    line-height: 40px;
}
.top-section video{
   
}

.service-section {
    padding: 50px 0;
    overflow: hidden;
}

.service-section .service-item h4 {
    margin-bottom: 15px;
}

.service-section .service-item a:hover {
    color: #ffd200
}

.service-section .service-item .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    line-height: 115px;
    background: #00386b;
    color: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 13px -5px rgba(0, 0, 0, 0.5);
}

.service-section .service-text {
    margin-top: -49px;
    padding: 35px 10px 10px 10px;
    border-radius: 7px;
    box-shadow: 0px 0px 13px -5px rgba(0, 0, 0, 0.5);
}

.service-section .service-text p {
    font-size: 14px;
}

.product-one-section,
.product-two-section {
    padding: 80px 0;
}

.product-one-section {
    background: #3B84D7;
}

.product-two-section {
    background: #f9f9f9;
}

.product-one-section img,
.product-two-section img {
    max-height: 450px;
    display: block;
    margin: auto;
}

.product-one-section h2,
.product-two-section h2 {
    color: #00386b;
}

.product-one-section h2 {
    color: #fff;
}

.product-one-section p,
.product-two-section p {
    color: #00386b;
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
}

.product-one-section p {
    color: #fff;
}

.product-one-section a,
.product-two-section a {
    display: inline-block;
    background: #ef7b39;
    color: #fff;
    padding: 9px 45px;
    border-radius: 50px;
    box-shadow: 1px 1px 2px 0px #b34a0f;
    transition: all 0.3s linear;
}

.product-one-section a {
    background: #fff;
    color: #00386b;
    box-shadow: none;
}

.product-two-section a {
    background: #00386b;
    box-shadow: 1px 1px 2px 0px #00070f;
}

.product-one-section a:hover,
.product-two-section a:hover {
    opacity: 0.8;
}

.footer-section {
    width: 100%;
    position: relative;
    background: #00386B;
    color: #FFF;
    font-size: 13px;
    padding: 80px 0;
}

.footer-sec-one img {
    margin-bottom: 20px;
}

.footer-section a {
    color: #fff;
    margin-bottom: 5px;
    display: block;
}

.footer-section a:hover {
    opacity: 0.8;
}

#footer-socials {
    text-align: right;
    margin-top: 13px;
}

#footer-socials a {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    line-height: 37px;
}

#footer-socials a:hover {
    opacity: 0.8;
}

.footer-section .menu a {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

.footer-section .menu a:hover {
    opacity: 0.8;
}

.footer-section .product_list_widget img,
.footer-section .product_list_widget del,
.footer-section .product_list_widget ins {
    display: none;
}

.footer_title {
    color: #fff;
    font-family: byekan;
    font-size: 19px;
    position: relative;
    margin-bottom: 15px;
}

#footer-email,
#footer-phone,
#footer-mobile {
    direction: ltr;
    text-align: right;
    margin-bottom: 7px;
}

#footer-address {
    margin-bottom: 7px;
}

.footer-sec-four i {
    margin-left: 5px;
    font-size: 15px;
}

#footer-socials i {
    margin-left: 0;
    font-size: 17px;
}

.footer-section .widget .widget-title {
    margin: 0 0 30px;
    font-family: "BYekan", "Myriad Pro";
    font-size: 1.4rem;
    color: #fff;
}

.footer-section .widget .widget-about p {
    padding: 0 10px;
    line-height: 25px;
    color: #aeaeae;
    font-size: .85rem;
    text-align: justify;
}

.footer-section .widget .widget-about img {
    display: block;
    margin: 0 auto 20px;
}

.footer-section .widget .widget-about ul {
    display: table;
    margin: 0 auto;
}

.footer-section .widget .widget-about ul li {
    display: inline-block;
    padding: 0 2px;
}

.footer-section .widget .widget-about ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    background: #2d3a48;
    color: #fff;
    border-radius: 4px;
    text-align: center;
}

.footer-section .widget .widget-about ul li a:hover {
    background: #1672b7;
    color: #19232e
}

.footer-section .widget .blog-footer-item {
    width: 100%;
    float: right;
    margin: 0 0 5px;
    padding: 0 0 5px;
    border-bottom: 1px solid #232a37;
}

.footer-section .widget .blog-footer-item:last-of-type {
    border-bottom: 0;
}

.footer-section .widget .blog-footer-item .blog-footer-img {
    float: left;
}

.footer-section .widget .blog-footer-item .blog-footer-img img {
    object-fit: cover;
}

.footer-section .widget .blog-footer-item .blog-footer-title {
    display: table;
    padding-left: 10px;
}

.footer-section .widget .blog-footer-item .blog-footer-title a {
    display: inline-block;
    line-height: 25px;
    color: #aeaeae;
}

.footer-section .widget .blog-footer-item .blog-footer-title span {
    display: inline-block;
    line-height: 20px;
    color: #aeaeae
}

.footer-section .widget .blog-footer-item .blog-footer-title a:hover {
    color: #fff;
}

.footer-section .widget .widget-list ul li {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #232a37;
}

.footer-section .widget .widget-list ul li a {
    color: #aeaeae;
}

.footer-section .widget .widget-list ul li a:hover {
    color: #fff;
}

.footer-section .widget .widget-gallery ul li {
    width: 33.33%;
    float: right;
}

.footer-section .widget .widget-gallery ul li a {
    display: inline-block;
    margin: 5px;
}

.footer-section .widget .widget-gallery ul li img {
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.footer-section .widget .widget-gallery ul li a:hover {
    opacity: .9
}

.copyright-row p {
    background: #f5f5f5;
    color: #929094;
    text-align: center;
    margin: auto;
    display: table;
    padding: 7px 250px;
    font-size: 14px;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.5);
}

.page-header {
    margin: 0 0 100px;
    padding: 100px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.page-header .page-title {
    font-size: 45px;
    color: #fff;
}

.page-section h2 {
    padding: 0 0 15px;
    position: relative;
}

.page-section h2:after {
    content: "";
    width: 45px;
    height: 2px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1672b7;
}

.page-section .about-section h2:after {
    right: 0;
    left: auto;
}

.page-section .about-section {
    padding: 0 0 100px;
}

.page-section .about-section .about-section-content {
    padding: 0 0 0 30px;
}

.page-section .video-section {
    overflow: hidden;
    border-radius: 4px;
}

.page-section .team-section {
    padding: 50px 0 0;
}

.page-section .company-section {
    position: relative;
    background: #f9f9f9;
}

.page-section .company-section:before {
    content: "";
    width: 15px;
    position: absolute;
    margin: 0 auto;
    top: 0;
    right: 0;
    left: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
}

.page-section .company-section:after {
    content: "";
    width: 15px;
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    right: 0;
    left: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
}

.page-section .team-section .team-content {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.page-section .team-section .team-content .team-info {
    width: 90%;
    height: 90%;
    padding: 90px 0;
    position: absolute;
    top: 5%;
    left: 5%;
    -webkit-transform: scale(0.9);
    transform: scale(1.15);
    background-color: rgba(255, 210, 0, 0.8);
    opacity: 0;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-section .team-section .team-content:hover .team-info {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.page-section .team-section .team-content .team-info h5 {
    margin: 5px 0;
}

.article-blog {
    width: 100%;
    display: inline-block;
    margin: 50px 0 20px;
    padding: 60px 30px 30px 30px;
    background: #fff;
    border-radius: 4px;
}

.article-blog h1 {
    display: inline-block;
    margin: 0 0 20px;
    font-size: 25px;
    color: #292b2c
}

.article-blog .article-info {
    float: left;
    padding: 2px 0 0;
}

.article-blog ul li {
    display: block;
}

.article-blog ul li::before {
    content: "";
    width: 7px !important;
    height: 7px !important;
    background: #333;
    display: inline-block;
    border-radius: 50%;
    margin-left: 5px;
}

.article-blog ul li i {
    color: #1672b7
}

.article-blog .article-thumb {
    margin: 0 0 15px;
    position: relative;
}

.article-blog .article-thumb figure {
    position: relative;
}

.article-blog .article-thumb img {
    border-radius: 4px;
}

.article-blog .article-thumb .blog-date {
    width: 70px;
    height: 70px;
    line-height: 25px;
    padding: 12px 5px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 2rem;
    background: #1672b7;
    color: #fff;
    outline: 1px dashed #fff;
    outline-offset: -3px;
    text-align: center;
    box-shadow: 0 2px 20px 0 rgba(144, 144, 144, 0.2);
    -webkit-box-shadow: 0 2px 20px 0 rgba(144, 144, 144, 0.2);
    -moz-box-shadow: 0 2px 20px 0 rgba(144, 144, 144, 0.2);
    -o-box-shadow: 0 2px 20px 0 rgba(144, 144, 144, 0.2);
}

.article-blog .article-thumb .blog-date .month {
    font-size: 15px;
    line-height: 24px;
    display: block;
}

.sidebar .widget {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
}

.sidebar .widget h4 {
    margin: 10px 0 20px;
    padding: 0 0 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #f4f4f4;
}

.sidebar .widget input[type="search"]:focus,
.sidebar .widget input[type="text"]:focus,
.sidebar .widget input[type="email"]:focus,
.sidebar .widget textarea:focus {
    border-color: #1672b7;
}

.sidebar .widget input[type="submit"] {
    width: 100%;
    margin: 5px 0 0;
    padding: 5px 10px;
    background: #1672b7;
    border: 2px solid #1672b7;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
}

.sidebar .widget input[type="submit"]:hover {
    opacity: .9
}

.sidebar .widget ul li {
    position: relative;
    list-style: none;
}

.sidebar .widget ul li a {
    display: block;
    padding: 5px 0;
    color: #666;
}

.sidebar .widget ul li a:hover {
    color: #1672b7
}

.sidebar .widget .wp-polls input[type="radio"] {
    display: none;
}

.sidebar .widget .wp-polls label {
    display: inline-block;
    padding: 0 25px 0 0;
    position: relative;
    cursor: pointer;
}

.sidebar .widget .wp-polls label:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 0;
    font-size: 10px;
    line-height: 15px;
    background: #BDC3C7;
    border-radius: 50%;
}

.sidebar .widget .wp-polls input:checked+label:before {
    content: "\f00c";
    font-family: "FontAwesome";
    background: #27AE60;
    color: #fff;
    text-align: center;
}

.sidebar .widget .wp-polls .Buttons {
    width: auto;
    padding: 2px 20px;
    border-color: #27AE60 !important;
    background-color: #27AE60 !important;
    color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
}

.comments-blog {
    width: 100%;
    display: inline-block;
    margin: 0 0 50px;
    padding: 30px;
    font-size: 14px;
    background: #fff;
    border-radius: 4px;
}

.comments-blog textarea {
    resize: none;
}

.comments-blog input[type="submit"] {
    width: auto;
    float: left;
    background: #27AE60;
    border-color: #27AE60;
    color: #fff;
}

.comments-blog input[type="submit"]:hover {
    opacity: .9
}

.comments-blog .says {
    display: none;
}

.comments-blog .fn {
    font-style: normal;
}

.comments-blog img {
    border-radius: 50%;
}

.comments-blog .comment-author {
    float: right;
}

.comments-blog .comment-meta {
    float: left;
    margin: 0 0 20px;
}

.comments-blog p {
    width: 100%;
    clear: both;
}

.comments-blog .reply {
    text-align: left;
}

.comments-blog .reply a {
    display: inline-block;
    padding: 2px 10px;
    background: #27AE60;
    color: #fff;
    border-radius: 4px;
}

.comments-blog .reply a:hover {
    opacity: .9
}

.category-article {
    padding: 20px 0;
}

.article-gallery ul li {
    width: 25%;
    float: right;
    padding: 0 15px;
}

.gallery-item img {
    border: 0 !important;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
}

::-webkit-scrollbar {
    width: 13px;
}

::-webkit-scrollbar-track {
    width: 13px;
}

::-webkit-scrollbar-thumb {
    background: #3d3c3b;
}


#woo-brdcrmb {
    background: #fff;
    margin: 19px auto;
    padding: 15px 0 3px;
    text-align: center;
}

#top-header-right-widget {
    padding: 10px 0;
}

#top-header-right-widget img {
    max-height: 60px;
    width: auto;
}

#top-header-left-widget {
    padding: 10px 0;
    display: flex;
    justify-content: flex-end;
}

#top-header-left-widget-icons {
    display: block;
    margin-right: 20px;
    padding-top: 17px;
}

#top-header-left-widget-icons a {
    font-size: 27px;
    margin-right: 15px;
}

#top-header-left-widget .woocommerce-product-search {
    position: relative;
    padding-top: 10px;
}

#top-header-left-widget .search-field {
    background: #f5f5f5;
    border: none;
    color: #595959;
    display: inline-block;
    width: 400px;
    border-radius: 100px;
    padding: 10px 50px 10px 0;
}

#top-header-left-widget .woocommerce-product-search button {
    background-color: transparent;
    background-image: url(images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-size: auto 23px;
    color: transparent;
    position: absolute;
    right: 3px;
    top: 20px;
    cursor: pointer;
}

#top-header-left-widget .woocommerce-product-search button:focus {
    outline: none;
}

.slider-txt {
    background-image: url(images/slider-txt-bg.jpg);
    background-size: 100% 100%;
    color: #969596;
    border-radius: 5px !important;
    min-width: 430px;
    min-height: 200px;
    position: absolute;
    right: 0;
    bottom: 0;
    direction: rtl;
    text-align: center !important;
}

.slider-txt h1 {
    text-align: center !important;
    color: #1672b7;
    font-size: 19px;
    margin-bottom: 10px !important;
}

.slider-txt p {
    color: #969596;
    text-align: center !important;
    font-family: byekan;
    font-size: 14px;
}

.home-products-section {
    padding: 50px 0;
}

.home-products-wrap {
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 29px;
}

.home-products-wrap .product-content h3 {
    text-align: center;
    font-size: 17px;
    line-height: 27px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}

.home-products-wrap .product-content h3 a {
    color: #00386b;
}

.home-products-wrap .product-cats {
    margin-bottom: 10px;
    justify-content: center;
display:none;
}
.home-products-wrap .product-cats li{
    display:inline-block;
}

.home-products-wrap .price {
    text-align: center;
    display: block;
}

.home-products-wrap .product-cats li {
    margin: 0 5px;
}

.home-products-wrap .product-cats li a {
    display: block;
    color: #787677;
}

.price ins,
.related .product ins {
    color: #1672b7 !important;
    text-decoration: none;
}

.home-products-wrap .price ins .woocommerce-Price-currencySymbol {
    color: #bdbcbf;
}

.price del,
.related .product del {
    color: #6e767b !important;
    margin-left: 5px;
}

.home-products-wrap .product-buy {
    background: #00386b;
    box-shadow: 1px 1px 2px 0px #00070f;
    color: #fff;
    display: table;
    margin: auto;
    font-size: 13px;
    margin-top: 20px;
    font-weight: normal;
    padding: 5px 20px;
    border-radius: 30px;
    margin-bottom: 10px;
}

.home-products-img-wrap img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    background-color: #fff;
}

.home-products-wrap .product-buy:hover {
    opacity: 0.8;
}

.home-carousel-prdcts-deatails {
    background-image: url('images/carousel-deatails-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 0px 17px -7px rgba(0, 0, 0, 0.5);
    padding: 20px;
    margin-top: 20px;
    min-height: 400px;
    text-align: center;
}

.home-carousel-prdcts-deatails h2 {
    color: #3d3c3b;
    font-size: 19px;
    margin-top: 90px;
    margin-bottom: 35px;
}

.home-carousel-prdcts-deatails p {
    color: #3d3c3b;
    font-size: 14px;
}

.home-carousel-prdcts-deatails a {
    color: #6d6b6c;
    display: block;
    margin-top: 30px;
}

.home-carousel-prdcts-deatails a:hover {
    color: #f15c5c;
}

.home-carousel-prdcts-slides li {
    box-shadow: 0px 0px 17px -7px rgba(0, 0, 0, 0.5);
}

.home-carousel-prdcts-slides .onsale {
    display: none;
}

.home-carousel-prdcts-slides .woocommerce-loop-product__title {
    color: #3d3c3b;
    text-align: center;
    font-weight: bold;
    font-size: 19px !important;
}

.home-carousel-prdcts-slides .price {
    display: block;
    text-align: center;
}

.home-carousel-prdcts-slides .price ins {
    color: #1672b7;
}

.home-carousel-prdcts-slides .price ins .woocommerce-Price-currencySymbol {
    color: #bdbcbf;
}

.home-carousel-prdcts-slides .price del {
    color: #787677 !important;
    margin-left: 5px;
}

.home-carousel-prdcts-slides .add_to_cart_button {
    background-color: transparent !important;
    color: #f15c5c !important;
    display: block !important;
    margin-bottom: 15px !important;
}

.slick-prev {
    background-size: 11px !important;
    color: #fff !important;
    background-color: #1f95d2 !important;
    left: 0 !important;
    height: 141px !important;
    width: 4px !important;
    border-radius: 0px 7px 7px 0 !important;
}

.slick-next {
    background-size: 11px !important;
    color: #fff !important;
    background-color: #1f95d2 !important;
    left: 0 !important;
    height: 141px !important;
    width: 4px !important;
    border-radius: 0px 7px 7px 0 !important;
}

.contact-us {
    background-color: #3B84D7;
    padding: 50px 0;
}

.contact-us input {
    width: 100%;
    border-radius: 10px;
    padding: 8px;
    padding-left: 15px;
    border: solid 1px white;
    color: #00386b;
    margin-bottom: 15px;
}

.wpcf7-submit {
    color: #00386b !important;
    width: auto !important;
    display: block;
    margin: auto;
    padding: 5px 60px !important;
    border-radius: 50px !important;
    margin-top: 94px;
}

.wpcf7-submit:hover {
    opacity: 0.8;
}

.contact-us .container h2 {
    font-size: 29px;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}

.contact-us #contact-us-left {
    text-align: left;
}

.contact-us .container a {
    color: #f7c73b;
    float: left;
    font-size: 25px;
    padding: 23px 20px 0 10px;
}

#footer-contact-us i {
    background: #f5f5f5;
    color: #969596;
    font-size: 19px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 5px;
    width: 43px;
    text-align: center;
    height: 43px;
    line-height: 43px;
}

#footer-contact-us {
    color: #3d3c3b;
}

#footer-contact-us p {
    font-size: 15px;
}

#footer-contact-us a {
    color: #3d3c3b;
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
}

#footer-contact-us a:hover {
    color: #1f95d2;
}

.footer-bottm .container {
    border-top: 2px solid #e9e9e9;
    padding-top: 25px;
}

#footer-newsletter-text {
    display: inline-block;
    width: 50%;
    float: right;
    color: #929094;
    line-height: 35px;
}

.footer_newsletter .mailpoet_form {
    position: relative;
}

.footer_newsletter #mailpoet_form_1 .mailpoet_text {
    width: 340px;
    padding: 10px 10px 10px !important;
}

.footer_newsletter .mailpoet_submit {
    background-color: transparent;
    width: auto;
    position: absolute;
    top: 24px;
    left: 25px;
    color: #969596;
}

.footer_newsletter .mailpoet_submit:hover {
    color: #1f95d2;
}

.footer_newsletter .mailpoet_form {
    position: relative;
}

.footer_namaad img {
    float: left;
    height: 70px !important;
    width: auto;
    margin-right: 10px;
}

.woocommerce-breadcrumb {
    box-shadow: 0px 0px 17px -11px rgba(0, 0, 0, 0.5) !important;
    padding: 10px 0 !important;
    font-size: 17px !important;
    color: #1672b7 !important;
}

.onsale {
    display: none !important;
}

.woocommerce div.product form.cart .button,
.add_to_cart_button , .product_type_simple{
    vertical-align: middle !important;
    background: #1f95d2 !important;
    display: inline-block !important;
    width: auto !important;
    padding: 12px 20px !important;
    color: #fff !important;
    font-weight: normal !important;
}

.woocommerce div.product form.cart .button:hover,
.add_to_cart_button:hover , .product_type_simple:hover {
    background: #1672b7 !important;
}

.products li {
    text-align: center;
}
.products
.products

.woocommerce .quantity .qty {
    width: 80px !important;
    text-align: center !important;
}

div.product p.price {
    color: #6e767b !important;
}

.woocommerce div.product p.price ins {
    color: #1672b7 !important;
}

.related .product {
    box-shadow: 0 0 17px -13px rgba(0, 0, 0, 0.5);
    padding: 10px !important;
}

#submit,
.checkout-button {
    background: #1f95d2 !important;
    color: #fff !important;
    font-weight: normal !important;
    width: auto;
    padding: 13px 35px !important;
    display: inline-block !important;
}

#submit:hover,
.checkout-button {
    background: #1672b7 !important;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #f5f5f5 !important;
    color: #969596 !important;
    width: 40px !important;
    height: 40px !important;
    text-align: center !important;
    line-height: 30px !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    width: 40px !important;
    height: 40px !important;
    line-height: 30px !important;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-left: none !important;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none !important;
}


::-webkit-media-controls {
    display: none !important;
}

video::-webkit-media-controls {
    display: none !important;
}

video::-webkit-media-controls-enclosure {
    display: none !important;
}

.plyr__controls,
.plyr__play-large {
    display: none !important;
}

.top-section video {
    width: 100% !important;
}
.related{
    clear: both;
}

.wp-video , .plyr , .plyr__video-wrapper , .mejs-container{
    max-height: 300px !important;
}
.top-section .wp-video ,.top-section .plyr ,.top-section .plyr__video-wrapper ,.top-section .mejs-container{
    max-height: fit-content !important;
}
.page-numbers{
    font-family: sahel !important;
}

.woocommerce ul.products li.product a {
    border-radius: 50px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    position: relative;
    margin-right: 0;
    box-shadow: 0px 0px 13px -7px rgba(0,0,0,0.5);
    padding: 0 0 20px;
    margin: 15px 1%;
    width: 23%;
    background: #f9f9f9;
    border-radius: 15px;
    overflow: hidden;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title , .woocommerce-page ul.products li.product h2.woocommerce-loop-product__title{
    text-align: center;
    font-size: 17px;
    line-height: 27px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0 20px;
}
.woocommerce ul.products li.product a.product_type_simple{
    background: #e67e22 !important;
}
.woocommerce ul.products li.product a.product_type_simple:hover{
    background: #d35400 !important;
}
.wp-post-image{
    box-shadow: 0px 0px 13px -7px rgba(0,0,0,0.5) !important;
    margin-bottom: 15px;
}
.woocommerce div.product form.cart .button, .add_to_cart_button, .product_type_simple {
    border-radius: 50px !important;
}
.quantity input[type="number"]{
    border-radius: 50px !important;
}
.woocommerce ul.products li.product a img {
    height: 220px !important;
    object-fit: contain !important;
}
.wp-show-posts-image img{
    height: 230px !important;
    width: 100% !important;
    object-fit: cover !important;
}