/*
Theme Name: Twentyseventeen child
Theme URI: http: //mysite.com/
Description: This is a custom child theme I have created.
Author: My Name
Author URI: http: //mysite.com/
Template: twentyseventeen
Version: 0.1
*/

/* @import url("../twentyseventeen/style.css"); */
@font-face {
	font-family: 'Conv_bahnschrift._semibold';
	src: url('../fonts/bahnschrift._semibold.eot');
	src: local('☺'), url('../twentyfifteen/') format('woff'), url('fonts/bahnschrift._semibold.ttf') format('truetype'), url('fonts/bahnschrift._semibold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
 body{
    font-family: 'Conv_bahnschrift._semibold';
    font-size:14px;
    font-weight:400;
    margin: 0px;
}
.site-content {
	padding: 0;
}
.entry-title{
    display: none;
}
img{
    max-width:100%;
}

.logo {
	/* text-align: center; */
	width:500px;
	}
.querstion_list{
    background: #fff;
    box-shadow: 0 3px 16px 0 rgba(0,0,0,.5);
    padding: 0;
    border-radius: 2px;
}
.content.clearfix {
    margin: 0 !important;
    position: relative;
    min-height: 780px;
}

.main-section {
	position: relative;
	height: 100vh;
	width: 100%;
	display: flex;
    flex-direction: column;
    background: #dc5528;
    background: #dc5528;
    background: -moz-linear-gradient(left, #dc5528 40%, #f9ce80 100%);
    background: -webkit-linear-gradient(left, #dc5528 40%,#f9ce80 100%);
    background: linear-gradient(to right, #dc5528 40%,#f9ce80 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc5528', endColorstr='#f9ce80',GradientType=1 );
    background-size: cover;
}
.bottom-section {
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
	margin-top: auto;
	position:relative;
}
.top-section {
	width: 100%;
	display: flex;
	align-items: flex-start; justify-content: space-between;
}
.bottom-section p {
	text-transform: uppercase;
	font-size: 18px;
	margin: 0;
	text-align: center;
	padding: 22px 0;
	color: #fff;
	font-weight: 300;
}
.bottom-section p a{
	color:#fff;
}
.bottom-section p a:hover{
	text-decoration:none;
}
.bottom-section p b {
	font-weight: 670;
	display: block;
	font-size: 22px;
	margin: 3px 0 0;
}
.bottom_logo {
	width: 90px; margin-left: 50px;
}
.bottom_logo img{
	max-width:100%;
}
.center-section {
    text-align: center;
    margin: auto 0px;
}
.start_button {
	margin-top: 0px;
	display: inline-block;
	position: relative;
}
.paper-plane {
	position: absolute;
	right: 24px;
	top: -2px;
	width: 80px;
}
.center-section .text{
    display: block;
    margin: 0 0 60px;
}
.text img{
    max-width: 700px;
    display: inline-block;
}
.content-section {
	width: 100%;
	position: relative;
	padding: 20px 0;
	text-align: center;
}
.content-section p {
	display: block;
	margin: 0 0 25px;
	font-size: 22px;
	line-height: 38px;
	color: #000;
}
.content-section p span {
	/* display: block; */
	text-transform: uppercase;
	color: #db5529;
	font-weight: 800;
	margin: 0 0 -5px;
}
.content-section p a {
	color: #b3722f;
}
.main-section.inner-page{
    background: #fff;
}
.main-section.inner-page::after {
	position: absolute;
	content: "";
	top: 0px;
	bottom: 0px;
	left: 0px;
	background: url(css/images/left-content-bg.png) no-repeat left top;
    width: 350px;
    background-size: cover;
}
.main-section.inner-page::before{
	position: absolute;
	content: "";
	top: 0px;
	bottom: 0px;
	right: 0px;
	background: url(../images/right-content-bg.png) no-repeat left top;
    width: 350px;
    background-size: cover;
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.graph_area {
	position: absolute;
    width: 600px;
    right: 0;
    z-index: 99; height: 500px;
}
#spidergraphcontainer {
    width: 600px;
    height: 500px;
    position: absolute;
    right: 30px;
    background: #fff;
}
.wizard > .steps a{
	padding: 10px !important;
}
.wizard > .steps > ul > li{
    width: 70px;
    position: relative;
}
.apl_urt {
    position: absolute;
    top: -60px;
    left: 0;
    z-index: 99;
    display: none;
    transition: .3s all ease;
}
.current .apl_urt{
    display: block;
}
.wizard > .content{
    background: #fff !important;
}
.wizard, .tabcontrol {
    overflow: inherit;
}
.qa_heading h2{
    font-size: 25px;
    color: #db5529;
    font-weight: 500;
    margin-bottom: 15px;
}
.question_name span{
    color: #db5529;
    font-size: 18px;
}
.question_help_text{
    margin-left: 8px;
}
.custom-radio{
    margin: 8px 0;
}
.custom-radio input[type="radio"]:checked,
.custom-radio input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio input[type="radio"]:checked + label,
.custom-radio input[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin: 0;
    font-weight: 500;
}
.custom-radio input[type="radio"]:checked + label:before,
.custom-radio input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid #a7a7a7;
    border-radius: 100%;
    background: #fff;
}
.custom-radio input[type="radio"]:checked + label:after,
.custom-radio input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #e26429;
    position: absolute;
    top: 5px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radio input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.custom-radio label{
    font-size: 16px;
}
.manage-topics-inner{
    padding-left: 44px;
    padding-top: 45px;
    margin-top: -10px;
}
.manage-topics-inner:first-child{
    margin-top: 0;
}

.wizard > .content > .body {
	/* width: 100% !important;
	height: 100% !important; */
    padding: 30px 40px 0 30px;
}
.question_name .question_help_text{
    color: #595959;
    font-size: 18px;
}
.custom-radio .question_help_text {
	color: #595959;
    font-size: 16px;
    margin-left: 5px;
    padding-right: 8px;
}
#example-basic .steps {
	margin: 0;
	padding: 30px 30px 0 23px;
}
.diagramText{
    width: 116px;
}
.diagramText a{
    color:#db5529;
    font-weight: bold;
    transition: .2s all ease;
		letter-spacing: 1px;
}
.diagramText a:hover{
    color:#e26429;
    text-decoration: none;
}
.wizard > .content > .body.question_main {
    width:calc(100% - 600px) !important;
    overflow: hidden;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
	background: #db5529;
	color: #fff;
    cursor: default;
    border: 1px solid #db5529;
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
	background: #f7c77b;
	color: #5c5c5c;
	border: 1px solid #f7c77b;
}
.wizard > .steps  a{
    border-radius: 2px;
	text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #ddd;
    color: #5c5c5c;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
	border-radius: 2px;
}
.wizard > .actions > ul {
	display: block;
	text-align: inherit;
    width: 100%;
}
.wizard > .actions > ul > li {
	margin: 0;
	width: 50%;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
	background: #1c8999;
	color: #fff;
	display: block;
	padding: 15px;
	text-decoration: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.wizard > .actions {
	display: block;
	text-align: right;
	width: 100%;
}
.wizard > .actions ul li:first-child a{
    background: #aeb138 !important
}
.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
	opacity: .8;
	color: #fff;
}
.site-content{
    padding-bottom: 0 !important;
}
#flipFlop .modal-dialog{
    max-width:600px;
}
.send_mail_area{
    max-width: 400px;
}
.modal-header .form-control{
    height: 40px;
}
.modal-header{
    padding: 15px 1rem;
    align-items: center;

}
.bg_white{
    background: #fff;
    padding: 25px 40px 20px 40px;
    position: relative;
}
.bg_white::before{
    position: absolute;
    content: '';
    background: #fff;
    height: 700px;
    width: 650px;
    border-radius: 50%;
    left: -140px;
    top: 50%;
    transform: translateY(-50%);
}
.bg_white::after{
    position: absolute;
    content: '';
    background: #fff;
    height: 700px;
    width: 650px;
    border-radius: 50%;
    right: -140px;
    top: 50%;
    transform: translateY(-50%);
}
.bg_white .top-section{
    align-items: center;
    justify-content: center
}
.main_c{
    position: relative;
    z-index: 99;
}
.qa_logo {
	width: 500px;
	/* margin: 0px auto 10px; */
	margin: 0px 0px 10px;
	display: block;
}
.result_bg{
    background: #f9ab15;
    background: -moz-linear-gradient(left, #f9ab15 0%, #fa565f 88%);
    background: -webkit-linear-gradient(left, #f9ab15 0%,#fa565f 88%);
    background: linear-gradient(to right, #f9ab15 0%,#fa565f 88%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ab15', endColorstr='#fa565f',GradientType=1 );
    overflow: hidden;
    position: relative;
}
.note_book{
    width: 570px;
    background: #fff;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.4);
    padding: 15px 60px 150px 60px;
    -ms-transform: rotate(-22deg);
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
    position: absolute;
    height: 780px;
    bottom: 25px;
    text-align: center;
    z-index: 99;
}
.note_book.s1{
    -ms-transform: rotate(-26deg);
    -webkit-transform: rotate(-26deg);
    transform: rotate(-26deg);
    z-index: 9;
    margin-left: -35px;
    margin-bottom: -12px;
}
.note_main{
    display: flex;
    align-items: center;
    justify-content: center;
}
.note_book h3{
    color:#000;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    padding-top:0; margin-bottom: 0;
}
.action_area{
    text-align: center;
    display: flex;
    justify-content: center;
    padding:40px 0 0; background: none !important;
}
.action_area:hover{background: none !important;}

.c_area .send_via .btn{
    width: 100%;
    margin-bottom: 3px;
    max-width: 180px; padding: 0 12px;
}
.send_via{padding-top: 0 !important;}
.btn-warning {
	color: #fff;
	background-color: #fc9e58;
	border-color: #fc9e58;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active{
    color: #fff;
	background-color: #e97d2d;
	border-color: #e97d2d;
}
.hand_pointer {
	position: absolute;
    right: -12px;
    bottom: -194px;
    -ms-transform: rotate(18deg);
    -webkit-transform: rotate(18deg);
    transform: rotate(33deg);
}
.result_air{
    position: absolute;
    top: -74px;
    left: 50%;
	max-width: 120px;
    transform: translateX(-50%);
}
.bt_net{
    position: absolute;
    top: 30%;
    right: -30px;
}
.open_md{
    display: none;
}
.comment_area {
	background: #ececec;
	border: 1px solid #cdcdcd;
	padding: 20px 20px 20px;
	margin-top:25px;
}
.wizard > .content > section.question_main .comment_area label {
	font-size: 18px;
	margin: -10px 0px 8px;
	display: block;
	color: #db5529;
	font-weight:400;
}
.validation_text {
  display: none;
    text-align: left;
    font-size: 18px;
    color: red;
    margin: 10px 0px -20px 14px;
    padding: 8px 16px;
    font-weight: bold;
}
.start_button a, .start_button a img, .start_button a:hover {
    text-decoration: none;
    box-shadow: none;
}
.start_button > a > p, .addtoany_share_save_container{
	display:none;
}
.bs-tooltip-right{left: 5px !important;}
.common-foinput{background: #ececec; border: 1px solid #cdcdcd; padding: 20px 20px 20px; margin-top: 0px;}
.common-foinput label{font-size: 16px; margin: -10px 0px 8px; display: block; color: #db5529; font-weight: 400;}
.ass_opt{font-weight: 700;display: none;}
.graph_area_loader{position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 63px;
    background: rgba(255,255,255,.75);
    display: flex; flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    font-size: 15px; color: #db5529;}
    .graph_area_loader i{font-size: 40px; margin-bottom: 10px;}
    .loading-msg{ position: absolute;
    font-size: 12px;
    margin: 0;
    top: -40px;
    left: -20px;
    right: 0;
    line-height: 16px;
    color: #868686; width: 178px;}
.unesotru-footer{display: flex; justify-content: center;}
.socialiocns{padding:16px 44px 0 0;}
.socialiocns ul{list-style: none; display: flex;}
.socialiocns img{width: 35px; height: 35px;}
.socialiocns li{margin-left: 10px;}
.socialiocns span{font-size: 12px; padding: 0 0 5px 10px; display: block;}
.dynamic-socialiocns{padding: 10px 0 0 0; display: flex; align-items: center; justify-content: space-between; width: 178px; position: relative; z-index: 9;}
.dynamic-socialiocns ul{ margin: 0;}
.dynamic-socialiocns img{width: 26px; height: 26px;}
.dynamic-socialiocns li:first-child{margin-left: 0;}
.dynamic-socialiocns li{margin-left: 4px;}
.send_via .gotoexit{ text-transform: uppercase; font-size: 15px;}
body.home{background: #dc5528;
    background: -moz-linear-gradient(left, #dc5528 40%, #f9ce80 100%);
    background: -webkit-linear-gradient(left, #dc5528 40%,#f9ce80 100%);
    background: linear-gradient(to right, #dc5528 40%,#f9ce80 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc5528', endColorstr='#f9ce80',GradientType=1 );}
@media (max-width: 1600px){
    .instruction{
        height: auto;
    }
    .instruction .container{
        max-width: 1200px;
    }
    .bg_white::before {
        left: -130px;
     }
    .bg_white::after {
        right: -130px;
     }
}
@media (max-width: 1599px){
   .unesco_home{
       height: auto;
       padding-bottom: 50px;
   }
}
@media (max-width: 1366px){
    .instruction{
        height: auto;
    }
    .instruction .container{
        max-width: 1100px;
    }
    .content-section p {
        font-size: 17px;
        line-height: 32px;
    }
    .bg_white::before {
        left: -120px;
     }
    .bg_white::after {
        right: -120px;
     }
     .note_book {
        width: 450px;
        height: calc(100% - 100px);
    }
    .result_gh{
        max-width: 314px;
    }
    .hand_pointer {
        right: -25px;
        bottom: -135px;
        max-width: 204px;
    }
	.logo img{
		max-width: 500px;
	}
	.text img {
    max-width: 500px;
    display: inline-block;
}

}
@media (max-width: 1314px){
    .bg_white::before, .bg_white::after {
        display: none;
    }
}

@media (max-width: 1199px){
    .container{
        max-width:100%;
        padding:0px 15px;
    }
    .logo img{
        max-width: 440px;
    }
    .text img {
        max-width: 500px;
        display: inline-block;
    }
    .hand_pointer {
        position: absolute;
        right: -43px;
        bottom: -177px;
        width: 245px;
    }
    .result_gh{
        max-width: 280px;
    }
}
@media (max-width: 991px){
    .wizard > .content > .body.question_main {
        width: 100% !important;
        overflow: hidden;
    }
    .container{
        max-width:100%;
        padding:0px 15px;
    }
    .content-section {
        margin: 15px 0;
        padding: 15px 20px;
    }
    .logo img {
        max-width: 380px;
    }
    .text img {
        max-width: 440px;
    }
    .bottom-section p {
        font-size: 15px;
        padding: 15px 0;
    }
    .bottom-section p b {
        font-size: 18px;
    }
    #example-basic{
        height: 1300px;
    }
    .graph_area {
		position: static;
		width: 100%;
		z-index: 99;
		bottom: 0;
		left: 50%;
		transform: none;
		height: 330px;
	}
	.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
		opacity: 1;
		color: #fff;
	}
		.wizard > .content{
			overflow: inherit;
		}
		#spidergraphcontainer {
			right: auto;
			left: 30px;
		}
		.note_book{
			-ms-transform: rotate(0);
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
		.note_book.s1 {
			-ms-transform: rotate(0);
			-webkit-transform: rotate(0);
			transform: rotate(0);
			z-index: 9;
			margin-left: -45px;
			margin-bottom: -12px;
		}
		.hand_pointer{
			display: none;
		}
		.note_book h3 {
			font-size: 24px;
		}
		.result_gh{
			max-width: 230px;
		}
		.result_air {
			top: -32px;
			max-width: 90px;
		}

		.bottom-section{
			margin-top:60px;
		}

		#spidergraphcontainer {
			right: auto;
			left: 30px;
		}
		/*.main-section{
			height:auto;
		}
		.bottom-section{
			margin-top:60px;
		}*/
		.content.clearfix {
		min-height: auto;
	}
	.wizard > .content > .body {
		position: static;
		float:none;
	}
	.after_mail{
		padding:0 15px;
	}
	.wizard > .actions > ul {
		display: block;
		text-align: inherit;
		width: 100%;
		position: fixed;
		bottom: 0;
		z-index: 9999;
		left:0;
		right:0;
	}
	.bottom_logo{
		width:60px;
	}







}
@media (max-width: 767px){
	.ass_opt{
		font-size: 10px;
	}
    .bg_white {
            padding: 0 0 30px;
    }
    .note_book {
        width: calc(100% - 30px);
        height: calc(100% - 50px);
        padding: 30px 0;
    }
    .result_gh {
        max-width: 180px;
    }
    .action_area {
        padding: 20px 0 0;
    }
    .send_via.pt-4{
        padding-top: 1rem !important;
    }
    .note_book.s1{
        display: none;
    }
    .result_air {
        max-width: 72px;
    }
    .container{
        max-width:100%;
        padding:0px 15px;
    }
    .center-section .text{
        margin-top: 60px;
        margin-bottom: 40px;
    }
    .bottom-section p, .bottom-section p b{
        font-size: 14px;
    }
    .bottom-section p{
        padding: 12px 0px;
    }
    .content-section p span{
        margin: 0px;
    }
    .content-section p {
        line-height: 26px;
        font-size: 16px;
    }
    .text img {
        max-width: 280px;
    }
    .logo img {
        max-width: 220px;
    }
    .paper-plane img{
        max-width: 48px !important;
    }

    .start_button a img{
        max-width: 174px;
    }
    .paper-plane {
        position: absolute;
        right: 5px;
        top: -1px;
        width: 80px;
    }
    #example-basic .steps {
        padding: 25px 15px 0 15px;
    }
    .wizard > .content > .body {
        padding: 15px;
    }
    .qa_logo {
        margin-left: 0;
		width:auto;
    }
    .wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
        margin: 5px;
    }
    .steps  .wizard ul, .tabcontrol ul {
        margin: 0 -5px;
    }
    .qa_heading h2 {
        font-size: 18px;
    }
    .custom-radio label {
        font-size: 14px;
    }
    .querstion_list {
        box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
    }
    #spidergraphcontainer {
        width: 280px;
        height: 280px;
		    background: transparent;
    }
    #example-basic {
        height: auto;
    }
    .diagramText a {
        font-size: 11px;
    }
    #spidergraphcontainer {
        right: auto;
        left: 30px;
    }
	/*.main-section{
		height:auto;
	}
	.bottom-section{
		margin-top:60px;
	}*/
	.content.clearfix {
		min-height: auto;
	}
	.wizard > .content > .body {
		position: static;
		float:none;
	}
	/* .page-template-unesco-home .main-section{ */
			/* height: calc(100vh - 56px); */
	/* } */
	.after_mail{
		padding:0 15px;
	}
	.wizard > .actions > ul {
		display: block;
		text-align: inherit;
		width: 100%;
		position: fixed;
		bottom: 0;
		z-index: 9999;
		left:0;
		right:0;
	}
	.bottom_logo {
		width: 50px;
		top: -70px;
		transform: translateY(0);
	}




}
@media(max-width:480px){
	.tooltip-inner {
    max-width: 116px;
}
.diagramText {
width: 98px;
}
}
@media (max-width:359px){
    #spidergraphcontainer {
        width: 280px;
        height: 280px;
    }
    #spidergraphcontainer {
        right: auto;
        left: 15px;
    }
    .diagramText a {
        font-size: 11.5px;
    }

}

.single_section-quan{
	padding-left: 20px;
}
@media all and (-ms-high-contrast:none)
{
.socialiocns, .bottom_logo{ float: right } /* IE10 */
*::-ms-backdrop, .socialiocns, .bottom_logo { float: right } /* IE11 */

.logo, .bottom-section p{float: left;}
*::-ms-backdrop, .logo, .bottom-section p{ float: left } /* IE11 */

.unesotru-footer{width: 650px; margin:0 auto;}
*::-ms-backdrop, .unesotru-footer{width: 650px; margin:0 auto;}

.socialiocns ul, .top-section, .unesotru-footer{clear: both;}
*::-ms-backdrop, .top-section, .unesotru-footer{clear: both;}

.socialiocns li{float: left;}
*::-ms-backdrop, .socialiocns li{float: left;}

.center-section{float: left; width: 100%;}
*::-ms-backdrop, .center-section{float: left; width: 100%;}

.start_button a{display: block; width: 250px;
    display: block;
    height: 75px;}
*::-ms-backdrop, .start_button a{display: block; width: 250px;
    display: block;
    height: 75px;}
}