@font-face {
  font-family: "gilroy";
  src: url(../fonts/Gilroy-Light.otf);
}

@font-face {
  font-family: "gilroy-bold";
  src: url(../fonts/Gilroy-ExtraBold.otf);
}

@font-face {
  font-family: "inter";
  src: url(../fonts/Inter-Regular.otf);
}


* {
  padding: 0;
  margin: 0;
  font-family: "inter";
}

html {
  overflow-x: hidden;
}

body {
	font-family: 'Roboto', sans-serif;
	color: #000000;
}

p {
  font-family: 'Inter', sans-serif;
  font-size: 16px; padding: 25px 0;
  margin: 0 auto;
  font-weight: 400;
  line-height: 30px;
}

.logo {
  padding-left: 5rem;
}

.navbar-nav,li { 
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  padding: 0 0 0 0;
  gap: 0.7rem;
}

.navbar-nav li:hover {
  transform: scale(0.95);
  transition: 0.6s ease-in-out;
  border-radius: 30px;
  background-color: #6acff0;
}

.navbar-nav li:hover a {
  color: #fff !important;
}

#turk, #Deals, #service, #offers, #partners, #contact, #fot-sec { 
  padding: 65px 0;
}

.menu-bar .navbar-nav .nav-item,.navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.box-cal:after {
  content: url(../images/rings.png);
  position: absolute;
  right: -57px;
  bottom: -63px;
  z-index: -1;
}

.menu-bar-fot { 
  border-top: 1px solid #4a464e;
  border-bottom: 1px solid #4a464e;
  padding: 5px 0;
  margin: 65px 0;
}

.clr {
  color:#58b1f0;
}

.btn-hom a {
  margin-right: 25px;
  width: 140px;
  padding: 12px;
}

.btn-hom .btn:hover {
  background: none;
}

.slide-merg img {
  width: 100%;
  max-width: 550px;
  z-index: 100;
  position: relative;
  transition: ease all 0.5s;
}

.slide-merg img:hover {
  transform: rotate(360deg);
}

.top-bar {
  padding: 15px 0; background: #ffffff;
}

#hero-sec {
  background-color: #f9f9f9;
}

#hero-sec .heading-txt {
  text-align: center;
}

#hero-sec .heading-txt h2 {
  font-family: "gilroy";
  font-weight: 900;
  font-size: 3em;
  color: #212932;
  margin-top: 5rem;
}

#hero-sec .heading-txt h2 span {
  font-family: "gilroy-bold";
}

#hero-sec .heading-txt h2 .green-txt {
  color: #D6EF07;
}

#hero-sec .heading-txt p {
  padding: 0.5rem;
  font-size: 1.1em;
}

#hero-sec .sliderss {
  margin-top: 4rem;
  position: relative;
  width: 100%;
  height: 400px;
}

#hero-sec .sliderss::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  padding: 0.1rem 0;
  width: 101.05%;
  height: 100%;
  margin-left : -10px;
  box-shadow: inset 0px 20px 100px -5px #f9f9f9, inset 0px -50px 100px -5px #f9f9f9; 
  z-index: 10;
}

#hero-sec .sliderr1 .item .bg {
	height: 350px;
	background-position:center;
	background-size:cover;
	transition: 0.3s;
	margin : 0 -24px;
	-webkit-transform: scale3d(0.85, 0.85, 1);
  transform: scale3d(0.85, 0.85, 1);
	transition: all 0.9s ease-in-out;
  margin-top: 2rem;
}

#hero-sec .sliderr1 .slick-list {
	padding: 5px 0!important;
}

#hero-sec .sliderr1 .slick-center .bg {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    margin-top: -0.7rem;
}
#hero-sec .sliderr1 .slick-slide {
    outline: none;
    margin: 0 30px;
}

#hero-sec .sliderr2 {
  margin-top: -2rem;
}

