@font-face {
  font-family: WynfordLine;
  src: url('WynfordLine.otf');
}
body{    
    font-family: 'Public Sans', sans-serif;
    width: 100%;    
    font-weight: 400; 
}
.wynfont{
	/*font-family: 'WynfordLine';*/
    font-family: 'Montserrat Alternates', sans-serif;
}
.outer-wraper{
  width: 100%;
  overflow-x: hidden;
  margin: auto !important;
}
p{
	font-size:14px;
	font-weight: 500;
  letter-spacing: normal;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
	line-height: 1.2;
  letter-spacing: normal;
}
a{
  letter-spacing: normal;
}
a:hover{
	text-decoration: none;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.blkrel {
    position: relative;
}
.mainnav-hdr {
  background-color: #ffffff;
  padding: 30px 40px 10px;
  margin-bottom: 0;  
  z-index: 9999;
  border: 0;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  letter-spacing: 4px;
  border-radius: 0;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar-brand.logo-brand::after{
  display: none;
}
.navbar-brand.logo-brand:hover:after {
    display: block;
}
.logo-brand{
  padding: 0;
  height: auto;
  margin: 0 !important;
}
.logo-brand img {
    display: inline-block;
    margin: 0 auto;
    max-width: 40px;
    max-height: 100%;
    width: auto !important;
    margin-right: 5px;
}
.complogo-txt {
    font-size: 20px;
    color: #000;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.nomargin{
  margin: 0;
}
.nopadding{
  padding: 0;
}
.boldfont{
  font-weight: bold;
}
.headercenter-list {
  padding: 0px 15px 0px 15px;
}
.headernavlist{
  margin: 0px 0 0;
  padding: 5px 0px 0 100px;
  display: block;
}
.mainnav-hdr .headernavlist li {
    position: relative;
    display: inline-block;
    padding: 0 15px;
}
.mainnav-hdr .headernavlist>li>a {
    position: relative;
    display: block;
    padding: 0;
    line-height: 20px;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    background-color: transparent !important;
}
.mainnav-hdr .headernavlist>li>a:hover{
    font-weight: 600;
}
.mainnav-hdr .headernavlist>li.active a{
    font-weight: 900;
}
.btnuniquecode {
    border-radius: 8px;
    font-size: 14px;
    margin: 0 auto;
    padding: 5px 25px;
    outline: 0px !important;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    border: 0;
    height: 40px;
}
.loginbtn {
    width: 100%;
    background-color: transparent;
    line-height: 25px !important;
    padding: 5px 15px !important;
}
.maxwidth {
  max-width: 1440px;
  position: relative;
}
.headercenter-list a.btnuniquecode.regbtn,.regbtncss {
    width: 100%;
    color: #000 !important;
    padding: 0px 15px !important;
    margin: 0 8px !important;
    background-color: transparent !important;
    border: 2.5px solid #000;
    font-weight: bold;
    border-radius: 4px;
    line-height: 32px;
}
.regbtncss{
    min-height: 40px;
    display: inline-block;
    width: auto;
    min-width: 170px;
    line-height: 38px;
}
.randomtxt-blk li {
  position: absolute;
    font-size: 22px;
    color: #0e4f6b;
    /*font-family: 'Oswald', sans-serif;*/
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
}
.randomtxt-blk{
  list-style: none;
}
.randomtxt-blk {
    z-index: 0;
    position: relative;
  max-width: 100%;
}
.randomtxt-blk li{
  white-space: nowrap;
  overflow: hidden;
}
.randomtxt-blk li {
    font-size: 30px;
    color: #ccc;
    /*text-transform: lowercase;*/
    font-style: italic;
}
.randomtxt-blk li.activeanim:nth-child(1) {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
    animation-delay: 1s;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@-moz-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.randomtxt-blk{
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.randomtxt-blk li{
	position: absolute;
	transition: transform .5s ease;
}
.randomtxt-blk li p {
    font-size: 30px;
    color: #ccc;
    /*text-transform: lowercase;*/
    font-style: italic;
}
.randomtxt-blk li:nth-child(1){
	top: 10%;
	left: 5%;
}
.randomtxt-blk li.activeanim:nth-child(1) {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
    animation-delay: 1s;
}

.randomtxt-blk li:nth-child(2){
    top: 35%;
    left: 15%;
}
.randomtxt-blk li.activeanim:nth-child(2){
	
  -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-duration:2s;
    animation-delay: 2s;
}
.randomtxt-blk li.activeanim1:nth-child(1),.randomtxt-blk li.activeanim1:nth-child(2){
    
  -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
    animation-delay: 1s;
}
.randomtxt-blk li:nth-child(3){
    top: 70%;
    left: 5%;
}
.randomtxt-blk li.activeanim:nth-child(3){
	
  -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-duration:3s;
    animation-delay: 3s;
}
.randomtxt-blk li.activeanim1:nth-child(3){
    
  -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
    animation-delay: 1s;
}
.randomtxt-blk li:nth-child(4){
    top: 10%;
    right: 15%;
}
.randomtxt-blk li.activeanim:nth-child(4){
	
  -webkit-animation-name:fadeInRight;
  -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
  animation-name:fadeInRight
  -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-duration:4s;
    animation-delay: 4s;
}
.randomtxt-blk li.activeanim1:nth-child(4),.randomtxt-blk li.activeanim1:nth-child(5),.randomtxt-blk li.activeanim1:nth-child(6){
    
  -webkit-animation-name:fadeInRight;
  -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
  animation-name:fadeInRight
  -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
    animation-delay: 1s;
}
.randomtxt-blk li:nth-child(5){
    top: 35%;
    right: 5%;

}
.randomtxt-blk li.activeanim:nth-child(5){
	
  -webkit-animation-name:fadeInRight;
  -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
  animation-name:fadeInRight
  -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -o-animation-duration:5s;
    animation-delay: 5s;
}
.randomtxt-blk li:nth-child(6){
    top: 70%;
    right: 15%;
}
.randomtxt-blk li.activeanim:nth-child(6){
	
  -webkit-animation-name:fadeInRight;
  -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
  animation-name:fadeInRight
  -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 6s;
    -moz-animation-duration: 6s;
    -o-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-duration:6s;
    animation-delay: 6s;
}
.bannerimg {
    z-index: -1;
    max-height: 650px;
    margin: 0 auto;
    position: relative;
}
.bannerttl {
	font-size: 100px;
	line-height: 100px;
  margin: 20px 0 0;
}
.bannerdesc {
  font-size: 20px;
}


@-webkit-keyframes fadeInRight{
    0%{
        opacity:0;
        -webkit-transform:translateX(100px);
        transform:translateX(100px)
    }
    100%{
        opacity:1;
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
@keyframes fadeInRight{
    0%{
        opacity:0;
        -webkit-transform:translateX(100px);
        -ms-transform:translateX(100px);
        transform:translateX(100px)
    }
    100%{
        opacity:1;
        -webkit-transform:translateX(0);
        -ms-transform:translateX(0);
        transform:translateX(0)
    }
}
.main-title{
    font-size: 70px;
    line-height: 70px;
    margin: 20px 0 0;
}
.sub-title{
    font-size: 20px;
}
.feature-sec{
    margin-top: 25px;
}
.rowtopcss {
    padding-top: 10px;
    padding-bottom: 15px;
}
.rowtopcsscol1{
    margin-top: 25px;
}
.main-title1{
    font-size: 20px;
}
.flexcolm2 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
#site_footer {
    margin-top: 35px;
    position: relative;
    z-index: 99;
    padding: 0 0px 15px;
    background-color: #fff;
    border-top: 2px solid #f3f4f8;
}
#site_footer .social_link_cont {
    margin-top: 15px;
}
#site_footer .social_link_cont, #site_footer .copyright_cont {
    display: table;
    vertical-align: middle;
}
.ftrtext {
    color: #010101;
    font-size: 13px;
    font-weight: 500;
    margin-top: 2%;
}
.footerlogo {
    height: 35px;
    text-align: right;
    float: right;
}
.links_cover img {
    max-width: 55px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 0px;
    margin: 0 auto;
    max-height: 35px;
}
#vdoprev {
    max-width: 100%;
}
.menulist-prev {
  width: 100%;
  text-align: center;
  margin: 20px 0 20px;
}
.menulist-prev li{
  display: inline-block;
  padding: 10px 18px;
  text-align: center;
}
.menulist-prev li.active {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 20px;
}
.menulist-prev li a{
  color: #ccc;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none !important;
}
.menutitle{
  font-weight: 500;
}
.menulist-prev li.active .menutitle{
  display: inline-block;            
}
.menulist-prev li a:hover .menutitle{
  display: inline-block;            
}
.menulist-prev li a:hover{
  color: #1abc9c;
}
.menulist-prev li.active a{
  color: #ff9000;
}
.menulist-prev li{
position: relative;
}
.menulist-prev li::after {
content: '';
display: block;
width: 0;
height: 2.5px;
background: #ff9000;
transition: width 18s;
opacity: 0;
position: absolute;
left: 0;
bottom: 0;
border-radius: 8px;
}

.menulist-prev li.active::after {
opacity: 1;
  width: 100%;
}
@media screen and (min-width: 768px){
	.mainnav-hdr.stickyheader {
	    top: 0;
	    position: fixed;
	    width: 100%;
	}
	.banner.blkrel {
    margin-top: 110px;
	}
    .flexblock {
    display: flex;
    }
    .flexcolm1 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: right;
    }
    .headernavlist{
        padding: 8px 0px 0 55px;
    }
    .copyright_cont {
    text-align: right !important;
    }
}
@media only screen and (max-width: 767px){
  .randomtxt-blk li{
    font-size: 14px;
  }
  .mainnav-hdr{
    padding: 30px 15px 10px;
  }
  .mobile-menu {
    float: right;
    width: 30px;
    margin: 2px 0px 0 0;
    padding: 0;
    position: relative;
    z-index: 99;
    border: 0;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    background: none !important;
    }
    .mobile-menu svg{
        color: #9e9ea7;
        vertical-align: middle;
        width: 22px;
        height: 22px;
        fill: #9e9ea7;
    }
    .mobile-menu svg path {
    fill: currentColor;
    }
    #topNav {
    top: 0;
    position: fixed;
    width: 100%;
    }
    .banner {
    margin-top: 75px;
    }
    .bannerttl {
    padding-top: 25px;
    font-size: 60px;
    line-height: 70px;
    }
    .main-title1{
        text-align: center;
    }
    .headercenter-list {
    position: absolute;
    top: 45px;
    width: 100%;
    padding: 15px 0;
    margin: 0 !important;
    background-color: #fff;
    left: 0;
    right: 0;
    border: 0;
    }
    .headernavlist {
    margin: 0;
    padding: 0;
    }
    .mainnav-hdr .headernavlist li {
    position: relative;
    display: block;
    padding: 0 15px;
    margin: 20px 0;
    }
    .headercenter-list a.btnuniquecode.regbtn{
        margin: 0 !important;
    }
    .ftrtext {
    text-align: center;
    }
    .footerlogo {
    margin: 0 auto;
    float: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .randomtxt-blk li{
    font-size: 16px;
  }
  .mainnav-hdr{
    padding: 30px 15px 10px;
  }
}