/*!
NW CSS v1.0.0
Copyright (c) Iftekhar Mahmud Towhid
Combined Custom StyleSheet for NSTU Web Apps
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html{font-family:sans-serif}.hidden,[hidden]{display:none!important}

:root{
	--content-width: 1280px;	
	--size-xxs: .25em;
	--size-xs: .5em;
	--size-sm: 1em;
	--size-default: 1.5em;
	--size-lg: 2em;
	--size-xl: 3em;
	--size-xxl: 4em;
	--size-xxxl: 6em;
}

h1{font-size: 3em; line-height: 1.15em; margin: 0.2em 0;}
h2{font-size: 2.5em; line-height: 1.15em; margin: 0.2em 0;}
h3{font-size: 2em; line-height: 1.15em; margin: 0.2em 0;}
h4{font-size: 1.5em; line-height: 1.15em; margin: 0.2em 0;}
h5{font-size: 1.25em; line-height: 1.15em; margin: 0.2em 0;}
h6{font-size: 1em; line-height: 1.15em; margin: 0.2em 0;}


.light{font-weight: 300 !important;}
.normal{font-weight: 400 !important;}
.bold{font-weight: 600 !important;}
.xbold{font-weight: 700 !important;}
.black{font-weight: 900 !important;}


.nw-img{max-width:100%;height:auto;display:block}

.nw-section{
	width: 100%; /* Full viewport width */
    display: flex;
    justify-content: center; /* Centers the content horizontally */
}

.nw-section-inner{
    width: 100%; 
    max-width: var(--content-width);
    padding: var(--size-sm) var(--size-lg);
    box-sizing: border-box; 	
}

.nw-flex-h{display:flex;flex-flow:row wrap;}
.nw-flex-v{display:flex;flex-flow:column wrap;}

.nw-flex-tl{justify-content: flex-start; align-items: flex-start;}
.nw-flex-tc{justify-content: center; align-items: flex-start;}
.nw-flex-tr{justify-content: flex-end; align-items: flex-start;}
.nw-flex-cl{justify-content: flex-start; align-items: center;}
.nw-flex-cc{justify-content: center; align-items: center;}
.nw-flex-cr{justify-content: flex-end; align-items: center;}
.nw-flex-bl{justify-content: flex-start; align-items: flex-end;}
.nw-flex-bc{justify-content: center; align-items: flex-end;}
.nw-flex-br{justify-content: flex-end; align-items: flex-end;}

.nw-unit{display:inline-block;vertical-align:top}
.nw-unit-full{width: 100%}
.nw-unit-3-4{width: 75%}
.nw-unit-2-3{width: 66.66%}
.nw-unit-1-2{width: 50%}
.nw-unit-1-3{width:33.33%}
.nw-unit-1-4{width:25%}
.nw-unit-1-5{width:20%}
.nw-unit-grow{flex-grow: 1}

.nw-container{display: block;}
.nw-unit-row{width: 100%; padding-top:1.5em; padding-bottom:1.5em; padding-left: 0;}

.flex-no-wrap{flex-wrap: nowrap;}
.flex-no-shrink{flex-shrink: 0;}

.full-width{width: 100% !important}
.full-height{height: 100% !important}
.use_content-width{padding-left: calc()}
.use-full-width{padding-left:0px !important; padding-right:0px !important;}
.use-full-height{padding-top:0px !important; padding-bottom:0px !important;}

.nw-flex-h .margin-none{margin-left: 0em; margin-right:0em;}
.nw-flex-h .margin-tight{margin-left: .5em; margin-right:.5em;}

.flex-align-start{align-items: flex-start !important;}
.flex-align-center{align-items: center !important;}
.flex-align-end{align-items: flex-end !important;}

.flex-justify-start{justify-content: flex-start !important;}
.flex-justify-end{justify-content: flex-end !important;}
.flex-space-around{justify-content: space-around !important;}
.flex-space-evenly{justify-content: space-evenly !important;}
.flex-space-between{justify-content: space-between !important;}

.gap-xs{gap: var(--size-xs);}
.gap-sm{gap: var(--size-sm);}
.gap-default{gap: var(--size-default);}
.gap-lg{gap: var(--size-lg);}
.gap-xl{gap: var(--size-xl);}
.gap-xxl{gap: var(--size-xxl);}
.gap-xxxl{gap: var(--size-xxxl);}

.col-gap-xs{column-gap: var(--size-xs);}
.col-gap-sm{column-gap: var(--size-sm);}
.col-gap-default{column-gap: var(--size-default);}
.col-gap-lg{column-gap: var(--size-lg);}
.col-gap-xl{column-gap: var(--size-xl);}
.col-gap-xxl{column-gap: var(--size-xxl);}
.col-gap-xxxl{column-gap: var(--size-xxxl);}

