/*
Theme Name: drveisi
Theme URI: http://drveisi.com
Author: Navid Tavakoli
Author URI:  http://navidtavakoli.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: drveisi
*/
/* =WordPress Core
-------------------------------------------------------------- */
.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%; /* Image does not overflow the content area */
    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;
}

/* Text meant only for screen readers. */
.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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
    /* Above WP toolbar. */
}


/* CSS Document */
/* --------------------------------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: IRANSansWebLight;
    /*padding-top: 25px;*/
    position: relative;
    text-align: right;
    font-weight: normal;
    font-size: 0.9em;
    color: #565656;
}

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

/*----------------------------header------------------------------------*/
.header {
    /*overflow: hidden;*/
    padding: 15px 0px 0px 0px;
    width: 100%;
}

.header a {
    float: left;
    color: #a68a65;
    text-align: center;
    padding: 5px 18px;;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    border-radius: 4px;
}

/*.top-height {
    height: 50px;
}*/

/*----------------------------loader----------------------------------*/
.load {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00acc1;
    z-index: 99999999999;
}
/********-------------------
selection
------------------*********/
::-moz-selection {
    color: #fff;
    background-color: #5b60a2;
}
::selection { 
    color: #fff; 
    background-color: #5b60a2; 
}
/*---------------------------menu-------------------------------------*/
.fixed-top-menu {
    position: fixed;
    z-index: 9999999999;
    width: 100%;
    top: 0;
}

.nav-menu {
    padding: 0px;
}

.nav-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu li {
    display: inline-block;
    position: relative;
}

.main-menu li a {
    position: relative;
    display: inline-block;
    color: white;
    text-align: right;
    padding: 15px 16px;
    text-decoration: none;
    cursor: pointer;
}

/*.nav-menu li a:hover, .menu-item-33:hover .dropbtn {
    color: #d09454;
}*/

.nav-menu li.menu-item-33 {
    display: inline-block;
}

ul.main-menu li:hover > ul {
    display: block;
}

ul.main-menu ul li {
    display: block;
}

ul.sub-menu {
    display: none;
    position: absolute;
    background-color: #667ebe;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9999999;
    top: 50px;
    right: 0;
    text-align: right;
    border: 1px solid rgba(15, 71, 105, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    /*padding: 8px 0;*/
}
.sub-menu li a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: right;
}

.sub-menu a:hover {
    color: #f1f1f1;
}

.menu-item-33:hover .sub-menu {
    display: block;
}

.right-menu {
    /*background-color: #2098df;*/
    text-align: left;
    background: #667ebe;
}

.left-menu {
    /*background-color: #33a9ee;*/
    text-align: right;
    background: linear-gradient(135deg, rgba(92,112,171,1) 0%,rgba(91,95,162,1) 100%);
}
/*.menu-item-116:after {
    content: ' \203A';
    display: inline-block;
    position: relative;
    color: #ffffff9e;
    top: 0;
    right: -15px;
    left: 0;
    transform: rotate(-90deg);
}
.menu-item-116:hover:after{
  color: #d09454;
}*/
.read-more a{
    background-color: #d0945417;
    border: 1pt solid #d0945487;
    padding: 10px 15px;
    color: #565656;
}
.read-more {
margin: 25px 0px;
}
.font-weight-bold a{
    color: #d09454;
}
/*.font-weight-bold a:before {
    content: ' \f02c';
}*/
.post-admin, .post-date {
    color: #d09454;
}
.read-more a:hover {
    background-color: #d09454;
    color: #fff;
}
.post-date:hover{
    color: #565656;
}
.post-admin:hover {
     color: #565656;
}
.main-menu li:hover > ul {
    display: block;
}
ul.sub-menu li{
    display:block;
}
ul.main-menu ul ul {
    right: 100%;
    position: absolute;
    top:0;
    left: 0;
}
ul.main-menu>li>i {
    position: absolute;
    top: 22px;
    right: 65px;
}
ul.main-menu>li>ul>li>i {
    transition: .5s all;
    position: absolute;
    bottom: 17px;
    left: 5px;
}
ul.main-menu>li>i, ul.main-menu>li>ul>li>i {
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    color: #fff;
}
ul.main-menu>li>ul>li:hover>i {
    -ms-transform: rotate(450deg);
    transform: rotate(450deg);
    color: #fff;
}

ul.main-menu>li>ul>li:hover>i, ul.main-menu>li>ul>li>ul>li:hover>i {
    -webkit-transform: rotate(450deg);
    -moz-transform: rotate(450deg);
    -o-transform: rotate(450deg);
}
.add-pading {
    padding-left: 15px;
}
.right-menu .main-menu li:hover {
    background-color: #5c66a6;
}
.left-menu .main-menu li:hover {
    background-color: #667ebe;
}
.nav-menu .current-menu-ancestor{
    background-color: #445ba1;
   /*background-color: #d0945499;*/
}
ul.sub-menu li {
    display: block;
} 
.right-menu .main-menu .current-menu-item {
    background-color: #5c66a6;
}
.left-menu .main-menu .current-menu-item {
    background-color: #667ebe;
}
/*---------------------------
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: #d09454;
}
.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;
}
ul.mob-menu.d-show {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 99999999;
    background-color: #fff;
    width: 62%;
    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);
}
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: 10px;
    top: 22px;
    /*background-color: #ff4a57;*/
    color: #2c4167;
    padding: 0px;
    font-size: 20px;
    z-index:9999999999999999999;
}
.mob-menu li .fa-angle-up{
    position: absolute;
    left: 5px;
    top: 15px;
    /* background-color: #ff4a57; */
    color: #2c4167b3;
    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: #e8c1c3;
}
.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;
}
.mobile ul.sub-menu li:before {
    content: "\f058";
    /* content: "\f00c"; */
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    margin-left: -1.3em;
    width: 2.3em;
    color: #4a56af;
    padding: 0px 5px;
}
/*------------------------------------------------------slider--------------------------------------------------*/
.container-fluid {
    padding: 0px;
}

.slider {
    position: relative;
}
/*.slider img {
    max-height: 750px!important;
    min-height: 750px;
}*/
/*--------------------------------------------------------------shape------------------------------------------------------*/
.banner-shape {
    display: block;
    max-height: 230px;
    height: 230px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.no-padding {
    padding: 0;
}

.shape-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.left-shape-blue {
    overflow: hidden;
    z-index: 4;
    -moz-clip-path: polygon(0% 0%, 0% 100%, 120% 100%, 0% 0%);
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 120% 100%, 0% 0%);
    clip-path: polygon(0% 0%, 0% 100%, 120% 100%, 0% 0%);
}

.left-shape-blue {
    padding: 78px 0;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #667ebe;
}

.home-banner .left-shape {
    background-color: #33a9ee;
}

.home-banner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 100px;
}

.left-shape {
    overflow: hidden;
    z-index: 4;
    -moz-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 0% 0%);
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 0% 0%);
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 0% 0%);
}

.left-shape {
    padding: 78px 0;
    overflow: hidden;
    background-color: #5b6aaa;
    top: 6px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.shape-right {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
}

.no-padding {
    padding: 0;
}

.right-shape-blue {
    overflow: hidden;
    z-index: 4;
    -moz-clip-path: polygon(0% 84%, 0% 100%, 100% 100%, 100% 0%);
    -webkit-clip-path: polygon(0% 84%, 0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 84%, 0% 100%, 100% 100%, 100% 0%);
}

.right-shape-blue {
    padding: 78px 0;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    /*background-color: #33a9ee;*/
    background: linear-gradient(135deg, rgba(92,112,171,1) 0%,rgba(91,95,162,1) 100%);
}

.home-banner .right-shape {
    background-color: #f7f7f7;
}

.right-shape {
    overflow: hidden;
    z-index: 4;
    -moz-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 0%);
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 0%);
}

