@charset "utf-8";
@import url("../webfonts/intelone_display_light/stylesheet.css");
@import url("../webfonts/intelone_display_bold/stylesheet.css");
@import url("../webfonts/intelone_display_regular/stylesheet.css");
@import url("../webfonts/intelone_display_medium/stylesheet.css");



/* CSS Document */


.ftco-navbar-light {
    background: #002147 !important;
    z-index: 3;
    padding: 0;
    -webkit-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
}

  @media (max-width: 991.98px) {
    .ftco-navbar-light {
      background: #fff;
      position: relative;
      top: 0;
      padding: 10px 15px; 
	  }
}

  .ftco-navbar-light .navbar-brand {
    color: #f9cc41;
    font-weight: 800;
    font-size: 28px;
    line-height: 1; 
}

    
    @media (max-width: 767.98px) {
      .ftco-navbar-light .navbar-brand {
        margin: 10px 0; 
		} 
}

  @media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
    padding-bottom: 10px;
	  }
}

  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 15px;
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
    padding-left: 18px;
    padding-right: 18px;
    font-weight: 400;
    color: #EDEDED;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
    color: #FFFFFF;
}
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: 8px;
        padding-bottom: 8px;
		}
		
        .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
          color: #fff;
		} 
}

    @media (max-width: 767.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
		} 
}

  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    border-radius: 4px;
}

    .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
      font-size: 14px;
      color: #000000;
	  font-family: 'Roboto', sans-serif;	
}

      .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
        background: none;
        color: #00AEEF;
}

  
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #00bd56;
}

    

    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.active > a {
        color: #000000;
		}
		
        .ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
          display: none;
		}
}

  .ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255,255,255,0.88) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

    .ftco-navbar-light .navbar-toggler:focus {
      outline: none !important;
}


