@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');
body{
	box-sizing:border-box; 
	font-family: 'Poppins', sans-serif;
}
html {
  scroll-behavior: smooth;
}
:root {
    --primary-color:#1113FE;
    --secondary-color:#2D2D2D;
}
*,
*::after,
*::before,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

p{
    line-height: 24px;
    font-size: 14px;
}
ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
a, button {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
a:hover
{
  text-decoration: none;
}
button:focus, input:focus, textarea:focus, select:focus, a:hover
{
  outline: none; box-shadow: none;
}
.wrapper
{
  margin:0px; 
  padding: 0px;
}
.section{
  height: 100vh !important;
}
.heading{
  font-size: 44px;
  font-weight: 500;
  color: #000;
}
.bottomCenter img{
    max-width:300px;
}
.logo{
  width: 180px;
}
.logo img{
  max-width: 100%;
}
.header{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9;
  background: rgba(255,255,255,0.6);
  width: 100%;
}
.rightMenu ul li a{
  padding: 10px 20px;
  display: block;
  font-weight: 500;
  font-size: 15px;
  border-radius: 40px;
  color: #333;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.btnMenu{
  width: 37px;
  margin-left: 20px;
  background: none;
  position: relative;
  border:none;
  margin-top: 5px;
}
.btnMenu span{
  width: 100%;
  height: 4px;
  margin:4px 0;
  left: 0;
  position: absolute;
  top: 4px;
  transition: all 0.1s ease-in-out;
  background: #000;
  display: block;
}
.btnMenu span:nth-child(2){
  top:12px;
}
.btnMenu span:nth-child(3){
  top:20px;
}
.btnMenu span:first-child{
  background: var(--primary-color);
}
.btnMenu.active span:first-child{
  background: var(--secondary-color);
  transform: rotate(-45deg);
  top: 10px;
}
.btnMenu.active span:nth-child(2){
  display: none;
  top: 0px;
}
.btnMenu.active span{
  background: var(--secondary-color);
  transform: rotate(45deg);
  top: 10px;
}
.text_primary{
  color: var(--primary-color);
}
.bg1{
  background: transparent url(../images/bg/banner1.jpg) center top;
  background-size:cover; 
}
.bg2{
  background: transparent url(../images/bg/banner2.jpg) center top;
  background-size:cover; 
}
.bg22{
  background: transparent url(../images/bg/body-camera.jpg) center top;
  background-size:cover; 
}
.bg3{
  background: transparent url(../images/bg/banner3.jpg) center top;
  background-size:cover; 
}
.bg4{
  background: transparent url(../images/bg/banner4.jpg) center top;
  background-size:cover; 
}
.bg5{
  background: transparent url(../images/bg/banner5.jpg) center top;
  background-size:cover; 
}
.bg6{
  background: transparent url(../images/bg/banner6.jpg) center top;
  background-size:cover; 
}
.bg7{
  background: transparent url(../images/bg/banner7.jpg) center top;
  background-size:cover; 
}
.bg8{
  background: transparent url(../images/bg/banner8.jpg) center top;
  background-size:cover; 
}
.bg9{
  background: transparent url(../images/bg/banner9.png) center top;
  background-size:cover; 
}
.bg10{
  background: transparent url(../images/bg/banner10.jpg) center top;
  background-size:cover; 
}
.bg11{
  background: transparent url(../images/bg/banner11.jpg) center top;
  background-size:cover; 
}
.bgLast{
  background: #fff; 
}
.bannerLeft{
  background: rgba(255,255,255,.9);
  padding:60px;
}
.bannerLeft h4{
  margin: 15px 0;
}
.btnMore{
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  background: #ffffff0a;
  text-decoration: none;
  height: 38px;
  line-height: 18px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 20px;
  padding: 10px 40px;
  border: 1px solid #000000;
}
.btnMore:hover{
  border-color: transparent;
  background: #fff;
  color: #000;
}
.downBtn{
  font-size: 35px;
  display: inline-block;
  color: #333;
  position: absolute;
  bottom: 15px;

}
.downBtn:hover{
  color: #000;
}
#fp-nav ul li .fp-tooltip{
  color: #000 !important;
}
.bottomCenter{
  text-align: center;
  color: #fff;
  padding:25px 0;
}
.bottomCenter p{
  margin:15px 0;
}
.bottomCenter p a{
  font-size: 18px;
  color: #fff;
}
.bottomCenter p a i{
  
}
.menuBlock{
  position: fixed;
  top: 0px;
  padding:80px 20px;
  right: -100%;
  transition: all 0.2s ease-in-out;
  height: 100%;
  z-index: 1;
  background: #fff;
  width: 27%;
}
.menuBlock ul li a{
  color: #323232;
  padding:0 17px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  zoom: 1;
  letter-spacing: 1px;
  display: block;
  width: 100%;
  line-height: 52px;
}
.menuBlock ul li a:hover{
  color: var(--primary-color);
}
.menuBlock.active{
  right: 0px;
}
.footer{
  padding: 40px 0;
  background:#fff;
  text-align: center;
}
.bgGrey{
  background: #f1f1f1;
}
.formBlock{
  margin-top: 28px;
  padding: 0px 80px;
}
.formItems input, .formItems select{
  font-size: 14px;
  color: #323232;
  height: 45px;
  border: 1px solid #999;
  box-shadow: none;
  background: #fff;
  padding: 0 10px;
  width: 100%;
}
.formItems input:focus{
  background:#f9f9f9;
  border-color:#000;
}
.formItems{
  margin-bottom: 10px;
}
.select2-selection--multiple{
  border:1px solid transparent !important;
  margin-top: 15px;
  border-radius: 0px !important;
  width: 100% !important;
}
.formItems input:focus, #formFile, .formItems textarea:focus, .formItems select:focus, .select2-container--default.select2-container--focus .select2-selection--multiple{
  border-color: var(--secondary-color) !important;
}
.select2-container .select2-selection--multiple{
  min-height: 48px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
  background: #e5f4fa !important;
  color: #026690 !important;
  border: 1px solid transparent !important;
  font-size: 14px;
}
.formItems{
  text-align: left;
}
.form-select{
  border-radius: 0px !important;
}
.form-select:focus{
  outline: none;
  box-shadow: none !important;
}
.formItems textarea{
  font-size: 14px;
  color: #323232;
  height: 100px;
  border: 1px solid #999;
  box-shadow: none;
  background: #fff;
  padding: 10px 10px;
  width: 100%;
}
.btnTheme
{
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: var(--primary-color);
  text-decoration: none;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  padding: 0px 85px;
  border: 1px solid #fff;
  margin-right: 25px;
  width: 230px;
  margin: 30px auto;
  text-transform: capitalize;
  justify-content: center;
  display: flex;
}
.btnTheme:hover{
  background: var(--secondary-color);
}
.itemSupport{
  border-bottom:1px solid #e0e0e0;
  padding-bottom: 15px;
}
.itemSupport i{
  font-size: 45px;
  margin-bottom: 15px;
  color: var(--primary-color);
}
.space{
  height: 80px;
}
.itemSupport h5{
  color: #000;
}
.itemSupport{
  margin-bottom: 20px;
}
.select2-container{
  width: 100% !important
}
.contactBg{
  background:var(--primary-color);
}
.secPadding{
  padding:40px;
}
.bottomText{
  
}
.posBottom{
  position: absolute;
  bottom: 0px;
  background: #fff;
  text-align: center;
  width: 100%;
  padding:10px 0;
}
.secPadding{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -10%);
}
.newStyle{
  position: absolute;
  top: 50%;
  width: 40%;
  transform: translateY(-40%);
}
.homeTop{
  width: 40%;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-35%);
}
.input-group-append{
  background:#fff;
  border:1px solid #999;
  border-left:none;
}
.gj-datepicker-bootstrap [role=right-icon] button, .gj-datepicker-bootstrap [role=right-icon] button:focus{
  border:none !important;
  outline: none;
  box-shadow: none;
}
.formItems2{
  margin: 20px 0;
}
.labelFont{
  font-size: 16px;
  font-weight: 500;
}
.contactBg{
  text-align: center;
  padding:30px 0 60px;

}
.contactBg br{
    display:none;
}
.contactBg p{
  margin:15px 0;
}
.contactBg p a{
  font-size: 18px;
  color: #fff;
}
.contactBg p i{
  font-size: 24px;
  color: #fff;
}
.itemTesti{
  background:#fff;
  padding:30px;
  text-align: center;
  border-radius: 5px;
}
.itemTesti div{
  display: flex;
  height: 250px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.slick-slide {
    margin: 0 15px;
}
.itemTesti p{
  margin-top: 15px;
}

.page {
   -webkit-transform: translate3d(0,0,0);
   transform: translate3d(0,0,0);
}
.slide {
   -webkit-transform: translate3d(0,0,0);
   transform: translate3d(0,0,0);
}
.section, .testimonialSlider, .slick-slide {
    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
}
.form-check{
    padding-left:1em;
}
.uploadResume{
    position:relative;
    height:45px;
    display:flex;
    align-items:center;
    border:1px solid #999;
}
.uploadResume input{
    position:absolute;
    top:0;
    left:0px;
    opacity:0;
}
.uploadResume span{
    font-size:13px;
    padding:11px 10px;
    border-right:1px solid #999;
    background:#f5f5f5;
}