/*
Theme Name: drsinakosari
Theme URI: http://drsinakosari.com
Author: yasaman naderi doost Noya media
Author URI:  http://noyamedia.ir
Description: قالب اختصاصي براي وب سايت شخصي دکتر سینا کوثری
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: drsinakosari
*/
/* =WordPress Core@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------------
WordpressCore
------------------------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
a:hover{
   text-decoration: none;
}
/*---------------------------------------------------------------------------
ManiStyle
------------------------------------------------------*/

/********
Fonts
********/
@font-face {
    font-family: IRANSansWebLight;
    src: url(assets/fonts/IRANSansWebLight.eot);
    src: url(assets/fonts/IRANSansWebLight.eot?#iefix) format('embedded-opentype'),
    url(assets/fonts/IRANSansWebLight.woff2) format('woff2'),
    url(assets/fonts/IRANSansWebLight.woff) format('woff'),
    url(assets/fonts/IRANSansWebLight.ttf) format('truetype')
}

@font-face {
    font-family: IRANSansWeb_bold;
    src: url(fonts/IRANSansWeb_Bold.eot);
    src: url(fonts/IRANSansWeb_Bold.eot?#iefix) format('embedded-opentype'),
    url(fonts/IRANSansWeb_Bold.woff2) format('woff2'),
    url(fonts/IRANSansWeb_Bold.woff) format('woff'),
    url(fonts/IRANSansWeb_Bold.ttf) format('truetype')
}
body {
direction: rtl;
/*font-family: IRANSansWeb;*/
/*padding-top: 25px;*/
    font-family: IRANSansWebLight;
position: relative;
    text-align: right;
    font-weight: normal;
    font-size: 0.9em;
    /*color: #565656;*/
    color: #6d7a8c;
}
img{
    max-width: 100%;
    height: auto;
}
/*----------------------------
header
------------------------------------*/
/*.top-height {
    height: 57px;
}*/
.header {
  padding: 15px 0px 0px 0px;
  width: 100%;
}

/*---------------------------
menu
-------------------------------------*/
.desktop .bottom-header{
/*background-color: #7f8db9;*/
    background-color: #2c4167;
}
.nav-menu {
        padding: 0px;
}
.nav-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-menu li {
    display: inline-block;
    position: relative;
}
.main-menu{
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu li {
  display: inline-block;
  position:relative;
}
.main-menu li a {
  position: relative;
  display: inline-block;
  color: white;
  text-align: center;
  padding: 18px 16px;
  text-decoration: none;
  cursor: pointer;
}
.main-menu li:hover {
    border-bottom: 3px solid #00d2eb;
}
.main-menu .current-menu-item{
    border-bottom: 3px solid #00d2eb;
}
.fixed-top {
    position: fixed;
    z-index: 9999;
    width: 100%;
}
.main-menu li:hover > ul {
    display: block;
}
ul.sub-menu li{
    display:block;
}
.add-pading {
    padding-left: 15px;
}
.desktop .nav-menu{
    text-align: center;
    align-items: center;
}
.desktop  .main-menu{
    background-color: rgba(25, 25, 25, 0.2);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
    margin-right: 0;
    margin-left: 0;
    align-items: center;
    object-position: center;
}
.desktop .main-menu.bg-change{
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*---------------------------
menumobile
-------------------------------------*/ 
header.mobile{
    padding: 10px 0;
    background-color: #2c4167;
}
.mob-dis{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.mobile .fa-bars{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*z-index: 2;*/
    color: #00d2eb;
}
.mobile ul.mob-menu ul{
    display: none;
    list-style: none;
    /*padding: 0px 20px;*/
}
.mobile ul.mob-menu{
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 99999999;
    background-color: #fff;
    width: 100%;
    right: -100%;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.mobile ul.mob-menu.d-show {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 99999999;
    background-color: #fff;
    width: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
     box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
}
.mobile nav ul.mob-menu.d-show img{
    width: 32px;
    height: 32px;
    padding: 2px;
}
.mob-menu li a{
    display: inline-block;
    padding: 3px 8px;
    font-size: 12px;
    position: relative;
    margin-top: 15px;
    font-weight: 500;
    color: #303342;
}
.mob-menu li{
    position: relative;
}
.mob-menu li .fa-angle-down {
    position: absolute;
    left: 1px;
    top: 22px;
    color: #d09454;
    padding: 0px;
    font-size: 20px;
    z-index: 9999999999999999999;
}
.mob-menu li .fa-angle-up{
    position: absolute;
    left: 5px;
    top: 15px;
    /* background-color: #ff4a57; */
    color: #e8c1c3;
    padding: 0px;
    font-size: 20px;
    z-index: 9999999999999999999;
}
.menu-img{
    margin-left: 12px;
    width: 28px;
    height: 28px;
}
.mobile ul.sub-menu li:before {
    content: "\f192";
    /* content: "\f00c"; */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 2.3em;
    color: #d09454;
    padding: 0px 5px;
}
.mobile .sub-menu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 207px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999999;
    top: 40px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    padding: 0;
}
/*------------------------------------------------------------------------------
slider
-----------------------------------------------------*/
.carousel-caption h2{
    text-align: center;
    color: #6d7a8c;
}
/*------------------------------------------------------------------------------
abouthome
-----------------------------------------------------*/
.about-me-front {
    position: relative;
    text-align: justify;
}
.bg-about{
    /*margin-bottom: 25px; */
    padding-top: 60px;
}
.section-header {
    display: block;
    text-align: center;
    overflow: hidden;
    margin-bottom: 86px;
}
.section-header > h1 {
    color: #333;
    position: relative;
    display: inline-block;
    border: 2px solid #00d2eb;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: none;
    padding: 12px 30px 5px;
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
    max-width: 1140px;
}
.section-header > h1:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1170px;
    height: 1px;
    background-color: #00d2eb;
    right: 100%;
    margin-right: 0;
}
.section-header > h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1170px;
    height: 1px;
    background-color: #00d2eb;
    left: 100%;
    margin-left: 0
}
.about-me-front .img-about{
    transform: translate(-45px, 30px);
}
.image-front-about{
    background-image: radial-gradient(#d4d9e0 20%, #ffffff 20%);
    background-position: 0 0;
    background-size: 10px 10px;
    height: 100%;
    width: 100%;
}
.about-me-front .content-meta {
    font-size: 16px;
    padding: 60px 0px 0px 25px;
}
/*---------------------------------------------------------
contact-front
-------------------------------------------------*/
.bg-contact-front{
    background-image: url(http://www.drsinakosari.com/wp-content/uploads/2020/07/bg-contact.png);
    background-position: center;
    background-repeat: no-repeat;
}
#gform_wrapper_1{
    border: 3px solid #00d2eb;
    border-radius: 50px;
    display: inline-block;
    padding: 25px;
    width: 100%;
    margin-bottom: 60px;
    margin-top: 20px;
    background-color: #fff;
}
.bg-contact-front .gform_footer.top_label{
    display: inline-block;
    position: relative;
    text-align: right;
    background-color: transparent;
    width: auto;
    float: right;
    background-color: #00d2eb;
    border: 1px solid #00d2eb;
    border-radius: 10px;
    box-shadow: none;
    color: #ffffff;
    font-size: 13px;
    padding: 10px 18px;
    text-transform: uppercase;
    transition: all 1s ease 0s;
    position: relative;
    cursor: pointer;
}
#gform_submit_button_1{
    background-color: transparent;
    border: none;
    width: auto;
    color: #ffffff;
    min-height: auto;
    padding: 0;
    text-transform: uppercase;
}
.bg-contact-front .gform_footer.top_label::after {
    position: relative;
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-weight: 100;
    color: #fff;
    padding-right: 10px;
    font-size: 18px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    display: inline-block;
}
.bg-contact-front .gform_footer.top_label:hover::after {
    -webkit-animation-name: hvr-icon-pulse;
    animation-name: hvr-icon-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-name: pulse_animation;
    animation-duration: 5000ms;
    transform-origin:70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.bg-contact-front input {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}
.bg-contact-front textarea {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}
.font-link h4{
    font-size: 1rem;
}
.bg-contact-front ul.gform_fields li.gfield {
    display: inline-block;
    width: 50%;
}
#field_1_6{
    width: 100%;
    display: block;
}
/******-------------------------------------------------------------------------
pharmacy-banner
----------------------------------------------------------------------*********/
.section-header p{
    text-align: right;
    margin: 100px 50px;
    font-size: 7em;
    color: #66a4d9;
    padding: 20px;
}
.text-banner p {
    margin: 0px 12px;
    text-align: right;
    font-size: 1.75em;
    color: #6d7a8c;
}
.text-banner h1 {
    text-align: center;
    padding: 25px 0px 15px 0px;
    color: #6d7a8c;
    font-size: 2.5em;
}
.text-banner {
    background-color: #e7eaf124;
}
.text-banner i{
    border: 3px solid #00d2eb;
    border-radius: 100%;
    color: #00d2eb;
    font-size: 15px;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    text-align: center;
    right: 0;
    top: 31px;
    padding: 4px;
}
/******-------------------------------------------------------------------------
bolghome
----------------------------------------------------------------------*********/
.tob-blog {
    margin: 0 0 6em 0;
}
.end-blog{
    margin: 0 0 6em 0;
}
#blog-block {
    margin: 2.5em 0;
}
.blog-content {
    position: relative;
    text-align: center;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}
.meta-blog-img figure {
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
.meta-blog-title h3 {
    padding-bottom: 20px;
    font-size: 1.2em;
    text-align: center;
}
 .meta-blog-excerpt p {
    text-align: justify;
    line-height: 25px;
    font-size: 0.9em;
    min-height: 175px;
}
.read-more a {
    background-color: #00d2eb;
    border: 1px solid #00d2eb;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 10px 30px;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    position: relative;
    z-index: 1;
}
.meta-blog-content > .read-more a:hover {
    background-color: transparent;
    color: #00d2eb;
}

.meta-blog-content{
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
    background-color: #fff;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 25px 30px;
    text-align: justify;
    color: #6d7a8c;
    min-height: 335px;
}

.meta-blog-img img{
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;  
}
.contact-social-me a{
    text-align: center;
    border: 3px solid #00d2eb;
    border-radius: 50px;
    display: inline-block;
    padding: 70px 10px;
    width: 50%;
    margin-bottom: 0;
    margin-top: 90px;
    background-color: #fff;
    margin-right: 150px;
    color: #6d7a8c;
}
.blog-section .end-blog img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    
}
/*---------------------------------------------------------
footer
-------------------------------------------------*/
.footer-main {
    padding: 10px 0;
    /* background-color: rgba(40,48,63,.89); */
    background-image: url(assets/images/slider-1.jpg);
    background-repeat: repeat;
    background-position: center center;
    background-size: auto;
    background-attachment: scroll;
}
.footer-main .widget_workinghours {
    background-color: #01d1ea;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 0 35px 35px;
    text-align: center;
    position: relative;
}
.footer-main .widget_workinghours::before {
    border-radius: 100%;
    background-color: #fff;
    border: 10px solid #01d1ea;
    color: #01d1ea;
    display: inline-block;
    font-size: 52px;
    height: 100px;
    width: 100px;
    line-height: 82px;
    margin-top: -50px;
    margin-bottom: 20px;
    position: relative;
    content: "";
    z-index: 1;
}
.footer-main .widget_workinghours::after {
    position: absolute;
    content: "\f017";
    font-family: "Font Awesome 5 Free";
    font-weight: 100;
    font-size: 52px;
    width: 50px;
    height: 50px;
    line-height: 52px;
    z-index: 1;
    color: #01d1ea;
    top: -26px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.margi-correct{
  margin-top: 52px;  
}
.footer-main h3.widget-title {
    color: #f9f9f9;
    font-size: 24px;
    line-height: 35px;
    margin-top: 0;
    margin-bottom: 27px;
    text-transform: capitalize;
    font-weight: 500;
}
.widget > ul:first-of-type {
    padding-left: 0;
}

.footer-main .widget_workinghours ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.footer-main .widget_workinghours ul li {
    border-bottom: 1px solid #02bdd3;
    display: inline-block;
    padding: 10px 0 16px;
    width: 100%;
}
.footer-main .widget_workinghours ul li > span {
    color: #fff;
    float: left;
    font-size: 16px;
    text-transform: capitalize;
}
.footer-main .widget_workinghours ul li > b {
    color: #fff;
    float: right;
    font-size: 14px;
}

.top-footer {
    padding: 30px 15px;
}

.top-footer h5 {
    color: white;
}

.top-footer p {
    color: white;
    text-align: justify;
}

.copyright p {
    color: white;
    text-align: center;

}

p .copyright a:hover {
    color: #1996d7;
}

.top-footer ul {
    padding: 0px;
}

.bottom-footer {
    padding: 10px 0;
    background-repeat: repeat;
    background-position: center center;
    background-size: auto;
    background-attachment: scroll;
}

.top-footer ul {
    list-style: none;
}

.bottom-footer p {
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 12px;
}

.top-footer a {
    color: #fff !important;
}

footer .footer-title {
    font-weight: bold;
    color: #fff;
    margin: 0 0 20px;
    line-height: 1.2;
    font-size: 1rem;
}
footer .footer-title span {
    border-bottom: 2px solid #00d2eb;
    padding-bottom: 5px;
    display: inline-block;
}
footer .svg-inline--fa.fa-w-16 {
    width: 1.5em;
    color: #fff;
}

footer .svg-inline--fa.fa-w-10 {
    width: 1.5em;
    color: #fff;
}

footer .svg-inline--fa.fa-w-12 {
    width: 1.5em;
    color: #fff;
}
footer i{
    width: 1.5em;
    color: #fff;
}
.top-footer {
    border-bottom: solid 1px;
    border-bottom-color: #00d2eb;
}
.recent-post-title {
    font-size: 0.9em;
}
.footer2 .footer-widget{
    padding-right: 35px;
}
#toTop {
    border: 2px solid #3bdcef;
    position: fixed;
    left: 20px;
    bottom: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: none;
    z-index: 9999999;
    text-align: center;
    color: #3bdcef;
    border-radius: 10px;
}
.bottom-footer .copyright a{
    color: #ff4a57;
}
.top-footer .textwidget.custom-html-widget i{
    border: 2px solid #00d2eb;
    border-radius: 100%;
    color: #00d2eb;
    font-size: 15px;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    text-align: center;
    right: 0;
    top: 0;
    padding: 5px;
}
/*---------------------------------------------------------------
aboutus
--------------------------------------------*/
.gallery-img{
    width: 100%;
    height: 350px;
}
/*---------------------------------------------------------------
contactus
--------------------------------------------*/
.m-contact-f .bg-form-contact{
    border: 3px solid #00d2eb;
    border-radius: 35px;
    display: inline-block;
    margin-bottom: 40px;
    padding: 25px 42px 0;
    width: 100%;
}
.m-contact-f .bg-form-contact input, textarea {
    border-radius: 0;
    border-color: #e0e0e0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    height: auto;
    font-weight: 400;
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    box-shadow: none;
    color: #777;
    font-size: 13px;
    font-weight: 600;
    min-height: 41px;
    outline: none;
    padding: 6px 18px;
    letter-spacing: 0.26px;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    box-shadow: none;
    display: inline-block;
    width: 100%;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#author, #url, #email {
    border-radius: 0;
    border-color: #e0e0e0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    height: auto;
    font-weight: 400;
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    box-shadow: none;
    color: #777;
    font-size: 13px;
    font-weight: 600;
    min-height: 41px;
    outline: none;
    padding: 6px 18px;
    letter-spacing: 0.26px;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    box-shadow: none;
    display: inline-block;
    width: 100%;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;    
}
.blog-spacing #comment {
    height: 200px;
}
.m-contact-f .bg-form-contact #gform_submit_button_2 {
    background-color: #00d2eb;
    border: 1px solid #00d2eb;
    color: #fff;
    font-size: 15px;
    float: right;
    letter-spacing: 1.5px;
    padding: 12px 35px;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: auto;
    margin-bottom: 15px;
}
.gf_stylespro .gform_footer {
    border-top: none!important;
}
.contact-us .contact-call-box {
    border-bottom: 1px solid #e0e0e0;
    display: inline-block;
    padding: 16px 62px 10px 15px;
    width: 100%;
    position: relative;
    min-height: 70px;
}
.contact-us .contact-call-box a > i {
    /*border: 3px solid #00d2eb;
    border-radius: 100%;
    color: #00d2eb;
    font-size: 18px;
    height: 42px;
    width: 34px;
    line-height: 38px;
    margin-left: 24px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 14px;*/
    border: 3px solid #00d2eb;
    border-radius: 100%;
    color: #00d2eb;
    font-size: 18px;
    width: 45px;
    height: 45px;
    margin-left: 24px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 14px;
    padding: 10px;
}
.contact-us .contact-call-box a > a {
    color: #777;
    text-decoration: none;
}
.contact-us .contact-call-box a {
    color: #777;
    font-size: 15px;
    line-height: 39px;
    margin-bottom: 0;
}
.gf_stylespro .gfield, .gf_stylespro .gform_fields {
    float: right!important;
}