.creative-hero {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.creative-hero .creative-hero-text {
  margin-top: 50px;
}


.creative-hero h1 {
    font-size: 50px;
    line-height: 1;
    color: #FFFFFF;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .creative-hero {
    height: 700px;
  }
  .creative-hero h1 {
    font-size: 52px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .creative-hero {
    height: 600px;
  }
  .creative-hero h1 {
    font-size: 52px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .creative-hero {
    height: 490px;
  }
 
  .creative-hero h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .creative-hero {
    height: 400px;
  }
  
  .creative-hero h1 {
    font-size: 30px;
  }
}

.mb-15 {
    margin-bottom: 15px;
}

.bg-one {
	background: #f7f7f7;
}
.bg-two {
	background: #004a86;
}
.bg-three {
	background: #040e35;
}
.bg-four {
    background: #002147;
}
.bg-five {
    background: #000f28;
}

.pbt-100 {
    padding-bottom: 120px;
	padding-top: 100px;
}

.p-one {
    color: #FFFFFF;	
}


.news-text {
    padding: 5px 20px 25px;
    text-align: center;
}

.news-items:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    overflow: hidden;
}

.new-img {
    overflow: hidden;
}

.new-img img {
    -webkit-transition: all linear 1s;
    -o-transition: all linear 1s;
    transition: all linear 1s;
}


.news-text h4 {
    font-family: rb;
    padding-top: 21px;
    color: #262533;
}

.news-text p {
    color: #262533;
    font-size: 16px;
    padding-top: 8px;
    line-height: 26px;
    padding-right: 24px;
}

.news-text a {
    color: #00AEEF;
    font-family: rb;
    font-size: 18px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.news-items {
    margin-bottom: 12px;
	padding: 10px;
    background-color: white;
}

.sup { 
	vertical-align: super;
	font-size: 12px;
}
.sup-1 {
    vertical-align: super;
    font-size: 16px;
}
.sup-2 { 
	vertical-align: super;
	font-size: 50px;
}
.btn {
    background: #fff;
    border-color: #fff;
    color: #002147;
    padding: 5px 15px;
	margin-top: 10px;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}


.button-outline:hover {
	color: #fff;
	background-color: #002147;
	border-color: #002147;
}






.footer-area {
    padding: 142px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    background-image: url(../img/circle-drop-rwd.jpg);
}

.single-footer-widget ul li a {
    line-height: 25px;
    display: inline-block;
    color: #FFFFFF;
    margin-bottom: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
	font-size: 15px;
}

.single-footer-widget ul li a:hover {
	color: #EFEFEF;
}
.footer_title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 28px;
}
.footer-logo img {
	margin-bottom: 30px;
}
.footer-logo p {
    margin-bottom: 20px;
    color: #959595;
    font-size: 20px;
}
.footer-logo h4 {
	font-size: 16px;
	text-transform: capitalize;
	margin-bottom: 5px;
	color: #FFFFFF;
}
.footer-logo  {
	font-size: 14px;
	margin-bottom: 5px;
	color: #FFFFFF;
}
.footer-contact ul li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 40px;
	line-height: 30px;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: -40px;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	
}
.footer-contact ul li i {
	height: 25px;
	width: 25px;
	font-size: 14px;
	border: 1px solid #00AEEF;
	text-align: center;
	line-height: 24px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.text_bold {
    color: #858585;
    font-weight: bold;
}
.list_style {
	list-style-type: square;
	margin-left: -25px;
	color: #00AEEF;
}









.bg-secondary {
  background-color: #004a86 !important; }

.test-area {
  overflow: hidden; }
  
  .test-area .media-full {
    width: 45vw;
   }

    .test-area .media-full img {
    height: 100%;
    width: 100%;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
}
  
  @media only screen and (max-width: 767px) {
    .test-area .media-full {
      width: 100%;
      margin-top: 70px; }
	  
	 .content-inner-1 {
    padding-top: 50px;
    padding-bottom: 70px;
}
}

@media only screen and (min-width: 768px) {
   .content-inner-1 {
    padding-top: 70px;
    padding-bottom: 70px;
}
}
  
.style-1 {
	max-width: 700px;
}

.content-inner-1 h2 {
    color: #FFFFFF;
    margin-bottom: 20px;
}

.content-inner-1 h6 {
    color: #FFFFFF;	
	font-family: 'Roboto', sans-serif;
	line-height: 1.25;
	letter-spacing: 0.5px
}


.about-style2-image-box{
    position: relative;
    display: block;
}

.about-style2-image-box .image{
    position: relative;
    display: block;
    margin: 0 auto;
    z-index: 2;
}

.about-style2-image-box .image:after {
  content: '';
    left: 0%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    right: 0%;
    background: conic-gradient(from 180deg at 50% 50%, #5417bb -135deg, #2dc6fb 44.703900218deg, #3a5ba9 135.6510579586deg, #5417bb 225deg, #2dc6fb 404.7deg);
    z-index: -1;
	filter: blur(45.5px);
}

.about-style2-image-box .overlay-box{
    position: absolute;
    left: 100px;
    bottom: 50px;
    right: 100px;  
}
.about-style2-image-box .overlay-box .title {
    position: relative;
    display: block;
    padding: 15px 0 15px;
    text-align: center;
}
.about-style2-image-box .overlay-box .title h1{
    color: #FFFFFF;  
	font-size: 32px;
	margin-bottom: 20px;
}
.about-style2-image-box .overlay-box .title h5{
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 100;
}

@media (max-width: 414px){
	
	.about-style2-image-box .overlay-box{
    position: absolute;
    left: 50px;
    bottom: -20px;
    right: 50px;  
}
	.about-style2-image-box .overlay-box .title h1{
	font-size: 22px;	
}
}
 




.xs-service {
    position: relative;
    overflow: hidden;
   
   
}

.xs-service .xs-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
 -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}


.xs-service .xs-overlay:hover {
    transition: .43s all ease;
    background-color: rgba(255, 255, 255, 0.75)
}

.xs-service-content {
  padding: 0 70px;
  width: 100%;
  text-align: center; 
}

.xs-service-content h3,
.xs-service-content p {
  color: #262626; 
}

.xs-service-content h3 {
    font-size: 24px;
    font-weight: 400;
}



 a {
    color: #00AEEF;
    font-family: rb;
    font-size: 18px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
	
}

a:hover {
    color: #009DD8;
}

.pt-100 {
	padding-top: 100px;
}
.pt-50 {
	padding-top: 50px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pt-80 {
	padding-top: 80px;
}
.pb-80 {
	padding-bottom: 80px;
}
.head-one {
	color: #262626;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
}

.head-two {
    color: #FFFFFF;
    font-weight: 300;
	font-family: "Roboto", sans-serif;
}

#brightcovePlayer_1 .vjs-big-play-button, #brightcovePlayer_2 .vjs-big-play-button, #brightcovePlayer_3 .vjs-big-play-button, #brightcovePlayer_4 .vjs-big-play-button, #brightcovePlayer_5 .vjs-big-play-button {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: none !important;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 2.5rem;
    line-height: 3rem;
    margin: 0;
    z-index: 400;
    border-radius: 50%;
    border: 4px solid #b8cc42;
    color: #b8cc42;
}

@media (min-width: 1200px){
	.xs-service .xs-overlay {
  min-height: 400px;
}
}

.single-blog .thumb-z img {
    width: 100%;
     }
.single-blog:hover h4 {
	color: #0071c5;
  }
.single-blog h4 {
	margin-top: 20px;
	margin-bottom: 16px;
	font-family: "Roboto", sans-serif;
	color: #0A275C;
	line-height: 1.2em !important;
	font-weight: 500;
	font-size: 22px;
   }
   .single-blog h5 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-family: "Roboto", sans-serif;
    color: #262626;
    line-height: 1.2em !important;
    font-weight: 500;
    font-size: 1.75rem;
   }
   .single-blog h3 {
	margin-top: 20px;
	margin-bottom: 16px;
	font-family: "Roboto", sans-serif;
	color: #FFFFFF;
	line-height: 1.2em !important;
	font-weight: 500;
	font-size: 22px;
   }
.single-blog h2 {
    margin-top: 20px;
    margin-bottom: 16px;
    font-family: "Roboto", sans-serif;
    color: #FFFFFF;
    line-height: 1.2em !important;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
   }
 	   
.single-blog .text-wrap {
  margin-right: 35px;
  margin-bottom: 35px; }
  
.single-blog p {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
   }
   .single-blog p1 {
	margin: 0;
	font-size: 16px;
	line-height: 22px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #FFFFFF;
   }
.single-blog p2 {
    font-size: 16px;
    line-height: 22px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #FFFFFF;
   }
.single-blog a {
  color:#05132d;
   }

@media (max-width: 991px) {
  .single-blog {
	margin-bottom: 40px;
}
.single-blog:last-child {
      margin-bottom: 0; 
	   }
.single-blog h4 {
      margin-top: 20px;
      margin-bottom: 8px;
	   }
	 .single-blog h5 {
      margin-top: 20px;
      margin-bottom: 8px; 
	  }
	  .single-blog h3 {
      margin-top: 20px;
      margin-bottom: 8px; 
	  }
	.single-blog .text-wrap {
      margin-right: 0px;
      margin-bottom: 12px;  
	  }
	 }
@media (max-width: 767px) {
  .single-blog {
	margin-bottom: 40px;	
}

}

.text-wrap a{
    color: #00AEEF;
    font-family: rb;
    font-size: 18px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
   
}
	 


table thead tr {
    height: 60px;
   background: #f3f3f3;
}

thead th {
    border-top: none;
    border-bottom: none !important;
    color: #00AEEF;
    font-size: 12px;
    letter-spacing: .2rem;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}


.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}


