@import url('https://fonts.googleapis.com/css?family=Avenir&display=swap');
@font-face {
  font-family: Avenir;
  src: url(Avenir.ttc);
}
/*-------------------Home Page-----------------*/
body{
	color: #707070
}
body{
	font-family: 'Avenir', sans-serif !important;
	margin: 0;
	transition: all 0.25s ease;
}
#collapsibleNavbar{
	justify-content: flex-end;
}
/*default bootstrap class change*/
.navbar-dark .navbar-brand {
    color: #707070 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #707070 !important;
}
.dropdown-menu-right img{
	width: 20px;
	margin-right: 5px;
	position: relative;
	top: -2px
}
.dropdown-menu{
	box-shadow: 5px 6px 6px -6px rgba(0, 0, 0, 0.2);
}
.nav-item.dropdown{
	padding: 0em 3em;
}
.navbar-dark .navbar-nav .nav-link:hover{
	color: #F5927A !important;
}
.navbar-nav .nav-link.active{
	color: #F5927A !important;
}

/*default bootstrap class change end*/

.nav-logo{
	height: 60px;
	width: 60px;
	margin: 0px 15px 0px 5px;
}

.nav_logo_content .name{
	font-weight: 700;
	font-size: 20px
}

.nav_logo_content .info{
	font-size: 16px;
}

.home_main-bx{
	margin: 1% 5%
}

.home_col1row1{
	text-align: center;
	margin: 1em 3em
}

.home_col1row1 img{
	width:  12em
}

.home_col1row2{
	text-align: center;
	padding: 0.5em 2em;
	margin: 1em auto;
	color:#F5927A;
	border:1px dashed #F5927A;
	display: inline-block; 
}

.home_col1row3{
	padding: 0.5em 1em;
	background-color: #F5927A;
	color: #fff;
	text-align: center;
	margin: 1em 2em
}
.home_col23_device_mainbx{
	margin-top: 1em;
}
.home_col1row3_head{
	font-size: 25px;
	font-weight: 600;
	margin: 10px 5px 
}

.home_col1row3_cntnt div{
	margin: 8px 5px;
	font-size: 20px
}

.home_col23_main-bx{
	border:1px dashed #F5927A;
	padding: 1em;
	margin: 1em 2em 2em 2em
}

.home_col23_main-bx_head{
	color:#F5927A;
	font-weight: 600;
	font-size: 20px
}

.home_col23_device div{
	margin: 5px;
}

.home_dotted-line{
	background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 8px 1px;
	background-repeat: repeat-x;
	height: 2px
}

.home_main-row2{
	margin: 1% 8%
}

.home_main-row2_cntct{
	font-size: 25px;
	font-weight: 600;
	color: #F5927A;
	margin: 10px 0px
}

.home_main-row2 i{
	color: #0077B5;
	margin: 0px 6px;
	width: 18px;
	display: inherit
}

.home_main-row2_resume{
	font-size:18px;
	text-align: center;
	font-weight: 600;
	border-radius: 25px;
	padding: 6px 20px;
	color: #fff;
	background-color: #F5927A
}

.home_bottom_contact{
	display: flex;
	justify-content: space-between;
}
.home_col1row3_cntntInner{
	display: inline-block;
}
.home_col1row3_cntntInner div{
	text-align: left;
}
.home_col1row3_cntntInner a{
	color:#fff;
}
.home_col1row3_cntntInner a:hover{
	color:#fff;
}
.home_main-row2_resume a{
	color: #fff;
}
.home_main-row2_resume a:hover{
	color: #fff;
	text-decoration: none;
}
.home_main-row2_resume:hover{
	box-shadow: 5px 6px 6px -6px rgba(0, 0, 0, 	1);
	transition: all 0.25s ease;
}
/*-------------------Home Page end-----------------*/
.word_mn-div{
	margin: 1% 5%;
}

.pm-planner  {
	margin-bottom: 1em;
	margin-top: 0.7em;
}

.pm-planner img{
	width: 3em
}

.pm-planner-txt{
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px
}

.info_lbox{
	border:1px dashed #F5927A;
	padding: 1.5em 1em
}

.info_lbox_heading{
	font-size: 22px
}

.info_lbox_content{
	padding: 1em
}