.right-shape {
    padding: 78px 0;
    overflow: hidden;
    background-color: #f7f7f7;
    top: 6px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.message-borad {
    position: relative;
    z-index: 5;
    background-color: #f7f7f7;
}

.message-borad::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #5b6aaa;
    width: 50%;
    display: inline-block;
}

.no-padding {
    padding: 0;
    z-index: 999999;
}

.emargency-case {
    background-color: #f7f7f7;
    display: inherit;
    padding-left: 40px;
}

.opening-hours {
    background-color: #5b6aaa;
    display: inherit;
    color: #fff;
    padding-right: 40px;
}

th, td {
    padding: 5px;
    text-align: right;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #f2f2f2;
}

table, th, td {
    border-collapse: collapse;
}

.message-block {
    margin-top: 70px;
    margin-bottom: 80px;
    padding-left: 50px;
}

.no-right-padding, ul {
    padding-right: 0;

}

.message-block h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 13px;
    margin-top: 0;
    margin-bottom: 20px;
}

.message-block h3:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    min-width: 20px;
    height: 3px;
    background-color: #fff;
    display: inline-block;
}

.emargency-case .message-block h3:after {
    background-color: #30345f;
}

.emargency-case .message-block h3 {
    color: #30345f;
}

.emargency-case .message-block p {
    color: #30345f;
}

.message-block a {
    padding: 10px 20px;
    border: 2px solid #5c6ba8;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
}
.emargency-case a{
    color: #30345f;
}
.opening-hours .message-block a {
    border-color: #fff;
    border-radius: 10px;
}

.message-block p {
    line-height: 25px;
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
    text-align: justify;
}

.opening-hours .message-block .hover-trans:hover{
    transform: translateY(-5px);
    color: #30345f;
    background-color: #fff;
}

.emargency-case .message-block .hover-trans:hover{
    transform: translateY(-5px);
    color: #fff;
    /*background-color: #54aadc;*/
    background: linear-gradient(135deg, rgba(92,112,171,1) 0%,rgba(91,95,162,1) 100%);
}



.opening-hours .message-block a {
    color: #fff;
}

.opening-hours .message-block li:first-child {
    margin-top: 10px;
}

.opening-hours .message-block li {
    list-style: none;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 10px;
}

.opening-hours .message-block li::after {
    position: absolute;
    content: "";
    background-color: #c9e1ef;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.text-height {
    min-height: 200px;
}

a.hover-trans{
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
/*------------------------------------------------------------------------------
abouthome
-----------------------------------------------------*/
.about-section {
    display: inline-block;
    width: 100%;
    padding: 50px 0px;
}

.decotate h1 {
    text-align: center;
}

.decotate {
    display: block;
    z-index: 99;
    margin-top: 15px;
}

.decotate:before {
    content: "";
    position: absolute;
    right: 650px;
    top: 30px;
    width: 220px;
    height: 1px;
    background-color: #667ebe;
}

.decotate:after {
    content: "";
    position: absolute;
    left: 650px;
    top: 30px;
    width: 220px;
    height: 1px;
    background-color: #667ebe;
}
#decorate.decotate:after {
    content: "";
    left: 785px;
}
#decorate.decotate:before {
    content: "";
    right: 785px;
}
.border-about {
    position: relative;
    border: 4pt solid #d09454;
    box-shadow: 0 0 5px 0px rgba(222, 180, 82, 0.7);
    margin: 0 5em;
    height: 320px;
    margin-top: 50px;
}

.content-meta {
    text-align: justify;
    color: #757575;
    /* line-height: 32px;
     margin-left: 150px;
     margin-right: 150px;*/
    padding: 4em 2em;
    min-height: fit-content;
}

/*.content-meta p {
    margin: 1rem;
}*/
.img-decorait {
    transform: translate(-4em, -2em);
    /*-moz-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);*/
}

#lastcontent:before {
    content: "";
    position: absolute;
    right: 690px;
    top: 30px;
    width: 220px;
    height: 1px;
    background-color: #667ebe;
}

#lastcontent:after {
    content: "";
    position: absolute;
    left: 690px;
    top: 30px;
    width: 220px;
    height: 1px;
    background-color: #667ebe;
}

.pattern {
    background-image: url(assets/images/pattern.jpg);
    background-repeat: repeat;
    height: fit-content;
}

/*----------------------------------------------
serviceshome
------------------------------*/
.services-section {
    background-color: #f7f8fa;
}

.nav-tabs .nav-link.active {
    color: #1a223e;
    background-color: transparent;
    border-color: transparent;
    animation-direction: alternate;
    border-bottom-style: outset;
    border-bottom-color: #d09454;
    border-bottom-width: 2px;
}

.nav-tabs .nav-link:hover {
    animation-direction: alternate;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.nav-tabs {
    border-bottom: transparent;
}
.element-post {
    /*padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;*/
}
.service-style {
    -webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    margin-top: 40px;
}
.service-pad {
    padding: 40px 0 30px;
}
.service-pad a {
    display: block;
    color: #130947;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    transition-delay: .1s;
}
.service-style:hover {
    color: #fff;
}
.service-pad h3{
    font-size: 1rem;
    font-weight: 700;
}
.services-section {
    background-color: rgba(247,249,250,.8);
    background-image: url(assets/images/pattern-cervices.png)!important;
    background-position: center center;
    background-size: auto;
    background-attachment: scroll;
    padding-bottom: 0px !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
}
.bg-but {
    background-color: #6897fb00;
    color: #130947;
    border: none;
    border-radius: 5px;
    padding: 20px 35px;
    border: 1px solid #667ebe;
}
.but-cervices{
    display: inline-block;
    margin-top: 40px;
	margin-top: 70px;
}
.bg-but:hover {
    background-color: #667ebe75;
    color: #fff;
    border-color: #667ebe75;
}
.img-self {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    margin: 0 0 0rem;
}
.service-style {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: color 1000ms;
    transition: color 1000ms;
}
.service-style:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #5b60a2;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
}
.service-style:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.service-style:hover .service-pad a{
    color: #fff;
}
.color-img svg{
    width: 50px;
    height: 50px;
}
.color-img {
    text-align: center;
}
.service-style:hover .color-img svg{
    color: #fff;
}
/*------------------------------------------------------
tabbar
--------------------------------------------------*/
/*.tab {
    padding-top: 50px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    width: 70%;
    margin: 0 auto;
    line-height: 1.5;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

.tabs {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 20px 0px;
    padding: 0px;
}

.tabs li {
    float: right;
    line-height: 38px;
    overflow: hidden;
    padding: 0;
    position: relative;
    padding: 30px;
}

.tabs a {
    color: #132769;
    font-weight: 500;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 0 20px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

ul.tabs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}

.tabs_item {
    display: none;
    padding: 30px 0;
    text-align: justify;
}

.tabs_item h4 {
    font-weight: bold;
    font-size: 20px;
}

.tabs_item img {
    width: 200px;
    float: right;
    /*margin-right: 30px;
}

/*.tabs :first-child {
    display: block;
}

.current a {
    animation-direction: alternate;
    border-bottom-style: outset;
    border-bottom-color: #d09454;
    border-bottom-width: 2px;
}

.acti {
    display: block;
}

.content-corect {
    padding-right: 30px;
      padding-top: 30px; 
}

/*a:not([href]):not([tabindex]) {
    color: white;
}

.tab-pane.active {
    animation: slide-down 1s ease-out;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}*/
