@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=KoHo:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

@import url('https://fonts.googleapis.com/css2?family=Sail&display=swap');


 /* html, body {
	width: 100%;
	overflow-x: hidden;
}  */

:root {
  --green-color: #ADBF11;
  --blue-color: #006BB4;
  --white: #fff;
}




* {
    text-decoration: none !important;
    outline: none !important;
}

body {
    
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    background: #fff;
    letter-spacing: 0.4px;
    overflow-x: hidden;
    color: #333333;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

ol {
    list-style: decimal inside;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    color: #0d141e;
    line-height: 30px;
    font-family: "KoHo", sans-serif;
}

p {
    margin: 0;
    padding: 0;
    color: #212121;
    font-size: 16px;
    font-family: "IBM Plex Sans", sans-serif;
}

b,
strong {
    font-weight: 600;
}

blockquote {
    margin: 0;
    padding: 0;
    border: none;
}

a,
a:hover,
a:visited {
    color: #21a108;
}

/* ::selection 
{
    background: #21a108;
    color: #fff;
}
::-moz-selection 
{
    background: #21a108;
    color: #fff;
} */
a:focus,
p:focus,
div:focus,
input:focus,
textarea:focus,
submit:focus,
button:focus {
    outline: none;
}


/***************
page scrool
**************/
.scrollup {
    right: 15px;
    position: fixed;
    border-radius: 200px;
    bottom: -80px;
    width: 45px;
    height: 45px;
    z-index: 9999;
    background: var(--blue-color);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
    color: #FFF;
    padding: 10px;
}

.scrollup.active {
    bottom: 92px;
    right: 15px;
}

/* .scrollup:hover {
    background-color: rgba(37, 37, 37, 0.7);
} */

/***************
page scrool
***************/

/********HAMBURGER ICON***********/
.hamburger {
    padding: 0px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/** Spring **/
.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/** Spring **/

/********HAMBURGER ICON***********/

.topmines {
    top: -100px;
}

.nav-active {
    position: fixed;
    top: 0 !important;
    z-index: 9999;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 5px #d9d9d9;
}

.nav-active .logo {
    margin-top: 0;
    position: relative;
}

.nav-active .menu-part {
    align-items: center;
    padding: 5px 0;
}


.arrow-icon {
    position: absolute;
    top: 22px;
    right: -15px;
}

header .nav>ul>li>ul {
     
    transition: all auto ease-in-out !important;
    -webkit-transition: all auto ease-in-out !important;
}

/*******************************
********NAV BAR*****************
*****************************/
#pull {
    display: none;
}

header .nav>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin: 0px 44px 0px 0px;
}

header .nav>ul>li:last-child,
header .nav>ul>li:only-child {
    margin: 0;
}

/* header .nav>ul>li::before {
    position: absolute;
    bottom: 10px;
    left: 0px;
    z-index: 1;
    content: " ";
    width: 100%;
    height: 3px;
    background: var(--orange-color);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin: 0 auto;
    left: 0;
    right: 0;
} */

header .nav>ul>li:hover::before,
header .nav>ul>li.current-menu-item::before,
header .nav>ul>li.current-menu-parent::before,
header .nav>ul>li.current-menu-ancestor::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

header .nav>ul>li>a {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    height: auto;
    padding: 20px 0px;
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-family: "KoHo", sans-serif;
}

header .nav > ul > li:hover > a, header .nav > ul > li.current-menu-item > a, header .nav > ul > li.current-menu-parent > a, header .nav > ul > li.current-menu-ancestor > a {
  color: var(--blue-color);
}

header .nav>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    width: 300px;
    height: auto;
    padding: 0px 0px 0px 0px;
    background: none;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

header .nav>ul>li:last-child>ul,
header .nav>ul>li:nth-last-child(2)>ul {
    left: auto;
    right: 0;
}

header .nav>ul>li:hover>ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

