@charset "utf-8";
/*------General Code------*/
body {
  font-family: 'Rubik',sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 400;
  color: #000000;
  background: #ffffff;
  border-color: #ffffff;
  transition: transform ease-in .4s;
  overflow-x: hidden;
  position: relative;
  z-index: -10;
}
/*------Preloader------*/
.preloader {
  background: #fd5d14;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 9999;
  overflow: hidden;
}
/*------section header------*/
.divider-white{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 12px;
  color: #ffffff;
}
.divider-white::before{
  content: '';
  height: 4px;
  background: #ffffff;
  flex: 1;
  margin: 0 .25em 0 0;
}
.divider-white::after{
  content: '';
  height: 4px;
  background: #ffffff;
  flex: 1;
  margin: 0 0 0 .25em;
}
.divider-blue{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 12px;
  color: #030e27;
  margin-top: 0px;
}
.divider-blue::before{
  content: '';
  height: 4px;
  background: #030e27;
  flex: 1;
  margin: 0 .25em 0 0;
}
.divider-blue::after{
  content: '';
  height: 4px;
  background: #030e27;
  flex: 1;
  margin: 0 0 0 .25em;
}
.divider-orange{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 12px;
  color: #fd5d14;
  margin-top: 250px;
}
.divider-orange::before{
  content: '';
  height: 4px;
  background: #fd5d14;
  flex: 1;
  margin: 0 .25em 0 0;
}
.divider-orange::after{
  content: '';
  height: 4px;
  background: #fd5d14;
  flex: 1;
  margin: 0 0 0 .25em;
}
/*------ Background Colors------*/
.bg-custom-blue {
  background-color: #030e27;
}
.bg-about-arrow {
  background-color: #030e27;
  position: relative;
  z-index: 5;
  clip-path: polygon(0% 0%, 0% 100%, 0% calc(100% - 5vw), 50% 100%, 100% calc(100% - 5vw), 100% 0%);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 0% calc(100% - 5vw), 50% 100%, 100% calc(100% - 5vw), 100% 0%);
  margin-bottom: -5vw;
}
.bg-white-arrow {
  background-color: #ffffff;
  position: relative;
  z-index: 4;
  clip-path: polygon(0% 0%, 0% 100%, 0% calc(100% - 5vw), 50% 100%, 100% calc(100% - 5vw), 100% 0%);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 0% calc(100% - 5vw), 50% 100%, 100% calc(100% - 5vw), 100% 0%);
  margin-bottom: -5vw;
}
.bg-blue-arrow {
  background-color: #030e27;
  position: relative;
  z-index: 3;
  clip-path: polygon(0% 0%, 0% 100%, 0% calc(100% - 5vw), 50% 100%, 100% calc(100% - 5vw), 100% 0%);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 0% calc(100% - 5vw), 50% 100%, 100% calc(100% - 5vw), 100% 0%);
  margin-bottom: -5vw;
}
.bg-white-contact {
  background-color: #ffffff;
  padding-bottom: 50px;
}
.bg-blue-footer {
  background-color: #030e27;
  padding: 25px 0px 5px 25px;
}
/*------ Text Colors------*/
.text-custom-orange {
  color: #fd5d14;
}
.text-custom-white {
  color: #ffffff;
}
.text-custom-blue {
  color: #030e27;
}
.text-theme{
  color: #111111;
}
/*------Preloader------*/

