@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
<link href="https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap" rel="stylesheet">


body {
	font-family: 'Inter', sans-serif;
	overflow-x: hidden;
}

ul {
	list-style:none;
	padding:0;
	margin:0;
	font-family: 'Inter', sans-serif;
}
a:hover {
	text-decoration:none!important;
}
.container {
    max-width: 1200px!important;
	position:relative;
	z-index:99;
}
header {
    width: 100%;
    padding: 0 0;
    z-index: 999;
    position: relative;
}
ul.menu_bar {
    display: flex;
    margin: 0 0 0;
    justify-content: center;
    padding: 20px 0;
	transition: all .5s ease;
}
ul.menu_bar li {
    margin: 0 20px;
	font-size: 14px;
}
ul.menu_bar li a {
    font-weight: 400;
    color: #ddd;
	transition: all .5s ease;
	position:relative;
}
ul.menu_bar li:hover a:after, ul.menu_bar li.active a:after {
    position: absolute;
    left: 0;
    bottom: -7px;
    content: "";
    width: 30px;
    height: 3px;
    background-color: #2E9AFF;
    border-radius: 30px;
}
ul.menu_bar li:hover a, ul.menu_bar li.active a {
    color: #fff;
}
.main_header {
    padding: 0;
	/*background-color:#10212A;*/
}
.top-header {
    padding: 5px 0;
	background-color: #fff;
}
.top-header p {
    margin: 0;
    font-size: 14px;
    background-image: url(../images/shipping.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 35px;
}
.top-header ul {
    display: flex;
    justify-content: end;
    font-size: 16px;
    margin: 35px 0 0;
}
.top-header li {
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
}
.top-header li a {
    color: #10212A;
    display: block;
    line-height: 17px;
}
.top-header li:last-child {
    border-left: solid 1px #10212A;
}
.top-header li:nth-child(2) {
    border-left: solid 1px #10212A;
}

.logo img {
    width: 300px;
}
.main_menu section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.toggle_switch {
    float: right;
    height: 25px;
	display:none;
}
.toggle_switch span {
    width: 40px;
    height: 4px;
    display: block;
    background-color: #21202b;
    border-radius: 25px;
    position: relative;
}
.toggle_switch span:before {
    content: "";
    width: 30px;
    height: 4px;
    display: block;
    background-color: #21202b;
    border-radius: 25px;
    position: absolute;
    right: 0;
    top: 10px;
}
.toggle_switch span:after {
    content: "";
    width: 40px;
    height: 4px;
    display: block;
    background-color: #21202b;
    border-radius: 25px;
    position: absolute;
    right: 0;
    top: 20px;
}
.account_link ul {
    display: flex;
    margin: 0 0;
    justify-content: end;
    align-items: center;
}
.account_link li {
    margin: 0 0 0 20px;
}
.account_link li a {
    font-weight: 600;
    color: #6E757C;
}
#signup a {
    display: block;
    padding: 15px 20px;
    background: #FF6E30;
    color: #fff;
    border-radius: 10px;
}
.social_wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.social_wrapper ul {
    display: flex;
}
.social_wrapper p {
    margin: 0;
}
.social_wrapper li {
	
}
.social_wrapper li a {
    color: #000;
    font-size: 25px;
    margin: 0 10px 0 0;
	transition: all .5s ease;
}
.social_wrapper li:hover a {
	display:block;
	margin-top: -5px;
    color: #ea463c;
}
.social_wrapper p {
    margin: 0 0 0 20px;
    font-size: 20px;
    font-weight: 600;
    color: #014275;
}
.social_wrapper p i {
    transform: rotate(90deg);
    font-size: 22px;
    margin: 0 8px 0 0;
}
.logo-section {
    padding: 0 0 10px;
    border-bottom: solid 1px #eee;
}

.main_header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}
.main_header.sticky .logo-section {
    padding: 0;
}
.main_header.sticky .social_wrapper {
    display: none;
}
.main_header.sticky .navbar-brand {
    display: block;
}
.main_header.sticky .navbar-brand img {
    width: 200px;
}
.main_header.sticky ul.menu_bar {
    padding: 12px 0;
}
.welcome_wrapper a {
    margin: 15px 5px !important;
}




.banner_wrapper {
    background: linear-gradient(135deg, rgba(0, 22, 90, 1) 0%, rgba(1, 51, 166, 1) 100%);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 615px;
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}
.banner_wrapper:after {
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/main-banner.jpg);
    background-size: cover;
	background-position: center bottom;
    content: "";
    width: 50%;
    height: 100%;
}
.banner_wrapper:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 50%;
    height: 100%;
    background-image: url(../images/banner_bg.jpg);
    background-size: cover;
    opacity: 0.3;
}
.banner_wrapper h1 {
    color: #fff;
}
.banner_wrapper h1 span {
    display: flex;
    font-size: 13px;
    color: #ffe050;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
    margin: 0 0 15px;
    padding: 0 0 0 35px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/eye.png);
}
.banner_wrapper p {
    color: #ddd;
    font-size: 18px;
    margin: 35px 0;
}
.btn_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.btn_wrapper a {
    display: block;
    background-color: #fff;
    color: #00165A;
    font-size: 14px;
    padding: 14px 35px;
    border-radius: 40px;
    margin: 0 15px 0 0;
}


