@media only screen and (min-width: 1801px) {

	/* Bg-Layer */
	.ttm-left-span .ttm-col-wrapper-bg-layer {
		margin-left: -500px;
	}

	.ttm-right-span .ttm-col-wrapper-bg-layer,
	.col-bg-img-one .ttm-right-span .ttm-col-wrapper-bg-layer {
		margin-right: -500px;
	}
}
@media only screen and (max-width: 1800px) and (min-width: 1601px) {

	/* Bg-Layer */
	.ttm-left-span .ttm-col-wrapper-bg-layer {
		margin-left: -400px;
	}

	.ttm-right-span .ttm-col-wrapper-bg-layer,
	.col-bg-img-one .ttm-right-span .ttm-col-wrapper-bg-layer {
		margin-right: -400px;
	}
}
@media only screen and (max-width: 1600px) and (min-width: 1401px) {

	/* Bg-Layer */
	.ttm-left-span .ttm-col-wrapper-bg-layer {
		margin-left: -300px;
	}

	.ttm-right-span .ttm-col-wrapper-bg-layer,
	.col-bg-img-one .ttm-right-span .ttm-col-wrapper-bg-layer {
		margin-right: -300px;
	}


}
@media only screen and (max-width: 1200px){
	.header #site-header-menu .site-navigation ul.menu>li>a {
/*		display: block;*/
		margin: 0px;
		padding: 6px 15px;
		color: #000;
		font-weight: 400;
		text-transform: capitalize;
		font-size: 15px;
		line-height: 22px;
		text-decoration: none;
		position: relative;
		z-index: 1;
	}

}
@media only screen and (min-width: 1200px) {


	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1200px;
	}

	/* menu */
	#site-header-menu .site-navigation .menu>ul>li>a {
		display: block;
		margin: 0px;
		padding: 0px 18px 0px 18px;
		text-decoration: none;
		position: relative;
		z-index: 1;
		height: 100px;
		line-height: 100px;
	}

	.fixed-header .site-branding img {
/*		max-height: 73px;*/
	}

	.ttm-stickable-header.fixed-header .site-branding,
	.ttm-stickable-header.fixed-header .ttm-header-icons,
	.ttm-stickable-header.fixed-header .ttm-header-icon,
	#site-header-menu .ttm-stickable-header.fixed-header .site-navigation>.menu>ul>li>a,
	.fixed-header .ttm-header-text-area {
/*		height: 80px;*/
/*		line-height: 80px;*/
	}


	/* sep-img//sepline */
	#site-header-menu .site-navigation li.ttm-sepline {
		position: absolute !important;
		top: -36px;
		left: 0px;
		right: auto;
		text-align: center;
		height: 30px !important;
		margin: 0 0px 0 0;
		display: block !important;
		margin: 0 auto;
		overflow: hidden;
	}

	#site-header-menu .site-navigation .sep-img {
		position: absolute;
		content: "";
		top: 2px;
		margin: 0 auto;
		left: 46%;
		background-repeat: no-repeat;
		background-position: 0px -6px;
		width: 8px;
		height: 25px;
		text-align: center;
		overflow: hidden;

	}

	#site-header-menu .site-navigation .sep-img {
		-webkit-mask-box-image: url(../images/menu-sprite.png);
		-webkit-mask-size: cover;
		-webkit-mask: url(../images/menu-sprite.png);
		background-color:#b11b1b !important;
	}

	/* header */
	.ttm-stickable-header.fixed-header {
		z-index: 99;
		background-color: #fff;
		box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
	}

	.fixed-header {
		position: fixed !important;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9;
	}

	.ttm-stickable-header.fixed-header .site-navigation li.ttm-sepline {
		top: -30px !important;
	}

	.header #site-header-menu .site-navigation ul.menu>li>a {
		display: block;
		margin: 0px;
		padding: 10px 12px;
		color: #000;
		font-weight: 500;
		text-transform: capitalize;
		font-size: 17px;
		text-decoration: none;
		position: relative;
		z-index: 1;
	}
		.header #site-header-menu .site-navigation ul.menu>li>a .active{
			color: #fff !important;
		}

	.ttm-stickable-header.fixed-header nav.main-menu li ul.mega-submenu {
		margin-top: 30px !important;
	}

	.ttm-stickable-header.fixed-header nav.main-menu li.mega-menu-item ul.mega-submenu li ul {
		top: 11px;
	}
}
@media only screen and (max-width: 1199px) {

	.site-branding.me-auto {
		margin: 0 auto !important;
	}

	.main-menu.menu-mobile.ms-auto {
		margin-left: unset !important;
	}

	/* tabs */
	.ttm-tabs ul.tabs.text-right {
		text-align: left !important;
	}

	.ttm-reset-content-center-1199 * {
		text-align: center !important;
	}

	/* padding */
	.res-1199-ptb-0 {
		padding: 0px !important;
	}

	.res-1199-ptb-35 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}

	.res-1199-ptb-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.res-1199-ptb-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}

	.res-1199-ptb-150 {
		padding-top: 150px !important;
		padding-bottom: 150px !important;
	}

	.res-1199-ptb-200 {
		padding-top: 200px !important;
		padding-bottom: 200px !important;
	}

	.res-1199-pt-0 {
		padding-top: 0px !important;
	}

	.res-1199-pt-40 {
		padding-top: 40px !important;
	}

	.res-1199-pb-30 {
		padding-bottom: 30px !important;
	}

	.res-1199-pb-0 {
		padding-bottom: 0px !important;
	}

	.res-1199-pl-30 {
		padding-left: 30px !important;
	}

	.res-1199-pl-0 {
		padding-left: 0px !important;
	}

	.res-1199-pb-50 {
		padding-bottom: 50px !important;
	}

	.res-1199-mt-0 {
		margin-top: 0 !important;
	}

	.res-1199-mt-10 {
		margin-top: 10px !important;
	}

	.res-1199-mt-20 {
		margin-top: 20px !important;
	}

	.res-1199-mt_200 {
		margin-top: -200px !important;
	}

	.res-1199-mb-0 {
		margin-bottom: 0px !important;
	}

	.res-1199-mb-10 {
		margin-bottom: 10px !important;
	}

	.res-1199-mb-20 {
		margin-bottom: 20px !important;
	}

	.res-1199-mb_30 {
		margin-bottom: -30px !important;
	}

	.res-1199-mtb-0 {
		margin-top: 0 !important;
		margin-bottom: 0px !important;
	}

	.res-1199-mr-0 {
		margin-right: 0 !important;
	}

	.res-1199-ml {
		margin-left: 0px !important;
	}

	.res-1199-mlr-0 {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.res-1199-mlr-15 {
		margin-left: 15px !important;
		margin-right: 15px !important;
	}

	.res-1199-mlr-70 {
		margin-left: 70px !important;
		margin-right: 70px !important;
	}

	.res-1199-mlrt-15 {
		margin-left: 15px !important;
		margin-right: 15px !important;
		margin-top: -35px !important;
	}

	.res-1199-plr-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.res-1199-plr-15 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.res-1199-plr-30 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}


	/* break-1199-colum */
	.break-1199-colum .row .col-lg-2,
	.break-1199-colum .row .col-lg-3,
	.break-1199-colum .row .col-lg-4,
	.break-1199-colum .row .col-lg-5,
	.break-1199-colum .row .col-lg-6,
	.break-1199-colum .row .col-lg-7,
	.break-1199-colum .row .col-lg-7,
	.break-1199-colum .row .col-lg-9,
	.break-1199-colum .row .col-lg-10,
	.break-1199-colum .row .col-lg-11,
	.break-1199-colum .row .col-lg-12 {
		flex: 100% !important;
		max-width: 100%;
		float: none !important;
		display: block !important;
	}

	.break-1199-colum.bg-layer .row>[class*='col-']>[class*='ttm-col-bgcolor-yes'],
	.break-1199-colum.bg-layer .row>[class*='col-']>[class*='ttm-col-bgimage-yes'] {
		padding-left: 15px;
		padding-right: 15px;
	}

	.break-1199-colum .ttm-equal-height-image {
		display: block;
		width: 100%;
	}

	/* ttm-bg-layer */
	.break-1199-colum .ttm-col-bgimage-yes {
		height: auto !important;
	}

	.break-1199-colum .ttm_single_image-wrapper {
		text-align: center;
	}

	

	.ttm-row .container>.row,
	.ttm-page-title-row .container>.row,
	footer .container .row,
	.element-row .container>.row,
	.sidebar .container>.row {
		margin: 0;
	}

	.section-title h1.title:after {
		display: none;
	}

	.col-bg-img-four.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
		background-position: top;
	}

	.spacing-2 {
		padding: 100px 100px 85px 20px;
	}

	.spacing-4 {
		padding-left: 20px;
	}
}
@media (max-width: 1140px) {
	.featured-icon-box.style1 .featured-title h3 {
		font-size: 32px;
		line-height: 0;
		margin-bottom: 20px;
	}
	nav.main-menu ul{
		border-radius: 8px;
	}
	.ttm-header-text-area{
		padding-left: 100px;
	}

	.widget.widget_nav_menu ul li{
		font-size: 16px;
	}
	nav.main-menu ul{
	background: #fff;
	box-shadow: unset;
}
nav.main-menu ul.menu > li.active{
	border-radius: unset;
}
.ttm-header-style-01 #site-header-menu .site-navigation .main-menu ul.menu>li:hover>a{
	border-radius: unset;
}

