* {
  -webkit-font-smoothing: antialiased;
}
body{
    font-family: 'Montserrat', sans-serif;
}
html{
  scroll-behavior: smooth
}
::-webkit-scrollbar {
  width: 10px;
  height: 5px
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0px
}

::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0px
}

::-webkit-scrollbar-thumb:hover {
  background: #f58124
}
h1 {
        color: #0d1e50;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 44px;
        line-height: 50px;
}
h2 {
    color: #0d1e50;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
}
h4 {
    color: #0d1e50;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
}
a {
    text-decoration: none;
    outline: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    cursor: pointer;
    color: #0d1e50;
}
.heading{
    font-size: 48px;
    text-transform: uppercase;
}



.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100000000;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

#backtop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #f58124; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px 15px; /* Some padding */
  border-radius: 50px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#backtop:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}



.top-bar{
    background: #0d1e50;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255,255,255,.2);
    height: 50px;
    display: flex;
    align-items: center;
}
.top-bar-social{
    float: right;
    display: flex;
    justify-content: flex-end;
}

.top-bar-icon{
    color: #F58124;
}
.top-bar a{
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.top-bar a:hover{
    color: #F58124;
}
.top-bar-social-icon{
    color: #fff!important;
    border: 1px solid #efefef;
    border-left: 1px;
    border-bottom: none;
    border-right: none;
    border-top: none;
    width: 50px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
    
}
.top-bar-social-icon:hover{
    color: #F58124!important;
}



.bg-light {
    background-color: rgba(255, 255, 255, 0.93)!important;
    border-bottom-width: 1px;
    border-bottom-color: #f1f1f1;
    border-bottom-style: solid;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    box-shadow: 0 2px 10 rgb(0,0,0, .08);
    -webkit-box-shadow: 0 2px 10 rgb(0,0,0, .08);
    -moz-box-shadow: 0 2px 10 rgba(0,0,0,.08);
    -ms-box-shadow: 0 2px 10 rgba(0,0,0,.08);
    -o-box-shadow: 0 2px 10 rgba(0,0,0,.08);
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #F58124;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
    box-shadow: 0 2px 10 rgba(255, 171, 123, 0.08);
    -webkit-box-shadow: 0 2px 10 rgb(0,0,0, .08);
    -moz-box-shadow: 0 2px 10 rgba(0,0,0,.08);
    -ms-box-shadow: 0 2px 10 rgba(0,0,0,.08);
    -o-box-shadow: 0 2px 10 rgba(0,0,0,.08);
    border-radius: 3px;
    
    background-color: #fff5ed;
}
.nav-link:focus, .nav-link:hover {
    color: #F58124;
    background-color: #fff5ed;
    border-radius: 3px;
}
.nav-link{
    color: #0d1e50;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
    text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    margin-left: 5px;
    margin-right: 5px;
}
.dropdown-item{
    color: #0d1e50;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 11px 60px 11px 25px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #F58124;
    background-color: #fff5ed!important;
    box-shadow: 0 2px 10 rgb(0,0,0, .08);
    -webkit-box-shadow: 0 2px 10 rgb(0,0,0, .08);
    -moz-box-shadow: 0 2px 10 rgba(0,0,0,.08);
    -ms-box-shadow: 0 2px 10 rgba(0,0,0,.08);
    -o-box-shadow: 0 2px 10 rgba(0,0,0,.08);
}
.dropdown-menu{
    box-shadow: 0 5px 30px rgb(0,0,0, .08);
    -webkit-box-shadow: 0 5px 30px rgb(0,0,0, .08);
    -moz-box-shadow: 0 5px 30px rgba(0,0,0,.08);
    -ms-box-shadow: 0 5px 30px rgba(0,0,0,.08);
    -o-box-shadow: 0 5px 30px rgba(0,0,0,.08);
    border: 0px;
    margin-top: 24px!important;
    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.dropdown-menu.show{
    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2813, 30, 80, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.navbar-toggler{
    border: 0px;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0px 0px 0px #fff;
}

.hero{
    height: 85vh;
    display: flex;
    align-items: center;
}
.hero h4{
    color: #F58124;
    letter-spacing: 2px;
}
.hero h2{
    color: #0d1e50;
}
.hero p {
    color: #0d1e50;
}
.parallax {
    /* The image used */
    background-image:url("../img/hero-bg.jpg");
  
    /* Set a specific height */
    min-height: 85vh;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-position-y:25px ;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .parallax-window {
	min-height: 400px;
	background: transparent;
}
  .btn-primary-custom{
    border: 1px solid #f58124;
    background-color: #F58124;
    border-radius: 3px;
    padding: 10px 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
    box-shadow: 5px 4px 6px 0 rgb(0,0,0, 20%);
  }
  .btn-primary-custom:hover{
    border: 1px solid #f58124;
    border-radius: 3px;
    padding: 10px 25px;
    background-color: #fff5ed;;
    color: #f58124;
  }
  .btn-outline-primary-custom{
    border: #0d1e50 0.5px solid;
    border-radius: 3px;
    padding: 10px 25px;
    color: #0d1e50;
    font-size: 14px;
    background-color: #ececec;
    font-weight: 700;
    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
    box-shadow: 5px 4px 6px 0 rgb(0,0,0, 20%);
  }
  .btn-outline-primary-custom:hover{
    background-color: #0d1e50;
    border-radius: 3px;
    padding: 10px 25px;
    color: #fff;
  }
  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(20, 20, 20);
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(22, 22, 22);
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(22, 22, 22);
  }
  .home-our-services{
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url("../img/home_over_services_bg.jpg");
    background-position: center;
    background-size: cover;
  }
  .home-our-services-card{
    box-shadow: 5px 4px 6px rgb(0,0,0, .08);
    -webkit-box-shadow: 5px 4px 6px rgb(0,0,0, .08);
    -moz-box-shadow: 5px 4px 6px rgba(0,0,0,.08);
    -ms-box-shadow: 5px 4px 6px rgba(0,0,0,.08);
    -o-box-shadow: 5px 4px 6px rgba(0,0,0,.08);
    margin-top: 30px;
    border-radius: 00.35rem;
    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #ffffff;
  }
  .home-our-services-card:hover{
    transform: translateY(-10px);
  }
  .home_our_servicrs_icons{
    margin-bottom: 30px;
    margin-top: -50px;
  }
  .home_our_servicrs_img{
    margin-top: 30px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  }
  .home_our_servicrs_img:hover{
    border: 2px solid #f58124;
  }
  .home-our-services-card p{
    margin-bottom: 30px;
    text-align: center;
    font-size: 14px;
    color: #7d858d;
    font-weight: 500;
  }
  .parallax-cta{
     background-image:linear-gradient(rgba(13, 30, 80, 0.90),rgba(13, 30, 80, 0.90)) ,url("../img/home-cta-bg.jpg");
     background-attachment: fixed;
     background-position: center;
     background-position-y:25px ;
     background-repeat: no-repeat;
     background-size: cover;
     padding: 80px 30px;
  }
  .parallax-cta h2{
    color: #fff;
    font-size: 40px;
    line-height: 1.2em;
  }
  .parallax-cta p{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
    margin: 0px 0px 30px 0px;
  }
  .home-our-clients{
    padding: 80px 30px;
    margin-bottom: 30px;
  }
  .swiper-button-next, .swiper-button-prev{
    color: #F58124;
  }
  

  .home-our-projects{
    background-color: #0d1e50;
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .home_inquery_form_area{
    padding-top: 100px;
    padding-bottom: 100px;
  }




  .upper-footer{
    background: rgb(21,24,42);
    background-image: linear-gradient(90deg, rgba(21,24,42,0.98) 50%, rgba(33,41,66,0.98) 50%), url(../img/upper-footer-bg.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 80px;
    padding-bottom: 80px;
  }


  .footer-upper-headline{
    color: #FFF;
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 80px;
    text-align: center;
  }
  .upper-footer-info{
    color: #fff;
    padding-top: 50px;
    padding-left: 50px;

  }
  .upper-footer-info h3{
    font-size: 16px;
    font-weight: 700;
    color: #d1d1d1;
  }
  .upper-footer-info p{
    font-size: 16px;
    font-weight: 400;
    color: #ebebeb; 

  }
  .upper-footer-info p:hover{
    font-size: 16px;
    font-weight: 400;
    color: #F58124;

  }
  .footer{
    background-color: #040918;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .footer img{
    height: 120px;
  }
  .footer h2{
    color: #f1f1f1;
  }
  .footer p{
    color: #f1f1f1;
    font-weight: 400;
  }
  .footer-about a{
    color: #d1d1d1;
    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
    width: 50px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 22px;
  }
  .footer-about a:hover{
    color: #F58124;
  }

  .footer-links{
    margin-top: 60px;
  }
  .footer-links h3{
    font-size: 16px;
    font-weight: 600;
    line-height: 11px;
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
  }
  .footer-links a{
    color: #c1c1c1;
    font-size: 14px;
    
    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  }
  .footer-links a:hover{
    color: #F58124;
  }
  .last-footer{
    padding-top: 25px;
    color: #d1d1d1;
  }
  



  /* banner area */

  .banner_area{
    padding-top: 180px;
    padding-bottom: 180px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
  }
  .banner-title {
    color: #fff;
    font-size: 36px;
    line-height: 48px;
    font-weight: 800;
    word-break: break-word;
}



/* Contact Us */
.contactus_info_area{
  padding-top: 120px;
  padding-bottom: 100px;
}
.contactus_info_heading{
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
    color: #040918;
}
.contactus_info_sub_heading{
  color: #161619;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 5px;
}
.contactus_info_sub_heading_info{
  font-size: 15px;
    line-height: 27px;
    color:#828282;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
}
.form-control {
  border: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  color: #222222;
  background-color: transparent;
  padding: 20px 30px 20px 0px;
  margin-bottom: 15px;
}
.form-control:focus {
  border-bottom: 1px solid #c1c1c1;
}
input, input:hover, input:focus, input:active, textarea, textarea:hover, textarea:focus, textarea:active{
  outline: none;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.form-select{
  min-height: 50px;
  padding: 0 15px;
  margin-bottom: 30px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #eee;;
}
.form-select:focus {
  border-bottom: 1px solid #c1c1c1;
}
.form-select:focus {
  color: #212529;
  background-color: #fff;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.form-select option{
  padding-top: 10px;
  padding-bottom: 10px;
}
.map-responsive{
  overflow:hidden;
  padding-bottom:50%;
  position:relative;
  height:0;
  margin-bottom: 80px;
}
.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}



/* Aboutus Page */
.aboutus_our_history{
  padding-top: 120px;
}
.aboutus_our_history h2{
  margin-bottom: 30px;
  color: #161619;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 50px;
}
.aboutus_our_history p{
  color: #828282;
    font-size: 15px;
    line-height: 28px;
}
.about_client_num_counter{
  padding-top: 100px;
  padding-bottom: 100px;
}
.about_client_num_counter span{
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #F58124;
}
.about_client_num_counter p{
  color: #0d1e50;
  font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}
.about_us_our_mission{
  background-color: #f3f3f3;
  padding-top: 100px;
  padding-bottom: 140px;
}
.about_us_our_mission h2{
  margin-bottom: 30px;
  color: #0d1e50;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 50px;
}
.about_us_our_mission h6{
  color: #0d1e50;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 10px;
}
.about_us_our_mission .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  background-color: #f58124;
}
.about_us_our_mission .progress {
  background-color:#bebebe;
}
.progress_bar_info{
  margin-top: 30px;
}
.progress_bar_info h4{
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
}





/* Video production */
.video_production_area{
  padding-top: 120px;
}
.video_production_headline{
  margin-bottom:  30px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    text-align: center;
}
.video_production_info{
  color: #828282;
  overflow-wrap: break-word;
  text-align: center;
  font-size: 15px;
  line-height: 28px;
}
.accordion-button:not(.collapsed) {
  color: #f58124;
  background-color: #fff;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #f58124;;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(253, 157, 13, 0.25);
}



/* Audio Production */
.audio_production_area{
  padding-top: 120px;
}
.audio_production_headline{
  margin-bottom:  30px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    text-align: center;
}
.audio_production_info{
  color: #828282;
  overflow-wrap: break-word;
  text-align: center;
  font-size: 15px;
  line-height: 28px;
}



/* website development */
.web_dev_area{
  padding-top: 120px;
}
.web_dev_headline{
  margin-bottom:  30px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    text-align: center;
}
.web_dev_info{
  color: #828282;
  overflow-wrap: break-word;
  text-align: center;
  font-size: 15px;
  line-height: 28px;
}

/* Graphic Design */

.graphic_design_area{
  padding-top: 120px;
}
.graphic_design_headline{
  margin-bottom:  30px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    text-align: center;
}
.graphic_design_info{
  color: #828282;
  overflow-wrap: break-word;
  text-align: center;
  font-size: 15px;
  line-height: 28px;
}


  @media only screen and (max-width: 576px) {
    .parallax{
      min-height: 60vh;
    }
    .hero {
      height: 60vh;
  }
  .hero p {
    color: #0d1e50;
    font-size: 14px;
}
    .hero h4 {
      color: #F58124;
      letter-spacing: 1px;
      font-size: 16px;
  }
  .heading {
    font-size: 28px;
    text-transform: uppercase;
}
  .hero h2 {
    color: #0d1e50;
    font-size: 22px;
    line-height: 34px;
}
.btn-primary-custom {
  padding: 10px 15px;
}
.btn-primary-custom:hover {
  padding: 10px 15px;
}
.btn-outline-primary-custom {
  padding: 10px 15px;
}
.btn-outline-primary-custom:hover {
  padding: 10px 15px;
}
.parallax-cta h2 {
  font-size: 28px;
}
.parallax-cta p {
  font-size: 16px;
}
.footer-upper-headline {
  color: #FFF;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 42px;
  text-align: center;
}
  }