@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800|Open+Sans:300,400,600,700');
body {
    font-size: 20px;
    color: #2a2a2a;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    direction: ltr;
    background-color: #fff !important;
}

scroll-padding-top{100px;}

.w100{width:100%;}

::selection{
    background: rgba(3, 169, 245, 0.5) !important;
    color: #fff;
}

.bg-dark {
    /*background-color: rgb(8 17 19 / 26%) !important;*/
    background-color: #ffc019 !important;
    height: 89px;
}

table,
tr,
td,
blockquote {
    color: #000;
}

html {
    font-size: 20px;
}

/*ol,
ul {margin: 0;padding: 0;list-style: none;}
*/
a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}

button:focus,
button:active,
input:focus,
input:active {
    outline: none;
    box-shadow: none;
}

small {font-size: 60%;}

h1,h2,h3,h4,h5,h6 {margin: 0;}

h1,h2,h3,h4,h5,.button,.numbered .tp-bullet .tp-count {
    font-family: 'Montserrat', sans-serif;
}

h1 {font-size: 3rem;}
h2 {font-size: 1.3rem;font-weight: 700;}
h3 {font-size: 1.2rem;}
h4 {font-size: 1.125rem;}
h5 {font-size: 1rem;}
h6 {font-size: 0.875rem;}

p.title {font-size: 1rem;}
.italic {font-style: italic;}
.underline{text-decoration: underline !important;}

/*.logo{
    display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0 0 0;
}*/


.logostyle{
  margin-top: -5px;
  width:78px;
}



#navbg{opacity: 0;}
.navbar-nav li a{color:#000; margin:5px; border-radius:7px;}
.navbar-nav li a:hover{background-color:#000;color:#ffc019;border-radius:7px;}
.navbar-nav .active{background-color:#09345d;color:#ffc019 !important; font-weight: 800; border-radius:4px;}

.navbar-toggler {background-color: #09345d;}


/* Home Page Header */

#home-slider {position: relative;padding: 0;}

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} 

.sl-slide {z-index: 1;}

.slide-caption {
    color: #fff;
    display: table;
    height: 100%;
    left: 0;
    min-height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 11;
}


.slide-caption .caption-content {
    vertical-align: middle;
    display: table-cell;
}

.caption-content h1{
    font-size:7vw;
    text-transform: uppercase;
    color:#ffc019;
    font-weight: 700;
}

.overlay-header {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #023ab9;
}

.sl-slide .overlay-header{opacity:0.6;}
.vh100{height: 100vh;}

#myVideo {position: fixed; right: 0;bottom: 0;min-width: 100%; min-height: 100%;z-index: -1;transform: scale(1.5); top:35px;}

/*  ... Home Page Header */


.radius {border-radius: 20px;}

section{padding:100px 50px;}

.s1 {
  background-color: #fff;
}



.footcus{position: relative;background-color: #fff;text-align: center;}
.footcus p{position: absolute;top: -64px;font-size: 12px;color: #fff;padding: 10px; width: 100%;}

footer{background-color:#130e11;color:#fff;padding:15px;}
footer a{color:#fff;}
footer a:hover{color:#cecece;}
footer p{color:#fff;font-size: 13px;line-height: 22px !important;}




@media (max-width: 991.98px) {
  .offcanvas-collapse {background-color: #19373f !important;top:55px !important;}
  .dropdown:hover .dropdown-menu {display: inline; padding:0;maring:0;}
  .navbar-collapse{padding-top: 40px;}
}

@media (max-width: 768px) {
  .prheadertxt{padding-right: 17px; }
  .small{line-height: 28px !important;}
  .mobm{margin-top: 85px;}
}