/*	.pad1 {
    padding: 0 10px !important;
}*/
video{
	width: 100%;
}
	.ttm-btn.ttm-btn-size-sm{
		padding: 5px 15px;
	}


}
@media (min-width: 992px) {

	/* sidebar-right*/
	.sidebar.ttm-sidebar-right .content-area {
		padding-right: 30px;
	}

	.sidebar.ttm-sidebar-left .content-area,
	.sidebar .sidebar-right {
		padding-left: 40px;
	}

	.sidebar .sidebar-left {
		margin-right: 15px;
	}

	.sidebar.ttm-sidebar-left .content-area {
		margin-right: -30px;
		padding-right: 30px;
	}

	.sidebar .sidebar-left.ttm-left-span .ttm-col-wrapper-bg-layer {
		margin-right: -20px;
	}

	.position-lg-absolute {
		position: absolute !important;
	}
}
@media (max-width: 991px) {
.copy1 {
    float: right;
}
.exp1 img{
	width: 100px;
}
.title-header h2{
	line-height: 20px;
	font-size: 16px;
}
.title-header h4{
	font-size: 16px;
	line-height: 20px;
}
.service1 h1{
	height: 50px;
	font-size: 14px;
}
.service2{
	padding: 14px;
}
nav.main-menu ul{
	border-radius: 8px;
}
.service1 p{
	font-size: 12px;
}
nav.main-menu ul{
	background: #fff;
	box-shadow: unset;
}
nav.main-menu ul.menu > li.active{
	border-radius: unset;
}
.ttm-header-style-01 #site-header-menu .site-navigation .main-menu ul.menu>li:hover>a{
	border-radius: unset;
}
.footer .bottom-footer-text{
	text-align: center;
}
.copyright{
text-align: center;
	}

/*	.pad1 {
    padding: 0 10px !important;
}*/
video{
	width: 100%;
}
	.ttm-btn.ttm-btn-size-sm{
		padding: 5px 15px;
	}
	.carousel-caption h5{
		font-size: 30px;
	}