#hero-sec .sliderr2 .item .bg {
	height: 300px;
	background-position:center;
	background-size:cover;
	transition:.3s;
	margin :0 -24px;
	-webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
	transition: all 0.9s ease-in-out;
}

#hero-sec .sliderr2 .slick-list {
	padding: 5px 0 !important;
}

#hero-sec .sliderr2 .slick-center .bg {
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
  margin: 15px 5px 0 5px;
  height: 320px;
}
#hero-sec .sliderr2 .slick-slide {
    outline: none;
    margin: 0 10px;
}


#turk {
  background: #f9f9f9;
  width: 100%;
  height: 530px;
}

#turk .lfft {
  margin-top: 4rem;
  text-align: center;
  color: #000;
}

#turk .lfft p {
  font-size: 1.1em;
}

#turk .cards-logos .slick-slide {
  margin: 0 10px;
}

.cards-logos .box-turk {
  height: 200px;   
  background: #ffffff;
  border-radius: 16px;    
  padding: 18px;
}

.cards-logos2 .box-turk {
  height: 250px;
}

.turk2 {
  background-color: #f4f4f4;
}

.box-turk:hover {
  background-color: #1869aa;
  transition: 0.6s;
}

.box-turk:hover p {
  color: #ffffff;
}

.box-turk p {
  color: #000;
  font-weight: 600;
  font-size: 1.2em;
}

.slide-in-right {
  padding-top: 3rem;
  width: 100%;
}

.box-turk img {
  margin-left: 0!important;
}

#service {
  background: #F9F9F9;
}

#service h2 {
  font-family: "gilroy-bold";
  color: #282943;
}

.left-txt h2,.left-txt p {
  color:#282943
}

#offers {
  padding: 8rem 0;
  position: relative;
}

#offers::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/cfg-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
  z-index: -1;
  animation: rotation 20s infinite ease-in-out;
}

@keyframes rotation {
  0% {
    transform-origin: center;
    transform: skewY(0deg);
    transform: skewX(0deg);
  }
  50% {
    transform-origin: center;
    transform: skewY(-20deg);
    transform: skewX(40deg);
  }
  100% {
    transform-origin: center;
    transform: skewY(0deg);
    transform: skewX(0deg);
  }
}


.right-sec ul .list-group-item { 
  margin-top: 42px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px 40px 24px 24px;
  height: 57px;
  background: #F9F9F9;
  border: 1px solid #F5F7FA;
}

.left-txt h2 {
  width: 100%;
  font-family: "gilroy-bold";
  color:#282943;
}

.navbar-toggler {
  background-color:#015aa1;
}

#exTab2 h3 {  
  color : white;  
  background-color: #428bca;  
  padding : 5px 15px;
}

#exTab1 .nav-pills .active a { 
  color: #fff;
  background: #6acff0;
  border-radius: 18.5px;
  transition: ease all 0.5s;
}

#exTab1 .nav-pills > li > a { 
  border-radius: 0; 
  font-size: 18px; 
  color: #000; 
  text-decoration: none; 
  padding: 10px 30px;
}

#exTab1 .nav-pills > li > a:hover{
  color:#015aa1 !important;
}

#exTab1 ul {
  padding: 12px 0 12px 50px; 
  display: flex;
  justify-content: center;
  align-items: center; 
  border-radius: 21.5px; 
  background: #F4F4F4;
  width: 830px; 
  margin: auto;
}

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

.tab-pane {
  width: 100%;
  max-width: 1172px;
  margin: 0 auto; 
  border-radius: 30px;
  padding: 20px 0; 
  background: #FFFFFF;
}

.blue-bg {
  background:#212932;
  border-radius: 18px; 
  padding: 50px;
}

.cust {  
  border-radius: 18px; 
  text-align: center;  
  padding: 50px; 
  background: rgba(255, 255, 255, 0.1);
}

.cust h3 { 
  font-family: 'Gilroy-Bold'; 
  font-size: 20px; 
  padding-top: 25px; 
  color: #fff!important;
}
.cust p{ 
  font-size: 15px; 
  padding: 0;
}
.lft-cgf img {
  width: 100%; 
  max-width: 600px;
}
.right-cgf ul { 
  font-weight: 600;
  line-height: 40px;
}

