@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@500;600;700;800;900&display=swap');

:root {
 --text-color: #666;
 --text-font-weight: 400;
 --primary: #912305;
 --heading-font-family:'Roboto', sans-serif;
 --text-font-family:'Poppins', sans-serif;
 --background1: #0b2b5e;
 --background2: #00a0e3;
 --company-font:'Barlow Semi Condensed', sans-serif;
}


.pad0{
padding: 0;
}


.d-catlogue{
position: fixed;
left: 10px;
bottom: 10px;
z-index: 999;
}

.d-catlogue img{
  width: 200px;
}

.top{
background: var(--background1);
font-family: var(--text-font-family);
padding: 5px 0;
position: relative;
z-index: 9;
overflow: hidden;
}

.top-left ul{
padding-left: 0;
margin: 0;
}

.top-left ul li{
display: inline-block;	
margin-right: 8px;
color: #f1f1f1;
font-size: 15px;
}

.top-left ul li a{
color: #f1f1f1;
text-decoration: none;
}

.top-left ul li:nth-child(1) a{
padding-right: 8px;
border-right:1px solid rgba(255,255,255, 0.2);
}

.top-left ul li:nth-child(2) a{
padding-right: 8px;
border-right:1px solid rgba(255,255,255, 0.2);
}

.top-left ul span{
padding-right: 5px;
color: #fff;
}

.top-right ul{
padding-left: 0;
margin: 0;
float: right;
}


.top-right ul li{
display: inline-block;	
}