.ttm-header-text-area{
	padding-left: 20px;
}
	.break-991-colum .row .col-md-7,
	.break-991-colum .row .col-md-5,
	.break-991-colum .row .col-md-4,
	.break-991-colum .row .col-md-3,
	.break-991-colum .row .col-md-6,
	.break-991-colum .row .col-md-9 {
		flex: 100% !important;
		max-width: 100% !important;
		float: none !important;
		display: block !important;
	}

	.break-991-colum.bg-layer .container>.row>[class*='col-']>[class*='ttm-col-bgcolor-yes'] {
		padding-left: 15px;
		padding-right: 15px;
	}


	.ttm-reset-content-center-991 * {
		text-align: center !important;
	}

	.ttm_single_image-wrapper .text-right {
		text-align: left !important;
	}

	.ttm-fbar-main-w {
		display: none;
	}


	/* ttm-bg-layer */
	.break-991-colum .ttm-col-bgimage-yes,
	.break-991-colum.bg-layer-equal-height .ttm-col-bgcolor-yes {
		height: auto !important;
	}

	[class*='col-lg'] .ttm-col-bgimage-yes,
	.bg-layer-equal-height [class*='col-lg'] .ttm-col-bgcolor-yes {
		height: auto !important;
	}

	/* ttm-btn */
	.ttm-btn.float-right {
		float: none !important;
	}

	/* title */
	.row-title h2.title {
		font-size: 34px;
		line-height: 40px;
	}


	.res-991-w-100 {
		width: 100% !important;
	}

	.position-md-relative {
		position: relative !important
	}

	/* ttm-row */
	body .page.ttm-sidebar-true .site-main,
	.ttm-row {
		padding: 30px 0 !important;
	}

	.ttm-row.about-section {
		padding: 60px 0 30px !important;
	}

	.ttm-row.client-section {
		padding: 10px 0 !important;
	}

	.ttm-row.fid-section {
		padding: 50px 0 25px !important;
	}

	.ttm-row.row-top-section,
	.ttm-row.cta-section,
	.ttm-row.broken-section,
	.ttm-row.experiance-section {
		padding: 0px 0px !important;
	}

	.ttm-row.grid-section {
		padding: 30px 0 !important;
	}

	.ttm-row.clientbox-section {
		padding: 10px 0 60px !important;
	}

	.ttm-row.multi-section {
		padding: 0 0 50px !important;
	}

	.ttm-row.expertise-section,
	.ttm-row.overview-section {
		padding: 60px 0 30px;
	}

	section.error-404 {
		padding: 150px 0 80px;
	}

	.ttm-row.padding_bottom_zero-section {
		padding: 60px 0 0 !important;
	}

	.ttm-row.padding_top_zero-section {
		padding: 0 0 60px 0 !important;
	}

	.ttm-row.padding_zero-section {
		padding: 0 0 !important;
	}


	/* spacing */
	.spacing-1 {
		padding: 60px 25px;
	}

	.spacing-2 {
		padding: 60px 15px 60px;
		margin: 0;
	}

	.spacing-3 {
		margin-top: 0px;
		margin-left: 0px;
		padding-top: 0px;
		padding-left: 15px;
	}

	.spacing-4 {
		margin-top: 0px;
		margin-left: 0px;
		padding: 60px 15px;
	}

	.spacing-5 {
		padding: 50px 15px;
		margin-top: 0px;
		margin-left: 0px;
	}

	.spacing-6 {
		padding: 50px 20px;
	}



	.right-md-15 {
		right: 15px !important;
	}


	/* fid */
	.ttm-fid-border .inside {
		padding-left: 15px;
	}

	/* testimonial */
	.testimonials .testimonial-content {
		margin: 0;
		padding: 0;
	}

	.ttm-testimonial-box-view-style2 .testimonial-content {
		padding: 25px 35px 29px;
		margin-left: 160px;
	}

	.testimonials.ttm-testimonial-box-view-style4 .testimonial-content blockquote {
		font-size: 17px;
		line-height: 30px;
		padding-left: 0;
		padding-right: 0;
	}


	/* portfolio-single */
	.ttm-pf-single-related-wrapper {
		padding-top: 30px;
	}

	/* sidebar */
	.sidebar .content-area {
		padding-top: 40px;
		padding-bottom: 50px;
	}

	.sidebar .sidebar-right {
		padding: 15px 30px;
	}

	.sidebar .sidebar-right,
	.sidebar .sidebar-left {
		padding-bottom: 10px;
	}

	.sidebar .sidebar-right .ttm_info_widget {
		margin-left: -30px;
	}


	/* element-page */
	.element-row {
		padding: 50px 0 0;
	}

	.element-row>.section-title h2.title {
		margin-top: 0px;
	}

	/* margin */
	.res-991-ml-0 {
		margin-left: 0 !important;
	}

	.res-991-mr-0 {
		margin-right: 0 !important;
	}

	.res-991-mt-0 {
		margin-top: 0 !important;
	}

	.res-991-mb-0 {
		margin-bottom: 0 !important;
	}

	.res-991-mtb-0 {
		margin-top: 0 !important;
		margin-bottom: 0px !important;
	}

	.res-991-mt_15 {
		margin-top: -15px !important;
	}

	.res-991-mt_10 {
		margin-top: -10px !important;
	}

	.res-991-mt_30 {
		margin-top: -30px !important;
	}

	.res-991-mt_50 {
		margin-top: -50px !important;
	}

	.res-991-mt_80 {
		margin-top: -80px !important;
	}

	.res-991-mt_100 {
		margin-top: -100px !important;
	}

	.res-991-mt-15 {
		margin-top: 15px !important;
	}

	.res-991-mt-20 {
		margin-top: 20px !important;
	}

	.res-991-mt-30 {
		margin-top: 30px !important;
	}

	.res-991-mt-40 {
		margin-top: 40px !important;
	}

	.res-991-mt-45 {
		margin-top: 45px !important;
	}

	.res-991-mt-50 {
		margin-top: 50px !important;
	}

	.res-991-mb-0 {
		margin-bottom: 0px !important;
	}

	.res-991-mb-10 {
		margin-bottom: 10px !important;
	}

	.res-991-mb-15 {
		margin-bottom: 15px !important;
	}

	.res-991-mb-20 {
		margin-bottom: 30px !important;
	}

	.res-991-mb-30 {
		margin-bottom: 30px !important;
	}

	.res-991-mb-40 {
		margin-bottom: 40px !important;
	}

	.res-991-mb-50 {
		margin-bottom: 50px !important;
	}

	.res-991-mlr-15 {
		margin-left: 15px !important;
		margin-right: 15px !important;
	}

	.res-991-mlr_15 {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}

	.res-991-mlr-0 {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.res-991-mr_25 {
		margin-right: -25px !important;
	}

	.res-991-mr-60 {
		margin-right: 60px !important;
	}

	.res-991-ml-15 {
		margin-left: 15px;
	}

	/* padding */

	.res-991-p-0 {
		padding: 0 ! important;
	}

	.res-991-pt-10 {
		padding-top: 10px !important;
	}

	.res-991-pt-15 {
		padding-top: 15px !important;
	}

	.res-991-pt-20 {
		padding-top: 20px !important;
	}

	.res-991-pt-30 {
		padding-top: 30px !important;
	}

	.res-991-pt-40 {
		padding-top: 40px !important;
	}

	.res-991-pt-45 {
		padding-top: 45px !important;
	}

	.res-991-pt-50 {
		padding-top: 50px !important;
	}

	.res-991-pt-60 {
		padding-top: 60px !important;
	}

	.res-991-ptb-0 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	.res-991-pt-0 {
		padding-top: 0px !important;
	}

	.res-991-pl-0 {
		padding-left: 0px !important;
	}

	.res-991-pr-15 {
		padding-right: 15px !important;
	}

	.res-991-pr-0 {
		padding-right: 0px !important;
	}

	.res-991-pl-15 {
		padding-left: 15px !important;
	}

	.res-991-pb-0 {
		padding-bottom: 0px !important
	}

	.res-991-pb-5 {
		padding-bottom: 5px !important
	}

	.res-991-pb-10 {
		padding-bottom: 10px !important
	}

	.res-991-pb-20 {
		padding-bottom: 20px !important
	}

	.res-991-pb-30 {
		padding-bottom: 30px !important
	}

	.res-991-pb-50 {
		padding-bottom: 50px !important
	}

	.res-991-pb-60 {
		padding-bottom: 60px !important
	}

	.res-991-pb-70 {
		padding-bottom: 70px !important
	}

	.res-991-pb-80 {
		padding-bottom: 80px !important
	}

	.res-991-pb-90 {
		padding-bottom: 90px !important
	}

	.res-991-pb-100 {
		padding-bottom: 100px !important
	}

	.res-991-plr-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.res-991-plr-15 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.res-991-ptb-35 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}

	.res-991-ptb-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.res-991-ptb-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}

	.res-991-ptb-150 {
		padding-top: 150px !important;
		padding-bottom: 150px !important;
	}

	.res-991-ptb-200 {
		padding-top: 200px !important;
		padding-bottom: 200px !important;
	}

	.h-100 {
		height: auto !important;
	}

	.slick_slider.slick-arrows-style3 .slick-next,
	.slick_slider.slick-arrows-style3 .slick-prev {
		top: 15%;
	}

	.grey-shadow:before {
		display: none;
	}

	.section-title .title-desc p {
		padding-right: 0 !important;
	}

	.featured-icon-box.style2 .featured-title h5 {
		padding-right: 0;
	}

	.video_icon {
		right: unset;
		left: -17px;
	}

	.ttm_single_image-wrapper .col-bgimage-02 {
		width: 147px !important;
	}

	.featured-icon-box.style12 {
		left: 30px;
	}

	.section-title.style2 .title-header {
		width: 50%;
		padding-right: 0;
	}

	.first-footer {
		padding: 30px 0 30px;
	}

