@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');



/***** General CSS *****/



body {

  word-break: break-word;

  font: 15px/25px 'Poppins', sans-serif;

  color: #393939;

  overflow-x: hidden;

}



a {

  text-decoration: none;

  color: #28b16d;

  white-space: initial;

}



a:hover,

a:focus {

  text-decoration: none;

  color: #393939;

}



a:hover {

  transition: all 0.5s ease-in-out;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

}



img {

  max-width: 100%;

}



input[type="text"]:focus,

textarea:focus,

input[type="password"]:focus,

select:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="tel"]:focus,

input[type="number"]:focus {

  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  outline: none;

}



select,

input[type="text"],

input[type="password"],

input[type="email"],

input[type="url"],

input[type="number"],

textarea,

input[type="tel"] {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

}



ul {

  margin: 0 0 20px;

  padding: 0;

  list-style-type: none;

}



p {

  font-weight: 500;

}





/***** Font Files *****/



@font-face {

  font-family: 'Fonts Awesome';

  src: url(../fonts/fontawesome-webfont.eot);

  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");

  font-weight: 400;

  font-style: normal

}





/***** Custom Classes *****/



.noPadding {

  padding: 0;

}



.noLeft {

  padding-left: 0;

}



.noRight {

  padding-right: 0;

}



.centerCol {

  float: none;

  margin: 0 auto;

}



.theme-btn {

  font-size: 14px;

  line-height: 20px;

  font-weight: 500;

  padding: 15px 40px;

  color: #fff;

  margin: 20px 20px 20px 0;

  border-radius: 50px;

  -webkit-border-radius: 50px;

  -moz-border-radius: 50px;

  text-transform: capitalize;

  border: 2px solid;

  text-transform: uppercase;

}



.theme-btn:hover {

  background-color: #fff;

  color: #28b16d;

  border-color: #28b16d;

}



.flexRow {

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  align-items: center;

}



.flexCol {

  -webkit-box-flex: 1;

  -moz-box-flex: 1;

  -webkit-flex: 1;

  -ms-flex: 1;

  flex: 1;

  align-items: center;

}



h1 {

  font-family: 'Poppins', Sans-Serif;

  font-size: 55px;

  line-height: 60px;

  color: #fff;

  font-weight: 500;

  margin: 0 0 17px;

}



h2 {

  font-family: 'Poppins', Sans-Serif;

  font-size: 55px;

  line-height: 60px;

  color: #393939;

  font-weight: 500;

  margin: 0 0 30px;

}



h3 {

  font-family: 'Poppins', Sans-Serif;

  font-size: 30px;

  line-height: 34px;

  color: #000000;

  font-weight: 600;

  margin: 0 0 28px;

}



h4 {

  font-family: 'Poppins', Sans-Serif;

  font-size: 24px;

  line-height: 29px;

  color: #393939;

  font-weight: 500;

  margin: 0 0 13px;

}



h5 {

  font-family: 'Poppins', Sans-Serif;

  font-size: 20px;

  line-height: 25px;

  color: #393939;

  font-weight: 500;

  margin: 0 0 20px;

}



h6 {

  font-family: 'Poppins', Sans-Serif;

  font-size: 18px;

  line-height: 23px;

  color: #393939;

  font-weight: 500;

  margin: 0 0 22px;

}



select {

  background: #fff url('../images/arrow.png') no-repeat right;

  padding: 0 40px 0 30px;

  

}



::-webkit-input-placeholder {

  color: #575757;

}



::-moz-placeholder {

  color: #575757;

  opacity: 1;

}



:-ms-input-placeholder {

  color: #575757;

}



:-moz-placeholder {

  color: #575757;

  opacity: 1;

}





/* BEGIN: HEADER SEC CSS */



/* sidenav-css start */

