hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #747171; width: 50% }

* { margin: 0px; padding: 0px; transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s }

body { font-family: 'Poppins', sans-serif; margin: 0px; padding: 0px; font-size: 14px; font-weight: normal; color: #b4b4b4; outline: none; line-height: 1.5em; overflow-x: hidden }

h1,

h2,

h3,

h3,

h4,

h5,

h6 { color: #121575; font-size: 29px; margin: 0px; line-height: 1.25; }

p { font-family: 'Poppins', sans-serif; padding: 0px; margin: 0px; font-size: 16px; line-height: 1.5; color: #06050b }

.hr { border-top: 2px solid #2d2d2d; width: 50px; margin-top: 10px; margin-bottom: 10px }

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section { display: block }

ul { list-style: none; margin: 0px; padding: 0px }

ul li:last-child { border: 0px !important }

a { outline: none !important; color: #73ae20; text-decoration: none; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease }

a:hover,

a:active,

a:focus { outline: none !important; text-decoration: none; color: #000 }

textarea,

input:focus { outline: none !important; text-decoration: none }

textarea { resize: none }

img { border: 0 }

.shadow { box-shadow: 0rem 0.5rem 1rem rgba(0, 0, 0, .15) }

button { font-family: 'Open Sans', sans-serif; font-weight: 300 }

.img-responsive100 { width: 100% }

.nopd { padding-left: 0px; padding-right: 0px }

/* #inner,

.commoninner { width: 100%; margin: 0 auto; max-width: 75%; } */

/* .header>#inner,

.header>.commoninner,

.dsu-intro>#inner,

.dsu-intro>.commoninner { max-width: 75%; } */

li { transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease }

::-moz-selection { background-color: #b22a31; color: #fff }

::selection { background-color: #b22a31; color: #fff }

::-webkit-input-placeholder { color: #000 !important }

::-moz-placeholder { color: #000 !important }

:-ms-input-placeholder { color: #000 !important }

:-moz-placeholder { color: #000 !important }

#back-top { border: 1px solid #ffffff; background-color: #102e60; position: fixed; right: 0px; bottom: 0px; z-index: 9; overflow: hidden; display: none; width: 50px; height: 50px; text-align: center; -webkit-transition: all .25s ease; transition: all .25s ease }

#back-top:after { display: block; text-align: center; color: #ffffff; font-size: 20px; font-family: 'FontAwesome'; content: "\f062"; line-height: 48px; -webkit-transition: color .25s ease, -webkit-transform 2s ease; transition: color .25s ease, transform 2s ease }

#back-top:hover { border-color: transparent; background-color: #f8cc00; border: 1px solid #102e60; }

#back-top:hover:after { color: #102e60 }

.loader { background: #fafafa; color: #fff }

.loader { z-index: 9999; height: 100%; width: 100%; position: fixed; text-align: center }

.loader-inner { margin-top: 45vh }

@-webkit-keyframes line-scale-pulse-out-rapid {

	0% { -webkit-transform: scaley(1); transform: scaley(1) }

	80% { -webkit-transform: scaley(0.3); transform: scaley(0.3) }

	90% { -webkit-transform: scaley(1); transform: scaley(1) }

}

@keyframes line-scale-pulse-out-rapid {

	0% { -webkit-transform: scaley(1); transform: scaley(1) }

	80% { -webkit-transform: scaley(0.3); transform: scaley(0.3) }

	90% { -webkit-transform: scaley(1); transform: scaley(1) }

}

.line-scale-pulse-out-rapid > div { background-color: #102e60; width: 4px; height: 35px; border-radius: 2px; margin: 2px; -webkit-animation-fill-mode: both; animation-fill-mode: both; display: inline-block; vertical-align: middle; -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78); animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78) }

.line-scale-pulse-out-rapid > div:nth-child(2),

.line-scale-pulse-out-rapid > div:nth-child(4) { -webkit-animation-delay: -0.25s !important; animation-delay: -0.25s !important }

.line-scale-pulse-out-rapid > div:nth-child(1),

.line-scale-pulse-out-rapid > div:nth-child(5) { -webkit-animation-delay: 0s !important; animation-delay: 0s !important }





/*dflex start*/

.dflexSB, .dflexCNTR, .dflexCNTR2, .dflexSTRH, .dflexSTRHCNTR, .dflexSTRHstart, .dflexSTRHstart2, .dflexSTRHBTM, .dflexAlignitmCNTR { align-items: center; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; justify-content: space-between; flex-direction: row; }

.dflexSTRH { align-items: stretch; }

.dflexCNTR2 { justify-content: center; }

.dflexSTRHCNTR { align-items: stretch; justify-content: center; }

.dflexSTRHstart { justify-content: flex-start; }

.dflexSTRHstart2 { justify-content: flex-start; align-items: stretch; }

.dflexSTRHBTM { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.dflexAlignitmCNTR { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.dflexSB > div, .dflexCNTR > div, .dflexCNTR2 > div, .dflexSTRH > div, .dflexSTRHCNTR > div, .dflexSTRHstart > div, .dflexSTRHstart2 > div, .dflexSTRHBTM > div, .dflexAlignitmCNTR > div, .dflexSB > li, .dflexCNTR > li, .dflexCNTR2 > li, .dflexSTRHCNTR > li, .dflexSTRHstart > li, .dflexSTRHstart2 > li, .dflexSTRHBTM > li, .dflexSTRH > li, .dflexAlignitmCNTR > li { margin-left: -1px; }



/*dflex close*/



/*flexbox-bootstrap4 start*/

.d-flex { display: -webkit-box; display: -ms-flexbox; display: flex; }



/*flex-wrap*/

.flex-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }



/*flex-nowrap*/

.flex-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }



/*Align-items*/

.align-items-start { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.align-items-end { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.align-items-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.align-items-baseline { -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; }

.align-items-stretch { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }



/*align-content*/

.align-content-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }

.align-content-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }

.align-content-center { -ms-flex-line-pack: center !important; align-content: center !important; }

.align-content-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }

.align-content-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }

.align-content-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }



/*Align-self*/

.align-self-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }

.align-self-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }

.align-self-center { -ms-flex-item-align: center !important; align-self: center !important; }

.align-self-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }

.align-self-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; }



/*flexbox-bootstrap4 close*/



/* Blink-START */

@-webkit-keyframes blinker {

from {opacity: 1.0;}

to {opacity: 0.0;}

}

@keyframes blinker {

from {opacity: 1.0;}

to {opacity: 0.0;}

}

.blink{

text-decoration: blink;

-webkit-animation-name: blinker;

animation-name: blinker;

-webkit-animation-duration: 0.6s;

animation-duration: 0.6s;

-webkit-animation-iteration-count:infinite;

animation-iteration-count:infinite;

-webkit-animation-timing-function:ease-in-out;

animation-timing-function:ease-in-out;

-webkit-animation-direction: alternate;

animation-direction: alternate;

}

/* Blink-CLOSE */



/* video-overlay-START */

.video-overlay {

background-color: rgba(11,11,11,0.1);

padding: 15px;

border: 0px solid #ffffff;

width: 100%;

height: 100%;

top: 0%;

right: 0%;

bottom: 0%;

left: 0%;

position: absolute;

-webkit-transition-duration: 350ms;

transition-duration: 350ms;

-webkit-transform: scale(1,1);

transform: scale(1,1);

}

.video-overlay:hover,.video-overlay:focus,.video-overlay:active {

background-color: rgba(11,11,11,0.45);

-webkit-transform: scale(1,1);

transform: scale(1,1);

}

.hover_overlay_inner {

position: relative;

width: 100%;

height: 100%;

}

.video-overlay .links {

position: absolute;

color: #000000;

font-size: 26px;

margin: 0px;

padding: 0px;

text-align: center;

top: 50%;

left: 0px;

width: 100%;

-ms-transform: translateY(-50%);

-moz-transform: translateY(-50%);

-o-transform: translateY(-50%);

-webkit-transform: translateY(-50%);

transform: translateY(-50%);

z-index: 5;

overflow: hidden;

}

.video-overlay .links a {

margin: 0 auto;

display: inline-block;

}

.video-overlay .links a img,.video-overlay .links img {

width: 100%;

height: 100%;

max-width: 5.5rem;

display: inline-block;

border: 0px;

}



/* video-overlay-CLOSE */