header .nav>ul>li>ul>li,
header .nav>ul>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}

header .nav>ul>li>ul>li>a, header .nav>ul>li>ul>li>ul>li>a {
    display: block;
    width: auto;
    height: auto;
    padding: 2px 15px 1px 15px;
    background: rgb(4 109 177);
    border-top: 1px #ffffff solid;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    line-height: 18px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

header .nav>ul>li:hover>ul>li>a,
header .nav>ul>li:hover>ul>li>ul>li>a {
    padding: 9px 15px 10px 15px;
}

header .nav>ul>li>ul>li:hover>a,
header .nav>ul>li>ul>li.current-menu-item>a,
header .nav>ul>li>ul>li.current-menu-parent>a,
header .nav>ul>li>ul>li>ul>li:hover>a,
header .nav>ul>li>ul>li>ul>li.current-menu-item>a,
header .nav>ul>li>ul>li>ul>li.current-menu-parent>a {
    background: #199adb;
}

header .nav>ul>li>ul>li>ul {
    position: absolute;
    top: 10%;
    left: 100%;
    z-index: 9999;
    width: 240px;
    height: auto;
    background: none;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

header .nav>ul>li:last-child>ul>li>ul,
header .nav>ul>li:nth-last-child(2)>ul>li>ul {
    left: auto;
    right: 100%;
}

header .nav>ul>li>ul>li:hover>ul {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.middle-conter {
    width: 100%;
    display: inline-block;
    vertical-align: top;

}


header .nav {
     
    justify-content: space-between;
}

.side-contact 
{
    position: fixed; 
    right: 0;
    top: 30%;
    z-index: 999;
}

.side-contact a {
    margin-bottom: 15px;
    position: relative;
    right: -95px;
    transition: all .4s ease-in-out;
}

.side-contact a:hover 
{
    right: 0px;
}


.side-contact a img 
{
    margin-right: 15px;
}



.side-call {
    background: var(--orange-color);
    padding: 10px;
    width: 150px;
    border-radius: 30px 0 0 30px;
    color: #FFF !important;
    font-size: 18px;
}

.contact-whatsapp 
{
    background: #23AE01;
    padding: 10px;
    width: 150px;
    border-radius: 30px 0 0 30px;
    color: #FFF !important;
    font-size: 18px;
}

.head-right {
    background: var(--green-color);
    width: 290px;
    padding-left: 20px;
}

.nav-info {
    width: 73%;
}

.head-top-info {
    background: var(--blue-color);
    padding: 10px 15px;
    border-radius: 0 0 0 20px;
}

.social-media li a {
    background: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 5px;
    color: var(--blue-color);
}


.mail-head 
{
    color: #FFF !important;
}










/*******************************
********NAV BAR*****************
*****************************/
 

.banner .slick-list {
    padding: 0 !important;
}

/* .slick-slide img {
    width: 100%;
} */


.phone-icon 
{
    background: var(--blue-color); 
    color: #FFF;
    border-radius: 50px;
    width: 50px; 
    height: 50px; 
    box-shadow: 0 0 10px #00000029;
    display: flex; 
    align-items: center; 
    justify-content: center;
}

.phone-icon i  
{
    color: var(--orange-color);
    font-size: 18px;
}

.text-phone span 
{
    color: #838383;
    font-weight: 400;
}

.text-phone a  
{
    color: #000 !important; 
    font-size: 15px;
    font-weight: 500;
}


.book-now 
{
    background: var(--orange-color); 
    padding: 10px 30px; 
    color: var(--white); 
    font-size: 18px; 
    font-weight: 600; 
    border: none; 
    border-radius: 30px;
}

.menu-part 
{
    border-bottom: 1px solid #C8C8C8;
}

.logo {
    position: relative;
    margin-bottom: -80px;
    z-index: 9;
    padding: 0 15px;
}


.banner-area .slick-prev {
    left: 0;
    z-index: 999;
    background: #0000008c;
    width: 100px;
    height: 100px;
}

.banner-area .slick-next {
    right: 0;
    z-index: 999;
    background: #0000008c;
    width: 100px;
    height: 100px;
}

.banner-area .slick-prev:before, .banner-area .slick-next:before {
    font-family: 'slick';
    font-size: 55px;
    line-height: 1;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



/************ End Header ***************/

.banner-content {
    position: absolute;
    top: 30%;
    z-index: 99;
    width: 650px;
}

.banner-content h1 {
    font-size: 70px;
    line-height: 75px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: bold;
}

.banner-content i
{
    color: #FFF;
}
   
.logistic .pic{
position:relative;
overflow:hidden;
transition:all 0.2s ease-in-out;
-webkit-transition:all 0.2s ease-in-out; 
border-radius: 30px;
transition: all 0.5s ease-in-out;
 
}
.logistic .pic{
transform:translateY(-7px);
-webkit-transform:translateY(-7px);
transition: all 0.5s ease-in-out;
}

.logistic:hover .holder
{
    transform: scale(1.5);
    transition: all 0.5s ease-in-out;
}


.logistic .pic > img{
width:100%;
transition: all 0.5s ease-in-out;
}
.logistic .pic > .holder{
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
z-index:1;
background:center center no-repeat;
background-size:cover;
transition: all 0.5s ease-in-out;
}

 

.gap-top 
{
    padding-top: 70px;
}

.gap-bottom 
{
    padding-bottom: 70px;
}

.heading span  
{
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.heading h2  
{
    font-size: 48px; 
    font-weight: 700; 
    /* text-transform: capitalize;  */
    line-height: 60px;
}

.blue-bg 
{
    background: var(--blue-color);
}

.green-bg 
{
    background: var(--green-color);
}

.service-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 3px solid #FFF;
    margin: 0 auto;
    margin-top: -120px;
    position: relative;
    z-index: 99;
}

.service-content-area {
    background: #FFF;
    box-shadow: 0 5px 15px #c1c1c1;
    border-radius: 15px;
    width: 85%;
    margin: 0 auto;
    margin-top: -45px;
    position: relative;
    z-index: 9;
    padding: 15px;
    padding-top: 50px;
}

.service-content-area h3 
{
    font-weight: 600;
    margin-bottom: 10px;
}

.service-content-area-new {
    background: #FFF;
    box-shadow: 0 5px 15px #c1c1c1;
    border-radius: 15px;
    width: 85%;
    margin: 0 auto;
    margin-top: -45px;
    position: relative;
    z-index: 9;
    padding: 15px;
    padding-top: 20px;
}

.service-content-area-new h3 
{
    font-weight: 600;
    margin-bottom: 10px;
    color: #006bb4;
}


.service 
{
    background: url(../images/service-bg.png) no-repeat top; 
    position: relative;
    z-index: 9;
}


.service::before {
    content: 'Service';
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    bottom: 0;
    font-size: 250px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #f9f9f9;
    text-shadow: 0px 0px 1px #2d2d2d;
    z-index: -1;
}

.margin-top-mynes {
    margin-top: -200px;
}

.top-call {
    background: #FFF;
    border-radius: 50px;
    padding: 10px;
    font-family: "KoHo", sans-serif;
    font-weight: 600;
}

.text-phone span, .text-phone a
{
    color: #000;
    font-family: "KoHo", sans-serif;
    font-weight: 600;
}


/* about */ 

.about-right 
{
    border-radius: 0 0 50px 0; 
    overflow: hidden;
}

.about-left-image {
    width: 380px;
    height: 400px;
    border: 8px solid #FFF;
    box-shadow: 0 0 10px #b3b3b3;
    border-radius: 40px 0 0 0;
    overflow: hidden;
    position: absolute;
    top: 45px;
}

.about-left-image img 
{
    object-fit: cover;
    height: 100%;
}

.common-text h3 
{
    color: var(--blue-color); 
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}

.common-text p 
{
    color: #6E6E6E;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
}


.btn-readmore 
{
    background: var(--blue-color); 
    color: #FFF !important; 
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 10px;
}

.about-part {
    background: url(../images/about-bg.png) no-repeat right;
    background-position-y: 130%;
    padding-top: 150px !important;
    position: relative;
}

.about-part::before {
    content: "About";
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    font-size: 250px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    text-shadow: rgb(45, 45, 45) 0px 0px 1px;
    z-index: -1;
}




/* *********************** */

.different-industry 
{
    background: url(../images/bac-different-industry.png) no-repeat top;
    position: relative;
}

.different-industry 
{
    position: relative;
    z-index: 9;
}

.different-industry:before {
    content: "Industry";
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    font-size: 250px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #0C141B;
    text-shadow: rgb(255, 255, 255) 0px 0px 1px;
    z-index: -1;
}


.industry-image 
{
    border-radius: 50px 0 0 0;
}

.industry-image img 
{
    transition: all 0.5s ease-in-out;
}

.cover-industry:hover .industry-image img {
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}


.diffrent-text {
    background: #FFF;
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 0 10px #c9c9c9;
;
    border-radius: 15px;
    margin-top: -55px;
    position: relative;
}

.diffrent-text h3 
{
    font-size: 26px;
    color: var(--blue-color);
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 10px;
}

.diffrent-text p  
{
    color: #5C5C5C;
    margin-bottom: 10px;
}

.arrow-btn 
{
    background: var(--green-color);
    color: #FFF !important;
    width: 40px; 
    height: 40px; 
    border-radius: 50px; 
    display: flex;
    flex: 0 0 40px;
    justify-content: center;
    align-items: center;
    margin-left: auto; 
    position: absolute;
    right: 20px;
}

/* ********************************* */

.how-it-work 
{
    background: url(../images/line-1.png) no-repeat center;
    height: 600px; 
    position: relative;
    z-index: 9;
}

.how-it-work:after {
    content: "How it works";
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    font-size: 190px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    text-shadow: rgb(45, 45, 45) 0px 0px 1px;
    z-index: -1;
}

 
.icon-part {
    background: #fff;
    width: 125px;
    height: 125px;
    border-radius: 200px;
    box-shadow: 0 0 10px #dddddd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px; 
}

.weav-area p  
{
    font-weight: 600;
}

.weav-area ul li 
{
    width: 14%;
    text-align: center;
    position: relative;
}

.weav-area ul li:first-child {
    position: relative;
    top: -27px;
    left: -35px;
}

.weav-area ul li:nth-child(2) {
    position: relative;
    top: -96px;
    left: -12px;
}


.weav-area ul li:nth-child(3) {
    position: relative;
    top: -86px;
    left: 22px;
}

.weav-area ul li:nth-child(4) {
    position: relative;
    bottom: -80px;
    left: 22px;
}

.weav-area ul li:nth-child(5) {
    position: relative;
    bottom: -100px;
    left: 22px;
}

.weav-area ul li:nth-child(5) {
    position: relative;
    bottom: -73px;
    left: 50px;
}

.weav-area ul li:nth-child(6) {
    position: relative;
    top: -53px;
    left: 50px;
}

.weav-area ul li:nth-child(7) {
    position: relative;
    top: -53px;
    left: 65px;
}

.how-it-work::before 
{
    content: '';
    position: absolute;
    right: 0;
    background: url(../images/right-dots.png) no-repeat right;
    width: 118px;
    height: 243px;
}


.export-sec 
{
    background: var(--blue-color) url(../images/export-bg.png) no-repeat left;
}

.expo-icon 
{
    background: #003F6B;
    width: 85px;
    border-radius: 100px;
    height: 85px;
    display: flex; 
    align-items: center;
    justify-content: center;
    flex: 0 0 85px;
    padding: 10px;
    margin-bottom: 15px;
}

.expo-icon img 
{
    position: relative;
    left: -30px;
}

.export-text p   
{
    color: #FFF;
}

.expo-image-area {
    width: 900px;
    height: 650px;
    top: 0;
    position: absolute;
    right: 0;
}

.different-industry-sec 
{
    padding: 50px 0;
    position: relative;
}

.different-industry-sec::before {
    content: '';
    position: absolute;
    right: -64px;
    width: 18px;
    height: 400px;
    background: var(--green-color);
    top: 130px;
    bottom: 0;
    z-index: 999;
}

.testimonial 
{
    position: relative; 
    z-index: 9;
}

.testimonial:after {
    content: "Testimonial";
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    font-size: 190px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    text-shadow: rgb(45, 45, 45) 0px 0px 1px;
    z-index: -1;
}
 


.client-say-heading 
{
    background: var(--green-color);
    width: 415px;
    padding: 30px;
    height: 460px;
    border-radius: 0 100px 0 0;
    flex: 0 0 415px;
}

.testimo-heading h3
{
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
}

.client-image 
{
    width: 60px;
    height: 60px; 
    border-radius: 60px; 
    margin-right: 10px;
    overflow: hidden;
}

.client-details {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: -50px;
    justify-content: end;
    width: 100%;
}

.client-content {
    background: #FFF;
    box-shadow: 0 0 10px #0000001a;
    padding: 20px;
    border-radius: 15px 15px 0;
}

.client-content p  
{
    font-family: "IBM Plex Sans", sans-serif;
    padding-bottom: 10px;
}

.testi-slider button {
    background: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: -295px;
    bottom: -63px !important;
    transform: translate(0px, 0px);
    top: inherit;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-slider .slick-next {
    left: -239px !important;
}

.testi-slider .slick-prev:before, .testi-slider .slick-next:before  
{
    color: #000;
}

.testi-slider .slick-prev:hover, .testi-slider .slick-prev:focus, .testi-slider .slick-next:hover, .testi-slider .slick-next:focus {
    color: #000;
    outline: none;
    background: #FFF;
}


.testi-slider .slick-prev:before {
    content: '\f060';
    font-family: fontawesome; 
    font-size: 15px;
}

.testi-slider .slick-next:before {
    content: '\f061';
    font-family: fontawesome; 
    font-size: 15px;
}


.faq-area 
{
    background:#F8F8F8 url(../images/faq-bg-image.png) no-repeat right top; 
    position: relative; 
    z-index: 9;
}

.faq-area:after {
    content: "FAQ";
    position: absolute;
    top: 25%;
    left: 30%;
    right: 0;
    font-size: 190px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    color: #F8F8F8;
    text-shadow: rgb(45, 45, 45) 0px 0px 1px;
    z-index: -1;
}


.acor-area {
    padding: 30px;
    background: #FFF;
    border: 1px solid #A2A2A2;
    border-radius: 30px;
}

.acor-area .accordion-button 
{
    color: var(--blue-color);
    font-size: 20px;
    font-weight: 600 !important;
}

.acor-area .accordion-button:not(.collapsed) {
    color: var(--blue-color);
    background-color: #ffffff;
    box-shadow: inherit;
}

.accordion-item {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid rgb(0, 0, 0);
}

.from-area 
{
    background: var(--green-color);
    padding: 30px;
    border-radius: 100px 0 0;
}

.from-area input.form-control 
{
    height: 50px;
}

.from-area textarea 
{
    height: 180px;
}


.from-area h3 
{
    color: #FFF; 
    font-weight: 600;
    font-size: 30px;
}

.sub-btn 
{
    background: var(--blue-color);
    text-align: center; 
    color: #FFF;
    border: none;
    width: 100%;
    height: 50px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 18px;
    border-radius: 5px;
}


/*  */

.inner-banner {
    padding: 150px 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
}

.inner-banner::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000073;
}

.inner-banner strong {
    color: #FFF;
    position: relative;
    z-index: 99;
    font-size: 35px;
    font-weight: bold;
}

.common-text h2  
{
    font-size: 30px; 
    font-weight: bold;
    margin-bottom: 15px;
}

.common-text img 
{
    margin-bottom: 15px;
}



.event-area 
{
    padding: 10px;
    background: #f5f5f5;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 4px solid #046db1;
}


.blog-card {
    box-shadow: 0 0 10px #e9e9e9;
    border-radius: 10px;
    overflow: hidden;
}

.blog-content {
    padding: 20px;
}

.readmore-btn {
    border-top: 1px solid #B9BCC3;
    padding: 20px;
    color: #0088FF;
    font-weight: 600;
}

.date-blog {
    padding-bottom: 10px;
    color: #0088FF;
    display: inline-block;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.blog-content h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 15px;
}

.blog-content p {
    color: #787A83;
    font-size: 18px;
    line-height: 30px;
}

.blog-image {
    height: 250px;
    overflow: hidden;
}


/*  */

.contact-form .heading 
{
    text-align: center; 
    font-size: 30px; 
    line-height: 40px; 
    font-weight: 600;
    color: #000;
}

.submit-btn {
    background: var(--blue-color);
    padding: 10px 20px;
    color: #FFF;
    display: inline-block;
    font-weight: 600;
    border: none; 
    width: 200px; 
    text-transform: uppercase;
}

.round-icon {
    background: #FFF;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
    margin-right: 15px;
}

.contact-form {
    background: #f0f8ff;
    padding: 25px;
    border-radius: 15px;
}

.contact-form input[type="text"] {
    height: 55px;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 20px;
}

.contact-form textarea {
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0;
    padding: 20px;
}

.details-contact {
    height: 100%;
    padding: 20px;
    border-radius: 15px;
    background: var(--green-color);
}

.foot-description b {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}


.foot-description p {
    color: #FFF;
    font-size: 16px;
}
 

.heading-contact {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    background: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 15px;
}









/************ Footer ******************/ 
 
footer 
{
    background: #000 url(../images/footer-bg.png) no-repeat left;
    position: relative;
}

footer::after {
    content: '';
    position: absolute;
    right: 0;
    background: url(../images/bg21.png) no-repeat right;
    width: 600px;
    height: 100%;
    top: 0;
    bottom: 0;
}

.footer-info 
{
    border-bottom: 1px solid #636363;
}

.footer-info ul li 
{
    padding: 30px;
    border-right: 1px solid #636363;
    max-width: 350px;
    color: #FFF;
}

.footer-info ul li:last-child  
{
    border-right: none;
}

.footer-info ul li p   
{
    color: #FFF;
}

.footer-info ul li strong  
{
    color: var(--green-color);
    margin-bottom: 5px;
    display: block;
}

.footer-info ul li i  
{
    color: #FFF; 
    font-size: 40px;
    margin-right: 20px;
}

.footer-holder h3 
{
    margin-bottom: 25px;
    color: var(--green-color); 
    font-weight: 700;
    font-size: 25px;
}

.footer-holder ul li a
{
    color: #FFF; 
    line-height: 35px;
}

.footer-holder p 
{
    color: #FFF;
    line-height: 30px;
}

.submit-area 
{
    width: 100%;
    height: 50px;
    border-radius: 5px; 
    background: #FFF;

}

.submit-area input 
{
    font-weight: 600; 
    color: #000;
}


.foot-submit 
{
    background: var(--green-color);
    border: none; 
    color: #FFF !important; 
    width: 250px;
}

.copy-right 
{
    border-top: 1px solid #636363; 
}

.copy-right  p 
{
    color: #FFF;
}

.testi-slider button {
    left: -228px;
}

.testi-slider .slick-next {
    left: -170px !important;
}








