body {
  font-family: "MontserratLight";
  color: #444444;
}
.h3, h3
{
	font-weight:bold
}
@font-face {
  font-family: SourceSansProRegular;
  src: url('../../assets/fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf');
} 
@font-face {
  font-family: SourceSansProLight;
  src: url('../../assets/fonts/Source_Sans_Pro/SourceSansPro-Light.ttf');
} 
@font-face {
  font-family: SourceSansProLight;
  src: url('../../assets/fonts/Source_Sans_Pro/SourceSansPro-Light.ttf');
} 

@font-face {
  font-family: SourceSansProBold;
  src: url('../../assets/fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf');
} 
@font-face {
  font-family: MontserratRegular;
  src: url('../../assets/fonts/Montserrat/Montserrat-Regular.ttf');
} 
@font-face {
  font-family: MontserratBlack;
  src: url('../../assets/fonts/Montserrat/Montserrat-Black.ttf');
} 
@font-face {
  font-family: MontserratBold;
  src: url('../../assets/fonts/Montserrat/Montserrat-Bold.ttf');
}
@font-face {
  font-family: MontserratLight;
  src: url('../../assets/fonts/Montserrat/Montserrat-Light.ttf');
}

a {
  color: #464749 !important;
}
#about-section-bg,#culture{
  background-color: #0F0E0C;
}
li{
  list-style: none;
}
a:hover {
  color: #BB141A;
  text-decoration: none;
}
.contact-us{
  background-color: #F2F2F2;
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 25px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .bx{
  color:white !important
}
.mobile-nav .social-links a {
  color:white !important
}
.about-header #header{
  background: #0F0E0C !important;
}
.about-header .nav-menu a{
  color:white !important;
}
.about-header .nav-menu .active > a{
  color: #BB141A !important;
}
#header.header-scrolled {
  top: 0;
  padding: 15px;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #222222;
}
@media (max-width: 992px) {
  #header {
    padding: 15px;
    top: 0;
  }
  #header .logo {
    font-size: 28px;
  }
  .content-module-padding{
    padding-right: 10px !important;
    padding-left: 45px !important;
    }
}
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}
.nav-menu a {
  display: block;
  position: relative;
  color: #222222;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 600;
  padding: 0 3px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
.images img{
  height:300px;
}
.small-img img,.width-details img{
  width:500px; height:300px;
}
.big-img img{
  height: 660px;
  width: 700px;
}

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #BB141A;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #BB141A;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 26px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #062b5b;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #106eea;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 30px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #222222;
}
.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding-left:20px;
  padding-right:20px;
}
.mobile-nav ul li{
padding-top:10px;
padding-bottom:10px;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-module
.mobile-nav a {
  display: block;
  position: relative;
  color: #222222;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #444444;
  text-decoration: none;
}
.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(9, 9, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/slider.png") top center;
  background-size: cover;
  position: relative;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}
#header .social-links a, .mobile-nav .social-links a{
  font-size: 18px;
  display: inline-block;
  background: #464749;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50px;
  text-align: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
.social-links {
  justify-content: center;
  align-items: center;
}
#hero .container {
  position: relative;
  padding-top: 132px;
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 58px;
  }
  .mobile-nav .social-links{
    justify-content: end !important;
  }
}
#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 10px 25px 8px 40px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  position: relative;
  font-weight: 600;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

.title{
  font-size: 17px;
font-family: "MontserratBold";
}
.title-border{
  border-bottom:2px solid #e23b3b;
}
.border-section{
border-top:1px solid #464749;
}
 .button{
  background-color: transparent;
  border:1px solid #464749;
  color:#464749;
}
 .button:hover,.danger-button:hover{
  background-color: #BB141A;
  border:1px solid #BB141A;
  color:white;
}
.danger-button{
  background-color: transparent;
  border:1px solid #BB141A;
  color:#BB141A;
}

#question p,.bold-question{
  font-size: 27px !important; font-weight: bolder !important;font-family:"MontserratBlack" !important;
}
#clients img{
  width:100px;
}
#clients{
  background-color: #E1E1E1;
}
#about-section-bg .button, #about-section-bg p,#about-section-bg h1,#about-section-bg h3,#culture p,#culture h1,#culture h3{
  color:white;
}
.italic{
  font-style: italic;
}
#about-section-bg p{
  font-size: 14px;
  font-family: "MontserratLight";
}
#culture h3, .title-bold, .bolder,#work-title h3,#directory h3,#work h3,#news h3,.bolder {
  font-family: "MontserratBlack";
}
#work .container,#work-title .work-border,#news .container .row{
  border-bottom: 1px solid #464749;
}
.mirinda{
  font-family: "MontserratBold";
}
.description-work{
  font-family: "MontserratLight";
}
.work-details .social-media i {
  background: #464749;
  border-radius: 2px;
  padding: 7px;
  color: white !important;
}
#news-section span{
  font-size: 15px;
  color: #8D8D8D;
  font-family: "MontserratLight";
}
#news-section img{
  width: 400px;
    height: 160px;
}
.font-family-news{
  font-family: "MontserratRegular" !important; font-weight: 100;border-bottom:1px solid #464749;
}
.titleP{
  font-family: "MontserratLight";
}

