/*Customized CSS*/
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
/*Font Weight*/

.fw-100{
	font-weight: 100 !important
}
.fw-200{
	font-weight: 200 !important
}
.fw-300{
	font-weight: 300 !important
}
.fw-400{
	font-weight: 400 !important
}
.fw-500{
	font-weight: 500 !important
}
.fw-600{
	font-weight: 600 !important
}
.fw-700{
	font-weight: 700 !important
}
.fw-800{
	font-weight: 800 !important
}

/*Letter Spacing*/

.ls-1
{
	letter-spacing: 1px !important;
}
.ls-2
{
	letter-spacing: 2px !important;
}
.ls-3
{
	letter-spacing: 3px !important;
}
.ls-4
{
	letter-spacing: 4px !important;
}
.ls-5
{
	letter-spacing: 5px !important;
}
.ls-6
{
	letter-spacing: 6px !important;
}
.ls-7
{
	letter-spacing: 7px !important;
}
.ls-8
{
	letter-spacing: 8px !important;
}
.ls-9
{
	letter-spacing: 9px !important;
}
.ls-10
{
	letter-spacing: 10px !important;
}

/*Font Size*/

.fs-14{
	font-size: 14px !important;
	line-height: 24x;
}
.fs-16{
	font-size: 16px !important;
	line-height: 26px !important;
}
.fs-18{
	font-size: 18px !important;
	line-height: 28px;
}
.fs-20{
	font-size: 20px !important;
	line-height: 30px;
}
.fs-22{
	font-size: 22px !important;
	line-height: 32px;
}
.fs-24{
	font-size: 24px !important;
	line-height: 34px;
}
.fs-26{
	font-size: 26px !important;
	line-height: 36px;
}
.fs-28{
	font-size: 28px !important;
	line-height: 28px;
}
.fs-30{
	font-size: 30px !important;
	line-height: 40px;
}
.fs-32{
	font-size: 32px !important;
	line-height: 42px;
}
.fs-34{
	font-size: 34px !important;
	line-height: 44px;
}
.fs-36{
	font-size: 36px !important;
	line-height: 46px;
}
.fs-38{
	font-size: 38px !important;
	line-height: 48px;
}
.fs-40{
	font-size: 40px;
	line-height: 50px;
}
.fs-42{
	font-size: 42px !important;
	line-height: 52px;
}
.fs-44{
	font-size: 44px !important;
	line-height: 54px;
}
.fs-46{
	font-size: 46px;
	line-height: 56px;
}
.fs-48{
	font-size: 48px !important;
	line-height: 58px;
}
.fs-50 {
    font-size: 50px !important;
    line-height: 63px !important;
}
.fs-55{
	font-size: 55px !important;
	line-height: 65px;
}
.fs-60{
	font-size: 60px !important;
	line-height: 70px;
}
.fs-65{
	font-size: 65px !important;
	line-height: 65px;
}
.fs-70{
	font-size: 70px !important;
	line-height: 70px;
}
.fs-100{
	font-size: 100px !important;
	line-height: 100px;
}
.fs-120{
	font-size: 120px !important;
	line-height: 120px;
}



/*Margin Top*/
.mt-5{
	margin-top:05px !important;
}
.mt-10{
	margin-top:10px !important;
}
.mt-15{
	margin-top:15px !important;
}
.mt-20{
	margin-top:20px !important;
}
.mt-25{
	margin-top:25px !important;
}
.mt-30{
	margin-top:30px !important;
}
.mt-40{
	margin-top:40px !important;
}
.mt-50{
	margin-top:50px !important;
}
.mt-60{
	margin-top:60px !important;
}
.mt-70{
	margin-top:70px !important;
}
.mt-80{
	margin-top:80px !important;
}
.mt-90{
	margin-top:90px !important;
}
.mt-100{
	margin-top:100px !important;
}
.mt-110{
	margin-top:110px !important;
}
.mt-120{
	margin-top:120px !important;
}

/*Margin Bottom*/
.mb-0{
	margin-bottom:0px !important;
}
.mb-10{
	margin-bottom:10px !important;
}
.mb-15{
	margin-bottom:15px !important;
}
.mb-20{
	margin-bottom:20px !important;
}
.mb-25{
	margin-bottom:25px !important;
}
.mb-30{
	margin-bottom:30px !important;
}
.mb-40{
	margin-bottom:40px !important;
}
.mb-50{
	margin-bottom:50px !important;
}
.mb-60{
	margin-bottom:60px !important;
}
.mb-70{
	margin-bottom:70px !important;
}
.mb-80{
	margin-bottom:80px !important;
}
.mb-90{
	margin-bottom:90px !important;
}
.mb-100{
	margin-bottom:100px !important;
}