.intro {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}
.intro h1 {
	color: #FFFFFF;
	font-family: "IntelClear Bold";
	font-size: 40px;
}
.intro h2 {
    color: #b8cc42;
    font-family: "IntelClear Bold";
    font-size: 90px;
}
.intro h3 {
    color: #FFFFFF;
    font-family: "IntelClear Bold";
    
}

.intro h4 {
	color: #b8cc42;
	font-family: "IntelClear Bold";
	font-size: 44px;
}
.intro p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
    color: rgba(255,255,255,1.00);
}
.intro p1 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #000000;
}
.card-title {
	color: #b8cc42;
}

.marked-list li {
    position: relative;
    padding-left: 17px;
    font-size: 15px;
    margin-left: -40px;
}

.marked-list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #00AEEF;
}

.marked-list li + li {
	margin-top: 8px;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: none;
}

.left-side ul {
  margin-top: 70px;
}
.left-side ul li{
	position: relative;
	padding-left: 85px;
	margin-bottom: 50px;
	margin-left: -40px;
}
.left-side ul li h6 {
	font-size: 18px;
	margin-bottom: 8px;
	color: #0A275C;
}
.left-side ul li p {
	font-size: 16px;
	margin-bottom: 8px;
	color: #05132d;
}
 .left-side ul li .icon {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    /* [disabled]top: -9px; */
    text-align: center;
    line-height: 60px;
    color: #00AEEF;
    font-size: 30px;
    border: 1px solid #00AEEF;
}
 ::selection {
	color: #FFFFFF;
	background-color: #D00000;
}
::-moz-selection {
    background: #FF0000;
    color: #FFFFFF;
}