.ttm-icon.ttm-icon_element-size-xs i {
    font-size: 13px;
}



	.ttm-portfolio-box-view-overlay .ttm-box-view-content-inner .featured-title {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	.testimonial-onlyimg,
	.top_bar {
		display: none;
	}



	.ttm-pagination {
		margin-bottom: 20px;
	}

	.testimonials.style2 {
		padding: 30px 20px 0;
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.client-box.style1 .ttm-client-logo-tooltip .client-thumbnail {
		padding: 25px 0px;
		margin: 0 5px;
	}

	.first-footer .widget.widget-widget_contact .widget-title {
		padding-top: 30px;
	}

	.ttm-list.ttm-list-style-icon li {
		padding-bottom: 0;
	}

	.featured-icon-box.style1 {
		margin-top: 0;
		margin-bottom: 0;
	}

	.ttm-fid.inside.ttm-fid-view-lefticon.style1 {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.client-box.ttm-box-view-logo.style1 .ttm-client-logo-tooltip {
		padding-top: 0;
		margin-top: -20px;
	}

	.testimonials.ttm-testimonial-box-view-style2 {
		margin-right: 10px;
	}

	.featured-icon-box.style1.border-right {
		border-right: 0px !important;
	}

	.footer .ttm_subscribe_form .btn[type="submit"] {
		position: relative;
		margin-top: 20px;
		border-radius: 5px;
	}

	.client-box.ttm-box-view-logo.style1 {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.sidebar .widget-area .widget {
		margin: 40px 0 40px;
	}


	.featured-imagebox img {
		display: block;
		width: 100%;
	}

	/*.ttm-team-member-single-content .featured-thumbnail img {display: block;width: 100%;}*/
}
@media only screen and (max-width: 767px) {
	.about-img{
		width: 70%;
		margin: 0 auto;
	}
	.service1 h1{
		font-size: 17px;
	}
	/*.ttm-bg img{
		width: 100%;
	}*/
	.book-app img{
		width: 100%;
	}
	nav.main-menu ul{
		border-radius: 8px;
	}
	.ttm-service-description h1{
		font-size: 25px;
		line-height: 25px;
	}
	.featured-desc ul li{
		font-size: 13px;
	}
	video{
		width: 100%;
		height: 300px;
	}
	.copyright p{
		text-align: center;
	}
	.ttm-service-description p{
		font-size: 14px;
		text-align: justify;
	}
	.ttm-list.ttm-list-style-icon .ttm-list-li-content{
		text-align: justify;
	}
	.pad1{
		padding: 0 10px !important;
	}


	.title-header h2{
		font-size: 16px;
	}
	.widget-nav-menu{
		display: none;
	}
	.copy1 {
    float: none;
}
nav.main-menu ul{
	background: #fff;
	box-shadow: unset;
}
nav.main-menu ul.menu > li.active{
	border-radius: unset;
}
.ttm-header-style-01 #site-header-menu .site-navigation .main-menu ul.menu>li:hover>a{
	border-radius: unset;
}
.footer .bottom-footer-text{
	text-align: center;
}
.copyright{
text-align: center;
	}
	.title-header h1 {
		font-size: 30px;
		margin-bottom: 0;
}


.section-title .title-desc p{
	font-size: 14px;
	line-height: 20px;
}
	.site-branding{
		margin-right: 30px;
	}
	
	.carousel-control-next-icon{
		height: 18px !important;
    width: 26px !important;
	}
	.carousel-control-prev-icon{
		height: 18px !important;
    width: 26px !important;
	}
	.carousel-control-prev-icon:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f0d9";
    left: 0px;
    right: 0px;
    top: -2px;
    border-radius: 50%;
    font-size: 14px;
}
	.carousel-control-next-icon:after{
    position: absolute;
    font-family: FontAwesome;
    content: "\f0da";
    left: 0px;
    right: 0px;
    top: -2px;
    font-size: 14px;
	}
	.ttm-header-text-area {
		display: none;
	}

	/* ttm-search-overlay */
	.ttm-search-overlay .ttm-search-outer .ttm-form-title {
		font-size: 26px;
		line-height: 40px;
	}

	.ttm-search-overlay .ttm-search-outer {
		border: none;
	}

	.ttm-search-overlay .ttm-site-searchform {
		margin-left: 0;
		left: 0;
		right: 0;
	}

	/* Page-Title */
	.title-box .page-title-heading,
	.breadcrumb-wrapper {
		display: block;
		text-align: left;
	}

	.breadcrumb-wrapper .breadcrumb-wrapper-inner {
		padding: 0;
		background: transparent;
	}

	.title-box .page-title-heading h1 {
		font-size: 18px;
		line-height: 30px;
	}

	/* footer */
	.ttm-footer-cta-wrapper .widget-area:not(:last-child) {
		margin-bottom: 20px;
	}

	
	.ttm-left-quote blockquote {
		padding-right: 0;
		border-right: 0 !important;
		margin-bottom: 30px;
	}

	/* .ttm-box-seperator */
	.ttm-box-seperator .featured-icon-box {
		padding: 20px 20px 5px;
	}

	.client-box.ttm-box-view-separator-logo .client-thumbnail:after {
		display: none;
	}

	.client-box .ttm-client-logo-tooltip {
		padding-top: 30px;
	}

	/* calendar */
	.calendar thead th {
		padding: 2px 0;
		font-size: 13px;
	}

	.calendar table td {
		height: 90px;
		font-size: 18px;
	}

	.calendar .calendar-frame tbody td::after {
		top: 25px;
		height: 40px;
		width: 40px;
	}


	/* shop */
	.banner-image,
	.ttm-product-image-box {
		text-align: center;
	}

	div.product ul.tabs li.active a:before {
		content: unset;
	}

	/* margin */
	.res-767-mb-0 {
		margin-bottom: 0px !important;
	}

	.res-767-ml-0 {
		margin-left: 0px !important;
	}

	.res-767-mb-15 {
		margin-bottom: 15px !important;
	}

	.res-767-mb-30 {
		margin-bottom: 30px !important;
	}

	.res-767-mt-0 {
		margin-top: 0px !important;
	}

	.res-767-mt-30 {
		margin-top: 30px !important;
	}

	.res-767-mt-40 {
		margin-top: 40px !important;
	}

	.res-767-mt-0 {
		margin-top: 0px !important;
	}

	.res-767-mt_15 {
		margin-top: -15px !important;
	}

	.res-767-mr-20 {
		margin-right: 20px !important;
	}


	/* padding */
	.res-767-plr-15 {
		padding: 0 15px !important;
	}

	.res-767-pl-15 {
		padding-left: 15px !important;
	}

	.res-767-pr-15 {
		padding-right: 15px !important;
	}

	.res-767-pl-0 {
		padding-left: 0px !important;
	}

	.res-767-pr-0 {
		padding-right: 0px !important;
	}

	.res-767-p-30 {
		padding: 30px;
	}

	.res-767-pb-30 {
		padding-bottom: 30px !important;
	}

	.res-767-pb-60 {
		padding-bottom: 60px !important;
	}

	.res-767-pt-30 {
		padding-top: 30px !important;
	}

	.res-767-pt-40 {
		padding-top: 40px !important;
	}

	.res-767-pt-20 {
		padding-top: 20px !important;
	}

	.res-767-pt-15 {
		padding-top: 15px !important;
	}

	.res-767-pt-0 {
		padding-top: 0px !important;
	}

	.spacing-3 {
		margin-top: 0px;
		margin-left: 0;
		padding-top: 0px;
		padding-left: 10px;
	}

	/* single-team */
	.ttm-team-member-appointment-btn-wrapper {
		position: unset;
	}

	/* tab */
	.ttm-tabs.ttm-tab-style-vertical .content-tab {
		padding: 10px 20px;
	}

	.ttm-tabs.ttm-tab-style-horizontal ul.tabs li,
	.ttm-tabs.ttm-tab-style-horizontal ul {
		display: block;
		margin-right: 0;
	}

	.ttm-tabs.ttm-tab-style-horizontal ul.tabs li a {
		border-radius: 0;
	}

	/* cart */
	.ttm-cart-form,
	.checkout {
		padding: 0;
	}

	table.shop_table:not(.checkout-review-order-table) tr td {
		display: block;
		text-align: right;
	}

	table .cart_item .product-thumbnail,
	.shop_table_responsive thead {
		display: none;
	}

	table.shop_table:not(.checkout-review-order-table) tbody tr {
		display: block;
	}

	table.shop_table_responsive tr.cart_item td:not(.product-remove)::before {
		content: attr(data-title) ": ";
		font-weight: 700;
		float: left;
	}

	.coupon {
		float: none;
		padding-bottom: .5em;
	}

	td.actions button {
		width: 100%;
	}

	.coupon input,
	td.actions .coupon .button {
		width: auto;
	}

	.quantity {
		display: inline-block;
	}

	.cart-collaterals {
		margin-top: 0px;
	}

	.cart-collaterals .cart_totals {
		width: 105%;
		float: none;
	}

	.ttm_single_image-wrapper .col-bgimage-02 {
		width: 100% !important;
		height: 100% !important;
	}

	.section-title h1.title:after {
		display: none;
	}

	.spacing-12 {
		margin-left: 0;
		padding-left: 15px;
	}

	.ttm-play-icon-btn.style1 {
		width: 105%;
	}

	.testimonials.style1 .testimonial-content blockquote {
		padding: 0 25px 0;
	}

	.testimonials.style1 .testimonial-caption {
		margin-top: 10px;
	}



	.featured-icon-box.style2 {
		position: relative;
		bottom: -20px;
		left: 0;
	}

	.res-767-d-none {
		display: none !important;
	}

	.section-title h2.title,
	.section-title h2.title b {
		font-size: 40px;
		line-height: 50px;
	}

	.first-footer .widget.widget-out-link,
	.first-footer .widget.widget-widget_contact {
		padding-left: 0;
	}

	.ttm-list.ttm-list-style-icon.style2 li:last-child {
		padding-bottom: 40px;
	}

	.first-footer .widget.widget-widget_contact .widget-title {
		padding-top: 0;
	}

	.footer .ttm_subscribe_form .btn[type="submit"] {
		position: absolute;
		margin-top: 0px;
		border-radius: 5px;
	}

	/* team-single */
	.ttm-team-member-single-content-area .ttm-team-member-content {
		padding: 0 15px 45px;
		margin-left: 0;
	}

	.ttm-team-member-content {
		padding-top: 0;
	}

	.ttm-team-member-single-content .featured-thumbnail img {
		display: block;
		width: 90%;
	}

	.sep_holder_box.margin_top50.margin_bottom50.ml_12.mr_12 {
		margin-top: 30px !important;
		margin-bottom: 20px !important;
	}
}
@media (max-width: 591px) {

	/* footer */
	.newsletter-form input[type="submit"] {
		margin: 0 auto;
		display: block;
		margin-top: 15px;
		text-align: center;
		position: initial;
		height: 45px;
	}

	.first-footer .ttm-footer-cta-wrapper {
		padding-left: 0;
		padding-right: 0;
	}

	.ttm-footer2-left {
		text-align: center;
	}

	.ttm-footer2-right {
		text-align: center;
	}

	.section-title h1.title,
	.section-title h2.title b {
		font-size: 40px;
		line-height: 45px;
	}
}
@media (max-width: 575px) {

	.ttm-fid-border .row>[class*='col-']:not(:last-child) {
		border-bottom: 1px solid;
	}

.pad0{
	padding-top: 0 !important;
	padding-bottom: 50px !important;
}
	.ttm-facts-colum-sep .col-md-3 {
		padding: 30px 0 0;
	}

	.ttm-facts-colum-sep {
		padding-top: 30px !important;
		padding-bottom: 50px !important;
	}

	.ttm-fid-view-topicon {
		padding: 0;
	}

	/* calendar */
	.calendar table td {
		height: 60px;
		font-size: 15px;
	}

	.calendar .calendar-frame tbody td::after {
		content: unset;
	}

	.calendar .calendar-frame tbody td.today {
		background: #e3f2f9;
		color: #555;
	}

	/* margin */
	.res-575-m-0 {
		margin: 0px !important;
	}

	.res-575-mb-0 {
		margin-bottom: 0px !important;
	}

	.res-575-mb-15 {
		margin-bottom: 15px !important;
	}

	.res-575-mb-30 {
		margin-bottom: 30px !important;
	}

	.res-575-mt-0 {
		margin-top: 0px !important;
	}

	.res-575-mt-30 {
		margin-top: 30px !important;
	}

	.res-575-mt-40 {
		margin-top: 40px !important;
	}

	.res-575-mt-0 {
		margin-top: 0px !important;
	}

	.res-575-ml-0 {
		margin-left: 0px !important;
	}

	.res-575-mt-20 {
		margin-top: 20px !important;
	}

	/* padding */

	.res-575-pl-15 {
		padding-left: 15px !important;
	}

	.res-575-pr-15 {
		padding-right: 15px !important;
	}

	.res-575-pl-0 {
		padding-left: 0px !important;
	}

	.res-575-pr-0 {
		padding-right: 0px !important;
	}

	.res-575-prb-20 {
		padding-right: 20px !important;
		padding-bottom: 20px !important;
	}

	.res-575-p-30 {
		padding: 30px;
	}

	.res-575-pb-30 {
		padding-bottom: 30px !important;
	}

	.res-575-pt-30 {
		padding-top: 30px !important;
	}

	.res-575-pt-15 {
		padding-top: 15px !important;
	}

	.res-575-d-none {
		display: none !important;
	}

	/* single-blog */
	.ttm-post-prev-next-buttons a.float-right {
		float: none !important;
	}

	.comments-area .comment-form .comment-form-author,
	.comments-area .comment-form .comment-form-email,
	.comments-area .comment-form .comment-form-url {
		width: 100%;
	}


	/* .ttm-testimonial-box-view-style1 */
	.ttm-testimonial-box-view-style2 .testimonial-avatar {
		float: none;
		width: 100%;
		display: block;
	}

	.ttm-testimonial-box-view-style2 .testimonial-content {
		margin-left: 15px;
		margin-top: 30px;
		margin-right: 10px;
	}

	.ttm-bgcolor-skincolor .ttm-testimonial-box-view-style2 .testimonial-content::after,
	.ttm-testimonial-box-view-style2 .testimonial-content::after {
		top: -37px;
		left: 60px;
		border-left: 17px solid transparent;
		border-right: 17px solid transparent;
		border-bottom: 20px solid rgba(255, 255, 255, .05);
	}

	.ttm-bgcolor-skincolor .ttm-testimonial-box-view-style2 .testimonial-content::after {
		border-bottom: 20px solid rgba(0, 0, 0, .05)
	}

	.featured-imagebox-post.style2 .featured-thumbnail {
		max-width: 100% !important;
		margin-bottom: 30px;
		padding-right: 0;
	}

	header.ttm-header-style-01 .container-fluid {
		padding: 0 15px;
	}



	section.error-404 h1 {
		font-size: 75px;
	}

}
@media only screen and (max-width: 481px) {
	.col-bg-img-three.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
		height: auto;
	}

	.res-481-mt-30 {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 480px) {

	li.bbp-forum-info,
	li.bbp-topic-title {
		width: 45%;
	}

	li.bbp-forum-topic-count,
	li.bbp-forum-reply-count,
	li.bbp-topic-voice-count,
	li.bbp-topic-reply-count {
		width: 15%;
	}

	.bbpress-forums div.bbp-search-form {
		float: none;
	}

	.bbpress-forums div.bbp-reply-author img.avatar {
		position: absolute;
		top: 15px;
		left: 0;
		width: 60px;
		height: auto;
	}

	.bbpress-forums .bbp-body div.bbp-reply-author {
		margin: -15px 10px 10px;
		min-height: 100px;
		padding-left: 80px;
		position: relative;
		text-align: left;
		width: 100%;
	}

	.bbpress-forums div.bbp-reply-author a.bbp-author-name {
		display: inline-block;
		margin-left: 0;
		word-wrap: break-word;
	}

	.bbpress-forums .bbp-body div.bbp-reply-content {
		clear: both;
		margin: 10px;
		padding: 0;
	}

	/* calendar */
	.calendar table td {
		height: 45px;
		font-size: 14px;
	}

	/* blog-classic */
	article.ttm-blog-classic .ttm-blog-classic-content {
		padding: 20px 0 20px;
	}

	.ttm-blog-classic .ttm-blogbox-footer-left {
		float: none;
	}

	.ttm-blog-classic .ttm-social-share-wrapper {
		float: none;
		padding-top: 15px;
	}

	.col-bg-img-three.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
		height: 698px;
	}

	.footer .ttm_subscribe_form .btn[type="submit"] {
		position: relative;
		margin-top: 20px;
		border-radius: 5px;
	}

	section.error-404 h1 {
		font-size: 60px;
	}

}
@media only screen and (max-width: 468px) {
	.btn-468-res {
		margin-left: 20px;
		margin-top: 25px;
	}
}
@media only screen and (max-width: 420px) {

	section.error-404 h1 {
		font-size: 50px;
	}
}
@media (max-width: 325px) {

	.bbpress-forums li.bbp-header li.bbp-forum-info,
	.bbpress-forums li.bbp-body li.bbp-forum-info,
	.bbpress-forums li.bbp-header li.bbp-topic-title,
	.bbpress-forums li.bbp-body li.bbp-topic-title {
		width: 100%;
	}

	.bbpress-forums li.bbp-header li.bbp-forum-topic-count,
	.bbpress-forums li.bbp-header li.bbp-forum-reply-count,
	.bbpress-forums li.bbp-body li.bbp-forum-topic-count,
	.bbpress-forums li.bbp-body li.bbp-forum-reply-count,
	.bbpress-forums li.bbp-header li.bbp-topic-voice-count,
	.bbpress-forums li.bbp-header li.bbp-topic-reply-count,
	.bbpress-forums li.bbp-body li.bbp-topic-voice-count,
	.bbpress-forums li.bbp-body li.bbp-topic-reply-count {
		width: 20%;
	}

	.bbpress-forums li.bbp-header li.bbp-forum-freshness,
	.bbpress-forums li.bbp-body li.bbp-forum-freshness,
	.bbpress-forums li.bbp-header li.bbp-topic-freshness,
	.bbpress-forums li.bbp-body li.bbp-topic-freshness {
		width: 58%;
	}

	.bbpress-forums li.bbp-header li.bbp-forum-info,
	.bbpress-forums li.bbp-header li.bbp-topic-title {
		text-align: center;
		text-transform: uppercase;
	}

}


