
/* width */


/*@font-face {
  font-family: schoolNameFont;
  src:url(../fonts/OLDENGL.TTF);
}*/

@font-face {
  font-family: robotoFamily;
  src:url(../fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: robotoLight;
  src:url(../fonts/Roboto-Thin.ttf);
}

@font-face {
  font-family: OpenSansRegular;
  src:url(../fonts/OpenSans-Regular.ttf);
}


@font-face {
  font-family: OpenSansLight;
  src:url(../fonts/OpenSans-Light.ttf);
}


@font-face {
  font-family: Oswald;
  src:url(../fonts/Oswald-Regular.ttf);
}



::-webkit-scrollbar {
  /*width: 10px;*/

      position: relative;
    top: 0px;
    float: right;
    width: 7px;
    height: 32px;
    background-color: rgb(51, 51, 51);
    border: 0px;
    background-clip: padding-box;
    border-radius: 0px;
}


/* Track */
/* ::-webkit-scrollbar-track {
  background: #f1f1f1; */
  /*background-color: rgba(51, 51, 51, 0.1);*/
  /*background-color: transparent;;
} */
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}



.line_border {

  border: 1px solid #222;

}

.padding_0 {
	padding: 0;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


.row {
  margin-right: 0px;
  margin-left: 0px;
}

.container-fluid {
	padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    background-color: #222;
}

.main_carousel {

    position: relative;
    margin-top: 0px;
}

.item {
	height: auto;
	width: auto;
	/*border: 1px solid #f8ef00;*/
}

.main_carousel .carousel-inner .item img {
	width: 100%;
}

.hdr_rw_1_info_social {
	margin-top: 5.5px;
	color: #f30b0d;
	/*font-size: 16px;*/
}

.hdr_rw_1_info_social ul {
	margin-right: 95px;
	float: right;
}

.hdr_rw_1_info_social ul li {
	margin-left: 6px;
	padding-right: 45px;
}

.sec_2_slide_item {
	padding: 0;
	height: auto;
	text-align: center;
	/*border: 1px solid #f8ef00;*/
}

.sec_2_slide_item h2 {
	font-weight: 600;
	color: #00157f;
	/*border: 1px solid #f8ef00;*/
}


.logo img {
	/*text-align: right;*/
	/*float: right;*/
	margin-left: 44px;
}


.mobile_carousel {
	padding: 0;
	/*background-color: rgba(0,0,0,0.7);*/
	/*box-shadow: 0px 0px 18px 2px rgb(0 0 0 / 75%);*/
}

.mobile_nav_btn_sec {
	position: absolute;
	top: 0%;
	/*background: #000;*/
	/*background-color: rgba(244,70,71,0.6);*/
	/*background-color: rgba(244,70,71,0.75);*/
	background-color: rgba(0,0,0,0.55);
	/*box-shadow: 0px 0px 18px 2px rgb(0 0 0 / 75%);*/
	border-bottom: 1px solid #222;
}

.mobile_nav_btn_sec_logo {
	margin-left: 0px;
	margin-top: 15px;
	/*border: 1px solid #fff;*/
}


.mobile_nav_btn {
  /*display: none;*/
  /*margin-top: -100%;*/
  padding: 7px 0px 9px 0px;
  font-size: 35px;
  float: right;
  margin: 6px 25px;
  color: #00652e;
  cursor: pointer;

  /*border: 1px solid #2f2; */
  transition: all 0.3s ease-in-out;
}

.navbar-toggler {

	border: none;
    padding: 10px 6px;
    background-color: #f5f5f5;
    outline: none !important;
    transition: all 0.3s ease-in-out;
}

.mobile_nav_btn_sec .mobile_nav_btn .navbar-toggler span {
	background: #2D2E33;
}


.navbar-toggler span {
	display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggler span + span {
    margin-top: 4px;
    width: 18px;
}

.navbar-toggler span + span + span {
    width: 10px;
}

.mobile-sidebar-menu {
	/*display: block;*/
	z-index: 100000;
}


.mbi_caro_cap_sec {
  /*display: none;*/
  position: absolute;
  top: 25%;
  padding: 35px 15px;
  /*height: 460px;*/
  color: #FFF;
  text-align: center;
  text-shadow: 2px 2px 4px #222;
  background-color: rgba(26, 24, 24, 0.75);
  transition: all 0.4s ease-in-out;
  border-radius: 2px;
  box-shadow: 0px 0px 18px 2px rgb(0 0 0 / 75%);
  /*background: linear-gradient(360deg, rgba(20,20,20,1) 0px,rgba(56,57,58,0) 80%);*/
  /*background: rgba(56,57,58,0.5);*/
  /*border: 1px solid #fff; */

}

.mbi_caro_cap_sec input {
	color: #2f2a2a;
}

.mbi_caro_cap_sec h3 {
	font-size: 16px;
} 

.mbi_caro_cap_sec h2 {
	font-size: 19px;
} 



div.transbox
{
  margin-top: 0em;
  margin-bottom: 0em;
  background-color: #222222;
  /*border: 1px solid black;*/

  opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */
  
}

.carousel-indicators {
  /*position: absolute;
  bottom: 5%;
  left: 70%;*/
  z-index: 15;
  width: 50%;
  padding-left: 0;
  margin-left: -170px;
  margin-right: 0px;
  text-align: center;
  list-style: none;
  /*border: 1px solid #fff;*/
  overflow: hidden;
}

.carousel-indicators li {
  display: inline-block;

  width: 10px;
  height: 10px;
  padding: 1px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
  /* float: right; */
}

.carosel-hder {
	position: relative;
}

.bannr-header {
	padding: 0;
	position: absolute;
	top: 0px;

	/*border: 1px solid #222;*/
}

.detail_hdr_rw_1 {
	/*padding: 0;*/
	height: 50px;
	background-color: #fff;
}

.detail_hdr_rw_1_info {
	margin: 7px 0 0 27px;
	font-family: OpenSansRegular;
	/* font-weight: 600; */
	color: #373737 !important;

}

.detail_hdr_rw_1_info a {
	text-decoration: none;
}

.hdr_rw_1_info_ico {
	color: #f30b0d;
}

.detail_hdr_rw_1_info ul {
	list-style: none;
}


.yp {
	background: linear-gradient(180deg, rgba(20,20,20,0.5) 0px,rgba(56,57,58,0) 99%);
	height: 125px;
	border-bottom: 1px solid #70859E;
}

.serch-bar {
	margin: 15px 0 0 0;
	/*border: 1px solid #fff;*/
}

.serch-sec {
	position: relative;
}

.serch-btn {
	position: absolute;
	bottom: 20%;
	right: 55px;
	color: #f7f7f7;
}









.form-control-serch {
  display: block;
  margin: 0 0 0 45px;
  width: 70%;
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  background-color: #5d646d;
  opacity: 0.65;
  background-image: none;
  border: 0px solid #fff;
  border-radius: 4px;
  z-index: 99999 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-serch:focus {
  border-color: 1px solid #f8ef00 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(248, 239, 0, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(248, 239, 0, .6);
}
.form-control-serch::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control-serch:-ms-input-placeholder {
  color: #999;
}
.form-control-serch::-webkit-input-placeholder {
  color: #999;
}

/* .nav-1 {
	border: 1px solid #fff;
} */

.nav-1 ul {
	list-style: none;
	margin: 25px 0;
	color: #fff;
	/*text-align: left;*/
}

.nav-1 ul li {
	margin-top: 5px;
	font-size: 16px;
	font-family: OpenSansRegular;
	/*font-weight: 600;*/
}

.nav-1 ul li a {
	color: #fff;
	text-decoration: none;
}	

.nav-1-item {
	transition: all 0.6s ease-in-out;
}

.itm-log {
	padding: 3px 0px 2px 20px;
	border: 1px solid #fff;
}

.itm-singup {
	color: #f8ef00;
  border: 1px solid #f8ef00;
  padding: 4px;
}

.bnner-txt {
	/*position: absolute;*/
	/*top: 150%;*/
	/*left: 4%;*/
	/*right: 10%;*/
	/*margin: 45px 0;*/
	/*padding: 25px 15px;*/
	padding: 40px 15px 15px 15px;
	text-align: center;
	border-radius: 4px;
	/*background-color: rgba(244,70,71,0.6);*/
}

.bnner-txt h1 {
	color: #fff;
	/*font-size: 55px;*/
	font-weight: 700;
	font-style: smooth;
}

.bnner-txt h2 {
	color: #fff;
	font-weight: 600;
}

.bnner-txt h3 {
	margin: 0 0px 20px 0;
	color: #fff;
	font-weight: 600;
}

.bnner-txt h4 {
	color: #fff;
	/* font-weight: 600; */
}

.bnner-txt h5 {
	color: #fff;
	/* font-weight: 600; */
}

.bnner-txt p {
	color: #FFF;
	font-size: 15.5px;
  line-height: 2;
}

.indx_trakn_num_sec {
	margin: 0 0 10px 0;
}

.email-bar {
	position: absolute;
	margin-top: 10px;
	left: 25%;
	/*border: 1px solid #222;*/
}

.form-control-email {
	/*position: absolute;
	top: -35px;
	left: 86%;*/
	display: block;
	/* margin: 0 0 0 23px; */
	width: 100%;
	height: 28px;
	padding: 6px 12px;
	font-size: 14px;
	text-align: center;
	line-height: 1.42857143;
	color: #222 !important;
	background-color: #fff;
	opacity: 0.6;
	background-image: none;
	border: 0px solid #fff;
	border-radius: 3px;
    z-index: 99999 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-email:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control-email::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control-email:-ms-input-placeholder {
  color: #999;
}
.form-control-email::-webkit-input-placeholder {
  color: #999;
}

.form-control-email::selection {
	background: #f8ef00;
}

.join-btn {
	text-align: center;
	margin-top: -10px;
	padding: 0px;
	cursor: pointer;
}

.join-btn h5 {
	padding-top: 6px;
	padding-bottom: 6px;

	background: #f8ef00;
	font-size: 12px;
	font-weight: 600;
	border-radius: 3px;
}

/* .viewShpmntsCarSec {
	background-color: #f8ef00;
} */

.viewShpmntsCarSec .viewShpmntsCarBtn {
	margin-top: 14px;
	margin-bottom: 10px;
	padding: 10px 0px 10px 0;
	font-size: 15px;
	font-weight: 600;
	border: none;
	border-radius: 4px;
	background-color: #f8ef00;
}











.sidebar-menu {
    position: fixed;
    padding: 0px;
    width: 23.5%;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background-color: #190046;
    border: 1px solid #190046;
    opacity: 0.80;
    transition: all 0.6s ease-in-out;
}


.mnu-remove {
	text-align: right;
	margin-top: 30px;
	margin-right: 20px;
	font-size: 50px;
	font-weight: lighter;
	cursor: pointer;
}

 










/* .innerpage-nav-section {
    
    border:1px solid #f95b36;
} */

.innerpage-nav-section ul {
    margin-top: 80px;
    font-size: 25px;
    /*border:1px solid #4DF83B;*/
}
.innerpage-nav-section ul li {
    margin: 0px 0px 0px -40px;
    padding: 20px 0px 20px 0px;
    display: block;
    border-top:1px solid #666060;  
    border-bottom:1px solid #666060;
}

.innerpage-nav-section ul li a {
    color: #fff;
    padding: 10px 0px 10px 0px;
    font-family: 'Open Sans';
    font-weight: 200;
    text-decoration: none;
    /*border:1px solid #fff;*/
}


.innerpage-nav-section span {
    
    color: #f8ef00;
}



.homeShpmntInfoSec {
  display: none;
	background-color: #e4fbff;
  padding: 67px 15px 61px 15px;
}

/*=============================================================================================*/
/*=================================== Banner -2 ===============================================*/

.main-bnner-2 {
	background: url(../images/banner-2.jpg) center #333333;
	background-size:cover;
	position: relative;
	text-align: center;

	/*height: 300px;*/
}



.main-bnner-2 h2 {
	margin-top: 70px;
	color: #00157f;
	font-weight: 700;
}

.main-bnner-2 h5 {
	margin: 30px 0 30px 0;
	color: #00157f;
	font-weight: 100;
}

.main-bnner-2 p {
	margin-top: 50px;
	padding: 0px 180px 0px 180px;
	color: #505050;
	font-weight: 300;
	font-size: 18px;
}

.mini-keybord {
	position: absolute;
	top: 0%;
	left: 0%;
	/*border: 1px solid #222;*/
}

.mini-keybord img {
	margin: 0 auto;
}


/*================================================================================================*/
/*===============================  Banner-3  =====================================*/

.main-bnner-3 {
	/*background: url(../images/bann-3-back.png) center;*/
	background-size:cover;
	text-align: center;
	padding-bottom: 70px;
	/*height: 300px;*/
	/*border: 1px solid #1b46e7;*/
}

.main-bnner-3 h2 {
	margin-top: 40px;
	color: #00157f;
	font-weight: 700;
	/*border: 1px solid #222;*/
}

/* .bann-3-itm {
	border: 1px solid #1b46e7;
} */

.bann-3-itm ul {
	margin: 50px 0px 0px -35px;
	list-style: none;
	/*border: 1px solid #222;*/
}

.bann-3-itm h5 {
	margin: 10px 0;
	font-weight: 700;
	/*border: 1px solid #222;*/
}

.bann-3-itm h4 {
	color: #fff;
	padding: 5px 0;
	background: #00157f;
	border-radius: 10px;
	cursor: pointer;
}

.bann-3-itm p {
	font-size: 12px;
	color: #777;
	padding: 0 20px;
}

/* .carousel-testimonials {
	border: 1px solid #ee4949;
} */

/*=====================================   our service sec   ===============================================*/

/*.main-bnner-4 {
	background: url(../images/home-bg_copy.png) center;
	background-size:cover;
	border: 1px solid #1b46e7;
}*/

.our_service_sec {
	margin-top: 50px;
	font-family: 'robotoFamily', sans-serif;
	padding: 0;
}

.our_service_sec_title {
	margin-bottom: 40px;
	text-align: center!important;
}

.our_service_sec_title h2 {
    font-weight: 600;
    font-size: 34px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
}

.our_service_sec_title .border-title {
    position: relative;
    height: 2px;
    background-color: #f44647;
    width: 160px;
    display: inline-block;
    border-radius: 100%;
}

.our_service_sec_title .border-title:after {
    position: absolute;
    content: "";
    width: 110px;
    height: 1px;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -3px;
    background-color: #fff;
    opacity: 0.3;
}


.our_service_sec_content {
	
	margin-top: 0px;
	padding: 0;
	/*margin-left: 35px;*/
	/*background: #fff;*/
	text-align: left;
	/*border: 1px solid #fff;*/
}

.our_service_sec_item {
	margin-bottom: 30px;
	padding: 10px;
}

.our_service_sec_item_img {

	margin-bottom: 25px;

}

.our_service_sec_item .our_service_sec_item_img img {
	border-radius: 6px;
}


.our_service_sec_item .description {
	font-family: 'robotoLight';
	text-align: center;
	padding: 20px;
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 6px;
	position: relative;
	background-color: #202020;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.our_service_sec_item .description:before {
	width: 20px;
	position: absolute;
	content: "";
	height: 20px;
	margin: auto;
	left: 0px;
	right: 0px;
	top: -10px;
	z-index: -1;
	transform: rotate(45deg);
	background-color: rgba(255,255,255,0.3);
	margin: auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.our_service_sec_item h6 {
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	margin-bottom: 10px;
}

.our_service_sec_item p {
	font-family: 'robotoFamily';
	line-height: 24px;
    font-size: 14px;
    color: #6c757d;

} 

.our_service_sec_item:hover .description {
	border: 1px solid #f44647;
}

.our_service_sec_item:hover .description:before {
	background-color: #f44647;
}





.bnn-4-con h1 {
	margin-left: 20px;
	color: #00157f;
	font-weight: 700;
}

.bnn-4-con h4 {
	position: relative;
	margin-left: 20px;
	color: #777;
	font-size: 16px;
	font-weight: 500;
}

.bnn-4-con h4::after {
	position: absolute;
	left: 0px;
    top: 130%;
    width: 15%;
    /*height: 00%;*/
    content: "";
    border: 2px solid rgba(248,239,0,0.9);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
}

.bnn-4-con p {
	margin: 20px 0 0 20px;
	color: #373737;
	font-size: 18px;
	font-weight: 500;
}

.bnn-4-con {
	position: relative;
}

.fe-fa-arrow-circle-o-right:before {
	/*position: absolute;*/
 	 content: "\f18e";
 	 /*font-size: 16px;*/
 	 /*margin: 10px 0px 0 300px;*/
}

.fe-fa-arrow-circle-o-left:before {
	/*position: absolute;*/
  	content: "\f190";
  	/*font-size: 16px;*/
  	/*top: 300px;
  	left: 70%;*/
  	/*margin-right: 20px;*/
}



.fa-arrow-circle-o-left:before {
	position: absolute;
  	content: "\f190";
  	float: right;
}

.fe-controls {
	font-size: 36px;
	/*text-align: center;*/
	color: #777;
	float: right;
	margin: 20px 40px 0 0;
	/*border: 1px solid #222;*/
}


/*=============================   main-bnner-5  ========================================================*/

.main-bnner-5 {
	padding: 0px;	
	text-align: center;
	position: relative;
	/*border: 1px solid #3CE940;*/
}

.bann-5-sec-1 {
	background: url(../images/bann-5-bac.png) center;
	background-size:cover;
}

.main-bnner-5 .bann-5-jum h1 {
	margin-top: 20px;
	font-size: 250px;
	color: #f8ef00;
	/*border: 1px solid #222;*/
}

.main-bnner-5 h2 {
	margin-top: -45px;
	color: #f8ef00;
	padding-bottom: 120px;
}



.bann-5-des {

	position: absolute;
	width: auto;
	margin-left: -5px;
	text-align: center;
	color: #fff;
	top: 40%;
	/*border: 1px solid #222;*/
}

.bann-5-des p {
	font-size: 44px;
	font-weight: 700;
	letter-spacing: 3px;
}








/* .bann-5-jum {} */

.bann-5-sec-2 {
	/*position: absolute;
	top: 75%;*/
	margin-top: -70px;
	background: #fff;
	padding-top: 35px;
	box-shadow: 0px -5px 30px 0px #676565; 
	/*border: 1px solid #222;*/
}






.bann-5-sec-2 p {
	padding-top: 50px;
	color: #00157f;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	/*border: 1px solid #222;*/
}

.bann-5-sec-2 ul {
	list-style: none;
	/*border: 1px solid #f95b36;*/
}


.mmbr-lst-ul {
	margin: 40px 0 0 0px;
	/*border: 1px solid #222;*/
}

.bann-5-se-2-1 {
	position: relative;
	/*border: 1px solid #222;*/
	/*margin: 30px 0;*/
}



/* .mmber-lst {
	border: 1px solid #f8ef00;
} */

.mmber-lst img {
	border-radius: 100%;
}



.mem-fa-arrow-circle-o-left:before {
	position: absolute;
  	content: "\f190";
  	font-size: 24px;
  	bottom: 25%;
  	left: 2%;
}

.mem-fa-arrow-circle-o-right:before {
	position: absolute;
  	content: "\f18e";
  	font-size: 24px;
  	bottom: 25%;
  	right: 	0%;
}

.btn {
		width: 100%;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #838383;
    border-radius: 4px;
}

.dropdown-menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

/* .cnty-list-min {} */

.cnty-list-min h3 {
	color: #00157f;
	font-size: 22px;
	font-weight: 600;
}






.carousel-member-min {
	position: relative;
	margin-top: -160px;
	/*border: 1px solid #222;*/
}



.carousel-member-min .carousel-inner .item img {
	height: auto !important;
	/*width: 100% !important;*/
	border-radius: 100%;
	transition: all 0.6s ease-in-out;
}

.mem-min-fa-arrow-circle-left:before {
  	content: "\f0a8";
  	position: absolute;

  	top: 44%;
  	left: -15%;

  	font-size: 40px;
}

.mem-min-fa-arrow-circle-right:before {
	position: absolute;
  	content: "\f0a9";

  	top: 44%;
  	right: -15%;

  	font-size: 40px;
}

/* .feedbk_container {
	width: 100%;
	
    position: relative;
    border: 1px solid #222;
} */

.feedbk_column_gap {
	/*margin: 0px auto;*/
	display: flex;

    margin-right: auto;
    margin-left: auto;
    align-content: center; 
    align-items: center !important;
    /*border: 1px solid #fd2;*/
}


.elementor-element-populated {
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 7%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 15px 15px 15px 15px;
    --e-column-margin-right: 15px;
    --e-column-margin-left: 15px;
    padding: 3% 2% 4% 3%;
    border-radius: 20px 20px 20px 20px;
    /*border: 1px solid #222;*/
}

.feedbk_content {
	padding: 0;
	height: 40px;
	/*border: 1px solid #222;*/
}

.cus_feedback_hding {
	text-align: center;
	margin: 40px 0 60px 0;
}

.cus_feedback_hding h2 {
	font-size: 34px;
	font-weight: 600;
}

.feedbk_stars {
	font-size: 16px;
	color: #fa036b;
}

.feedbk_stars i {
	margin-right: 4px;
}

.client_fcbk_img_container {
	margin-top: 25px;
	padding: 0;
}

.client_fcbk_img {
	padding: 0;
	vertical-align: middle;
	/*border: 1px solid #222;*/
} 


.client_fcbk_img img {
	width: 60px;
	height: 60px;
	border-radius: 50px;
}

.client_fcbk_name {
	text-align: left;
	color: #54595F;
	margin-top: 10px;
	font-weight: bold;
	line-height: 1.5;
	    display: table-cell;
    vertical-align: middle;

	/*border: 1px solid #222;*/
}



/*===========================================================================================*/

.main-banner-6 {
	background: url(../images/bnnr-6.png) center;
	background-size:cover;
	padding-top: 40px;
	padding-bottom: 35px;
	/*border: 3px solid #222;*/
}

.main-banner-6 h1 {
	text-align: center;
	color: #fff;
	font-size: 44px;
	letter-spacing: 4px;
}

.main-banner-6 h2 {
	text-align: center;
	margin-top: 50px;
	color: #fff;
}

.earn h1{
	font-size: 48px;
	color: #FEB84C;
	letter-spacing: 5px;
	/*border: 3px solid #fff;*/
}

/*.main-banner-6 p {
	color: #ccc;
	font-size: 16px;
	margin: 0 0 0 150px;
}*/

/* .main-banner-6 p::before {
	content: url(../images/dollerico.png);
	content: "*";
} */

.main-banner-6 ul {
	list-style: none;
	margin: 20px 0;
	color: #ccc;
	font-size: 16px;
	padding: 0 120px 0 160px;
	/*border: 3px solid #fff;*/
}

.main-banner-6 ul li {
	padding: 10px 0 5px 0;
}

.main-banner-6 h3 {
	color: #fff;
	text-align: center;
	/*border: 3px solid #fff;*/
}

.main-banner-6 h3 a {
	color: #FEB84C;
	
}






/*============================================================================================*/

.main-banner-7 {
	margin: 0 0 0 0px;
	padding-top: 40px;
	padding-bottom: 40px;
	/*border: 1px solid #222;*/
}

.ad1 {
	background: #00C0F0;
	height: 125px;
	margin-right: 40px;
	margin-left: 85px;
	/*border: 1px solid #222;*/
}





.ad2 {
	background: #00C0F0;
	height: 125px;
	margin-right: 40px;
	margin-left: 0px;
	/*border: 1px solid #222;*/
}
.ad3 {
	background: #00C0F0;
	height: 125px;
	margin-right: 0px;
	margin-left: 0px;
	/*border: 1px solid #222;*/
}


.mobi-add-2 {
	background: #00C0F0;
	text-align: center;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* .bx-1 {

	border: 1px solid #222;
} */

.bx-1 h3 {
	color: #fff;
	text-align: center;
	margin-top: 50px;
}

/*@media only screen and (min-width: 768px) {
	.mobi-add {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.bx-1 {
		display: none;
	}
}

.mobi-add {
	border: 1px solid #222;
}*/

.mobi-add {
	margin-top: 0px;	
	padding-top: 20px;
	/*border: 1px solid #222;*/
}

.carousel-add {
	position: relative;
	/*border: 1px solid #3CE940;*/
}

.ad-fa-arrow-circle-right:before {
	position: absolute;
 	content: "\f0a9";
 	bottom: -60%;
 	right: -5%;
}

.ad-fa-arrow-circle-left:before {
	position: absolute;
    content: "\f0a8";
    bottom: -50%;
    left: -5%;
}

.carousel-add .carousel-inner .item .ad1 h3 {
	color: #fff;
	text-align: center;
	margin-top: 40px;
}

/*====================================================================================================*/

.main_about {
	background: url(../images/Fotor_AI_2.jpg);
	background-repeat: no-repeat;
  	background-attachment: fixed;
  	/*background-position: center;*/
  	background-size: cover;
  	/*background-color: rgba(244,70,71,0.75);*/
	/*background-size:cover;*/
	height: 550px;
	padding-top: 60px;
	padding-bottom: 50px;
}

.main_about_title {
	text-align: center;
}

.main_about h2 {
	color: #fff;
	font-size: 34px;
	font-weight: 600;
	text-align: center;
	text-shadow: 2px 2px 4px #000000;
	/*box-shadow: 10px -5px 30px 0px #676565;*/
}

.main_about_title .border-title {
    position: relative;
    height: 2px;
    background-color: #f44647;
    width: 160px;
    display: inline-block;
    border-radius: 100%;
}

.main_about_title .border-title:after {
    position: absolute;
    content: "";
    width: 110px;
    height: 1px;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -3px;
    background-color: #fff;
    opacity: 0.3;
}


.main_about .earnin h1 {
	color: #FEB84C;
	text-align: center;
	margin-top: -10px;
	/*border: 1px solid #222;*/
}

/*.main_about_dis h3 {
	font-family: 'robotoFamily';
	line-height: 34px;
	color: #fff;
	text-align: center;
}*/

/*.main_about_dis h3 {
	color: #fff;
	text-align: center;
	font-size: 21px;
}*/


.about_about {
	/*background: url(../images/Fotor_AI_2.jpg);*/
	/*background-repeat: no-repeat;*/
  	/*background-attachment: fixed;*/
  	/*background-position: center;*/
  	/*background-size: cover;*/
  	margin-bottom: 60px;
  	background-color: #fff;
	/*background-size:cover;*/
	/*height: 550px;*/
	padding-top: 60px;
	padding-bottom: 50px;
	background-color: #e4e5e6;
}

.about_about_dis h3 {
	color: #555454;
	text-align: center;
	font-size: 21px;
	line-height: 30px;
}

.about_bann_titl {
	/*position: relative;*/
	text-align: center;
	font-weight: 400;
    font-size: 36px;
    color: #fff;
    margin-top: 90px;
    line-height: 24px;
}

.about_bann_titl h2 span {
	position: relative;
}

.about_bann_titl h2 span:before {
	position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #f44647;
    top: 50%;
    right: -35px;
    transform: translateY(-50%);
}

.about_bann_titl h2 span:after {
	position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #f44647;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
}

.main_about_read_btn {
	margin-top: 60px;
	text-align: center;
}

.main_about_read_btn a {
	text-decoration: none;
}

.main_about_read_btn a:hover {
	color: #c52d2e;
}


.btn-style-3 {
	color: #f44647;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    font-size: 14px;
    letter-spacing: 1px;
    padding-bottom: 4px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}




/*===========================================================================================*/

.main-banner-9 {
	padding-top: 30px;
	padding-bottom: 50px;
}

.main-banner-9 .vedio-sec {
	padding: 30px 20px 0 40px;
}

.main-banner-9 .vedio-des h3 {
	color: #777;
	margin-top: 40px;
}

.main-banner-9 .vedio-des p {
	color: #777;
	font-size: 16px;
	padding: 20px 50px 0 0;
}

.main-banner-9 .vedio-sec .embed-responsive {
	/*border: 1px solid #222;*/
	box-shadow: 10px -5px 30px 0px #676565;
}



/*===========================================================================================*/

.main-banner-10 {
	margin-top: 65px;
	margin-bottom: 80px;
	/*border: 1px solid #222;*/
}

.main-banner-10 h2 {
	color: #00157F;
	padding-bottom: 30px;
	font-weight: 700;
	text-align: center;
}

.main-banner-10 ul {
	list-style: none;
	display: inline;
}

/* .patnr-lst {
	width: 100%;
	margin: 0px;
	border: 1px solid #222;
} */

/* .main-banner-10 ul {} */

.main-banner-10 ul li {
	margin-left: 3%;
	/*border: 1px solid #222;*/
}

/* .main-banner-10 ul li img {
	text-align: right;
	margin-left: 10%;
	border: 1px solid #646464;
} */



/* .partnr-mobi {
	border: 1px solid #222;
} */

.partnr-mobi .carousel-patnr-min .carousel-inner .item img {
	/*margin: auto !important;*/
	margin: 0 0 0 100px;
	height: 80px;
	/*border: 1px solid #f8ef00;*/

}



.carousel-patnr-min {
	position: relative;
}

.part-fa-arrow-circle-o-left:before {
	position: absolute;
  	content: "\f190";
  	top: 40%;
  	left: 5%;
  	font-size: 26px;
}

.part-fa-arrow-circle-o-right:before {
	position: absolute;
  	content: "\f18e";
  	top: 40%;
  	right: 5%;
  	font-size: 26px;
}

.partnr-mobi .carousel-tes-min .carousel-inner .item p {
	position: relative;
	text-align: center;
	margin-bottom: 35px;
	font-size: 16px;
	color: #777;

	/*border: 1px solid #222;*/
}

.partnr-mobi .carousel-tes-min .carousel-inner .item p::after {
	position: absolute;
	margin-top: 10px;
	left: 45.5%;
    top: 112%;
    width: 10%;
    /*height: 00%;*/
    content: "";
    border: 2px solid rgba(248,239,0,0.9);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
}

.partnr-mobi .carousel-tes-min .carousel-inner .item h5 {
	color: #777;
	text-align: center;
	/*margin: 20px 0 0 -20px;*/
}

.tes-slide h1 {
	color: #00157F;
	text-align: center;
	font-weight: 700;
	padding-bottom: 30px;	
}

.brands_container ul {
	margin-bottom: 100px;
}




/*==================================================================================================*/


.main-banner-11 {
	/*background: url(../images/footr.png) center fixed;*/
	/*background-size:cover;*/
	position: relative;
	/*height: 300px;*/
	padding: 0;
	background-color: #202020;
	/*border: 1px solid #222;*/
}

.social-ul {
	/*border: 1px solid #fff;*/
	color: #59B6D5;
	margin-top: 30px;	
	text-align: center;
}

.social-ul li {
	padding: 0 20px 0 40px;
	cursor: pointer;
}

.footer_contant {
	margin-top: 60px;
	padding: 0;
	/*border: 1px solid #fff;*/
}

.ftr_cntnt_map {
	padding: 0;

	/*border: 1px solid #fff;*/
} 

.ftr_cntnt_map iframe {
	margin-bottom: 30px;
	padding: 0;
	/*width: 730px;*/
	width: 100%;
	height: 315px;
	border-radius: 6px;
    overflow: hidden;
}

.ftr_cntnt_contact {
	margin-bottom: 30px;
}

.ftr_cntnt_contact_box {
	font-family: 'OpenSansRegular';
	border: 2px solid #303030;
    /*padding: 40px;*/
    border-radius: 6px;
}

/*.ftr_cntnt_contact_box h3 {
	font-family: 'robotoFamily';
	margin-bottom: 20px;
	color: #fff;
	font-size: 26px;
    font-weight: 700;
}*/

.ftr_cntnt_contact_box ul {
	margin: 0px;
    padding: 0px;
    list-style: none;
    color: #fff;
    font-family: 'OpenSansRegular';
    line-height: 30px;
}

.ftr_cntnt_contact_box ul li i {
	margin-right: 10px;
	font-size: 16px;
	/*font-family: 'robotoFamily';*/
}

.ftr_cntnt_contact_box ul li a {
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
}

.ftr_social {
	margin-top: 30px;
	padding: 0;
}

.ftr_social ul li {
	cursor: pointer;
	color: #f30b0d;
	padding-right: 50px
}

.ftr_social ul li i {
	font-size: 26px;
}

.foot-li-1 ul {
	list-style: none;
	padding-top: 40px !important;
	text-align: center;
}

.foot-li-1 {
	color: #fff;
	padding-bottom: 30px;
	position: absolute;
	font-size: 16px;
	font-weight: 500;
	top: 50%;
	left: 0%;
}





.foot-li-1 ul li {
	display: inline;
	padding: 0px 10px;
	cursor: pointer;
}

#fot-li-1 {
	border-right: 1px solid #fff;
}
#fot-li-2 {
	border-right: 1px solid #fff;
}
/*#fot-li-3 {
	border-right: 1px solid #fff;
}*/

.foot-policy {
	position: absolute;
	bottom: 15%;
	left: 0%;
	/*border: 1px solid #222;*/
	text-align: center;
}

.foot-policy ul {
	list-style: none;
	color: #fff;
	font-size: 12px;
}

.foot-policy ul li {
	display: inline;
	cursor: pointer;
	padding: 0 10px;
}

#fot-policy-li-1{
	border-right: 1px solid #fff;
}

.main-banner-11 .sm-ftr {
	padding: 0px;
	position: relative;
	color: #898686;
	/*border: 1px solid #222;*/
}
.main-banner-11 .right {
	position: absolute;
	top: 200px;
	/*padding: 5px 0 5px 50px;
	background: #1D325F;*/
}

.wiscom {
	position: absolute;
	width: 30%;
	right: -15px;
	top: 200px;
	/*border: 1px solid #fff;*/
}

/* .bot-row {
	border: 1px solid #fff;
} */

.ftr_btm_line {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	color: #9d9d9d;
	background-color: #0e0e0e;
	/*border: 1px solid #fff;*/
}

.ftr_btm_line_content {
	padding: 0;
	/*border: 1px solid #f44647;*/
}

/*.ftr_btm_line_mihi_name {
	font-family: 'robotoFamily';
	
	text-align: left;
}

.ftr_btm_line_gloview {
	font-family: 'robotoFamily';
	
	text-align: right;
}*/




/*=========================================================================================*/
/*================================= Media =============================================*/
/*=========================================================================================*/

.mainNav2 {
	/* position: fixed; */
	/* z-index: 1; */
	padding: 0 0 40px 40px;
	height: 100px;
	background-color: #202020;
	/* border: 1px solid #222222; */
}

.nav_2_sec_dv ul {
	display: inline-flex;
	list-style: none;
}

.nav_2_sec_dv ul li {
	padding: 35px;
	/* border: 1px solid #222222; */
}

.nav_2_sec_dv ul li a {
	color: #fff;
	text-decoration: none;
	transition: all 0.25s ease-in-out;
}

.nav_2_sec_dv ul li a:hover {
	color: #ece90a;
}

.shipmentsUpload {
	/* padding: 0; */
	height: 100vh;
	/* background-color: #e8e8e6; */
}

.shipmentsUploadFrmSec {
	margin-top: 30px;
  margin-bottom: 20px;
	padding: 10px 0px 50px 20px;
	color: #f5f3f3;
	/* height: 196px; */
  /* border: 1px solid #f8ef00; */
  /* background-color: #fff; */
	/* border-radius: 4px; */
	box-shadow: 2px 7px 20px 2px rgba(0, 0, 0, 0.5);
}

.shipmentsUploadFrmSec h3 {
	margin-bottom: 50px;
}

.sucsecc_txt {
	color: #2c2d2d;
	background-color: #5ba66d;
}

.fail_txt {
	color: #b33f34;
	background-color: #f2dede;
	/* color: #dd1c09;; */
}

.form-control-dta-upld {
  display: block;
  /* margin: 0 0 0 45px; */
  /* width: 100%; */
  /* height: 30px; */
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #1b1414;
  background-color: #fcfcfc;
  opacity: 0.65;
  background-image: none;
  border: 1px solid #78d904;
  border-radius: 4px;
  z-index: 99999 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.form-control-dta-upld:focus {
  border-color: 2px solid #fff707 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(235, 227, 21, 0.6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(212, 206, 14, 0.6);
}
.form-control-dta-upld::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control-dta-upld:-ms-input-placeholder {
  color: #999;
}
.form-control-dta-upld::-webkit-input-placeholder {
  color: #999;
}

.upld_sbmt_btn {
	margin-top: 22px;
  background-color: #eee500;
  border: none;
	color: #443b3b;
	font-weight: 600;
  border-radius: 4px;
  padding: 5px 5px 5px 5px;
}

.upld_sbmt_btn:hover {
	cursor: pointer;
	background-color: #b6b009;
}

.mainHdrSec {
	position: relative;
}

.displyTrkngDataSec {
	position: absolute;
  top: 19%;
	height: 200px;
	border: 1px solid #00C0F0;
}


.form-control-serch {
  display: block;
  margin: 0 0 0 45px;
  width: 70%;
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  background-color: #5d646d;
  opacity: 0.65;
  background-image: none;
  border: 0px solid #fff;
  border-radius: 4px;
  z-index: 99999 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-serch:focus {
  border-color: 1px solid #f8ef00 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(248, 239, 0, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(248, 239, 0, .6);
}
.form-control-serch::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control-serch:-ms-input-placeholder {
  color: #999;
}
.form-control-serch::-webkit-input-placeholder {
  color: #999;
}

.packageSerckSec {
	background-color: rgb(68, 68, 68);
  padding: 17px 0 37px 0;
  color: #ddd;
}


.tknPgeTrkNmbinputLbl {
  margin: 0 0 20px 0;
  padding: 0;
	text-align: left;
  font-size: 16px;
	font-weight: 50;
}

.trkn_fnd_btn {
	margin: 0px 0 0 25px;
  background-color: #f9f500;
  border: 1px solid #f9f500;
  padding: 6px 6px 5px 6px;
  border-radius: 4px;
	color: #333;
	transition: all 0.3s ease-in-out;
}

.trkn_fnd_btn:hover {
	/* color: #c2c1c1; */
	background-color: #eeea09;
}

.shpmntInfoSec {
	display: none;
	margin: 40px 0 0 0;
	padding: 10px 0 51px 0;
	/* background-color: #efe;
	box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.25); */
}

.serchPackageCusInfo {
	/* padding: 0; */
	background-color: #efe;
	box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.25);
}

.locationIndicatrDsplyNon {
	display: none;
}


.packageLocationIndicateSec {
	margin-top: 13px;
	border-left: 1px solid #aaa;
	background-color: #efe;
	box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.25);
	/* border: 1px solid #0b9527; */
}

/* .packageLocationIndicateSec .location_txt {
	margin: 0px 0 0 0;
} */

.packageLocationIndicateSec .location_txt {
	display: none;
}

.packageLocationIndicateSec .location_txt i {
	color: #0b9527;
	font-size: 24px;
}

.packageLocationIndicateSec .leftBorderBtwenIcons {
	/* display: none; */
	height: 40px;
  /* border-left: 3px solid #0b9527; */
  /* display: inline-block; */
  margin: -2px 0 -7.5px 8.5px;
}

.shpmntInfoDetalSec {
	padding: 0;
  margin: 25px 0 0 0;
}

.shpmntInfoDetalLi {
	padding: 0;	
}

.shpmntInfoDetalLiH4 {
	padding: 0;
}

.shpmntInfoDetalLiH4 span {
	padding: 0;
}

.shpmntInfoNumRsltSec {
	display: none;
}

.showShpmntInfoNumRsltSec {
	display: block;
}

.shpmntOwnerGreetnMsg {
	margin-bottom: 35px;
	color: #0b9527;
}

/* .border */

.dark_theame {
	background-color: rgb(52, 53, 65);
  padding: 0;
}

/* .app_main_side_nav .company_name_sec {
	padding-left: 15px;
	color: #ebe8e8;
} */

.content_right{
	padding: 0;
	float: right;
}

.AppSiteNav {
	position: fixed;
	z-index: 4;
	padding: 0 0 40px 40px;
	height: 100px;
	background-color: #202020;
}

.sidenavAreaSelect {
	color: rgb(16, 162, 126);
}

.form_input_control {
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: rgb(43, 44, 48);
  background-image: none;
  border: 1px solid rgb(16, 162, 126);
  border-radius: 4px;
}

.login_pg_main_content {
	display: flex;
  justify-content: center;
  align-items: center;
}

.login_pg_main_content .login_form_sec {
  padding: 50px 0 0 0;
}

.login_pg_main_content .login_form_sec .login_form {
  padding: 0;
}

.login_pg_main_content .login_form_sec .login_form .login_logo_sec {
  padding: 0;
}