#fot-sec ul li {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  padding: 0.3rem 0.7rem;
  gap: 1rem;
  width: fit-content;
}

#fot-sec ul li:hover {
  transform: scale(0.9);
  transition: 0.6s ease-in-out;
  border-radius: 30px;
  background-color: #62ccef;
}

#fot-sec ul li:hover a {
  color: #000000 !important;
}

#fot-sec ul li a {  
  text-decoration: none; 
  color: #fff;
}

/*start Partner carousel*/

.carousel-item img {
  max-width: 230px;
  margin-left: 26px;
}

.customer-partner a { 
  max-width: 100px;
}

.slick-prev {  
  position: absolute;  
  font-size: 41px; 
  color: #ccc; 
  bottom: 30px; 
  z-index: 999;
}

.slick-test-prev { 
  position: absolute; 
  font-size: 41px; 
  color: #ccc; 
  bottom: 0; 
  z-index: 999; 
  right: 50%;
}

.slick-next{ 
  position: absolute;  
  right: -60px; 
  font-size: 41px; 
  color: #ccc; 
  top: 50px;
}

.slick-test-next { 
  position: absolute; 
  font-size: 41px; 
  color: #ccc; 
  bottom: 0; 
  right: 45%;
}

.slick-next:hover,.slick-prev:hover,.slick-test-next:hover,.slick-test-prev:hover {
  color: #000;
}

.carousel-item.active { 
  display: block; 
  margin-right: -25%;
}

 .carousel-inner{   
  position: relative;
  width: 100%;
  overflow: hidden; 
  white-space: nowrap; 
  font-size: 0;
}


/*End Partner carousel*/


#fot-sec {
  background: #015aa1;
}

/* Slider */

.slick-slide { 
  margin: 0px 50px;
}

.slick-slider{ 
  position: relative;
  display: block;
  box-sizing: border-box; 
  -webkit-user-select: none; 
  -moz-user-select: none; 
  -ms-user-select: none;  
  user-select: none; 
  -webkit-touch-callout: none;   
  -khtml-user-select: none;   
  -ms-touch-action: pan-y;       
  touch-action: pan-y;   
  -webkit-tap-highlight-color: transparent;
}

.slick-list{ 
  position: relative;
  display: block; 
  overflow: hidden; 
  margin: 0; 
  padding: 0;
}

.slick-list:focus{ 
  outline: none;
}

.slick-list.dragging{ 
  cursor: pointer; 
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{ 
  -webkit-transform: translate3d(0, 0, 0);  
  -moz-transform: translate3d(0, 0, 0);  
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0); 
  transform: translate3d(0, 0, 0);
}

.slick-track:before,.slick-track:after{ 
  display: table; 
  content: '';
}

.slick-track{
  width: 100%;
}

.slick-track:after{    
  clear: both;
}

.slick-loading .slick-track{ 
  visibility: hidden;
}

.slick-slide{
  display: none; 
  float: left; 
  height: 100%; 
  min-height: 1px;
}

[dir='rtl'] .slick-slide{ 
  float: right;
}

.slick-slide img{ 
  display: block;
}

.slick-slide.slick-loading img{ 
  display: none;
}

.slick-slide.dragging img{ 
  pointer-events: none;
}

.slick-initialized .slick-slide{ 
  display: block;
}

.slick-loading .slick-slide{  
  visibility: hidden;
}