.info_lbox_content img{
	width: 2em;
	margin: 0px 10px 0px 0px
}

.promodoro_technique{
	border:1px dashed #F5927A;
	padding: 2em;
	margin: 1.5em 2em;
	color: #F5927A
}

.promo_pg_headings{
	font-weight: 600;
	font-size: 22px;
	color:#303030;
	margin-bottom: 0.5em
}
.promo_pg_headings_feedback{
	font-size: 18px
}
.promo_plan_bx{
	border:1px dashed #F5927A;
	padding: 2em;
	margin: 1em 2em 3% 2em;
}

.promo_plan_bx img{
	width: 3em;
	text-align: center;
	display: block;
	margin:5px auto;
}
.prom_plan-bx_heading{
	text-align: center;
	font-size: 20px;
	font-weight: 600
}

.pomodoro_div_bxes{
	margin: 2em 0em
}

.pomodoro_div_bxes-UTB .utb_main_box{
	padding: 2em 1em;
	background-color:#F5927A;
	color: #fff;
	margin: 0em 10%
}

.pomodoro_div_bxes-UTB .utb_main_box_heading{
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 1em
}

.prototype_bx_heading{
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 5px
}

.prototype_bx_content{
	border:1px solid #000;
	padding: 1em;
}

.pomodoro_div_bxes_prototype .col-md-4{
	padding: 0em 2em
}

.prototype_bx_arrowl{
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left:-1em
}

.prototype_bx_arrowr{
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right:-1em
}

.prototype_bx_arrow i{
	font-size:36px;
}

.pomodoro_rw1Img{
	width: 100%
}
.info_lbox_childm{
	margin: 15px
}
.fa-arrow-alt-circle-up{
	position: fixed;
    font-size: 3em;
    bottom: 15px;
    right: 15px;
    color: #F5927A;
    opacity: 0.8
}
.fa-arrow-alt-circle-up:hover{
	opacity: 1
}




.pomodoro_div_bxes_cntnt{
	text-align: center;
}
.define_step1{
	margin: 1em 0px;
	font-size: 17px;
	font-weight: 500;
}
.define_step2{
	margin: 1em 0px;
	font-size: 17px;
	font-weight: 500;
}
.define_step1img .define_step1_1{
	margin: 1em auto;
	width: 90%;
}
.define_step1img .define_step1_2{
	margin: 1em auto;
	width: 90%;
}
.images_captions{
	font-size: 13px;
	color: gray;
	text-align: center;
}
.define_mainstep2{
	margin: 0em 0em;
}
.goals_page_img{
	margin: 0.8em 0;
}
.goals_page_img img{
	margin: 0.8em auto;
	width: 90%;
	display: block;
	border-radius: 8px;
	border:1px solid #f0f0f0;
	box-shadow: 0 8px 16px -6px black;
}
.goals_page2img{
	margin: 1em 0;
}
.goals_page2img img{
	width: 70%;
	display: block;
	margin: auto;
}
.goals_page3img{
	width: 50%;margin:1em  auto;
}
.goals_page3img img{
	margin: 0.5em auto;
	width: 80%;
}
.goals_page4img{
	width: 50%;margin:1em  auto;
}
.goals_page4img img{
	margin: 0.5em auto;
	width: 80%;
}
.thetimerrow1 img{
	width: 100%;
	height: 100%;
}
.thetimerrow1 {
	margin:1em auto 0.2em auto;
	width: 90%;
}
.thetimerrow2sub1{
	margin: 1em 0em 0 0;
}
.thetimerrow2sub1 img{
	width: 60%;
	display: block;
}
.thetimerrow2sub2{
	width: 60%;
	margin: 1em auto;
}
.thetimerrow2{
	margin: 1em 0;
}
.thetimerrow2sub2 img{
	width: 65%;
	margin: 0em auto;
	display: block;
}

.thetimerrow3{
	width: 35%;
	margin: 1em auto;
}
.thetimerrow3 img{
	width: 100%;
}
.rewardrow1{
	width: 40%;
	margin:1em auto;
}
.rewardrow1 img{
	width: 100%;
	margin-bottom:  10px;
}
.main_banner{
	margin: 10px 0px;
	width: 100%;height: auto;
}
.goals_page_imgsub{
	width: 80%;
	margin: auto;
}