@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@400;500;600;700;800&display=swap');

.algn_center{
	display: flex;
    justify-content: center;
    align-items: center;
}

.algn_right{
	display: flex;
    justify-content: flex-end;
    align-items: center;
}

.head_section{
	padding: 10px 0px 12px 0px;
	/*box-shadow: -3px 3px 2px #000000;*/
}

.header_img img{
	width: 45%;
}

.header-upper{
	display: flex;
}

.mob_banner{
	display: none;
}

.header-upper .head_menu a{
	color: #213D78;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 600;
	text-decoration: none;
	padding: 0px 30px;
    text-transform: uppercase;
    font-size: 15px;
    transition: 0.3s;
}

.navbar-header{
	display: none;
}

.header-upper .head_menu a:hover{
	color: #CD5134;
}

.current{ color: #CD5134 !important; }

.btn_btn button{
	font-family: 'Libre Franklin', sans-serif;
	color: white;
    background: #213D78;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    width: 140px;
    text-transform: uppercase;
}

.btn_btn button:hover{
	font-family: 'Libre Franklin', sans-serif;
	color: white;
    background: #CD5134;
}

.btn_btn img{
	width: 15px;
	margin-right: 8px;
}

.header_call a{
	color: #CD5134;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 700;
    text-decoration: none;
    font-size: 21px;
}

.header_call img{
	width: 12%;
    margin-right: 13px;
    margin-bottom: 3px;
}

.pt-40{ padding-top: 40px; }
.pt-50{ padding-top: 50px; }
.pt-60{ padding-top: 60px; }
.pt-100{ padding-top: 100px; }
.pt-150{ padding-top: 150px; }
.pb-30{ padding-bottom: 30px; }
.pb-40{ padding-bottom: 40px; }
.pb-80{ padding-bottom: 80px; }
.pb-100{ padding-bottom: 100px; }
.mt-10{ margin-top: 10px; }
.mt-20{ margin-top: 20px; }
.mt-40{ margin-top: 40px; }
.mt-50{ margin-top: 50px; }
.mt-150{ margin-top: 150px; }
.mb-0{ margin-bottom: 0px; }
.mb-40{ margin-bottom: 40px; }
.mb-60{ margin-bottom: 60px; }
.mb-80{ margin-bottom: 80px; }
.mr-15{ margin-right: 15px; }
.ml-15{ margin-left: 15px; }
.ml-25{ margin-left: 25px; }
.text-justify{ text-align: justify; }

.set_padd{
	padding-top: 60px;
}

.home_h3{
	color: #213D78;
    text-transform: uppercase;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 28px;
}

.home_p{
	font-family: 'Libre Franklin', sans-serif;
    color: #3a3a3a;
    margin: 30px 0px 0px 0px !important;
    font-size: 14px;
}

.head_line{
	width: 12% !important;
	margin-top: 12px !important;
	color: #CD5134;
	margin: auto;
	opacity: 1;
	border-top: 4px solid #CD5134;
}

.bg_grey{ background: #F8FAFF; border: 1px solid #F8FAFF; border-radius: 0px 0px 30px 30px; }

.slide_sec{
	background: #edf1f8;
	border: 9px solid #F8FAFF;
	border-radius: 20px;
	padding: 8px 0px !important;
}

.slide_sec img{
	margin: 0 auto;
}

.slide_sec h4{
	font-family: 'Libre Franklin', sans-serif;
    color: #213D78;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 18px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

/* Important styles */
#toggle {
  display: block;
  width: 28px;
  height: 30px;
  margin: 40px 60px 10px 20px;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #888;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}
.res_menu{ display: none; }

#menu {
  position: relative;
  color: #999;
  width: 200px;
  padding: 10px;
  margin: auto;
  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  text-align: center;
  border-radius: 4px;
  background: white;
  box-shadow: 0 1px 8px rgba(0,0,0,0.05);
  /* just for this demo */
 /* opacity: 0;
  visibility: hidden;*/
  display: none;
  transition: opacity .4s;
}
#menu:after {
  position: absolute;
  top: -15px;
  left: 95px;
  content: "";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid white;
}

.about_img img{
    border: 1px solid transparent;
    border-radius: 25px;
    width: 90%;
}

.about_content h1{
	font-family: 'Libre Franklin', sans-serif;
    text-transform: uppercase;
    margin: 0;
    font-size: 30px;
    color: #213D78;
    font-weight: 600;
    border-left: 4px solid #CD5134;
    padding-left: 17px;
    margin-top: 30px;
}

.about_img_sec img{
	margin-right: 12px;
	width: 20%;
}

.about_img_sec p{
	font-family: 'Libre Franklin', sans-serif;
	margin: 0;
	font-size: 18px;
	color: #707070;
}

.set_bg{
	background: url('../image/sun_bg.png');
  background-repeat: no-repeat;
  background-position-x: 60px;
  background-position-y: 35px;
}

.set_my_bg{
	background: url('../image/set_my_bg.png');
	background-repeat: no-repeat;
    background-size: cover;
    height: 413px !important;
    justify-content: center;
}

.set_my_bg h1{
	font-family: 'Libre Franklin', sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.btn_btn_org button{
	font-family: 'Libre Franklin', sans-serif;
	color: white;
    background: #CD5134;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 6px 18px;
}

.btn_btn_org button:hover{
	font-family: 'Libre Franklin', sans-serif;
	color: white;
    background: #213D78;
}

.btn_btn_org img{
	width: 15px;
	margin-right: 8px;
}

.set_bg_grey{ 
	background: #F8FAFF;
	border: 1px solid #F8FAFF;
	border-radius: 30px 0px 0px 30px;
	margin: 0 0 0 auto !important;
  max-width: 1780px !important;
  /*float: right;*/
  padding: 100px 0px 0px 0px;
}

.set_bg_grey1{ 
	background: #F8FAFF;
	border: 1px solid #F8FAFF;
	border-radius: 30px 0px 0px 30px;
	margin: 0 0 0 auto !important;
  max-width: 1780px !important;
  /*float: right;*/
  padding: 80px 0px 80px 0px;
}

.set_services{
	justify-content: center;
	text-align: left;
  background: #EDF1F8;
  margin: 40px auto 0px auto !important;
  padding: 40px 0px;
  width: 80%;
  border: 1px solid transparent;
  border-radius: 18px 18px 0px 0px;
}

.set_services img{
	width: 100%;	
}

.bg_white{
	background: white;
	padding: 20px 25px 20px 25px;
	border: 1px solid transparent;
	border-radius: 0px 0px 14px 14px;
  height: 237px;
}

.wholesale_head h2{
	font-family: 'Libre Franklin', sans-serif;
  color: #213D78;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
}

.wholesale_head h2::after{
	content: "";
	width: 11%;
	height: 38px;
	background: url("../image/icon1.png") no-repeat;
	background-size: cover;
	position: absolute;
  left: 82%;
  margin-top: -5px;
}

.wholesale_head p{
	font-family: 'Libre Franklin', sans-serif;
	margin-top: 25px;
  margin-bottom: 0px;
  color: #707070;
  font-size: 14px;
  text-align: justify;
}

.freight_head h2{
	font-family: 'Libre Franklin', sans-serif;
  color: #213D78;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
}

.freight_head h2::after{
	content: "";
	width: 15%;
	height: 38px;
	background: url("../image/icon2.png") no-repeat;
	background-size: cover;
	position: absolute;
  left: 78%;
  margin-top: -5px;
}

.freight_head p{
	font-family: 'Libre Franklin', sans-serif;
	margin-top: 25px;
  margin-bottom: 0px;
  color: #707070;
  font-size: 14px;
  text-align: justify;
}

.stc_head h2{
	font-family: 'Libre Franklin', sans-serif;
    color: #213D78;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
}

.stc_head h2::after{
	content: "";
	width: 13%;
	height: 38px;
	background: url("../image/icon3.png") no-repeat;
	background-size: cover;
	position: absolute;
  left: 80%;
  margin-top: -5px;
}

.stc_head p{
	font-family: 'Libre Franklin', sans-serif;
	margin-top: 25px;
  margin-bottom: 0px;
  color: #707070;
  font-size: 14px;
  text-align: justify;
}

.footer_sec{
  background: #F8FAFF;
}

.footer_logo img{
  width: 50%;
}

.footer_head{
  font-family: 'Libre Franklin', sans-serif;
  color: #CD5134;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 600;
}

.footer_menu{
  font-family: 'Libre Franklin', sans-serif;
  list-style: none;
  padding: 0;
  line-height: 35px;
  font-weight: 500;
  font-size: 17px;
}

.footer_menu a{
  color: #707070;
}

.footer_menu a:hover{
  color: #707070;
  text-decoration: none;
}

.footer_set_icon{
  display: flex;
}

.fott_num{
  font-family: 'Libre Franklin', sans-serif;
  list-style: none;
  padding: 0;
  font-weight: 500;
  font-size: 17px;
  color: #707070;
}

.copyright{
  font-family: 'Libre Franklin', sans-serif;
  color: #707070;
  margin: 0;
  font-weight: 500;
}

.social_icon{
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}

.social_icon li{
  margin-left: 20px;
}

.social_icon li img{
  width: 90%;
}

.ver_middle{
  display: flex;
  align-items: center;
}

/*.tnc-banner{
  background: url('../image/web-banner.jpg');
  background-repeat: no-repeat;
  height: 390px;
  background-size: cover;
}*/

.cws-content, .cws-column {
    position: relative;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

/*Google Recaptcha CSS*/
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 0px !important;
  bottom: 30px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}
/*Google Recaptcha CSS*/