.slick-vertical .slick-slide{ 
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {  
  display: none;
}


/*-------------landing page--------------*/


/*------Section-1------*/


.banner-sec {
  background-color: #f9f9f9;
  height: 600px;
  padding: 0px 100px 0px 100px;
  position: relative;
}

.banner-sec::before {
  position: absolute;
  content: '';
  top: -1px;
  left: 0;
  width: 100%;
  height: 583px;
  margin-left : -10px;
  box-shadow: inset 0px 100px 150px -20px #f9f9f9, inset 0px -100px 150px -20px #f9f9f9; 
  z-index: 10;
}

.banner-sec .slider1 .slide {
  padding: 0 0 1.5rem 0;
}

.banner-sec .slider1 .slide img {
  width: 320px;
  height: 400px;
  float: right;
}

.banner-sec .slider2 .slide {
  padding: 0 0 1.5rem 0;
}

.banner-sec .slider2 .slide img {
  width: 320px;
  height: 400px;
  margin-left: 1.5rem;
}

.banner-sec .slick-slide {
  margin: 0;
}


.banner-sec .slick-list {
  margin: 0;
}

.banner-sec .txt-sec {
  margin-top: -18rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner-sec .txt-sec h2 {
  font-family: "gilroy";
  width: 100%;
  font-weight: 900;
  padding: 0;
  font-size: 5em;
}

.banner-sec .txt-sec .bold-txt {
  font-family: "gilroy-bold";
}

.banner-sec .txt-sec .green-txt {
  color: #D6EF07;
  font-family: "gilroy-bold";
}

.banner-sec .txt-sec .blue-txt {
  color: #62ccef;
  font-family: "gilroy-bold";
}

.banner-sec .txt-sec p {
  width: 100%;
  font-size: 1.1em;
  padding: 0;
}

.banner-sec .slider3 {
  display: none;
}

.banner-sec .ellipse1 {
  position: absolute;
  top: 8rem;
  right: -8rem;
  z-index: 100;
  animation: slide-right 7s infinite;
}

.banner-sec .ellipse1 img {
  width: 100%;
}

@keyframes slide-right {
  from {
    transform: translate(0px);
}
50% {
    transform : translate(30px);
}
to {
    transform : translate(0px);
}
}




/*------ Section-2 -------*/

.sec-2 {
  position: relative;
}

.sec-2 .top-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.sec-2 .top-sec::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #ffffff;
  border-radius: 0 0 100% 100%/ 0 0 100% 100%;
  transform: scale(1.2);
  z-index: 5;
}

.sec-2 .top-sec .txt {
  margin-top: 6rem;
  margin-bottom: -6rem;
  width: 60%;
  z-index: 100;
}

.sec-2 .top-sec .txt .heading {
  width: 100%;
  background-color: #212932;
  padding: 1.2rem 2rem 0.7rem 2rem;
}

.sec-2 .top-sec .txt .heading h2 {
  color: #fff;
  font-weight: 600;
}

.sec-2 .top-sec .txt .heading h2 span {
  color: #D6EF07;
}

.sec-2 .top-sec .txt .para {
  background-color: #f9f9f9;
  padding: 0.1rem 3rem 0.1rem 2rem;
}

.sec-2 .top-sec .txt .para p {
  font-size: 1.1em;
  margin: 0;
}

.sec-2 .middle-sec {
  margin-top: -5rem;
  margin-bottom: -5rem;
  position: relative;
}

.sec-2 .middle-sec img {
  width: 100%;
  height: 800px;
  z-index: 2;
}

.sec-2 .middle-sec .txt {
  position: absolute;
  top: 50%;
  left: 8rem;
  background-color: #fff;
  width: 850px;
  padding: 1rem 3rem 1rem 1rem;
}

.sec-2 .middle-sec .txt h2 {
  font-family: "gilroy-bold";
  color: #282943;
  font-size: 2.1em;
}

.sec-2 .middle-sec .txt h5 {
  font-weight: 600;
}

.sec-2 .bottom-sec {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec-2 .bottom-sec::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-color: #ffffff;
  border-radius: 100% 100% 0 0/ 100% 100% 0 0;
  transform: scale(1.2);
  z-index: 5;
}

.sec-2 .bottom-sec .counts {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  margin-bottom: 4rem;
  margin-top: -6rem;
}

.sec-2 .bottom-sec .counts div {
  width: 250px;
  text-align: center;
  background-color: #f9f9f9;
  padding: 2rem 0;
}

.sec-2 .bottom-sec .counts div span {
  font-size: 3.5em;
  font-weight: 900;
  color: #015aa1;
  margin: 0;
  padding: 0;
  width: 100%;
}

.sec-2 .bottom-sec .counts div p {
  color: #282943;
  font-weight: 600;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}

.sec-2 .bottom-sec .counts .offices {
  border-right: 2px solid #ececec;
}

.sec-2 .bottom-sec .counts .containers {
  border-right: 2px solid #ececec;
}

.sec-2 .bottom-sec .counts .freight {
  border-right: 2px solid #ececec;
}

.sec-2 .ellipse2 {
  position: absolute;
  top: 4rem;
  right: -8rem;
  z-index: 100;
  animation: slide-left 7s infinite;
}

.sec-2 .ellipse2 img {
  width: 100%;
}

@keyframes slide-left {
  from {
    transform: translate(0px);
}
50% {
    transform : translate(-30px);
}
to {
    transform : translate(0px);
}
}

.sec-2 .ellipse3 {
  position: absolute;
  bottom: 20rem;
  left: -8rem;
  z-index: 100;
  animation: slide-left 7s infinite;
}

.sec-2 .ellipse3 img {
  width: 100%;
}


/*------- Section-3 ------*/


.sec-3 {
  margin-top: 4rem;
  width: 100%;
}

.sec-3 .sliderr {
  width: 100%;
}

.sec-3 .sliderr .item .img-txt {
  height: 500px;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  position: relative;
}

.sliderr .slick-center .img-txt {
	opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}

.sec-3 .sliderr .img-txt h2 {
  font-weight: 600;
  z-index: 10;
}

.sec-3 .sliderr .img-txt:hover .txt p {
  opacity: 1;
  transform: scale(1);
}

.sec-3 .sliderr .img-txt:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  opacity: 0;
  bottom: 0;
  transition: opacity 0.8s ease-out;
  background: linear-gradient( rgba(1, 90, 161, 0.7), rgba(1, 90, 161,0.7))
}

