@charset "utf-8";
@import url('bootstrap.min.css');
@import url('font-awesome.min.css');

*{
	margin:0;
	padding:0;
}

html {
    margin: 0;
    padding: 0;
	scroll-behavior: smooth;
}

body{
	margin:0;
	padding:0;
    height: 100%;
	min-height: 100%;
    width: 100%;
}

hr{
    margin-top: 10px !important;
}

#wrapper{
	position: relative;
    height: auto;
	height: 100%;
    min-height: 100vh;
    margin: 0 auto;
    width: 100%;
}

header{
    background: url('../images/landau.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: #f3f3f3;
    border-bottom: solid 1px #e7e7e7;
    display: block;
    padding: 40px 0;
    margin: 0 auto;
    width: 100%;
}

.homeImgae{
    background: url('../images/ararat.jpg');
    background-repeat: no-repeat;
    background-position:center top;
    background-size: cover;
    position: relative;
    padding: 50px;
    height: 100vh;
    width: 100%;
}

.homeImgae::after{
    background: url('../images/afterimage.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20vh;
    width: 100%;
}

.homeImgContent{
    color: #fff;
    font-size: 16px !important;
    font-weight: 700;
    padding: 40px 0;
    text-shadow: 1px 1px 1px #000;
    height: 100%;
}

.headtext{
    font-size: 20px !important;
    margin-bottom: 10%;
}

.section{
    margin-bottom: 50px;
    padding: 0 15px;
}

.rightTitle{
    text-align: right;
}

.topics{
    text-align: center;
}

.topics ul{
    display: table;
    margin: 0 auto;
    padding: 0;
}

.invitedSpeakers{
    background: url('../images/speakers.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    padding: 30px;
}

.arroundTable{
    background: url('../images/arroundTable.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: #000;
    padding: 80px;
}

.arroundTable .orgnizers {
    margin-bottom: 50px;
}

.arroundTable .orgnizers a{
    color:#3f366b !important;
    text-align: center;
    text-decoration: none !important;
    outline: none !important;
}

.arroundTable .orgnizers img{
    display: table;
    margin: 0 auto;
    height: 110px;
    width: auto;
}

.registartion{
    background: url('../images/registration.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 80px;
}

.registartion form{
    background: rgba(255,255,255,0.6);
    border: solid 1px #fff;
    border-radius: 20px;
    color: #000;
    font-weight: 700;
    display: table;
    margin: 0 auto;
    padding: 20px;
    width: 70%;
}

.registartion label{
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.registartion label span{
    color: red;
    padding-left: 5px;
}

.registartion label a{
    color: #3f366b !important;
    font-size: 12px;
    padding-left: 5px;
    outline: none !important;
    text-decoration: none !important;
}

.registartion input{
    background: none !important;
    border: none !important;
    border-bottom: solid 1px #fff !important;
    padding: 5px;
    margin-bottom: 15px;
    outline: none !important;
    width: 100%;
}

.registartion select{
    background: none !important;
    border: none !important;
    border-bottom: solid 1px #fff !important;
    padding: 5px;
    margin-bottom: 15px;
    outline: none !important;
    width: 100%;
}

.registartion textarea{
    background: none !important;
    border: none !important;
    border-bottom: solid 1px #fff !important;
    padding: 5px;
    margin-bottom: 15px;
    outline: none !important;
    min-height: 150px;
    resize: none;
    width: 100%;
}

.registartion .add_form_field{
    background: #fff;
    padding: 5px;
    margin-bottom: 15px;
    width: 100%;
}

.registartion .delete1{
    color: red;
}

.registartion form .addByfile{
	background: rgba(255,255,255,0.8);
	border: solid 1px #ccc;
	box-shadow: 1px 1px 10px #000;
	color: #000 !important;
	cursor: pointer;
	padding: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.registartion form .addByfile em{
	color: #ff0b22;
}

.registartion .dnone{
	display: none !important;
}

.abstractsblock{
	display: none;
}

.registartion button{
    background: #fff;
    border: none !important;
    color: red;
    display: table;
    float: right;
    margin-top: 15px;
    padding: 10px 20px;
    outline: none !important;
    -webkit-transition: all 0.2s;
}

.registartion button:hover{
    background: red !important;
    color: #fff !important;
}

.registrationClose{
    color: red;
    display: block;
    font-size: 20px;
    text-align: center;
}

.idatesTitle{
    background: url('../images/importantdates.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.idatesTitle i{
    padding-right: 15px;
}

.idateText{
    color: #000;
    font-weight: 700;
    text-align: center;
    padding: 20px;
}

.idateText a{
    color: #000 !important;
    text-decoration: none !important;
    outline: none !important;
}

.progButton{
    background: #091c56;
    border: solid 1px #091c56;
    color: #fff !important;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 20px;
    text-align: center;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.2s;
    margin-bottom: 20px;
}

.progButton i{
    padding-right: 15px;
}

.progButton:hover{
    background: #fff !important;
    color: #b22d40 !important;
}

.contactUs{
    background: url('../images/contactus.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    padding: 80px;
    margin-bottom: 0 !important;
}

.emergency{
    font-size: 16px;
    text-align: center;
}

.emergency i{
    padding-right: 10px;
}

.emergency a{
    border: solid 1px #fff;
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
    margin-left: 15px;
    padding: 5px 10px;
    -webkit-transition: all 0.2s;
}

.emergency a:hover{
    border: solid 1px #ff0b22 !important;
}

.myimages .myhight{
    height: 650px;
    margin-bottom: 20px;
    overflow: hidden;
}

.myimages img{
    display: table;
    margin: 0 auto;
    height: auto;
    width: 100%;
}

.myimages video{
    padding: 10px;
}