/* Font-style =============================>> */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');


body{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
a, button{
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
a{
	color:#D0021B;
}
a:hover{
	color:#18181A;
}


/* Heading style =============================>> */
h1, .heading1 {
    color: #FFFFFF;
  font-family: Poppins;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 67px;
}

h2, .heading2 {
    color: #272525;
  font-family: Poppins;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 45px;
}

h3, .heading3 {
   color: #FFFFFF;
  font-family: Poppins;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 45px;
  
}

h4, .heading4 {
    color: #272525;
  font-family: Poppins;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 35px; 
}

h5, .heading5 {
     color: #FF222B;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23px;
}

 h6, .heading6 {
 color: #272525;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23px;
}  

.tag-01 {
  color: #FFFFFF;
 /* font-family: Poppins;*/
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 34px;
  text-transform: uppercase;
}
.tag-02 {
    color: #37434B;
  font-family: Poppins;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 3.2px;
  line-height: 20px;
}

.tag-02{
	display: flex;
	color: #37434B;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 3.2px;
	line-height: 21px;
	margin: 15px 0 10px;
}
.tag-03{
	color: #FFFFFF;
	font-family: Poppins;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 3.2px;
	line-height: 20px;
	text-transform: uppercase;
}
.tag-04{
	display: flex;
	color: #37434B;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 21px;
	margin: 15px 0 10px;
}

/*************button style here******************/

.button-02, a.button-02 {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    background-color: #fff;
      color: #FFFFFF;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
    padding: 14px 40px;
    display: inline-block;
    text-decoration: none;
    background-color: #FF222B;
}
.button-02:hover, a.button-02:hover{
 background-color: #505050;
    color: #fff;
}

.button-02-large, a.button-02-large {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    background-color: #fff;
      color: #FFFFFF;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
    padding: 14px 50px;
    display: inline-block;
    text-decoration: none;
    background-color: #FF222B;
}
.button-02-large:hover, a.button-02-large:hover{
 background-color: #505050;
    color: #fff;
}
.button-03, a.button-03 {
    
       color: #272525;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
    padding: 14px 36px;
    
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    text-decoration: none;
     background-color: #FFCD32;
}
.button-03:hover, a.button-03:hover{
 background-color: #505050;
    color: #fff;
    
}

input.btn-submit, .btn-submit{
    color: #1D2DE0;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
    height: 50px;
  border-radius: 25px;
  background-color: #FFFFFF;
  padding: 15px 70px;
  border: 0;
}
input.btn-submit:hover, .btn-submit:hover{
   background-color: #FFCD32;
   color: #272525;
}

.container{
	max-width: 1259px;
  position: relative;
} 

.hero-header{
	width: 100%;
    float: left;
    height: 846px;
    background: url("../images/Backgroundphoto-blue.jpg") center center;   
    background-size: cover;
    position: relative;
}
.top-navigation {
    position: relative;
    z-index: 4;
   
    margin: auto;
}

.navbar-brand{
  margin-left: -20px;
}
.navbar-collapse{
  margin-top: -30px;
}
.navbar {
    width: 100%;
    background:transparent !important;
    padding: 0;
}
.navbar-nav li{
	margin: 0 25px;
	list-style: none;
}
.navbar-nav li a{
    color: #FFFFFF;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  text-decoration: none;
}
.navbar-nav li a:hover{
	color: #FFCD32;
}

.contact-pn-container {
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.17px;
    line-height: 19px;
}
.contact-pn-container span{
  display: inline-block;
  margin-right: 48px;
}
.icon-mobile-phone{
  margin-right: 4px;
}

.button-01, a.button-01 {
  color: #FFFFFF;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  padding: 15px 32px;
    border-radius: 25px;
  background-color: #FF222B;
  text-decoration: none;
}
.button-01, a.button-01:hover{
	color: #fff;
   background-color: #505050;
}

.container-heading{
	/*max-width: 611px;*/
  max-width: 630px;  
	padding: 0;
}
.content-header {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    padding-top: 10em;
}
.middle-content-header {
    display: table-cell;
    vertical-align: middle;
}
.middle-content-header .tag-01{
	margin: 16px 0;
	display: block;
}
.contnr-buttonset-01 {
    width: 100%;
    float: left;
    margin-top: 35px;
}
.contnr-buttonset-01 .button-02, .contnr-buttonset-01 a.button-02{
	margin-right: 20px;
}

.header-img{
  position: absolute;
  right: 0;
  top: -35px;
  z-index: 2; 
}

.intro-section{
	width: 100%;
	float: left;
  padding: 170px 0 180px;
}

.intro-left{
  width: 100%;
  float: left;
  height: 411px;
  background: url("../images/intro-left.jpg");   
  background-size: 100%;
  position: relative;
  background-repeat: no-repeat;
}

.intro-left-heading-content{
   width: 294px;
  float: right;
  margin-right: 30px;
  margin-top: 103px;
}

.intro-right{
    color: #7A706D;
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 31px;
  margin-left: 10%;
  max-width: 48%;
}
.intro-right p{
  margin-bottom: 30px;
}

.program-section{
   width: 100%;
  float: left;
  background-color: #283DE3;
  padding: 128px 0 134px;
}

.heading-program{
   width: 100%;
  float: left;
  padding: 0px 0 54px;
  text-align: center;
}
.heading-program span{
  color: #FFFFFF;
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 29px;
  text-align: center;
  display: block;
  margin-top: 24px;
}
.col-block{
    color: #7A706D;
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 23px;
}
.date-info{
  color: #7A706D;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23px;
  width: 280px;
  margin: 10px 0;
}
.date-info p{
  margin-bottom: 0;
}
.row-content{
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  float: left;
}
.right-colblock{
  margin-left:8%;
}
.right-colblock span{
  display: block;
}
.right-colblock h5{
  margin-bottom: 15px;
}
.col-block ul {
    padding-left: 10px;
}
.col-block ul li {
    list-style: none;
    position: relative;
    
}
.col-block ul li::before {
    position: absolute;
    left: -10px;
    content: "\2022";
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    top: 0px;
}
.sub-ul li{
  font-size: 12px;
}

.section-founder{
   width: 100%;
  float: left;
  padding: 110px 0 184px;
}
.content-fundr-left{
  color: #7A706D;
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 31px;
  padding-top: 11%;
  max-width: 43%;
}
.content-fundr-left h2{
  margin-bottom: 20px;
}
.content-fundr-right{
  float: right;
}





 .section-testimonial{
  width: 100%;
  float: left;
  padding: 100px 0 45px;
  background-color: #2E5CEB;
 }   
.carousel {
    max-width: 830px;
    margin: 0 auto;
    padding-bottom: 50px
}

.carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 400px
}

.carousel .item a {
    color: #eb7245
}

.carousel .img-box {
    width: 122px;
    height: 118px;
    margin: 0 auto;
    -webkit-border-radius: 30px 30px 30px 0;
    -moz-border-radius: 30px 30px 30px 0;
    border-radius: 30px 30px 30px 0;
    overflow:hidden;
    background: #fff;
    box-shadow: none;
    text-align: center;
}

.carousel .img-box img {
    /*width: 100%;
    height: 100%;*/
    width: 122px;
    /*height: 40px;*/
    display: block;
    margin: auto;
    box-shadow: none;
}

.carousel .testimonial {
    padding: 30px 0 20px
}

.testimonial {
   /* color: #40434e;
    font-size: 21px;
    line-height: 37px;
*/
      color: #FFFFFF;
  font-family: Poppins;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0;
}

.carousel .overview {
    text-align: center;
    padding-bottom: 45px
}

.carousel .overview  {
     color: #FFFFFF;
  font-family: Poppins;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
    padding-bottom: 5px
}

.carousel .star-rating i {
    font-size: 18px;
    color: #ffdc12
}
.carousel-control-next, .carousel-control-prev{
  opacity: 1;
}
.carousel .carousel-control {
    width: 19px;
    height: 34px;
    border-radius: 50%;
    background: transparent;
    text-shadow: none;
    top: 37%;
}

.carousel-control i {
    font-size: 20px;
    margin-right: 2px
}

.carousel-control.left {
    left:-130px;
}
.carousel-control.right {
    right:-130px;
}

.carousel-control.right i {
    margin-right: -2px
}

.carousel .carousel-indicators {
    bottom: 15px
}



.carousel-indicators li {
      height: 14px;
  width: 14px;
  background-color: #FFFFFF;
    margin: 1px 5px;
    border-radius: 50%;
    opacity: 1;
}

.carousel-indicators li.active {
      height: 14px;
  width: 14px;
   
    border-radius: 50%;
    background-color: #FFCD32;
    
}




.footer-section{
  width: 100%;
  float: left;
  background: linear-gradient(170.45deg, #1D2DE0 0%, #376AD7 100%);
  padding: 142px 0 147px;

}

.footer-left{
  float: left;
  text-align: left;
      color: #BDD8F4;
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 23px;
  max-width: 280px;
}
.footer-left-text{
  max-width: 240px;
   margin-bottom: 33px;
   margin-top: 33px;
}
.footer-left-text span{
 
    color: #BDD8F4;
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 23px;
  display: block;
  margin-bottom: 20px;

}
.footer-right{
 float: right;
 max-width: 615px;
 padding-top: 5%; 
}
.social-links{
   width: 100%;
  float: left;
  margin-bottom: 50px;
}

.social-links a{
  display: inline-block;
  margin: 0 25px 0 0;
}
.copy-text{
   color: #BDD8F4;
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  float: left;
  width: 100%;
  padding: 0 15px;
  margin-top: -40px;
}

.form-container{

}
.form-container h3{
margin-bottom: 50px;
}
.form-container .form-row{
  margin-right: 0px;
  margin-left: 0px;
}
.form-control{
  box-sizing: border-box;
  height: 50px;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
    color: #BDD8F4;
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 23px;
  text-transform: capitalize;
}
.col-left-form{
  padding-right: 15px !important;
  padding-left: 0px !important;
  margin-bottom: 25px!important;
}
.col-right-form{
  padding-right: 0px !important;
  padding-left: 15px !important;
  margin-bottom: 25px!important;
}
textarea.form-control {
    height: 162px;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #BDD8F4;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color:  #BDD8F4;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
 color:  #BDD8F4;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color:  #BDD8F4;
}

.form-control:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #495057;
}
.form-control:focus::-moz-placeholder { /* Firefox 19+ */
  color:  #495057;
}
.form-control:focus:-ms-input-placeholder { /* IE 10+ */
 color:  #495057;
}
.form-control:focus:-moz-placeholder { /* Firefox 18- */
  color:  #495057;
}
.sb-btnrow{
  width: 100%;
  float: left;
  text-align: right;
  margin-top: 30px;
}
.modal-hiring-content p{
 color: #7A706D;
font-family: Poppins;
font-size: 15px;
letter-spacing: 0;
line-height: 24px;
}

.row-content-02{
  margin-bottom: 30px;
}