.sec-3 .sliderr .img-txt:hover:before {
  opacity: 1;
}


.sec-3 .sliderr .img-txt .txt p {
  font-weight: 100;
  opacity: 0;
  transition: 1.2s;
}

.sec-3 .sliderr .img-txt .txt .button {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border: 3px solid #62ccef;
  border-radius: 30px;
  color: #62ccef;
  font-size: 1em;
  font-weight: 600;
  background-image: linear-gradient(#62ccef, #62ccef);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1s, color 0.9s;
  cursor: pointer;
  opacity: 0;
  transition: 1.2s;
}
.sec-3 .sliderr .img-txt:hover .txt .button:hover {
  background-size: 110% 110%;
  color: #380d8f;
}

.sec-3 .sliderr .img-txt:hover .txt .button {
  opacity: 1;
  transform: scale(1);
}

.sliderr .item .bg {
	height: 500px;
	background-position:center;
	background-size:cover;
	transition:.3s;
	margin:0 -24px;
	-webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
	transition: all 0.9s ease-in-out;
  margin-top: 3rem;
}

.sliderr .slick-list {
	padding: 20px 0!important;
}

.sliderr .slick-center .bg {
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
  margin-top: -3rem;
}

.sliderr .slick-center .bg h2 {
  margin-top: 1.5rem;
  transition: 0.9s ease-in-out;
}

.sliderr .slick-slide {
  outline: none;
  margin: 0 20px;
}



/*------ Section-5 ------*/


.sec-5 {
  padding: 4rem;
  background-color: #EEF2F4;
}

.sec-5 .txt-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sec-5 .txt-img h2 {
  font-family: "gilroy-bold";
  font-weight: 900;
  font-size: 3em;
  color: #212932;
}

.sec-5 .txt-img img {
  margin-top: 4rem;
  height: 400px;
}


/*----- Video-sec-----*/


.sec-6 {
  width: 100%;
  margin-top: 8rem;
}

.sec-6 .video-js {
  width: 100%;
  height: 600px;
}

.sec-6 .vjs-poster img {
  object-fit: cover;
}


/*-------------Land Freight-----------*/

.land-sec-2 {
  position: relative;
  margin-top: 2rem;
}

.land-sec-2 .top-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.land-sec-2 .top-sec::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  padding: 4rem 0;
  background-color: #ffffff;
  border-radius: 0 0 100% 100%/ 0 0 100% 100%;
  transform: scale(1.2);
  z-index: 5;
}

