<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;
	overflow-x: hidden;
}

.container{
  max-width: 1440px;
}
.navigation-wrap .container, .topbar .container {
  max-width: 1700px;
}
@media screen and (max-width: 1800px){
  .navigation-wrap .container, .topbar .container {
  max-width: 1600px;
}
}
@media screen and (max-width: 1700px){
  .navigation-wrap .container, .topbar .container {
  max-width: 1500px;
}
}
@media screen and (max-width: 1600px){
  .container {
  max-width: 1250px;
}
  .navigation-wrap .container, .topbar .container {
  max-width: 1400px;
}
}
@media screen and (max-width: 1500px){
  .container{
  max-width: 1140px;
}
  .navigation-wrap .container, .topbar .container {
  max-width: 1300px;
}
}
@media screen and (max-width: 1400px){
  .navigation-wrap .container, .topbar .container {
  max-width: 1200px;
}
}
@media screen and (max-width: 1300px){
  .navigation-wrap .container, .topbar .container {
  max-width: 1100px;
}
}
@media screen and (max-width: 1200px){
  .container{
  max-width: 960px;
}
}
h1,h2,h3,h4,h5,h6{
	font-family: "Abhaya Libre", serif;
}
.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 5px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 5px 0;position: fixed;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 50px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 100px;
	width: auto;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}.carousel-control-next {
  right: 0;
  width: 60px;
  background: #000;
  height: 60px;
  top: 40%;
  right: 20px;
  border-radius: 31px;
}
.carousel-control-prev{
	width: 60px;
  background: #000;
  height: 60px;
  top: 40%;
  left: 20px;
  border-radius: 31px;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #fff;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #fff;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #fff !important;
	font-weight: 500;
    transition: all 200ms linear;font-family: "Abhaya Libre", serif;
    font-size: 22px;
}
.nav-item:hover .nav-link{
	color: linear-gradient(to right, #dc1515, #b82424, #734949) !important;
}
.nav-item.active .nav-link{
	color: #777 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: linear-gradient(to right, #dc1515, #b82424, #734949);
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}


.bg-light {
  background-color: transparent !important;
	background:linear-gradient(90deg, transparent 14%, #0D125D 9%);
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129,103,169,.6);
}


@media (max-width: 767px) { 
	
	.nav-item:after{
		display: none;
	}
	
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	
}

/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  filter: brightness(10%);
	transition: all 250ms linear;
}

.topbar {
	background: #000;
	padding: 5px 0
}

.topbar ul li {
	display: inline-block;
	color: #fff;
	margin-right: 20px
}

.topbar ul li a {
	font-size: 14px;
	padding-left: 5px;
	color: #fff !important
}

ul {
	padding: 0;
	margin: 0
}
.carousel-indicators li{
	background-color: rgb(238, 42, 129);
}
.social {
	float: right
}


.topbar ul {
	float: left
}

.pbl-0 {
	padding: 0
}


.social {
	padding-right: 0px;
	float:right !important;
}

a {
	text-decoration: none !important
}


@media screen and (max-width:1199px){
	.nav-link{
		font-size: 17px;
	}
	.navbar-brand img {
  height: 90px;
}
}


@media screen and (max-width:767px){
	.topbar{
		display: none;
	}
	.carousel-control-next, .carousel-control-prev{
		display: none;
	}
}


 .logo-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: calc(100% + 50px);
  width: 533px;
  background-position: bottom right;
  background-size: cover;
}
@media screen and (max-width:1800px){
  .logo-bg{
    width: 434px;
  }
}
@media screen and (max-width:1200px){
  .logo-bg{
    width: 390px;
  }
}
@media screen and (max-width: 1150px) {
  .logo-bg {
    width: 336px;
  }
}
@media screen and (max-width: 991px) {
  .logo-bg {
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .logo-bg {
    width: 290px;
    height: calc(100% + 27px);
  }
    .navbar-brand img {
    height: 80px;
  }
  #navbarSupportedContent{
    margin-left: -15px;
  margin-right: -15px;
  background: #fff;
  margin-bottom: -10px;
  }
  .nav-link {
  color: #000 !important;
}
}