.sidenav {

  height: 100%;

  position: fixed;

  z-index: 999;

  top: 0;

  left: -500px;

  background: #e47225;

  background-repeat: no-repeat;

  background-size: cover;

  overflow-x: hidden;

  padding-top: 60px;

  transition: 0.2s;

  -webkit-transition: 0.2s;

  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);

  width: 250px;

}
.sidenav::after{
      content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-image: url(../images/menu-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

/* The navigation menu links */



/* When you mouse over the navigation links, change their color */

.sidenav a:hover, .sidenav a:focus {

  /*color: #000;*/

  text-decoration: none;

  padding-left: 40px;

}



.sidenav .closebtn {

  position: absolute;

  top: 0;

  right: 25px;

  font-size: 36px;

  margin-left: 50px;

}

.sidenav a {

  padding: 8px 8px 8px 32px;

  text-decoration: none;

  font-size: 12px;

  color: #fff;

  display: block;

  transition: 0.3s;

  text-transform: uppercase;

}

.mobilecontainer span {

  color: #e47225;

  margin-right: 10px;

  margin: 0px 9px;

  padding: 10px 0;

  position: relative;

  z-index: 1;

}

.mobilecontainer img {

  width: 63px;

  margin: -19px 0;

  position: relative;

  z-index: 1;

}

.mobilecontainer {

  background-color: #fff;

  padding-left: 20px;

  width: 70px;

}

/* sidenav-css end */







/*navigation*/

.topbar {

    background: #2e3854;

}
.logo-box img {
    height: 80px;
}


.topbar p {

    color: #fff;

    margin-bottom: 0;

    padding-top: 10px;

}



.topbar p a {

    color: #fff;

    font-size: 14px;

}



.topbar ul {

  align-items: center;
  justify-content: right;
    display: flex;

    padding-top: 10px;

    margin-bottom: 10px;

}



.topbar li {

    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;

    height: 25px;

    background: #fff;

    border-radius: 60px;

    text-align: center;

    line-height: 31px;

    margin: 0 5px;

}



.topbar li a i{
  color: #2e3854;
}
.topbar li a {

    color: #1c85c8;

    font-size: 14px;

}
.lgo-bar{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.lgo-bar img{
  display: block;
text-align: center;
margin: 0% auto;
}



nav {

  position: fixed;

  top: 100px;

  left: 0px;

  /* background: #000; */

  width: 10%;

  z-index: 999;

}

nav a {

  display: block;

  text-align: center;

  color: #FFF;

  padding: 30px 0;

  font-size: 18px;

  margin-left: -200px;

  width: 100%;

  height: 70px;

  transition-property: margin-left;

  transition-duration: 0.2s;

  background: #000;

  transition-timing-function: ease;

}

nav a:hover {

  color: #CFD8DC;

}

nav a:nth-child(1) {

  transition-delay: 0s;

}

nav a:nth-child(2) {

  transition-delay: 0.2s;

}

nav a:nth-child(3) {

  transition-delay: 0.4s;

}

nav a:nth-child(4) {

  transition-delay: 0.6s;

}

#nav-toggle {

  width: 50px;

  height: 50px;

  border: none;

  background-color: transparent;

  font: inherit;

  font-size: 40px;

  color: #FFF;

  transition: transform 0.2s ease;

  padding: 0;

  left: 0;

  position: absolute;

  left: 16%;

  top: 70px;

  z-index: 99999;

}

#nav-toggle:after {

  content: "\f0c9";

  font-family: 'FontAwesome';

  font-size: 25px;

}

#nav-toggle:focus {

  outline: none;

}

#nav-toggle:hover {

  color: #CFD8DC;

}

.nav-open nav a {

  margin-left: 0;

}

.nav-open #nav-toggle {

  transform: rotate(-180deg);

}

.nav-open #nav-toggle:after {

  content: "\f00d";

}



/* END: HEADER SEC CSS */





/*Banner Css*/



video#video_preview {
    width: 100%;
    height: 500px;
    object-fit: cover;
}



header {

    position: relative;

}



header {

    position: relative;

}



section.banner-silde {

    position: relative;

    overflow: hidden;

}