.land-sec-2 .middle-sec {
  margin-top: -5rem;
  margin-bottom: -5rem;
  position: relative;
}

.land-sec-2 .middle-sec img {
  width: 100%;
  height: 1000px;
  z-index: 2;
}

.land-sec-2 .middle-sec .txt {
  position: absolute;
  top: 40%;
  left: 6rem;
  background-color: #fff;
  width: 850px;
  padding: 1rem 3rem 1rem 1rem;
}

.land-sec-2 .middle-sec .txt h2 {
  font-family: "gilroy-bold";
  color: #282943;
  font-size: 2.1em;
}

.land-sec-2 .middle-sec .txt h5 {
  font-weight: 600;
}

.land-sec-2 .bottom-sec {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.land-sec-2 .bottom-sec::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  padding: 4rem 0;
  background-color: #ffffff;
  border-radius: 100% 100% 0 0/ 100% 100% 0 0;
  transform: scale(1.2);
  z-index: 5;
}

.land-sec-2 .ellipse4 {
  position: absolute;
  top: 0rem;
  left: -10rem;
  z-index: 100;
  animation: slide-right 7s infinite;
}

.land-sec-2 .ellipse4 img {
  width: 100%;
}

.land-sec-2 .ellipse5 {
  position: absolute;
  bottom: -8rem;
  right: -12rem;
  z-index: 100;
  animation: slide-left 7s infinite;
}

.land-sec-2 .ellipse5 img {
  width: 100%;
}


/**************Accordion Ocean Frieght Page**************/

.accordion .accordion-button,.accordion-button:not(.collapsed),.accordion-button:focus,.accordion-button button:not(:disabled) [type=button]:not(:disabled) {
    background: #F9F9F9!important;
    border: 1px solid #F5F7FA!important;
    border-radius: 16px!important;
    font-family: 'Inter'!important;
    color: #000000;
    font-weight: 600!important;
    font-size: 18px!important;
    box-shadow: none;
    padding: 20px;
}

.padd {
    margin-bottom: 20px;
    background: #F9F9F9!important;
    border: 1px solid #F5F7FA!important;
    border-radius: 16px!important;
}

div#accordionExample {
    padding-top: 20px;
}

.accordion-button::after {
    background-image: var(--bs-accordion-btn-active-icon)!important;
    transition: var(--bs-accordion-btn-icon-transition)!important; 
    background: #FFFFFF;
    border: 1px solid #D8E1E5;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    z-index: 1;
    padding: 17px;
    background-size: 20px;
    background-position: 8px 8px;
    background-repeat: no-repeat;
}

.accordion-button:not(.collapsed)::after {   
  transform: var(--bs-accordion-btn-icon-transform)!important;
}

.left-txt h6 {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
}

/**************B2B page css**************/

.b2b-pg {
  height: 650px !important
}

/**************who we are page css**************/
.who-pro p {
    width: 100%;
    max-width: 600px;
    margin-left: 0;
}

.Our-val { 
  width:100%;
  max-width: 600px;    
  height: 156px; 
  margin-top: 25px;  
  background: #fff; 
  border-radius: 16px;    
  padding: 20px 23px;
}