.person_tag span {
    color: #fff;
    font-size: 14px;
    padding: 5px 0 5px 25px;
    border-radius: 40px;
    margin: 10px 10px 0 0;
    font-weight: 700;
    display: block;
    position: relative;
}
.person_tag.inline_tag span {
    background-color: transparent;
    color: #fff;
    padding: 5px 0 5px 25px;
    font-size: 14px;
    display: block;
    margin: 0px 0 10px;
}
.person_tag.inline_tag {
    display: block;
}
.person_tag span:before {
    position: absolute;
    left: 0;
    top: 15px;
    width: 6px;
    height: 6px;
    border-radius: 30px;
    content: "";
    background: #fff;
}
.person_tag.inline_tag p {
    margin: 10px 0 0 37px;
}
.features_wrapper {
    padding: 70px 0;
    background-color: #002A3F;
}
.features_wrapper section h3 {
    color: #fff;
    font-size: 18px;
    margin: 20px 0 35px;
    text-transform: uppercase;
}
.features_wrapper section p {
    margin: 0 0 10px;
    color: #DAE2EC;
    font-size: 14px;
    padding: 3px 55px 0 0;
    font-weight: 300;
}
.features_wrapper section p strong {
    font-weight: 700;
    color: #fff;
    display: inline-block;
    width: 130px;
}
.welcome_wrapper {
    padding: 70px 0;
	    position: relative;
}
.welcome_wrapper:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 44%;
    height: 100%;
    background-image: url(../images/eye_bg.jpg);
    background-size: cover;
    background-position: right center;
}
.welcome_wrapper section {
    /*background-image: url(../images/specs.png);
    background-repeat: no-repeat;
    background-position: center;
	background-size:cover;
    border-radius: 10px;
    display: flex;
	justify-content: center;
    align-items: end;*/
	padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.welcome_wrapper section h4 {
    color: #fff;
}
.welcome_wrapper section p {
    font-size: 14px;
    color: #fff;
}
.welcome_wrapper section a {
    display: inline-block;
    background-color: #00588D;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 40px;
    margin: 15px 15px 0 0;
	    border: solid 2px #fff;
}

.welcome_wrapper h3 {
    font-size: 28px;
}
.welcome_content h6 {
    font-size: 22px;
}
.welcome_content h6.vision_endure {
    font-size: 22px;
    display: inline-block;
    background-color: #0066C6;
    padding: 10px 35px 15px;
    color: #fff;
    border-radius: 34px;
}
.welcome_wrapper h3 span {
    display: flex;
    font-size: 13px;
    color: #0066C6;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
    margin: 0 0 15px;
    padding: 0 0 0 35px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/eye-dark.png);
}
.welcome_wrapper h3 strong {
    font-size: 48px;
}
.welcome_wrapper p {
    color: #585A5F;
    font-size: 14px;
    margin: 10px 0 0;
    text-align: justify;
    line-height: 25px;
}
.welcome_content h4 {
    font-size: 16px;
    margin: 20px 0 0;
}
.welcome_content {
    padding: 0 0 0 35px;
}
.welcome_content h5 {
    font-size: 26px;
    margin: 25px 0 30px;
}
.credibility_logo {
    position: absolute;
    top: -14px;
    right: 75px;
    width: 275px;
}
.welcome_content ul li {
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 2px 0 0 48px;
    margin: 15px 0px 0;
	    min-height: 35px;
}
.welcome_content ul li h6 {
    margin: 5px 0 0;
    font-size: 15px;
}
.welcome_content ul li span {
    display: block;
    font-size: 14px;
    color: #585A5F;
}
ul.about_point li {
    background-image: none;
    padding: 0;
    font-size: 14px;
}
.speciality_wrapper {
    padding: 70px 0;
    background-color: #0066C6;
}
.speciality_wrapper h3 {
    font-size: 40px;
	color:#fff;
}
.speciality_wrapper h3 span {
    display: flex;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
    margin: 0 0 15px;
    padding: 0 0 0 35px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/eye-light.png);
}
.speciality_wrapper .col-lg-6 {
    display: flex;
    align-items: end;
}
.speciality_wrapper p {
    color: #E4ECFF;
}
.speciality_wrapper section {
    margin: 60px 0 0;
}
.speciality_wrapper section h4 {
    color: #fff;
    font-size: 16px;
}
.speciality_wrapper section h4 span {
    display: block;
    font-size: 30px;
	color: #fff!important;
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: solid 1px;
}
section#second_box, section#fourth_box {
    margin: 150px 0 0;
}
.speciality_wrapper section span {
    font-size: 14px;
    color: #B1C8FF;
}
.client_wrapper h3 {
    color: #10212A;
    margin: 0 0 30px;
    text-align: center;
}
.client_wrapper h3 span {
    color: #0066C6;
    font-weight: 700;
}