@media (max-width: 1199px){
	.top-bar:before{
		width: 280px;
	}
	nav.main-menu ul.menu li ul.mega-submenu li a{
		color: #000;
		padding: 8px 12px;
	}
	.carousel-caption{
		width: 430px;
		bottom: 13%;
	}
	.carousel-caption h5{
		font-size: 34px;
    	line-height: 40px;
	}
	.carousel-caption p{
		font-size: 16px;
    	line-height: 23px;
    	margin-bottom: 14px;
	}
	.section-title p{
		width: 100%;
	}
	.footer .widget .widget-title{
		font-size: 26px;
	}
	.widget.widget-nav-menu ul li a{
		padding: 10px 15px;
	}
}

@media (max-width: 991px){
	.menu1 i{
		width: 25px;
	    height: 25px;
	    line-height: 25px;
	    margin-right: 0px;
	    font-size: 13px;
	}
	.menu1 ul li a{
		font-size: 15px;
		padding-left: 7px;
	}
	.menu1 ul li{
		margin-right: 8px;
    	padding-right: 8px;
	}
	.top-bar:before{
		width: 210px;
		transform: skewX(-30deg);
	}
	.header-top-right ul li a{
		width: 30px;
	    height: 30px;
	    line-height: 30px;
	}
	.carousel-caption{
		width: 320px;
		bottom: 6%;
	}
	.carousel-caption p{
		width: 100%;
		font-size: 15px;
        line-height: 20px;
	}
	.carousel-caption h5{
		font-size: 27px;
        line-height: 33px;
	}
	.carousel-caption .ttm-btn{
		padding: 7px 15px;
	}
	.title-header h1{
		font-size: 39px;
	}
	.title-desc p{
		font-size: 15px;
	}
	.title-desc p span{
		display: none;
	}
	.testimonial-invild .review .review-description{
		padding: 20px;
	}
	.testimonial-invild .review .review-description .first img{
		width: 36px;
    	height: 36px;
	}
	.testimonial-invild .review .review-description .second h1{
		font-size: 18px;
		margin-bottom: 0;
	}
	.testimonial-invild .review .review-description .second ul li i{
		font-size: 13px;
	}
	.testimonial-invild .review .review-description .review-title{
		padding-top: 5px;
	}
	.testimonial-invild .review .review-description .review-title h2{
		font-size: 15px;
		line-height: 23px;
	}
	.pad-foot {
    	padding-left: calc(var(--bs-gutter-x) * .5);
    	margin-left: -5px;
	}
	.first-footer .featured-icon-box .featured-icon .ttm-icon{
		height: 29px;
    	width: 29px;
	}
	.first-footer .featured-icon-box .featured-icon .ttm-icon i {
    	font-size: 16px;
	}
	.featured-icon-box.icon-align-before-content .featured-content, 
	.featured-icon-box.icon-align-before-title .featured-title{
		padding-left: 6px;
	}
	.featured-icon-box.style4 .featured-title h3{
		font-size: 18px;
	}
	.featured-icon-box.style4 .featured-title span{
		font-size: 14px;
	}
	.first-footer .featured-icon-box .featured-icon.featured-wh-icon .ttm-icon i {
    	font-size: 21px;
	}
	.foot-order{
		order: -1;
	}
	.foot-map {
    	height: 150px;
	}
	.footer .widget{
		margin: 30px 0 20px;
	}
	.section-title h2.title{
		font-size: 42px;
	}
	.inner-about .about-img{
		width: 300px;
	}
	.title-desc ul li{
		font-size: 15px;
    	line-height: 23px;
	}
	.ttm-page-title-row{
		padding: 60px 0;
	}
	.service-data h1{
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 10px;
	}
	.service-data p, .service-data ul li{
		font-size: 15px;
		line-height: 24px;
	}
	.second-footer .sep_holder .sep_line, .border-end, .border-start{
		border: none !important;
	}
	.attach-data p{
		font-size: 15px;
    	line-height: 23px;
	}
	.contact-page .ttm-bgcolor-skincolor, .contact-page .ttm-bgcolor-grey{
		height: auto;
	}
	.contact-page .ttm-bgcolor-grey{
		margin-top: 50px;
	}
	.contact-page .layer-content h3{
		font-size: 36px;
	}
	.featured-icon-box.style9 .featured-title span{
		font-size: 15px;
	}
	.google-map{
		height: 300px;
	}
}

