/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.container {
	width: 1280px;
	margin: auto;
}

/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}
.onecol_forty {
	width: 40%;
}
.onecol_sixty {
	width: 56%;
}
.onecol_thirtyfive {
	width: 35%;
}

/* Less Space Bitween Columns */
.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 2%;
	float: left;
}
.one_full_less {
	width: 100%;
}
.one_half_less {
	width: 49%;
}
.one_third_less {
	width: 32%;
}
.one_fourth_less {
	width: 23.500%;
}
.one_fifth_less {
	width: 18.400%;
}
.two_third_less {
	width: 66%;
}
.three_fourth_less {
	width: 74.500%;
}
.onecol_forty_less {
	width: 40%;
}
.onecol_sixty_less {
	width: 58%;
}
.onecol_thirtyfive_less {
	width: 36.250%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}


/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/* Logo */
#logo {
	float:left;
	display:block;
	width:100%;
	min-height: 62px;
	margin-top:8px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo.png) no-repeat left top;	
}



/* header area adinationals */
.logo {
	float: left;
	width: 30%;
	margin-top: 5px;
}

.menu_main {
	float: left;
	width: 70%;
	z-index: 9999;
	margin-top: 8px;
}

 


.menu_main.rslinks {
	width: 67%;
}

.menu_main_full {
	float: left;
	width: 84%;
	z-index: 9999;
}

.mstslider {
	width: 100%;
	float: left;
}

/* top navigations */
.top_nav {
	width: 100%;
	height: 60px;
	background: #fcf5ad;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
      font-family: "Poppins", sans-serif;
}
.right-bar {
    padding-top: 5px;
    padding-bottom: 3px;
    height: 60px;
     background: #22592f;
     width: calc(20% + 38px);
    float: right;
    position: relative;
    margin-left: -38px;
    padding-right: 1%;
}
 .right-bar::before {
content: '';
 position: absolute;
 top: 0px;
 left: 0px;
/* height: 60px;
 width: 6px;
 transform: skew(12deg);*/
     width: 0;
      height: 0;
     border-top: 60px solid #fcf5ad;
      border-right: 60px solid transparent;
}
 .right-bar::after {
 content: '';
 position: absolute;
 top: 0px;
 left: 99%;
 height: 60px;
 width: 800px;
 background: #22592f; 
 }
.left_bar {
	width: 80%;
	/*background: #6f3864;*/
    padding-left: calc(33% - 600px);
	-webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
	float: left;padding-top: 6px;
}
.social {
	display: inline-block;
	float: right;
	margin-left: 15px;
}
.user_box_link a i {
	font-size: 14px;
	margin-right: 3px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 1px solid #6f3864;
	padding: 6px;
	top: -2px;
	position: relative;
	text-align: center;
	background: #6f3864;
	line-height: 16px;
}
.phone {
	display: inline-block;
	margin-right: 36px;
	line-height: 43px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	height: 45px
}
.phone a i {
	font-size: 18px;
	position: relative;
	top: 1px;
	padding-right: 5px;
	padding-left: 8px;
	color: #fff;
}
.social_list_item {
	position: relative;
	display: inline-block;
	margin-right: 3px;
}
.social_list_item:last-child {
	margin-right: 0px;
}
.social_list_item a {
	display: block;
	width: 100%;
	padding: 5px 6px;
	line-height: 36px;
	color: #000;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
}
.social_list_item:hover a i {
	color: #b70d00;
}
.social_list_item a i {
	font-size: 16px;
	color: #000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.social_list_item a:hover {
	color: #b70d00;
}
.user_box_link {
	float: left;
	display: inline-block;
	margin-top: 5px;
}
.user_box_link a {
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	color: #000;
	text-transform: none;
	padding: 0px 12px;
	letter-spacing: 1px;
}
.user_box_link a:hover {
	color: #000;
}
.user_box_login {
	margin-left: 52px;
}
.user_box_login::after, .user_box_register::after {
 display: block;
 position: absolute;
 top: 7px;
 right: -9px;
 background: #FFFFFF;
 width: 1px;
 height: 12px;
 content: '';
}
.text-right {
    text-align: right;
}

.header-cta ul li {
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #e1e1e140;
}


.header-cta ul li:first-child {
    margin-left: 0;
}

.header-cta .call-box {
    display: flex;
    text-align: left;
}
.call-box .icon {
    display: inline-block;
}
.header-cta .call-box .icon img {
    width: 35px;    vertical-align: middle;padding-top: 3px;
}
.call-box .text {
    margin-left: 16px;
}
.call-box span {
       display: block;
    font-size: 13px;
    color: #000;
    letter-spacing: 0.5px;
}
.call-box  strong a{
       font-size: 16px;
    color: #000;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.header-cta ul li:last-child {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
}
/*=======*/
.top_nav .left {
	float: left;
	width: 50%;
	padding: 7px 0px;
}
.top_nav .left i {
	color: #000;
}
.top_nav .left a {
	color: #000;
	margin-right: 25px;
}
.top_nav .left a:hover {
	color: #999;
	transition: all 0.3s ease;
}
.top_nav .right {
	float: left;
	width: 50%;
	text-align: right;
}
.top_nav ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	padding: 7px 0px;
}
.top_nav .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 14px 0px 0px;
}
.top_nav .topsocial li a {
	float: left;
	color: #c3c3c3;
	font-size: 13px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin-right: 0px;
}
.top_nav .topsocial li a:hover {
	color: #999;
}

.tpbut {
	float: right;
	color: #000;
	margin-left: 0px;
	padding: 7px 18px;
	transition: all 0.3s ease;
}
.tpbut:hover, .tpbut.active {
	color: #999;
	background: #f9f9f9;
}
.tpbut.two {
	border-right: 1px solid #f3f3f3;
	border-left: none;
}


