@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body::-webkit-scrollbar {
	width:8px;
}
body::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background:#808080;
}
body {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-size: 14.66px;
    font-family: 'Raleway', sans-serif;
	font-weight:500;
    color: #111111;
	cursor: default;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}
img {
    border: none;
    margin: 0;
    padding: 0;
}
a {
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
		 -o-transition: all .3s;
	   -moz-transition: all .3s;
    -webkit-transition: all .3s;
		-ms-transition: all .3s;
    color: #986c43;
}
input:focus, button:focus, a:focus {
    outline: 0;
}
.btn {
	color: #222;
	background-color: #fff;
	border: 1px solid #fff;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 14.66px;
	border-radius: 360px;
	margin: 0 9px;
	padding: 10px 25px;
	letter-spacing: .5px;
	-webkit-box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.14);
			box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.14);
	position: relative;
}
.btn:hover {
    color: #986c43;
}
.btn.button-scheme {
    background-color: #986c43;
    border: 1px solid #986c43;
    color: #fff;
}
.btn.button-dark-scheme {
    background-color: #111111;
    border: 1px solid #111111;
    color: #fff;
}
.btn:focus {
    -webkit-box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.14);
			box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.14);
}
.btn:active {
    top: 2px;
}
.single-section {
    padding: 95px 0px;
}
.single-section.silver-bg {
	background: url('https://wadict.com/content/images/bg-footer.png') !important;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-position: 100%;
}
.single-section .section-heading {
	text-align: center;
	margin-bottom: 65px;
}
.single-section .section-heading .section-title {
	font-weight: 800;
	font-size: 35px;
	margin-bottom: 10px;
	font-family: 'Raleway', sans-serif;
	position: relative;
	z-index: 1;
	display: inline-block;
}
.single-section .section-heading .overlay {
	font-size: 70px;
	position: absolute;
	font-weight: bold;
	z-index: 1;
	top: -6px;
	color: #f9f9f9;
	left: 0;
	right: 0;
}
.single-section.silver-bg .section-heading .overlay {
	color: #e2e2e266;
}
.single-section .section-heading .section-title::before {
	content: '';
	height: 3px;
	width: 50px;
	background: #986c43;
	position: absolute;
	bottom: 28px;
	right: -55px;
}
h5.subtitle {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
}
.description, .section-description {
	font-family: 'Raleway',sans-serif;
	font-size: 16.33px;
	font-weight: 500;
	line-height: 23px;
}
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: rgba(255, 255, 255, 0.98);
}
.circle {
	margin: 0 auto;
	position: absolute;
	top: 40%;
	bottom: 0;
	left: 0;
	right: 0;
	width: 84px;
	height: 84px;
}
.circle::before {
	content: '';
	height: 48px;
	width: 48px;
	animation: rotation 1s infinite linear;
	border: 2px solid rgba(36, 39, 50, 0.26);
	border-top-color: #986c43;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0;
	margin: 0 auto;
}
@keyframes rotation {
	to {
		transform: rotate(360deg);
	}
}
.circle h6 {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 14px;
}
.social-icons {
	list-style: none;
	margin-bottom: 8px;
	padding: 0;
}
.social-icons li {
	display: inline-block;
	padding: 0 5px;
}
.social-icons li a {
	color: #1F1F1F;
}
.social-icons li a i {
	font-size: 20px;
	line-height: 20px;
}
.header-area {
	width: 100%;
	right: 0;
	left: 0;
	z-index: 99;
	padding: 10px 0px;
	position: absolute;
	background: rgb(255, 255, 255);
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.header-area.fixed {
	position: fixed;
	border-bottom: 1px solid;
	top: 0;
	transition: 450ms ease-out;
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
			box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
	border-color: rgba(0, 0, 0, 0.25);
	padding: 5px 0px;
}
.header-area.fixed .menu li a:before {
	background-color: #986c43;
}
.header-area.fixed #logo_home a {
	color: #000;
}
.header-area.fixed .menu li a.active, .header-area.fixed .menu li a:hover {
	color: #986c43;
}
.header-area.fixed .menu li a {
	color: #333;
}
.header-area #logo_home {
	position: relative;
	z-index: 3;
}
.header-area #logo_home a {
	font-size: 25px;
	padding: 0px;
	margin: 0px;
	font-weight: 700;
	color: #FFF;
}
.navbar {
	padding: 0;
}
.navbar .navbar-toggler-icon {
	color: #000000;
	height: inherit;
	font-size: 30px;
	width: inherit;
	margin: 0;
	display: block;
}
.fixed .navbar .navbar-toggler-icon {
	color: #333;
}
.navbar .navbar-toggler {
	position: absolute;
	z-index: 9;
	padding: 0;
	top: -3px;
	right: 0;
}
.menu {
	z-index: 3;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	right: 300px;
}
.menu li {
	position: relative;
}
.menu li a {
	color: #000000;
	text-decoration: none;
	font-family: 'Raleway';
	font-weight: 800;
	font-size: 15.33px;
	margin: 0 12px;
	display: block;
	position: relative;
	text-transform: uppercase;
}
.fixed .menu li a {
	color: #333333;
}
.fixed .menu li a.active, .fixed .menu li a:hover {
	color: #986c43;
	text-shadow: none;
}
.menu li a.active, .menu li a:hover {
	color: #986c43;
	text-shadow: none;
}
.menu li a:before {
	content: "";
	display: block;
	position: absolute;
	top: -15px;
	left: 0;
	width: 100%;
	height: 0;
	border-bottom: solid 5px #986c43;
	pointer-events: none;
	-webkit-transform-origin: right center;
			transform-origin: right center;
	-webkit-transform: scaleX(0);
			transform: scaleX(0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
			transition: -webkit-transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
			transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
			transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
}
.menu li a:hover:before, .menu li a.active:before, .menu li a:hover:before {
    -webkit-transform-origin: left center;
			transform-origin: left center;
    -webkit-transform: scale(1);
			transform: scale(1);
}
.fixed .menu li a:before {
    top: -17px;
    border-color: #986c43;
}
.menu li:last-child a {
    border-bottom: 0 solid #ddd;
}
.contact-no {
    font-size: 16px;
    border-left: 2px solid #ffffff;
    padding-left: 55px;
    position: relative;
    font-weight: 900;
}
.fixed  .contact-no {
	border-color:#333333;
}
.contact-no a:hover, .contact-no a {
    color: #000000;
    text-decoration: none;
}
.fixed .contact-no a {
    color: #333333;
    text-decoration: none;
}
.fixed .contact-no a:hover {
    color: #986c43;
}
.contact-no span {
    font-size: 24px;
    position: absolute;
    left: 18px;
}
.home-area {
    height: 700px;
    background: #986c43;
    background: -webkit-linear-gradient(to right, #a97443, #9e6f42);
    background: linear-gradient(to right, #a97443, #9e6f42);
    position: relative;
}
.home-area::before {
    content: '';
    background-image: url('https://wadict.com/content/images/mass-icons.png');
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-area .home-content {
    position: relative;
    z-index: 9;
    color: #ffffff;
}
.home-area .main-head {
    font-weight: bold;
    font-size: 42px;
    font-family: 'Raleway', sans-serif;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.home-area .description {
    font-size: 18px;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
    font-weight: 300;
}
.home-area .sub-head {
    background: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    color: #111111;
    padding: 5px 10px;
    font-weight: 600;
}
.about-area {
    position: relative;
    padding-top: 0;
    margin-top: -100px;
}
.about-area .single-about {
    padding: 30px 35px;
    background-color: #fff;
    margin-bottom: 35px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
			box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    padding-top: 0;
    transition: transform .3s cubic-bezier(.68, -.55, .265, 1.55);
    height: 350px;
}
.about-area .single-about:hover {
    transform: translateY(-6px);
}
.about-area .single-about img {
    width: 150px;
}
.about-area .single-about .about-title {
    font-weight: 700;
    color: rgb(51, 51, 51);
    font-size: 18px;
    margin-bottom: 13px;
    font-family: Raleway, sans-serif;
}
.agency-area {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	background: url('https://wadict.com/content/images/bg-footer.png') !important;
	background-repeat: repeat;
	background-position: 100%;
	border-top: 2px solid #2b2b2b;
	border-bottom: 2px solid #2b2b2b;
}
.agency-area::before {
    content: '';
    /*background: #986c43;*/
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.agency-area .button-area {
    margin-top: 35px;
    display: block;
}
.agency-area .button-area a:first-child {
    margin-left: 0;
}
.agency-area .section-heading {
    text-align: left;
    margin-bottom: 18px;
}
.agency-area .play-area {
    position: relative;
    width: 100%;
    /* height: 100%; */
    /* overflow: hidden; */
    background-image: url('https://wadict.com/content/images/bg.jpg');
    background-size: cover;
    background-position: center;
}
.agency-area .play-area::before {
    content: '';
    background-color: rgba(19, 28, 156, 0.61);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.agency-area .play-area img {
    width: 100%;
    z-index: 9;
    position: relative;
}

.agency-area .play-button {
    position: absolute;
    left: 45%;
    top: 40%;
}

.agency-area .play-area span {
    margin: 0 auto;
    display: block;
    font-size: 30px;
    background: #ffffff;
    padding: 20px 24px;
    width: 70px;
    line-height: 0;
    height: 70px;
    text-align: center;
    border-radius: 100px;
    color: #986c43;
    position: relative;
    z-index: 2;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.agency-area .play-area:hover span {
    background: #ffffff;
    color: #986c43;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.agency-area .circle-animation {
    display: block;
    top: -40px;
    right: 0;
    left: -40px;
    position: absolute;
    justify-content: center;
    align-content: center;
    width: 150px;
    height: 150px;
    margin: 0;
    border-radius: 50%;
    transition: .3s;
    background-color: #fff;
    z-index: 1;
    animation: pulseanim 1.2s ease-in-out infinite;
}

@keyframes pulseanim {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/* Team member*/

.team-area {
    background: #111111;
    color: #fff;
}

.team-area .section-heading .overlay {
    color: rgba(249, 249, 249, 0.1);
}

.team-area .team-item .img-item {

    overflow: hidden;
}

.team-area .team-item:hover .img-item {

}

.team-area .team-item .img-item img {
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);

    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.team-area .team-item:hover .img-item img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

    -webkit-filter: none;
    filter: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.team-area .team-item .team-caption {
    margin-top: -30px;
    padding: 25px 15px;
    background: #fff;
    color: #111111;
    position: relative;
}

.team-area .team-item .team-detail {
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
}

.team-area .team-item .social-icons {
    position: absolute;
    top: 0px;
    right: 0;
    padding: 10px;
    padding-left: 0;
    background: #fff;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.team-area .team-item .social-icons::before {
    content: '';
    background-image: url('https://wadict.com/content/images/social-side.svg');
    position: absolute;
    left: -67px;
    top: 0;
    width: 67px;
    height: 40px;
}

.team-area .team-item:hover .social-icons {
    top: -40px;
}

.team-area .social-icons li a i {
    font-size: 16px;
    line-height: 16px;
}

.team-area .team-caption .name {
    font-weight: 700;
    font-size: 20px;
    position: relative;
    margin-bottom: 15px;
}

.team-area .team-caption .name::after {
    content: '';
    height: 2px;
    background: #986c43;
    position: absolute;
    width: 30px;
    left: 0;
    bottom: -7px;
}

.team-area .team-caption .job-title {
    font-weight: 500;
    font-size: 16px;
    color: #986c43;
}
.service-area {
    position: relative;
}
.service-area .single-service .image-icon {
    display: block;
    width: 120px;
    margin: 0 auto;
}
.single-service {
	padding: 28px 30px;
    background-color: #fff;
    margin-bottom: 35px;
	border: 1px solid rgba(0, 0, 0, 0.35);
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
			box-shadow: 0px 5px 35px 0px rgba(59, 89, 152, 0.19);
    padding-top: 15px;
    transition: transform .3s cubic-bezier(.68, -.55, .265, 1.55);
    height: 300px;
	color: #000000;
	text-decoration:none;
}
.single-service:hover {
    transform: translateY(-6px);
}

.service-area .single-service .service-title {
    font-weight: 700;
    color: rgb(51, 51, 51);
    font-size: 18px;
    margin-bottom: 13px;
    font-family: Raleway, sans-serif;
}

/*
 * 7.0 Portfolio (section)
 * -----------------------------------------------------------------------------
 */

.portfolio-area {
    position: relative;
}

/* Portfolio items*/

.portfolio-area .works-filter-wrap {
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.portfolio-area .works-filter {
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.portfolio-area .works-filter li {
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: all .1s ease-in-out;
    position: relative;
    letter-spacing: .3px;
}

.portfolio-area .works-filter li:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: solid 2px #986c43;
    pointer-events: none;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
}

.portfolio-area .works-filter li.tab-active:before,
.portfolio-area .works-filter li:hover:before {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.portfolio-area .works-filter li.tab-active, .portfolio-area .works-filter li:hover {
    color: #986c43;
}

.portfolio-area .works-filter li:not(:last-child) {
    margin-right: 25px;
}

.portfolio-area .works-container .works-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
}

.portfolio-area .works-container .works-item img {
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
    display: block;
}

.portfolio-area .works-container .works-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio-area .works-container .works-item .item-overlay {
    position: relative;
    overflow: hidden;
    display: block;
}

.portfolio-area .works-container .works-item .item-overlay .category {
    background: #986c43;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0px 5px;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 15px;
    margin-right: 15px;
    font-weight: 600;
    position: absolute;
    right: -80px;
    z-index: 1;
    transition: 200ms ease-out;
}

.portfolio-area .works-container .works-item:hover .item-overlay .category {
    transition: 200ms ease-out;
    right: 0;
}

.portfolio-area .works-container .works-item .item-overlay .overlay-content {
    transition: all .3s ease-in-out;
    visibility: hidden;
    bottom: 0;
    top: 45%;
    right: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 3px 18px;
    color: #fff;
}

.portfolio-area .works-container .works-item:hover .item-overlay .overlay-content {
    visibility: visible;
    opacity: 1;
}

.portfolio-area .works-container .works-item .item-overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(36, 39, 50, 0.85);
    /* background: linear-gradient(0deg, rgba(255, 255, 255, 0.65) 0, rgba(255, 255, 255, 0.67) 75%); */
    opacity: 0;
    position: absolute;
    transition: all .3s ease-in-out;
    bottom: 0;
    z-index: 1;
}

.portfolio-area .works-container .works-item:hover .item-overlay:before {
    opacity: 1;
}

.portfolio-area .works-container .works-item .overlay-content .overlay-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    position: relative;
}

.portfolio-area .works-container .works-item .overlay-content .icon-eye {
    font-size: 35px;
    text-align: center;
    display: block;
}
.portfolio-popup {
    background: #fff;
    padding: 25px 10px;
    overflow: hidden;
}
.portfolio-popup .portfolio-carousel {
    overflow: hidden;
    position: relative
}
.portfolio-popup .portfolio-carousel .owl-nav {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.portfolio-popup .portfolio-carousel .owl-nav button span {
    background: #fff;
    padding: 0px 12px;
    font-size: 25px;
}
.portfolio-popup .portfolio-carousel .owl-nav button:last-child span {
    margin-left: 5px;
}
.portfolio-popup .portfolio-carousel .owl-nav button span:hover {
    background: #eee;
}
.lity-close {
    color: #222;
    text-shadow: none;
    font-size: 28px;
}
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
    color: #666;
    text-shadow: none;
    font-size: 28px;
}

.lity-close:active {
    top: 0;
}

.lity-close::before {
    content: "\30";
    position: absolute;
    right: 4px;
    top: 10px;
    z-index: 999;
    font-family: "untitled-font-1" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lity-close::after {
    content: '';
    background-image: url('https://wadict.com/content/images/lity-close.svg');
    height: 103px;
    width: 87px;
    position: absolute;
    right: 0;
}

/*popup details*/
.portfolio-popup .popup-details {
    position: relative;
}

.portfolio-popup .popup-details .category {
    background: #986c43;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0px 5px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 600;
}

.portfolio-popup .popup-details .item-title {
    font-weight: 700;
}

.portfolio-popup .popup-details .line {
    position: relative;
    background: #eee;
    height: 1px;
    display: block;
    overflow: hidden;
    margin-top: 15px;
}

.portfolio-popup .popup-details .line::before {
    content: '';
    background-color: #986c43;
    height: 1px;
    display: block;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.portfolio-popup .popup-details .item-info {
    margin-top: 20px;
    margin-bottom: 20px;
}

.portfolio-popup .popup-details .item-info li {
    margin-bottom: 15px;
    width: 46%;
}

.portfolio-popup .popup-details .item-info li > span {
    font-weight: 600;
    margin-right: 10px;
}

.portfolio-popup .popup-details .item-info li > p {
    color: #444;
    display: inline-block;
    margin-bottom: 0;
}

.portfolio-popup .popup-details .btn {
    margin-left: 0;
    margin-top: 12px;
}
.getstarted-area {
    position: relative;
    background-image: url('https://wadict.com/content/images/get-started.jpg');
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}
.getstarted-area::before {
    content: '';
    background-color: rgba(185, 134, 87, 0.67);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.getstarted-area .section-heading {
    margin-bottom: 20px;
}
.getstarted-button {
    display: block;
    background: #fff;
    width: 165px;
    padding: 20px 0 0;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.getstarted-button::before {
    content: '';
    background-image: url('https://wadict.com/content/images/getstarted-left-curve.svg');
    position: absolute;
    left: -101px;
    width: 103px;
    height: 67px;
    top: 0px;

}
.getstarted-button::after {
    content: '';
    background-image: url('https://wadict.com/content/images/getstarted-right-curve.svg');
    position: absolute;
    right: -101px;
    width: 103px;
    height: 67px;
    top: 0px;
}
.getstarted-button a {
    font-size: 16px;
    margin: 0;
}
.client-area {
    position: relative;
    background: url('https://wadict.com/content/images/bg-footer.png') !important;
    background-repeat: repeat;
    background-position: 100%;
}
.clients-carousel .item {
    border: 1px solid #eee;
    background: rgba(246, 247, 253, 0.25);
    cursor: move;
}
.clients-carousel .item img {
    display: block;
    margin: 0 auto;
    width: inherit;
    opacity: 0.9;
	-o-transition: all .3s;
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}
.clients-carousel .item:hover img {
    opacity: 1;
}
.pricing-area {

}
.single-plan {
    background-color: rgba(255, 255, 255, 0.79);
    padding: 40px 0;
    text-align: center;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.single-plan.plan-popular {
    margin: 0 -32px;
    padding: 65px 0;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.08);
    border: none;
    background-color: #fff;
}
.single-plan .image-icon {
    display: block;
    margin: 0 auto;
    width: 150px;
}
.single-plan .plan-type {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 14px;
}
.single-plan .plan-price {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 22px;
    font-family: 'Poppins', sans-serif;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}
.single-plan .plan-price > span {
    font-weight: 700;
    font-size: 30px;
    color: #986c43;
}

.single-plan .plan-list {
    margin-bottom: 18px;
}

.single-plan .plan-list li {
    padding: 10px 0;
    border-bottom: 1px dashed rgba(238, 238, 238, 0.48);
}

.single-plan .plan-list li:last-child {
    border-bottom: none;
}

/*
 * 10.0 Blog (section)
 * -----------------------------------------------------------------------------
 */

.blog-area {
    position: relative;
    overflow: hidden;
}

.blog-item {
    position: relative;
    overflow: hidden;
}

.blog-item img {
    width: 100%;
}

.blog-text {
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    z-index: 9;
}

.blog-text .text-title {
    margin-top: -30px;
    padding: 25px 15px;
    background: #fff;
    color: #111111;
    position: relative;
    z-index: 9;
}

.blog-text .date {
    position: absolute;
    top: 0px;
    right: 0;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 0;
    background: #fff;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    font-size: 12px;
}

.blog-item:hover .blog-text .date {
    top: -35px;
}
.blog-text .date::before {
    content: '';
    background-image: url('https://wadict.com/content/images/social-side.svg');
    position: absolute;
    left: -67px;
    top: 0;
    width: 67px;
    height: 40px;
}
.blog-text .text-title a {
    text-decoration: none;
}
.blog-text .text-title h3 {
    font-weight: 700;
    color: #111111;
    font-size: 22px;
    margin-bottom: 15px;
}
.blog-item .btn {
    margin: 0;
}
.blog-item .img-item {
    display: block;
    overflow: hidden;
    position: relative;
}
.blog-item .img-item:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 75%);
    opacity: 0;
    position: absolute;
    transition: all .3s ease-in-out;
    bottom: 0;
    z-index: 1;
}
.blog-item:hover .img-item:before {
    opacity: 1;
}
.blog-item .img-item img {
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
}
.blog-item:hover .img-item img {
    -webkit-transform: scale(1.1);
			transform: scale(1.1);
}
.blog-item:hover .blog-text .text-title h3 {
    color: #986c43;
}
.contact-area {
    position: relative;
    padding-bottom: 0;
}
.contact-area .left-area {
    background: #986c43;
    color: #fff;
    padding: 35px 25px;
    overflow: hidden;
}
.contact-area .left-area .image-item {
    display: block;
    position: absolute;
    left: -45px;
}
.contact-area .container {
    z-index: 1;
    position: relative;
}
.contact-area .left-area::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.2;
    left: 0;
}
.contact-area .left-area h4 {
    font-weight: 800;
    font-size: 24px;
    margin-top: 170px;
}
.contact-area .left-area ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.contact-area .left-area ul li {
	padding: 5px 0;
	position: relative;
	padding-left: 35px;
}
.contact-area .left-area ul li span {
    display: inline-block;
    font-size: 20px;
    position: absolute;
    top: 7px;
    left: 0;
}
.contact-area .right-area {
    position: relative;
    background: #ffffff;
    padding: 35px 20px;
    border: 2px solid #986c43;
}
.form-area {
    position: relative;
    overflow: hidden
}
.form-area input:focus ~ .floating-label, .form-area input:not(:focus):valid ~ .floating-label, .form-area textarea:focus ~ .floating-label, .form-area textarea:not(:focus):valid ~ .floating-label {
    top: -12px;
    left: 0;
    font-size: 11px;
    opacity: 1;
    color: #986c43;
}
.form-area .floating-label {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    transition: 0.2s ease all;
    font-size: 14px;
}
.form-area .input-area, .form-area .select-area, .form-area .text-area {
    position: relative;
}
.form-area .select-area select {
    box-sizing: border-box;
	   -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}
.form-area .select-area::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000;
    position: absolute;
    right: 0;
    top: 20px;
}
.form-area .btn {
    margin-top: 35px;
}
.form-area .input-area input, .form-area .select-area select, .form-area .text-area textarea {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #dadada;
    padding: 10px;
    padding-left: 0;
    font-size: 14px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    -webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
    outline: none;
}
.form-area .input-area input:focus, .form-area .select-area select:focus, .form-area .text-area textarea:focus {
    border-color: #986c43;
}
.form-area .input-area input.error, .form-area .select-area select.error, .form-area .text-area textarea.error {
    border-color: #e65858;
}
span.error {
    font-size: 10px;
    color: #e65858;
    position: absolute;
    bottom: -25px;
    right: 0;
}
#map {
    width: 100%;
    height: 600px;
    margin-top: -150px;
}
.footer-area {
	background-color: #000000;
    color: #FFFFFF;
    padding: 15px 0;
    border-top: 1px solid #424242;
}
.footer-social {
    list-style: none;
    margin: 0px;
    padding: 0;
}
.footer-social li {
    display: inline-block;
    padding: 0 5px;
}
.footer-social li a {
    color: #969696;
}
.footer-social li a:hover {
    color: #ffffff;
}
.footer-social li a i {
    font-size: 16px;
    line-height: 16px;
}
@media screen and (min-width: 1399px) {
    .home-area .main-head {
        font-size: 48px;
    }
    .home-area .description {
        font-size: 18.33px;
		line-height: 25.66px;
        width: 80%;
    }
    .menu li a {
        font-size: 15px;
        margin: 0 15px;
    }
}
@media screen and (max-width: 1199px) {
    .agency-area .play-area {
        height: 84%;
    }
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 991px) {
    .menu {
        left: 0;
        background: #ffffff;
        padding: 20px 15px;
        margin-top: 20px;
        position: relative;
    }
    .menu li {
        line-height: 40px;
    }
    .menu li a {
        display: inline-block;
        color: #333;
    }
    .menu li a.active, .menu li a:hover {
        color: #986c43;
    }
    .fixed .menu li a:before, .menu li a:before {
        top: 35px;
        border-color: #986c43;
    }
    .menu li a:before {
        top: 32px;
    }
    .single-plan.plan-popular {
        margin: 0;
    }
    .header-area {
        background-color: #FFFFFF;
        padding: 10px 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.31);
    }
    .home-area .main-head {
        font-size: 50px;
    }
    .home-area .description {
        font-size: 16px;
        width: 100%;
    }
    .contact-no {
		padding-right: 22px;
		border-left: 2px solid #000000;
		border-right: 0;
		position: absolute;
		right: 50px;
		top: 0;
		margin-right: -20px;
    }
    .contact-no a {
        color: #000000;
    }
    .contact-no a:hover {
        color: #000000;
    }
    .fixed .contact-no {
        border-color: #333;
    }
    .fixed .contact-no a {
        color: #333;
    }
    .fixed .navbar .navbar-toggler-icon:hover, .fixed .contact-no a:hover {
        color: #986c43;
    }
    .agency-area .section-heading {
        padding-top: 30px;
    }
    .agency-area .single-section .section-heading .overlay {
        top: 30px;
    }
    .agency-area .play-area {
        height: 100%;
    }
    .portfolio-popup {
        overflow: scroll;
    }
    .portfolio-popup::selection {
        background: #eee;
        color: #fff;
    }

    .portfolio-popup::-moz-selection {
        background: #eee;
        color: #fff;
    }

    .portfolio-popup::-o-selection {
        background: #eee;
        color: #fff;
    }

    .portfolio-popup::-ms-selection {
        background: #eee;
        color: #fff;
    }

    .portfolio-popup::-webkit-scrollbar {
        width: 5px;
        background: #fbfbfb;
    }
    .portfolio-popup::-webkit-scrollbar-thumb {
        background: #986c43;
    }
    .portfolio-popup .popup-details .category {
        margin-top: 20px;
    }
    .navbar .navbar-toggler {
        right: -4px;
    }
}
@media screen and (max-width: 767px) {
    .single-section .section-heading .section-title {
        font-size: 40px;
    }
    .single-section .section-heading .overlay {
        font-size: 80px;
    }
    .single-section .section-heading .section-title::before {
        bottom: 18px;
        width: 30px;
        right: -35px;
    }
    .copyright {
        font-size: 13px;
        margin-bottom: 5px;
        text-align: center;
    }
    .footer-social {
        text-align: center;
    }
    .footer-social li a i {
        font-size: 14px;
        line-height: 14px;
    }
    .home-area .main-head {
        font-size: 40px;
    }
    .portfolio-popup .popup-details .item-info li {
        width: 100%;
        margin-bottom: 5px !important;
    }
}
@media screen and (max-width: 480px) {
    .btn {
        margin: 0 5px;
        padding: 10px 20px;
        font-size: 13px;
    }
    .single-section .section-heading .section-title::before, .contact-no {
        display: none;
    }
    .home-area .main-head {
        font-size: 30px;
    }
    .single-section .section-heading .section-title {
        font-size: 35px;
    }
    .single-section .section-heading .overlay {
        font-size: 60px;
    }
    .getstarted-button {
        background: transparent;
        width: 130px;
        bottom: 90px;
        padding-top: 0;
    }
    .getstarted-area {
        padding-bottom: 150px;
    }
    .getstarted-button::after, .getstarted-button::before {
        display: none;
    }
    .getstarted-button a {
        font-size: 14px;
    }
    .agency-area .section-heading {
        padding-top: 20px;
    }
    .agency-area .section-heading .overlay {
        top: 24px;
    }
    .agency-area .play-area span {
        height: 50px;
        width: 50px;
        font-size: 20px;
        padding: 15px 15px;
    }
    .agency-area .circle-animation {
        width: 120px;
        height: 120px;
        top: -35px;
        left: -35px;
    }
    .service-area .single-service .image-icon {
		width: 100px;
    }
    .about-area .single-about .image-icon, .single-plan .image-icon {
		width: 120px;
    }
    .home-area::before {
		opacity: 0.5;
    }
    .home-area .description {
		font-size: 15px;
    }
}
@media screen and (max-width: 320px) {
    .home-area .sub-head {
		font-size: 12px;
    }
    .home-area .main-head {
		font-size: 28px;
    }
    .home-area .description {
		font-size: 14px;
    }
    .btn {
		margin: 5px 5px;
		padding: 10px 15px;
		font-size: 12px;
    }
}
.footer-area h3 {
	font-size: 21.66px;
	color: #FFFFFF;
}
.footer-area ul li {
	font-family: 'Raleway',sans-serif;
	list-style: square;
	margin-bottom: 5px;
}
.footer-area ul {
	padding: 0;
	padding-left: 18px;
}
.footer-area ul li a {
	color: #FFFFFF;
}