/* Style tab links */
/*.tablink {
  background-color: #f2f2f2;
  color: #132769;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

.tablink:hover {
  animation-direction: alternate;
  border-bottom-style: outset;
  border-bottom-color: #43d7cb;

}
.tab button.active {
  background-color: #ccc;
  animation-direction: alternate;
  border-bottom-style: outset;
  border-bottom-color: #43d7cb;
}

/* Style the tab content (and add height:100% for full page content) */
/*.tabcontent {
  color: black;
  display: none;
  padding: 100px 20px;
  height: 100%;

}*/
/*.tabcontent:hover{
  background-color: #dcdcdc;
}*/

/*#tab1 {border-bottom-color: #25818C;}
#tab2 {border-bottom-color: #25818C;}
#tab3 {border-bottom-color: #25818C;}
#tab4 {border-bottom-color: #25818C;}*/
/*.disply{
	display: block;
	padding-top: 25px;
    margin: 30px 0px;
}
.corect{
	float: right;
	padding: 30px 0px 30px 25px;
}
.content {
	padding: 30px 25px;
	text-align: justify;
} */
/*--------------------------------------------------------------------
endtab
-----------------------------------------*/
.vc_sep_pos_align_center {
    margin-left: auto;
    margin-right: auto;
}

.vc_sep_width_50 {
    width: 50%;
}

/*h1 .content {
	 text-align: center;
    margin-left: 50px;
}*/

.bg {
    background-color: #f2f2f2;
}

/*----------------------------------------
latestcontent
----------------------------------*/
.latest-news {
    background-color: #fff;
    padding: 50px 0px;
    margin-bottom: 60px;
}

.latest-news article {
    margin-top: 45px;
    padding: 0 20px;
}
/*------------------------------------------------------------------------------
bolghome
-----------------------------------------------------*/
.odd {
    flex-direction: row-reverse;
}

.tob-blog {
    margin: 0 0 6em 0;
}

.end-blog {
    margin: 0 0 6em 0;
}

#blog-block {
    margin: 4em 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);
    text-align: center;
}

.meta-blog-title h3 {
    border-bottom: 2px solid #cf9360;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 1.2em;
}

.meta-blog-excerpt p {
    text-align: justify;
    line-height: 25px;
    font-size: 0.9em;
}

.meta-blog-title a {
    display: inline-block;
    font-weight: bold;
    color: #000;
    -o-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -webkit-transition: .2s all ease-in-out;
}

.meta-blog-title a:hover {
    color: #605f5f;
}

.entry-cover a {
    display: block;
}

.entry-cover figure {
    position: relative;
}

/*.entry-cover figure figcaption {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #d09454a8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.2s all ease-in-out;
}

.entry-cover figure:hover figcaption {
    opacity: 0.75;
    visibility: visible;
    transition: 0.2s all ease-in-out;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 1px solid #fff;
}
.entry-cover a:hover{
    background-color: red;
}*/

.entry-header {
    position: relative;
    z-index: 1;
    padding: 35px 0 25px;
}