@media (max-width: 767px){
	.top-bar:before, .header-top-right{
		display: none;
	}
	.menu1 i{
		width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 11px;
	}
	.menu1 ul li {
        margin-right: 5px;
        padding-right: 5px;
    }
    .header-logo .logo-icon img {
    	width: 70px;
	}
	.header-logo .logo-text h2{
		font-size: 30px;
	}
	.header-logo .logo-text h3{
		font-size: 14px;
	}
	.carousel-caption{
		width: 270px;
	}
	.carousel-caption p{
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 8px;
	}
	.carousel-caption h5 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .carousel-caption .ttm-btn {
        padding: 4px 9px;
        font-size: 13px;
    }
    .about1{
		text-align: center;
		margin-top: 18px;
	}
	.title-header h1 {
        font-size: 34px;
    }
	.title-desc p span{
		display: block;
	}
	.space {
    	padding: 55px 0;
	}
	.section-title p{
		font-size: 16px;
    	line-height: 24px;
	}
	.pad-foot{
		padding-left: calc(var(--bs-gutter-x) * .5);
		margin-left: 0;
	}
	.inner-about .about-img{
		width: 300px;
		float: none;
		margin: 0 auto;
	}
	.title-desc ul.about-list{
		text-align: left;
	}
	.page-title-heading h1{
		font-size: 36px;
	}
	.ttm-page-title-row{
        padding: 50px 0 45px;
    }
	.breadcrumb-wrapper a, .breadcrumb-wrapper span{
		font-size: 16px;
	}
	.coming-soon h1{
		font-size: 66px;
	}
}