.top-right ul a{
color: #5e78a2;
text-decoration: none;
font-size: 15px;
border-right:1px solid rgba(255,255,255, 0.2);
padding:0px 8px; 
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.top-right ul a:hover{
	color: rgba(255,255,255,0.7);
}

.social-links .e-cat{
position: relative;
padding: 0 0px 0px 23px;
color: #fff;
text-transform: uppercase;
font-weight: 500;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.social-links .e-cat:hover{
color: #0b2b5e;
}

.social-links .e-cat i{
padding-left: 2px;
font-size: 12px;
}

.social-links .e-cat::before{
content: "";
position: absolute;
width: 500px;
top: -9px;
background: var(--background2);
height: 50px;
transform: skew(-25deg);
-webkit-transform: skew(-25deg);
-ms-transform: skew(-25deg);
right: -360px;
z-index: -1;
}

.top-right ul li:nth-child(4) a, .top-right ul li:nth-child(5) a{
padding-right: 8px;
border-right:0px solid rgba(255,255,255, 0.2);
}


header{
padding:10px 0;
position: relative;
}

.logo img{
width: 75%;
}

.logo-text{
padding-top: 8px;
margin-left: -25px;
}

.logo-text h1{
font-family: var( --company-font);
font-weight: 700;
font-size: 32px;
color: #00a0e3;
margin-bottom: 0px;
}

.logo-text p{
font-family: var(--text-font-family);
font-size: 14px;
color:var(--text-color);
letter-spacing: 0.5px;
margin: 0;
position: relative;
}

.logo-text p::before{
position: absolute;
content: '';
right: 45px;
top: 12px;
background: #dbdbdb;
height: 2px;
width: 35px;
}

.navbar{
padding: 0;
z-index: 999;
float: right;
padding-top: 12px;
}

.nav-link {
font-family: var(--text-font-family);
font-size: 15px;
text-transform: uppercase;
font-weight: 600;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
position: relative;
line-height: 1;
}

.navbar-light .navbar-nav .nav-link {
color: #666;
padding: 16px 12px;
}

.navbar-light .navbar-nav .nav-link::before {
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #00a0e3;
  transition: visibility .4s ease, opacity .4s ease, transform .4s ease;
  transform: translate3d(50px, 0, 0);
  opacity: 0;
  visibility: hidden;
}

.navbar-light .navbar-nav .nav-link:hover::before{
  opacity: 1;
  transform: translate3d(0px, 0, 0);
  visibility: visible;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
color:#00a0e3;
}

.navbar-light .navbar-nav .nav-link.active::before{
opacity: 1;
transform: translate3d(0px, 0, 0);
visibility: visible;  
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
color: #00a0e3;
}

.dropdown-item {
  color: #666;
  font-family: var(--text-font-family);
font-size: 15px;
font-weight: 500;
}

.carousel-caption {
	right: 20%;
	left: 20%;
	text-align: center;
	z-index: 9;
	top: 39%;
}

.carousel-caption h2{
font-family: var(--heading-font-family);
	font-weight: 700;
	font-size: 40px;
}

.carousel-caption p{
font-family: var(--text-font-family);
font-size: 15px;	
padding: 0 90px;
line-height: 26px;
}

.carousel-caption a{
padding: 12px 20px;
margin: 0px 6px;
display: inline-block;
font-size: 14px;
font-family: var(--text-font-family);
line-height: 1.4;
text-decoration: none;
position: relative;
letter-spacing: 2px;
text-transform: uppercase;
background: #0b2b5e;
color: #fff;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.carousel-caption a::before, .carousel-caption a::after{
border-color: transparent;
transition: all 0.25s;
border-style: solid;
border-width: 0;
content: "";
height: 24px;
position: absolute;
width: 24px;
}

.carousel-caption a::after{
border-bottom-width: 2px;
border-color: #00a0e3;
border-right-width: 2px;
bottom: -5px;
right: -5px;
}

.carousel-caption a::before{
border-color:#00a0e3;
border-left-width: 2px;
border-top-width: 2px;
left: -5px;
top: -5px;
}

.carousel-caption a:hover::before, .carousel-caption a:hover::after {
  height: 100%;
  width: 100%;
  border-color: #0b2b5e;
}

.carousel-caption a:hover{
background: #00a0e3;
}

.carousel-caption.ban2{
background:rgba(0, 160, 227, 0.85);
text-align: left;
top: 28%;
left: 13%;
right: 50%;
bottom: 30%;
padding: 20px;
}

.carousel-caption.ban2 p{
  padding: 0;
}

.carousel .carousel-item.active .animated1 {
  -webkit-animation: fadeInRight 1s ease-in-out 500ms both;
  animation: fadeInRight 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated2 {
  -webkit-animation: fadeInLeft 1s ease-in-out 500ms both;
  animation: fadeInLeft 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated3 {
  -webkit-animation: fadeInDown 1s ease-in-out 500ms both;
  animation: fadeInDown 1s ease-in-out 500ms both;    
}
.carousel .carousel-item.active .animated4 {
  -webkit-animation: fadeInUp 1s ease-in-out 500ms both;
  animation: fadeInUp 1s ease-in-out 500ms both;    
}
.carousel-caption::before{
  -webkit-animation: fadeInLeft 2s ease-in-out 500ms both;
  animation: fadeInLeft 2s ease-in-out 500ms both;
}
.carousel-caption{
  transition: opacity 100ms;
  text-shadow: none;
}
.carousel .carousel-item img{
  width: 100%;
}
.carousel-inner > .carousel-item .carousel-caption {
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.carousel .carousel-item.active .carousel-caption {
  z-index: 99;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;  
}

.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control.right {
  background: none;
}
.carousel-control.left {
  background: none;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.sec-1{
padding: 50px 0 125px;
background: url(../images/bg-1.png);
position: relative;
overflow:hidden;
}

.sec-1::after{
  position: absolute;
  content: "";
  width: 450px;
height: 250px;
left: -300px;
bottom: -20px;
transform: rotate(45deg);
  border: 40px solid rgba(191,191,191,0.1);
  z-index: -1;
  animation: shake2 1.5s ease-in-out 1.5s infinite alternate;
}

@keyframes shake2{
  from {
     -webkit-transform: rotate(45deg);
  }
  to {
    -webkit-transform-origin:center center;
    -webkit-transform: rotate(35deg);
}
}

.sec1-box{
transition: all 0.5s linear;
cursor: pointer;
position: relative;
overflow: hidden;
background: #000;
}

.sec1-box img{
width: 100%;
transition: all 0.25s linear;
}

.sec1-box:hover img{
zoom: 1;
filter: alpha(opacity=30);
-webkit-opacity: 0.3;
opacity: 0.3;
transform: translateY(-40px);
}

.sec1-box .figcaption {
  position: absolute;
  bottom: 0%;
  width: 100%;
  transform: translateY(100%);
  padding: 10px 70px 10px 20px;
  background-color: #fff;
  transition: 0.3s;
}

.sec1-box .figcaption h4{
font-family: var(--heading-font-family);
font-size: 20px;
margin-bottom: 5px;
}

.sec1-box .figcaption p{
font-family: var(--text-font-family);
font-size: 14px;
margin-bottom: 0;
color: var(--text-color);
}

.sec1-box:hover .figcaption{
  transform: translateY(0);
  opacity: 1;
}

.sec1-box .figcaption i{
  position: absolute;
  color: #fff;
  font-size: 23px;
  line-height: 70px;
  width: 58px;
  height: 100%;
  bottom: 0;
  right: 0;
  text-align: center;
    transition: 0.3s;
  transform: translateX(58px);
  background:#00a0e3;
  display: flex;
align-items: center;
justify-content: center;
}

.sec1-box:hover .figcaption i {
  transform: translateX(0);
}

.sec1-box:hover{
box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
position: relative;
z-index: 10;
}

.sec1-right{
padding: 20px;
border: 10px solid #f1f1f1;
height: 100%
}

.sec1-right h2{
font-family: var(--heading-font-family);
font-size: 34px;
color: #00a0e3;
}

.sec1-right h2 span{
  font-weight: 300;
  color: #0b2b5e;
}

.sec1-right p{
font-family: var(--text-font-family);
font-size: 15px;
line-height: 26px;
color: var(--text-color);
}

.sec1-right a{
padding: 12px 20px;
margin: 0px 6px;
display: inline-block;
font-size: 14px;
font-family: var(--text-font-family);
line-height: 1.4;
text-decoration: none;
position: relative;
letter-spacing: 2px;
text-transform: uppercase;
background: #0b2b5e;
color: #fff;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.sec1-right a::before, .sec1-right a::after{
border-color: transparent;
transition: all 0.25s;
border-style: solid;
border-width: 0;
content: "";
height: 24px;
position: absolute;
width: 24px;
}

.sec1-right a::after{
border-bottom-width: 2px;
border-color: #00a0e3;
border-right-width: 2px;
bottom: -5px;
right: -5px;
}

.sec1-right a::before{
border-color:#00a0e3;
border-left-width: 2px;
border-top-width: 2px;
left: -5px;
top: -5px;
}

.sec1-right a:hover::before, .sec1-right a:hover::after {
  height: 100%;
  width: 100%;
  border-color: #0b2b5e;
}

.sec1-right a:hover{
background: #00a0e3;
}

.text-pop-up{
animation: text-jump 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
position: absolute;
right: 5%;
bottom: -5px;
}

.text-pop-up h2{
text-transform: uppercase;
display: block;
font-size: 80px;
line-height: 80px;
color: #efefef;
font-family: 'Poppins', sans-serif;
font-weight: 900;
}


@keyframes text-jump {
  0% {
    transform: translateY(0);
    transform-origin: 50% 50%;
    text-shadow: none;
  }
  100% {
    transform: translateY(-50px);
    transform-origin: 50% 50%;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc, 0 50px 30px rgba(0, 0, 0, 0.3);
  }
}

.sec-2{
padding: 50px 0 80px;
background:#0a2755 url(../images/bg-2.png);
animation: animatedBackground 20s linear infinite;
-ms-animation: animatedBackground 20s linear infinite;
-moz-animation: animatedBackground 20s linear infinite;
-webkit-animation: animatedBackground 20s linear infinite;
position: relative;
overflow:hidden;
}

@keyframes animatedBackground{
0% {
background-position: 0 0;
}
100% {
background-position: -100% 0;
}
0% {
background-position: 0 0;
}
100% {
background-position: -100% 0;
}
0% {
background-position: 0 0;
}
100% {
background-position: -100% 0;
}
}

.sec-2::after {
  position: absolute;
  content: "";
  width: 450px;
  height: 250px;
  right: -300px;
  bottom: -120px;
  transform: rotate(45deg);
  border: 40px solid rgba(191,191,191,0.1);
  z-index: 1;
  animation: shake2 1.5s ease-in-out 1.5s infinite alternate;
}

#carouselExampleCaptions2::before{
position: absolute;
content: '';
left: -70px;
top: 80px;
border: 25px solid rgba(255,255,255,0.1);
right: 20%;
bottom: -70px;
}

.sec2-title{
text-align: center;
margin-bottom: 30px;
}

.sec2-title h2{
font-size: 38px;
font-family: var(--heading-font-family);
text-transform: uppercase;
color: #fff;
position: relative;
display: inline-block;
}

.sec2-title h2 span{
  font-weight: 300;
  color: #00a0e3;
  position: relative;
}

.sec2-title h2::before {
  position: absolute;
  content: '';
  background: #00A0E3;
  height: 2px;
  width: 30px;
left: -40px;
top: 22px;
transition: width 0.3s ease-in-out;
}

.sec2-title h2::after {
  position: absolute;
  content: '';
  background: #00A0E3;
  height: 2px;
  width: 30px;
right: -40px;
top: 22px;
transition: width 0.3s ease-in-out;
}

.sec2-title:hover h2::after, .sec2-title:hover h2::before{
  width: 35px;
}

.sec2-title h2 span::before{
width: 50px;
left: -60px;
top: 12px;
position: absolute;
content: '';
background-color: #00A0E3;
height: 2px;
transition: width 0.3s ease-in-out;
}

.sec2-title h2 span::after{
width: 50px;
right: -250px;
top: 12px;
position: absolute;
content: '';
background-color: #00A0E3;
height: 2px;
transition: width 0.3s ease-in-out;
}

.sec2-title:hover h2 span::after, .sec2-title:hover h2 span::before{
  width: 30px;
}

.sec2-right{
padding: 30px;
background: #fff;
margin: 100px 0 0 -100px;
position: relative;
z-index: 99;
}

.sec2-right h2{
font-size: 34px;
font-family: var(--heading-font-family);
color: #00a0e3;
}

.sec2-right h2 span{
font-weight: 100;
color: #0b2b5e;
}

.sec2-right p {
font-family: var(--text-font-family);
font-size: 15px;
line-height: 26px;
color: var(--text-color);
}

.sec2-right a{
font-family: var(--text-font-family);
font-size: 14px;
font-weight: 600;
color: #00a0e3;
text-decoration: none;
}

.sec2-right a i{
  font-size: 12px;
  padding-left: 2px;
  position: relative;
  -webkit-animation: linear infinite alternate;
  -webkit-animation-name: run;
  -webkit-animation-duration: 1s;
  animation: linear infinite alternate;
  animation-name: run;
  animation-duration: 1s;
}

@keyframes run {
0% { left: 0;}
50%{ left : 5px;}
100%{ left: 0;}
}

.sec-2 .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  }

.sec-2 .carousel-indicators {
bottom: -50px;
}


.sec-3{
padding: 50px 0;
position: relative;
background: url(../images/sec3-bg.jpg) no-repeat right bottom;
}

.sec3-title{
text-align: center;
margin-bottom: 30px;
}

.sec3-title h2{
font-size: 38px;
font-family: var(--heading-font-family);
text-transform: uppercase;
color: #0b2b5e;
position: relative;
display: inline-block;
}

.sec3-title h2 span{
  font-weight: 300;
  color: #00a0e3;
  position: relative;
}

.sec3-title h2::before {
  position: absolute;
  content: '';
  background: #00A0E3;
  height: 2px;
  width: 30px;
left: -40px;
top: 22px;
transition: width 0.3s ease-in-out;
}

.sec3-title h2::after {
  position: absolute;
  content: '';
  background: #00A0E3;
  height: 2px;
  width: 30px;
right: -40px;
top: 22px;
transition: width 0.3s ease-in-out;
}

.sec3-title:hover h2::after, .sec3-title:hover h2::before{
  width: 35px;
}

.sec3-title h2 span::before{
width: 50px;
left: -60px;
top: 12px;
position: absolute;
content: '';
background-color: #00A0E3;
height: 2px;
transition: width 0.3s ease-in-out;
}

.sec3-title h2 span::after{
width: 50px;
right: -264px;
top: 12px;
position: absolute;
content: '';
background-color: #00A0E3;
height: 2px;
transition: width 0.3s ease-in-out;
}

.sec3-title:hover h2 span::after, .sec3-title:hover h2 span::before{
  width: 30px;
}


.sec3-bx{
border: 1px solid #ececec;
margin: 10px 15px;
position: relative;
border-radius:0px 0px 20px 0px;
}

.sec3-bx img{
  border-radius:0px 0px 20px 0px;
}

.sec3-bx::after {
  position: absolute;
  content: '';
  left: 10px;
  top: 25px;
  right: -10px;
  bottom: -10px;
  border-bottom-right-radius: 20px;
  border: 1px solid #c1e4f2;
  z-index: -1;
}

.slick-pre {
	background: #00A0E3;
	height: 40px;
	width: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px !important;
	position: absolute;
	left: -40px;
	border-radius: 50%;
	cursor: pointer;
	top: 40%;
}

.slick-nxt {
	background:#00A0E3;
	height: 40px;
	width: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px !important;
	position: absolute;
	right: -40px;
	border-radius: 50%;
	cursor: pointer;
	top: 40%;
}

.sec-4{
position: relative;
padding: 70px 0 80px;
background: url("../images/bg-2.png");
animation: animatedBackground 20s linear infinite;
-ms-animation: animatedBackground 20s linear infinite;
-moz-animation: animatedBackground 20s linear infinite;
-webkit-animation: animatedBackground 20s linear infinite;
}

.sec-4 .sec4-bg {
  height: 60%;
  background-image: url(../images/sec4bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.sec4-bg .sec4-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(10, 39, 85, 0.95);
  z-index: 0;
}


.sec4-title{
margin-bottom: 30px;
}

.sec4-title h2{
font-size: 38px;
font-family: var(--heading-font-family);
text-transform: uppercase;
color: #fff;
position: relative;
display: inline-block;
}

.sec4-title h2 span{
  font-weight: 300;
  color: #00a0e3;
  position: relative;
}

.sec4-title h2::before {
width: 50px;
right: -60px;
top: 12px;
position: absolute;
content: '';
background-color: #00A0E3;
height: 2px;
transition: width 0.3s ease-in-out;
}

.sec4-title h2::after {
  position: absolute;
  content: '';
  background: #00A0E3;
  height: 2px;
  width: 30px;
right: -40px;
top: 22px;
transition: width 0.3s ease-in-out;
}

.sec4-title:hover h2::after, .sec4-title:hover h2::before{
  width: 35px;
}

.sec4-title:hover h2::before{
  width: 30px;
}

.sec4-title p {
  font-family: var(--text-font-family);
  font-size: 15px;
  line-height: 26px;
  color: rgba(255,255,255,0.8);
}


.sec4-bx{
padding: 30px;
background: #f6f7f8;
position: relative;
margin-top: 20px;
height: 100%;
}

.sec4-bx::after {
  position: absolute;
  content: '';
  left: 10px;
  right: 10px;
  top: -10px;
  height: 10px;
  background-color: #00a0e3;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.sec4-bx:hover::after {
  top: 0px;
  left: 0px;
  right: 0px;
}

.sec4-bx i{
margin-bottom: 15px;
font-size: 55px;
display: inline-block;
color: #00a0e3;
}

.sec4-bx h4{
font-size: 20px;
font-family: var(--heading-font-family);
position: relative;
color: #0b2b5e;
}

.sec4-bx p{
font-family: var(--text-font-family);
font-size: 15px;
line-height: 26px;
color: var(--text-color);
margin-bottom: 0;
}

.sec4-bx span{
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 100px;
  font-weight: 800;
  color: rgba(177, 177, 177, 0.7);
  opacity: 0.2;
  line-height: 120px;
  font-family: var(--text-font-family);
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.sec4-bx:hover i{
  animation: scale-in-center 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.sec4-bx:hover span{
 opacity: 0.5;
}


.sec3-title.sec5-title h2 span::after{
right: -224px; 
}

.sec-5{
background: #f6f7f8;
padding: 50px 0 120px;
position: relative;
}

.sec5-box1{
padding: 30px;
background: #fff url(../images/bg2.png) no-repeat bottom;
height: 100%;
}

.sec5-box1 h3{
font-size: 34px;
font-family: var(--heading-font-family);
color: #00A0E3;
}

.sec5-box1 h3 span{
  display: block;
  font-weight: 100;
  color: #0b2b5e;
}

.sec5-box1 p {
  font-family: var(--text-font-family);
  font-size: 15px;
  line-height: 26px;
  color: var(--text-color);
}

.sec5-box1 ul {
  padding-left: 0;
  margin-bottom: 0;
}

.sec5-box1 ul li {
  color: #666;
  line-height: 32px;
  font-size: 15px;
  list-style: none;
font-family: var(--text-font-family);
}

.sec5-box1 ul li span {
  padding-right: 5px;
  color: #00A0E3;
}

.sec5-img{
height: 100%;
}

.sec5-img img{
height: 100%;
}

.sec5-bx2{
padding:35px;
background: #0b2b5e;
}

.sec5-bx2 h3{
font-size: 34px;
font-family: var(--heading-font-family);
color: #00A0E3;
}

.sec5-bx2 h3 span{
  font-weight: 100;
  color: #fff;
}

.input-box{
  position: relative;
  width: 100%;
}

.input-box label{
  font-family: var(--text-font-family);
  color: rgba(255,255,255);
  font-size: 14px;
}

.input-box .form-control{
box-shadow: none;
background: transparent;
border: none;
border-bottom: 2px solid rgba(255,255,255, 0.3);
border-radius: 0;
font-size: 14px;
color: #fff;
font-family: var(--text-font-family);
padding: 0;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
margin-bottom: 30px;
}

.input-box .form-control:hover{
border-bottom: 2px solid #00A0E3;  
}

.input-box .sendbtn{
padding: 12px 20px;
  margin: 0px 6px;
  display: inline-block;
  font-size: 14px;
  font-family: var(--text-font-family);
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  letter-spacing: 2px;
  text-transform: uppercase;
  background:#00a0e3;
  color: #fff;
  border:none;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.input-box .sendbtn::before, .input-box .sendbtn::after {
  border-color: transparent;
  transition: all 0.25s;
  border-style: solid;
  border-width: 0;
  content: "";
  height: 24px;
  position: absolute;
  width: 24px;
}

.input-box .sendbtn::before {
  border-color: #00a0e3;
  border-left-width: 2px;
  border-top-width: 2px;
  left: -5px;
  top: -5px;
}

.input-box .sendbtn::after {
  border-bottom-width: 2px;
  border-color: #00a0e3;
  border-right-width: 2px;
  bottom: -5px;
  right: -5px;
}

.input-box .sendbtn:hover::before, .input-box .sendbtn:hover::after {
  height: 100%;
  width: 100%;
  border-color: #00a0e3;
}

.input-box .sendbtn:hover {
  background: #00a0e3;
}

.text-pop-up.mis-pop{
  left: 3%;
}

.sec-6{
padding: 50px 0;
text-align: center;
background: url(../images/sec6-bg.jpg);
font-family: var(--heading-font-family);
position: relative;
background-size: cover;
z-index: 9;
}

.sec-6::before{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 160, 227, 0.85);
  z-index: -1;
}

.sec-6 h4{
font-size: 20px;
position: relative;
color: #0b2b5e;
}

.sec-6 h2{
font-size: 38px;
font-weight: 600;
position: relative;
color: #fff;
text-shadow: 0px 2px 4px #222;
}

.sec-6 p{
  font-family: var(--text-font-family);
  font-size: 15px;
  line-height: 26px;
position: relative;
color: rgb(255, 255, 255);
  position: relative;
  text-shadow: 0 1px 2px #222;
}


.sec-6 a{
padding: 12px 20px;
margin: 0px 6px;
display: inline-block;
font-size: 14px;
font-family: var(--text-font-family);
line-height: 1.4;
text-decoration: none;
position: relative;
letter-spacing: 2px;
text-transform: uppercase;
background: #0b2b5e;
color: #fff;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.sec-6 a::before, .sec-6 a::after{
border-color: transparent;
transition: all 0.25s;
border-style: solid;
border-width: 0;
content: "";
height: 24px;
position: absolute;
width: 24px;
}

.sec-6 a::after{
border-bottom-width: 2px;
border-color: #fff;
border-right-width: 2px;
bottom: -5px;
right: -5px;
}

.sec-6 a::before{
border-color:#fff;
border-left-width: 2px;
border-top-width: 2px;
left: -5px;
top: -5px;
}

.sec-6 a:hover::before, .sec-6 a:hover::after {
  height: 100%;
  width: 100%;
  border-color: #0b2b5e;
}

.sec-6 a:hover{
background: #00a0e3;
}

.inner-banner{
background: url(../images/sec4bg.jpg);
padding: 60px 0;
position: relative;
z-index: 99;
text-align: center;
}

.inner-banner::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: -1;
}

.in-ban-title{
border-left: 5px solid #00a0e3;
border-right: 5px solid #00a0e3;
position: relative;
max-width: 700px;
margin: 0px auto;
padding: 15px;  
}

.in-ban-title::before{
position: absolute;
content: '';
width: 30px;
height: 5px;
bottom: 0px;
right: 0px;
background: #00a0e3;
box-shadow: 0 -108px 0 #00a0e3;
}

.in-ban-title::after{
position: absolute;
content: '';
width: 30px;
height: 5px;
bottom: 0px;
left: 0px;
background: #00a0e3;
box-shadow: 0 -108px 0 #00a0e3;
}

.in-ban-title h1{
font-size: 42px;
font-family: var(--heading-font-family);
text-transform: uppercase;
color: #fff;
font-weight: 800;
position: relative;
}
.in-ban-title h1::before{
position: absolute;
content: '';
left: 50%;
bottom: -1px;
background: rgba(255,255,255,0.3);
height: 2px;
width: 50px;
transform: translate(-50%, 50%);
margin-left: -10px;
}

.in-ban-title ul{
padding-left: 0;
margin: 0;
}

.in-ban-title ul li{
font-family: var(--text-font-family);
font-size: 14px;
display: inline-block;
color: #fff;
padding: 0 5px;
}

.in-ban-title ul li:nth-child(2){
padding: 0;
}

.in-ban-title ul li span{
font-size: 13px; 
position: relative;
top: 1px; 
}

.in-ban-title ul li a{
text-decoration: none;
color: #00a0e3;
}

.inner-matter{
padding: 50px 0;
}

.abt-img{
position: relative;
margin:10px 20px;
}

.abt-img::before{
position: absolute;
content: '';
left: -35px;
bottom: -35px;
background: #00a0e3;
width: 85%;
height: 100%;
z-index: -1;
}

.abt-expr{
padding: 10px 25px;
border-left: 5px solid #00a0e3;
margin-bottom: 20px;
background: url(../images/line.png);
animation: animatedBackground 2s linear infinite;
-ms-animation: animatedBackground 2s linear infinite;
-moz-animation: animatedBackground 2s linear infinite;
-webkit-animation: animatedBackground 2s linear infinite;
}

.abt-expr h3{
font-family: var(--text-font-family);
font-weight: 800;
font-size: 60px;
margin: 0;
color: #0b2b5e;
}

.abt-expr h6{
font-family: var(--text-font-family);
font-size: 18px;
color: #00a0e3;
}

.about-page h2 {
font-family: var(--heading-font-family);
font-size: 34px;
color: #00a0e3;
}

.about-page h2 span {
font-weight: 300;
color: #0b2b5e;
}

.inner-matter p {
  font-family: var(--text-font-family);
  font-size: 15px;
  line-height: 26px;
  color: var(--text-color);
}

.qty-bx h4 {
  color: #0b2b5e;
  font-family: var(--heading-font-family);
  line-height: .8;
  margin:30px 0;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
}

.qty-bx .hisbar::before {
  height: 20px;
  width: 20px;
  background: #FFF;
  border: 6px solid  #00a0e3;
  position: absolute;
  left: 0;
  top: -9px;
  border-radius: 50%;
  z-index: 1;
  content: '';
}

.qty-bx .hisbar {
  position: relative;
  height: 2px;
  background: #ececec;
  margin: 0 0 30px;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
}

.qty-bx p {
  padding-right: 30px;
  text-align: justify;
}

.qty-bx:hover h4{
color: #00a0e3;
}

.qty-bx:hover .hisbar{
background: #00a0e3;
}

.qty-heading h4{
font-family: var(--heading-font-family);
color: #0b2b5e;
position: relative;
display: inline-block;
}

.qty-heading h4::after {
width: 50px;
right: -60px;
top: 10px;
position: absolute;
content: '';
background-color: #00A0E3;
height: 2px;
transition: width 0.3s ease-in-out;
}

.qty-heading h4::before{
position: absolute;
content: '';
background: #00A0E3;
height: 2px;
width: 30px;
right: -40px;
top: 16px;
transition: width 0.3s ease-in-out;
}

.qty-heading ul {
  padding-left: 0;
}

.qty-heading ul li {
font-family: var(--text-font-family);
  color: #666;
  line-height: 28px;
  font-size: 15px;
  list-style: none;
}

.qty-heading ul li i {
  color: #00A0E3;
  padding-right: 4px;
  font-size: 13px;
}

.pro-box{
position: relative;
border-left: 1px solid #e1e1e1;
padding-left: 10px;
padding-bottom: 10px;
}

.pro-box::before{
  position: absolute;
  content: '';
  left: 6px;
  bottom: 0;
  background:#e1e1e1;
  height: 1px;
  width: 25%;
}

.pro-box::after{
position: absolute;
content: '\f192';
left: -7px;
bottom: -7px;
display: inline-block;
font: normal normal normal 15px/1 FontAwesome;
color: #00a0e3;
background: #fff;
}


.side-cnt {
  background: url(../images/cnt-side.jpg) right;
  padding: 50px 35px;
  color: #fff;
  position: relative;
  z-index: 99;
  text-align: center;
}

.side-cnt::before {
position: absolute;
content: '';
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: -1;
opacity: .7;
background: #03132b;
}

.side-cnt h4{
font-family: var(--heading-font-family);
font-size: 26px;
}

.side-cnt p{
color: rgba(255,255,255,0.85);
padding: 0 15px;
line-height: 24px;
}

.side-cnt span img{
width: 65px;
background: #00a0e3;
border-radius: 50%;
padding: 8px;
margin: 10px 0;
}

.side-cnt a{
font-family: var(--text-font-family);  
color: #fff;
text-decoration: none;
font-size: 20px;
font-weight: 600;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.side-cnt a:hover{
color: #00a0e3;
}




.cnt-title h6{
margin-top: 50px;
font-family: var(--text-font-family);
color: #00a0e3;
}

.cnt-title h3{
font-family: var(--heading-font-family);
text-transform: uppercase;
position: relative;
font-size: 32px;
color: #0b2b5e;
}

.cnt-box2{
position: relative;
background-color: #00a0e3;
padding: 35px 35px 32px;
max-width: 270px;
margin: -113px auto 0;
}

.cnt-box2 span{
height: 50px;
width: 50px;
display: inline-block;
margin-bottom: 15px;
background: #0b2b5e;
color: #fff;
border-radius: 50%;
text-align: center;
line-height: 50px;
transition: all 500ms linear;
}

.cnt-box2 span::before{
display: inline-block;
transition: all 500ms linear;
-webkit-transition: all 500ms linear;
-moz-transition: all 500ms linear;
}

.cnt-box2:hover span::before{
transform: scale(1.11);
}

.cnt-box2 h3{
font-family: var(--heading-font-family);
text-transform: uppercase;
font-size: 22px;
color: #fff;
}

.cnt-box2 h6{
font-family: var(--text-font-family);
font-weight: 400;
margin-top: 18px;
color: rgb(11, 43, 94);
}

.cnt-box2 p{
color: rgba(255,255,255, 0.9);
}

.cnt-box{
position: relative;
padding: 0 0 40px 40px;
margin: 40px 0 0;
border-bottom: 1px solid #dedee5;
height: 120px;
}

.cnt-box span{
height: 50px;
width: 50px;
margin-bottom: 15px;
background: #0b2b5e;
color: #fff;
border-radius: 50%;
text-align: center;
line-height: 50px;
transition: all 500ms linear;
float: left;
margin-right: 25px;
}

.cnt-box .cnt-details{
padding-left: 50px;
}

.cnt-box .cnt-details h5{
font-family: var(--heading-font-family);
text-transform: uppercase;
font-weight: 400;
letter-spacing: 2px;
color: #00a0e3;
font-size: 16px;
}

.cnt-box .cnt-details p a{
color: var(--text-color); 
text-decoration: none;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.cnt-box .cnt-details p a:hover{
color: #00a0e3;
}


.enq-form .form-control{
margin-bottom: 20px;
font-size: 15px;
height: 45px;
border-radius: 0;
font-family: var(--text-font-family);
}

.enq-form textarea.form-control{
  height: auto;
}

.enq-form .btn{
color: #fff;
border: none;
font-weight: 500;
padding: 10px 30px;
transition: 0.4s;
display: inline-block;
border-radius: 0px;
background: #00a0e3;
font-family: var(--text-font-family);
font-size: 15px;
text-transform: uppercase;
}

.enq-form .btn:focus {
  outline: none;
  box-shadow: none;
}



footer{
padding: 40px 0;
background: var(--background1) url(../images/footer.png);
background-size: cover;
}

.f-about h2{
  font-family: var( --company-font);
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
}

.f-about p{
color: rgba(255,255,255, 0.5);
font-size: 14px;
font-family: var(--text-font-family);
line-height: 26px;
}

.f-about h6 {
  color: #00a0e3;
  font-size: 13px;
  font-family: var(--text-font-family);
  padding-bottom: 4px;
}

.f-about ul {
  padding-left: 0px;
}

.f-about ul li {
  display: inline-block;
  color: #fff;
  font-size: 15px;
}

.f-about ul li a {
  text-decoration: none;
  color: rgba(255,255,255,0.3);
  font-size: 14px;
  display: block;
  border:1px solid rgba(255,255,255,0.3);
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 34px;
  margin-right: 6px;
  transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  border-radius: 50%;
}

.f-about ul li a:hover{
background: #00a0e3;
border: 1px solid #00a0e3;
color: #fff;
}

.f-links h3{
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
font-size: 22px;
font-family: var(--heading-font-family);
position: relative;
}

.f-links h3::before{
  position: absolute;
  content: '';
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 30px;
  background: #00a0e3;
}

.f-links ul{
  padding-left: 0;
}

.f-links ul li{
list-style: none;
}

.f-links ul li a{
text-decoration: none;
color: rgba(255,255,255, 0.5);
display: block;
font-size: 14px;
font-family: var(--text-font-family);
padding: 6px 0;
border-bottom: 1px dashed rgba(255,255,255, 0.2);
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.f-links ul li a:hover{
color: #00a0e3;  
}

.f-links ul li a i{
  padding-right: 5px;
  color: #00a0e3;
  font-size: 11px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.f-links ul li a:hover i{
  padding-left: 4px;
}


.f-cnt p{
color: rgba(255,255,255, 0.5);
font-size: 14px;
font-family: var(--text-font-family);
line-height: 26px;
}

.f-cnt p span{
padding-right: 4px;
color: #00a0e3;
}


.fixed-tp{
position: fixed;
bottom: 10px;
right: 10px;
background: var(--background1);
z-index: 999;
width: 38px;
height: 38px;
text-align: center;
line-height: 38px;
color: #fff !important;
text-decoration: none;
}


@media (min-width:320px) and (max-width:414px){

.top-left ul {
text-align: center;
}

.top-left ul li {
  margin-right: 2px;
  font-size: 13px;
}

.top-left ul li:nth-child(1) a {
  padding-right: 2px;
  border-right: 0px solid rgba(255,255,255, 0.2);
}

.top-left ul li:nth-child(2) a {
  padding-right: 2px;
  border-right: 0px solid rgba(255,255,255, 0.2);
}

.top-right ul {
  float: none;
  text-align: center;
  display: block;
  margin-top: 5px;
}

.top-right ul li a{
  font-size: 13px;
}

.social-links .e-cat::before {
 background:none;
}

.social-links .e-cat {

  background: var(--background2);
}

.top-right ul li:nth-child(4) {
 padding-right: 8px;
}


.top-right ul li:nth-child(5) a {
  padding: 4px 18px;
}


.logo{
text-align: center;
}

.logo img {
width: 25%;
display: inline-block;
}

.logo-text {
  margin-left: 0;
}

.navbar {
padding: 10px;
float: none;
background: var(--background1);
margin-top: 20px;
}

.navbar-light .navbar-toggler {
  background: #00a0e3;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.carousel-caption{
  top: 23%;
}

.carousel-caption h2 {
  font-size: 18px;
}

.carousel-caption p {
display: none;
}

.carousel-caption a {
  padding: 6px;
  margin: 5px 6px;
  font-size: 12px;
  letter-spacing: 1px;
}

.carousel-caption.ban2 {
  right: 35%;
  padding: 10px;
}

.sec1-box .figcaption h4 {
  font-size: 16px;
}

.sec1-right h2 {
  font-size: 26px;
}

.sec2-title h2 {
font-size: 26px;
}

.sec2-title h2 span::after {
  right: -189px;
}

.sec2-right {
  margin: 100px 0 0 0px;
}

.sec2-right h2 {
font-size: 27px;
}

.sec3-title h2 {
  font-size: 27px;
}

.sec3-title h2 span::after {
  right: -204px;
}

.slick-pre {
  left: 0;
  z-index: 9;
}

.slick-nxt {
  right: 0;
  z-index: 9;
}

.sec4-bx {
  height: auto;
  margin-bottom: 15px;
}

.sec4-title h2 {
font-size: 28px;
}

.in-ban-title h1 {
  font-size: 27px;
}

.qty-bx{
margin: 20px;
}

.in-ban-title::before, .in-ban-title::after {
  box-shadow: 0 -89px 0 #00a0e3;
}


.side-cnt {
margin: 15px;
  background-size: cover;
}

.abt-expr {
margin-top: 40px;
}


}