span.gfield_required {
    display: none;
}
.contact-me ul.gform_fields li.gfield {
    display: inline-block;
    width: 50%;
}
#field_2_5, #field_1_5{
    width: 100%;
    display: block;
}
.contact-map iframe {
    border-radius: 35px;
}
/*----------------------------------------------------------------------------
blog
---------------------------------------------------------------------*/
.navigation-blg {
    text-align: center;
    margin: 15px 0px;
}
.page-banner {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
    min-height: 329px;
}
.page-banner::before {
    background-color: rgba(0,0,0,0.2);
    content: "";
    display: inline-block !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.page-banner h1 {
    color: #fff;
    font-size: 36px;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    max-height: 150px;
    padding: 0 15px;
    overflow: hidden;
    left: 0;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
}
.blog-spacing{
    margin-top: 80px;
    margin-bottom: 80px; 
}
article a {
    display: block;
    color: #6d7a8c;
}
.read-more span{
    background-color: #00d2eb;
    border: 1px solid #00d2eb;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 10px 30px;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    position: relative;
    z-index: 1;
}
.meta-blog-content > .read-more span:hover {
    background-color: transparent;
    color: #00d2eb;
}
.blog-spacing .meta-blog-img img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    
}
.blog-spacing p{
    text-align: justify;
}
.pro-single {
    text-align: center;    
}
/*--------------------------------------------------------------------
404
---------------------------------------------------------------*/
.error-area {
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    background-position: left center;
    background-image: url(assets/images/error-bg.png);
}
.error-area {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    background-image: url(assets/images/error-bg.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #ffff;
}
.error-area .big-text {
    color: #ffffff;
}
.error-area .big-text {
    font-size: 150px;
    color: #565656;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 200px;
}

.big-text {
    font-weight: 600;
    color: #ffffff;
    font-size: 39px;
}
.error-area .medium-text {
    color: #ffffff;
}
.error-area .medium-text {
    font-size: 60px;
    line-height: 70px;
    color: #565656;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}

.medium-text {
    font-weight: 600;
    color: #ffffff;
    font-size: 25px;
}
.error-area .error-button {
    border-top: 1px solid #4c55c4;
    border-bottom: 1px solid #4c55c4;
    border-left: 1px solid #4c55c4;
    border-right: 1px solid #4c55c4;
}
.error-area .error-button {
    background-color: #ffff;
}

.error-area .error-button {
    color: #ffffff;
}
.error-area .error-button {
    padding: 15px 40px;
    border-radius: 5px;
    background-color: #4c55c4;
    border: 1px solid #4c55c4;
    font-size: 16px;
    color: #1F2235;
    font-weight: 600;
    text-align: center;
    display: inline-block;
}
.error-content a {
    color: #ffffff;
}
.error-image img {
    border: 0;
    max-width: 100%;
    height: auto;
}
.error-area .error-button:hover {
    background-color: #ffffff;
}
.error-area .error-button:hover {
    color: #4c55c4;
}

/*-------------------------------------------------
relatedpostsingle
----------------------------------------------------*/
.related-post{
    border: 1px solid #d0945545;
    border-radius: 5px;
    margin-top: 2.5em;
    margin-bottom: 2em;
}
.related-p p {
    color: #2096d3;
    font-weight: bold;
    font-size: 20px;
    margin: 12px 15px;
    border-bottom: 1px solid #d0945545;
    padding: 0 0px 15px;
}
.post-title h3 {
    text-align: center;
    color: #000;
    font-size: 12px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    color: #d09454;
}
#share-buttons ul {
    list-style: none;
    padding: 0;
    margin: 35px 0px;
}
#share-buttons {
    margin-bottom: 10px;
}
#share-buttons ul li {
    display: inline-block;
}
#share-buttons ul li a.telegram {
    background-color: #00AFF0;
}