.banner-silde .banner-captions {

        position: absolute;
    bottom: 10%;
    left: 15%;
    width: 40%;
    background-image: linear-gradient(to right, #0b0a0a, #0b0a0a7d);
    padding: 20px 61px;
    border-radius: 10px;

}



.banner-silde .banner-captions h1 {

        text-transform: uppercase;
    font-size: 35px;
    line-height: 35px;
}



.banner-silde .banner-captions p {

    font-size: 12px;

    font-weight: 400;

    color: #fff;

    width: 95%;

}



.banner-silde .banner-captions span {

    display: block;

    color: #fff;

}



.banner-silde .banner-captions .btn-default {

   border: 2px solid #fff;
    padding: 5px 40px 4px 5px;
    border-radius: 60px;
    color: #fff;
    position: relative;
    margin-top: 20px;
    display: inline-block;
    background: #2e3854;
    font-size: 17px;

}



video:after {/* content: ''; */position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;}



.banner-silde:before {}



section.banner-silde:after {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgb(0 0 0 / 35%);

}



.banner-silde .banner-captions .btn-default img {

    filter: invert(-69.5);

    margin-right: 5px;

}



/*section.banner-silde:before {content: '';position: absolute;bottom: 204px;left: 0;border: 1px solid #fff;width: 100%;height: 2px;}*/


/*
span.dots {

    background: #fff;

    width: 20px;

    height: 20px;

    z-index: 999;

    border-radius: 60px;

    position: absolute;

    bottom: 195px;

    right: 40%;

}



span.dots1 {

    background: #fff;

    width: 20px;

    height: 20px;

    z-index: 999;

    border-radius: 60px;

    position: absolute;

    bottom: 195px;

    right: 20%;

}*/



.circle {

  position: absolute;

  border: solid 3px #2e3854;

  width: 60px; 

  height: 60px; 

  border-radius: 50%;  

}



span#circle b {

    color: #fff;

    font-size: 14px;

    display: inline-block;

    width: auto !important;

    position: absolute;

    right: -90px;

    top: 16px;

}



/*Banner Css End*/





/*Buttonsec*/



.buttonsec li {

    display: inline-block;

    margin: 12px 7px;

}



.buttonsec li a {

        background: #f5f5f5;
    padding: 8px 20px;
    font-size: 14px;
    color: #2e3854;
    border-radius: 5px;

}



section.buttonsec {

    padding-top: 60px;

    padding-bottom: 60px;

}



.buttonsec ul {

    text-align: center;

}



/*Buttonsec End*/



/*aboutsec*/



.aboutsec{

  text-align: center;
    background: #2e3854;
    padding-top: 5px;
    padding-bottom: 0px;
    border-bottom: 2px solid #c9c9c933;

}
section.aboutsec ul {
    margin: 0;
}



.aboutsec h2{

  font-size: 28px;

  font-weight: 400;

  margin-bottom: 10px;

  color: #fff;

}



.aboutsec p{

      font-size: 12px;
    font-weight: 400;
    color: #fff;
    width: 70%;
    margin: 0 auto;
    padding: 10px 0px;
    line-height: 20px;
}



/*aboutsec*/





/*footersec*/



.footersec{

    background: #2e3854;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c9c9c933;



}



.footersec ul{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}



.footersec li{

  display: flex;
  align-items: center;
  justify-content: center;
    width: 30px;

    height: 30px;

    background: #fff;

    border-radius: 60px;

    text-align: center;

    line-height: 31px;

    margin: 0 5px;
    margin-right: 10px;

}



.footersec li a{

  color: #2e3854;
    font-size: 15px;

}



.copyright{

background: #2e3854;

     padding-top: 5px;

    padding-bottom: 5px;

    }



.copyright p{

  font-size: 16px;

    font-weight: 400;

    color: #ffffff6b;

    text-align: center;
    margin: 0;

}
  .tom-flast{
    /*padding: 80px 0px;*/
  }
  .tom-flast .container-fluid{
    padding: 20px;
  }

/* Fixed sidenav, full height */
.side-bar {
    position: relative;
    background: #f8f8f8;
    border-radius: 20px;
    margin-top: -97px;
}
.side-bar h2{
      display: flex;
      padding-left: 50px;
      background: #2e3854;
      align-items: center;
      height: 70px;
      color: #fff;
      font-size: 27px;
      font-weight: 600;
      text-transform: uppercase;
      margin: 0px;
      border-top-right-radius: 20px;
      border-top-left-radius: 20px;
}
.side-bar h2 img{
  height: 20px;
  margin-right: 20px;
}
.right-side-bar img {
    height: 140px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    margin-top: 20px;
}
.sidenav {
  border-bottom-left-radius: 20px;
  width: 100%;
  z-index: 1;
  background-color: #f8f8f8;
  padding-top: 0px;
  position: relative;
  left: 0px;
  box-shadow: none;
  border-bottom-right-radius: 20px;
  border: 1px solid;
  height: auto;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 10px 40px;
  text-decoration: none;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  border: 1px solid #c9c9c9;
  font-weight: 500;
  text-transform: capitalize;
}

