.variable-width{direction:rtl;}
.slick-track{padding-right:20px;}
.shortstory{width:320px;display:block;float:right;margin:10px;}
.shortstory img{width:100%;aspect-ratio:382/214;border-radius:16px;}
.shortstory span {
    background-color: #98C4F2;
    padding: 5px 20px;
    font-size: 12px;
    border-radius: 15px;
    display: inline-block;
    margin: 10px 0px;
    color: #114d80;
}
.shortstory div.date{width:100%;color:#98C4F2;font-size: 13px;}
.shortstory h3 {
    font-size: 16px;
    color: #393939;
    margin: 10px 0px 10px 0px;
    font-weight: bold;
    height: 50px;
}

.btn {background-color: #E91E63;}
.btn-final{width:100%;text-align:center;background-color: #E91E63;}
.btn-conti{width:100%;text-align:center;color: #E91E63;border:1px solid #E91E63;background-color: #fff;}
.btn-conti:hover{background-color: #f1f1f1;color: #E91E63;}
    
    
@media only screen and (max-width: 400px) {
    .item div.name {font-size: 11px;letter-spacing:-0.5px;}
}




.newmainheader {width:100%;height:100vh;
background-color: #0A4171;
background-image:url({THEME}/images/topnew.webp);background-size: 100% 100%;}
.newmainheaderholder{padding-top:17px;position:relative;}
.example4{display:block;float:left;margin-right:5px;}
.maintitlenew {
    display: block;
    margin: auto 10px;
    width: 100%;
    font-weight: 700;
    font-size: 23px;
    line-height: 94px;
    text-align: center;
}

.newcircle {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #E39503;
    margin: 0px 10px;
    display: inline-block;
    align-items: center;
    align-content: center;
    justify-items: center;
    position: relative;
}

.newcircle::after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 9px;
    border: 1px solid #000;
    position: absolute;
    top: 6px;
    right: -6px;
}
.newqa {margin-bottom:30px;}

.newqa img{width:100%;padding:50px;margin:-50px 0px;}

.dashedbox {
    background: #FFF0DD;
    border: 1px dashed #E39503;
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.dashedbox h2{font-weight:bold;font-size:17px;margin:10px 0px;}
.dashedbox p{font-size:13px;line-height:21px;}

.dashedbox2 {
    background: #EFF7FF;
    border: 1px dashed #438EF6;
}
.buttonholder {
position:relative;
    width: 100%;
    display: flex;
    margin: 50px 0px;
    justify-content: center;
    align-items: center;
}
a.newmore {
    padding: 7px 20px 7px 15px;
    border-radius: 5px;
    margin: auto 0px;
    display: flex;
    background-color: #E39503;
    color: #fff;
    align-items: center;
    justify-content: center;
    align-content: center;
	cursor:pointer;
}
a.newmore i {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    color: #e39503;
    margin: 0px 10px 0px 0px;
    border-radius: 4px;
    text-align: center;
    line-height: 20px;
}

.buttonholder::before {
    content: "";
    width: calc(50% - 85px);
    height: 21px;
    border-bottom: 2px dashed #f1f1f1;
    position: absolute;
    top: 0px;
    right: 0px;
}
.buttonholder::after {
    content: "";
    width: calc(50% - 85px);
    height: 21px;
    border-bottom: 2px dashed #f1f1f1;
    position: absolute;
    top: 0px;
   left: 0px;
}

.newlogin{
padding: 7px 15px 7px 20px;
border-radius: 5px;
margin: auto 0px;
font-weight: 300;
font-size: 14px;
letter-spacing: 0%;
display: flex;
color: #fff;
border:1px solid #fff;
align-items: center;
justify-content: center;
align-content: center;
}

.newlogin:hover{
background-color:#265781;
color: #fff;
border:1px solid #fff;
}

.newlogin i {
    width: 20px;
    height: 20px;
    color: #fff;
    margin: 0px 0px 0px 10px;
    text-align: center;
	font-size: 20px;

    line-height: 20px;
}
.topmenunew {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
    color: #fff;
    font-size: 14px;
	font-weight: 300;

}
.topmenunew li a{
    color: #fff;
	font-weight: 300;

}
.topmenunew li i{
    color: #98C4F2;
}
.searchbox {
margin: 10px auto;
    height: 40px;
    border-radius: 25px;
    max-width: 543px;
    overflow: hidden;
    position: relative;
}




.searchboxinner {
    width: 100%;
    height: 40px;
    background-color: #ffffff3b;
    position: absolute;
    filter: blur(30px);
}

.searchbox input {
    position: absolute;
    height: 40px;
    padding: 0px 15px;
    width: calc(100% - 50px);
    background-color: #ffffff00;
    border: 0px solid #fff;
    font-size: 12px;
	color: #fff;
		font-weight: 300;

}
.searchbox i {
    position: absolute;
    height: 40px;
    width: 50px;
    left: 0px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}
.searchbox input::placeholder {
  color: #fff;
}

.searchbox input:focus {
    background-color: #ffffff00;
    border: 0px solid #fff;
	}
.searchbox input:focus-visible {
    background-color: #ffffff00;
    border: 0px solid #fff;
	}

.newmainbodyholder {
    padding: 50px 0px;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    color: #fff;
    justify-content: space-evenly;
}

.newmainbodyholder u{
font-weight: 100;
font-size: 38px;
line-height: 55px;
letter-spacing: 0px;
text-align: center;
}


.newmainbodyholder h1{
font-weight: 700;
font-size: 38px;
line-height: 55px;
letter-spacing: 0px;
text-align: center;
}

.newmainbodyholder b{
margin-top:20px;
color: #98C4F2;
font-weight: 700;
font-size: 18px;
line-height: 24px;
letter-spacing: 0px;
text-align: center;
}

.newmainbodyholder h2{
font-weight: 400;
font-size: 18px;
line-height: 24px;
letter-spacing: 0px;
text-align: center;
}

.newmainbodyholder p {
    font-weight: 300;
    max-width: 350px;
    margin: 20px 0px;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: center;
}

.newmainbodyholder h3 {
font-weight: 700;
font-size: 20px;
line-height: 24px;
letter-spacing: 0px;
text-align: center;
margin: 20px 0px 30px;
}

.newmainmarqueeholder {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    max-width: 50%;
}

.newmainmarqueeholder li {
    display: flex;
    justify-content: space-around;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
}


.newmainmarqueeholder li span{
font-size:10px;
color:#3f5266;
}


.newmainmarqueeholder li img {
    max-width: 80%;
    max-height: 100%;
    filter: opacity(0.5);
}
.newmainfooterholder{position: relative;}
.newlogogold{position:absolute;bottom:-150px;}


		.newfooter{background-color:#114d80;padding:20px 0px;min-height:200px;border-radius:20px;position:relative;margin-top:40px;}
		
		.newfooter a.gototop {
			background-color: #ccdaed;
			color: #114d80;
			border: 7px solid #fff;
			width: 54px;
			height: 54px;
			border-radius: 20px;
			display: block;
			position: absolute;
			top: -27px;
			left: calc(50% - 27px);
			right: calc(50% - 27px);
			text-align: center;
			line-height: 54px;
			font-size: 27px;
			cursor:pointer;
		}	

.newfooterbox{padding:20px 120px;}

	
.newfooterbox p {
    padding: 20px 0px;
    max-width: 425px;
    font-size: 14px;
	line-height:22px;
    color: #fff;
	font-weight: 300;

}	


	

.newcopyright{
font-weight: 400;
font-size: 12px;
line-height: 100%;
color:#114D80;
padding:20px 0px;
text-align: center;
}

.newcopyright a{
font-weight: 600;
color:#0A4171;
}


.largeicon img {
    width: 74px;
    height: 74px;
	border-radius: 14px;
	margin:5px;
}

.largeicon {
    text-align:center;
}

.smallicon{
    text-align:center;
}
.smallicon ul.social {
    width: 100%;
    margin: 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
}
.smallicon ul.social li a {
    float: none;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #ffffff;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    margin-left: 5px;
    margin-right: 5px;
    color: #114d80;
}
ul.footerlist{
font-size: 14px;
padding:40px 0px;
line-height: 34px;
float:right;
}

ul.footerlist li.footertoptitle{
font-weight: 900;
letter-spacing: 0%;
color: #98C4F2;
}

ul.footerlist li {
    width: 100%;
    display: table;
}

ul.footerlist li a{
font-weight: 300;
float: right;
color: #fff;
direction:ltr;
}

ul.footerlist li i {
    color: #98C4F2;
    margin: 0px 10px;
    height: 34px;
    line-height: 38px;
    float: right;
    display: inline;
}



.newitem {
    background: #FFF0DD;
    aspect-ratio: 1 / 1;
    position: relative;
    margin: 70px 10px;
    padding: 20px;
    text-align: center;
	border-radius:20px;
}

.blue {
background: #EFF7FF;

}
.newitem img {
    margin: 0px auto;
    margin-top: -90px;
    max-width: calc(100% - 40px);
}
.newitem h2{
font-weight: 700;
font-size: 16px;
line-height: 24px;
letter-spacing: 0px;
text-align: right;
color: #03183A;

}
.newitem p{
font-weight: 300;
margin:20px 0px;
font-size: 14px;
line-height: 21px;
letter-spacing: 0px;
text-align: right;
color: #191919;
}

.loginholder {
    text-align: left;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}
.logoholder {
    text-align: right;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.menuholder {
    text-align: right;
    align-content: center;
    align-items: center;
}

.newheader {
    width: 100%;
    background-color: #0A4171;
}
.newheader div.newmainheaderholder{padding-top:0px;}
.newheader div.newmainheaderholder img{margin:20px 0px;}
.newheadersecondpart{background-color: #a3c0e8;}
.newheadersecondpart div.searchbox {margin: 5px auto;}
.newheadersecondpart div.searchbox div.searchboxinner {background-color: #ffffff;}
.newheadersecondpart div.searchbox input{color: #1a213e;}
.newheadersecondpart div.searchbox i{color: #1a213e;}
.newheadersecondpart div.searchbox input::placeholder {color: #1a213e;font-weight:500;}



.newmenu label i.bx-menu {
    color: #0a4171;
    font-size: 30px;
    width: 50px;
    height: 50px;
    text-align: right;
    display: flex;
    cursor: pointer;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}


.newmenu input[type="checkbox"] {
    display: none;
}



.newmenu ul.mobilemenu {
    list-style-type: none;
    position: absolute;
    z-index: 999;
    top: 165px;
    left: 10px;
    width: calc(100% - 20px);
    background: rgb(167 193 229 / 48%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    right: 10px;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
}
 

.newmenu ul.mobilemenu li {
    display: block;
	width:100%;
}
.newmenu ul.mobilemenu li a{
    width:100%;
	display: block;
	padding:15px;
	color: #134775;
    font-weight: bold;
    font-size: 13px;
}

.newmenu ul.mobilemenu li a:hover{
	background-color: #134775;
	color:#fff;
}


.newmenu input[type="checkbox"] { 
	display:none;
}



.newmenu input[type='checkbox']:not(:checked)+ul {
    display: none;
}




.newmainheader div.newheadersecondpart {
    background-color: #a3c0e8;
    margin: 0px 10px;
    border-radius: 11px;
}

.newmainheader ul.mobilemenu {
    list-style-type: none;
    position: absolute;
    z-index: 999;
    top: 142px;
    left: 10px;
    width: calc(100% - 20px);
    background: rgb(218 233 255 / 82%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    right: 10px;
    border-radius: 10px;
    overflow: hidden;
}


.mobilenavbar{
display:none;
z-index:999;
background: #98C4F2;
width:100%;
height: 64px;
position:fixed;
bottom:0px;
box-shadow: 0px 0px 15px -2px #CCDAEE;
}

.mobilenavbar ul{
width:100%;
}

.mobilenavbar ul li{
width:25%;
float: right;
}

.mobilenavbar ul li a {
    width: 100%;
    display: block;
    color: #03183A;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    display: flex;
    height: 64px;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.mobilenavbar ul li a i{
width:100%;
font-size: 20px;
margin-bottom:5px;

}





.slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
	margin-bottom:30px;
}



.slick-dots li {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
    border: 0px solid #fff;
    display: block;
    margin: 0px 6px;
    background: #9EB0CA;
}

.slick-dots li.slick-active{
    background: #E39503;

}

.slick-dots li button {
    width: 6px;
    height: 6px;
    overflow: hidden;
    border: 0px solid #fff;
    display: block;
    background: #9eb0ca00;
} 





.priceholder {
    width: 100%;
    color: #4a6f8a;
    line-height: 50px;
    text-align: center;
    margin-top: 20px;
    font-size: 17px;
}

.priceholder b {
    font-size: 25px;
    font-weight: bold;
}



.searchboxholdering {
    margin: 0px auto;
    height: 40px;
    border-radius: 0px;
    max-width: 543px;
    position: relative;
}


#suggestionsBox {
    position: absolute;
    top: 40px;
    height: 150px;
    background-color: #192a47f0;
    width: 100%;
    border-radius: 5px 5px 15px 15px;
	overflow-y:hidden;
	display:none;
}

#suggestionsBox ul{
    width: 100%;
}

#suggestionsBox ul li{
    width: 100%;border-bottom:1px solid #80a3c3;
}

#suggestionsBox ul li a {
    width: 100%;
    display: block;
    padding: 12px 15px;
    font-size: 13px;
    color: #80a3c3;
}


	ul.footerlist li a {
		direction: ltr;
	}
	



.enem img{background-color:#fff;border-radius:14px;}	




.err {
    text-align: right;
    margin: 50px 0px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 6px;
    color: #585858;
    border: 1px solid #cdcdcd;
}


.err h2{
    font-weight:900;
	font-size:20px;
	color:#b70012;
}

.err a.newmore{
    width: 250px;
	background-color: #b70012;
}


.err img{
    width: 200px;
	margin:20px auto;
}


.suc {
    text-align: center;
    margin: 50px 0px;
    background-color: #d4ede5;
    padding: 20px;
    border-radius: 16px;
    color: #0e5534;
}










.loader {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  margin:0px auto;
  position: relative;
  color: #FFF;
  box-sizing: border-box;
  animation: animloader 1s linear infinite alternate;
}

@keyframes animloader {
  0% {
    box-shadow: -38px -6px, -14px 6px,  14px -6px;
  }
  33% {
    box-shadow: -38px 6px, -14px -6px,  14px 6px;
  }
  66% {
    box-shadow: -38px -6px, -14px 6px, 14px -6px;
  }
  100% {
    box-shadow: -38px 6px, -14px -6px, 14px 6px;
  }
}
	  
	  
	  
.calltoaction{background: #071E3F;
background: linear-gradient(90deg,rgba(7, 30, 63, 1) 0%, rgba(20, 82, 135, 1) 100%);
border-radius:16px;
overflow:hidden;
cursor:pointer;
    margin: 25px 0px;
}	  
	  
.ctaimg {
    padding: 50px;
    text-align: center;
    background-position: right top;
    background-size: auto 100%;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.ctaimg span {
    font-size: 23px;
	display:block;width:100%;
}

.ctaimg span.only {
    color: #ffc100;
}

.ctatxt {
    padding: 50px;
    text-align: center;
    background-position: right top;
    background-size: auto 100%;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
}

.ctatxt p{
    width:100%;
    color: #fff;
    font-weight: 200;
    font-size: 13px;
}

.ctatxt span{
    width:100%;
    font-weight: 900;
    font-size: 23px;
	color: #ffc100;
}

@media only screen and (max-width: 766px) {

.newitem {
    margin: 70px 70px;
}

.mobilenavbar{
display:block;
}
	.newfooterbox {
		padding: 10px 10px;
		text-align:center;
	}
	
.newfooterbox p {
        padding: 20px;
        max-width: 100%;
        font-size: 14px;
        line-height: 22px;
        color: #fff;
        font-weight: 300;
    }

	ul.footerlist {
		font-size: 14px;
		padding: 40px 0px;
		line-height: 34px;
		float: none;
		width: 100%;
		text-align: center;
	}

	ul.footerlist li a {
		font-weight: 300;
		float: none;
		color: #fff;
		direction: ltr;
	}
	ul.footerlist li i {
		color: #98C4F2;
		margin: 0px 10px;
		height: 34px;
		line-height: 38px;
		float: none;
		display: inline;
	}

}