.btn-style500 {
  border-color: #c91b1a;
  color: #c91b1a;

}
.btn-style500:hover {
  color: #fff;
  transition-delay: 0.2s;
  animation: ani500 0.6s forwards;
  background: radial-gradient(circle, #c91b1a 0.2em, transparent 0.3em) 6em 6em/1em 1em, radial-gradient(circle, #c91b1a 0.2em, transparent 0.3em) 0 0/1em 1em;
}

@keyframes ani500 {
  100% {
    background-size: 2.375em 2.375em, 0.1em 0.1em;
  }
}
.click-btn {
  display: flex;
  width: 140px;
  font-family: "Abhaya Libre", serif;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin: 0rem;
    margin-left: 0.5rem;
  line-height: 35px;
  border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-radius: 5px;
  text-align: center;
  font-size: 21px;
  color: #fff;
  text-decoration: none;
  transition: all 0.35s;
  box-sizing: border-box;
margin: 0;
  background: #0d125d;

}
.navbar .click-btn{
   margin-left: 40px;
  margin-top: -4px;
}
.btn {
  background: #c91b1a;
  color: #fff;
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  z-index: 9;
  padding: 10px 23px 10px 48px;
  display: inline-block;
  border-radius: 100px;
  border: none;
  font-weight: 500;
  margin-top: 40px;
  font-size: 20px;
}
.click-btn i{
  font-size: 14px;
  margin-right: 10px;
}
@media screen and (max-width:1500px){
  .nav-link, .click-btn{
    font-size: 20px;
  }
}
@media screen and (max-width:1200px){
  .nav-link, .click-btn{
    font-size: 18px;
  }
}
@media screen and (max-width:991px){
   .ml-md-4, .mx-md-4 {
    margin-left: 1rem !important;
  }
   .mobhide{
    display: none;
  }
}
@media screen and (max-width:767px){
  .nav-link, .click-btn{
    font-size: 20px;
  }
    .ml-md-4, .mx-md-4 {
    margin-left: 0 !important;
    border-bottom: 1px solid #b9b9b9;
    padding-top: 3px;
  }
}

#video iframe{
  margin-top: -60px;
}
p{
  font-weight: 400;
  font-size: 17px;
  line-height: 1.9;
  text-align: justify;
}
.copyright{
  position: relative;
  background-color: red;
  color: #fff;
}


.about-section {
  position: relative;
  padding: 80px 0 120px;
}
.about-section .left-shape {
  position: absolute;
  top: -34%;
  left: 0;
}
.about-section .left-shape img {
  width: 100%;
}
.about-section .line-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.about-section .line-shape img {
  width: 100%;
  height: 100%;
}
.about-section .shape {
  position: absolute;
  bottom: -15%;
  right: 0;
}
@media (max-width: 1600px) {
  .about-section .shape {
    display: none;
  }
}