/*Margin Right*/
.mr-10{
	margin-right:10px !important;
}
.mr-15{
	margin-right:15px !important;
}
.mr-20{
	margin-right:20px !important;
}
.mr-25{
	margin-right:25px !important;
}
.mr-30{
	margin-right:30px !important;
}
.mr-40{
	margin-right:40px !important;
}
.mr-50{
	margin-right:50px !important;
}
.mr-60{
	margin-right:60px !important;
}
.mr-70{
	margin-right:70px !important;
}
.mr-80{
	margin-right:80px !important;
}
.mr-90{
	margin-right:90px !important;
}
.mr-100{
	margin-right:100px !important;
}

/*Margin Left*/
.ml-10{
	margin-left:10px !important;
}
.ml-15{
	margin-left:15px !important;
}
.ml-20{
	margin-left:20px !important;
}
.ml-25{
	margin-left:25px !important;
}
.ml-30{
	margin-left:30px !important;
}
.ml-40{
	margin-left:40px !important;
}
.ml-50{
	margin-left:50px !important;
}
.ml-60{
	margin-left:60px !important;
}
.ml-70{
	margin-left:70px !important;
}
.ml-80{
	margin-left:80px !important;
}
.ml-90{
	margin-left:90px !important;
}
.ml-100{
	margin-left:100px !important;
}
.ml-150{
	margin-left:150px !important;
}

/*Padding Top*/
.pt-10{
	padding-top:10px !important;
}
.pt-15{
	padding-top:15px !important;
}
.pt-20{
	padding-top:20px !important;
}
.pt-25{
	padding-top:25px !important;
}
.pt-30{
	padding-top:30px !important;
}
.pt-40{
	padding-top:40px !important;
}
.pt-50{
	padding-top:50px !important;
}
.pt-60{
	padding-top:60px !important;
}
.pt-70{
	padding-top:70px !important;
}
.pt-80{
	padding-top:80px !important;
}
.pt-90{
	padding-top:90px !important;
}
.pt-100{
	padding-top:100px !important;
}


/*Padding Bottom*/
.pb-10{
	padding-bottom:10px !important;
}
.pb-15{
	padding-bottom:15px !important;
}
.pb-20{
	padding-bottom:20px !important;
}
.pb-25{
	padding-bottom:25px !important;
}
.pb-30{
	padding-bottom:30px !important;
}
.pb-40{
	padding-bottom:40px !important;
}
.pb-50{
	padding-bottom:50px !important;
}
.pb-60{
	padding-bottom:60px !important;
}
.pb-70{
	padding-bottom:70px !important;
}
.pb-80{
	padding-bottom:80px !important;
}
.pb-90{
	padding-bottom:90px !important;
}
.pb-100{
	padding-bottom:100px !important;
}


/*Padding Right*/
.pr-10{
	padding-right:10px !important;
}
.pr-15{
	padding-right:15px !important;
}
.pr-20{
	padding-right:20px !important;
}
.pr-25{
	padding-right:25px !important;
}
.pr-30{
	padding-right:30px !important;
}
.pr-40{
	padding-right:40px !important;
}
.pr-50{
	padding-right:50px !important;
}
.pr-60{
	padding-right:60px !important;
}
.pr-70{
	padding-right:70px !important;
}
.pr-80{
	padding-right:80px !important;
}
.pr-90{
	padding-right:90px !important;
}
.pr-100{
	padding-right:100px !important;
}

/*Padding Left*/
.pl-10{
	padding-left:10px !important;
}
.pl-15{
	padding-left:15px !important;
}
.pl-20{
	padding-left:20px !important;
}
.pl-25{
	padding-left:25px !important;
}
.pl-30{
	padding-left:30px !important;
}
.pl-40{
	padding-left:40px !important;
}
.pl-50{
	padding-left:50px !important;
}
.pl-60{
	padding-left:60px !important;
}
.pl-70{
	padding-left:70px !important;
}
.pl-80{
	padding-left:80px !important;
}
.pl-90{
	padding-left:90px !important;
}
.pl-100{
	padding-left:100px !important;
}

/*Text Color*/