.entry-header:before {
    content: "";
    background-color: #5b6aaa;
    position: absolute;
    left: 50px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.entry-cover {
    position: relative;
    margin-right: 35px;
}

.entry-cover a {
    color: #fff;
}

.entry-cover img {
    -moz-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    min-height: 213px;
}

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

.entry-cover i {
    margin-left: 5px;
}

.entry-content {
    background-color: #5b6aaa;
    color: #fff;
    padding: 0 9% 6% 7%;
    position: relative;
    margin-left: 50px;
    min-height: 227px;
}

.entry-content p {
    color: #fff;
    line-height: 30px;
    display: inline-block;
   /* margin-top: 15px;
    margin-bottom: 20px;*/
    z-index: 1;
    position: relative;
    text-align: justify;
}

.entry-title, .entry-title a {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

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

.entry-content .post-meta {
    color: #fefefe;
    opacity: 0.5;
    z-index: 1;
    position: relative;
}
    .re-more{
    position: absolute;
    top: 50%;
    left: 50%;
    /* width: 40px; */
    /* height: 40px; */
    /* font-size: 22px; */
    line-height: 66px;
    color: #fff;
    text-align: center;
    /* background: #fff; */
    /*-moz-border-radius: 50%;
    /* border-radius: 50%; */
    margin-top: 10px;
    margin-left: -34px;
    opacity: 0;
    /* -webkit-transform: scale(0.3); */
    /*-moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    /* transform: scale(0.3); */
    /* -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); */
    /*-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);*/
    /* transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); */
    z-index: 3;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    }

.custom-hover.type-3:hover .re-more {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/*.read-m{
    position: absolute;
    z-index: 99999999999999;
    font-size: 25px;
    top: 50%;
    left: 50%;
}
*/
/*.entry-cover:hover a.read-more {
    opacity: 1;
}
.entry-cover a.read-more {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    border: 1px solid transparent;
    margin: 10px;
    z-index: 1;
    top: 50%;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.read-more a {
    color: #605f5f;
    border: 1px solid #605f5f;
    padding: 5px 20px;
    font-weight: normal;
    border-radius: 5px;
    float: right;
    margin-bottom: 15px;
}
.read-more i {
    display: inline-block;
    width: 100%;
    color: #fff;
    margin-bottom: 13px;
    font-size: 20px;
}
.entry-cover:hover:before, .entry-cover:hover:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #d09454a8;
    opacity: 0.75;
    z-index: 1;
    transition: all 1s ease-in-out;
}
.entry-cover:hover:after {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 1px solid #fff;
}
*/

/*--------------------------------box-------------------------------------*/
ul.category {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-transform: translateY(-7em);
    -moz-transform: translateY(-7em);
    -ms-transform: translateY(-7em);
    -o-transform: translateY(-7em);
    transform: translateY(-7em);
}

ul.category li {
    display: inline-block;
    text-align: center;
}

.bg-color-1 {
    background-color: #445ba1;
}

.bg-color-2 {
    background-color: #4f6dcd;
}

.bg-color-3 {
    background-color: #43d7cb;
}

.b-color {
    text-decoration: none;
    color: white;
    text-align: justify;
    margin: 10px 0px 100px;

}

/*.titel {
	font-size: 1.5em;
	color: white;
	font-weight: 100;
}*/
.divid {
    font-size: 1em;
    color: white;
    font-weight: 100;
    text-align: right;
    margin: 50px 15px 15px;
}

.divid p {
    margin-top: 15px;
}

.category:hover {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/*********----------------------------------------------------------------------
footer
--------------------------------------------------------------------***********/
ul.footer-social {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
ul.footer-social li {
    display: inline-block;
}
.footer-main {
    /*background-color: #15191c;*/
    margin-top: 60px;
    padding: 10px 0;
    background-color: rgba(6, 22, 53, 0.89);
    background-image: url(assets/images/pattern-cervices.png)!important;
    background-repeat: repeat;
    background-position: center center;
    background-size: auto;
    background-attachment: scroll;
}

.contact-details {
    width: 100%;
    display: inline-block;
    margin-top: -60px;
    margin-bottom: 55px;
}

.contact-details, .contact-details .detail-box {
    position: relative;
}

.contact-details:before {
    border-left: 20px solid transparent;
    left: -35px;
}

.contact-details:before, .contact-details:after {
    content: "";
    position: absolute;
    border-bottom: 45px solid #0072b5;
    top: 0;
}

.contact-details .detail-box {
    padding: 30px 15px 30px 97px;
    /*background-color: #33a9ee;*/
    background: linear-gradient(135deg, rgba(92,112,171,1) 0%,rgba(91,95,162,1) 100%);
}

.contact-details .detail-box.phone-box {
    /*background-color: #2098df;*/
    background: linear-gradient(135deg, rgb(108, 134, 212) 0%,rgb(81, 87, 199) 100%);
}

.contact-details .detail-box.mail-box {
    /*background-color: #667ebe;*/
    background: linear-gradient(135deg, rgb(102, 126, 190) 0%,rgb(81, 100, 152) 100%);
}

.contact-details:after {
    border-right: 20px solid transparent;
    right: -35px;
}

.contact-details:before, .contact-details:after {
    content: "";
    position: absolute;
    border-bottom: 36px solid #42477f;
    top: 0;
}

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

.top-footer h5 {
    color: white;
}

.top-footer p {
    color: white;
}

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

}

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

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

.bottom-footer {
    background-image: url(assets/images/pattern-cervices.png)!important;
    background-repeat: repeat;
    background-position: center center;
    background-size: auto;
    background-attachment: scroll;
    padding: 10px 0;
}

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

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

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

.footer-title {
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    font-size: 1rem;
    padding-bottom: 10px;
    border-bottom: solid 1px;
    border-bottom-color: #d09454;
    
}

.svg-inline--fa.fa-w-16 {
    width: 2em!important;
    color: #fff;
}

.svg-inline--fa.fa-w-10 {
    width: 2em!important;
    color: #fff;
}

.svg-inline--fa.fa-w-12 {
    width: 2em!important;
    color: #fff;
}

.top-footer {
    border-bottom: solid 1px;
    border-bottom-color: #d09454;
    
    }
.recent-post-title {
    font-size: 0.9em;
}
.last-footer li{
    color: #fff
}
/*#toTop {
    background: url(images/icon.png) no-repeat center center;
    background-size: 50px 57px;
}

#toTop {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}
#toTop {
    position: fixed;
    display: none;
    text-decoration: none;
    bottom: 30px;
    right: 30px;
    overflow: hidden;
    width: 50px;
    height: 57px;
    border: none;
    text-indent: 100%;
    z-index: 999;
    opacity: 1;
    text-indent: -9999px;
}*/
#toTop {
    /*border: 1px solid #0f89d1;*/
    position: fixed;
    left: 20px;
    bottom: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: none;
    z-index: 9999999;
    text-align: center;
    color: #0f89d1;
    /*background: #3498db;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);*/
}

/*.scrollTop {
  position: fixed;
  right: 10%;
  bottom: 10px;
  background-color: #BE3F48;
  padding: 20px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
}*/
/*---------------------------------------------------------------
aboutus
--------------------------------------------*/
.border-line {
    border-bottom-style: solid;
    border-bottom-color: #d09454;
    border-bottom-width: 1px;
    padding: 10px;
    display: block;
    width: 100%;
    margin-bottom: 1em;
}
/*.page-img {
    margin-top: 35px;
}*/
.page-content {
    text-align: justify;
    padding: 5em 0;
}
.img-about-center{
    text-align: center;
}
/*---------------------------------------------------------------
contactus
--------------------------------------------*/
/*.position-relative svg{
    width: 3em;
    color: #212f4b;
    float: left;
}
.text-center {
    font-size: 27px;
    margin: 20px 0px;
    text-align: center;
    border: 1px solid #d0945429;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    padding: 20px 0px;
    width: 100%;
    height: 165px;
}*/
.map-container-6 {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-container-6 iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.main {
    height: 100vh;
    width: 100vw;
}

/*.button {
    background: #596ca7;
    height: 80px;
    width: 200px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 4px;
}*/

.text {
    font: bold 1.25rem/1 poppins;
    color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-52%);
    left: 0;
    right: 0;
}
.progress-bar {
    position: absolute;
    height: 10px;
    width: 0;
    right: 0;
    top: 50%;
    left: 50%;
    border-radius: 200px;
    transform: translateY(-50%) translateX(-50%);
    background: lighten(#2B2D2F, 15%);
}

.svg {
    width: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    right: 0;
}

.check {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.section {
    margin: 5em 0;
}

.card {
    font-weight: 400;
    border: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.blue.accent-1 {
    background-color: #03a9f4!important;
}

.form-header {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    color: #fff;
    text-align: center;
    margin-top: -3.13rem;
    /*margin-bottom: 3rem;*/
    padding: 1rem;
    border-radius: .125rem;
}
.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-envelope:before {
    content: "\f0e0";
    box-sizing: border-box;
}

.dark-grey-text {
    color: #4f4f4f!important;
}

/*p {
    margin-top: 0;
    margin-bottom: 1rem;
}*/
.md-form {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.md-form .prefix {
    position: absolute;
    transition: color .2s;
}

.md-form .prefix {
    top: .25rem;
    font-size: 1.75rem;
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.grey-text {
    color: #9e9e9e !important;
}

.md-form input:not([type]), .md-form input[type=date]:not(.browser-default), .md-form input[type=datetime-local]:not(.browser-default), .md-form input[type=datetime]:not(.browser-default), .md-form input[type=email]:not(.browser-default), .md-form input[type=number]:not(.browser-default), .md-form input[type=password]:not(.browser-default), .md-form input[type=search-md], .md-form input[type=search]:not(.browser-default), .md-form input[type=tel]:not(.browser-default), .md-form input[type=text]:not(.browser-default), .md-form input[type=time]:not(.browser-default), .md-form input[type=url]:not(.browser-default), .md-form textarea.md-textarea {
    box-sizing: content-box;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.md-form .prefix ~ input, .md-form .prefix ~ textarea {
    margin-left: 2.5rem;
    width: calc(100% - 2.5rem);
}

.md-form .form-control {
    margin: 0 0 .5rem 0;
    border-radius: 0;
    padding: .6rem 0 .4rem 0;
    background-color: transparent;
    height: auto;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}

.md-form .prefix ~ label {
    margin-right: 2.5rem;
}

.card .md-form label {
    font-weight: 300;
}

.md-form label {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1rem;
    transition: transform .2s ease-out, color .2s ease-out;
    transform-origin: 0 100%;
    transform: translateY(12px);
    cursor: text;
    color: #757575;
}

.md-form label {
    font-size: 1rem;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.btn-floating i {
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff;
}

.btn-floating i {
    font-size: 1.25rem;
    line-height: 47px;
}
.position-relative i{
    color: #03a9f4!important;
}
.position-relative {
    border: 1px solid #03a9f45e;
    border-radius: 100%;
    display: inline-block;
    height: 120px;
    line-height: 120px;
    width: 120px;
    margin-bottom: 2em;
}
.title-contact h5:after {
    content: "";
    display: block;
    height: 3px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    margin: 15px auto;
    width: 8%;
    background: #03a9f4;
}
.icon-contact {
    font-size: 3em;
    text-align: center;
}
.form-header .svg-inline--fa.fa-w-16 {
    width: 2em;
    color: #ffff;
}
.center-map-contact{
    text-align: center;
}
.center-map-contact iframe {
    border: none;
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.waze-address {
    margin-top: 50px;
    padding: 30px 0;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.waze-address i{
    font-size: 30px; 
}
.font-waze {
    font-size: 20px; 
}
/*****--------formstyle---------****/
.contact-page .card .card-body .gform_body li {
    display: inline-block;
    width: 50%;
}
#field_3_6 {
    display: block;
    width: 100%;
}
#gform_submit_button_3 {
    padding: 15px 50px;
}
/*----------------------------------------------------------------------------
blog
---------------------------------------------------------------------*/
/*.blog {
    margin-top: 50px;
    margin-bottom: 50px;
}*/
.btcolor {
    background-color: #02afbf;
    border-color: #006f79;
}
.my-5:last-child {
    border-top: none;
}
.img-shadow {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
/*------------------------------------------------------------------------------
services
----------------------------------------------------------------*/
.service-tab a {
    background: #f2f2f2;
    display: block;
    margin-bottom: 50px;
    margin-top: 70px;
    padding: 0px 70px 55px 70px;
    text-align: center;
    border-radius: 10px 10px 10px 120px;
    -moz-border-radius: 10px 10px 10px 120px;
    -webkit-border-radius: 10px 10px 10px 120px;
}

.icon-bar {
    border-radius: 50%;
    background-color: #81a0ff;
    width: 115px;
    height: 115px;
    transform: translate(10px, -30px);
    display: flex;
    margin: 0px;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.icon-bar svg {
    width: 65px;
    height: 65px;
    stroke: white;
}

.content-more {
    /*margin-top: 25px;
    color: #847c7c;*/
    text-align: center;
    transform: translatex(25px);
}
.single-content p{
   text-align: justify; 
}
.title-contact p{
   text-align: center; 
}
/*------------------------------------------------------------------------------
btservices
-----------------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-hover {
    width: 150px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
    height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-hover:focus {
    outline: none;
}
.btn-hover.color-1 {
    background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}
.btn-hover.color-8 {
    background-image: linear-gradient(to right, #445ba1, #485563, #2b5876, #4e4376);
    box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
}
.nav-tabs .nav-link {
    width: 120px;
    text-align: center;
    border-left: 1px solid #445ba126;
}

/*------------------------------------------------------------------------------
question
---------------------------------------------------*/
.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default > .panel-heading a {
    display: block;
    padding: 10px 15px;
}

.panel-default > .panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: #7f8db9;
    color: #020e33;
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

.accordion-option .title {
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding: 0;
    margin: 0;
}

.accordion-option .toggle-accordion {
    float: right;
    font-size: 16px;
    color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
    content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
    content: "Collapse All";
}

.panel-group {
    margin-bottom: 20em;
}

/*.accordion {
  background-color: #7f8db9;
  color: #020e33;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: right;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.activeaccordion, .accordion:hover {
  background-color: #445ba1;
}

.accordion:after {
  content: '\002B';
  color: #cf9355;
  font-weight: bold;
  float: left;
  margin-left: 5px;
  background-color: #445ba1;
  width: 25px;
  height: 25px;
  text-align: center;
}

.activeaccordion:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-top: 10px;
}
.pad-quz{
        margin-bottom: 50px;
}*/

.card-header h2 {
    position: relative;
}

.card-header h2 button {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
}

.card-header h2 svg {
    position: absolute;
    left: 0;
    top: 11px;
    font-size: 11px;
}

/*.card-header h2 button:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    font-size: 11px;
    font-family: FontAwesome;

}

.card-header h2 button.collapsed:after {
    content: "-";
}*/

.card-header {
    background-color: #7f8db9;

    border-bottom: 1px solid #b9b9f76b;
}

.btn-link {
    color: #020e33;
}

.btn-link:hover {
    color: #ffffff;
    text-decoration: none;
}

.card-header:hover {
    background-color: #445ba1;
}
.accordion .card {
    border-bottom: 0;
    border: none;
    border-radius: 24px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 1px 3px 0 rgba(0,0,0,0.25);
    margin-bottom: 10px;
}
.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}

.btn-link:hover {
    color: #ffffff;
    text-decoration: none;
    /* background-color: transparent; */
    /* border-color: transparent; */
    border: none;
}
.btn-link:hover {
    color: #ffffff;
    text-decoration: none;
}
.card-header .btn {
    border: none;
}

/*------------------------------------------------------------------------------
crumbs
---------------------------------------------------------------*/
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}

ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}

ul.breadcrumb li + li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #01447e;
}
.breadcrumb .svg-inline--fa {
    height: auto!important;
}

/*------------------------------------------------------------------------------
404
------------------------------------------------------------*/
/*._404 {
    text-align: center;
    color: #fff;
    font-size: 110px;
    border-bottom: 1px solid #fff;
}

._1 {
    text-align: center;
    color: #fff;
    font-size: 45px;
}

._2 {
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.homee {
    animation: animationFrames ease-in-out 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 0%;
    -webkit-animation: animationFrames ease-in-out 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 0%;
    -moz-animation: animationFrames ease-in-out 1s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 0%;
    -o-animation: animationFrames ease-in-out 1s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 0%;
    -ms-animation: animationFrames ease-in-out 1s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 0%;
}

.homee {
    text-align: center;
}

.homee a {
    color: #5c89c7;
    font-size: 30px;
    background-color: #fff;
    padding: 0 55px;
}

.back-blue {
    background-color: #5c89c7;
    padding: 40px 0;
}*/
.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: #ffff;
}
.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: #4c55c4;
}

.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;
}
/*------------------------------------------------------------------------------
blogsingle
-------------------------------------------------------------------*/
.single-area {
    margin: 2em 0;
}

.main-content {
    text-align: justify;
    margin-bottom: 3em;
}

.main-content p {
    margin-bottom: 5px;
}

.main-content h2, .main-content h3, .main-content h4 {
    margin-top: 1em;
}

.relate-single-meta {
    border: 1px solid #ececec;
    border-radius: 5px;
}

.comments-area {
    border: 1px solid #ececec;
    border-radius: 5px;
    margin: 2em 0;
}

.single .sidebar-single-meta .widget {
    border: 1px solid #ececec;
    border-radius: 5px;
    margin-bottom: 3em;
    padding: 8px;
}

.widget_search label input {
    width: 100%;
    display: block;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ffa614;
    padding: 5px;
}

.widget_search label button {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
}
.sidebar-title {
    background-color: #eaeaea;
    margin-top: 8px;
    color: #000;
    text-align: center;
    padding: 12px 0px;
    font-weight: bold;
    font-size: 1em;
}
.sh-sidebar-search.search-field {
    color: #212f4b;
    padding: 10px 22px;
    font-size: 14px;
    border: none;
    width: 100%;
    border-radius: 20px;
    background: #eaeaea;
    outline: none;
}
.search-submit {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    background: #eaeaea;
    color: #03a9f4;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}
.search-form label {
    width: 100%;
    text-align: center;
    position: relative;
}
.sidebar a {
    color: #000000;
}
.sidebar {
    padding: 50px 0px;
}
.menu-services-cat-container ul{
    list-style: none;
}
.sidebar-left .widget{
    margin-bottom: 50px;
}
.search-submit i{
    color: #212f4b;
}
/*------------------------------------------------------------------------------
gallery
------------------------------------------------------------------------------*/
@media (min-width: 576px)
    .modal-dialog {
        max-width: 900px; !important;
}
.gallery a {
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
    color: #e0b455;
    text-align: center;
    padding: 10px;
    margin: 2em 0;
    }
.box-gallery button {
    background-color: transparent;
    border: none;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
    color: #e0b455;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    margin: 2em 0;
}
.title-gallery {
    font-size: 27px;
    margin: 20px 0px;
    text-align: center;
}
.modal-content {
        top: 70px;
}
/*.text-center {
        font-size: 27px;
        margin: 20px 0px;
        text-align: center;
    }*/
    .imglist {
        background-color: #00000000;
        border: none;
        box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
        text-align: center;
    }
    .singless {
        margin-top: 5rem;
    }
    .fancybox-thumbs__list a:before {
        border: 6px solid #d09454;
    }
    /*.imglist a:hover {
        background-color: #d09454a8;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: 0.2s all ease-in-out;
    }*/
    .box-gallery a {
        display: inline-block;
    }
    .custom-hover:before {
        content: '';
        position: absolute;
        width: 150%;
        height: 100%;
        left: 0%;
        bottom: 0;
        background: #3695ccad;;
        opacity: 0.7;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1;
    }
    a:visited, a:active, a:hover, a:focus {
        cursor: pointer;
        text-decoration: none;
        outline: none;
    }
    .custom-hover {
        display: inline-block;
        position: relative;
        vertical-align: top;
        max-width: 100%;
        overflow: hidden;
        font-size: 0;
    }
    .custom-hover.type-3 i{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        font-size: 22px;
        line-height: 66px;
        color: #fff;
        text-align: center;
        /* background: #fff; */
        -moz-border-radius: 50%;
        /* border-radius: 50%; */
        margin-top: -20px;
        margin-left: -20px;
        opacity: 0;
        -webkit-transform: scale(0.3);
        -moz-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 3;
    }
    .custom-hover:hover:before {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .custom-hover.type-3:hover i {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .custom-hover.type-3 i {
        font-size: 30px;
    }
    .box-gallery a {
    display: inline-block;
}
.fancybox-share__button--pt {
    background-color: #00AFF0!important;
}
.fancybox-share__button--fb {
    background: #25D365!important;
}
.fancybox-share__button--fb i {
    fill:#25D366!important;
}
.fancybox-share__button .fancybox-share__button--fb .data-old_color{
    fill: #25D365!important;
}
.fancybox-container {
    z-index: 9999999999;
}
/*----------------------------------------------------------------
menumobile
------------------------------------------------------------------------*/
.mobile-header {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
}
.bar-toggle {
    height: 23px;
    width: 40px;
    cursor: pointer;
    position: relative;
    -webkit-transition: ease-in-out all 0.2s;
    -moz-transition: ease-in-out all 0.2s;
    -ms-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s;
}
.bar-one {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 2px;
    background-color: #e0b455;
}
.bar-two {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 30px;
    height: 2px;
    background-color: #e0b455;
    -webkit-transition: ease-in-out all 0.2s;
    -moz-transition: ease-in-out all 0.2s;
    -ms-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s;
}
.bar-three {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 40px;
    height: 2px;
    background-color: #e0b455;
    -webkit-transition: ease-in-out all 0.2s;
    -moz-transition: ease-in-out all 0.2s;
    -ms-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s;
}
.mobile .mob-menu {
    position: fixed;
    z-index: 99999;
    background-color: #e0b455;
    left: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: scroll;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}
.mobile .mob-menu li {
    display: block;
    position: relative;
}
/*-----------------------------------------------------------
singleproduct
---------------------------------------*/
.pro-sidebar , .pro-single {
        padding: 50px 0px;
    }
.pro-sidebar ul {
        list-style: none;
        border: 1px solid #e5e8ef;
        border-radius: 4px;
        padding-right: 0;
    }
.pro-sidebar a {
        color: #28303f;
        padding: 16px 25px;
        display: block;
        padding-right: 15px;
        font-weight: 700;
        font-size: 13px;
    }
.pro-sidebar li {
        border-bottom: 1px solid #e5e8ef;
    }
.pro-sidebar li:hover {
        background-color: #445ba1;
    }
.pro-sidebar .current-menu-item{
        background-color: #445ba1;
    }
.custom-pro-style {
        background-color: #445ba1;
        padding: 0;
        border: none;
        position: relative;
        margin: 25px 0px;
    }
.single-service-contact {
        position: relative;
        overflow: hidden;
        line-height: 24px;
        color: #fff;
    }
.single-service-contact p {
        margin: 0 0 25px;
    }
.single-service-contact-inner {
        text-align: center;
        color: #fff;
        padding: 0 30px 15px;
        position: relative;
    }
.single-service-contact a.btn-link {
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 700;
        font-style: normal;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 20px;
        border-radius: 2em;
        background-color: #fff;
        display: inline-block;
    }
.single-service-contact a.btn-link:hover {
        background-color: #130947;
    }
.btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent;
    }
.single-service-contact a.btn-link:hover {
        text-decoration: none;
        color: #fff;
    }
.single-service-contact-inner:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 13px solid transparent;
        border-left: 344px solid white;
        border-bottom: 0 solid transparent;
        left: -10px;
        top: -57px;
        transform: rotate(-7deg);
    }
.single-service-contact-inner:after {
        border-right-color: #445ba1;
    }
.single-service-contact-inner:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 73px solid transparent;
        border-right: 382px solid #445ba1;
        border-bottom: 0 solid transparent;
        left: -9px;
        top: -83px;
        transform: rotate(4deg);
    }
.thsn-iconbox {
        margin-bottom: 30px;
    }
.single-service-contact img {
        font-size: 60px;
        line-height: 60px;
    }
.pro-single img {
        box-shadow: 0 0 50px rgba(79,110,173,.1);
        border-radius: 5px;
    }
/*-----------------------------------------------------------
singleproduct
---------------------------------------*/
.pro-sidebar , .pro-single {
        padding: 50px 0px;
    }
.pro-sidebar ul {
        list-style: none;
        border: 1px solid #e5e8ef;
        border-radius: 4px;
        padding-right: 0;
    }
.pro-sidebar a {
        color: #28303f;
        padding: 16px 25px;
        display: block;
        padding-right: 15px;
        font-weight: 700;
        font-size: 13px;
    }
.pro-sidebar li {
        border-bottom: 1px solid #e5e8ef;
    }
.pro-sidebar li:hover {
        background-color: #445ba1;
    }
.pro-sidebar .current-menu-item{
        background-color: #445ba1;
    }
.custom-pro-style {
        background-color: #445ba1;
        padding: 0;
        border: none;
        position: relative;
        margin: 25px 0px;
    }
.single-service-contact {
        position: relative;
        overflow: hidden;
        line-height: 24px;
        color: #fff;
    }
.single-service-contact p {
        margin: 0 0 25px;
    }
.single-service-contact-inner {
        text-align: center;
        color: #fff;
        padding: 0 30px 15px;
        position: relative;
    }
.single-service-contact a.btn-link {
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 700;
        font-style: normal;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 20px;
        border-radius: 2em;
        background-color: #fff;
        display: inline-block;
    }
.single-service-contact a.btn-link:hover {
        background-color: #130947;
    }
.btn-link:hover {
        color: #fff;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
    }
.single-service-contact a.btn-link:hover {
        text-decoration: none;
        color: #fff;
    }
.single-service-contact-inner:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 13px solid transparent;
        border-left: 344px solid white;
        border-bottom: 0 solid transparent;
        left: -10px;
        top: -57px;
        transform: rotate(-7deg);
    }
.single-service-contact-inner:after {
        border-right-color: #445ba1;
    }
.single-service-contact-inner:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 73px solid transparent;
        border-right: 382px solid #445ba1;
        border-bottom: 0 solid transparent;
        left: -9px;
        top: -83px;
        transform: rotate(4deg);
    }
.thsn-iconbox {
        margin-bottom: 30px;
    }
.single-service-contact img {
        font-size: 60px;
        line-height: 60px;
    }
.pro-single img {
        box-shadow: 0 0 50px rgba(79,110,173,.1);
        border-radius: 5px;
    }
.bg-padding {
        position: relative;
        background-color: #dee7ff45;
        border-bottom: 1px solid #000;
        border-radius: 4px;
        border-bottom-color: #03a9f4;
        margin: 20px 0px;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
.bg-padding:hover {
        -ms-transform: translate(0px,-10px);
        -webkit-transform: translate(0px,-10px);
        transform: translate(0px,-10px);
    }
.bg-padding a {
        display: block;
    }
.p-correct {
        /*padding: 15px;
        padding-bottom: 0;*/
        position: relative;

    }
.icon-bar-services img {
        width: 40px;
        height: 40px;
        text-align: center;
    }
.icon-bar-services img {
    position: absolute;
    /* left: 5px; */
    margin: 15px 13px;
    width: 55px;
    text-align: center;
    height: 55px;
    line-height: 50px;
    z-index: 2;
    background: #03a9f4;
    border-radius: 5px;
    top: 0;
    }

.ser-title h1 {
    position: relative;
    font-size: 20px;
    line-height: 77px;
    margin: 0 0 20px;
    padding-bottom: 0;
    color: #130947;
    text-align: center;
    padding-top: 15px;
    font-weight: 400;
    }
.ser-title h1:after {
    content: '';
    position: absolute;
    bottom: 15px;
    width: 80px;
    height: 1px;
    background: #03a9f4;
    left: 50%;
    margin-left: -40px;
    }
.ser-content {
    color: #6d7a8c;
    text-align: center;
    }
.pad-cor {
    padding: 0 30px 20px;
    }
.bg {
    /*background-color: #f2f2f2;*/
    background-size: initial;
    background-repeat: repeat;
    background-color: rgba(250, 250, 250, 0.36);
    background-image: url(assets/images/dentalbg.png);
    background-attachment: scroll;
    /* min-width: 1903px;*/
    left: 0;
    /*width: 1902px;*/
    background-position: 50% -50px;
}
/* .p-correct:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}*/
.p-correct img {
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
    min-height: 330px;
}
.bg-padding .p-correct {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.p-correct {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    }
.p-correct:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/*------------------------------------------------------------------------------
services
----------------------------------------------------------------*/
.service-tab a{
    background: #f2f2f2;
    display: block;
    margin-bottom: 50px;
    margin-top: 70px;
    padding: 0px 70px 55px 70px;
    text-align: center;
    border-radius: 10px 10px 10px 120px;
    -moz-border-radius: 10px 10px 10px 120px;
    -webkit-border-radius: 10px 10px 10px 120px;
}
.icon-bar{
    border-radius: 50%;
    background-color: #81a0ff;
    width: 115px;
    height: 115px;
    transform: translate(10px, -30px);
    display: flex;
    margin: 0px;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.icon-bar i{
    width: 65px;
    height: 65px;
    stroke: white;
}
.content-more{
    /*margin-top: 25px;
    color: #847c7c;*/
    text-align: center;
    transform: translatex(25px);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #445ba1;
    border-color: #445ba1 #445ba1 #fff;
    border-bottom: 1px solid transparent;
    border-radius: 0px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background-color: #445ba1;
    color: #ffffff;
    background-color: #445ba1;
    border-color: #445ba1 #445ba1 #fff;
    border-bottom: 1px solid transparent;
    border-radius: 0px;
}
.nav-tabs {
    border: 1px solid #445ba121;
    border-radius: 5px;
    margin: 35px 0px;
}
.nav-link {
    padding: 1.5rem 1rem;
}
.nav-tabs a{
    color: #132763;;
}
.gf_stylespro .medium {
    /*width: 10em;*/
    width: 100%!important;
    max-width: 100%;
}
/*-------------------------------------------------------------
searchpage
---------------------------------------------------------*/
  .font-search h1 {
    font-size: 1.6em;
}
.p-3 {
    padding: 1rem!important;
}
.blog-content {
    margin: 75px 0px 20px 0px;
    color: #202e4a;
}
 .blog-content h2 {
    font-size: 1.2em;
     font-weight: 700;
}
.blog-img img{
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
/*---------------------------------------------------
svgsidebarproduct
-------------------------------------------------------*/
.pro-sidebar svg{
    /*background-color: #c9d7ff;
    border-radius: 50%;
    width: 20px!important;*/
    height: 20px;
    color: #445ba1;
}
.page-numbers {
    color: #212529;
    border-radius: 8px;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 34px;
    margin: 0 3px;
}
.page-numbers, .next, .prev {
    display: inline-block;
    width: 35px;
    height: 34px;
    text-align: center;
    vertical-align: top;
}
.page-numbers.current{
    background-color: #4a56af;
    border: 1px solid #4a56af;
    color: #fff;
}
.page-numbers i{
    color: #6e6e72;
    font-size: 15px;
}
.page-numbers:hover {
    text-decoration: none;
}
.navigation-blg a:hover{
    text-decoration: none!important;
    color: #303342;
}
/*---------------------------------------------------
relatedgallery
------------------------------------------------------------*/
.related-title p {
    color: #2096d3;
    font-weight: bold;
    font-size: 20px;
    margin: 12px 15px;
    border-bottom: 1px solid #d0945545;
    padding: 0 0px 15px;
}
/*-------swiper----------*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*-------------------------------------------------
relatedpostsingle
----------------------------------------------------*/
.related-post{
    border: 1px solid #d0945545;
    border-radius: 5px;
    margin-top: 8em;
    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;
}
/*-----------------------------------------------------
comment
----------------------------------------------------*/
.comment-respond {
    border-top: 1px solid #d0945545;
    margin: 100px 0px;
    padding: 15px 0px;
}
#reply-title {
    color: #2096d3;
    font-weight: bold;
    font-size: 20px;
    margin: 12px 15px;
    border-bottom: 1px solid #f2e2d1;
    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: #d09454!important;*/
    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;
}
/*----------------------------------------------------------
breadcrumb
----------------------------------------------------------------*/
/*.breadcrumb .fa-angle-left:before {
    content: "\f100";
}*/
.breadcrumb {
    background-color: #445ba112;
    border-radius: 0.75rem;
    margin-top: 0.5rem;
    font-size: 12px;
}
.breadcrumb a {
    display: block;
    color: #d09454;
    padding: 0px 10px;

}
.breadcrumb .current {
    padding: 0px 10px;
}
/*.svg-inline--fa {
    height: auto!important;
}*/
/*---------------------------------------------------
svgsidebarproduct
-------------------------------------------------------*/
.page-numbers {
    color: #212529;
    border-radius: 8px;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 34px;
    margin: 0 3px;
}
.page-numbers, .next, .prev {
    display: inline-block;
    width: 35px;
    height: 34px;
    text-align: center;
    vertical-align: top;
}
.page-numbers.current{
    background-color: #4a56af;
    border: 1px solid #4a56af;
    color: #fff;
}
.page-numbers i{
    color: #6e6e72;
    font-size: 15px;
}
.page-numbers:hover {
    text-decoration: none;
}
.navigation-blg a:hover{
    text-decoration: none!important;
    color: #303342;
}
.navigation-blg {
    text-align: center;
    margin: 15px 0px;
}
/*---------------------------------------------------
relatedgallery
------------------------------------------------------------*/
.related-title p {
    color: #2096d3;
    font-weight: bold;
    font-size: 20px;
    margin: 12px 15px;
    border-bottom: 1px solid #d0945545;
    padding: 0 0px 15px;
}
/*-------swiper----------*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*-------------------------------------------------
relatedpostsingle
----------------------------------------------------*/
.related-post{
    border: 1px solid #d0945545;
    border-radius: 5px;
    margin-top: 2.5em;
    margin-bottom: 2em;
}
.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;
}

/*-----------------------------------------------------
comment
----------------------------------------------------*/
.comment-respond {
        border-top: 1px solid #d0945545;
        margin: 100px 0px;
        padding: 15px 0px;
    }
#respond {
    /*border: 1px solid #ececec;*/
    /*border: 1px solid #d0945545;
    border-radius: 5px;*/
    margin-top: 5em;
}
#reply-title {
    color: #2096d3;
    font-weight: bold;
    font-size: 20px;
    margin: 12px 15px;
    border-bottom: 1px solid #f2e2d1;
    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: #d09454 !important;*/
    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: #d094548a!important;
    border: none;
    border-color: none;
    box-shadow: 0 20px 25px -5px #d0945417, 0 10px 10px -5px #d0945587;
}
.logged-in-as a{
    color: #6d7a8c;
}
.comment-form {
   /* background: #fafaff;*/
    text-align: center;
    /*border: 1px solid #eee;*/
    padding: 50px 20px;
    margin-top: 50px;
}
a {
    color: #565656;
}
#comments {
    border: 1px solid #f2e2d1;
    border-radius: 5px;
    margin: 2em 0;
}
.comment-body {
    background-color: #212f4b12;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    margin: 15px 0;
}
.comment-list li {
    margin-left: 15px;
}
.fn {
    margin-right: 20px;
}
.comment-awaiting-moderation {
    background-color: red;
    color: #fff;
    margin: 1em 0;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
}
.comment-reply-link {
    display: inline-block;
    background-color: #212f4b;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}
.comments-title {
    color: #2096d3;
    font-weight: bold;
    font-size: 20px;
    margin: 12px 15px;
    border-bottom: 1px solid #f2e2d1;
    padding: 0 0px 15px;
}
.cont-p-relat{
    padding: 0px 30px;
}
/*------------------------------------------------------
prosidebar
-----------------------------------------------------------*/
.search-submit .svg-inline--fa.fa-w-16 {
    color: #212f4b;
}
.sing-slid-z {
    z-index: 9;
}
.pro-sidebar .current-menu-item .plus-icon:before {
    color: #fff;
}
/*.pro-sidebar .sub-menu {
    background-color: #4a56af;
}*/
.pro-sidebar .sub-menu li{
    background-color: #4a56af00;
}
/*.plus-icon:before {
    content: '\f107';
    position: absolute;
    font-family: fontawesome;
    left: 11px;
    top: 14px;
    cursor: pointer;
    color: #2096d3;
}*/
.pro-sidebar , .pro-single {
    padding: 34px 0px;
    text-align: center;
    }
    .pro-sidebar ul {
    list-style: none;
    border: 1px solid #e5e8ef;
    border-radius: 0px;
    padding-right: 0;
    position: relative;
    top: 0;
}
.pro-sidebar a {
    color: #28303f;
    padding: 16px 25px;
    display: block;
    padding-right: 15px;
    font-weight: 700;
    font-size: 13px;
    }
.pro-sidebar .sub-menu li a {
    color: #fff;
    }
.pro-sidebar li {
    border-bottom: 1px solid #e5e8ef;
    position: relative;
}
.pro-sidebar li:hover {
    background-color: #4a56af;
}
    .pro-sidebar li:hover a{
        color: #fff;
    }
    .pro-sidebar .sub-menu li:hover{
    color: #fff;
}
.pro-sidebar .current-menu-item{
    background-color: #4a56af;
    position:relative;
}
 .pro-sidebar .current-menu-item a{
        color: #fff;
    }
     .pro-sidebar i{
    /*background-color: #c9d7ff; */
    /* border-radius: 50%; 
    width: 15px!important;*/
    height: 20px;
    /* color: #445ba1; */
    position: absolute;
font-family: 'Font Awesome 5 Free';
    left: 11px;
    top: 15px;
    cursor: pointer;
    color: #445ba1;
}
.pro-sidebar .current-menu-ancestor i {
    color: #fff;
}   
.pro-sidebar li:hover i{
        color: #fff;
    }
    .current-menu-ancestor {
    background-color: #4a56af;
}
.pro-sidebar .current-menu-ancestor a {
    color: #fff;
}
.pro-sidebar .current-menu-ancestor .plus-icon:before {
    color: #fff;
}
.pro-sidebar .current-menu-item i{
    color: #fff;
}
/*******------------------------------------------------------------------------
reservationpage
---------------------------------------------------*********/
.bg-img-reserv {
    background-image: url(assets/images/teeth-whitening-reserve-page-form.png);
    padding: 0;
    background-repeat: no-repeat;
    /* background-position: center; */
    background-size: cover;
}
.res-social {
    list-style: none;
    text-align: center;
}
/*.border-soc {
    border: 1px solid #d09454;
}*/
.font-link h4{
    color: #2f3241;
    font-size: 18px;
}
/*.bg-res {
    border-radius: 20px 40px 60px 80px;
    background: #2c41671f;
    padding: 30px;
    width: 100%;
    height: auto;
}*/
.gf_stylespro .gform_footer {
    border-top: none!important;
    /*width: 100%!important;*/
}
.margi-sec {
    margin: 5em 0;
}

.res-sty{
    text-align: center;
    list-style: none;
    margin: 10em 0 0 3em;
    padding: 3em 0;
    border: 1px solid #d0945429;
    background: #f6ece233;
    /* box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); */
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);*/
}
.res-sty li{
    margin: 2em 0;
}
.res-sty a {
    display: block;
    font-size: 2.5em;
    color: #0c2b4d;
}
.res-social li{
    border: 1px solid #f6ebde;
    padding: 2.5em 0;
    background-color: #fdfbf9;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    margin: 1.5em 0;
}
.res-social img{
    width: 50px;
    height: 50px;
}
.res-social li:hover {
    
}
.res-border {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1090px;
    height: 64px;
    margin-left: -545px;
    background: url(assets/images/res.png) no-repeat center center;
    z-index: 1;
}
.res-border:before, .res-border:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -3000px;
    width: 3000px;
    height: 100%;
    background: #fff;
}
.res-border:after {
    left: auto;
    right: -3000px;
}

.res-border:before, .res-border:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -3000px;
    width: 3000px;
    height: 100%;
    background: #fff;
}