#share-buttons ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 22px;
}
#share-buttons ul li a.whatsapp {
    background-color: #25D366;
}
#share-buttons ul li a.linkedin {
    background-color: #0077B5;
}
.fab {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
}
/*-----------------------------------------------------
comment
----------------------------------------------------*/
.comment-respond {
        border-top: 1px solid #d0945545;
        margin: 100px 0px;
        padding: 15px 0px;
    }
#respond {
    /*border: 1px solid #ececec;*/
    border: 1px solid #01d1ea;
    border-radius: 5px;
    margin-top: 5em;
}
#reply-title {
    color: #2096d3;
    font-weight: bold;
    font-size: 20px;
    margin: 12px 15px;
    border-bottom: 1px solid #01d1ea;
    padding: 0 0px 15px;
}
#commentform {
    padding: 15px;
}
#comments textarea {
    display: block;
    width: 100%;
    border-radius: 5px;
    border: none;
    background-color: #efefef;
    padding: 5px;
}
#comments input {
    display: block;
    width: 100%;
    border-radius: 5px;
    border: none;
    background-color: #efefef;
    padding: 5px;
    margin: 1em 0;
}
#submit {
    display: inline-block !important;
    width: auto !important;
    background-color: transparent;
    padding: 10px 20px !important;
    cursor: pointer;
}
#wp-comment-cookies-consent {
    display: inline-block !important;
    width: auto !important;
    margin-left: 10px !important;
}
#comment, #author, #email, #url {
    width: 100%;
}
.required{
    color: red;
}
/*.form-submit #submit:hover {
    background-color: #d09454 !important;
}*/
.logged-in-as a{
    color: #6d7a8c;
}
/*----------------------------------------------------------
swepper
----------------------------------------------------------------*/
  .swiper-container {
      width: 100%;
      height: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .gallery-top {
      height: 80%;
      width: 100%;
    }

    .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .gallery-thumbs .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