.text-white{
	color: #fff !important;
}
.text-lg{
	color: #dddddd !important;
}
.text-gray{
	color: #999 !important;
}
.text-black{
	color: #000 !important;
}
.text-red{
	color:red;
}
.theme-color1{
	color: #d31612 !important;
}
.theme-color2{
	color: #000 !important;
}
.theme-color3{
	color: #4B4B4E !important;
}

/*Animation*/
.in-sroll{
	-webkit-transition: all 5s linear; */
    -moz-transition: all 5s linear;
    -ms-transition: all 5s linear;
    -o-transition: all 5s linear;
    /* transition: all 5s linear;	*/
}

/*Text Strock*/

.stroke {
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #000;
    color: transparent !important;
}
.stroke-home {
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #000;
    color: transparent;
    text-shadow: 6px 6px 0px rgb(245 245 247 / 100%);
}

/*Background*/
#noise {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: exclusion;
    opacity: .35;
    pointer-events: none;
}
.noice-bg {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: repeat;
    background-image: url(https://dgrees.studio/wp-content/themes/dgrees/img/noise.gif);
	
    
}
.banner-bg {
    background:
    rgba(0, 0, 0, 0) url("img/banner.jpg") no-repeat fixed center center / cover !important;
}
.fact-bg {
    background:
    rgba(0, 0, 0, 0) url("../img/bg/fact-bg.jpg") no-repeat fixed center center / cover !important;
}
.contact-bg {
    background:
    rgba(0, 0, 0, 0) url("../img/bg/fact-bg.jpg") no-repeat fixed center center / cover !important;
}
.london-contact {
    background:
    rgba(0, 0, 0, 0) url("img/london-contact.jpg") no-repeat center center / cover !important;
}
.rajkot-contact {
    background:
    rgba(0, 0, 0, 0) url("img/rajkot-contact.jpg") no-repeat center center / cover !important;
}
.boston-contact {
    background:
    rgba(0, 0, 0, 0) url("img/boston-contact.jpg") no-repeat center center / cover !important;
}
.canada-contact {
    background:
    rgba(0, 0, 0, 0) url("img/canada-contact.jpg") no-repeat center center / cover !important;
}

.bg-theme1{
	background: #86b032 !important;
}
.bg-theme2{
	background: #423922;
}
.bg-white{
	background: #fff;
}
.bg-gray{
	background: #F5F5F7;
}
.bg-dark-grey{
	background: #131313;
}

.box-shadow{
	-webkit-box-shadow: 10px 10px 24px 0px rgba(204,204,204,1);
-moz-box-shadow: 10px 10px 24px 0px rgba(204,204,204,1);
box-shadow: 10px 10px 24px 0px rgba(204,204,204,1);
}

.shadowimage {
    box-shadow: 0 18px 8px -16px rgba(43,42,41,0.7);
}

/*Border*/
.border-radius0{
	border-radius: 0px !important;
}
.border-radius-25{
	border-radius: 25px;
}
.border-radius200{
	border-radius: 200px !important;
}
.border-radius-right{
	border-radius: 0px 15px 0px 15px;
}
.border-radius-15{
	border-radius: 15px;
}

/* Font Style*/

.passon-one{
	font-family: 'Passion One', cursive;
}
.font-js{
	font-family: 'Josefin Sans', sans-serif;
}
.fact-font{
	font-family: 'Passion One', cursive;
}
.num-font{
	font-family: 'Anton', sans-serif !important;
}
.cookie-font{
	font-family: 'Kaushan Script', cursive;
}
.cairo{
	font-family: 'Cairo', sans-serif;
}
.oswald{
	font-family: 'Oswald', sans-serif;
}
.abril{
	font-family: 'Abril Fatface', cursive;
}
.font-italic{
	font-style: italic;
}

/*Others*/

.gray-scale {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
    cursor: pointer;
}
.gray-scale:hover {
	-webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
}
.text-center{
	text-align:center !important;
}
.text-left{
	text-align:left !important;
}
.text-justify{
	text-align:justify;
}
.left-flot{
	float:left !important;
}
.right-flot{
	float:right !important;
}
.text-block{
	display: block;
}
.divider-call-back {
    content: "";
    margin-bottom: 10px;
    left: 0;
    width: 20px;
    height: 2.5px;
    background: #423922;
    display: inline-block;
}
.divider-short {
    content: "";
    left: 0;
    width: 40px;
    height: 5px;
		margin-left: -2px;
    background: #d31612;
    display: inline-block;
}
.divider-short-white {
    content: "";
    margin-bottom: 10px;
    left: 0;
    width: 40px;
    height: 5px;
    background: #fff;
    display: inline-block;
}
.divider-big {
    content: "";
    margin-bottom: 15px;
    margin-top: 20px;
    left: 0;
    width: 60px;
	border-radius: 0px 0px 15px 15px;
    height: 10px;
    background: #000;
    display: inline-block;
}
.divider-big-white {
	content: "";
	margin-bottom: 15px;
	margin-top: 0px;
	left: 0;
	width: 60px;
	border-radius: 0px 0px 15px 15px;
	height: 10px;
	background: #fff;
	display: inline-block;
}

/*Web Customs*/


.section-ptb-100{
	padding:100px 0;
}
.section-pt-100{
	padding-top:100px;
}
.section-pb-100{
	padding-bottom:100px;
}
.c-col-6.footer-widget.footer_menu {
    margin-top: 25px;
}
.ha-title{
	font-size:70px;
	line-height:1;
	text-transform:uppercase;
	font-weight:400;
	letter-spacing:0.6;
}
.fc-title{
	font-size:18px; 
	letter-spacing:3px;
	font-weight:600;
}
.fc-adress {
    font-size: 16px;
	line-height:26px; 
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #787878;
	text-align:justify !important;
}
.fc-phone{
	font-size:20px; 
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	letter-spacing:2px;
	text-decoration: none;
	border-bottom:1px solid #9e9e9e;
	padding-bottom:05px;
	color:#282828;
}
.fc-phone span{
	font-size:20px; 
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	letter-spacing:1px;
	text-decoration: none;
	border-bottom:1px solid #9e9e9e;
	padding-bottom:05px;
	color:#828282;
}
.about-ft{
	font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 70px;
    margin-top: 20px;
    margin-bottom: 50px;
    padding-right: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.about-fd{
	padding-right:100px !important;
	text-align:justify;
	font-size: 18px;
}
.page-title-common{
	font-size:80px;
	line-height:1;
	font-weight:100;
	text-transform:uppercse;
}
.page-title-common strong{
	font-size:80px;
	line-height:1;
	font-weight:800;
	text-transform:uppercse;
}
.contact-title {
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 30px;
}
.contact-sub-title {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 5px;
    color: #8092a0;
    margin-bottom: 20px;
}
.contact-sub-desc {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: #000;
}
.contact-form-title{
	font-size:40px;
	line-height:1;
	font-weight:800;
	color:#000
}
.contact-form-req{
	color:#ff0000
}
.contact-bb{
	border-bottom: 1px solid #f5f5f5;
	margin-bottom:30px;
}
.blog-sub-title{
	font-size:24px;
	line-height:1;
	margin-bottom:30px;
	margin-top:30px;
}
.alioth-post {
    margin-bottom: 80px;
}
.button-live{
	margin:50px 0;
}
.home-banner-title{
	font-size:60px;
	font-weight:1;
	font-weight:800;
	line-height:65px;
	text-transform:uppercase;
}
.home-banner-bg{
	background-image: url("paper.gif");
}
.about-title{
		font-size: 50px;
		line-height: 60px;
		font-weight:700;
		margin-bottom: 0;
		margin-bottom: 10px;
		text-transform:uppercase;
		color:#707070;
}
.about-title strong{
		font-size: 50px;
		font-weight: 700;
		line-height: 60px;
		text-transform:uppercase;
		padding-right: 10px;
		letter-spacing: 0.6px;	
		color:#000;
}
.post-b-last{
	margin-bottom:0;
}
.sp-grid{
	float:right !important;
}
.fc-req{
	font-size:22px;
	color:red;
	font-weight:800;
}
.contact-bg{	
    background: #f7f7f7;
}
.privacy-title {
	font-size: 42px;
	font-family: Raleway,sans-serif;
	line-height: 52px;
	font-weight: 800;
	margin-top: 30px;
}
.privacy-text {
	font-size: 22px;
	line-height: 1.6;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 30px;
	letter-spacing:1px;
	/* color: #333333; */
}
.privacy-text a{
	text-decoration: none;
	color: #1D1D1F;
	font-weight: 700;
}
.privacy-divider {
    /* padding: 20px 0; */
    margin: 30px 0 !important;
}
.blog-title-2 {
	margin-top: 20px;
	font-size: 40px;
	line-height: 50px;
}



/*Mobile Settings*/

@media only screen and (max-width:480px) {
	.dp-hide-m{
		display:hidden;
	}
	.tbm{
		display: block;
	}
	.tbm-mb70{
		margin-bottom:-70px;
	}
	.dp-hide-m{
		display:none !important;
	}
	.section-ptb-100{
		padding:80px 0;
	}
	.section-pt-100{
		padding-top:80px;
	}
	.section-pb-100{
		padding-bottom:80px;
	}
	.mtm0{
		margin-top:0 !important
	}
	.mbm0{
		margin-bottom:0 !important
	}
	.slider-title-sub {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 1.6px;
    margin-bottom: 20px;
	}
	.slider-title-main {
		font-size: 56px !important;
		line-height: 1;
		font-weight: 800;
		color: #f5f5f9;
	}
	.section-title {
		font-size: 34px;
	}
	.about-title {
		font-size: 40px;
		line-height: 1.1;
	}
	.ltn__breadcrumb-area {
		background-color: var(--section-bg-1);
		margin-bottom: 120px;
		padding-top: 250px;
		padding-bottom: 150px;
	}
	.mtm-product-des{
		margin-top:30px;
	}
	.aph-image {
		position: absolute;
		top: 0;
		width: 35%;
		left: 90%;
		-webkit-transform: translatex(-50%);
		-ms-transform: translatex(-50%);
		transform: translatex(-50%);
		z-index: 5;
		-webkit-transform-origin: top;
		-ms-transform-origin: top;
		transform-origin: top;
	}
	.aph-name {
		font-size: 52px;
		left: 245px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		text-align: center;
		top: 38.2% !important;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.site-logo {
		width: 225px !important;
		display: block;
		overflow: hidden;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
	}
	.aph-sub-text {
		position: absolute;
		right: 0;
		max-width: 30.5%;
		-webkit-transform: translateY(200px);
		-ms-transform: translateY(200px);
		transform: translateY(200px);
		font-size: 24px !important;
		font-weight: 4 00;
		letter-spacing: -0.03em;
		line-height: 34px !important;
		color: rgba(25, 27, 29, .6);
		bottom: 0px !important;
	}
	.banner-bg {
		background:
		rgba(0, 0, 0, 0) url("img/banner-mob.jpg") no-repeat fixed center center / cover !important;
	}
	.menu-toggle {
		right: 0%;
		margin-top: 10px;
	}
	.stroke-home {
		-webkit-text-stroke-width: 1.5px;
		-webkit-text-stroke-color: #000;
		color: transparent;
		text-shadow: 2px 2px 0px rgb(245 245 247);
		letter-spacing: 5px;
		z-index: 9999999999999;
	}
	.aph-sub-text {
		position: absolute;
		left: 0px !important;
		max-width: 30.5%;
		-webkit-transform: translateY(200px);
		-ms-transform: translateY(200px);
		transform: translateY(200px);
		font-size: 30px;
		font-weight: 4 00;
		letter-spacing: -0.03em;
		line-height: 40px;
		color: rgba(25, 27, 29, .6);
		bottom: 0;
		text-align: center;
	}
	.aph-details {
		position: absolute;
		top: 50%;
		left: 34%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		height: 207px;
	}
	.aph-welc {
		position: absolute;
		top: -200px !important;
		left: 50%  !important;
		transform: translate(-50%, -50%)  !important;
		font-size: 20px !important;
		text-align:center !important;
		text-transform:uppercase !important;
		font-weight: 600;
		width:100% !important;
		letter-spacing: 5px !important;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		color: rgba(25, 27, 29, 1.0) !important;
		overflow: hidden;
	}

	.circular-button {
		position: absolute;
		bottom: 4% !important;
		left: 50%  !important;
	  transform: translate(-50%, -50%)  !important;
		background: #1D1D1F;
		border-radius: 50%;
		width: 100px !important;
		height: 100px !important;
		text-decoration: none;
		color: #fff;
	}
	.ha-title {
		font-size: 45px !important;
		line-height: 1;
		text-transform: uppercase;
		font-weight: 400;
		letter-spacing: 0.6;
	}
	h1.big-title {
		font-size: 40px;
		line-height: 65px;
		margin-bottom: 0;
		margin-bottom: 10px;
		padding-right: 0;
		margin-left: 0;
	}
	h1.big-title strong {
		font-size: 60px;
		font-style: normal;
		font-weight: 700;
		line-height: 60px;
		margin-top: 20px;
		margin-bottom: 69px;
		padding-right: 10px;
		text-transform: uppercase;
		letter-spacing: 0.6px;
	}
	.a-empty-space {
		display: none !important;
		width: 100%;
		float: revert;
		clear: both;
	}
	.sw-detail {
		position: relative;
		padding-top: 30px;
		padding-left: 20px !important;
		display: block;
	}
	
	/*About*/
	.page-title-common {
		font-size: 50px;
		line-height: 1;
		font-weight: 100;
		text-transform: uppercse;
	}
	.page-title-common strong {
		font-size: 50px;
		line-height: 1;
		font-weight: 800;
		text-transform: uppercse;
	}
	.project-page-header.style_2 {
		margin-bottom: 0px;
	}
	.about-title {
		font-size: 30px;
		line-height: 40px;
		font-weight: 700;
		margin-bottom: 0;
		margin-bottom: 10px;
		padding-right: 0;
		margin-left: 0;
		color:#707070;
	}
	.about-title strong{
		font-size: 30px;
		line-height: 40px;
		font-weight: 700;
		margin-bottom: 0;
		margin-bottom: 10px;
		padding-right: 0;
		margin-left: 0;
		color:#000;
	}
	.ac-number {
		font-size: 70px;
		font-weight: 700;
		font-family: 'Oswald', sans-serif;
		letter-spacing: 0.5px;
		height: 70px;
		position: relative;
		display: inline-block;
		padding-bottom: 20px;
		overflow-y: hidden;
		line-height: 1.0;
		padding-right: 5px;
	}
	span.ac-sign {
		font-size: 80px;
		font-weight: 700;
		letter-spacing: 0.5px;
		display: inline-block;
		vertical-align: top;
		overflow: hidden;
	}
	.ac-title {
		display: block;
		font-size: 20px;
		line-height: 1.4;
		text-transform: uppercase;
		margin-top: 0px;
		overflow: hidden;
		letter-spacing: 3px;
		color: rgba(25, 27, 29, .6);
	}
	.alioth-embed-video {
		position: relative;
		margin-top: 50px;
	}
	.about-ft {
		font-size: 24px;
		font-style: normal;
		font-weight: 800;
		line-height: 24px;
		margin-top: 20px;
		margin-bottom: 20px;
		padding-right: 10px;
		text-transform: uppercase;
		letter-spacing: 3px;
	}
	.about-fd {
		padding-right: 0px !important;
		text-align: left;
		font-size: 18px;
	}
	.alioth-page-nav .page-title {
		font-size: 80px;
		font-weight: 700;
		letter-spacing: -0.01em;
		color: rgba(25, 27, 29, .6);
		display: block;
		margin-right: 50px;
		width: 100%;
		overflow: hidden;
		-webkit-transition: color .5s ease;
		-o-transition: color .5s ease;
		transition: color .5s ease;
	}
	.fc-adress {
		font-size: 16px;
		line-height: 26px;
		font-family: 'Poppins', sans-serif;
		font-weight: 400;
		text-decoration: none;
		color: #787878;
		text-align: justify !important;
		margin-top: 20px;
	}
	.aw-project-cat {
		font-size: 16px;
		font-weight: 600;
		font-weight: 400;
		letter-spacing: -0.05em;
		color: rgba(25, 27, 29, .6);
	}
	.aw-project-meta {
		position: absolute;
		bottom: 40px;
		left: 40px;
	}
	.post-image, .post-image img {
		width: 100%;
		height: 30vh;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}
	body.light .post-cat, body.light .post-date, body.light .post-category {
		color: rgba(25, 27, 29, .6);
		width: 90%;
	}
	.post-date, .post-category {
		display: inline-block;
		font-size: 16px;
		padding-top: 10px;
		font-weight: normal;
		color: hsla(0, 0%, 100%, .4);
	}
	.single-image-2 {
		width: 74%;
		display: block;
		position: relative;
		float: left;
		padding: 40px 40px 180px 30px;
		border-radius: 40px !important;
	}
	.contact-title {
		font-size: 32px;
		line-height: 1;
		font-weight: 800;
		margin-bottom: 0px;
	}

	form > div {
		width: 100%;
		display: block;
		margin-bottom: 20px;
		position: relative;
		float: left;
		padding-left: 0%;
		padding-right: 2%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}	
	.desktop-view {
				display: none !important;
			}

}

@media only screen and (min-width: 992px){
	.mobile-view {
				display: none !important;
			}
}


