* {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
}
/* Navigation Section Starts */
.navigation-bar {
   /* background-color: #009bdb;*/
	
	background: rgb(53,146,227);
    background: linear-gradient(90deg, rgba(53,146,227,1) 0%, rgba(8,158,224,1) 55%, rgba(0,212,255,1) 100%);
}
.navigation-menu {
    margin-left: auto;
}
.navigation-menu li a {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
	height: 40px;
}

.navigation-menu li a:hover {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
	border-bottom: solid 2px #ccc;
	
}
.social-header-icon li a {
    font-size: 25px !important;
    color: #fff;
}


.navbar-toggler{border:0px;}
.navbar-toggler:focus{outline: 0px!important; border: 0px!important;}


/* Banner section Start */
.banner {
    padding: 0px;
}
.carousel-caption {
    bottom: 13.25rem;
}
.carousel-caption h2 {
    font-weight: 600;
    font-size: 60px;
    text-align: center;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
	padding: 0px 50px;
}

/* Company Overview Setcion Starts */
.overview {
/*background: rgb(53,146,227);
background: linear-gradient(90deg, rgba(53,146,227,1) 0%, rgba(8,158,224,1) 55%, rgba(0,212,255,1) 100%); */
	padding: 50px 0px;
}
.cmopny-ovrview {
    padding: 50px 0px;
}
.right-overview {
    display: grid;
    align-content: center;
    padding: 30px;
}
.right-overview h1 {
    background-color: #fff;
    padding: 5px 30px;
    width: 100%;
}
.right-overview p {
    color: #fff;
    padding-top: 0px;
}

