/*!
Theme Name: digitallydubai
Theme URI: http://underscores.me/
Author: digitallydubai
Author URI: https://digitallydubai.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: digitallydubai
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

digitallydubai is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url("fonts/fontawesome-webfont.woff") format("woff"), 
    url("fonts/fontawesome-webfont.ttf") format("truetype"), 
    url("fonts/fontawesome-webfont.svg") format("svg");
}
@font-face {
    font-family: "bootstrap-icons";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/bootstrap-icons.eot") format("embedded-opentype"),
    url("fonts/bootstrap-icons.woff") format("woff"),
    url("fonts/bootstrap-icons.woff2") format("woff2"), 
}
@font-face {
  font-family: 'Poppins-Light';
  src: url('fonts/Poppins-Light.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/Poppins-Light.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url('fonts/Poppins-Medium.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/Poppins-Medium.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
  font-family: 'WorkSans-Bold';
  src: url('fonts/WorkSans-Bold.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/WorkSans-Bold.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
    font-family: 'CormorantGaramond-Medium';
    src: url('fonts/CormorantGaramond-Medium.eot?#') format('eot'),  /* IE6–8 */
         url('fonts/CormorantGaramond-Medium.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
  }


html {
    line-height: 1.15; 
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0; 
    padding: 0; 
    font-size: 17px; 
    line-height: 2; 
    font-family: 'Poppins-Light' !important;
}
main {
    display: block;
}
*{
    padding: 0; 
    margin: 0;
}
input:focus, 
a:focus, 
a:active, 
textarea:focus, 
img:focus {
    outline:none;
}
img {
    max-width:100%;
}
ul {
    padding: 0; 
    margin: 0;
}
a {
    text-decoration: none !important; 
    color: #222;
}
a:hover {
    color:#9E5983;
}
p {
    line-height: 2;
}  
.bg-header{
    transition: all 0.5s;
    z-index: 997;
}
.bgheader1{
    background: #FFAFD3;
    padding: 5px 0;
}
.home .bgheader2 {
    border-bottom: none;
}
.bgheader2 {
    background: none;
    border-bottom: 1px solid #f5f5f5;
}
.call-email li{
    list-style: none; 
    color: #434343; 
    font-size: 16px; 
    text-align: left;
    display: inline-block;
    padding-right: 15px;
}
.call-email li:before { 
    font-family: "bootstrap-icons";
    content: "\F5C1";
    font-size: 17px;
    color: #434343;
    padding-right: 3px;
    vertical-align: bottom;
}
.hours-work{
    display: none;
}
.hours-work h2{
    color: #fff; 
    font-size: 16px; 
    text-align: right;
    margin-bottom: 0;
}
.hours-work h2:before{
    font-family: "FontAwesome";
    content:"\f017";
    font-size: 17px;
    color: #fff;
    padding-right: 5px;
}
.social-menu ul{
    text-align: right;
}
.social-menu li {
    padding-right: 10px;
    vertical-align: middle;
    display: inline-block;
    list-style: none;
}
.social-menu li a {
    font-size: 0 !important;
    display: inline-block;
    text-decoration: none;
    text-align: right;
}
.social-menu li:hover a:before{
    color:#222 !important;
}
.social-menu li.menu-item-361 a:before {
    font-family: "bootstrap-icons";
    content: "\F437";
    font-size: 17px;
    color: #434343;
}
.social-menu li.menu-item-362 a:before{
    font-family: "bootstrap-icons";
    content: "\F6CC";
    font-size: 17px;
    color: #434343;
}
.social-menu li:hover a:before{
    color:#A75F8A !important;
}