.row-gap-xs{row-gap: var(--size-xs);}
.row-gap-sm{row-gap: var(--size-sm);}
.row-gap-default{row-gap: var(--size-default);}
.row-gap-lg{row-gap: var(--size-lg);}
.row-gap-xl{row-gap: var(--size-xl);}
.row-gap-xxl{row-gap: var(--size-xxl);}
.row-gap-xxxl{row-gap: var(--size-xxxl);}


.position-relative{position: relative !important;}

/* ============== GRADIENTS ============= */

.nw-bg-gradient-0{
	background: rgb(100,58,103);
	background: linear-gradient(135deg, rgba(100,58,103,1) 0%, rgba(26,37,80,1) 100%);
}

.nw-bg-gradient-1{
	background: rgb(41,106,171);
	background: linear-gradient(135deg, rgba(41,106,171,1) 0%, rgba(28,159,118,1) 100%);
}
	
.nw-bg-gradient-2{
	background: rgb(145,45,137);
	background: linear-gradient(135deg, rgba(145,45,137,1) 0%, rgba(28,84,153,1) 100%);
}
	
.nw-bg-gradient-3{
	background: rgb(143,140,87);
	background: linear-gradient(135deg, rgba(143,140,87,1) 0%, rgba(25,150,155,1) 100%);
}
	
.nw-bg-gradient-4{
	background: rgb(29,85,152);
	background: linear-gradient(135deg, rgba(29,85,152,1) 0%, rgba(38,130,105,1) 100%);
}
	
.nw-bg-gradient-5{
	background: rgb(184,79,143);
	background: linear-gradient(135deg, rgba(184,79,143,1) 0%, rgba(208,89,127,1) 100%);
}
	
.nw-bg-gradient-6{
	background: rgb(4,170,109);
	background: linear-gradient(135deg, rgba(4,170,109,1) 0%, rgba(6,156,101,1) 100%);
}
	
.nw-bg-gradient-6-1{
	background: rgb(46,184,110);
	background: linear-gradient(135deg, rgba(46,184,110,1) 0%, rgba(43,161,98,1) 100%);
}
	
.nw-bg-gradient-7{
	background: rgb(60,114,228);
	background: linear-gradient(135deg, rgba(60,114,228,1) 0%, rgba(43,96,208,1) 100%);
}
	
.nw-bg-gradient-8{
	background: rgb(184,24,95);
	background: linear-gradient(135deg, rgba(184,24,95,1) 0%, rgba(176,44,102,1) 100%);
}
	
.nw-bg-gradient-8-2{
	background: rgb(182,72,124);
	background: linear-gradient(135deg, rgba(182,72,124,1) 0%, rgba(215,68,142,1) 100%);
}
	
.nw-bg-gradient-9{
	background: rgb(240,170,70);
	background: linear-gradient(135deg, rgba(240,170,70,1) 0%, rgba(227,156,52,1) 100%);
}
	
.nw-bg-gradient-10{
	background: rgb(90,163,157);
	background: linear-gradient(135deg, rgba(90,163,157,1) 0%, rgba(81,158,152,1) 100%);
}
	
.nw-btn-bg-gradient-1{
	background: rgb(86,142,163) !important;
	background: linear-gradient(135deg, rgba(86,142,163,1) 0%, rgba(39,138,128,1) 100%) !important;
}

.spacer-10{height:10px;} .spacer-20{height:20px;}

/* Mobile */
@media only screen and (max-width: 540px) {

h1{font-size: 2.5em; line-height: 1.15em; margin: 0.2em 0;}
h2{font-size: 2.2em; line-height: 1.15em; margin: 0.2em 0;}
h3{font-size: 1.8em; line-height: 1.15em; margin: 0.2em 0;}
h4{font-size: 1.5em; line-height: 1.15em; margin: 0.2em 0;}
h5{font-size: 1.25em; line-height: 1.15em; margin: 0.2em 0;}
h6{font-size: 1em; line-height: 1.15em; margin: 0.2em 0;}

.hide-on-mobile, .hide-on-small-tablet{
	display: none;
}

.span-on-mobile, .span-on-small-tablet{
	width: 100% !important;
}

.flex-wrap-on-mobile, .flex-wrap-on-small-tablet{
	flex-wrap: wrap;
	}
  }

/* Small Tablet */
@media only screen and (min-width: 540px) and (max-width: 800px) {
    .hide-on-small-tablet{
		display: none;
	}

	.span-on-small-tablet{
		width: 100% !important;
	}

	.flex-wrap-on-small-tablet{
		flex-wrap: wrap;
	}
}

/* Tablet */
@media only screen and (min-width: 540px) and (max-width: 960px) {
    .hide-on-tablet{
		display: none !important;
	}

	.span-on-tablet{
		width: 100% !important;
	}

	.flex-wrap-on-tablet{
		flex-wrap: wrap;
	}
}


/* Desktop */
@media only screen and (min-width: 960px) {
	.hide-on-desktop{
		display: none !important;
	}

	.span-on-desktop{
		width:100% !important;
	}
}