.form-control:focus {
    border-color: #0a275c !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: transparent !important;
    border: 1px solid rgba(10,39,92,0.30);
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
p.help-block.text-danger ul li {
	display: block;
	color: #0a275c;
	margin-left: -35px;
	
}
#success .alert-danger {
	color: #0a275c;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	
}
.alert-success {
    color: #FFFFFF;
    background-color: #0a275c; 
}

.readmore-btn {
    display: inline-block;
    padding: 12px 30px;
    text-transform: uppercase;
    font-size: 14px;
    background: #004a86;
    font-weight: 700;
	color: #f5f4f0;
	border: medium none;
}
.readmore-btn:hover {
    background-color: #003B6C;
    color: #fff;
	border: none;
}


.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
    color: #FFFFFF;
}


.thumbnail-variant-1 {
  position: relative;
}

.thumbnail-variant-1 .caption {
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.thumbnail-variant-1 .caption-body h5 {
    line-height: 1;
    font-size: 32px;
    text-align: center;
	font-family: "Roboto", sans-serif;
}


@media (min-width: 992px) {
  .thumbnail-variant-1 .caption-body {
    padding-left: 70px;
    padding-right: 70px;
    text-align: center;
  }
}
 


.intro-1 {
    background-position: 100% center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 200px;
    padding-bottom: 200px;
}


.intro-1 h1 {
    font-family: "Intel One Display Light", Helvetica, Arial, sans-serif;
    font-size: 60px;
    line-height: 1.1;
    color: #FFFFFF;
}

.intro-1 h2 {
    font-family: "Intel One Display Regular", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.15;
    max-width: 20em;
    color: #FFFFFF;	
}

.bg-1 {
    background-image: url(../img/ai-pc-background-white_1920-1080.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-2 {
    background-image: url(../img/ai-pc-background_1920-1080.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	
}

.bg-3 {
    background-image: url(../img/light-blue-gradient-gaming-background-imgae-16x9_1920-1080.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-4 {
    background-image: url(../img/light-blue-gradient-gaming-background-imgae-rotate-16x9_1920-1080.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-6 {
    background-image: url(../img/waves-dark-blue-abstract-background-16x9_1920-1080.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-7 {
    background-image: url(../img/abstract-blue-radial-right-background-16x9.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bg-8 {
	background-color: #262626;
}
.bg-9 {
    background-image: url(../img/wave-abstract-carbon-cobalt-background-16x9_1920-1080.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bg-10 {
    background-image: url(../img/abstract-carbon-rust-background-16x9.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bg-11 {
    background-image: url(../img/white-grid-background-gray-sparks-16x9_1920-1080.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bg-12 {
    background-image: url(../img/adobestock-339020986_1920-1080.avif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bg-13 {
    background-image: url(../img/arc-background-03_1920-1080.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bg-14 {
    background-image: url(../img/arc-xess-background-01.png.rendition.intel.web.1920.1080.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bg-first {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.bg-parallax {
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    object-fit: cover;
    
}





.right-corner-message {
    position: absolute;
    bottom: 100px;
    right: 100px;
    width: 400px;
    padding: 35px 25px 25px 25px;
    background-color: #f2f2f2;
}

.right-corner-message h4 {
    text-align: left;
    color: #002147;
}

.right-corner-message p {
    text-align: left;
    line-height: 20px;
    color: #002147;
}


.banner {
    position: relative;
    z-index: 1;
    padding: 120px 0;
}

@media (max-width: 991px) {
	.banner {
		padding: 480px 0 120px;
	}
}

@media (max-width: 767px) {
	.banner {
		padding-bottom: 90px;
	}
}

.banner .half-bg {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 47.5%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media (max-width: 991px) {
	.banner .half-bg {
		width: 100%;
		height: 420px;
	}
}

.table h2 {
	font-size: 20px;
	color: #009DD8;
	font-family: 'Roboto', sans-serif;
}