#news-section .title{
font-family: "MontserratRegular"; font-size: 14px;
}
#work .container,#work-title .content-module,#news .container{
padding-top: 70px;
}
#work-title .content-module-padding img{
  width: 100px;
  height: 100px;
  object-fit: contain;
}
#work-title .content-module-padding,#directory li , .font1{
font-family: "MontserratLight";
}
#directory li{
  font-weight: 500;
}
#culture p{
font-size: 14px; font-family: "MontserratLight";
}
#about-section-bg h1, .title-size p {
  font-size: 30px !important;
  font-family: 'MontserratBlack';
}
#about-section-bg h3 {
  font-family: "MontserratBlack";
  font-size: 20px;
}
.section-bg {
  background-color: #F2F2F2;
}
#section-about, #work,#work-title,#culture,#news,.contact-us h3,#news-details{
  padding-top:120px;
}
#careers{
  padding-top:180px;
}
#careers h3{
 font-family: "MontserratBlack";
}
.more-to-see{
  font-family: "MontserratBold"; font-size:25px;
}
.more-to-seep{
  font-family: "MontserratLight";
  font-size: 13px;
}
#news-details .title{
  font-size: 15px;font-family: "MontserratRegular";
}
#news-details span{
font-size: 13px;
    font-family: "MontserratLight";
}
a .title-work {
  text-decoration: underline;
}
.title-work{
  font-size: 20px;
  font-weight:900;
}
.dropdown{
  justify-content: flex-end;
}
.filter{
  justify-content: flex-end; align-items: baseline;
}
#bg-body , .clients-header{
  background-color: #f5f4f4;
}
.btn-secondary{
  background-color: white !important;
  border: none;
  color: grey !important;
}
.dropdown-toggle::after{
  color:#BB141A;
}
.show>.btn-secondary.dropdown-toggle:focus, .btn-secondary:focus{
  box-shadow: none; 
}
#work .show>.btn-secondary.dropdown-toggle{
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{
  color: #464749;
  background-color: white;
  border-color: white;
}
.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-family: 'MontserratLight' !important;
  font-weight: 100;
}

.section-title h3 span {
  color: #BB141A;
  font-family: 'MontserratBlack' !important;
}
.colored-title{
  color: #BB141A !important;
  font-size: 25px; font-weight:800;
}
.description{
  font-size: 15px;
}
.section-title p {
  margin: 15px auto 0 auto;
  font-family: "MontserratLight";
}
iframe{
  border: none;
}
.big-video iframe{
  width: 800px;
  height: 300px;
}
.small-video iframe{
  width:266px !important; height:300px !important;
}
#careers .submit{
  display: flex;
  justify-content: flex-end;
}
.submit .btn{
  background-color: #000000;
  color: white;
  border-color: #000000;
}
.submit .btn:hover{
  background-color: white;
  color: #000000;
  border-color: #000000;
}
@media (max-width: 992px) {
  #section-about, #work,#work-title,#culture,#news,.contact-us h3,#careers{
    padding-top:80px;
  }
  .video-width iframe,.big-video iframe, .small-video iframe{
    width:330px !important;
    }
}
.tag{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  font-size: 12px;
}
.tag p{
  background: #fbf2f2;
  border-radius: 15px; font-weight: bold;
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.form-control{
  height: calc(1.13em + .75rem + 2px) !important;     font-size: 15px;
  font-family: "MontserratLight" !important; border:none;
} 
.intrested{
  font-family: "MontserratRegular";
}
.form-control:focus{
  border-color: #BB141A;    box-shadow: 0 0 0 0.04rem #bb141a;
}
.portfolio{
  display: contents;
}
.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Attach file";
  background: black;
  color: white;
  font-size: 16px;
}
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #106eea;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#footer {
  background: #fff;
  color: white;
  font-size: 14px;
  background: #f1f6fe;
}
.footer-contact{
  background-color: #444444;
}
#footer .footer-top {
  background: #101010;
}
#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact h3 span {
  color: #106eea;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: white;
  padding-left:20px;
}
.footer-links-link, .footer-links-link2 {
  border-right: 1px solid white;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: white;
  position: relative;
}
.address{
  line-height: 0.3em ;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #106eea;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: white !important;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #106eea;
}
#footer .footer-top .social-media a {
  font-size: 18px;
  display: inline-block;
  background: #676060;
  color: #fff !important;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 34px;
  height: 34px;
  transition: 0.3s;
}
.padding-footer{
  padding-left:20px;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #106eea;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1220px) {
  .content-module{
    padding-right:25px !important;
    padding-left: 25px !important;
  }
}
.content-module{
  width: 100%;
  padding-right:15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  }
  .content-module-padding{
    width: 100%;
    padding-right:180px;
    padding-left: 180px;
    margin-right: auto;
    margin-left: auto;
    }
  .content-module-left{
    padding-left: 10px;
  }
  
  @media (min-width: 1200px){
  .content-module {
      max-width: 1200px;
  }
  .container{
    max-width: 1240px;
  }
  #contact .content-module,.contact-us .content-module {
    max-width: 1000px;
  } 
  }
  .btn-link:focus{
    text-decoration: none !important;
}
.btn:focus{
    box-shadow: unset !important;
}
.btn-link:hover {
color: unset;
text-decoration: unset;
}
.btn-link{
color:#464749;
}
.card,.card-header{
background-color: transparent;
}
.card{
border-top: none !important;
border-right: none !important;
border-left: none !important;
background: transparent !important;
}
.card button{
  color:#464749 !important;
  font-family: "MontserratRegular";
  font-size: 15px;
}
.card button:hover{
  color:#464749 !important;
  text-decoration: none !important;
}
.card-header{
  background: transparent !important;
}
.font-size{
  font-size: 13px; font-family: "MontserratLight";
}
a:hover{
  text-decoration: none !important;
}
.field{
  font-family: "MontserratLight" !important;
}
#form-inputs-style .form-control{
border:1px solid #707070;border-radius: 2px;
}
#form-inputs-style label{
  font-family: "MontserratLight"; color:#464749;
}
.youtube_icon
{
	position:relative;
}
.youtube_icon:before
{
	position:absolute;
	top:-50px;
	left:0;
	z-index:70;
	width:100%;
	height:100px;
	content:'';
	background:url('../img/ytvid.png') no-repeat center center;
}