@font-face {
    font-family: Oswald-Bold;
    src: url(../fonts/Oswald-Bold.ttf) format("truetype")
}
@font-face {
    font-family: Oswald-Regular;
    src: url(../fonts/Oswald-Regular.ttf) format("truetype")
}
@charset "utf-8";
/* CSS Document */
body, html{
	height: 100%;
}
body{
	background-color: #276fc4 !important;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6{
	font-family: Oswald-Bold !important;
}
p{
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a {
	text-decoration: none !important;
	transition: all 0.5s;
}
.carousel-item img {
    width: 100%;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
div#navbarCollapse {
    flex-direction: row-reverse;
}

/*Banner Css Strat*/
.banner img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
}
.banner-blk img {
    width: 370px;
    height: auto !important;
    opacity: 1!important;
}
.logo-work{
        background-color: #fff;
    width: 100%;
    padding: 10px 0;
}
.learn{
   margin-top: 0px !important; 
}
.banner-blk {
    position: absolute;
    top: 18%;
    display: flex;
    flex-direction: column;
    align-items: center;
    vertical-align: middle;
    left: 0;
    right: 0;
    text-align: center;
}
span {
    display: inline-block;
}
.banner-blk h5 {
       color: #fffa4b;
    font-size: 38px;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 52px;
    margin-top: 40px;
    margin-bottom: 18px;
    position: relative;
}
.banner-blk a:hover {
     background-color: #7f1016;
    box-shadow: 0px 15px 20px rgb(225 23 23 / 36%);
  color: #fff;
  transform: translateY(-7px);
  animation: none;
}
.banner-blk a {
   background-color: #7f1016;
    color: #fff;
    border: 1px
 solid #7f1016;
    padding: 5px 20px;
    outline: none;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 5px;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
    font-family: Oswald-Regular;
    letter-spacing: 3px;
    margin-top: 20px;
    animation: blink 1s infinite;
}
@keyframes blink {
    0% {background-color: #7f1016;}
    100%{background-color: #bb1d26;}
}
/*.banner-blk{
    position: relative;
}*/

@-webkit-keyframes loading-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loading-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes ai-stat-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes ai-stat-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


.info-blk {
    position: absolute;
    top: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    vertical-align: middle;
    left: 0;
    right: 0;
    text-align: center;
    /* text-align: center; */
}
.info-blk h2 {
    color: #fffa4b;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 23px;
    position: relative;
    margin-bottom: 15px;
}
.ph, .mail{
    position: relative;
}
.ph:before {
   content: '\f095';
    font-family: 'FontAwesome';
    position: absolute;
    left: -48px;
    font-size: 49px;
}

.number{
       background-color: #fff;
    width: 100%;
    padding: 5px 0;
}
.info-blk a {
        font-family: 'Oswald-Regular';
    font-size: 60px;
    color: #276fc4;
    font-weight: bold;
    }

.info-blk h3{
    color: #fff;
    padding: 15px 0;
    font-size: 50px;
}
.info-blk a:hover{
   color: #276fc4;
    
}
.info-blk ul li {
    margin-bottom: 41px;
}
.vid-sec video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: top;
}
.carousel-inner {
    background-color: #276fc4;

}
.carousel-inner img {
    opacity: 0;
}
.fancybox-slide--video .fancybox-content {
    background: #000;
    width: 100% !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100vh !important;
}
.fancybox-slide.fancybox-slide--video.fancybox-slide--current.fancybox-slide--complete {
    padding: 0 !important;
}
@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1366px) and (max-width: 1920px){}
@media only screen and (min-width: 1200px) and (max-width: 1365px){}
@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 768px) and (max-width: 991px){}
@media only screen and (min-width: 520px) and (max-width: 767px){}
@media only screen and (min-width: 300px) and (max-width: 519px){
.banner-blk img {
    width: 250px;
}
.carousel-inner {
    height: 100vh;
}
video {
    height: 100vh;
}
.banner-blk h5 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 8px;
}
.info-blk a {
    font-size: 34px;
}
.info-blk h3 {
    font-size: 36px;
}
.info-blk h2 {
    font-size: 28px;
}

}