.br-res{
    position: relative;
}
.gf_stylespro .gfield {
    margin-right: 2%;
}
.res-heading {
    position: relative;
    overflow: hidden;
}
.res-heading:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #000;
    opacity: 0.2;*/
}
#field_1_4 {
    margin-right: 2%;
}
/*.gf_stylespro .gform_footer {
    padding: 1em 15px!important;
}*/
#gform_wrapper_1 {
    /*margin-right: 9em; */
    /* padding-right: 8em; */
    padding-bottom: 10em;
}
/*---form---*/
.gform_footer .gform_button {
    width: 30%;
    padding: 15px;
}
input {
    background-color: #24303e0f;
    border: 1px solid #27303f26;
    border-radius: 5px;
    padding: 2px 10px;
}
textarea {
    background-color: #24303e0f;
    border: 1px solid #27303f26;
    border-radius: 5px;
    padding: 2px 10px;
}
textarea:hover ,input:hover {
    background-color: #d094542b;
    border: 1px solid #d094542b;
}
.gform_heading{
    display: none;
}
.margi-sec .svg-inline--fa.fa-w-16 {
    width: 2em;
    color: rgba(6, 22, 53, 0.89);
}
.margi-sec.res-heading h5{
    margin-bottom: 65px;
}
.gf_stylespro .gfield, .gf_stylespro .gform_fields {
    float: right!important;
}
#field_1_6 {
    margin-right: 2%;
}
.mg-res-form .gform_body .gform_fields li {
   display: inline-block;
    width: 33%; 
}
#field_1_6 {
    display: block;
    width: 100%;
}
#gform_submit_button_1 {
    padding: 15px 50px;
}