.right-overview ul li { color: #fff;     font-size: 25px; line-height: 42px;}

/* Service Section Starts */
.services-section {
  background: rgb(4,12,19);
background: linear-gradient(90deg, rgba(4,12,19,1) 0%, rgba(66,70,71,1) 100%);
    padding: 50px 0px;
}
.services-section .heading{
    text-align: center;
    font-weight: 700;
    color: #fff;
}
.services-section .autoplay{
    margin-top: 40px;
}
.services-section .col-lg-4 img{
    width: 100%;
}
.services-section .col-lg-4 h2{
    position: absolute;
    color: #fff;
    top: 84%;
    font-size: 24px;
    padding: 10px;
}

.cb{ display: flex!important;
  justify-content: center;
  align-items: center;
}



/* Touch Section Starts */
#award {
  background: linear-gradient(90deg, rgba(103, 26, 206, 1) 0%, rgba(44, 111, 249, 1) 100%);
  padding: 30px !important;
}
#award ul {
  padding-left: 0px;
}
#award ul li {
  list-style: none;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #fff;
}
#award h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 50px;
  color: #fff;
  font-weight: 300;
  margin-top: 10px;
}
#award p {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #fff;
  margin-top: 0px;
}
#award .form-control-plaintext {
  color: #fff;
  border: none;
  border-bottom: 2px solid #fff;
  padding: 12px 1px;
}
.rounded-grdnt-light {
  background: -webkit-linear-gradient(#afcdef, #e5effd);
  border-radius: 30px;
  color: #04298a;
  border: 2px solid #fbfbfb;
}
.rounded-grdnt-light:hover {
  box-shadow: inset 0px 0px 13px 4px #256ee7a8;
  color: #04298a;
}
.rounded-grdnt-light .bi.bi-arrow-right {
  position: relative;
  left: 0px;
  transition: left 1s;
}
.rounded-grdnt-light:hover .bi.bi-arrow-right {
  left: 20px;
}
.get-started-bg {
  background-color: #babfc7;
}
.started-block img {
  width: 100%;
}
.str-box h1 {
  background: -webkit-linear-gradient(#6717cd, #2871fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 60px;
}
.rounded-grdnt-blue {
  border-radius: 5px;
  color: #fff;
  padding: 10px 35px;
  box-shadow: black 0px 0px 9px;
  background-image: -webkit-linear-gradient(to right, #6717cd, #2871fa);
  background-image: linear-gradient(to right, #6717cd, #2871fa);
}
.rounded-grdnt-blue:hover {
  color: #fff;
  background-image: -webkit-linear-gradient(to left, #6717cd, #2871fa);
  background-image: linear-gradient(to left, #6717cd, #2871fa);
}
.rounded-grdnt-blue .bi.bi-arrow-right {
  position: relative;
  left: 0px;
  transition: left 1s;
}
.rounded-grdnt-blue:hover .bi.bi-arrow-right {
  left: 20px;
}


#award{ padding:50px;}

#award{color:#fff;}
#award img{padding-top: 20px;}

#award{
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.news {
  background: rgb(4,12,19);
background: linear-gradient(90deg, rgba(4,12,19,1) 0%, rgba(66,70,71,1) 100%);
    padding: 50px 0;
}

.latest{ position: absolute; top:10%; left:0;  background: #009bdb; color: #fff; padding: 20px 40px 10px 40px; margin: 0px;}
.news p {color:#fff; padding-top:20px; font-size:20px;}

.con{ background: url("../images/contact.jpg") center top no-repeat; background-size: cover; padding: 40px 0px;}

.con h1{ color: #fff; text-align: center; font-size: 28px; padding-bottom: 20px;}

.footer {
background: rgb(53,146,227);
background: linear-gradient(90deg, rgba(53,146,227,1) 0%, rgba(8,158,224,1) 55%, rgba(0,212,255,1) 100%);
	
	padding: 50px 0px;;
}
.a-circle{ background: #fff; width: 180px; height: 180px; border-radius: 100px;  text-align: center; margin-bottom: 30px;}

.a-circle img {
  
    animation: wetwo 2s linear infinite;
	
}

@keyframes wetwo {
    0% {
        transform: rotate(0deg) translate(-2px) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translate(-2px) rotate(-360deg);
    }
}

.foot-text{ color: #fff; padding: 30px 0px; text-align: center;}
.foot-text a{ color: #fff; text-decoration: none;}
.copy-text{ color: #fff; padding: 0px 0px; text-align: center;}

/* social media icon*/
.footer-logo {
	display: flex;
    flex-direction: column;
    align-items: center;
}
#social-header-icon .social {
  text-align: center;
  transform: translatez(0);
}

#social-header-icon .social li {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin:5px;
  list-style: none;
}
#social-header-icon .social li div {
  width: 40px;
  height: 40px;
  color: #000;
  font-size: 1.4em;
  text-align: center;
  line-height: 40px;
  background-color: #fff;
  transition: all 0.5s ease;
}
#social-header-icon .social li a {
  color: #000;
}
#social-header-icon .social li div:hover {
  transform: rotate(360deg);
  border-radius: 100px;
}
#social-header-icon .social li span {
  width: 120px;
  height: 20px;
  display: block;
  padding: 15px 0px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
  text-align: center;
}
.more { padding:10px 40px; border-radius: 6px; font-size: 17px; color: #fff; background: #11a4d3; border: 0px;}
.more:hover{ color: #fff; border: none; background: rgb(53,146,227);  background: linear-gradient(90deg, rgba(53,146,227,1) 0%, rgba(8,158,224,1) 55%, rgba(0,212,255,1) 100%); border: 0px;
}

.bg {
  animation:slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #00c2d9 50%, #09f 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:fixed;
  right:-50%;
  top:0;
  z-index:-1;
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}

.bg3 {
  animation-duration:5s;
}
.content {
  background-color:rgba(255,255,255,.8);
  border-radius:.25em;
  box-shadow:0 0 .25em rgba(0,0,0,.25);
  box-sizing:border-box;
  left:50%;
  padding:10vmin;
  position:fixed;
  text-align:center;
  top:50%;
  transform:translate(-50%, -50%);
}

h1 {
  font-family:monospace;
}

@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}


#incontent{ padding: 40px 0px; background:#fff; min-height:500px;}
#incontent h1 {
    font-size: 40px;
    border-bottom: solid 3px #0f5132;
    text-transform: uppercase;
    display: inline-flex;
}

#incontent h2 {
    font-size: 26px;
    color: #224d83;
    padding-top: 15px;
    font-weight: 700;
}

/*Contat Us Styles  Starts*/

.cntct-data, .cntct-mail{
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	padding: 20px;
}

.cntct-mail ul li{
	list-style: none;
}
.cntct-mail ul li a{
	color: black;
	text-decoration: none;
}

.cntct-mail ul li a:hover{
	color: #4f81bd;
	text-decoration: none;
}

.contact-text h1{
	font-size: 28px;
    font-weight: 500;
}

.contact-text ul{
	margin-top: 20px;
}

.contact-text ul li{
	margin-top: 20px;
}


.contact-form-area {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.form-title {
	text-transform: capitalize;
	margin-bottom: 5px;
	font-size: 23px;
}
.form-style-one {
	margin-top: 20px;
}
.frm-group {
	margin: 7px 0;
}
.form-area {
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 5px 24.25px 0.75px rgba(0, 0, 0, 0.1);
	padding: 12px 20px 12px 20px;
}
.form-style-one input {
	width: 100%;
	padding: 10px 10px 10px 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.contact-form input, .contact-form textarea, select {
	border: 1px solid #eee;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	width: 100%;
	padding: 5px 15px;
	background: transparent;
	color: #fff;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff!important;
}