﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@700&family=Poppins:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin+Condensed:wght@600&display=swap');
body {
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	color: #fff !important;
}
h1, h2, h3, h4 {
	margin: 10px 0;
	font-family: 'Cabin Condensed', sans-serif;
}
h3 {
	color: #fff;
	font-size: 1.5em;
	font-weight: 600;
	padding-bottom: 10px;
}
h1 {
	color: #fff;
	font-size: 45px;
	padding-bottom: 25px;
	line-height: 50px;
	text-align: center;
	margin: 15px 0;
	padding: 0px;
	text-transform: capitalize;
}
.title p {
	margin: 10px 0 25px;
	font-family: 'Cabin Condensed', sans-serif;
	color: #fff;
	text-transform: capitalize;
	font-size: 55px;
	line-height: 60px;
}
.title-bar {
	border-top-style: solid;
	border-top-width: 4px;
	border-top-color: #73be20;
	width: 70px;
	margin-bottom: 25px;
}
p {
	color: #fff;
	line-height: 36px;
	font-size: 18px;
}
p span {
	font-weight: 600;
	font-size: 1.2em;
	font-style: italic;
}
hr {
	margin-bottom: 1rem;
	border: 0;
	border-top-color: currentcolor;
	border-top-style: none;
	border-top-width: 0px;
	border-top: 1px solid rgba(0,0,0,.1);
}
.more-info {
	background: #E60000;
	color: #fff;
	border-radius: 5px;
	padding: 15px 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	margin-top: 30px;
	position: relative;
}
.more-info i {
	margin-left: 5px;
	font-size: 18px;
}
.more-info:hover {
	color: #fff;
	text-decoration: none;
}
.top-space {
	margin: 15px 0;
}
.list-style {
	list-style-image: url(../img/bullet.png);
	margin-top: 15px;
	padding: 0 0 0 25px;
}
.list-style li {
	padding: 15px 0;
	color: #000;
	border-bottom: 1px solid #e0e4db;
}
.clr {
	clear: both;
}
.no-padd {
	padding: 0px;
}
.line {
	height: 4px;
	width: 100%;
	background: url(../img/line.png);
}
.witr_slicks_title {
	position: absolute;
	top: -13%;
	bottom: 0;
	right: 0;
	left: 0;/*    z-index: -1;*/
}
.witr_slicks_title h4 {
	font-size: 150px;
	-webkit-text-stroke: 1px #fff;
	-webkit-text-fill-color: transparent;
	color: #ffffff;
	line-height: 1;
	opacity: 0.07;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=7)";
	margin: 0;
}
/*========Welcome Section=========*/

.welcome {
	padding: 2.0em 0 7.0em;
	background: url(../img/bg-1.png) #4345A1;
}
.welcome .title p {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	line-height: 70px;
}
.welcome p {
	text-align: left;
	padding: 0px 20px;
	color: #fff;
}
/*===update Section===*/

.update {
	padding: 3.0em 0 7.0em;
	background: #4345A1;
}
.update .title p {
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}
.update-box {
	background: #383985;
	border-radius: 5px;
	padding: 40px 20px;
	text-align: center;
	transition: all 0.5s ease-in-out 0s;
}
.update-box a
{
    text-decoration:none !important
}
.update-box:hover {
	background: #FF0000;
}
.update .update-box i.main-icon {
	color: #fff;
	font-size: 80px;
	position: relative;
	z-index: 2;
}
.update .update-box .icon {
	opacity: 0.0;
	color: #E60000;
	font-size: 200px;
	display: block;
	position: absolute;
	top: 0px;
	left: 15%;
	transition: all 0.5s ease-in-out 0s;
}
.update .update-box:hover .icon {
	opacity: 0.9;
}
.update .update-box h3 {
	font-size: 32px;
	text-align: center;
	margin: 10px 0px 0px;
	padding: 0px;
	color: #fff;
	position: relative;
	z-index: 2;
}
.update .witr_slicks_title {
	position: absolute;
	top: -13%;
	bottom: 0;
	right: 20%;
	left: 20%;
	/* width: 100%;s */
}
.update .witr_slicks_title h4 {
	font-size: 100px;
}
/*========Welcome Section=========*/

.company {
	padding: 3.0em 0 1em;
	background: #4345A1;
}
.company .title p {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	line-height: 70px;
}
.company p {
	text-align: left;
	padding: 0px 0;
	color: #fff;
}
/*===opportunity Section===*/

.opportunity {
	padding: 0em 0 0em;
	background: #4345A1;
}
.opportunity .text-style {
	padding: 50px;
	border-radius: 5px;
	background: #064ecf;
	margin-top: -160px;
}
.opportunity .text-style p {
	color: #fff;
	font-size: 35px;
	line-height: 50px;
	text-align: center;
	font-family: 'Cabin Condensed', sans-serif;
}
.opportunity .text-style h3 {
	color: #fff;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
}
.opportunity .opportunity-btn {
	background: #4345A1;
	box-shadow: 0 0 7px rgba(33, 33, 33, .2);
	transition: all 0.5s ease-in-out 0s;
	color: #fff;
	border-radius: 5px;
	padding: 15px 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	margin: 30px auto 0px;
	width: 250px;
}
.opportunity .opportunity-btn:hover {
	background: #fff;
	color: #15263b;
}
/*===mission Section===*/