.landbutton{
  position: relative;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border: 3px solid #62ccef;
    border-radius: 30px;
    color: #62ccef;
    font-size: 1em;
    font-weight: 600;
    background-image: linear-gradient(#62ccef, #62ccef);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 1s, color 0.9s;
    cursor: pointer;
    opacity: 1;
    transition: 1.2s;
}

.landbutton:hover{
  background-color: #62ccef;
  color: white;
}

.headingstyle{
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 60px; */
  text-align: center;
  font-family: "gilroy";
  font-weight: 900;
  font-size: 3em;
  color: #212932;
  margin-top: 5rem;
}

.landa:hover{
  color: #015aa1;
}








/**************Responsive Media query**************/



@media screen and (min-width: 2500px) {
  .banner-sec .txt-sec h2 {
    font-size: 8em;
  }
  .banner-sec .txt-sec p {
    font-size: 2em;
  }
  .sec-2 .top-sec .txt {
    width: 50%;
  }
  .banner-sec::before {
    top: -5px;
    height: 687px;
  }
}

@media screen and (max-width: 1540px) {
  .banner-sec .txt-sec h2 {
    font-size: 4em;
  }
}

@media screen and (max-width: 1360px) {
  .banner-sec .txt-sec h2 {
    font-size: 3.5em;
  }
  .banner-sec .ellipse1 {
    right: -10rem;
  }
  .banner-sec .ellipse1 img {
    width: 80%;
  }
  .sec-2 .top-sec .txt .heading h2 {
    font-size: 1.5em;
  }
  .sec-2 .top-sec .txt .para p {
    font-size: 0.95em;
  }
  .sec-2 .middle-sec {
    margin-top: -6rem;
  }
  .sec-2 .ellipse2 {
    right: -10rem;
  }
  .sec-2 .ellipse2 img {
    width: 80%;
  }
  .sec-2 .ellipse3 {
    left: -8rem;
  }
  .sec-2 .ellipse3 img {
    width: 80%;
  }
  .sec-2 .bottom-sec .counts div {
    width: 200px;
  }
  .sec-2 .bottom-sec .counts div span {
    font-size: 3em;
  }
  .sec-2 .bottom-sec .counts div p {
    font-size: 0.8em;
  }
  .sec-3 .sliderr .item .bg {
    height: 400px;
  }
  .sec-3 .sliderr .item .bg h2 {
    font-size: 1.6em;
  }
  .sec-3 .sliderr .img-txt .txt p {
    font-size: 0.9em;
  }
  .sec-6 .video-js {
    height: 400px;
  }
  /*-----------------Land-freight----------------*/
  #hero-sec .sliderss {
    height: 250px;
  }
  #hero-sec .sliderss::before {
    height: 380px;
    top: -0.1rem;
  }
  #hero-sec .sliderr1 .item .bg {
    height: 250px;
  }
  #hero-sec .sliderr1 .slick-center .bg {
    margin-top: 0.1rem;
  }
  #hero-sec .sliderr2 {
    margin-top: -1.2rem;
  }
  #hero-sec .sliderr2 .item .bg {
    height: 230px;
  }
  #hero-sec .sliderr2 .slick-center .bg {
    margin: 0.75rem 0 0 0;
    height: 250px;
  }
  #hero-sec .sliderr2 .slick-slide {
    margin: 0 15px;
  }
  #turk {
    height: 490px;
  }
  #turk .lfft p {
    font-size: 1em;
  }
  .cards-logos .box-turk {
    height: 150px;
    font-size: 0.8em;
  }
  .land-sec-2 {
    margin-top: 0;
  }
  .land-sec-2 .middle-sec {
    margin-top: -4rem;
  }
  .land-sec-2 .middle-sec img {
    height: 800px;
  }
  .land-sec-2 .middle-sec .txt {
    font-size: 0.7em;
    width: 700px;
  }
  .land-sec-2 .middle-sec .txt h5 {
    font-size: 1.5em;
  }
  .land-sec-2 .ellipse4 {
    left: -8rem;
  }
  .land-sec-2 .ellipse5 {
    right: -14rem;
  }
  .land-sec-2 .ellipse4 img {
    width: 80%;
  }
  .land-sec-2 .ellipse5 img {
    width: 80%;
  }
}

