/******** Google Fonts ********/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/******** Color Schemes ********/

:root {
  --c-primary-dark: #001D4A;
  --c-white: #ffffff;
  --c-blue: #0012A2;
  --c-green: #001D4A;
  --c-black-text: #000000;
  --c-light-grey: #C0C0C0;
  --c-dark-grey: #4F4F4F;
  --c-primary-text: #A6CF53;
  --c-secondary-text: #646464;
  --c-semi-grey: #666666;
  --ff-primary: "Inter", sans-serif;
}


/******** CSS Resets ********/
* {
  padding: 0;
  margin: 0 auto;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a:focus, a:hover {
  outline: none;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color:#121280;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: var(--c-secondary-text);
  line-height:24px;
  font-weight: 400;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color:#646464;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--ff-primary);
  margin-bottom: 0;
  color: var(--c-primary-dark);
}

/******** Utility Classes ********/
/*
.container {
  width: 100%;
  max-width: 1360px;
}
*/

.custom-pad {
  padding: 60px 0;
}


/*=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+toggle-nav-css-start=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+*/
.navbar-default .navbar-toggler .icon-bar {
  background-color: #fff;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-default .navbar-toggler .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggler {
  border-color: #5f4b8b;
  background: #5f4b8b;
  outline: none;
}

.navbar-toggler {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-header {
  display: none;
}

/*=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+toggle-nav-css-end=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+*/
a.float-btn{
  position: fixed;
  bottom:90px;
  right: 90px;
  background:#ff5b5c;
  color: #fff;
  font-size:17px;
  padding: 6px 11px;
  border-radius:6px;
  text-align: center;
  display: none; 
  z-index: 999;
  transition: all 0.3s ease;
  font-size:17px;
  text-transform:uppercase;
}

a.float-btn:hover {
  background: #131380;
  color: #fff;
}
.custom-header.scrolled .top-menu{
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  padding: 8px 0;
    padding-top: 8px;
    padding-bottom: 8px;
	position:fixed;
	top:0;
	width:100%;
	z-index:9999;
}

.navbar-brand img{width:150px;}
.top-menu .navbar-nav .nav-link{color:#000; font-family: "Inter", sans-serif; font-weight:600;}
.top-menu .navbar-nav .nav-link:hover{color:#ff5b5c;}
.top-menu .navbar-nav .active{color:#ff5b5c;}
.top-menu .navbar-nav{gap:20px;align-items: center;}
.top-menu .navbar-collapse {padding: 20px 0;}
.top-menu .navbar-brand{margin-right:20px;}
.top-menu .navbar-nav .contact-btn{border:2px solid #001D4A; border-radius:5px; padding:15px 40px; color:#001D4A; text-transform:uppercase; font-weight:600;}
header.scrolled .navbar-brand img{height:70px;}
header.scrolled .top-menu .navbar-collapse{padding: 10px 0;}	
.video-banner {    height: 100vh;    overflow: hidden;}
.video-overlay {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: rgba(0, 0, 0, 0.5);  z-index: 2;}
.hero-banner{background:url(../images/banner.webp) center center no-repeat;background-size: cover; padding:50px 0; position:relative;}
.hero-banner .banner{position:relative; z-index:9;}
.banner-caption{padding-right:50px;}
.banner-caption h1{color:#fff; font-size:100px;text-transform: uppercase; margin-bottom:30px; font-weight:900;}
.banner-caption h1 span{display:block;}
.banner-caption h3{color:#F2F2F2; font-size:26px; text-transform:capitalize;  font-weight:700; margin-bottom:10px;margin-top:20px;}
.banner-caption ul{color:#F2F2F2; position:relative;}
.banner-caption ul li{color:#F2F2F2; font-size:18px; font-weight:400;margin: 0; z-index:99;}
.banner-caption ul{display:flex; gap:8px; margin-bottom:30px;}
.banner-caption ul:after{content:''; position:absolute; height:54px; background: #ffffff;
background: linear-gradient(90deg, rgba(255, 255, 255, 0.42) 50%, rgba(255, 255, 255, 0) 80%); left:-25%; top:-14px;z-index: 99; width:120%;}
.banner-caption h4{color:#F2F2F2; font-size:18px; font-weight:400;margin:70px 0 10px 0; z-index:99;}
.site-btn { display: inline-flex; align-items: center; gap: 12px; background: #9BC53D;color: #000;font-weight: 600;padding: 10px 28px; border-radius: 15px; text-decoration: none;font-size: 16px;transition: 0.3s ease;
	margin-bottom:20px;} 
.site-btn:hover{transform: translateY(-4px); background: #86b832;  color: #000;}
.stats-box {background: #fff;  padding:15px 10px;  border-radius: 20px; width:320px; margin:0;}
.stat-item{margin:0 auto; text-align:center;}
.stat-item img {width:110px; height:auto;}

/* Mobile spacing */
@media (max-width: 767px) {
    .stat-item {
        margin-bottom: 25px;
    }
}

.contact-card {
    width: 100%;
    max-width: 450px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	padding:0px 30px;
	margin-right:0;
}

/* Header */
.contact-header {
    color: #000;
    text-align: center;
    padding: 18px 10px 10px;
    font-weight:600;
    letter-spacing: 1px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	border-bottom:1px solid #ccc;
	font-size:28px;
}
.fld-box{position:relative;}
.fld-box i{position:absolute; top:12px; left:8px; width:30px; height:30px;}
.fld-box i img{width:100%; height:100%;}
.fld-box-chk label{font-size:12px;margin-top: -4px;}
.fld-box-chk{display:flex; align-items:flex-start; gap:5px; padding:12px 0 15px;}

/* Body */
.banner .contact-body {
    padding:20px 0px 30px;
}

/* Input */
.banner .custom-input {
    background:#F7F7F7;
    border: 1px solid #dcdcdc;
    border-radius:8px;
    padding:15px 18px 15px 45px;
    font-size: 15px;
    box-shadow: none;
	font-weight: 500;
	color:#3b3b3b;
}
select{
	
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    background:#F7F7F7 url('../images/down-arrow.svg') no-repeat right 15px center !important;
    background-size: 12px !important;

    border: 1px solid #dcdcdc;
    border-radius:8px;
    padding:15px 40px 15px 45px;
    font-size: 15px;
    box-shadow: none;
    font-weight: 500;
    color:#3b3b3b;
}
.banner .custom-input:focus {
    border-color: #9BC53D;
    box-shadow: none;
    background: #fff;
}

/* Submit Button */
.banner .submit-btn {
    background: #001D4A;
    border: none;
    padding:22px 10px;
    font-weight: 600;
    border-radius:8px;
    transition: 0.3s ease;
	color:#fff;
	text-transform:uppercase;
	font-size:17px;
}


.banner .submit-btn:hover{transform: translateY(-4px); background: #ff5b5c;}

/* Contact Now */
.banner .contact-now a{
    text-align: center;
    margin-top: 20px;
    color:#676767;
    font-size: 16px;
	display: flex;
  align-items: center;
  justify-content: center;
  gap:8px;
  transition:all 0.3s;
}

.mail-icon {
    font-size:23px;
    margin:0px;
}
.contact-now a:hover{transform: translateY(-4px); color:#7AB600;}
.logo-section {
    background: #f3f3f3;
}
/* lead-logo-section */
.lead-logo-section{padding:30px 0 0px;}

.lead-logo-card {
    font-size:24px;
   color:#000;
    padding:5px 15px;
    text-align: center;
    transition: 0.3s ease;
	display:flex;
	align-items:center;
}
.lead-logo-card span{width:10px; height:10px; background:#001D4A; border-radius:50%; display:inline-block;margin: 0 15px 0;}
.lead-logo-card h3{font-weight:900; border-right:1px solid #ccc; padding-right:15px;font-size:24px;margin: 0 15px 0;}
.lead-logo-card img {
    max-height:100px;
    width: auto !important;
}
.lead-logo-container .owl-stage{padding-bottom: 27px !important;}


.career-section{    
    padding:60px 0 40px;
    color:white;
    position:relative;
    overflow:hidden;
	background:#fbfbfb;
}
.blue-box{
	background:url(../images/blue-bg.webp) 0 0 no-repeat;
	background-size:cover;
	padding:50px 30px 40px;
	border-radius:20px;
}
.top-small{
    color:#4aa3ff;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:10px;
	font-size:20px;
	position:relative;
	padding-left:55px;
}
.top-small:after{
	Content:'';
	position:absolute;
	height:2px;
	width:50px;
	background:#4aa3ff;
	left:0;
	top:10px;
}
.career-title{
    font-size:70px;
    font-weight:900;
    line-height:1.1;
	color:#fff;
	font-style: italic;
}

.career-title span{
    color:#4aa3ff;
}

.right-text{
    color:#9fb3d1;
    font-weight:500;
    margin-top:20px;
	font-size: 20px;
	border-right:1px solid #9fb3d1;
	padding-right:15px;
}
.right-text span{
	color:#fff;
}
.career-points{
    margin-top:150px;
}

.career-points .col{
    border-right:1px solid rgba(255,255,255,0.2);
    padding:0 20px;
}

.career-points .col:last-child{
    border-right:none;
}

.career-points h3{
    color:#4aa3ff;
    font-weight:700;
    margin-bottom:5px;
	text-align: left;
}

.career-points p{
    font-size:14px;
    color:#fff;
	text-align:left;
	    text-transform: uppercase;
}
.career-section .container{border-bottom:1px solid #ccc; padding-bottom:50px;}





.about-krit {
    background: #ffffff;
background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(251, 251, 251, 1) 79%);
}

/* Big Heading */
.about-krit h2.why-title{
    font-size:120px;
    font-weight:400;
    margin-bottom: 30px;
	color:#001D4A;
	text-transform:uppercase;
	line-height: 120px;
}

.about-krit h2.why-title span{
	font-weight:900;
	display:block;
	position:relative;
}
.about-krit h2.why-title span:after{
	position:absolute;
	width:20%;
	height:80px;
	left:-22%;
	top:20px;
	background:#ff5b5c;
	content:'';
}
.why-image{
	margin-top:-130px;
	border-radius: 30px;
  overflow: hidden;
}

/* Right Content */


.program-details-section {
    background:url(../images/bg-details.webp) top center no-repeat;
	background-size:cover;
	padding:70px 0 70px;
}

.program-details-title {
    font-size:60px;
    font-weight:500;
	margin-bottom: 20px;
	text-transform:uppercase;
}
.program-details-title span{
	font-weight:900;
}
.program-details-txt {    
    font-size: 14px;
    color:#001D4A;
	font-weight:500;
}

.program-box{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
}
/* program Image Area */

.program-image{
    position:relative;
	max-height:540px;
}
.program-image:after{
	position:absolute;
	content:'';
	background: #000000;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 79%);
bottom:0;
left:0;
width:100%;
height:100%;
z-index:1;
}
.program-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.image-overlay{
    position:absolute;
    bottom:30px;
    left:30px;
    color:white;
	z-index:9;
}

.image-overlay h3{
    font-weight:700;
    margin-bottom:15px;
	color:#fff;
	padding-bottom:10px;
	border-bottom:1px solid #b7b7b7;
}

.image-overlay p{
    margin:5px 0;
	color: #fff;
}

/* Right Content */

.program-content{
    padding:40px 50px;
	
}

.program-desc{
    color:#44566c;
    line-height:1.7;
}

.program-title{
    font-weight:700;
    margin-top:20px;
}

.program-list{
    list-style:none;
    padding:0;
    margin-top:20px;
}

.program-list li{
    margin-bottom:12px;
    color:#001D4A;
}

.program-list i{
    color:#001D4A;
    margin-right:8px;
}

.program-footer{
    font-weight:600;
    margin-top:20px;
	color:#001D4A;
	font-size:17px;
}
.whychoose-msm{
	background: #ffffff;
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 99%);
padding:60px 0 70px;
}

#why-choose.owl-carousel .owl-dots{display:block !important; text-align:center;}
#why-choose.owl-carousel .owl-dots button span{width:12px; height:12px; display:inline-block; background:#ccc; border-radius:50%;margin:0 4px;}
#why-choose.owl-carousel .owl-dots button.active span{background:#333;}
#why-choose .owl-stage-outer{min-height:580px;padding-top:45px;}

#why-program.owl-carousel .owl-dots{display:block !important; text-align:center;}
#why-program.owl-carousel .owl-dots button span{width:12px; height:12px; display:inline-block; background:#ccc; border-radius:50%; margin:0 4px;}
#why-program.owl-carousel .owl-dots button.active span{background:#333;}
#why-program .owl-stage-outer{min-height:520px; padding-top:45px;}
.decision-card{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    max-width:600px;
	box-shadow:0 0 3px 3px #f1f1f1;
	transition:all 0.3s;
}

.card-image img{
    width:100%;
    display:block;
    border-radius:20px;
    padding:15px;
}

.card-content{
    padding:20px 25px 30px;
}

.card-title{
    font-size:24px;
    font-weight:500;
    color:#1c1c1c;
    margin-bottom:0px;
}

.card-content hr{
    border:none;
    border-top:1px solid #d8d8d8;
    margin:20px 0;
	visibility:hidden;
	transition:all 0.3s;
	bottom:-100px;
	position:relative;
	height:0;
}

.card-text{
    color:#6b6b6b;
    line-height:1.7;
    font-size:16px;
	visibility:hidden;
	transition:all 0.3s;
	bottom:-100px;
	position:relative;
	height:0;
}
.decision-card:hover .card-content hr{
	visibility:visible;
	bottom:0;
	height:100%;
}
.decision-card:hover .card-text{
	visibility:visible;
	bottom:0;
	height:100%;
}
.decision-card:hover{
	margin-top:-40px;
}
#why-choose.owl-carousel .owl-stage-outer{
	/*padding:50px 0;*/
}
.degree-section{
    padding:50px 0;
}

.degree-box{
    background:#f3f4f6;
    padding:15px 15px 15px 20px;
    border-radius:35px;
}

/* Heading */
.degree-image{
	height:460px;
	overflow:hidden;
}
.degree-image img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.degree-small{
    font-size:34px;
    letter-spacing:2px;
    color:#17345c;
    margin-bottom:0px;
	text-transform:uppercase;
}

.degree-title{
    font-size:34px;
    font-weight:800;
    color:#0f2a4c;
	text-transform:uppercase;
}

.degree-box hr{
    border:none;
    border-top:1px solid #333;
    margin:20px 0 30px;
}

/* List */

.degree-list{
    list-style:none;
    padding:0;
}

.degree-list li{
    margin-bottom:10px;
    font-size:16px;
    color:#001D4A;
}

.degree-list i{
    color:#001D4A;
    margin-right:10px;
}

/* Image */

.degree-image img{
    width:100%;
    border-radius:25px;
    display:block;
}

.sports-banner{
    padding:80px 20px;
    background: url(../images/blue-bg.webp) 0 0 no-repeat;
	background-size: cover;
    color:#fff;
}

.banner-title{
    font-size:70px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:15px;
}

.banner-title span{
    color:#ffffff;
}

.banner-title{
    color:#50A2FF;
}

.banner-subtitle{
    font-size:20px;
    color:#fff;
    margin-bottom:30px;
	font-weight:700;
}

.career-btn{
    display:inline-block;
    background:#e5e5e5;
    color:#000;
    padding:14px 28px;
    font-size:14px;
    font-weight:600;
    border-radius:5px;
    text-decoration:none;
    transition:0.3s;
}

.career-btn:hover{
    background:#ffffff;
	transform: translateY(-4px);
}

.live-project{
    padding:80px 20px;
    background: url(../images/red-bg.webp) 0 0 no-repeat;
	background-size: cover;
    color:#fff;
}
.live-project-title{
    font-size:60px;
   
    line-height:1.2;
    margin-bottom:15px;
	color:#ffffff;
	text-transform:uppercase;
}

.live-project-title span{
     font-weight:800;
	display:block
}
.project-card .logo-holder{
	background:#fff;
	width:180px;
	height:180px;
	padding:15px;
	border-radius:50%;
	overflow:hidden;
}

.project-card .logo-holder img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:50%;
}


#liveproject-slider .owl-nav button {
    position: absolute;
    top:42%;
    width:25px;
    height:25px;
    border-radius: 50%;
    background: #fff !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	color:#333;
	transition:all 0.3s;
}
#liveproject-slider .owl-nav button:hover{
	background:#A6CF53 !important;
	transform: translateY(-4px);
	color:#000;
}
#liveproject-slider .owl-nav .owl-prev {
    left: -5px;
}

#liveproject-slider .owl-nav .owl-next {
    right:-5px;
}

#liveproject-slider .owl-nav span {
    font-size: 45px;
  color: #333;
  line-height: 30px;
}
.mar-side{
	margin-left:0;
	margin-right:0;
}








.highlight-text{text-align:center;  background: url(../images/blue-bg.webp) center center no-repeat;background-size: cover; margin:35px auto 20px; border-radius:10px; padding:20px 30px;}
.highlight-text p{color:#fff;font-size:24px; text-transform:uppercase; line-height:28px;font-weight: 700;}
.highlight-text p span{display:block; text-transform:uppercase;font-size:20px;}
.our-service-section h2{text-align:center; margin-bottom:15px;}
.our-service-section h4{text-align:center; font-size:15px; font-weight:700; color:#646464;margin-bottom:25px;}
.our-service-section h3{text-align:center;font-size:17px; font-weight:700; color:#A6CF53; text-transform:uppercase;margin-bottom:15px;}
.skill-section { padding:60px 0;    background: #FFF8F8;background: linear-gradient(180deg, rgba(255, 248, 248, 1) 0%, rgba(255, 239, 239, 1) 99%);}

/* CARD BASE */
.service-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 22px;
    transition: all 0.35s ease;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    height: 100%;
    transform: rotate(0deg);
}

/* ICON */
.icon-box {
    margin-bottom: 20px;
}

.icon-box img {
    width:65px !important;
	margin:0;
}

/* TITLE */
.service-card h5 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
}

/* TEXT */
.service-card p {
    font-size: 14px;
    color: #555;
    margin-bottom: 0;
    line-height: 1.6;
}

/* HOVER EFFECT */
.service-card:hover {
    background: #ffdada; 
    transform: translateY(-4px);
    box-shadow: 0 5px 5px #f1f1f1;
}

/* Hover Text Color */
.service-card:hover h5,
.service-card:hover p {
    color: #000;
}

.feature-section{
	padding:50px 0;
}
#apart.owl-carousel .owl-dots{display:block !important; text-align:center;}
#apart.owl-carousel .owl-dots button span{width:12px; height:12px; display:inline-block; background:#ccc; border-radius:50%;margin:0 4px;}
#apart.owl-carousel .owl-dots button.active span{background:#333;}
#apart .owl-stage-outer{padding:20px 0 70px;}

.team-section{
	padding:60px 0 50px;
}
.team-card{
    border-radius:10px;
    overflow:hidden;
    background:#000;
    transition:.3s;
}
.team-txt{
	border-left:1px solid #ccc;
	padding-left:5px;
}
.team-card:hover{
    transform:translateY(-6px);
}

.team-img{
    background:#063c86;
    text-align:center;
    padding-top:20px;
    position:relative;
}

.team-img img{
    width:85%;
}

.team-info{
    background:#000;
    padding:20px;
	min-height:185px;
}

#team-slider .owl-nav button {
    position: absolute;
    top:42%;
    width:25px;
    height:25px;
    border-radius: 50%;
    background:#001D4A !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	color:#fff;
	transition:all 0.3s;
}
#team-slider .owl-nav button:hover{
	background:#071b59 !important;
	transform: translateY(-4px);
	color:#fff;
}
#team-slider .owl-nav .owl-prev {
    left: -25px;
}

#team-slider .owl-nav .owl-next {
    right:-25px;
}

#team-slider .owl-nav span {
    font-size:35px;
  color: #fff;
  line-height: 30px;
}

.role{
    color:#cfcfcf;
    font-size:16px;
    margin-bottom:2px;
    font-style:italic;
}

.company{
    color:#2ac4e7;
    font-size:20px;
    margin-bottom:10px;
}

.contact-section{
	padding:60px 0;    background: #FFF8F8;background: linear-gradient(180deg, rgba(255, 248, 248, 1) 0%, rgba(255, 239, 239, 1) 99%);
}
.enquiry-box {
  background: #ffffff;
  padding: 50px 60px;
  border-radius: 25px;
  box-shadow: 0 0 13px 7px rgba(0,0,0,0.04);
}
.enquiry-title{text-align:center;text-transform: uppercase;font-weight: 700;}

.custom-footer {
  background: #000;
  color: #fff;
  padding: 60px 0 30px;
}

.custom-footer{
background:#071b59;
color:#fff;
padding:60px 0 30px;
font-size:14px;
}

.footer-logo{
width:120px;
margin-bottom:20px;
}
.footer-top p a{
	color:#fff;
}
.footer-top p a:hover{
	color:#6e91ff;
}
.footer-left p{
margin-bottom:8px;
color:#fff;
}

.footer-left i{
margin:0;
}

.footer-address h5{
font-weight:600;
margin-bottom:15px;
color:#fff;
}

.footer-address p{
color:#c8d4f8;
line-height:1.6;
margin-bottom:15px;
}

.footer-address a{
color:#fff;
text-decoration:underline;
}

.social-icons{
margin-top:25px;
}

.social-icons a{
display:inline-flex;
align-items:center;
justify-content:center;
width:45px;
height:45px;
border:1px solid rgba(255,255,255,0.4);
border-radius:50%;
color:#fff;
margin-right:12px;
font-size:18px;
transition:0.3s;
}

.social-icons a:hover{
background:#fff;
color:#071b59;
}

hr{
border-color:rgba(255,255,255,0.2);
margin:40px 0 20px;
}

.footer-bottom{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
}

.footer-links a{
color:#c8d4f8;
margin-left:20px;
text-decoration:none;
}

.footer-links a:hover{
text-decoration:underline;
}
.footer-bottom .copyright{
	margin:0;
	color:#c8d4f8;
}
.footer-bottom .footer-links{margin:0;}

.go-top-btn {
  position: fixed;
  bottom:90px;
  right: 30px;
  background:#ff5b5c;
  color: #fff;
  font-size:18px;
  padding: 6px 11px;
  border-radius: 50%;
  text-align: center;
  display: none;           /* By default hidden */
  z-index: 999;
  transition: all 0.3s ease;
}

.go-top-btn:hover {
  background: #131380;
  color: #fff;
}



 /* Responsive */
 
 
 
 
 @media (min-width: 1300px) and (max-width: 1550px){
	.banner-caption h1 {font-size: 66px;line-height: 75px;}
	.stat-item p {font-size: 12px; font-weight:500;}
	.why-thumb {top: 130px;}
	.port-thumb{height:420px;}
}

@media (min-width: 1200px) and (max-width: 1299px){
	.banner-caption h1 {font-size: 60px;line-height: 70px;}
	.stat-item p {font-size: 12px; font-weight:500;}
	.why-thumb {top: 130px;}
	.port-thumb{height:350px;}
}
 
 @media (max-width: 767.98px){
   
}