@charset "utf-8";
/*
/*	Copyright (c) 2022 CoddyThemes
/*	Author: CoddyThemes
/*	This file is made for CURRENT TEMPLATE


01) AMAR BASE
02) AMAR ABOUT
03) AMAR SERVICES
04) AMAR PROJECTS
05) AMAR NEWS
06) AMAR CONTACT
07) AMAR KENBURN HOMEPAGE
08) AMAR RIPPLE HOMEPAGE
09) AMAR TEXT HOMEPAGE
10) AMAR NEWS LIST
11) AMAR NEWS SINGLE
12) AMAR PORTFOLIO SINGLE
13) AMAR MEDIA QUERIES (FOR SMALL DEVIVES)


/*---------------------------------------------------*/
/*	01) AMAR BASE
/*---------------------------------------------------*/

html {
	overflow-x: hidden;
	padding: 0px;
	margin: 0px
}
body{
	font-family: "Poppins";
	font-size: 15px;
	line-height: 2.2;
	letter-spacing: 0.5px;
	word-wrap: break-word;
	font-weight: 400;
	background-color: #000;
	color: #fff;
}
svg{
	fill: currentcolor;
	width: 15px;
	height: 15px;
}
img.svg{
	width: 15px;
	height: 15px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #FFFFFF;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #FFFFFF;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #FFFFFF;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #FFFFFF;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #FFFFFF;
}

::placeholder { /* Most modern browsers support this now. */
   color: #FFFFFF;
}