.about-wrapper .about-image-items {
  position: relative;
  padding-left: 25px;
}
.about-wrapper .about-image-items::before {
  position: absolute;
  top: 100px;
  left: 0;
  content: "";
  height: 210px;
  width: 4px;
  background-color: red;
  content: "";
}
.about-wrapper .about-image-items .border-shape {
  position: absolute;
  bottom: -30px;
  right: 22%;
  z-index: 1;
}
@media (max-width: 575px) {
  .about-wrapper .about-image-items .border-shape {
    display: none;
  }
}
.about-wrapper .about-image-items .circle-shape {
  position: absolute;
  bottom: -40px;
  left: -40px;
  z-index: 2;
}
@media (max-width: 991px) {
  .about-wrapper .about-image-items .circle-shape {
    top: 0;
    left: 0;
  }
}
.about-wrapper .about-image-items .circle-shape .text-circle {
  animation: cir36 10s linear infinite;
}
@media (max-width: 767px) {

}@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 20px;
  margin-top: 0px;
}
.myp20{
  margin-top: 20px;
  margin-left: 20px;
}
.section-title span {
  color: #ca1b1a;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  border-bottom: 1px solid #ca1b1a;
}
.section-title h2 {
  text-transform: capitalize;
  font-size: 40px;color: #0d125d;
}
.section-title h5{
  text-transform: capitalize;
  font-size: 28px;
  color: #000;
  font-style: italic;
}
.about-wrapper .about-image-items .circle-shape .award-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .about-wrapper .about-image-items .circle-shape .award-img {
    top: 0;
    left: 0;
    transform: initial;
  }
}
.sec2 ul{
  text-align: center;
}
@media (max-width: 767px) {
  .about-wrapper .about-image-items .circle-shape .award-img {
    width: 155px;
    left: 10px;
  }
  .myp20{
  margin-top: 6px;
}
  .about-wrapper .about-image-items .circle-shape .award-img img {
    width: 100%;
    height: 100%;
  }
}
.about-wrapper .about-image-items .about-image {
  width: 437px;
  height: 530px;
  position: relative;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 575px) {
  .about-wrapper .about-image-items .about-image {
    max-width: 430px;
    width: initial;
    height: 400px;
  }
}
.about-wrapper .about-image-items .about-image .about-image-2 {
  position: absolute;
  bottom: -100px;
  right: -100px;
}
@media (max-width: 1399px) {
  .about-wrapper .about-image-items .about-image .about-image-2 {
    right: -50px;
  }
}
@media (max-width: 1199px) {
  .about-wrapper .about-image-items .about-image .about-image-2 {
    right: 0;
  }
}
@media (max-width: 991px) {
  .about-wrapper .about-image-items .about-image .about-image-2 {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .about-wrapper .about-image-items .about-image .about-image-2 {
    bottom: 0;
    right: 0;
    width: 250px;
  }
  .about-wrapper .about-image-items .about-image .about-image-2 img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .about-wrapper .about-image-items .about-image .about-image-2 {
    width: 200px;
  }
}
.about-wrapper .about-content .circle-progress-bar-wrapper {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-top: 50px;
  flex-wrap: wrap;
}
@media (max-width: 1399px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper {
    margin-top: 40px;
    gap: 70px;
  }
}
@media (max-width: 991px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar {
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar span {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .content h6 {
  display: block;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .content br {
    display: block;
  }
}
.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar {
  position: relative;
  height: 120px;
  width: 120px;
}
.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div span {
  position: absolute;
  font-size: 30px;
  line-height: 92px;
  height: 90px;
  width: 90px;
  left: 5px;
  top: 5px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--header);
}
@media (max-width: 575px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div span {
    font-size: 24px;
  }
}
.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .background {
  background-color: var(--bg) !important;
}
.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .rotate {
  clip: rect(0 50px 100px 0);
  background-color: red !important;
}
.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .left {
  clip: rect(0 50px 100px 0);
  opacity: 1;
  background-color: var(--bg) !important;
}
.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .right {
  clip: rect(0 50px 100px 0);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
  background-color: red !important;
}
.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar {
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar span {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .content h6 {
  display: block;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .content br {
    display: block;
  }
}
.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar {
  position: relative;
  height: 120px;
  width: 120px;
}
.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar div {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar div span {
  position: absolute;
  font-size: 30px;
  line-height: 92px;
  height: 90px;
  width: 90px;
  left: 5px;
  top: 5px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--header);
}
@media (max-width: 575px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar div span {
    font-size: 24px;
  }
}
.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar .background {
  background-color: var(--bg) !important;
}
.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar .rotate {
  background-color: var(--theme2) !important;
}
.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar .left {
  clip: rect(0 50px 100px 0);
  opacity: 1;
  background-color: var(--bg) !important;
}
.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar .right {
  background-color: var(--theme2) !important;
}
.about-wrapper .about-content .about-list {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .about-wrapper .about-content .about-list {
    margin-top: 0;
  }
}
.about-wrapper .about-content .about-list li {
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 991px) {
  .about-wrapper .about-content .about-list li {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .about-wrapper .about-content .about-list li {
    font-size: 15px;
  }
}
.about-wrapper .about-content .about-list li:not(:last-child) {
  margin-bottom: 10px;
}
.about-wrapper .about-content .about-list li i {
  color: red;
}
.about-wrapper .about-content .about-author {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 40px;
}
@media (max-width: 1399px) {
  .about-wrapper .about-content .about-author {
    gap: 40px;
  }
}
@media (max-width: 1199px) {
  .about-wrapper .about-content .about-author {
    flex-wrap: wrap;
  }
}
.about-wrapper .about-content .about-author .author-image {
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-wrapper .about-content .about-author .author-image .content p {
  font-size: 14px;
  color: red;
  font-weight: 500;
  margin-top: -10px;
}
 .icon-area {
  margin-top: 30px;
  gap: 30px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #FFF;
  padding-bottom: 0px;
}
 .icon-area .icon-items .icon {
  font-size: 52px;
  color: #2C69AE;
  margin-bottom: 15px;
}
 .icon-area .icon-items .icon {
  font-size: 52px;
  color: #2C69AE;
}
 .icon-area .icon-items .content h5 {
  margin-bottom: 5px;
  font-size: 26px;
}
.icon-area img{
  height: 60px;
}

@media screen and (max-width:1600px){
  .about-section {
  padding: 80px 0 80px;
}
.about-wrapper .about-image-items .border-shape{
  right: 10%;
}
}

@media screen and (max-width:1500px){
  .about-wrapper .about-image-items .about-image .about-image-2 {
  right: -56px;
  bottom: -120px;
}
.about-wrapper .about-image-items .border-shape{
  right: 6%;
}
p{
  font-size: 16px;
}
}

@media screen and (max-width:1200px){
  .about-wrapper .about-image-items .about-image {
  width: 385px;
  height: 482px;
}
  .about-wrapper .about-image-items .about-image .about-image-2 {
    right: -36px;
  }.about-wrapper .about-image-items .border-shape {
    right: -2%;
  }
  .section-title h2{
    font-size: 32px;
  }
  .section-title h5{
    font-size: 22px;
  }
    p {
    font-size: 15px;
  }
  .icon-area img {
  height: 50px;
}
.icon-area .icon-items .content h5 {
  margin-bottom: 0px;
  font-size: 22px;
}
  .about-wrapper .about-image-items .about-image .about-image-2 {
    bottom: -90px;
  }
}

@media screen and (max-width:991px){
    .about-wrapper .about-image-items .circle-shape {
    top: 0;
    left: 0;
  }
    .about-wrapper .about-image-items .about-image .about-image-2 {
    bottom: 0px;
  }
   
  .about-wrapper .about-image-items{
    margin-bottom: 20px;
  }
    .icon-area img {
    height: 60px;
  }
    .about-wrapper .about-image-items .border-shape {
    right: 34%;
  }
}
@media screen and (max-width: 767px) {
  .about-wrapper .about-image-items .about-image .about-image-2 {
    width: 200px;
  }
    .about-wrapper .about-image-items .about-image {
    max-width: 430px;
    width: initial;
    height: 400px;
  }
  .about-wrapper .about-image-items .about-image .about-image-2{
    bottom: 0;
    right: 0;
  }
  .about-wrapper .about-image-items .circle-shape .text-circle{
    width: 170px;
  height: 170px;
  }
    .about-wrapper .about-image-items .circle-shape .award-img {
    left: 8px;
    top: 6px;
  }
    .about-wrapper .about-image-items .about-image .about-image-2 img {
   
    border-left: 5px solid #fff;
    border-top: 5px solid #fff;
  }
    .about-section {
    padding: 40px 0 40px;
  }
    .about-wrapper .about-image-items {
    margin-bottom: -20px;
  }
   .section-title h2 {
    font-size: 26px;
  }
    .section-title h5 {
    font-size: 20px;
  }
  .icon-area {
  margin-top: 20px;
}
.about-content .mt-4 {
  margin-top: 10px !important;
}
.content p{
  margin-bottom: 0;
}
}
.z-index-common{
  margin: 20px 0 70px;
}
.counter-grid {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  gap:20px;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  margin-bottom: 30px;
}
.counter-grid_icon img {
  -webkit-transition:0.4s;
  transition:0.4s;
  height: 60px;
}
.counter-grid_number {
  color:var(--white-color);
  margin-bottom:-7px;
  margin-top:-0.16em;
  font-weight:700;
  font-size:40px
}
@media (max-width: 1199px) {
  .counter-grid_number {
    font-size:36px;
    margin-bottom:0
  }
}
@media (max-width: 767px) {
  .counter-grid_number {
    font-size:32px
  }
}
.counter-grid_text {
  color:#000;
  display:block;
  margin-bottom:-0.5em;
  font-size:16px
}
.counter-grid:hover .counter-grid_icon img {
  -webkit-transform:rotateY(180deg);
  transform:rotateY(180deg)
}




.counter-area-4 {
  border:1px solid #d9d9d9;
  padding:50px 80px 20px;
  position:relative
}
.counter-area-4:after {
  content:'';
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  background:#e8e8e8;
  width:39%;
  -webkit-clip-path:polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  clip-path:polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  z-index:0
}
@media (max-width: 1299px) {
  .counter-area-4 {
    padding:60px
  }
}
@media (max-width: 767px) {
  .counter-area-4 {
    padding:40px 20px 10px;
  }
  .counter-area-4:after {
    display:none
  }.z-index-common {
  margin: 40px 0;
}
  .section-title span{
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
 
  .counter-area-4:after {
    display:none
  }
  .z-index-common .section-title{
    text-align: center;
  }
}
.counter-area-4.bg-shadow {
  box-shadow:0px 10px 50px 0px rgba(0,0,0,0.07)
}
.counter-wrap4 {
  padding:0 0.75rem;
  margin-left:80px
}
@media (max-width: 1500px) {
  .counter-wrap4 {
    margin-left:30px
  }
}
@media (max-width: 1199px) {
  .counter-wrap4 {
    margin-left:0
  }
}
.counter-grid.style4 .counter-grid_icon {
  height:80px;
  width:80px;
  line-height:80px;
  text-align:center;
  border-radius:50%;
  background:var(--white-color);
  -webkit-box-flex:0;
  -webkit-flex:none;
  -ms-flex:none;
  flex:none;
  box-shadow:0px 10px 50px rgba(30,40,58,0.12)
}
@media (max-width: 767px) {
  .counter-grid.style4 .counter-grid_icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
 
}
.counter-grid.style4 .counter-grid_number {
  color:#0d125d;
  margin-bottom:0
}

@media (max-width: 1299px) {
  .counter-grid.style4 .counter-grid_text {
    font-size:14px
  }
}

#features{
  background-color: #F6F4FE;
  padding: 70px 0;
}

.features_section .feature_detail {
    background-color:#f5f5f5;
    border-radius: 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 20px;
    box-shadow: 0px 4px 30px #14155469;
}

/* features section image */
.features_section .feature_detail .feature_img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -75px;
}

.features_section .feature_detail .feature_img img {
    max-width: 100%;
}

/* features section box */

.features_section .feature_detail .feature_box {
    max-width: 410px;
}

.features_section .feature_detail .feature_box .data_block {
    margin-bottom: 30px;
}

.features_section .feature_detail .feature_box .data_block h4 {
    font-size: 26px;
    color: #0d125d;
    font-weight: 600;
}

.features_section .feature_detail .left_data {
    text-align: right;
    padding-left: 60px;
}
.features_section .feature_detail .left_data p{
  text-align: right;
}
.features_section .feature_detail .right_data p{
  text-align: left;
}
.features_section .feature_detail .right_data {
    padding-right: 60px;
}

.features_section .feature_detail .left_data .data_block .icon {
    margin-right: -15px;
}

.features_section .feature_detail .right_data .data_block .icon {
    margin-left: -15px;
}

.features_section .container {
    max-width: 1370px;
}
@media screen and (max-width:1600px){
  .features_section p{
    font-size: 16px;
  }
}

@media screen and (max-width:1400px){

 .features_section p {
    font-size: 15px;
  }
}
@media screen and (max-width:1360px){
    .features_section .feature_detail .feature_img img {
  max-width: 90%;
  margin-left: 5%;
}
.features_section .feature_detail .left_data {
  padding-left: 40px;
}
.features_section .feature_detail .right_data {
  padding-right: 40px;
}
}
@media screen and (max-width:1300px){
    .features_section .feature_detail .feature_img img {
  max-width: 80%;
  margin-left: 10%;
}
.features_section .feature_detail .left_data {
  padding-left: 20px;
}
.features_section .feature_detail .right_data {
  padding-right: 20px;
}
.features_section .feature_detail .feature_box {
  max-width: 32%;
}
}
@media screen and (max-width:1200px){
  .features_section .feature_detail .feature_box {
  max-width: 26%;
}
  .features_section .feature_detail .feature_img img {
    max-width: 90%;
    margin-left: 5%;
  }
}

@media screen and (max-width:991px){
  .features_section .feature_detail .feature_box .data_block h4 {
  font-size: 18px;
}  .features_section p {
    font-size: 13px;
  }

.features_section .feature_detail .feature_box .data_block {
  margin-bottom: 10px;
}
 .features_section .feature_detail .left_data {
    padding-left: 10px;
  }
    .features_section .feature_detail .right_data {
    padding-right: 10px;
  }
.features_section .feature_detail .feature_img img {
    max-width: 80%;
    margin-left: 10%;
  }
.features_section .icon img{
  height: 90px;
}
}

@media screen and (max-width: 767px) {
  .features_section .feature_detail .feature_box {
    width: 100%;
    padding: 0 15px;
    text-align: center;
    margin: 0 auto;
  }
    .features_section .feature_detail {
    flex-direction: column-reverse;
    padding-top: 30px;
    margin-top: 0;
  }
    .features_section .feature_detail .feature_img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 75%;
    margin: 0 auto;
  }
    .features_section .icon img {
    height: 120px;
  }  .features_section .feature_detail .feature_box .data_block h4 {
    font-size: 24px;
  } .features_section p {
    font-size: 15px;
    text-align: center !important;
  }  .features_section .feature_detail .feature_box {
    max-width: 100%;
  }
  #features {
  padding: 33px 0 40px;
}
  .features_section .feature_detail .feature_img img {
    max-width: 80%;
    margin-left: 7%;
  }
.features_section .feature_detail .feature_img{
  margin-bottom: 20px;
}
}
#features{
  overflow: hidden;
}









.project-one {
  padding: 112px 0;
  padding-bottom: 120px;
  position: relative;
  background-color: #eff6f0;
}
@media (max-width: 991px) {
  .project-one {
    padding: 80px 0;
  }
}
.project-one__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0.5;
  mix-blend-mode: overlay;
}
.project-one .container {
  position: relative;
  z-index: 2;
  max-width: 1350px;
}
@media (max-width: 1200px) {
  .project-one .container {
    max-width: 100%;
  }
}
.project-one .sec-title {
  padding-bottom: 50px;
}
.project-one .sec-title__title {
  margin-top: 1px;
}
.project-one__item {
  position: relative;
}
.project-one__item__image {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.project-one__item__image::after {
  content: "";
  position: absolute;
  width: calc(100% + 200px);
  height: calc(100% + 204px);
  left: -22%;
  right: 0;
  bottom: -150%;
  z-index: 1;
  transform: rotate(133.6deg);
  margin: 0 auto;
  background-color: rgba(13, 18, 93, 0.33);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
.project-one__item__image &gt; img {
  width: 100% !important;
  transition: all 0.5s ease;
  border-radius: 4px !important;
}
@media (max-width: 991px) {
  .project-one__item__image &gt; img {
    max-height: 450px;
    min-height: 450px;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
}
@media (max-width: 767px) {
  .project-one__item__image &gt; img {
    max-height: initial;
    min-height: initial;
  }
}
.project-one__item__info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 32px;
  z-index: 1;
  padding: 0 22px;
}
.project-one__item__bg {
  padding: 18px 76px 18px 33px;
  background-color: #0d125d;
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 50px);
  transition: all 0.5s ease;
  border-radius: 0 42px 42px 0;
}
@media (max-width: 991px) {
  .project-one__item__bg {
    width: calc(100% - 20px);
  }
}
.project-one__item__tagtext {
  color: #0d125d;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}
.project-one__item__heading {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 0;
}
.project-one__item__heading &gt; a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.project-one__item__heading &gt; a:hover {
  background-size: 100% 1px;
}
.project-one__item__heading:hover {
  color: #fff;
}
.project-one__item__tex-info {
  color: rgba(var(--grdeen-white-rgb, 255, 255, 255), 0.8);
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  padding-top: 22px;
  transition: all 0.2s ease;
}
.project-one__item__right-arrow {
 position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  right: 10px;
  bottom: 0;
  top: 0;
  margin: auto 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  color: #0d125d;
  font-size: 17px;
}
.project-one__item__right-arrow svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 1400px) {
  .project-one__item__right-arrow {
    right: 20px;
  }
}
.project-one__item:hover .project-one__item__image::after {
  opacity: 1;
  visibility: visible;
  bottom: -25.5%;
}
.project-one__item:hover .project-one__item__image &gt; img {
  transform: scale(1.08);
}
.project-one__item:hover .project-one__item__right-arrow {
  background-color: #ca1b1a;
  color: #fff;
}
.project-one__moreproject {
  border-radius: 3px;
  max-width: 666px;
  margin: 0 auto;
  margin-top: 56px;
  padding-left: 27px;
  border: 1px solid #0d125d;
}
@media (max-width: 767px) {
  .project-one__moreproject {
    border: 0;
  }
}
.project-one__moreproject__title {
  color: #0d125d;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .project-one__moreproject__title {
    display: none;
  }
}
.project-one__moreproject__btn {
  padding: 20.25px 22px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .project-one__moreproject__btn {
    margin: 0 auto;
  }
}

.products{
  padding: 60px 0;
}
.post-slide{
  margin: 0 20px;
}

@media screen and (max-width:767px){
  .products {
  padding: 30px 0 0;
}
}

.brands .post-slide{
  box-shadow: 0px 4px 10px #1415542b;
  margin: 10px 20px 30px;
}
.brands{
  padding: 60px 0 40px;
  background-color: #F6F4FE;
}
.awards{
  background: #fff;
}

@media screen and (max-width:767px){
  .brands {
  padding: 30px 0 10px;
}
.project-one__item__heading{
  font-size: 20px;
}
}




.footer-bg-img{
  background: #171717;
}
.footer-menu-wrap ul li{
  width: 20%;
}
.footer-menu-area{
    padding: 0px 0;
    border-bottom: 1px solid #292525ed;
    padding-bottom: 0;
    background-color: #171717;
}
.footer-menu-wrap ul {
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.footer-menu-wrap ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: all 0.4s ease-in-out;
    padding: 0px  0px !important;
    border-right: 1px solid #292525ed;
    text-align: center;
    width: 100% !important;
  position: relative;
  display: block;
}
.footer-menu-wrap ul li:first-child a{
    border-left: 1px solid #292525ed;
}
.footer-menu-wrap ul li a:hover{
   
}

.footer-widget-area{
    padding: 80px 0;
}
.footer-social-link{
    margin-top: 30px;
    text-align: center;
}
.footer-social-link ul{
    display: flex;
}
.footer-social-link ul li a {
    margin-right: 10px;
    color: #fff;
    transition: all 0.4s ease-in-out;
}
.footer-title .title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer-widget .footer-logo {
    margin-bottom: 35px;
}
.footer-widget ul li{
    margin-bottom: 15px;
}
.footer-widget ul li:last-child{
    margin-bottom: 0;
}
.footer-widget ul li a{
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.footer-widget ul li a i{
    margin-right: 10px;
}
.footer-widget.widget1 ul li a i{
    margin-right: 0;
}

.footer-widget.widget1 ul li a {
    color: #fff;
    transition: all 0.4s ease-in-out;
    width: 40px;
    height: 40px;
    background: #0d125d;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    transition: all 0.4s ease-in-out;
}
.footer-widget.widget1 .text {
    max-width: 400px;
    color: #fff;
}
.footer-widget.widget1 ul li a:hover{
    background: #0d125d;
    color: #fff;
}
.widget4 .text {
    max-width: 320px;
    margin-bottom: 27px;
}

.newsletter .button-one {
    padding: 17px 40px;
}

.copyuright-area {
    padding: 20px 0;
}
.copyuright-area  p, .copyuright-area  p a{
    color: #fff;
    transition: all 0.4s ease-in-out;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
}


.copyuright-area {
    padding: 10px 0;
    border-top: 1px solid #fff;
}


@media screen and (max-width:1200px){
  .footer-widget.widget1 .text{
    max-width: 100%;
  }
  .widget2, .widget3{
    margin-top: 30px;
  }
}

@media screen and (max-width:767px){
  .footer-menu-area{
    display: none;
  }.footer-widget-area {
  padding: 40px 0;
}
}



.banner-section {
  padding: 110px 0 100px;
  background: url('../images/banner.webp');
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: cover;
  background-position: bottom;
  position: relative;
  margin-top: -40px;
}.banner-section h2 {
  color: #fff;
  font-size: 46px;
  margin: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.wallox-breadcrumb__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.wallox-breadcrumb__list li {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}.wallox-breadcrumb__list li a {
  color: inherit;
  display: inline-flex;
  line-height: 1em;
}.wallox-breadcrumb__list li i {
  margin-right: 10px;
  font-size: 14px;
}

@media screen and (max-width:767px){
  .banner-section {
  padding: 70px 0 40px;
}
.banner-section h2{
  font-size: 34px;
}
.wallox-breadcrumb__list{
  margin-top: 10px;
}
.wallox-breadcrumb__list li a, .wallox-breadcrumb__list li{
  font-size: 15px;
}
.mob-pt-0{
  margin-top: 0;
}
}



.contacts .form-control{
  margin-bottom: 20px;
  height: 50px;
}
textarea{
  height: 140px !important;
}

.contacts {
  position: relative;
  padding: 70px 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .contacts {
    padding: 40px 0 0;
  }
}
.contacts__wrapper {
  position: relative;
}
@media (min-width: 1300px) {
  .contacts__wrapper {
    margin: 0 -49px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contacts__wrapper {
    padding: 50px 28px;
  }
}
@media (max-width: 767px) {
  .contacts__wrapper {
    padding: 50px 20px;
  }
}
.contacts__info {
  position: relative;
  background-color: #0d125d;
  max-width: 90%;
  border-radius: 11px;
  padding: 45px 52px 69px;
}
@media (max-width: 767px) {
  .contacts__info {
    padding: 35px 20px 49px;
  }
}
.contacts__info__shape {
  position: absolute;
  right: 40px;
  bottom: 45px;
  width: 120px;
  height: 120px;
  background-position: center center;
  background-repeat: no-repeat;
  animation: wobble-horizontal-on-hover 4s infinite linear;
}
@keyframes wobble-horizontal-on-hover {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
.sec2 ul li{
  font-size: 18px;
  text-align: center !important;
  margin-bottom: 10px;
  border-bottom: 2px dashed #0d125d;
  width: 23%;
  list-style: none;
  display: inline-block;
  margin: 10px 10px 20px;
  padding-bottom: 4px;
}
@media (max-width: 1199px) {
  .contacts__info::after {
    display: none;
  }
}
.contacts__info__title {
  color: #fff;

  margin: 0 0 17px;
}
.contacts__info__text {
  color: #fff;
  margin: 0 0 32px;
}
.contacts__info__box-wrapper {
  margin: 0 0 37px;
  padding: 0 0 0 30px;
  border-left: 5px solid #d01716;
  list-style: none;
  position: relative;
}
@media (max-width: 767px) {
  .contacts__info__box-wrapper {
    padding-left: 0;
    border: none;
  }
  .sec2 ul li{
    width: 100%;
   margin: 10px 0;
  }
}
.contacts__info__box-wrapper::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 22px 0 22px 22px;
  border-color: transparent transparent transparent #d01716;
  animation: topBottomTwo 3s infinite linear;
}
@media (max-width: 767px) {
  .contacts__info__box-wrapper::after {
    display: none;
  }
}
.contacts__info__box {
  position: relative;
  min-height: 64px;
  padding: 2px 0 0 78px;
}
.contacts__info__box__icon {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #0d125d;
  border-radius: 50%;
  font-size: 25px;
  transition: all 500ms ease;
  z-index: 1;
  overflow: hidden;
}
.contacts__info__box__icon::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  background-color: #d01716;
  top: 0px;
  left: 0px;
  z-index: -1;
  transition: all 500ms ease;
}
.contacts__info__box:hover .contacts__info__box__icon {
  color: #fff;
}
.contacts__info__box:hover .contacts__info__box__icon::after {
  height: 100%;
}
.contacts__info__box__title {
  color: #fff;
  font-size: 22px;
  margin: 0 0px;
}
.contacts__info__box__text {
  color: #fff;
  font-size: 16px;
  margin: 0;
}
.contacts__info__box__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.contacts__info__box__text a:hover {
  background-size: 100% 1px;
}
.contacts__info__box + .contacts__info__box {
  margin-top: 35px;
}
.contacts__info__social {
  position: relative;
}
.contacts__info__social__title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.27px;
  margin: 0 0 26px;
}
.contacts__info__social__wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contacts__info__social__wrap a {
  width: 37px;
  height: 37px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  color: #0d125d;
}@keyframes topBottomTwo {
  0%, 100% {
    transform: translateY(0);
  }
  25%, 75% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.contacts__info__social__wrap a:hover {
  background-color: #000;
  color: #fff;
}
.contacts__content {
  position: relative;
}
.contacts__content .sec-title-two {
  padding-bottom: 21px;
}
.contacts__content__text {
  margin: 0 0 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contacts__content__text br {
    display: none;
  }
}
.contacts__content .form-one .bootstrap-select &gt; .dropdown-toggle,
.contacts__content .form-one input[type=text],
.contacts__content .form-one input[type=email],
.contacts__content .form-one textarea {
  border: 1px solid #dddddd;
}
.contacts--contact-page {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .contacts--contact-page {
    padding: 80px 0;
  }
}



@media screen and (max-width: 1300px){
  .contacts__info{
    max-width: 430px;
  }
  .contacts__info__box__title{
    font-size: 18px;
  }
  .contacts__info{
    padding: 45px 30px 69px;
  }
  .contacts__info__box{
    padding: 2px 0 0 60px;
  }
  .contacts__info__box-wrapper{
    padding: 0 0 0 24px;
  }
  .contacts__info__box__icon {
  width: 50px;
  height: 50px;font-size: 21px;
}
.contacts__info__box__text{
  font-size: 15px;
}.contacts__content {
  position: relative;
  padding: 0px 0 0;
}
}

@media screen and (max-width: 991px){
  .contacts__info__box__text {
    font-size: 14px;
    text-align: left;
  }
}

@media screen and (max-width: 767px){
  .contacts__wrapper{
    padding: 0;
    border: none;
  } .contacts__info__box-wrapper {
    padding: 0 0 0;
  }.swiper-pagination-bullets {
  bottom: 17px !important;
}
    .contacts__info__box__text {
    font-size: 15px;
  }  .contacts__info {
    padding: 30px 30px 30px;
  }
  .contacts__info__social__title{
    margin: 0 0 10px;
  }
  .contacts__info__box-wrapper {
  margin: 0 0 20px;
}.contacts__info__box + .contacts__info__box {
  margin-top: 15px;
}
.contacts__info{
  margin-bottom: 20px;
}
.iframm{
  margin-top: 20px;
}
.formcontact{
  margin-bottom: 30px;
}
}  .iframm {
   
    margin-bottom: -10px;
  }
.form-control {
  background: #34475c17;
  font-size: 16px;
  height: 46px;
  padding: 10px 20px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.formcontact{
  padding: 40px 40px;
  border: 1px solid #ccc;
  border-radius: 11px;
}

.productspage .project-one__item
{
  margin-bottom: 30px;
}
.productspage{
  padding: 60px 0 40px;
}
.productsinternalpage ul{
  padding-left: 15px;
}
.productsinternalpage ul li{
  list-style: disclosure-closed;
  font-size: 17px;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
.productsinternalpage ul li::marker{
  color: #0d125d
}

.sec2{
  background-color: #F6F4FE;
  padding: 60px 0 50px;
}
.sec2 h2{
  background-color: #0d125d;
  padding: 8px 20px 6px;
  margin: auto;
    margin-bottom: auto;
  width: fit-content;
  color: #fff;
  font-size: 22px;
  margin-bottom: 30px;
}
.sec2 p{
  font-size: 18px;
  width: 100%;
  text-align: center !important;
  margin-bottom: 10px;
  border-bottom: 2px dashed #0d125d;
}

@media screen and (max-width:767px){
  .productsinternalpage .section-title{
    margin-top: 30px;
  }
   .productsinternalpage {
    padding: 30px 0 25px;
  }
  .sec2{
    padding: 40px 0 30px;
  }#video iframe {
  height: 205px;
  margin-top: -50px;
}
	.myp20{
		        margin-top: 6px;
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
	}
}




#button {
  height: 55px;
  width: 55px;
  position: relative;
  border: none;
  border-radius: 100%;
  outline: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: all 300ms ease;
  color: #fff;
  background-color: transparent !important;
  font-size: 2em;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  line-height: 0.45;
}


#button img{
  height: 50px;
}</pre></body></html>