.logo {
    padding: 5px 0;
}
.main-menu ul {
    padding:0; 
    text-align: center; 
    margin: 0;
}
.main-menu li a {
  font-size: 17px;
  position: relative;
  display: inline-block;
  outline: none;
  text-decoration: none; 
}
.main-menu li {
    display:inline-block; 
    text-align: center; 
    padding: 5px 12px; 
    position: relative;
}
.main-menu li a:hover {
    color: #B15B89 !important;
    text-shadow: none;
}
.main-menu li a:before {
    content: "";
    position: absolute;
    top: 0px;
    margin: auto;
    background-color: var(--prt-skin-color);
    height: 3px;
    width: 100%;
    transform-origin: right center;
    -webkit-transform-origin: right center;
    -webkit-transform: scale(0,1);
    -khtml-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
    -khtml-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
    -moz-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
    -ms-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
    -o-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
    transition: transform .55s cubic-bezier(.37,.31,.2,.85);
}
.main-menu li a:hover:before{transform-origin: right center;
    -webkit-transform-origin: right center;
    -webkit-transform: scale(1,1);
    -khtml-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    background: #B15B89;
}
.main-menu ul ul{
    width:208px;
    text-align: right;
    position: absolute;
    visibility: hidden;
    display: block;
    opacity: 0;
    line-height: 14px;
    margin: 0;
    list-style: none;
    right: 0;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
    transition: all .5s ease;
    z-index: 99;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -webkit-box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
    box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    padding: 7px 0;
}
.main-menu li:hover> ul{
    display:block;
    float:left;
    width:240px;
    margin-right: 0px;
    background: #fff;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 100%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    box-shadow: 0 3px 25px 0px rgb(43 52 59 / 10%), 0 0 0 rgb(43 52 59 / 10%) inset;
}
.main-menu .sub-menu li {
    width:100%; 
    float:left; 
    border-bottom: 1px solid rgb(0,0,0,.09); 
    list-style-type:none; 
    margin-right: 0; 
    margin-left: 0; 
    padding: 0px;
}
.main-menu .sub-menu li:last-child {
    border-bottom:none;
}
.main-menu .sub-menu li a {
    text-align: right; 
    font-size: 14px; 
    text-decoration:none; 
    width: 100%; 
    color: #7a8a9e; 
    padding: 10px;
}
.main-menu .sub-menu li li a:hover {
    color: #e02454;
}
.main-menu .sub-menu li a:before {
    display: none;
}
.main-menu ul ul ul {
    margin: -41px 207px 0 190px !important;
}
.btn-contact-header {
    text-align: right;
}
.btn-contact-header a {
    text-align: center; 
    -moz-user-select: none; 
    margin-bottom: 0; 
    margin-top: 10px; 
    cursor: pointer; 
    transition: color 0.4s linear; 
    position: relative; 
    z-index: 1; 
    border: 0; 
    overflow: hidden;
    border-radius: 3px;
    background-color: #9E5983;
    padding: 14px 27px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
}
.btn-contact-header a:before {
    content: ""; 
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 101%; 
    height: 101%; 
    background: #fff; 
    color: #000 !important; 
    z-index: 1; 
    transition: transform 0.5s; 
    transition-timing-function: ease; 
    transform-origin: 0 0; 
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7); 
    transform: scaleX(0); 
    border-radius: 0;
}
.btn-contact-header a:hover {
    color: #000000 !important; 
    text-decoration: none;
}
.btn-contact-header a:hover:before {
    transform: scaleX(1); z-index: -1;
}
.btn-contact-header p {
    margin-bottom: 0;
}
.slider {
    position: relative; 
    background: url(../../uploads/bac1.jpg) center; 
    background-size: cover;
    height: 65vh;
}
.slider .row {
    height: 618px;
}
.overlay-bg {
    background: rgba(4,9,30,0.1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.content1 {
    padding-top: 54px;
    z-index: 1;
}
.content1 h2 {
    padding-bottom: 20px; 
    color: #333333; 
    font-family: 'CormorantGaramond-Medium';
    font-size: 50px;
}
.content1 p {
    color: #333333;
    font-size: 20px;
    text-transform: lowercase;
}
.content1 a {
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
    background: #9E5983;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    padding: 14px 27px;
    margin: 18px 0 0;
    display: inline-block;
    letter-spacing: 1px;
    border: 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
}
.content1 a:hover {
    background: #9E5983;
    color: #ffffff;
}
.content1 a:before {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
}
.content1 a:hover:before {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.25;
}
.content2 {
    margin-top: 80px;
    margin-bottom: 20px;
    text-align: center;
}
.content2 h2{
    font-weight: 600;
    color: #571331;
    line-height: 46px;
    margin: 0;
    font-size: 36px;
    font-weight: 900;
    font-family: 'CormorantGaramond-Medium';
    text-align: center;
    padding-bottom: 15px;
}
.content3, .content4, .content5, .content6, .content7, .content8, .content9, .content10 {
    margin-top: 30px;
}
.content3 img, .content4 img, .content5 img, .content6 img, .content7 img, .content8 img, .content9 img, .content10 img {

}
.content3 h2, .content4 h2, .content5 h2, .content6 h2, .content7 h2, .content8 h2, .content9 h2, .content10 h2{
   text-align: center;
   color:#333;
   padding-top: 16px;
   padding-bottom: 12px;
   font-size: 20px;
   font-weight: bold;
}
.content3 #text-7 p, .content4 #text-8 p, .content5 #text-9 p, .content6 #text-10 p, .content7 #text-11 p, .content8 #text-12 p, .content9 #text-13 p, .content10 #text-14 p {
   text-align: center;
   color:rgb(78, 78, 78);
   font-size: 14px;
   min-height: 145px;
}
.content3 a, .content4 a, .content5 a, .content6 a, .content7 a, .content8 a, .content9 a, .content10 a {
    text-align: center;
    color: #571332;
    font-size: 18px;
    padding-top: 15px;
    display: block;
}
.content3 a, .content4 a, .content5 a, .content6 a, .content7 a, .content8 a, .content9 a, .content10 a {
    font-size: 15px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    background:  #9E5983;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    padding: 6px 22px;
    margin: 18px 0 0;
    display: inline-block;
    letter-spacing: 1px;
    border: 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    display: table;
    margin: 30px auto 0;
}
.content3 a:hover, .content4 a:hover, .content5 a:hover, .content6 a:hover, .content7 a:hover, .content8 a:hover, .content9 a:hover, .content10 a:hover {
    background: #FFAFD3;
    color: #ffffff;
}
.content3 a:before, .content4 a:before, .content5 a:before, .content6 a:before, .content7 a:before, .content8 a:before, .content9 a:before, .content10 a:before {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
}
.content3 a:hover:before, .content4 a:hover:before, .content5 a:hover:before, .content6 a:hover:before, .content7 a:hover:before, .content8 a:hover:before, .content9 a:hover:before, .content10 a:hover:before {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.25;
}
.content11-12 {
   margin-top: 80px;
   margin-bottom: 80px;
}
.bac-content11-12 {
    background-color: #FCF6F5;
    padding: 60px 60px 60px 60px;
}
.content11 h3 {
    font-family: 'CormorantGaramond-Medium';
    text-transform: capitalize;
    line-height: 80px;
    letter-spacing: 0px;
    font-size: 75px;
    font-weight: 500;
}
.content11 a {
    background-color: #9E5983;
    font-size: 15px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    padding: 6px 22px;
    margin: 18px 0 0;
    display: inline-block;
    letter-spacing: 1px;
    border: 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
}
.content11 a:hover{
    background: #FFAFD3;
    color: #ffffff;
}
.content11 a:before{
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
}
.content11 a:hover:before{
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.25;
}
.content12 .widget_media_image{
    position: relative;
    
}
.content12 .widget_media_image:hover img{
    filter: brightness(77%) contrast(113%) saturate(34%) blur(0px) hue-rotate(0deg);
}
.content12 .widget_media_image:before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    content: '';
    opacity: 0;
    transition: opacity 0.35s;
    transform: scale3d(0);
    overflow: hidden;
    z-index: 1;
}
.content12 .widget_media_image:hover:before{
    opacity: 1;
    transform: scale3d(1, 1, 1);
    transition: opacity 0.35s;
    overflow: hidden;
}
.bac-content13 {
    background: url(../../uploads/bac2.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    padding: 200px 0px 200px 0px;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.bac-content13 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-image: linear-gradient(180deg, #040e261c, #040e26a8, #ffffff00);
}
.content13 h2{
    font-family: 'CormorantGaramond-Medium';
    line-height: 80px;
    letter-spacing: 0px;
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    position: relative;
}
.content14-15 {
    margin-top: 80px;
    margin-bottom: 80px;
 }
 .bac-content14-15 {
     background-color: #FCF6F5;
     padding: 60px 60px 60px 60px;
 }
 .content14{
    margin-top: 20px;
}
 .content14 h3 {
     font-family: 'CormorantGaramond-Medium';
     text-transform: capitalize;
     line-height: 80px;
     letter-spacing: 0px;
     font-size: 75px;
     font-weight: 500;
     padding: 15px 0;
 }
 .content14 a {
     background-color: #9E5983;
     font-size: 15px;
     color: #fff;
     text-align: center;
     border-radius: 3px;
     text-transform: uppercase;
     font-weight: 600;
     outline: none;
     cursor: pointer;
     overflow: hidden;
     padding: 6px 22px;
     margin: 18px 0 0;
     display: inline-block;
     letter-spacing: 1px;
     border: 0px;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
     transition: all 0.3s ease-out 0s;
     position: relative;
 }
 .content14 a:hover{
     background: #FFAFD3;
     color: #ffffff;
 }
 .content14 a:before{
     background-color: #fff;
     content: "";
     height: 150px;
     left: -75px;
     position: absolute;
     top: -35px;
     transform: rotate(35deg);
     transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
     width: 40px;
     opacity: 0;
 }
 .content14 a:hover:before{
     left: 120%;
     transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
     opacity: 0.25;
 }
 .content15 .widget_media_image{
     position: relative;
     
 }
 .content15 .widget_media_image:hover img{
     filter: brightness(77%) contrast(113%) saturate(34%) blur(0px) hue-rotate(0deg);
 }
 .content15 .widget_media_image:before {
     position: absolute;
     top: 30px;
     right: 30px;
     bottom: 30px;
     left: 30px;
     border: 2px solid #fff;
     content: '';
     opacity: 0;
     transition: opacity 0.35s;
     transform: scale3d(0);
     overflow: hidden;
     z-index: 1;
 }
 .content15 .widget_media_image:hover:before{
     opacity: 1;
     transform: scale3d(1, 1, 1);
     transition: opacity 0.35s;
     overflow: hidden;
 }
.bgblog {
    padding: 0px 0px 120px 0px;
}
.content16 {
    text-align: center;
    padding-bottom: 20px;
}
.content16 p{
    font-weight: 600;
    color: #571331;
    line-height: 46px;
    margin: 0;
    font-size: 36px;
    font-weight: 900;
    font-family: 'CormorantGaramond-Medium';
    text-align: center;
    padding-bottom: 15px;
}
.title-latest-news {
    font-size: 32px;
    font-weight: 800;
    color: #1d2c38;
    text-align: center;
    margin-top: 200px;
    padding-bottom: 30px;
}
.box-latest-news {
    position: relative;
}
.box-latest-news .main-box-thumbnail a {
    position: relative;
}
.box-latest-news .box-thumbnail {
    overflow: hidden;
}
.box-latest-news .box-thumbnail img {
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
   height: auto;
}
.box-latest-news:hover img {
    transform: scale(1.045);
}
.box-latest-news .main-box-content {
    box-shadow: 0px 0px 30px 0px hsl(0deg 0% 0% / 7%);
    background: #fff;
    border-radius: 5px;
    position: relative;
    padding: 10px;
}
.box-latest-news .main-box-content .entry-header {
    padding-top: 16px;
}
.box-latest-news .entry-header a {
    font-family: 'WorkSans-Bold';
    color: #222;
    font-size: 20px;
    text-align: left;
    display: block;
    padding-bottom: 10px;
}
.box-latest-news .entry-header a:hover {
    color: #9E5983;
}
.box-latest-news .entry-content p {
    color: #777; 
    line-height: 1.5; 
    font-size: 14px;
}
.box-latest-news .box-cat-name {
    display: inline-block;
    padding-top: 10px;
}
.box-latest-news .cat-name { 
    font-size: 13px;
    color: #777;
}
.box-latest-news .cat-name:before {
    font-family: "FontAwesome";
    content:"\f07c";
    color: #777;
    font-size: 14px;
    padding-right: 3px;
}
.box-latest-news .box-date {
    display: inline-block;
    padding-top: 10px;
}
.box-latest-news .date {
    font-size: 13px;
    color: #777;
    margin-left: 10px;
}
.box-latest-news .date:before {
    font-family: "FontAwesome";
    content:"\f073";
    color: #777;
    font-size: 14px;
    padding-right: 3px;
}

.bg-footer {
    background-color: #041022;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px 0px 0px;
    margin-top: 50px;
}
.home .bg-footer {
    margin-top: 0px;
}
.footer1,
.footer2,
.footer3 {
    margin-bottom: 60px;
    color: #fff;
}
.footer1 h2,
.footer2 h2,
.footer3 h2{
    color: #fff;
    font-family: 'CormorantGaramond-Medium';
    padding-bottom: 20px;
}
.footer1 img{
    margin-bottom: 30px;
}
.footer2 a {
    color: #fff;
}
.footer2 ul {
    text-align: left;
} 
.footer2 li {
    padding-right: 10px;
    vertical-align: middle;
    display: inline-block;
    list-style: none;
}
.footer2 li a {
    font-size: 0 !important;
    display: inline-block;
    text-decoration: none;
    text-align: right;
    color:#fff;
}
.footer2 li:hover a:before{
    color:#A75F8A !important;
}
.footer2 li.menu-item-361 a:before {
    font-family: "bootstrap-icons";
    content: "\F437";
    font-size: 17px;
    color: #fff;
}
.footer2 li.menu-item-362 a:before{
    font-family: "bootstrap-icons";
    content: "\F6CC";
    font-size: 17px;
    color: #fff;
}
.footer3 ul{
    padding-left: 20px;
}
.footer3 li{
    color: #fff;
}
.footer3 li a{
    color: #fff;
}
.footer3 li a:hover{
    color: #A75F8A;
}

.copyright {
    text-align: center; 
    color:#fff; 
    padding-top: 20px;
    font-size: 13px;
}

/*** about us ***/
.inner-page .post-236 .bokatid{
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
    background: #9E5983;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    padding: 14px 27px;
    margin: 18px 0 0;
    display: inline-block;
    letter-spacing: 1px;
    border: 0px;
}



/**** inner-page ****/
.inner-page{margin-top: 40px;}
.inner-page h1 {
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 32px;
    padding-left: 14px;
    color: #372644;
    border-left: 3px solid #9E5983;
}


/**** cat-post ****/
.description-cat{
    background: #04091e;
    margin: 30px 0;
    padding: 50px 0 23px;
}
.description-cat .taxonomy-description h2 {
    color: #fff !important; 
    text-align: center;
}
.description-cat .taxonomy-description p {
    font-size: 14px; 
    color: #fff !important; 
    text-align: center;
}
.category .cat-post {
    margin-top: 50px;
}
.category .cat-post img {
    margin: 0 auto;
    display: block;
    height: 220px;
}
.category .cat-post h2.entry-title {
    font-weight: bold;
    padding: 25px 0px 9px 0px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 19px;
    line-height: 1.5;
}
.category .cat-post p {
    padding: 10px 0px 25px;
    color: #656565;
}
.category .joomirpost {
    box-shadow: 0px 0px 4px #cdcdcd;
    padding: 13px;
    background: #fff;
    height: 480px;
}
.category article {
    margin-bottom: 20px;
}
.archive .nav-links .page-numbers{padding: 0 8px; background: #EEEEEE;}


/**** inner-post ****/
.inner-post {
    margin-top: 50px;
}
.inner-post .entry-content img {
    margin: 10px auto;
    display: block;
	height: auto;
}
.inner-post .content-left .entry-content h2 {
    padding-bottom: 20px;
    padding-top: 20px;
}
.inner-post .content-left .post-thumbnail img{width: 100%; height: auto; margin-bottom: 20px;}
.inner-post .content-left .entry-title {
    padding-top: 20px;
	font-weight: bold;
    font-size: 24px;
    color: #000;
}
.inner-post p {
    color: #000;
    line-height: 2;
}
.inner-post ul {
    padding-left: 20px;
}
.blog-content-right {
    margin-top: 30px;
}
.blog-content-right section {
    margin-bottom: 30px;
    border-top: 3px solid #9E5983;
    padding: 30px;
    color: #000;
    box-shadow: 0px 0px 4px #cdcdcd;
}
.blog-content-right .main-box-content .entry-header {
    padding-top: 0px;
}
.blog-content-right .entry-header a {
    font-family: 'Poppins-Light' !important;
}




@media screen and (max-width: 1200px) and (min-width: 992px) {
    .main-menu li {
        padding: 5px 5px;
    }
    .main-menu li a {
        font-size: 16px;
    }
}
@media (max-width:992px) {
    .main-menu {
        display: none;
    }
}
@media (max-width:767px) {
    .hours-work h2 {
        text-align: left;
    }
    .slider {
        height: auto;
        background-position: initial;
    }
    .bac-content11-12 {
        padding: 60px 15px 60px 15px;
    }
    .content11 h3 {
        font-size: 41px;
        line-height: 60px;
    }
    .content13 h2 {
        line-height: 51px;
        font-size: 26px;
    }
    .bac-content14-15{
        padding: 60px 15px 60px 15px;
    }
    .content14 h3{
        font-size: 41px;
        line-height: 60px;
    }
    .box-latest-news {
        margin-bottom: 30px;
    }
    .bgblog {
        padding: 0px 0px 50px 0px;
    }
    .bg-footer {
        padding: 50px 0px 0px 0px;
    }
    .footer1,
    .footer2,
    .footer3 {
         margin-bottom: 27px;
    }
    .copyright {
      text-align: left;
    }
    .page-id-14 .tel,
    .page-id-14 .address {
        border-right: 0px;
    }
    .category .joomirpost {
        height: auto;
    }
    .category .cat-post .joomirpost img {
        height: auto;
    }
	
}