/* On mouse-over */
.sidenav a:hover .dropdown-btn:hover {
  color: #fff;
} 
/*.dropdown-btn:hover {
  color: #fff;
}*/

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
  background-color: #2e3854;
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #2e3854;
  border: 0px;
  padding-left: 8px;
}
.dropdown-container a {
    color: #fff;
    border: 0px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}
.tom-flast{
  position: relative;
}

.right-side-bar {
    padding-right: 100px;
}
.right-side-bar h3{
  color: #2e3854;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 30px;
  margin: 0;
  margin: 15px 0;
}
.right-side-bar p{
  color: #000000;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  margin: 0;
}
.right-side-bar p strong{
  font-weight: 600;
  /* margin: 20px 0; */
}
section.aboutsec img {
    height: 100px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/*footersec*/

/* coming soon start */

section.coming-soon {
    background: #fff;
}

section.coming-soon {
    text-align: center;
    padding: 5% 0;
}

section.coming-soon h3 {
    color: #2e3854;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 70px;
    margin-bottom: 3%;
}


section.coming-soon p {
    font-size: 35px;
    color: #000000b0;
    text-transform: uppercase;
}

.cmn-form {
    width: 40%;
    margin: 0 auto;
    position: relative;
    border: 1px solid #000;
    margin-top: 2%;
    margin-bottom: 2%;
        border-radius: 5px;
}

.cmn-form input {
    border: none;
    width: 100%;
    height: 55px;
}

.cmn-form input::placeholder {
    font-size: 17px;
}
.cmn-form button {
    position: absolute;
    right: 0;
    width: 22%;
    height: 55px;
    border: none;
    background: #2e3854;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
        border-radius: 5px;
}
.footersec.cmng {
    padding: unset;
    background: unset;
    border: none;
    margin-top: 1%;
}

.footersec.cmng li {
    background: #2e3854;
    width: 40px;
    height: 40px;
}

.footersec.cmng li a {
    color: #fff;
}

/* coming soon start */



/*new css*/

section.tom-flast.for-onbanner {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

section.tom-flast.for-onbanner .side-bar {
    margin-top: 0;
    width: 80%;
    background: #ffffff52;
}
section.tom-flast.for-onbanner .sidenav {
    background-color: #f8f8f869;
}
section.tom-flast.for-onbanner .right-side-bar {
    background: #ffffff8f;
    padding: 75px 50px;
    border-radius: 20px;
}
section.afterban-img {
  padding: 50px;
  position: relative;
}

.int-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.int-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.int-img .right-side-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffffe0;
  padding: 75px 50px;
  border-radius: 20px;
  width: 80%;
  text-align: center;
}
a.bkhome {
    background: #2e3854;
    width: 14%;
    margin: 0 auto;
    margin-bottom: 50px !important;
    color: #fff;
    padding: 12px 20px;
}

@media only screen and (min-width: 1661px) and (max-width: 1920px){}
@media only screen and (min-width: 1400px) and (max-width: 1600px){}
@media only screen and (min-width: 1200px) and (max-width: 1399px){}
@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 768px) and (max-width: 991px){}
@media only screen and (min-width: 520px) and (max-width: 767px){}
@media only screen and (min-width: 300px) and (max-width: 519px){
    video#video_preview {
    width: 100%;
    height: 900px;
    object-fit: cover;
}
section.tom-flast.for-onbanner .side-bar {
    margin-top: 0;
    width: 100%;
    background: #ffffff52;
    margin-bottom: 35px;
}
section.tom-flast.for-onbanner .right-side-bar {
    padding: 50px 50px;
}
.int-img {
    width: 90%;
    margin: 0 auto;
}
a.bkhome {
    width: 40%;
}
section.coming-soon h3 {
    font-size: 43px;
    line-height: 45px;
}
.cmn-form {
    width: 86%;
}
}


/*new css*/