.amar_tm_loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 11111111;
}
.amar_tm_loader-wrapper .loader {
    height: 1px;
    background-color: #fff;
    z-index: 11111111;
	position: absolute;
}
.amar_tm_all_wrap,
.amar_tm_all_wrap *{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.amar_tm_all_wrap{
	width: 100%;
	min-height: 100vh;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}
.amar_tm_wrap_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}
.amar_tm_section{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.amar_tm_content{
	width: 100%;
	height: auto;
	float: left;
	padding: 45px;
}

.amar_tm_all_wrap .header_wrap{
	width: 100%;
	height: auto;
	padding: 0px 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 30px;
	z-index: 10;
}
.amar_tm_all_wrap .header_wrap .logo_image{
	max-height: 40px;
	display: flex;
	align-items: center;
	width: auto;
	float: left;
}
.amar_tm_all_wrap .header_wrap .logo_image img{
	max-width: 100px;
	max-height: 60px;
}
.amar_tm_all_wrap .header_wrap .logo a{
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
}
.amar_tm_all_wrap .header_wrap .logo a h3{
	font-size: 23px;
	letter-spacing: 4px;
	font-weight: 700;
}
.amar_tm_all_wrap .trigger{
	width: 30px;
	height: 12px;
	position: relative;
}
.amar_tm_all_wrap .trigger a{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.amar_tm_all_wrap .trigger span{
	position: absolute;
	width: 30px;
	height: 3px;
	background-color: #FFFFFF;
	display: inline-block;
}
.amar_tm_all_wrap .trigger .two{margin-top: 12px;}
.amar_tm_menu{
	width: 400px;
	height: 100vh;
	background-color: #060606;
	position: fixed;
	right: -400px;
	z-index: 9;
}
.amar_tm_menu .nav_list{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.amar_tm_menu .nav_list ul{
	margin: 0px;
	list-style-type: none;
}
.amar_tm_menu .nav_list ul li{
	margin: 0px;
	list-style-type: none;
}
.amar_tm_menu .nav_list ul li:last-child{margin-bottom: 0px;}
.amar_tm_menu .nav_list ul li a{
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 700;
	padding-bottom: 2px;
	display: inline-block;
	font-family: "Saira";
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.amar_tm_menu .nav_list ul li a:hover{color: #E9204F;}
.amar_tm_hero_wrap{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 1;
}
.amar_tm_hero_wrap_video{
	width: 100%;
	height: 100vh;
	position: relative;
	top: 0px;
	opacity: 1;
}
.amar_tm_hero_wrap_video .overlay{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,.7);
}
.amar_tm_hero_wrap .overlay{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,.7);
}
.amar_tm_hero_wrap .texts_wrap,
.amar_tm_hero_wrap_video .texts_wrap{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.amar_tm_hero_wrap .texts_wrap .name_holder h3,
.amar_tm_hero_wrap_video .texts_wrap .name_holder h3{
	font-size: 75px;
}
.amar_tm_hero_wrap .texts_wrap .job_holder p,
.amar_tm_hero_wrap_video .texts_wrap .job_holder p{
	font-size: 18px;
	font-weight: 500;
	font-family: "Saira";
}
.amar_tm_down{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10%;
}
.amar_tm_down svg{
	width: 35px !important;
	height: 35px !important;
}
.amar_tm_down svg #wheel{
	animation: scroll ease 2s infinite;
}
@keyframes scroll {
    0% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(60px);
    }
}
.amar_tm_main_content{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}
#about{margin-top: 100vh;}

/*---------------------------------------------------*/
/*	02) AMAR ABOUT
/*---------------------------------------------------*/

.amar_tm_about_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 100px;
}
.amar_tm_about_wrap .author_image{
	width: 100%;
	max-width: 200px;
	height: 200px;
	margin: 0px auto;
	margin-bottom: 50px;
}
.amar_tm_about_wrap .author_image img{
	border-radius: 100%;
}
.amar_tm_about_wrap .author_info{
	width: 100%;
	max-width: 700px;
	height: auto;
	margin: 0px auto;
	text-align: center;
	margin-bottom: 30px;
}
.amar_tm_about_wrap .author_info p{
	color: #888;
}
.amar_tm_about_wrap .author_info p strong{
	color: #fff;
}
.amar_tm_about_wrap .sign{
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 90px;
}

/*---------------------------------------------------*/
/*	03) AMAR SERVICES
/*---------------------------------------------------*/


.amar_tm_services.amar_tm_waypoint_effect.load ul li{
	opacity: 1;
	top: 0px;
}
.amar_tm_services{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 40px;
}
.amar_tm_services ul{
	margin: 0px 0px 0px -50px;
	list-style-type: none;
}
.amar_tm_services ul li{
	margin: 0px 0px 50px 0px;
	padding-left: 50px;
	float: left;
	width: 33.3333%;
	opacity: 0;
	position: relative;
	top: 30px;
	
	-webkit-transition: all .7s ease;
	   -moz-transition: all .7s ease;
	    -ms-transition: all .7s ease;
	     -o-transition: all .7s ease;
	        transition: all .7s ease;
}
.amar_tm_services ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	background-color: #060606;
	padding: 50px 40px;
	border-radius: 3px;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
}
.amar_tm_services ul li .inner:before{
	position: absolute;
	content: "";
	width: 0%;
	height: 3px;
	background-color: #E9204F;
	left: 50%;
	bottom: 0px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.amar_tm_services ul li .inner:hover:before{width: 50%;}
.amar_tm_services ul li .inner:after{
	position: absolute;
	content: "";
	width: 0%;
	height: 3px;
	background-color: #E9204F;
	right: 50%;
	bottom: 0px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.amar_tm_services ul li .inner:hover:after{width: 50%;}
.amar_tm_services ul li .inner .svg{
	width: 40px;
	height: 40px;
	color: #E9204F;
}
.amar_tm_services ul li .inner h3{
	font-size: 22px;
	margin-bottom: 14px;
}
.amar_tm_services ul li .inner p{color: #999;}

/*---------------------------------------------------*/
/*	04) AMAR PROJECTS
/*---------------------------------------------------*/

.amar_tm_projects_wrap.amar_tm_waypoint_effect.load .amar_tm_portfolio_list > li{
	opacity: 1;
	top: 0px;
}
.amar_tm_projects_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 80px;
}
.amar_tm_portfolio_list{
	list-style-type:none;
	margin: 0px 0px 50px -50px;
}
.amar_tm_portfolio_list > li{
	width:33.3333%;
	float:left;
	position:relative;
	margin: 0px 0px 50px 0px;
	padding-left: 50px;
	top: 30px;
	opacity: 0;
	
	-webkit-transition: all .7s ease;
	   -moz-transition: all .7s ease;
	    -ms-transition: all .7s ease;
	     -o-transition: all .7s ease;
	        transition: all .7s ease;
}
.amar_tm_portfolio_list .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}
.amar_tm_portfolio_list .list_inner .image_wrap{
	position: relative;
	top: 0px;
}
.amar_tm_portfolio_list .list_inner .image_wrap .main_image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transform: translateZ(0);
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.amar_tm_portfolio_list .list_inner .overlay{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	background-color: rgba(233,32,79,.92);
	opacity: 0;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.amar_tm_portfolio_list .list_inner .overlay_text{
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 2;
	opacity: 0;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.amar_tm_portfolio_list .list_inner .full_link{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 3;
}
.amar_tm_portfolio_list .list_inner .overlay_text h3{font-size: 22px;}
.amar_tm_portfolio_list .list_inner .overlay_text span{font-family: "Saira";}
.amar_tm_portfolio_list .list_inner:hover .main_image{transform: scale(1.2,1.2);	}
.amar_tm_portfolio_list .list_inner:hover .overlay{opacity: 1;}
.amar_tm_portfolio_list .list_inner:hover .overlay_text{opacity: 1;}
.amar_tm_load_more{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	text-align: center;
}
.amar_tm_load_more a{
	text-decoration: none;
    color: #000;
    display: inline-block;
    background-color: #fff;
    padding: 8px 40px;
    border-radius: 3px;
    font-family: "Saira";
    font-weight: 500;
    position: relative;
    overflow: hidden;
}
.amar_tm_load_more a span{color: #000000;}
.amar_tm_load_more a span.change{color: #fff;}
.amar_tm_load_more .inner{position: relative;}
.amar_tm_load_more .svg{
	width: 55px;
	height: 55px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
}
.amar_tm_load_more .svg.animate{opacity: 1;}
.amar_tm_load_more.stop a{cursor: crosshair;}
.amar_tm_load_more a.opened{color: #fff;}

/*---------------------------------------------------*/
/*	05) AMAR NEWS
/*---------------------------------------------------*/

.amar_tm_news_wrap.amar_tm_waypoint_effect.load ul li{
	opacity: 1;
	top: 0px;
}
.amar_tm_news_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 40px;
}
.amar_tm_news_wrap ul{
	margin: 0px 0px 0px -50px;
	list-style-type: none;
}
.amar_tm_news_wrap ul li{
	margin: 0px 0px 50px 0px;
	width: 33.3333%;
	float: left;
	padding-left: 50px;
	position: relative;
	top: 30px;
	opacity: 0;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.amar_tm_news_wrap ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	background-color: #060606;
}
.amar_tm_news_wrap ul li .inner .image_wrap{position: relative;}
.amar_tm_news_wrap ul li .inner .image_wrap img{min-width: 100%;}
.amar_tm_news_wrap ul li .inner .image_wrap .main_image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.amar_tm_news_wrap ul li .inner .image_wrap .full_link{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
}
.amar_tm_news_wrap ul li .inner .descriptions_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 30px 40px 50px 40px;
	position: relative;
}
.amar_tm_news_wrap ul li .inner .descriptions_wrap:before{
	position: absolute;
	content: "";
	width: 0%;
	height: 3px;
	background-color: #E9204F;
	left: 50%;
	bottom: 0px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.amar_tm_news_wrap ul li .inner:hover .descriptions_wrap:before{width: 50%;}
.amar_tm_news_wrap ul li .inner .descriptions_wrap:after{
	position: absolute;
	content: "";
	width: 0%;
	height: 3px;
	background-color: #E9204F;
	right: 50%;
	bottom: 0px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.amar_tm_news_wrap ul li .inner:hover .descriptions_wrap:after{width: 50%;}
.amar_tm_news_wrap ul li .inner .descriptions_wrap .date_wrap span{
	color: #fff;
	line-height: 1.7;
	display: inline-block;
	font-family: "Saira";
}
.amar_tm_news_wrap ul li .inner .descriptions_wrap .date_wrap span a{
	text-decoration: none;
	color: #fff;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.amar_tm_news_wrap ul li .inner .descriptions_wrap .date_wrap span a:hover{color: #E9204F;}
.amar_tm_news_wrap ul li .inner .descriptions_wrap .title{margin-bottom: 14px;}
.amar_tm_news_wrap ul li .inner .descriptions_wrap .title a{
	text-decoration: none;
	color: #FFFFFF;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.amar_tm_news_wrap ul li .inner .descriptions_wrap .title a:hover{color: #E9204F;}
.amar_tm_news_wrap ul li .inner .descriptions_wrap .title h3{font-size: 22px;}
.amar_tm_news_wrap ul li .inner .descriptions_wrap .text{margin-bottom: 23px;}
.amar_tm_news_wrap ul li .inner .descriptions_wrap .text p{color: #999;}

/*---------------------------------------------------*/
/*	06) AMAR CONTACT
/*---------------------------------------------------*/

.amar_tm_contact_wrap.amar_tm_waypoint_effect.load .leftpart{
	opacity: 1;
	top: 0px;
}
.amar_tm_contact_wrap.amar_tm_waypoint_effect.load .rightpart{
	opacity: 1;
	top: 0px;
}
.amar_tm_contact_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 90px;
}
.amar_tm_contact_wrap .leftpart{
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	opacity: 0;
	top: 30px;
	padding-bottom: 50px;
	
	-webkit-transition: all .7s ease;
	   -moz-transition: all .7s ease;
	    -ms-transition: all .7s ease;
	     -o-transition: all .7s ease;
	        transition: all .7s ease;
}
.amar_tm_contact_wrap .leftpart ul{
	margin: 0px;
	list-style-type: none;
}
.amar_tm_contact_wrap .leftpart ul li{
	margin: 0px 0px 14px 0px;
	width: 33.3333%;
	float: left;
	text-align: center;
}
.amar_tm_contact_wrap .leftpart ul li:last-child{margin-bottom: 0px;}
.amar_tm_contact_wrap .leftpart ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}
.amar_tm_contact_wrap .leftpart ul li span{
	font-family: "Saira";
	display: block;
}
.amar_tm_contact_wrap .leftpart ul li span a{
	color: #fff;
	text-decoration: none;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.amar_tm_contact_wrap .leftpart ul li span a:hover{color: #E9204F;}
.amar_tm_contact_wrap .leftpart ul li .svg{
	width: 20px;
	height: 20px;
	color: #E9204F;
}
.amar_tm_contact_wrap .rightpart{
	width: 100%;
	position: relative;
	margin-top: -17px;
	top: 30px;
	opacity: 0;
	
	-webkit-transition: all .7s ease;
	   -moz-transition: all .7s ease;
	    -ms-transition: all .7s ease;
	     -o-transition: all .7s ease;
	        transition: all .7s ease;
}
.amar_tm_contact_wrap .contact_list_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.amar_tm_contact_wrap .contact_list_wrap .first_row{
	width: 100%;
	float: left;
	display: flex;
	margin-bottom: 50px;
}
.amar_tm_contact_wrap .contact_list_wrap .first_row .first{
	padding-right: 20px;
	width: 50%;
}
.amar_tm_contact_wrap .contact_list_wrap .first_row .second{
	padding-left: 20px;
	width: 50%;
}
.amar_tm_contact_wrap .contact_list_wrap .first_row .first input,
.amar_tm_contact_wrap .contact_list_wrap .first_row .second input{
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,.3);
	color: #fff;
	padding-left: 0px !important;
	text-align: center;
	
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}
.amar_tm_contact_wrap .contact_list_wrap .first_row .first input:focus,
.amar_tm_contact_wrap .contact_list_wrap .first_row .second input:focus{
	outline: none;
	border-bottom-color: rgba(255,255,255,1)
}
.amar_tm_contact_wrap .contact_list_wrap .second_row{
	width: 100%;
	float: left;
	margin-bottom: 24px;
}
.amar_tm_contact_wrap .contact_list_wrap .second_row textarea{
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,.3);
	resize: none;
	color: #fff;
	padding-left: 0px !important;
	height: 44px;
	text-align: center;
	
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}
.amar_tm_contact_wrap .contact_list_wrap .second_row textarea:focus{
	outline: none;
	border-bottom-color: rgba(255,255,255,1)
}
.amar_tm_contact_wrap .empty_notice{
	color: #F52225;
	margin-bottom: 7px;
	display: none;
	text-align: center;
	font-weight: 500;
}
.amar_tm_contact_wrap .contact_error{
	color: #F52225;
	text-align: center;
	font-weight: 500;
}
.amar_tm_contact_wrap .returnmessage{
	color:#F52225;
	margin-bottom: 7px;
	text-align: center;
	font-weight: 500;
}

/*---------------------------------------------------*/
/*	07) AMAR COPYRIGHT
/*---------------------------------------------------*/

.amar_tm_copyright_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #060606;
	padding: 70px 20px;
}
.amar_tm_copyright_wrap .inner_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

/** AUDIO **/
.amar_tm_music_wrap .sound_condition{
    width: 80px;
	font-weight: 600;
    font-size: 13px;
    line-height: 38px;
    height: 27px;
    color: #fff;
}
.audio-on .amar_tm_music_wrap .sound_condition .off, 
.audio-off .amar_tm_music_wrap .sound_condition .on{
    display: none;
}
.amar_tm_music_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    visibility: hidden;
	cursor: pointer;
}
.amar_tm_music_wrap .visualization {
    display: flex;
	align-items: flex-end;
    padding-bottom: 1px;
    width: 16px;
    height: 21px;
}
.amar_tm_music_wrap .visualization span {
    display: inline-flex;
	background: #fff;
    margin: 0px 1px 0px 1px;
    width: 2px;
    height: 5px;
}
.audio-on .amar_tm_music_wrap .visualization span:nth-child(1) {
    -moz-animation: musicline 2s 0.5s ease-out alternate infinite;
    -webkit-animation: musicline 2s 0.5s ease-out alternate infinite;
    animation: musicline 2s 0.5s ease-out alternate infinite;
}  

.audio-on .amar_tm_music_wrap .visualization span:nth-child(2) {
    -moz-animation: musicline 2s 1s ease-out alternate infinite;
    -webkit-animation: musicline 2s 1s ease-out alternate infinite;
    animation: musicline 2s 1s ease-out alternate infinite;
} 

.audio-on .amar_tm_music_wrap .visualization span:nth-child(3) {
    -moz-animation: musicline 2s 1.5s ease-out alternate infinite;
    -webkit-animation: musicline 2s 1.5s ease-out alternate infinite;
    animation: musicline 2s 1.5s ease-out alternate infinite;
}

.audio-on .amar_tm_music_wrap .visualization span:nth-child(4) {
    -moz-animation: musicline 2s 0.25s ease-out alternate infinite;
    -webkit-animation: musicline 2s 0.25s ease-out alternate infinite;
    animation: musicline 2s 0.25s ease-out alternate infinite;
}

@keyframes musicline {
    0% {
        height: 5px
    }
    10% {
        height: 10px
    }
    20% {
        height: 5px
    }
    30% {
        height: 14px
    }
    40% {
        height: 18px
    }
    50% {
        height: 5px
    }
    60% {
        height: 16px
    }
    70% {
        height: 10px
    }
    80% {
        height: 12px
    }
    90% {
        height: 4px
    }
    100% {
        height: 18px
    }
}

/** /AUDIO **/

.copyright{
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
.copyright a{color:#fff;}

/*---------------------------------------------------*/
/*	07) AMAR KENBURN HOMEPAGE
/*---------------------------------------------------*/

.amar_tm_home_hero .kenburn_wrap{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

/*---------------------------------------------------*/
/*	08) AMAR RIPPLE HOMEPAGE
/*---------------------------------------------------*/

.amar_tm_home_hero.ripple_animation{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	background-image: url(..//img/slider/2.jpg);
}

/*---------------------------------------------------*/
/*	09) AMAR TEXT HOMEPAGE
/*---------------------------------------------------*/

.amar_tm_animation_text_word{
	font-family: "Saira";
	color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}
/*---------------------------------------------------*/
/*	10) AMAR NEWS LIST
/*---------------------------------------------------*/

.amar_tm_flex_box{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	padding-top: 100px;
	margin-bottom: 100px;
}
.amar_tm_flex_box .flex_left{
	width: 72%;
	height: auto;
}
.amar_tm_flex_box .flex_right{
	width: 28%;
	height: auto;
	margin-left: 50px;
}
.amar_tm_news_list_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.amar_tm_news_list_wrap.amar_tm_waypoint_effect.load ul li{
	top: 0px;
	opacity: 1;
}
.amar_tm_news_list_wrap ul{
	margin: 0px;
	list-style-type: none;
}
.amar_tm_news_list_wrap ul li{
	margin: 0px 0px 50px 0px;
	width: 100%;
	float: left;
	position: relative;
	top: 30px;
	opacity: 0;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.amar_tm_news_list_wrap ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	background-color: #060606;
}
.amar_tm_news_list_wrap ul li .inner .image_wrap{position: relative;}
.amar_tm_news_list_wrap ul li .inner .image_wrap img{min-width: 100%;}
.amar_tm_news_list_wrap ul li .inner .image_wrap .main_image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.amar_tm_news_list_wrap ul li .inner .image_wrap .full_link{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
}
.amar_tm_news_list_wrap ul li .inner .descriptions_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 30px 40px 50px 40px;
	position: relative;
}
.amar_tm_news_list_wrap ul li .inner .descriptions_wrap:before{
	position: absolute;
	content: "";
	width: 0%;
	height: 3px;
	background-color: #E9204F;
	left: 50%;
	bottom: 0px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.amar_tm_news_list_wrap ul li .inner:hover .descriptions_wrap:before{width: 50%;}
.amar_tm_news_list_wrap ul li .inner .descriptions_wrap:after{
	position: absolute;
	content: "";
	width: 0%;
	height: 3px;
	background-color: #E9204F;
	right: 50%;
	bottom: 0px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.amar_tm_news_list_wrap ul li .inner:hover .descriptions_wrap:after{width: 50%;}
.amar_tm_news_list_wrap ul li .inner .descriptions_wrap .date_wrap span{
	color: #fff;
	line-height: 1.7;
	display: inline-block;
	font-family: "Saira";
}
.amar_tm_news_list_wrap ul li .inner .descriptions_wrap .date_wrap span a{
	text-decoration: none;
	color: #fff;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.amar_tm_news_list_wrap ul li .inner .descriptions_wrap .date_wrap span a:hover{color: #E9204F;}
.amar_tm_news_list_wrap ul li .inner .descriptions_wrap .title{margin-bottom: 14px;}
.amar_tm_news_list_wrap ul li .inner .descriptions_wrap .title a{
	text-decoration: none;
	color: #FFFFFF;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.amar_tm_news_list_wrap ul li .inner .descriptions_wrap .title a:hover{color: #E9204F;}
.amar_tm_news_list_wrap ul li .inner .descriptions_wrap .title h3{font-size: 22px;}
.amar_tm_news_list_wrap ul li .inner .descriptions_wrap .text{margin-bottom: 23px;}
.amar_tm_news_list_wrap ul li .inner .descriptions_wrap .text p{color: #999;}
.amar_tm_news_list_wrap .news_load_more_button{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.amar_tm_news_list_wrap .news_load_more_button a{
	text-decoration: none;
    color: #000;
    display: inline-block;
    background-color: #fff;
    padding: 8px 40px;
	width: 100%;
	text-align: center;
    border-radius: 3px;
    font-family: "Saira";
    font-weight: 500;
}
.amar_tm_sidebar_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.amar_tm_sidebar_wrap .search_wrap{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	margin-bottom: 37px;
}
.amar_tm_sidebar_wrap .search_wrap input[type="text"]{
	background-color: transparent;
	border: 1px solid rgba(255,255,255,.2);
	width: 100%;
	color: #fff;
	height: 50px;
	padding-left: 15px !important;
	padding-right: 40px !important;
}
.amar_tm_sidebar_wrap .search_wrap input[type="text"]:focus{outline: none;}
.amar_tm_sidebar_wrap .search_wrap input[type="submit"]{
	width: 40px;
	height: 49px;
	background-color: transparent;
	text-transform: capitalize;
	position: absolute;
	top: 1px;
	right: 0px;
}
.amar_tm_sidebar_wrap .search_wrap input[type="submit"]:focus{outline: none;}
.amar_tm_sidebar_wrap .search_wrap .svg{
	position: absolute;
	top: 19px;
	right: 15px;
}
.amar_tm_sidebar_wrap .sidebar_list_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.amar_tm_sidebar_wrap .sidebar_list_wrap > ul{
	margin: 0px;
	list-style-type: none;
}
.amar_tm_sidebar_wrap .sidebar_list_wrap > ul > li{
	margin: 0px 0px 37px 0px;
	width: 100%;
	float: left;
}
.amar_tm_sidebar_wrap .sidebar_list_wrap > ul > li:last-child{margin-bottom: 0px;}
.amar_tm_sidebar_wrap .sidebar_list_wrap > ul > li:nth-child(1){margin-bottom: 26px;}
.amar_tm_sidebar_wrap .sidebar_list_wrap > ul > li:nth-child(4){margin-bottom: 32px;}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .title_holder{
	width: 100%;
	float: left;
}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .title_holder h3{
	position: relative;
	text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .title_holder h3:before{
	position: absolute;
	content: "";
	width: 32px;
	height: 2px;
	background-color: #fff;
	left: 0px;
	bottom: -8px;
}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .author_image{
	padding-top: 57px;
	margin-bottom: 16px;
}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .description p{color: #999;}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 38px;
}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul{
	margin: 0px;
	list-style-type: none;
}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li{
	margin: 0px 0px 30px 0px;
	width: 100%;
	float: left;
}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li:last-child{margin-bottom: 0px;}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li .title_date{
	padding-left: 120px;
	position: relative;
	top: 6px;
}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li .title_date h3{font-size: 15px;			}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li .title_date h3 a{
	text-decoration: none;
	color: #999;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li:hover .title_date h3 a{color: #fff;}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li .title_date span{
	font-family: "Saira";
	font-size: 13px;color: #999;
}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li .post_image{
	position: absolute;
	width: 30%;
	top: 0px;
	left: 0px;
}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li .post_image .image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li .amar_tm_post_full_link{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 6;
}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list .overlay_post{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
	background-color: rgba(0,0,0,.5);
	display: none;
}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .list_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 25px;
}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .list_wrap ul{
	margin: 0px;
	list-style-type: none;
}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .list_wrap ul li{
	margin: 0px 0px 15px 0px;
	width: 100%;
	float: left;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .list_wrap ul li:last-child{margin-bottom: 0px;}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .list_wrap ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .list_wrap ul li .inner a{
	text-decoration: none;
	color: #999;
	font-family: "Saira";
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .list_wrap ul li .inner a:hover{color: #fff;}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .list_wrap ul li .inner .right span{
	color: #999;
	font-family: "Saira";
}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .tags{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 30px;
}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .tags ul{
	margin: 0px;
	list-style-type: none;
}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .tags ul li{
	margin: 0px 1px 5px 0px;
	display: inline-block;
}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .tags ul li a{
	text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    background-color: rgba(255,255,255,.05);
    padding: 5px 20px;
    text-transform: capitalize;
    font-size: 13px;
    font-family: "Saira";
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .tags ul li a:hover{
	background-color: #fff;
	color: #000000;
}

/*---------------------------------------------------*/
/*	11) AMAR NEWS SINGLE
/*---------------------------------------------------*/

.amar_tm_news_single_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.amar_tm_news_single_wrap .news_content{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.amar_tm_news_single_wrap .news_content .short_details{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 22px;
	opacity: 0;
	position: relative;
	top: 10px;
	
	-webkit-transition: all .7s ease;
	   -moz-transition: all .7s ease;
	    -ms-transition: all .7s ease;
	     -o-transition: all .7s ease;
	        transition: all .7s ease;
}
.amar_tm_news_single_wrap .news_content.amar_tm_waypoint_effect.load .short_details{
	opacity: 1;
	top: 0px;
}
.amar_tm_news_single_wrap .news_content .short_details ul{
	margin: 0px;
	list-style-type: none;
}
.amar_tm_news_single_wrap .news_content .short_details ul li{
	margin: 0px 20px 0px 0px;
	float: left;
}
.amar_tm_news_single_wrap .news_content .short_details ul li span{
	color: #FFFFFF;
	text-transform: capitalize;
	display: inline-block;
	padding-left: 7px;
	font-size: 12px;
	font-weight: 600;
}
.amar_tm_news_single_wrap .news_content .short_details ul li a{
	text-decoration: none;
	color: #FFFFFF;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.amar_tm_news_single_wrap .news_content .short_details ul li a:hover{color: #E9204F;}
.amar_tm_news_single_wrap .news_content .short_details ul li .svg{
	color: #E9204F;
	position: relative;
	top: 2px;
}
.amar_tm_news_single_wrap .news_content .desriptions_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom:25px;
}
.amar_tm_news_single_wrap .news_content .desriptions_wrap p{
	margin-bottom: 13px;
	color: #999;
	line-height: 3;
	opacity: 0;
	
	-webkit-transition: all .7s ease;
	   -moz-transition: all .7s ease;
	    -ms-transition: all .7s ease;
	     -o-transition: all .7s ease;
	        transition: all .7s ease;
}
.amar_tm_news_single_wrap .news_content.amar_tm_waypoint_effect.load .desriptions_wrap p{
	opacity: 1;
	line-height: 2.2;
}
.amar_tm_news_single_wrap .news_content .desriptions_wrap blockquote{
	margin-bottom: 13px;
	border-left: 3px solid #E9204F;
	padding: 10px 0px 10px 20px;
	font-style: italic;
}
.amar_tm_news_single_wrap .news_content .content_image{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 13px;
}
.amar_tm_news_single_wrap .news_content .content_image ul{
	margin: 0px 0px 0px -35px;
	list-style-type: none;
}
.amar_tm_news_single_wrap .news_content .content_image ul li{
	margin: 0px 0px 25px 0px;
	width: 50%;
	padding-left: 35px;
	float: left;
}
.amar_tm_news_single_wrap .news_content .content_image ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}
.amar_tm_news_single_wrap .news_content .content_image ul li .inner .image_wrap{position: relative;}
.amar_tm_news_single_wrap .news_content .content_image ul li .inner .image_wrap .image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.amar_tm_news_single_wrap .news_content .content_image ul li .inner .overlay{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,.4);
	z-index: 1;
}
.amar_tm_news_single_wrap .tags{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 40px;
}
.amar_tm_news_single_wrap .tags span{
	display: inline-block;
	color: #FFFFFF;
	padding-right: 30px;
	font-family: "Saira";
}
.amar_tm_news_single_wrap .tags ul{
	margin: 0px;
	list-style-type: none;
	display: inline;
}
.amar_tm_news_single_wrap .tags ul li{
	margin: 0px 10px 10px 0px;
	display: inline-block;
}
.amar_tm_news_single_wrap .tags ul li:last-child{margin-bottom: 0px;}
.amar_tm_news_single_wrap .tags ul li a{
	text-decoration: none;
	color: #FFFFFF;
	display: inline-block;
	background-color: rgba(255,255,255,.05);
	padding: 5px 20px;
	text-transform: capitalize;
	font-size: 13px;
	font-family: "Saira";
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.amar_tm_news_single_wrap .tags ul li a:hover{
	color: #000000;
	background-color: #fff;
}
.amar_tm_commentbox_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.amar_tm_commentbox_wrap .inner_wrap{
	width: 100%;
	height: auto;
	background-color: rgba(255,255,255,.05);
	clear: both;
	float: left;
	padding: 50px 0px 41px 0px;
}
.amar_tm_commentbox_wrap .inner_wrap .desriptions_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 0px 40px;
	margin-bottom: 46px;
}
.amar_tm_commentbox_wrap .title h3{
	color: #FFFFFF;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
}
.amar_tm_commentbox_wrap .wp{
	position: relative;
	padding-left: 90px;
}
.amar_tm_commentbox_wrap .wp .avatar{
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	top: 12px;
	left: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(..//img/clients/1.jpg);
}
.amar_tm_commentbox_wrap .wp p{color: #999;}
.amar_tm_commentbox_wrap .wp h3 a{
	color: #FFFFFF;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
	text-transform: capitalize;
	text-decoration: none;
}
.amar_tm_commentbox_wrap .wp .date{
	color: #888888;
	font-size: 13px;
	margin-bottom: 12px;
	display: inline-block;
}
.amar_tm_commentbox_wrap .wp .text a{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 600;
	font-family: "Saira";
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.amar_tm_commentbox_wrap .wp .text a:hover{color: #E9204F;}
.amar_tm_commentbox_wrap .reply_comment_wrap{
	width: 100%;
	height: 200px;
	float: left;
}
.amar_tm_commentbox_wrap .reply_comment_wrap .title{
	color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}
.amar_tm_commentbox_wrap .reply_comment_wrap{
	width: 100%;
	float: left;
	height: auto;
	clear: both;
	padding: 0px 40px;
}
.amar_tm_commentbox_wrap .reply_comment_wrap .input_list_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.amar_tm_commentbox_wrap .reply_comment_wrap .input_list_wrap .input_row{
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 22px;
}
.amar_tm_commentbox_wrap .reply_comment_wrap .input_list_wrap .input_row input{
	width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(221,221,221,.3);
    color: #FFFFFF;
    padding-left: 0px !important;
	
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}
.amar_tm_commentbox_wrap .reply_comment_wrap .input_list_wrap .input_row input:focus{
	outline: none;
	border-bottom-color: rgba(221,221,221,1.00)
}
.amar_tm_commentbox_wrap .reply_comment_wrap .input_list_wrap .input_row textarea{
	width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(221,221,221,.3);
    resize: none;
    color: #FFFFFF;
    padding-left: 0px !important;
    height: 44px;
    
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}
.amar_tm_commentbox_wrap .reply_comment_wrap .input_list_wrap .input_row textarea:focus{
	outline: none;
	border-bottom-color: rgba(221,221,221,1.00);
}

/*---------------------------------------------------*/
/*	12) AMAR PORTFOLIO SINGLE
/*---------------------------------------------------*/

.amar_tm_portfolio_single_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.amar_tm_portfolio_single_wrap .single_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 83px;
}
.amar_tm_portfolio_single_wrap .single_descriptions_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	padding-top: 80px;
}
.amar_tm_portfolio_single_wrap .single_descriptions_wrap .leftbox{
	width: 60%;
	float: left;
	padding-right: 50px;
}
.amar_tm_portfolio_single_wrap .single_descriptions_wrap .leftbox p{color: #999;}
.amar_tm_portfolio_single_wrap .single_descriptions_wrap .leftbox h3{
	color: #FFFFFF;
    text-transform: capitalize;
    font-size: 21px;
    position: relative;
	margin-bottom: 19px;
	top: 10px;
	
	-webkit-transition: all .7s ease;
	   -moz-transition: all .7s ease;
	    -ms-transition: all .7s ease;
	     -o-transition: all .7s ease;
	        transition: all .7s ease;
}
.amar_tm_portfolio_single_wrap .single_descriptions_wrap .rightbox{
	width: 40%;
	float: left;color: #fff;
	padding-left: 50px;
}
.amar_tm_portfolio_single_wrap .single_descriptions_wrap .rightbox .detail{
	color: #FFFFFF;
    text-transform: capitalize;
    font-size: 21px;
    position: relative;
	margin-bottom: 22px;
	top: 10px;
}
.amar_tm_portfolio_single_wrap .single_descriptions_wrap .rightbox ul{
	margin: 0px;
	list-style-type: none;
}
.amar_tm_portfolio_single_wrap .single_descriptions_wrap .rightbox ul li{
	margin: 0px 0px 4px 0px;
	position: relative;
	padding-left: 25px;
}
.amar_tm_portfolio_single_wrap .single_descriptions_wrap .rightbox ul li:last-child{margin-bottom: 0px;}
.amar_tm_portfolio_single_wrap .single_descriptions_wrap .rightbox ul li span{
	display: inline-block;
	color: #999;
}
.amar_tm_portfolio_single_wrap .single_descriptions_wrap .rightbox ul li span.first{
	min-width: 150px;
	color: #fff;
	position: relative;
}
.amar_tm_portfolio_single_wrap .single_descriptions_wrap .rightbox ul li .svg{
	position: absolute;
	left: 0px;
	top: 9px;
	color: #E9204F;
}
.amar_tm_portfolio_single_wrap .single_descriptions_wrap .rightbox ul li span.second a{
	text-decoration: none;
	color: #999;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.amar_tm_portfolio_single_wrap .single_descriptions_wrap .rightbox ul li span.second a:hover{color: #fff;}
.amar_tm_portfolio_single_wrap .extra_images_list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 90px;
}
.amar_tm_portfolio_single_wrap .extra_images_list ul{
	margin: 0px;
	list-style-type: none;
}
.amar_tm_portfolio_single_wrap .extra_images_list ul li{
	margin: 0px 0px 50px 0px;
	width: 100%;
	float: left;
	position: relative;
}
.amar_tm_portfolio_single_wrap .extra_images_list ul li:last-child{margin-bottom: 33px;}
.amar_tm_portfolio_single_wrap .extra_images_list ul li .overlay{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,.5);
}
.amar_tm_pagination_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.amar_tm_pagination_wrap a{
	text-decoration: none;
	color: #fff;
	font-size: 21px;
	text-transform: capitalize;
	font-weight: 600;
	font-family: "Saira";
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.amar_tm_pagination_wrap a:hover{color: #E9204F;}

.amar_tm_main_title{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	text-align: center;
	padding-bottom: 90px;
}
.amar_tm_main_title.hero{padding-bottom: 0px;}
.amar_tm_main_title span{
	text-transform: uppercase;
	color: #E9204F;
	font-size: 14px;
	font-weight: 600;
	font-family: "Saira";
}
.amar_tm_button{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.amar_tm_button a{
	text-decoration: none;
	color: #000;
	display: inline-block;
	background-color: #fff;
	padding: 8px 40px;
	border-radius: 3px;
	font-family: "Saira";
	font-weight: 500;
	position: relative;
	overflow: hidden;
}
.amar_tm_button[data-position="left"]{text-align: left;}
.amar_tm_button[data-position="center"]{text-align: center;}
.amar_tm_button[data-position="right"]{text-align: right;}
.amar_tm_button.news{text-align: center;}
.amar_tm_button.news a{width: 100%;}
#list_news{margin-top: 100vh;}
#single{margin-top: 100vh;}
#intro{margin-top: 100vh;}

/*---------------------------------------------------*/
/*	13) AMAR MEDIA QUERIES (FOR SMALL DEVIVES)
/*---------------------------------------------------*/

@media (max-width: 1200px) {
	.amar_tm_services ul li{width: 50%;}
	.amar_tm_portfolio_list > li{width: 50%;}
	.amar_tm_news_wrap ul li{width: 50%;}
	.amar_tm_portfolio_single_wrap .single_descriptions_wrap{flex-direction: column;}
	.amar_tm_portfolio_single_wrap .single_descriptions_wrap .leftbox{width: 100%;padding-right: 0px;margin-bottom: 30px;}
	.amar_tm_portfolio_single_wrap .single_descriptions_wrap .rightbox{width: 100%;padding-left: 0px;}
	.amar_tm_flex_box{flex-direction: column;}
	.amar_tm_flex_box .flex_left{width: 100%;margin-bottom: 50px;}
	.amar_tm_flex_box .flex_right{margin-left: 0px;width: 100%;}
	.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li .post_image{position: relative;width: 100%;}
	.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list .overlay_post{display: block;}
	.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li .title_date{position: absolute;z-index: 4;left: 10px;bottom: 10px;padding-left: 0px;top: auto;}
	.amar_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li .title_date h3 a{color: #fff;}
}
@media (max-width: 1040px) {
	.amar_tm_menu .nav_list ul li a{font-size: 20px;line-height: 1;}
	.amar_tm_all_wrap .header_wrap .logo_image img{max-width: 70px;max-height: 50px;}
	.amar_tm_contact_wrap{flex-direction: column;}
	.amar_tm_contact_wrap .leftpart{padding-right: 0px;width: 100%;margin-bottom: 40px;}
	.amar_tm_contact_wrap .rightpart{width: 100%;margin-top: 0px;}
	.pointer{display: none;}
	.amar_tm_intro_wrap ul li{width: 100%;}
	.amar_tm_all_wrap .header_wrap{background-color: rgba(0,0,0,1.00);top: 0px;padding: 20px 40px;border-bottom: 1px solid rgba(255,255,255,.2);}
	.amar_tm_loader-wrapper{display: none;}
}
@media (max-width: 768px) {
	.amar_tm_services ul li{width: 100%;}
	.amar_tm_portfolio_list > li{width: 100%;}
	.amar_tm_news_wrap ul li{width: 100%;}
	.amar_tm_contact_wrap .contact_list_wrap .first_row{flex-direction: column;}
	.amar_tm_contact_wrap .contact_list_wrap .first_row .first{width: 100%;padding-right: 0px;margin-bottom: 25px;}
	.amar_tm_contact_wrap .contact_list_wrap .first_row .second{width: 100%;padding-left: 0px;}
	.amar_tm_main_title h3{font-size: 25px;}
	.amar_tm_menu{right: -400px;}
	.amar_tm_menu .nav_list{padding-right: 40px;}
	.amar_tm_home_hero .overlay_texts{padding: 0px 20px;}
	.amar_tm_wrap_inner{padding: 0px;}
	.amar_tm_services ul li .inner{padding: 40px 30px;}
	.amar_tm_news_wrap ul li .inner .descriptions_wrap{padding: 20px 30px 40px 30px;}
	.amar_tm_news_single_wrap .news_content .content_image ul li{width: 100%;}
	.amar_tm_commentbox_wrap .inner_wrap .desriptions_wrap{padding: 0px 20px;}
	.amar_tm_commentbox_wrap .wp .avatar{display: none;}
	.amar_tm_commentbox_wrap .wp{padding-left: 0px;}
	.amar_tm_commentbox_wrap .reply_comment_wrap{padding: 0px 20px;}
	.amar_tm_news_single_wrap .tags span{display: none;}
	.amar_tm_music_wrap{display: none;}
	.amar_tm_hero_wrap .texts_wrap .name_holder h3{font-size: 50px;}
	.copyright{padding-top: 0px;}
	.amar_tm_contact_wrap .leftpart ul li{width: 100%;}
}
@media (max-width: 480px) {
	.amar_tm_pagination_wrap{flex-direction: column;}
	.amar_tm_hero_wrap .texts_wrap .name_holder h3{font-size: 35px;}
}	