.mission {
	padding: 0em 0 7.0em;
	background: #4345A1;
}
.mission-box {
	padding: 0;
	background: #383985;
	min-height: 595px !important;
}
.mission-text-box {
	padding: 10px 30px;
}
.mission-text-box h3 {
	color: #fff;
	font-size: 35px;
	line-height: 45px;
	text-align: center;
}
.mission-text-box p {
	text-align: center;
	font-size: 15px;
	/*margin: 10px 0 30px;*/
	color: #fff;
}
.mission .title p {
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}
.mission .witr_slicks_title {
	position: absolute;
	top: -13%;
	bottom: 0;
	right: 20%;
	left: 20%;
	width: 100%;
}
.mission .witr_slicks_title h4 {
	font-size: 100px;
}

.read-more
{
	color: #E60000;
}
/*========Service Section=========*/

.service {
	padding: 5.0em 0 5.0em;
	background: #4345A1;
}
.service .witr_slicks_title {
	position: absolute;
	top: -10%;
	bottom: 0;
	width: 100%;
    margin-bottom:40px !important;
}
.service .witr_slicks_title h4 {
	font-size: 100px;
}
.service .title p {
	color: #fff;
}
/*========Product Section=========*/

.product {
	padding: 6.0em 0 4.0em;
}
.product .more-info {
	margin: 50px auto;
}
.product .title p {
	text-align: center;
}
.product .title-bar {
	margin: 25px auto;
}
.box-images-parallax {
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}
.box-images-parallax .front-element {
	margin-right: 40px;
	position: relative;
	/*margin-top: -20px;*/
	z-index: 2;
}
.back-element {
	position: absolute;
	right: 0;
	/*bottom: -20px;*/
	top: 0px;
	opacity: 0.5;
}

/* footer  */
ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #1F204A;
  position: relative;
  padding: 30px !important;
}
/* .footer-cta {
  border-bottom: 1px solid #373636;
} */
.single-cta
{
	padding: 20px 0px !important;
}
.single-cta img {
  color: #ff0000 !important;
  font-size: 40px;
  width:40px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #fff;
  font-size: 18px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
	padding: 40px !important;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #fff;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff0000 ;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #fff;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

/*--------------
Animation
--------------*/

.slide-top {
	-webkit-animation: slide-top 5s linear infinite alternate both;
	animation: slide-top 5s linear infinite alternate both;
}
 @-webkit-keyframes slide-top {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(-80px);
 transform: translateY(-80px);
}
}
@keyframes slide-top {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(-80px);
 transform: translateY(-80px);
}
}
.slide-down {
	-webkit-animation: slide-down 3s linear infinite alternate both;
	animation: slide-down 3s linear infinite alternate both;
}
 @-webkit-keyframes slide-down {
 0% {
 -webkit-transform: translateY(70px);
 transform: translateY(70px);
}
 100% {
 -webkit-transform: translateY(30px);
 transform: translateY(30px);
}
}
@keyframes slide-down {
 0% {
 -webkit-transform: translateY(70px);
 transform: translateY(70px);
}
 100% {
 -webkit-transform: translateY(30px);
 transform: translateY(30px);
}
}
 @-webkit-keyframes MOVE-BG {
0% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 100% {
 -webkit-transform: translateX(88px);
 transform: translateX(88px);
}
}

@media(max-width:1024px) {
.update .update-box .icon {
	font-size: 170px;
	display: block;
	position: absolute;
	top: 0px;
	left: 15%;
	transition: all 0.5s ease-in-out 0s;
}
}

.link-text
{
	color: #fff !important;
}

.link-text-active
{
	color: #E60000 !important;
}

/* core-value page  */
.core-value-heading
{
	font-size: 36px !important;
	line-height: 48px !important;
	color: #fff !important;
	font-weight: 600 !important;
    padding: 0px 20px !important;
}

.terms-list
{
	display: flex;
}

.terms-list-text
{
	margin-left: 20px !important;
}

.header-banner
{
	width: 100%;
	height: 300px !important;

}

.footer-content-web
{
    display:flex;
}

/* contact form css  */
button:focus,
input:focus{
  outline: none;
  box-shadow: none;
}


/*------------*/
.form-area {
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(90, 116, 148, 0.3);
    padding: 20px 40px 40px 40px;
    border-radius: 6px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}
.form-area .form-inner {
    width: 100%;
}
.form-control {
    display: block;
    width: 100% !important;
    height: auto !important;
    padding: 15px 19px !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    color: #475F7B !important;
    background-color: #FFF !important;
    border: 1px solid #DFE3E7 !important;
    border-radius: .267rem !important;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
    color: #475F7B;
    background-color: #FFF;
    border-color: #5A8DEE;
    outline: 0;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}
.intl-tel-input,
.iti{
  width: 100%;
}

.form-submit
{
	color: #fff !important;
	font-size: 18px !important;
	width: 100% !important;
	padding: 10px 20px !important;
	background-color: #ff0000  !important;
	border: none !important;
}

textarea
{
    min-height:auto !important;
}





@media (max-width: 480px)
{
    .footer-content-web
    {
        display:block !important;
    }

    .header-banner
    {
        height:auto !important;
    }

    .form-area
    {
        padding:20px !important;
    }
}


