@import url('https://fonts.googleapis.com/css2?family=Barlow: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&amp;display=swap');

.container {
    width: 100%;
    max-width: 1170px;
}
a.contact-button:hover {
    background: #fff;
    color: #000;
    transition: .3s all ease;
}
html {
  scroll-behavior: smooth;
}
.sticky {
    background: #fff;
    border-top: 0 none;
    left: 0;
    padding: 6px 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 100;
    margin: 0;
    animation: smoothScroll 1s forwards;
    border-bottom: 1px solid #ddd;
}
.sticky .logo_sec img {
    width: 130px;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
.header_sec {
    width: 100%;
    padding: 11px 0 5px;
}
.logo_sec { width: 100%; float: left;text-align: center;}
.banner-text {
    background: url('../images/banner-back.png');
    padding: 140px 0 310px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;

}
.banner-text h2 {font-family: 'Barlow', sans-serif;font-style: normal;font-weight: 800;font-size: 214px;text-transform: uppercase;color: #FFFFFF;}
.banner-text h3 {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: -20px 0 10px;
}
.banner-text p {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #FFFFFF;
    max-width: 571px;
    margin-top: 20px;
    margin-bottom: 76px;
}
a.contact-button {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    background: linear-gradient(80.13deg, #1693F7 21.13%, #2362F4 61.95%);
    border-radius: 50px;
    padding: 14px 50px;
}
.banner-text::before {
    content: "";
    width: 233px;
    height: 361px;
    background: url('../images/banner-icon-one.png');
    bottom: -125px;
    position: absolute;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    text-align: center;
    background-position: center;
}

/* ---------------About Us section Css Start-------------- */
.about-us-main-sec {
    width: 100%;
    float: left;
    padding: 0 0 100px;
}
.about-us-sec {
    width: 100%;
    float: left;
    text-align: center;
}
.underline {
    border: 4px solid #0D4F9D;
    max-width: 92px;
    margin: 0 auto;
    color: #0D4F9D !important;
    border-radius: 20px;
    margin-top: 30px;
}
.about-us-sec img {
    max-width: 100%;
    height: auto;
}
.about-us-text p {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #6C6C6C;
    padding: 0 70px;
    margin-top: 26px;
}
.about-us-text {
    margin-top: 50px;
}
/* ---------------About Us section Css End-------------- */



/* --------------------Vision Mission Css Start ---------------- */
.vision-main-sec {
    display: flex;
    width: 100%;
    grid-gap: 52px;
}
.vision-left-sec {
    width: 50%;
}
.vision-right-sec {
    width: 50%;
    padding-top: 120px;
}
.vision-right-sec h4 {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 45px;
    line-height: 54px;
    text-transform: uppercase;
    color: #22235F;
    margin: 33px 0;
}
.vision-right-sec p {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #6C6C6C;
    max-width: 500px;
  
}
.vision-right-sec li {
    list-style: none;
    margin: 0 0 18px;
    padding-left: 30px;
    position: relative;
}
.vision-right-sec li:before {
    position: absolute;
    left: 0;
    top: 1px;
    content: "\f00c";
    height: 24px;
    width: 24px;
    font-family: 'FontAwesome';
    border-radius: 50%;
    text-align: center;
    border: 2px solid #22235F;
	color: #22235F;
}
.vision-left-sec img {
    width: 100%;
    height: auto;
}
.mission-main-sec .vision-right-sec {
 padding-top: 100px;
 width: 100%;
}
.mission-main-sec {
    padding: 0 0 0 calc(50% - 561px);

}
.vision-mission-sec {
    position: relative;
    width: 100%;
    float: left;
}
.vision-mission-sec::after {
    content: "";
    width: 233px;
    height: 361px;
    background: url(../images/vision-icon.png);
    top: -170px;
    position: absolute;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    text-align: center;
    background-position: center;
}
.vision-right-sec ul {
    padding: 0;
}
/* --------------------Vision Mission Css End ---------------- */


/* --------------------Our Supplier Css Start ---------------- */
.our-supplier-main-sec::before {
    content: "";
    width: 233px;
    height: 361px;
    background: url(../images/banner-icon-one.png);
    top: -99px;
    position: absolute;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    text-align: center;
    background-position: center;
}
.our-supplier-main-sec {
    width: 100%;
    float: left;
    padding: 180px 0 100px;
    background: url(../images/supplier-back.png);
    margin: 110px 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.our-supplier-sec {
    display: flex;
	width: 100%;
    grid-gap: 52px;
}
.our-supplier-left-sec {
    width: 50%;
    position: relative;
}
.our-supplier-right-sec {
    width: 50%;
    margin-top: 13px;
}
.our-supplier-right-sec h5 {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 45px;
    line-height: 49px;
    text-transform: uppercase;
    color: #22235F;
}
.our-supplier-right-sec p {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #6B6767;
    margin: 26px 0;
}
.our-supplier-two-sec img {
    width: 100%;
    border: 20px solid #fff;
    border-radius: 50px;
}
.joun-general {
    margin: -59px 23px;
}
.joun-general p {
    background: linear-gradient(30.82deg, #1693F7 19.64%, #2362F4 59.36%);
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 27px 0;
    text-align: center;
    transform: rotate(-90deg);
    transform-origin: 0;
}
.joun-general-two img {
    border: 9px solid #fff;
    border-radius: 21px;
}
.joun-general-two {
    text-align: right;
    position: absolute;
    right: -150px;
    bottom: -90px;
}
/* --------------------Our Supplier Css End ---------------- */

/* --------------------Gallery Css Start ---------------- */
.gallery-sec {
    width: 100%;
    float: left;
    padding: 0 0 100px;
    background: url(../images/gallery-back.png);
    /* margin: 110px 0; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.slider {
   margin-bottom: 20px;
}
.slick-slide {
   outline: none;
}
.slider-nav .slick-slide img {
   cursor: pointer;
}

.slider-nav {
	overflow: hidden;
}
.slider-nav .slick-list {
   margin-right: -10px;
   margin-left: -10px;
}
.slider-nav .slick-slide {
   padding-right: 10px;
   padding-left: 10px;
}
.gallery-sec img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.gallery-sec h4 {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 45px;
    line-height: 49px;
    text-transform: uppercase;
    color: #22235F;
    text-align: center;
    margin: 51px 0;
}
.gallery-sec::after {
    content: "";
    width: 233px;
    height: 361px;
    background: url(../images/gallery-icon.png);
    top: -170px;
    position: absolute;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    text-align: center;
    background-position: center;
}


 ul.slick-dots li::marker {
    color: transparent;
}
 ul.slick-dots li {
    padding: 0 6px;
    display: inline-block;

}
ul.slick-dots button {
    color: transparent !important;
    border: 1px solid #fff !important;
    background: transparent !important;
    border: none;
    width: 17px;
    height: 17px;
    padding: 0;
    border-radius: 100%;
	cursor: pointer;
}
 ul.slick-dots {
    margin: -78px 0 !important;
    float: left;
    width: 100%;
}
.slick-arrow {
    position: absolute;
    top: 40%;
    z-index: 1;
    cursor: pointer;
    color: #0A2D56 !important;
    border: none;
    background: transparent;
    /* width: 52px; */
}
.slick-arrow i {
 font-size: 32px;
}
 .slick-next {
  right: 7px;
    
}
.slick-prev {
    left: 7px;
}
.slider-nav.slick-initialized.slick-slider {
    background: #fff;
    padding: 30px 40px;
    margin: -2px 0 0;
}
.slider.slick-initialized.slick-slider {
    margin: 0;
}
/* --------------------Gallery Css End ---------------- */

/* --------------------Footer Css Start ---------------- */
.footer-main-sec::before {
    content: "";
    width: 233px;
    height: 361px;
    background: url(../images/banner-icon-one.png);
    top: 36%;
    position: absolute;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    text-align: center;
    background-position: center;
}
.map-sec img {
    width: 100%;
    height: auto;
}
.contact-form li {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 5px;
}
.footer-main-sec {
    background: #1A194B;
    padding: 0 0 0;
    float: left;
    width: 100%;
    position: relative;
}

.contact-form {
    background: linear-gradient(183.51deg, #23225E 9.28%, #0D4F9D 79.72%);
    border-radius: 20px;
    padding: 44px 40px 44px;
    width: 100%;
    float: left;
    position: relative;
    margin: -136px 0 0;
}
.contact-form input {
    width: 100%;
    border-radius: 8px;
    border: none;
    height: 64px;
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    background: #324682a8;
    padding: 0 16px;
}
.contact-form textarea {
    width: 100%;
    border-radius: 8px;
    border: none;
    height: 151px;
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    background: #324682a8;
    padding: 10px 16px;
}
.contact-form li:nth-child(5) {
    width: 100%;
}
.send_btn {
    width: 100%;
    float: left;
    text-align: center;
    margin: 30px 0 0;
}
.send_btn button {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    border-radius: 50px;
    padding: 14px 50px;
    border: none;
    background: #2362F4;

}
.send_btn button:hover {
    background: #fff;
    color: #000;
    transition: .3s ease all;
}
.company-details-main-sec {
    display: flex;
    border-bottom: 1px solid #fff;
    padding: 0 0 33px;
    margin: 0 0 30px;
    /* opacity: 0.5; */
}
.company-details-left-sec {
    width: 40%;
}
.company-details-middle-sec {
    width: 40%;
    position: relative;
}
.company-details-right-sec {
    width: 20%;
    position: relative;
    align-items: center;
    display: flex;
}
.company-details-left-sec h6 {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.company-details-left-sec p {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.company-details-middle-sec p {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    padding-left: 50px;
    max-width: 330px;
}
.company-details-right-sec a {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
	padding-left: 50px;
}
.company-details-middle-sec p::before {
    position: absolute;
    left: 0;
    top: 23px;
    content: "\f041";
    height: 36px;
    width: 36px;
    font-family: 'FontAwesome';
    border-radius: 50%;
    text-align: center;
    border: none;
    color: #fff;
    background: #324682a8;
    /* opacity: 0.2; */
    padding: 4px 0;
}

.company-details-right-sec a::before {
    position: absolute;
    left: 0;
    top: 23px;
    content: "\f003";
    height: 36px;
    width: 36px;
    font-family: 'FontAwesome';
    border-radius: 50%;
    text-align: center;
    border: none;
    color: #fff;
    background: #324682a8;
    /* opacity: 0.2; */
    padding: 4px 0;
}
.copyright-main-sec {
    width: 100%;
    float: left;
    margin: 90px 0 0;
    border-top: 4px solid #252454;
    padding: 10px 0;
}
.copyright-sec {
    display: flex;
}
.copyright-left-sec {
    width: 50%;
    margin: 2px 0 0;
}
.copyright-right-sec {
    width: 50%;
    text-align: right;
    padding: 10px 0 0;
}
.copyright-right-sec p {
	font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 30px;
    color: #FFFFFF;
}
.contact-form ul {
    padding: 0;
}
/* --------------------Footer Css End ---------------- */