/*------TopBar------*/
.custom-container {
  padding-right: 100px;
  padding-left: 100px;
}
.topbar{
  padding-bottom: 10px;
}
.topbar .right-side,
.topbar .left-side{
  padding: 10px 0 0;
}
.topbar .left-side ul{
  display: flex;
  align-self: flex-start;
}
.topbar .left-side li{
  margin-right: 20px;
}
.topbar .left-side li a{
  color: #fff;
}
.topbar .left-side li a i{
  margin-right: 5px;
  color: #fff;
}
.topbar .right-side ul{
  display: flex;
  align-self: flex-end;
  justify-content: flex-end;
}
.topbar .right-side li{
  margin-left: 10px;
}
.topbar .right-side li.language{}
.topbar .right-side li.language>select{
  background: transparent;
  color: #fff;
  font-size: 14px;
  border: none;
  -webkit-appearance: none;
  line-height: 1;
}
.topbar .right-side li.language>select>option{
  color: #111111;
}
ul.custom {
  list-style: none;
  padding-left: 0px;
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}
a {
  color: #111111;
  text-decoration: none;
  transition: 0.5s;
}
/*------Navigation------*/
.navbar {
  padding-top: 0rem;
  padding-bottom: 0rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
}
.navbar-light .navbar-nav .nav-link {
  color: #030e27;
  font-weight: 600;
  transition: 0.5s;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #fd5d14;
  text-decoration: underline;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: #fd5d14;
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: #fd5d14;
  text-decoration: underline;
}
.fa-bars {
  color: #030e27;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}
.navbar .navbar-toggler, .navbar .navbar-toggler:focus, .navbar .navbar-toggler:hover {
  border: none; 
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: #fd5d14;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 15px;
  color: #030e27;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #030e27;
  border-radius: 0.25rem;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 600;
  color: #030e27;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: none;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #fd5d14;
  background-color: #ffffff;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fd5d14;
  text-decoration: none;
  background-color: #ffffff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #fd5d14;
  pointer-events: none;
  background-color: none;
}
.dropdown:hover .dropdown-menu{
  display: block;
}

.navbar-brand{
  width: 100px;   
  top: 0px;
  background-color: #fd5d14;
}
.sticky-top {
  transition-delay: .2s;
}
.hide {
  transform: translateY(-500%);
  transition-delay: .2s;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #fd5d14;
  border: 1px solid #030e27;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;	
}
.btn:hover, .btn:focus {
  background-color: #030e27;
  border-color: #fd5d14;
  color: #ffffff;
  transition: 0.5s;
}
.btn-temp {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #fd5d14;
  border: 1px solid #ffffff;
  padding: 0.375rem 0.75rem;
  font-size: 20px;
  border-radius: 0.25rem;
}
.btn-temp:hover, .btn-contact:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #030e27;
  transition: 0.5s;
}
.image-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/*------Borders------*/
.img-shadow {  
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
.p-relative {
  position: relative;
}
/*------Contact------*/
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #030e27;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #fd5d14;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(253, 93, 20, 0.25);
}
.btn-contact {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #fd5d14;
  border: 1px solid #030e27;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;	
}
.btn-contact:hover, .btn-contact:focus {
  background-color: #030e27;
  border-color: #fd5d14;
  color: #ffffff;
  transition: 0.5s;
}
/*------Back to Top------*/
a.back-top span {
  font-size: 15px;
  line-height: 1;
}
a.back-top i{
  font-size: 20px;
  padding-top: 5px;
	}
.back-top {
  text-align: center;
}
a.back-top {
  display: none;
  width: 55px;
  height: 55px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #030e27;
  color: #ffffff;
  background: #fd5d14;
  transition-duration: 0.3s;
  position: fixed;
  z-index: 100;
  bottom: 20px;
  right: 20px;
}
a:hover.back-top {
  background-color: #030e27;
  border: 2px solid #fd5d14;
}
/*------Footer------*/
.footer-section {
  background: #030e27;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #ffffff;
}
.single-cta i {
  color: #fd5d14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text a {
  color: #ffffff;
  font-size: 15px;
}
.cta-text span {
  color: #ffffff;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-logo img {
  max-width: 350px;	
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #ffffff;
  line-height: 28px;
}
.footer-widget-heading h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 175px;
  background: #fd5d14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #fd5d14;
}
.footer-widget ul li a {
  color: #ffffff;
  text-transform: capitalize;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
}
.copyright-text p a{
  color: #fd5d14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #030e27;
}
.footer-menu li a {
  font-size: 14px;
  color: #ffffff;
}