.slidermar {
	margin-top: 75px;
}
.red-text{
	color: #df2e28;
}
.black-text{
	color: #000;
}
.d-flex{
	display: flex;	
}
.align-center{display: flex; align-items: center; flex-wrap: wrap;}

.justify-center{display: flex; justify-content: center; flex-wrap: wrap;}

.about-section {
    padding: 80px 0px 80px;
}

.about-left {
    width: 50%;
    float: left;
    margin-right: 5%;
   
}

.about-left h6 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #183241;
    margin-bottom: 15px;
    text-align: left;
    font-weight: 400;
        padding-top: 34px;
}

.about-left h6 span{
    color: #22592f;
    font-style: italic;
    font-size: 13px;
    line-height: 0.8em;
}

.about-left h2 {
    font-size: 36px;
    font-weight: 400;
    color: #000;
    font-family: "Playfair Display", serif;
    /* font-style: italic; */
    margin-bottom: 20px;
    text-align: left;
    line-height: 60px;
}
.about-left h2 span{
    color: #12812c;
    font-style: italic;
 }

.about-left p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #000;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 30px;
}

.vision {
    width: 46%;
    float: left;
    margin-right: 8%;
}
.vision h5 {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin-bottom: 10px;
    text-align: left;
    margin-top: 7px;
}

.mission {
    width: 46%;
    float: left;
    margin-right: 0%;
}

.mission h5 {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin-bottom: 10px;
    text-align: left;
    margin-top: 7px;
}

.about-right {
    width:45%;
    float: left;
    margin-right: 0%;
}



.bloggs{
    background:  url(../images/law-abt-img-1.png) no-repeat scroll right bottom;
}

.services-section{
	background-color: #081326;
    width: 98%;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    overflow: hidden;
        padding-top: 80px;
    padding-bottom: 40px;
    margin: 0 auto;
}

.practice-wrap-shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.practice-wrap-top-title {
    position: absolute;
    right: 235px;
    top: 15px;
    display: flex;
    align-items: center;
    max-width: 640px;
}
.practice-wrap-top-title img {
    max-width: 50px;
    margin-right: 20px;
}
.practice-wrap-top-title h3, .practice-wrap-top-title .h3 {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1.4;
     font-family: "Playfair Display", serif;
}

.services-section h6{
	font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin-bottom: 10px;
    text-align: left;
}

.services-section h2{
	    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin-bottom: 60px;
    text-align: left;
    line-height: 62px;
    width: 50%;
}

.services-section h2 span{
	 color: #2dd24e;
    font-family: "Playfair Display", serif;
    font-style: italic;
     
     
}