@media (max-width: 575px){
	.btn-whatsapp-pulse{
		font-size: 30px;
		padding: 22px;
	}
	.btn-whatsapp-pulse-border::before{
		border: 3px solid #00cf4d;
	}
	@keyframes pulse-border {
	    0% {
	        padding: 25px;
	        opacity: 0.75;
	    }
	    75% {
	        padding: 30px;
	        opacity: 0;
	    }
	    100% {
	        opacity: 0;
	    }
	}
	.header-top-right, .top-bar:before, .menu1 ul li.mailid{
		display: none;
	}
	.menu1 ul li.ph-no{
		margin-right: 0;
    	padding-right: 0;
    	border-right: 0;
	}
	.menu1 ul li a{
		font-size: 14px;
		padding-left: 3px;
	}
	.menu1 i{
		width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 12px;
	}
	.menu1 ul li{
		line-height: 36px;
		margin-right: 10px;
    	padding-right: 10px;
	}
	.top-header{
		justify-content: center;
	}
	.menubar{
		padding: 8px 10px;
	}
	.menubar-inner, .menubar-inner:after, .menubar-inner:before{
		width: 20px;
	}
	.menubar-box{
		width: 20px;
	}
	.site-branding {
        margin-right: 0;
    }
    .header-logo .logo-text h2{
    	font-size: 21px;
    }
    .header-logo .logo-text h3{
    	font-size: 12px;
    }
    .header-logo .logo-icon img {
    	width: 60px;
	}
	.carousel-caption p{
		display: none;
	}
	.slide .ban-btn{
		display: none;
	}
	.carousel-caption h5 {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 3px;
    }
    .carousel-caption{
    	width: 165px;
    	bottom: 10%;
    }
    .slide .ttm-btn{
    	font-size: 11px;
    	padding: 2px 6px;
    }
    .space {
    	padding: 50px 0;
	}
	.title-header h1{
		font-size: 27px;
		line-height: 38px;
	}
	.title-desc p{
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 8px;
	}
	.ttm-btn{
		font-size: 15px;
		padding: 8px 16px;
	}
	.section-title p{
		width: 100%;
		font-size: 15px;
    	line-height: 23px;
	}
	.section-title h2.title,
	.section-title h2.title b {
		font-size: 30px;
		line-height: 38px;
	}
	.featured-imagebox-services.style1{
		height: auto;
		width: 280px;
    	margin: 0px auto;
	}
	.featured-desc a{
		padding: 6px 18px;
	}
	.services-section .slick-dots{
		right: 0 !important;
        margin-top: 15px !important;
	}
	.services-section .slick-dots li button{
		width: 7px;
	    height: 7px;
	    border-radius: 50%;
	    margin: 0 4px;
	}
	.services-section .slick-dots li.slick-active button{
		width: 7px;
	    height: 7px;
	}
	.services-section{
		padding-bottom: 80px;
	}
	.testimonial-invild .review .review-description .review-title h2{
		font-size: 15px;
		line-height: 24px;
	}
	.testimonial-invild .review .review-description .review-title a{
		font-size: 16px;
	}
	.testimonial-invild .review .review-description{
		margin-bottom: 15px;
	}
	.testimonial-invild .ttm-btn {
    	margin-top: 5px;
	}
	.first-footer .featured-icon-box .featured-icon .ttm-icon{
		height: 35px;
    	width: 35px;
	}
	.first-footer .featured-icon-box .featured-icon .ttm-icon i{
		font-size: 18px;
	}
	.first-footer .featured-icon-box.style4 .featured-title h3{
		font-size: 17px;
		margin-bottom: 2px;
	}
	.first-footer .featured-icon-box.style4 .featured-title span{
		font-size: 15px;
	}
	.first-footer .featured-icon-box{
		margin: 0;
		margin: 5px 0;
	}
	.first-footer {
        padding: 30px 0 20px;
    }
	.footer .widget .widget-title, .foot-social h4{
		font-size: 25px;
	}
	.widget.widget_nav_menu ul li {
        font-size: 15px;
        padding-bottom: 5px;
    }
    .footer .widget{
    	margin-top: 10px;
    }
    .second-footer .textwidget.widget-text p{
    	padding: 0;
    	font-size: 15px;
    }
    .foot-map {
    	height: 130px;
	}
	.foot-social{
		margin: 20px 0 40px;
	}
	.foot-social ul li a i{
		width: 32px;
		height: 32px;
		line-height: 32px;
	}
	.copyright p{
		font-size: 14px;
		line-height: 20px;
	}
	#totop{
		right: 15px;
	}
	#totop.top-visible {
	    height: 40px;
	    width: 40px;
	    line-height: 40px;
	    font-size: 22px;
	}
	.footer .text-center{
		text-align: left !important;
	}
	.inner-about .about-img{
		width: 240px;
	}
	.title-desc strong{
		text-align: left;
	}
	.title-desc ul.about-list{
		column-count: 1;
	}
	.title-desc ul li{
		font-size: 15px;
    	line-height: 24px;
	}
	.inner-page-banner{
		display: block;
		text-align: center;
	}
	.inner-page-banner .text-end{
		text-align: center !important;
	}
	.ttm-page-title-row{
		padding: 40px 0;
	}
	.page-title-heading h1{
		font-size: 36px;
		line-height: 40px;
	}
	.breadcrumb-wrapper a, .breadcrumb-wrapper span{
		font-size: 15px;
	}
	.service-data h1{
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 8px;
	}
	.service-data p{
		font-size: 15px;
    	line-height: 24px;
	}
	.service-data img{
		width: 100%;
	}
	.service-data h3{
		font-size: 20px;
	}
	.service-data ul li{
		font-size: 15px;
    	line-height: 22px;
    	padding-left: 22px;
	}
	.service-data{
		padding: 20px;
	}
	.attachments, .inner-testimonials{
		padding: 48px 0;
	}
	.attach-data h2{
		font-size: 22px;
	}
	.attach-data p{
		font-size: 15px;
    	line-height: 22px;
	}
	.attach-data .ttm-btn{
		padding: 6px 14px;
	}
	.coming-soon h1{
		font-size: 46px;
	}
	.spacing-7 {
    	padding: 25px;
	}
	.contact-page .layer-content h3{
		font-size: 32px;
		line-height: 40px;
	}
	.contact-page .layer-content p{
		font-size: 15px;
		line-height: 23px;
	}
	.featured-icon-box.style9 .featured-icon .ttm-icon{
		width: 40px;
    	height: 40px;
	}
	.featured-icon-box.icon-align-before-content .featured-content{
		padding-left: 10px;
	}
	.featured-icon-box.style9 .featured-title h3{
		font-size: 20px;
	}
	.featured-icon-box.style9 .featured-title span{
		font-size: 15px;
	}
	.featured-icon-box.style9 {
    	margin: 12px 0;
	}
	.contact-page .ttm-bgcolor-skincolor, .contact-page .ttm-bgcolor-grey{
		height: auto;
	}
	.contact-page .ttm-bgcolor-grey{
		margin-top: 40px;
	}
	.wrap-form span.text-input{
		margin-bottom: 0;
	}
	.wrap-form.ttm-contactform span.text-input textarea {
    	height: 110px;
	}
	.wrap-form.ttm-contactform input[type="submit"] {
    	margin: 15px 0 3px;
    	padding: 8px 25px 8px;
	}
	.google-map{
    	height: 200px;
	}
	.contact-page .ttm-bgcolor-grey .section-title{
		margin-bottom: 15px;
	}
}