.client_wrapper section {
    display: flex;
    flex-wrap: wrap;
    margin: 55px 0 0;
}
.client_wrapper section article {
    width: 16%;
    text-align: center;
    padding: 10px 0;
    margin: 5px 3px;
    border: solid 1px #ddd;
}
.client_wrapper {
    padding: 70px 0;
}


.client_wrapper section h2 {
    width: 100%;
    text-align: center;
    margin: 30px 0 15px;
}
.client_wrapper section h2 span {
    display: inline-block;
    font-size: 18px;
    background-color: #0066C6;
    padding: 7px 25px 5px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
	width: 205px;
}




footer {
    padding: 50px 0 0;
    background-color: #f4f4f4;
}
footer img {
    width: 190px;
    margin: 0 0;
    display: block;
}
footer h3 {
    color: #000;
    margin: 6px 0 25px;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 10px;
}
footer h3:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 30px;
    height: 3px;
    background: #0066C6;
}
footer p {
    color: #000;
    font-size: 14px;
}
ul.footer_links li {
    font-size: 14px;
    margin: 0 0 5px;
}
ul.footer_links li a {
    color: #DAE2EC;
}


ul.social_links {
    display: flex;
    margin: 15px 0 0 35px;
}
ul.social_links li {
    margin: 0 12px 0 0;
}
ul.social_links li a {
    width: 35px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    border-radius: 7px;
}
ul.connect li {
    color: #000;
    font-size: 14px;
    margin: 0 0 18px;
    padding: 0 0 0 30px;
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: 18px auto;
}
ul.social_links li a img {
    width: 100%;
}
li#instagram a {
    width: 37px;
}
#location {
    background-image: url(../images/map-pin.png);
}
#phone {
    background-image: url(../images/phone.png);
}
#email {
    background-image: url(../images/emailid.png);
}
#user {
    background-image: url(../images/user-icon.png);
}
#time {
	background-image: url(../images/clock.png);
}
.copyright_wrapper {
    padding: 15px 0;
    background-color: #10212A;
    margin: 30px 0 0;
}
.copyright_wrapper p {
    margin: 0;
    text-align: left;
	color:#fff;
}
.copyright_wrapper ul {
    display: flex;
    justify-content: end;
}
.copyright_wrapper li {
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
    font-size: 14px;
	color: #000;
}
.copyright_wrapper li:last-child {
    border-left: solid 1px #DAE2EC;
}
.copyright_wrapper li a {
    color: #fff;
    display: block;
    line-height: 17px;
}
ul.connect {
    margin: 30px 0 0;
}
ul.connect li {
    margin: 0 8px 15px;
    text-align: left;
}
ul.connect li a {
	color: #000;
}
ul.connect li span {
    display: block;
    margin: -45px 0 10px;
    font-size: 14px;
}
ul.connect li span strong {
    display: inline-block;
    background-color: #002A3F;
    width: 125px;
    padding: 5px 0;
    color: #fff;
    border-radius: 50px;
}
.icraft {
    max-width: 100%;
    margin: 0 auto;
}
.icraft img {
    width: 100%;
}
img#icraft {
    width: 100%;
}
h5.time_title {
    margin: 0;
    background-color: #10212A;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    padding: 5px 0;
}

.inner_banner {
    background-image: url(../images/innerbanner.jpg);
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.inner_banner:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
}
.inner_banner h1 {
    position: relative;
    color: #fff;
}
.content_wrapper {
    padding: 60px 0;
}
.content_wrapper h1, .content_wrapper h2, .content_wrapper h3, .content_wrapper h4, .content_wrapper h5, .content_wrapper h6 {
    margin: 40px 0 20px;
}
.content_wrapper p {
    font-size: 14px;
}
.content_wrapper li {
    font-size: 14px;
    margin: 0 0 12px;
}









@media (min-width:250px) and (max-width: 1250px) {
.contact_icon {
    width: 80px;
    height: 55px;
}	
.contact_icon img {
    width: 35px;
}
.contact_lines {
    width: calc(100% - 80px - 0px);
	    padding: 0 15px 0 15px;
}
.welcome_content {
    padding: 0 0 0 60px;
}
}