.why-icon-box{width: 31%; float: left; margin-right:3.5%; margin-bottom: 50px; background-color: #fff;box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.05);}

.why-icon-box:last-child{ margin-right:0% }

.why-icon-section h6 {font-family: "Poppins", sans-serif; color: #f48020; font-size: 18px; text-align: center;margin-bottom: 20px;}

.why-icon-section h2 {font-family: "Playfair", serif;
color: #000; 
font-size: 38px; 
font-weight: 600; 
text-align: center;

 width: 50%; 
 margin: 0 auto; margin-bottom: 50px; 
line-height: 48px;}

.animate_line {
    position: relative;
    z-index: 0;
    padding: 15px 15px;
}
.animate_line:hover::after, .animate_line:hover::before{    background-color: #FF0000;}

.animate_line{
    position:relative;
    z-index:0;
    padding: 15px 15px;
}
.animate_line:after,
.animate_line:before{
    content: "";
    height: 4px;
    width: 0px;  
    position: absolute; 
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s; 
    z-index: -1;    
}
.animate_line:after { 
  left:5px; 
  bottom: 5px; 
}
.animate_line:before { 
  right: 5px; 
  top: 5px; 
}
.animate_line:hover:after,
.animate_line:hover:before{ 
    width: 50%; 
    height:50%;
    background: #718E3C;
background: linear-gradient(0deg,rgba(113, 142, 60, 1) 0%, rgba(253, 187, 45, 1) 100%);
}
@media only screen and ( max-width:768px){
.animate_line:after { 
  bottom: 5px; 
}
.animate_line:before { 
  top: 5px; 
}
    
}


.service-box-content-new p{font-family: "Poppins", sans-serif; font-size: 14px; line-height: 28px;}

.s-title-one{font-family: "Playfair Display", serif; }

.service-box-new-link{clear: both}

.site-button-link{font-family: "Poppins", sans-serif; font-size: 15px; color: #000; font-weight: 500}

.cardbg{
    position: relative;
    z-index: 1;
    border: 0px solid #ddd;
    font-family: "Poppins", sans-serif;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}
.cardbg-pic{
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: -1;
    opacity: 0;

    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.cardbg:hover{background-color: #000 !important; border: 1px solid transparent; color: #fff;}
.cardbg:hover .s-title-one,
.cardbg:hover .site-button-link{color: #fff;}

.cardbg:hover .icon-cell img{filter:brightness(0) invert(1)}


.cardbg:hover .cardbg-pic{
    opacity: 0.2;
    
}



.service-box-1-new {
    position: relative;
        padding: 28px 17px;
}
.wt-icon-box-wraper-new {
    position: relative;
    margin-bottom: 10px;
}
.icon-xl {
    line-height: 80px;
}
.icon-xl.inline-icon {
    width: auto;
    text-align: left !important;
}

.wt-icon-number-new {
    position: absolute;
    right: 0px;
    top: 0px;
}
.site-text-secondry {
    color: #00173c;
}
.service-box-title-new {
    margin-left: 0px;
    margin-bottom: 20px;
    font-size: 30px;
}

.service-box-content-new {
    
    padding-bottom: 30px;
}
.site-button-link {
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.wt-icon-number-new span {
    font-size: 90px;
    line-height: 100px;
    color: rgba(0, 0, 0, 0.1);
    font-weight: 700;
    opacity: 0.5;
    display: block;
    font-family: "Poppins", sans-serif;
}

.services-ul ul{margin-bottom: 0px}

.services-ul ul li{margin-top: 13px; float: left;    font-size: 14px;}

.services-ul ul li img{ float: left;padding-top: 3px; padding-right: 10px;}


.serices-section2{width: 100%; padding: 75px 0px 70px; background-color: #fff;}

.serices-section2 h6{    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-style: italic;
    margin-bottom: 30px;
    text-align: center;}

.serices-section2 h2{    color: #000;
    font-family: "Playfair Display", serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 60px;
    text-align: center;}

 .serices-section2 h2 span{    color: #c99937;
    font-style: italic;}


.hit-container{
    flex-wrap:nowrap;
}
.hit-container .hit-block{
    width: 20%;
    padding-left: 63px;
}
.hit-block{
    position:relative;
    min-height:380px;
}
.hit-block:before{
    display:block;
    content:'';
    position: absolute;
    left:0;
    bottom: 0;
    background:url(../images/arrow.jpg) no-repeat top left;

    width: 100%;
    height: 100%;
    
}
.hit-block img{
    display: block;
    margin-left: 30px;
    margin-bottom: 25px;
    margin-top: 75px;
}
.hit-block h4{
        font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;    color: #000
}
.hit-block p{
        font-size: 13px;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    padding-right: 15px;
    font-weight: 500;     color: #000
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

/* section-six-styles */
.second-services-area .sticky {
  position: sticky;
  top: 110px;
}
.second-services-area .services-post {
 padding: 22px 77px 10px;
}
.second-services-area .services-post .service-warp {
  max-width: 450px;
}
.second-services-area .services-post .service-warp ul {
  margin-bottom: 20px;
}
.second-services-area .services-post .service-warp ul li {
  display: inline-block;
  margin-right: 10px;
}
.second-services-area .services-post .service-warp ul li:last-child {
  margin-right: 0;
}
.second-services-area .services-post .service-warp ul li.number {
  width: 30px;
  border-radius: 100px;
  height: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  background-color: #0ec9ac;
}
.second-services-area .services-post .service-warp ul li span {
  font-size: 18px;
  font-weight: 400;
}
.second-services-area .services-post .service-warp h3 {
      font-size: 30px;
    margin-bottom: 20px;
    line-height: 43px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #f5cd7c !important;
}
.second-services-area .services-post .service-warp p {
  font-size: 14px;
    color: #fff;
    letter-spacing: .6px;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
}
.bg-04182F {
  background-color: #04182f;
}
.section-six .service-image img {
  object-fit: cover;
  /*width: 100%;*/
  height: 350px;
  border-radius: 20px;
}

.align-items-center {
    align-items: center !important;
}
.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}

.second-services-area h6{
	color: #fff;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}

.second-services-area h2{
	color: #fff;
    font-family: "Playfair Display", serif;
    margin-bottom: 80px;
    font-weight: 500;
    font-size: 48px;
    text-align: center;
}

.second-services-area h2 span{color: #f5cd7c;}

.second-services-area{padding: 80px 0}

/* end-section-six-styles */

.benefits-section{padding: 70px 0; background-color: #fff;}

.benefits-section h2{
	    color: #000;
    font-family: "Playfair Display", serif;
    font-size: 55px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 120px;
    text-align: center;
}

.benefits-section h2 span{
color: #c99937;
    font-style: italic;
	}
.benefits-section h6{
	color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-style: italic;
    margin-bottom: 30px;
    text-align: center;
}


.align-items-center {
    align-items: center !important;
}
.why-choose-us{
	padding: 60px 0 100px; background-color: #fff;
}

.why-choose-us .section-title{
	text-align: center;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.why-choose-us .why-choose-us-box{
	position: relative;
	margin-top: 30px;
}

.why-choose-box-1{
	background-color: #ffe5b2;
	border-radius: 30px 0 0 30px;
}

.why-choose-box-2{
	background-color: #17314a;
	border-radius: 0 30px 30px 0;
}

.why-choose-image{
	position: absolute;
	top: -74px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.why-choose-item{
	border-bottom: 1px solid #e3b24554;
	display: flex;
	align-items: center;
	padding: 35px;
}

.why-choose-item:last-child{
	border-bottom: none;
}

.why-choose-item .icon-box{
	background-color: #fff;
	height: 52px;
	width: 52px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.why-choose-item .icon-box::before{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 10px;
    background-color: #17314a;
	transform: scale(0);
    transition: all 0.4s ease-in-out;
    height: 100%;
}

.why-choose-item:hover .icon-box::before{
	transform: scale(1);
}

.why-choose-item .icon-box img{
	position: relative;
	z-index: 1;
	max-width: 40px;
	transition: all 0.3s ease-in-out;
}

.why-choose-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.why-choose-content{
	width: calc(100% - 72px);
	position: relative;
	z-index: 1;
	max-width: 350px;
}

.why-choose-content h3{
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
}

.why-choose-content p{
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.why-choose-box-2 .why-choose-item{
	border-bottom:1px solid #32586554;
	flex-direction: row-reverse;
	text-align: right;
}

.why-choose-box-2 .why-choose-item:last-child {
    border-bottom: none;
}

.why-choose-box-2 .why-choose-item .icon-box{
	margin-right: 0;
	margin-left: 20px;
}

.why-choose-box-2 .why-choose-item .icon-box::before{
	background-color: #e6efed;
}

.why-choose-box-2 .why-choose-item:hover .icon-box img{
    filter: brightness(1) invert(0);
}

.why-choose-box-2 .why-choose-content h4{
	font-family: "Marcellus", serif;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    text-transform: none;
    letter-spacing: 1px;
}

.why-choose-box-2 .why-choose-content p{
	color: #fff;
	opacity: 100%;
}

.why-choose-content h4{
	font-family: "Marcellus", serif;
    font-size: 22px;
    line-height: 28px;
    color: #000;
    text-transform: none;
    letter-spacing: 1px;
}

.why-choose-content p{
	font-family: 'Poppins', sans-serif;
    font-size: .86rem;
    line-height: 28px;
    color: #000;
    text-transform: none;
    letter-spacing: 0.8px;
    font-weight: 300;
}


.review-stars span {
    font-size: 12px;
}

.me-3 {
    margin-right: 1rem !important;
}

.career-section{padding: 40px 0 110px}

.career-left{width: 48%; float: left; margin-right: 4%;}

.career-right{width: 48%; float: left; margin-right: 0%;}

.career-left h4{font-family: "Playfair Display", serif;
    font-size: 34px;
    margin-bottom: 33px;
    font-weight: 400;
    line-height: 55px;
    color: #17314a;
}
.career-left p{font-family: 'Poppins', serif; 
    font-size: 16px;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 29px;
    color: #000;
}
.career-left h4 span{color: #f7921c;}

.career-btn {
    background: #718E3C;
    background: linear-gradient(90deg,rgba(113, 142, 60, 1) 0%, rgba(253, 187, 45, 1) 100%);
    padding: 14px 33px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 0.5px; font-weight: 400
}

.career-btn i {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-left: 15px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    font-weight: 600;
    float: right;
    padding-top: 8px;
}

.faq-section{
	background-color: #17314a;
    width: 98%;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    overflow: hidden;
        padding-top: 80px;
    padding-bottom: 70px;
    margin: 0 auto;
}

.practice-wrap-shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.practice-wrap-top-title {
    position: absolute;
    right: 235px;
    top: 15px;
    display: flex;
    align-items: center;
    max-width: 640px;
}
.practice-wrap-top-title img {
    max-width: 50px;
    margin-right: 20px;
}
.practice-wrap-top-title h3, .practice-wrap-top-title .h3 {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1.4;
     font-family: "Playfair Display", serif;
}

.faq-section h6{
	font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin-bottom: 10px;
    text-align: left;
}

.faq-section h6 span{
    color: #f8921c;
    font-style: italic;
    font-size: 13px;
    line-height: 0.8em;
}

.faq-section h2{
	    font-size: 41px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin-bottom: 35px;
    text-align: left;
    line-height: 62px;
    width: 50%;
    letter-spacing: -0.2px;
}

.faq-section h2 span{
	 color: #f7921c;
    font-family: "Playfair Display", serif;
    font-style: italic;
}

.faq-left{width: 40%; float: left; margin-right: 10%}

.faq-left img{border-radius: 25px; width: 100%}

.faq-right{width: 50%; float: left; margin-right: 0%}


/* featured section 12 */
.featured_section12 {
  float: left;
  width: 100%;
  padding: 0px 0px 100px 0px;
  text-align: center;
  background: #fff url(../images/pattern1.jpg) repeat left top;
}

.featured_section12 h6{
  color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-style: italic;
    margin-bottom: 30px;
  }
  .featured_section12 h6 span {
    color: #f8921c;
    font-style: italic;
    font-size: 13px;
    line-height: 0.8em;
}

.featured_section12 h2 {
    color: #000;
    font-family: "Playfair Display", serif;
    font-size: 55px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 80px
}
.featured_section12 h2 span {
    color: #aa0507;
    font-style: italic;
}

.featured_section12.two {
  background: #00082e;
}
.featured_section12 .peosays {
  width: 100%;
  margin: 0 auto;
}
.featured_section12 .peosays .box {
  float: left;
  width: 100%;
  background: transparent;
  /*border: 1px solid #eee;*/
 /* border-right: 1px solid #eee;*/
  border-radius: 3px;
  text-align: left;
  padding: 0px 40px 0px 20px;
  
  line-height: 30px; color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 300; letter-spacing: 0.5px;
}
.featured_section12 .peosays .who {
  float: left;
  width: 100%;
  text-align: left;
  padding: 40px 0px 18px 0px;
  background: url(../images/down-arrow.png) no-repeat 45px top;
  margin-top: -2px;
  font-size: 12px;
  color: #000;
}
.featured_section12 .peosays .who img {
  border-radius: 100%;
  float: left;
  margin-right: 18px;
}
.featured_section12 .peosays .who strong {
  font-size: 14px;
  color: #000;
  display: block;
  line-height: 16px;
  font-weight: 600;
  margin-top: 5px;
}


.footer{background: #081326; }

.footer-left{width: 38%; float: left; margin-right: 6%; border-right: 1px solid #26344c; padding-right: 5%;min-height: 495px;}

.footer-right{width: 56%; float: left; margin-right: 0%;}

.footer-about{padding-top: 80px}

.footer-about h3 {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 30px;
    /* font-style: italic; */
    text-align: left;
}

.footer-about p{
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.8px;
    line-height: 29px;
    padding-bottom: 25px;
}

.footer-about a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    text-decoration: underline;

}

.footer-quicklinks{padding-top: 80px; border-bottom: 1px solid #26344c}

.footer-quicklinks h3 {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 20px;
    /* font-style: italic; */
    text-align: left;
}

.footer-quicklinks p{
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.8px;
    line-height: 29px;
}
.footer-quicklinks p a{color: #fff;}

.footer-quicklinks p a:hover{color: #ffffff;}

.footer-links-1{width: 30%; float: left; margin-right: 5%; margin-bottom: 30px}

.footer-links-2{width: 30%; float: left; margin-right: 5%; margin-bottom: 30px}

.footer-links-3{width: 30%; float: left; margin-right: 0%; margin-bottom: 30px}

.footer-links-3 h4{
  color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 25px;
    /* font-style: italic; */
    text-align: left;
  }
.footer-links-3 h6{
      color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.8px;
    line-height: 21px;
  }

/* .input-box{width: 100%; background: #0d2a49; border-radius: 7px; padding: 5px 20px}

.input-box input{width: 100%; height: 36px; background: transparent; border:0; }

.input-box {
  position: relative;
  color: #454545; font-family: 'Poppins', sans-serif;
  font-size: 20px;
}
.input-box input::placeholder{font-family: 'Poppins', sans-serif;}
.input-box .fa-paper-plane-o  {
  position: absolute;
      top: 11px;
    right: 21px;
  color: #fff;
} */

.copyrights{padding-top: 15px; padding-bottom: 35px; }

.copyrights p {
  
  color: #454545; font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

.copyrights-left{width: 29%; float: left}

.copyrights-left ul li{float: left; padding-right: 15px; color: #fff;}

.copyrights-right{width: 71%; float: left;font-family: 'Poppins', sans-serif; color: #fff;}

.brands-section h6{
	    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-style: italic;
    margin-bottom: 30px;
    text-align: center;
}

.brands-section h6 span{
    color: #12812c;
    font-style: italic;
    font-size: 13px;
    line-height: 0.8em;
}

.brands-section h2{
    color: #000;
    font-family: "Playfair Display", serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 45px;
    text-align: center;
}

.brands-section h2 span{
	    color: #12812c;
  
}

.brands-section{padding: 60px 0 80px;}

.service-offered{width: 31.5%; 
    float: left; 
    margin-right:2.75%; 
    background-color: #fff; 
    padding: 35px 20px 20px; 
    border-radius: 1rem;  
    transition: all 0.5s ease;
    margin-bottom: 35px;
     }

.service-offered:nth-child(3n+3){ margin-right:0%;  }

 

 

.services-heading h4{
    color: #12812c;
   font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 10px;
    text-align: left;
}

.services-heading p{
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 35px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
 }

.services-arrow i{
    border:1px solid #ddd;
    padding: 13px;
    color: #f7921c;
    font-size: 20px;
    border-radius: 50%;
    transform: rotate(-45deg);
    display: inline-block;

}

.service-offered img{ border-radius: 1rem; margin-bottom: 15px; width: 100%;}

.service-offered:hover{background: #9a1516;
background: linear-gradient(0deg,rgba(255, 248, 212, 1) 0%, rgba(255, 218, 218, 1) 100%);   transform: translateY(-15px);}

.service-offered:hover .services-heading h4{color: #000;}

.service-offered:hover .services-heading p{color: #000;}

.service-offered:hover .services-arrow i{border:1px solid #000; color: #f7921c; background-color: #fff;}

.z-5 {
    z-index: 5;
}
.tf-btn-link {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #000;
    letter-spacing: 0.5px;
}

.tf-btn-link i {
    font-size: 18px;
    color: #ea5900;
    font-weight: 600;
}

.map-section{background-color: #00112e; padding: 80px 0}

.map-section-left{width: 39%; float: left}

.map-section-center{width: 40%; float: left}

.map-section-right{width: 21%; float: left}

.map-section-right h2 {
       font-size: 80px;
    line-height: 80px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    border-bottom: 1px solid #26344c;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.map-section-right h2 i{
    font-size: 55px;
}

.map-section-right p {
        font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 26px;
    
    
}

.pbmit-heading-subheading h6{
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-style: italic;
    margin-bottom: 30px;
    text-align: center;
}

.pbmit-heading-subheading h6 span{
        color: #12812c;
    font-style: italic;
    font-size: 13px;
    line-height: 0.8em;
}

.pbmit-heading-subheading h2{
    color: #000;
    font-family: "Playfair Display", serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.5em;
    /* margin-bottom: 45px; */
    text-align: center;
    width: 65rem;
    margin: 0 auto 45px;
}

.pbmit-heading-subheading h2 span{color: #12812c;}

.market-section-box{width: 23%; float:left; margin-right:2.6666%}

.market-section-box:last-child{ margin-right:0%}

.about-boxs{width: 31%; float:left; margin-right:3.5%; padding:50px 40px 50px 50px;     padding-left: 103px;     min-height: 210px;}

.about-boxs:last-child{ margin-right:0%}

.about-boxs i{float:left; font-size: 42px; color:#000; padding-right: 25px;     margin-left: -66px;}

.about-boxs p{font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;}

    .about-boxs h3{    font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 14px;
    }


 /*========================================
             Inner pages
 ==========================================*/

.page-banner{
  width: 100%;
  float: left;
  background: url(../images/logistic-banner-2.jpg) no-repeat center;
  background-size: cover;
  margin-top: 72px;
}
.page-banner-layer{
  width: 100%;
  float: left;
  height: 100%;
  background: linear-gradient(90deg, rgb(43 26 13 /0.5), transparent 90%);
  padding: 116px 0px 110px;
}
.pagebanner-text{

  text-align: left;
}
.pagebanner-text h1{
  font-size: 32px;
    font-weight: 600;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 8px;
    line-height: 24px;
}

.pagebanner-text h1 span{font-size: 0.5em; margin-left: 3px;}

.page-pagination{
  font-size: 14px;
    font-weight: 500;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.page-pagination a, .page-pagination i{ color: #9a1516;}

#whatsAppIcon {
  display: block;
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  background-color: rgb(84, 180, 96);
  text-align: center;
  line-height: 50px;
  color: rgb(255, 255, 255);
  font-size: 24px;
  z-index: 9999;
  border-radius: 50%;
}

/*===============================================================================*/

.contactsection {
    background-color: #fbf9fa;
    padding: 90px 0px 100px;
}

.section-head {
    text-align: center;
    margin-bottom: 57px;
}
.section-head h6 {
    color: #22592f;
    font-weight: 600;
    font-size: 17px;
    margin: 0%;
}
.section-head h4 {
    color: #0f172b;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 20px;
    margin-top: 12px;
}
.blogscards-row {
    margin: 0px 60px !important;
}

.contact-box {
    background-color: #fff;
    padding: 44px 30px 30px;
    border-radius: 8px;
}

.textarea{
    width: 100% !important;
    height: 100px !important;
}

.form-input{
    width: 100% !important;
    height: 40px;
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid;
    border-color: #dbdbdb;
    font-size: 16px;
    color: #000000;
    border-radius: 5px;
}
input::placeholder,
textarea::placeholder {
  color: #a0a0a0; /* Change this to any color you want */
  opacity: 1;     /* Make sure it's fully visible */
}
.placeholder{
    color: #ebe6e7;
}
.topinput{
    width: 50% !important;
    margin-right: 3%;
}
.topinput-1{
    width: 50% !important;
}
.topinput-mgrtp{display: flex;}

.submitbut{
    background-color: #22592f;
    color: white;
    padding: 10px 10px;
    border: none;
    font-size: 16px;
    border-radius: 4px;
}
.submitbut a{color: white;}
.contacttext-icon{
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.contacttext-icon p{
    margin: 0px;
}
.contacttext-icon i{
    padding-top: 5px;
    font-size: 20px;
}
.contacttext-ee h4{
    font-size: 1.125rem;
    font-weight: 500;
}
.contacttext-right{
    padding: 45px 0px 0px 20px;
}

/*===============================================================================*/

.about-inner-mgtp{margin: 90px 0px 75px 0px;}

.inner-aboutpage-left img{width: 95%; margin-left: -10px;}

.inner-aboutpage-left{
    width: 48%;
    margin-right: 1%;
}
.inner-aboutpage-right{
    width: 50%;
}
.inner-aboutpage-right h6 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #183241;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 400;
    padding-top: 0px;
}
.inner-aboutpage-right h6 span {
    color: #22592f;
    font-style: italic;
    font-size: 13px;
    line-height: 0.8em;
}
.inner-aboutpage-right h2 {
    font-size: 29px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    color: #081326;
    font-style: italic;
    margin-bottom: 12px;
    text-align: left;
    line-height: 42px;
}
.inner-aboutpage-right h2 span {
    color: #12812c;
    font-style: italic;
}
.inner-aboutpage-right p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #000;
    margin-bottom: 10px;
    text-align: justify;
    line-height: 30px;
}
.inner-aboutpage-left-box{
    display: flex;
    margin-top: 20px;
}
.vissionbox-1{
    width: 50%;
    margin-right: 3%;
}
.vissionbox-2{
    width: 50%;
    margin-right: 0%;
}
.vissionbox-items h4 {
    color: #183650;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 10px;
}
.vissionbox-items {
    min-height: 135px;
    border-radius: 20px;
    border: 2px solid #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 18px 4px 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.vissionbox-items::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 100%;
    right: 100%;
    opacity: 0;
    border-top: 2px solid #12812c;
    border-right: 2px solid #12812c;
    border-radius: 20px;
}

.vissionbox-items:hover::before {
    opacity: 1;
    right: 0px;
    bottom: 0px;
    -webkit-transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
    -o-transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
    transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
}

.vissionbox-items::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 100%;
    left: 100%;
    opacity: 0;
    border-bottom: 2px solid #12812c;
    border-left: 2px solid #12812c;
    border-radius: 20px;
}

.vissionbox-items:hover::after {
    -webkit-transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    -o-transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    opacity: 1;
    left: 0px;
    top: 0px;
}

.vissionbox-items .icon-wrapper {
    margin-right: 20px;
    margin-top: 10px;
}
.vissionbox-2 .vissionbox-items .icon-wrapper {
    margin-right: 20px;
    margin-top: 0px;
}
.vissionbox-items .icon-wrapper i {
    font-size: 40px;
    color: #081326;
}
.vissionbox-2 .vissionbox-items .icon-wrapper i{
    font-size: 48px;
    color: #081326;
}
.vissionbox-items:first-child {
    margin-bottom: 0px;
}

.vissionbox-items .box h4 {
    color: #183650;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 10px;
}

.vissionbox-items p {
    color: #000000;
    line-height: 26px;
    font-size: 16px;
}

/*===============================================================================*/

.about-inner-mgtp-1{margin: 100px 0px 75px;}

.coverage-card {
    padding: 10px 30px 22px 30px;
    background: #ffffff;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    margin-bottom: 40px;
}
.subtitle-addHeading {
    border-bottom: 1px solid #0000002b;
    padding: 10px;
    font-size: 17px;
    margin-bottom: 10px;
}
.coverage-card-subtitle {
    font-size: 16px;
    font-weight: 400;
    word-break: break-word;
    padding: 10px;
    line-height: 27px;
}
.coverage-card-addP a {
    font-size: 16px;
    font-weight: 400;
    word-break: break-word;
    color: #9a1516;
}
.about-inner-mgtp-1 .pbmit-heading-subheading h6{ margin-bottom: 18px;}

.about-inner-mgtp-1 .pbmit-heading-subheading h2{ margin-bottom: 65px;}

.about-section-coverage {
    padding: 80px 0px 0px;
}
.about-section-coverage .about-left p {
    font-size: 17px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #000;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 33px;
}
.about-section-coverage .about-left h6 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #183241;
    margin-bottom: 21px;
    text-align: left;
    font-weight: 400;
    padding-top: 50px;
}
.about-image {
    position: relative;
    padding-right: 175px;
    padding-bottom: 65px;
}
.about-image img {
    border-radius: 5px;
    width: 100%;
}
.about-image img:nth-child(2) {
    position: absolute;
    right: 0px;
    bottom: 0;
    z-index: 1;
    width: 48% !important;
}






/*-------------------------------- contact us-2 -----------------------------------*/

.contact-fter {
    background-color: #1d293d;
    padding: 70px 0px 275px;
}

.contactfter-text{
    text-align: center;
}

.contactfter-text h2{color: #fff;margin-bottom: 20px;}

.contactfter-text p{
    max-width: 36rem;
    display: flex;
    justify-content: center;
    margin: 0 auto 17px;
    color: white;
    text-align: center;
    line-height: 29px;
}

.submitbut-1{
    background-color: #9a1516;
    color: white;
    padding: 10px 15px;
    border: none;
    font-size: 16px;
    border-radius: 4px;
}
.submitbut-1 a{color: white;}
.submitbut-1 i{margin-right: 8px;}




.Work-head {
    text-align: center;
    margin-bottom: 57px;
    padding-top: 0px;
}
.Work-head p{
    max-width: 40rem;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}
.Work-head h1{
    color: #f54a00;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-family: "Roboto", sans-serif;
}

.thm-btn {
    margin-left: 0px;
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    line-height: 44px;
    font-weight: 600;
    background: #052944;
    border-radius: 5px;
    padding: 3px 18px 0px;
    overflow: hidden;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
    border: none;
}
.thm-btn i{
    padding-left: 5px;
    font-size: 10px;
}
.google-map iframe {
    width: 100%;
    height: 400px;
    border-radius: 20p;
    margin-bottom: 80px;
}


/***
=============================================
Contact Page
=============================================
***/
.contact-page {
    position: relative;
    display: block;
    padding: 0px 0px 0px;
    z-index: 1;
}

.contact-page__top {
    position: relative;
    display: block;
    padding: 100px 0px 65px;
    background: var(--logistiq-gray-bg);
    z-index: 1;
}

.contact-page__top-pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.05;
    z-index: -1;
}

.contact-page__top-content {
    position: relative;
    display: block;
}

.contact-page__top-content .sec-title {
    padding-bottom: 41px;
}

.contact-page__top-content-text1 {
    position: relative;
    display: block;
}

.contact-page__top-content-text1 p {
    margin: 0;
}

.contact-page__top-content .social-links {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 52px;
}

.contact-page__top-content .social-links a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(var(--logistiq-gray-rgb), 0.1);
    color: var(--logistiq-black);
}

.contact-page__top-content .social-links a+a {
    margin-left: 10px;
}

.contact-page__top-content .social-links a:hover {
    color: var(--logistiq-white);
    background: var(--logistiq-base);
}

.contact-page__top-content .social-links a span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
}

.contact-page__top-form {
    position: relative;
    display: block;
}

.contact-page__top-form .why-choose-one__form .input-box input[type="text"],
.contact-page__top-form .why-choose-one__form .input-box input[type="email"] {
    background-color: transparent;
}

.contact-page__top-form .why-choose-one__form .input-box .nice-select {
    background-color: transparent;
}

.contact-page__top-form .why-choose-one__form .input-box textarea {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(var(--logistiq-black-rgb), .10);
    padding-left: 20px;
    padding-right: 40px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: var(--logistiq-gray);
    border-radius: 2px;
    font-family: var(--logistiq-font);
    width: 100%;
    height: 120px;
    padding-top: 11px;
    outline: none;
    resize: none;
}

.contact-page__top-form .why-choose-one__form .input-box .icon.style2 {
    top: 11%;
    transform: translateY(0%);
}

.contact-page__bottom {
    position: relative;
    display: block;
    margin-top: -126px;
    margin-bottom: -130px;
    z-index: 5;
}

.contact-page__bottom-inner {
    position: relative;
    display: block;
    background: var(--logistiq-white);
    padding: 50px 0px 42px;
    border-radius: 3px;
}

.contact-page__bottom-inner ul {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
}

.contact-page__bottom-inner ul li {
    position: relative;
    display: block;
    padding-right: 75px;
    margin-right: 75px;
}

.contact-page__bottom-inner ul li:first-child {
    padding-left: 75px;
}

.contact-page__bottom-inner ul li:last-child {
    margin-right: 0px;
}

.contact-page__bottom-inner ul li::before {
    position: absolute;
    top: -50px;
    right: 0px;
    bottom: -42px;
    border-right: 1px dashed #e4e4e4;
    content: "";
}

.contact-page__bottom-inner ul li:last-child:before {
    display: none;
}

.contact-page__bottom-single {
    position: relative;
    display: block;
}

.contact-page__bottom-single .icon {
    position: relative;
    display: block;
    margin-bottom: 16px;
}

.contact-page__bottom-single .icon span {
    position: relative;
    display: block;
    color: var(--logistiq-base);
    font-size: 50px;
    line-height: 50px;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.contact-page__bottom-single:hover .icon span {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.contact-page__bottom-single .content {
    position: relative;
    display: block;
}

.contact-page__bottom-single .content h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.contact-page__bottom-single .content p {
    margin: 0;
}

.contact-page__bottom-single .content p a {
    color: #565969;
}

.contact-page__bottom-single .content p a:hover {
    color: #FD5523;
}
.contactroww .col-lg-4{padding: 0% !important;}

/* ============================= */
.why-choose-one__form {
    position: relative;
    display: block;
}

.why-choose-one__form .input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.why-choose-one__form .input-box .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.why-choose-one__form .input-box .icon span::before {
    position: relative;
    display: inline-block;
    color: #565969;
    font-size: 15px;
}

.why-choose-one__form .input-box input[type="text"],
.why-choose-one__form .input-box input[type="email"] {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #c5c5c5;
    padding-left: 20px;
    padding-right: 40px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: var(--logistiq-gray);
    border-radius: 2px;
    font-family: var(--logistiq-font);
}
.contact-page__top-form .why-choose-one__form .input-box .nice-select {
    background-color: transparent;
}
.why-choose-one__form .input-box .select-box {
    width: 100%;
}
.why-choose-one__form .input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
    width: 100%;
    margin-right: 3%;
}
.why-choose-one__form .input-box:nth-child(2){margin-right: 0%;}
.why-choose-one__form .input-box .nice-select {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #c5c5c5;
    padding-left: 20px;
    padding-right: 40px;
    outline: none;
    font-size: 14px;
    line-height: 48px;
    font-weight: 400;
    color: #565969;
    border-radius: 2px;
    /* font-family: var(--logistiq-font); */
    float: none;
}
.nice-select.wide {
    width: 100%;
}
.nice-select {
    position: relative;
    display: block;
    -webkit-tap-highlight-color: transparent;
    background-color: #f6f4f9;
    border-radius: 0px;
    border: 0px solid #e4e4e4;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    float: none;
    font-family: inherit;
    color: #888888;
    font-size: 14px;
    font-weight: 300;
    height: 70px;
    line-height: 48px;
    outline: none;
    padding-left: 25px;
    padding-right: 25px;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.contact-page__top-form .why-choose-one__form .input-box textarea {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    background-color: transparent;
    border: 1px solid #c5c5c5;
    padding-left: 20px;
    padding-right: 40px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: #565969;
    border-radius: 2px;
    width: 100%;
    height: 120px;
    padding-top: 11px;
    outline: none;
    resize: none;
}

.sec-title__tagline .text h4 {
    color: #565969;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.sec-title__title {
    font-size: 48px;
    line-height: 55px;
    font-weight: 700;
    text-transform: none;
    color: #052944;
    margin-bottom: 10px;
}
.contact-page__top-content .sec-title {
    padding-bottom: 05px;
}
.contact-page__top-content-text1 p {
    margin: 0;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
}
.sec-title__tagline .line {
    width: 27px;
    height: 2.5px;
    background: #22592f;
    margin-right: 10px;
    margin-bottom: 11px;
}
.sec-title__tagline {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.contact-page__top-content .social-links a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid #5659691a;
    color: #062e39;
}
.contact-page__top-content .social-links a span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 15px;
}

.row > * {
    flex-shrink: 0;
    /* max-width: 100%; */
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.contctboxitem i {
    background-color: antiquewhite;
    padding: 19px 20px 18px;
    border-radius: 50%;
    font-size: 20px;
}
.contctboxitem h5{
    margin-top: 30px;
    margin-bottom: 5px;
}
.contctboxitem p{
    width: 213px;
    margin: 0 auto;
}

.contactroww{
    text-align: center;
    margin: 45px 170px;
    background: #FFFFFF;
    box-shadow: 0 0 20px -15px #030380;
    height: 238px;
    padding: 40px 0px 0px 0px;
}
.contctboxitem {
    border-right: 1px dotted gray;
    height: 172px;
}
/* .contctboxitem:last-child {
  border-right: none;
} */






/***
=======================================================================================================================================
***/


.default-padding {
    padding-top: 90px;
    padding-bottom: 75px;
        background-color: #f5f5f5;
}
.site-heading {
    margin-bottom: 60px;
    text-align: center;

}
.sub-title::before,
.sub-title::after {
  content: '';
  display: inline-block;
    width: 27px;
    height: 2.5px;
    background: #22592f;
    margin-right: 8px;
    margin-bottom: 0px;
  vertical-align: middle; 
}
.sub-title::after {
  margin-right: 0;
  margin-left: 7px;
}
.sub-title {
    text-transform: uppercase;
    color: #081326;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    /* border: 1px solid #b3b1b1;
    padding: 7px 15px; */
    font-size: 20px;
    border-radius: 4px;
    margin-bottom: 18px;
}
.site-heading .title {
    margin-bottom: 0;
    font-size: 42px;
}
.process-style-two-items {
    position: relative;
    z-index: 1;
    padding-top: 20px;
}
.process-style-two-item {
    padding: 30px;
    transition: all 0.35s ease-in-out;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    text-align: center;
}
.process-style-two-item:hover {
    background-color:#fafafa;
    box-shadow: 0 0 20px -15px #030380;
}
.process-style-two-item::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    height: 50px;
    width: 40px;
    background: #f3f3f3;
    border-radius: 50px;
    z-index: -1;
    top: -31px;
}
.process-style-two-item .icon img {
    height: 60px;
    margin-bottom: 30px;
}
.process-style-two-item p {
    color: #666666;
    margin: 0 0 25px;
    text-transform: none;
    font-weight: 400;
    /* font-family: var(--font-default); */
}
.process-style-two-item span {
    display: inline-block;
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(0deg, transparent 20%, #cccccc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-flex;
    transition: all 0.35s ease-in-out;
}
.process-style-two-item::after {
    position: absolute;
    left: 50%;
    top: -30px;
    content: "";
    height: 20px;
    width: 20px;
    transform: translateX(-50%);
    background: #9a1516;
    border-radius: 50%;
    border: 4px solid #efefef;
    z-index: 9;
    transition: all 0.35s ease-in-out;
}
/* .active .process-style-two-item {
    background: #ffffff;
} */
.process-style-two-items::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 2px;
    width: 100%;
    border-top: 2px solid #cccccc;
}


/***=======================================================================================================================================***/




.truksha-srevice{
    margin: 100px 0px 80px 0px;
}
.truksha-srevice-starts img{ border-radius: 10px; width: 100%; }

.truksha-srevicerow{margin: 30px 80px !important;}

/* .truksha-srevice-starts-right p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.8px;
    line-height: 29px;
    padding-bottom: 10px;
} */
.truksha-srevice-starts-right h1{
    font-size: 32px;
    font-weight: 400;
    color: #12812c;
    font-style: italic;
    font-family: "Playfair Display", serif;
    /* font-style: italic; */
    margin-bottom: 08px;
    text-align: left;
    line-height: 45px;
}
.truksha-srevice-starts-right p {
    font-size: 16.5px;
    font-weight: 400;
    color: #000;
    font-family: "Roboto", sans-serif;
    margin-top: 0px;
    text-align: left;
    line-height: 35px;
}
.truksha-srevice-starts-right{
    margin-top: 40px;
}

.phnviwblk{display: none;}