@media screen and (max-width: 1152px) {
  .banner-sec {
    padding: 0 2rem;
  }
  .banner-sec .ellipse1 {
    right: -15rem;
  }
  .banner-sec .ellipse1 img {
    width: 70%;
  }
}




@media screen and (max-width: 991px){
  .b2b-pg {
    height: 700px!important;
  }
  .banner-sec .slider1 {
    display: none;
  }
  .banner-sec .slider2 {
    display: none;
  }
  .banner-sec::before {
    display: none;
  }
  .banner-sec .slider3 {
    display: block;
  }
  .banner-sec .txt-sec {
    margin: 3rem;
  }
  .banner-sec .ellipse1 {
    display: none;
  }
  .banner-sec .txt-sec h2 {
    text-align: center;
    margin-left: -5rem;
  }
  .banner-sec .txt-sec h2 br {
    display: none;
  }
  .banner-sec .txt-sec p {
    text-align: center;
    margin-left: -1.5rem;
  }
  .sec-2 .top-sec .txt {
    margin-top: 3rem;
    width: 75%;
  }
  .sec-2 .middle-sec {
    margin-top: -7rem;
  }
  .sec-2 .middle-sec img {
    height: 800px;
  }
  .sec-2 .ellipse2 {
    display: none;
  }
  .sec-2 .ellipse3 {
    display: none;
  }
}



@media screen and (max-width: 767px){

  .b2b-pg { 
    height: 850px!important;
  }
  #turk { 
    /* background: #1E064E;  */
    height: 600px;
  }
  #exTab1 .nav-pills > li > a {
    padding: 8px 16px;
  }
  .land-f img {  
    position: absolute; 
    bottom: -9px;
  }
  .carousel-item img {  
    max-width: 230px; 
    margin-left: -40px;
  }
  .right-cgf {
    padding-left: 0!important;
    padding-right: 0!important; 
  }
}



@media screen and (max-width: 425px) {
  .right-sec {
    padding-top: 0!important;
  }
  .right-sec ul .list-group-item {
    margin-top: 0!important;
    padding-top: 0!important;
  }
  .indx ul .list-group-item { 
    margin-top: 42px!important;
  }
  #fot-sec .row {  
    padding-left: 26px;
  }
  #exTab1 .nav-pills > li > a { 
    padding: 3px 23px;
  }
  .land-f img { 
    position: absolute;  
    bottom: -14px; 
    left: 47%;
  }
  .tab-pane { 
    padding: 15px 10px;
  }

  .logo {
    padding-left: 0rem;
}

.sec-2 .bottom-sec .counts{
  display: block;
}

.noflex{
  display: block !important;
}

.margincss{
  margin-top: 34px;
  margin-left: 10px;
}

.logoimg{
  width: 100% !important;
  margin-left: 0% !important;
}

.land-sec-2 .middle-sec .txt {
  width: 414px !important;
}

.land-sec-2 .middle-sec .txt {
  left: 0rem;
  padding: 1rem 1rem 1rem 1rem;
}

#exTab1 ul {
  padding: 12px 87px 12px 87px; 
  display: block !important;
  width: 350px !important;  
}

.paddingli{
padding-top: 10px !important;
}

#offers::before {
  animation: auto !important;
}

.land-sec-2 .top-sec::before{
  padding: 0rem 0 !important;
}

.land-sec-2 .bottom-sec::before{
  padding: 0rem 0 !important;
}

.land-sec-2 .ellipse5{
  display: none !important;
}

.land-sec-2 .ellipse4{
  display: none !important;
}

.logomobhead{
  width: 47% !important;
}

.logomobfoot{
  width: 100% !important;
  margin-left: 0 !important;
}

}
@media screen and (max-width: 375px){
  .b2b-pg {
    height: 950px!important
  }
}
