/*==================================
* Author        : "ThemeSine"
* Template Name : Listrace  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Roboto', sans-serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Header-top
3.  Top-area
4.  Welcome-hero
5.  List-topics
6.  Works  
7.  Explore
8.  Reviews
9.  Counter
10. Blog
11. Subscribe
12. Footer
==========================================*/

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family: "Poppins", sans-serif;
	text-transform:initial;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
}

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: #343a3f;
	font-size:16px;
	padding:0;
    font-weight: 500;
    //text-transform: capitalize;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color:#343a3f;
    font-size: 18px;
    font-weight: 300;
}
.h4 {
	font-size: 22px;
	line-height: 1.3;
}
.h4 a {
	font-size: inherit;
	color: #183f71;
}
p {
	margin: 0;
	color:#767f86;
	font-size:14px;
    line-height: 1.8;
    text-transform: initial;
}
img{border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
	
}
select,input,textarea,button{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;font-size: 12px;}

html,body{height: 100%;}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}

/* section-header */
.section-header{
    position: relative;
    text-align: center;
}
.section-header h2{
    color: #505866;
    font-size:24px;
    font-weight: 400;
}
.section-header h2 span{text-transform: lowercase;}
.section-header p{
    font-size:16px;
    font-weight: 200;
}

.section{
    padding:70px 30px;
}

.section .box-border {
	padding: 60px 70px;
	border-top:2px solid #000;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0 0px 10px rgba(71,71,71,.2);
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}
.section .box-border-all {
	padding: 60px 70px;
	border-radius: 10px;
	box-shadow: 0 0px 10px rgba(71,71,71,.2);
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}
.section .box-border-no-top {
	padding: 0 0 30px 0;
	box-shadow: 0 20px 10px rgba(71,71,71,.2);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}

.section .box-border-top {	
	box-shadow: 0 10px 10px rgba(71,71,71,.1);
}

.box-shadow {
	box-shadow: 0 0px 10px rgba(71,71,71,.2);
	}

.section .section-header h3{
    color: #505866;
    font-size: 30px;
    font-weight: 300;
    text-align: left;
    line-height: 45PX;
}

.section-header h4{
    color: #505866;
    font-size:22px;
    font-weight: 500;
    line-height:0;
}

.section.bg-white, .section .bg-white { background: #ffffff; }
.section.bg-grey, .section .bg-grey { background: #f8faff; }
.section.bg-blue, .section .bg-blue { background: #ceebed; }
.section.bg-darkblue, .section .bg-darkblue { background: #183f71; }

.section .txt-white, .section h3.txt-white { color: #fff; }
.section p a { color: #fff;text-decoration: underline; }

.section .section-header h2{
    color: #505866;
    font-size:30px;
    font-weight: 400;
    //margin-left: -16px;
}
.section .section-header h2 small{
    font-weight: 300;
}
.section .center, .section .section-header .center {
    text-align: center;
}
.section .left, .section .section-header .left {
    text-align: left;
}
.section .section-header h2 span{
	color: #183f71;
	text-decoration: underline;
	text-decoration-color: orange;
	text-decoration-thickness: 1.2px;
	text-underline-offset: 2px;
}

.section .section-header h2 span.cursor::after {
  content:'|';
  display:inline-block;
  margin-left:3px;
  animation-name:blink;
  animation-duration:1s;
  animation-iteration-count: infinite;
  }
@keyframes blink {
  0% {
	opacity:1;
  }
  49% {
	opacity:1;
  }
  50% {
	opacity:0;
  }
  100% {
	opacity:0;
  }
}
.section .section-header p{
    font-size:16px;
}

.section-content{margin-top: 28px;}
.section-content .center{margin: 0 auto;}

.section-content .circle-img {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	margin-top: 58px; 
	margin-bottom: 40px; 
	background-image: url('../images/severine_02d037c0fae2218d6294_c63659d138.jpeg');
	background-size: cover;
	background-position: center center;
	display: block;
	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%;
	border-radius: 50%;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}

.section-content h2{
    color: #183f71;
    font-size:35px;
    font-weight: 400;
    //margin-left: -16px;
}

.section-content p{
    font-size:17px;
    font-weight: 300;
}

.section-content p a{
    color: #183f71;
}
.section-content p a.text-phone{
    color: #5ce65c;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
.section-content p a.text-email{
	font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

.section-content p svg{
    width: 18px;
    margin: 0 5px 0 10px;
    margin-bottom: -4px;
}

.section-content ul{
	font-size:18px;
    font-weight: 300;
    margin: 20px 50px;
}

.section-content ul li{
	color:#767f86;
	line-height: 1.8;
    list-style: circle;
    list-style-position: outside;
}

.section-content ul.disc li{
	color:#767f86;
	line-height: 1.8;
    list-style: disc;
    list-style-position: outside;
}

.section-content img{
    width: 120px;
    margin : 0 5px;
}

.section-content p.paragraph {
    margin-bottom: 20px;
}

.section-content form .form-group > label {
    font-weight: 400;
    font-size: 16px;
}
.section-content form .form-group .form-control {
    font-weight: 200;
    font-size: 14px;
}
.section-content form .form-group .form-button {
    margin-top: 40px;
    display: block;
    padding: 10px 25px;
    font-size: 18px;
    background: #183f71;
    color: #fff;
    border: 0px;
    border-radius: 6px;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}

.section-content form .form-group .form-button:hover {background: #fff;color: #183f71;}

.section .box-image-align {
	float: right;
}
.section .box-image-margin-bottom {
	margin-bottom: 30px;
}

.section .box-image-radius {
	border-radius: 20px;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}

.section .box-image-bg-1 {
	height: 430px;
	background:url(../images/masonry_4.d5c793eec449cd1c3f6d.jpg)no-repeat;
    background-position:center;
    background-size:cover;
}
.section .box-image-bg-2 {
	height: 430px;
	background:url(../images/masonry_5.4bfffeca4e762ad2dd4a.jpg)no-repeat;
    background-position:center;
    background-size:cover;
}
.section .box-image-bg-3 {
	width: 370px;
	height: 430px;
	background:url(../images/masonry_2.50207d443aca3e539ce6.jpg)no-repeat;
    background-position:center;
    background-size:cover;
}
.section .box-image-bg-4 {
	width: 370px;
	height: 430px;
	background:url(../images/masonry_1.14ae267a9fb383a7f18f.jpg)no-repeat;
    background-position:center;
    background-size:cover;
}
.section .box-image-bg-5 {
	width: 370px;
	height: 430px;
	background:url(../images/masonry_3.7059c36df9b165a15d50.jpg)no-repeat;
    background-position:center;
    background-size:cover;
}
.section .box-image-bg-6 {
	width: 370px;
	height: 430px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	background:url(../images/barge.4058a99360f554b537b4.jpeg)no-repeat;
    background-position:top;
    background-size: auto 360px;
    position: relative;
}
.section .box-image-bg-7 {
	width: 370px;
	height: 430px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	background:url(../images/pipes.b2588bf117ecb101ddcf.jpeg)no-repeat;
    background-position:top;
    background-size: auto 360px;
    position: relative;
}
.section .box-image-bg-8 {
	width: 370px;
	height: 430px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	background:url(../images/bunker_by_road.d059233bc48b819cde20.jpeg)no-repeat;
    background-position:top;
    background-size: auto 360px;
    position: relative;
}
.section .box-image-bg-9 {
	width: 370px;
	height: 430px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	background:url(../images/SIR.27dead7a68298b572345.jpeg)no-repeat;
    background-position:top;
    background-size: auto 360px;
    position: relative;
}
.section .box-image-bg-10 {
	width: 370px;
	height: 430px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	background:url(../images/SONARA.bf523951d223b43bc81a.jpeg)no-repeat;
    background-position:top;
    background-size: auto 360px;
    position: relative;
}
.section .box-image-bg-11 {
	width: 370px;
	height: 430px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	background:url(../images/SAR.03275cfbb11589aec394.jpeg)no-repeat;
    background-position:top;
    background-size: auto 360px;
    position: relative;
}

.section .box-image-bg-1:hover, .section .box-image-bg-2:hover, .section .box-image-bg-3:hover, .section .box-image-bg-4:hover, .section .box-image-bg-5:hover, .section .box-image-bg-6:hover, .section .box-image-bg-7:hover, .section .box-image-bg-8:hover, .section .box-image-bg-9:hover, .section .box-image-bg-10:hover, .section .box-image-bg-11:hover
{
	transform: translateY(-6px);
	transition: transform 1s;
}
.section .box-image-txt {
	width: 370px;
	height: 138px;
	padding: 0 20px;
	bottom:0;
	position:absolute;
	background:url(../svg/box-image-txt-bg.svg)no-repeat;
    background-position:bottom;
    background-size:370px auto;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.section .box-image-txt h4 {
	font-size: 18px;
	font-weight: 300;
	margin-top: 75px;
	line-height: 25px;
}

.section .box-charity-radius {
	border-radius: 10px;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
.section .box-charity-bg-1 {
	width: 370px;
	height: 450px;
	background:url(../images/csr_3.ecfbb90cfeed3e8dc5f9.jpeg)no-repeat;
    background-position:top;
    background-size: 100% auto;
    position: relative;
}
.section .box-charity-bg-2 {
	width: 370px;
	height: 450px;
	background:url(../images/champa_lao_1.c222c33913ae7607bec9.jpg)no-repeat;
    background-position:top;
    background-size: 100% auto;
    position: relative;
}

.section .box-charity-bg-3 {
	width: 370px;
	height: 450px;
	background:url(../images/csr_2.c0ee111fa48b32618358.jpeg)no-repeat;
    background-position:top;
    background-size: 100% auto;
    position: relative;
}

.section .box-charity-txt {
	width: 370px;
	height: 250px;
	padding: 0 0 20px 0;
	bottom:0;
	position:absolute;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.section .box-charity-txt svg {
	transform: rotateY(180deg);
}
.section .box-charity-txt .box-charity-desc {
	padding: 0 20px;
	background-color: #ffffff;
}
.section .box-charity-txt .box-charity-desc h4 {
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 10px;
}
.section .box-charity-txt .box-charity-desc p {
	font-weight: 300;
}
.section .box-charity-bg-1:hover, .section .box-charity-bg-2:hover, .section .box-charity-bg-3:hover {
	transform: translateY(-6px);
	transition: transform 1s;
}

.section .box-charity-gallery1-img1 {
	height: 430px;
	background:url(../images/nielle-1.3806c9035c1dea518267.jpeg)no-repeat;
    background-position:center;
    background-size:cover;
}
.section .box-charity-gallery1-img2 {
	height: 430px;
	background:url(../images/nielle-2.1db150c00d124d2497da.jpeg)no-repeat;
    background-position:center;
    background-size:cover;
}
.section .box-charity-gallery1-img3 {
	height: 430px;
	background:url(../images/nielle-3.b6fbc3bee4829815b820.jpeg)no-repeat;
    background-position:center;
    background-size:cover;
}
.section .box-charity-gallery1-img4 {
	height: 430px;
	background:url(../images/nielle-4.cea70271ff59ad9b8b65.jpeg)no-repeat;
    background-position:center;
    background-size:cover;
}
.section .box-charity-gallery2-img1 {
	height: 430px;
	background:url(../images/laos-1.4df3123869bd7d5a6d1f.jpg)no-repeat;
    background-position:center;
    background-size:cover;
}
.section .box-charity-gallery2-img2 {
	height: 430px;
	background:url(../images/laos-2.f883d2e451e81f796e76.jpg)no-repeat;
    background-position:center;
    background-size:cover;
}
.section .box-charity-gallery2-img3 {
	height: 430px;
	background:url(../images/laos-5.c126089017ac63434e9d.jpg)no-repeat;
    background-position:center;
    background-size:cover;
}
.section .box-charity-gallery2-img4 {
	height: 430px;
	background:url(../images/laos-4.97c6fc27f13fd3abee80.jpg)no-repeat;
    background-position:center;
    background-size:cover;
}
.section .box-charity-gallery3-img1 {
	height: 430px;
	background:url(../images/foot-1-1.5bf336bf2d0a18077aba.jpg)no-repeat;
    background-position:center;
    background-size:cover;
}
.section .box-charity-gallery3-img2 {
	height: 430px;
	background:url(../images/foot-2.1e62eca0bdb7e88d17a4.jpeg)no-repeat;
    background-position:center;
    background-size:cover;
}
.section .box-charity-gallery3-img3 {
	height: 430px;
	background:url(../images/foot-3.03a19eb5616bd011a706.jpeg)no-repeat;
    background-position:center;
    background-size:cover;
}
.section .box-charity-gallery3-img4 {
	height: 430px;
	background:url(../images/foot-4.c4b638d8d5764947739c.jpeg)no-repeat;
    background-position:center;
    background-size:cover;
}

.section .box-charity-gallery:hover {
	transform: translateY(-6px);
	transition: transform 1s;
}

.section .box-contact {
	position: relative;
	overflow: auto;
}
.section .box-contact.box-contact-bg-1 {
	min-height: 300px;
	background:url(../images/france.32f4251c55d7931e5bb2.jpeg)no-repeat;
    background-position:top center;
    background-size: 100% auto;
}
.section .box-contact.box-contact-bg-2 {
	min-height: 300px;
	background:url(../images/32289299.webp)no-repeat;
    background-position:top center;
    background-size: 100% auto;
}
.section .box-contact.box-contact-bg-3 {
	min-height: 300px;
	background:url(../images/africa.dd8cbbe6503b8a7fac73.jpeg)no-repeat;
    background-position:top center;
    background-size: 100% auto;
}
.section .box-contact.box-contact-bg-4 {
	min-height: 300px;
	background:url(../images/Monrovia.jpeg)no-repeat;
    background-position:top center;
    background-size: 100% auto;
}

.section .box-contact .box-contact-txt {
	//height: 295px;
	width: 100%;
	padding: 21% 0 5% 32px;
	margin-top:47.5%;
	z-index: 100;
	position:relative;
	background:url(../svg/box-image-txt-bg.svg)no-repeat transparent;
    background-position:top;
    background-size: 100%;
    overflow: auto;
}
.section .box-contact .box-contact-txt h4 {
	font-size: 20px;
	font-weight: 400;
}
.section .box-contact .box-contact-txt p {
	font-size: 16px;
}
.section .box-contact .box-contact-txt p a {
	font-size: 16px;
	color:#767f86;
	margin-top: 10px;
}

.section .box-icon-radius {
	padding: 32px;
	margin-bottom: 30px;
	border-radius: 8px;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}

.section .box-icon {
	width: 60px;
	height: 60px;
	border-radius: 8px;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}

.section .box-icon-bg-1 {
	background-color: #edf6fd;
}
.section .box-icon-bg-2 {
	background-color: #f4eaf6;
}
.section .box-icon-bg-3 {
	background-color: #fffdef;
}
.section .box-icon-bg-4 {
	background-color: #ecedf7;
}
.section .box-icon-bg-5 {
	background-color: #fcedec;
}
.section .box-icon-bg-6 {
	background-color: #eff7ee;
}
.section .box-icon-bg-7 {
	background-color: #fef5eb;
}
.section .box-icon-bg-8 {
	background-color: #efebf7;
}

.section .box-icon-img-1 {
	background:url(../svg/svg-captain.svg)no-repeat;
    background-position:center;
    background-size: 95px 95px;
}
.section .box-icon-img-2 {
	background:url(../svg/svg-yacht-support.svg)no-repeat;
    background-position:center;
    background-size: 95px 95px;
}
.section .box-icon-img-3 {
	background:url(../svg/svg-food.svg)no-repeat;
    background-position:center;
    background-size: 95px 95px;
}
.section .box-icon-img-4 {
	background:url(../svg/svg-car-rental.svg)no-repeat;
    background-position:center;
    background-size: 95px 95px;
}
.section .box-icon-img-5 {
	background:url(../svg/svg-speed-boat.svg)no-repeat;
    background-position:center;
    background-size: 95px 95px;
}
.section .box-icon-img-6 {
	background:url(../svg/svg-private-jet.svg)no-repeat;
    background-position:center;
    background-size: 95px 95px;
}
.section .box-icon-img-7{
	background:url(../svg/svg-yacht-charter.svg)no-repeat;
    background-position:center;
    background-size: 95px 95px;
}
.section .box-icon-img-8 {
	background:url(../svg/svg-villa.svg)no-repeat;
    background-position:center;
    background-size: 90px 90px;
}

.section .box-icon-txt {
	margin-top: 20px;
}

.section .box-icon-txt h3 {
	height: 48px;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.section .box-review {
	margin: 8% 0;
	padding: 22px;
	background-color: #fff;
	border-radius: 8px;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
.section .box-review .box-review-rating i.fa-star {
	color: #FFBF00;
	margin-bottom: 20px;
}
.section .box-review .box-review-body p {
	font-size: 14px;
	font-weight: 400;
}
.section .box-review .box-review-footer {
	padding: 0;
	overflow: auto;
}
.section .box-review .box-review-footer .box-review-img {
	width: 40px;
	height: 40px;
	display: block;
	margin: 0;
	margin-right: 15px;
	border-radius: 50px;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
    float: left;
}
.section .box-review .box-review-footer .box-review-name {
	width: 80%;
	font-size: 16px;
	line-height: 20px;
	float: left;
}
.section .box-review .box-review-footer .box-review-title{
	width: 80%;
	font-size: 12px;
	line-height: 15px;
	float: left;
}

.section .box-review2 {
	margin: 8% 0;
	padding: 42px;
	background-color: #fff;
	border-radius: 8px;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
.section .box-review2 .box-review2-body p {
	font-size: 17px;
	font-weight: 400;
	text-align: center;
}
.section .box-review2 .box-review2-footer {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
.section .box-review2 .box-review2-footer .box-review2-img {
	width: 40px;
	height: 40px;
	display: block;
	margin: 0;
	margin-right: 15px;
	border-radius: 50px;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
    float: left;
}
.section .box-review2 .box-review2-footer .box-review2-name {
	font-size: 16px;
	line-height: 20px;
}
.section .box-review2 .box-review2-footer .box-review2-title{
	font-size: 12px;
	line-height: 15px;
}

.section .box-terms {
	margin: 8% 0 0 0;
	background-color: #fff;
	overflow:auto;
	border-radius: 8px;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}

.section .box-terms .box-terms-header {
	padding: 60px 40px;	
	background: radial-gradient(120% 320px at 50% -30px, #183f71 75%, transparent 75%) no-repeat;
	height: 250px;
	overflow: auto;
}
/*.section .box-terms .box-terms-header::before {
	border-radius: 100%;
	position: absolute;
	background: #183f71;
	right: -200px;
	left: -200px;
	top: -200px;
	content: '';
	bottom: 0;
}*/
.section .box-terms .box-terms-header h2 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 10px;
}
.section .box-terms .box-terms-header p {
	font-size: 15px;
	font-weight: 300;
	color: #fff;
}
.section .box-terms .box-terms-header p strong {
	font-weight: 400;
}
.section .box-terms .box-terms-body {
	padding: 20px;
	overflow:auto;
}
.section .box-terms .box-terms-body h2 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 300;
	text-align: left;
}
.section .box-terms .box-terms-body p {
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	margin-bottom: 30px;
}
.section .box-terms .box-terms-body .box-terms-right {
	border: 1px solid #ccc;
	padding: 20px;
	overflow-y: auto;
	border-radius: 8px;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
.section .box-terms .box-terms-body .box-terms-right p {
	font-size: 13px;
	font-weight: 300;
	text-align: left;
	margin-bottom: 10px;
}
.section .box-terms .box-terms-body .box-terms-right p strong {
	font-size: 15px;
	font-weight: 400;
	color: #000;
}
.section .box-terms .box-terms-body .box-terms-right p.box-terms-right-footer {
	color: #000;
}

.section-content .section-button.section-btn {
    margin-top: 40px;
    //display: block;
    padding: 15px 25px;
    font-size: 18px;
    background: #183f71;
    color: #fff;
    border: 0px;
    border-radius: 6px;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}

.section-button.section-btn:hover {background: #fff;color: #183f71;}

.section-content .label-yellow {
	padding: 9px;
	font-size: 12px;
	font-weight: 500;
    background: #FFC308;
    color: #000;
    border-radius: 6px;
    float: right;
}

.section .section-values {
	margin: 40px 0;
	//margin-left: -28px;
	padding-right: 20px;
	height: 180px;
	overflow: fixed;
	
}

.section .section-values .circle {
	width: 50px;
	height: 50px;
	padding: 10px;
	background: #183f71;
    border-radius: 50px;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}

.section .section-values .circle img {
    float: none;
	margin: 0px;
}

.section .section-values h5 {
	margin: 20px 0 10px 0;
	font-weight: 400;
}

.section .section-values p {
	font-size:18px;
    font-weight: 300;
}

/* section-header */
.fix{position: relative;clear: both;}
/*=============Style css=========*/


/*-------------------------------------
        2. Header-top
--------------------------------------*/
.header-top{border-bottom:1px solid #f6f8fa;}

.header-top ul li {display: inline-block;}

.header-top-left li,.header-top-right li  {display: inline-block;}

/*.select-opt*/
.select-opt,.header-top-contact{
    padding: 10px 18px;
    border-right: 1px solid #f6f8fa;
}
.header-top-contact{
    border-right: 0;
    border-left: 1px solid #f6f8fa;
    font-size: 12px;
}
.select-opt select {
    border: none;
    cursor:pointer;
    color:#a7b0ba;
    font-size: 12px;
    font-weight: 300;
}
.select-opt option{
    color:#a7b0ba;
    text-transform: uppercase;
}
.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939;
}
.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939;
}
/*.select-opt*/

.header-top-right ul li a{
    color:#a7b0ba;
    font-size: 12px;
    font-weight: 300;
}


/*-------------------------------------
        3. Top-area
--------------------------------------*/
section.top-area {
	position: absolute;
	width: 100%;
	z-index: 99999;
}
nav.navbar.bootsnav {
    background-color: transparent;
    border-bottom: transparent;
}
.wrap-sticky nav.navbar.bootsnav.sticked {background-color: #fff;box-shadow: 0 2px 5px rgba(0,0,0,.2);}

/*.navbar-brand*/
.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus {
    width : 250px;
	height: 78px;
	background:url(../images/vp-bunkers-logo-white-1.png)no-repeat;
    background-position:center;
    background-size:cover;
}
.navbar-header a.navbar-brand span{display: inline-block;color:#fff;text-transform:capitalize;}

.navbar-header a.navbar-brand2,.navbar-header a.navbar-brand2:hover,.navbar-header a.navbar-brand2:focus {
	width : 250px;
	height: 78px;
	background:url(../images/vp-bunkers-logo-1.png)no-repeat;
    background-position:center;
    background-size:cover;
}
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {
	background:url(../images/vp-bunkers-logo-1.png)no-repeat;
    background-position:center;
    background-size:cover;
}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul {
	line-height: 78px;
	height: 78px;    
}

nav.navbar.bootsnav ul.nav > li > a {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
	display: inline-block;
	vertical-align: middle;
    //text-transform:uppercase;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {padding:0px 11px;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus{color: #fff;}
nav.navbar.bootsnav ul.nav > li.active>a {color: #fff;}

nav.navbar.bootsnav ul.nav > li > a.nav-button {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    border: 1.2px solid #fff;
    padding: 8px 15px;
    border-radius: 5px;
}
nav.navbar.bootsnav ul.nav > li > a.nav-button svg {
    width: 25px;
    height: 25px;
    fill: #fff;
    display: inline-block;
	vertical-align: middle;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
/*.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a{padding:34px 21px;}*/

.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a {
    color: #000;
}
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a:hover,.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a:focus{color: #000;}

.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li.active>a {color: #000;}

.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a.nav-button {
    border: 1.2px solid #000;
}
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a.nav-button svg {
    fill: #000;
}
/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: 350px;}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #183f71;
}
/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 0.1px solid #000;
    padding: 5px 5px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: #fff;}
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-toggle i{color: #000;}
/*.navbar-toggle */

/*-------------------------------------
        4.  Welcome-hero
--------------------------------------*/
.welcome-hero {
    position: relative;
    text-align: center;
    width: 100%;
    height: 600px;
    overflow: hidden;
    z-index: 1;
}
.welcome-hero-bg-about {
    background:url(../images/about_us_banner_1.7ac38c201f915d406fc8.jpeg)no-repeat;
    background-position:bottom center;
    background-attachment: fixed;
    background-size:cover;
}
.welcome-hero-bg-contact {
    background:url(../images/contact_banner_1.b6561249d99b6aca3c51.jpeg)no-repeat;
    background-position:center;
    background-attachment: fixed;
    background-size:cover;
}
.welcome-hero-bg-supplylocation {
	background:url(../images/51960814006_5c4e6f52ca_k.jpeg)no-repeat;
    background-position:top center;
    background-attachment: fixed;
    background-size:120%;
}
.welcome-hero-bg-career {
	background:url(../images/csr_banner.964882efdc6c6425c287.jpg)no-repeat;
    background-position:top center;
    background-attachment: fixed;
    background-size:120%;
}
.welcome-hero-bg-csr {
	background:url(../images/csr_banner.964882efdc6c6425c287.jpg)no-repeat;
    background-position:top center;
    background-attachment: fixed;
    background-size:120%;
}
.welcome-hero-bg-charity-africa {
	background:url(../images/nielle-3.b6fbc3bee4829815b820.jpeg)no-repeat;
    background-position:center center;
    background-attachment: fixed;
    background-size:100%;
}
.welcome-hero-bg-charity-laos {
	background:url(../images/laos-2.f883d2e451e81f796e76.jpg)no-repeat;
    background-position:center center;
    background-attachment: fixed;
    background-size:100%;
}
.welcome-hero-bg-charity-foot {
	background:url(../images/foot-3.58264362240c7e05778f.jpg)no-repeat;
    background-position:center center;
    background-attachment: fixed;
    background-size:100%;
}
.welcome-hero video {
    min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}
.welcome-hero:before{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(50,50,50,.42);
    //z-index: -1;
}

.welcome-hero-txt { position:absolute; bottom:80px;}

.welcome-hero-txt h2 {
    font-size: 38px;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 4.4px;
    line-height: 1.4;
    text-align: left;
}
.welcome-hero-txt p {
    font-size: 18px;
    color: #fcfcfc;
    margin-top: 25px;
}

.welcome-hero-serch-box{margin-top: 78px;display: flex;}
.welcome-hero-form {
    display: flex;
    background: #fff;
    height: 70px;
    border-radius: 3px;
    width: 85%;
}
.single-welcome-hero-form {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    padding: 0 30px;
}
.single-welcome-hero-form:first-child{border-right: 1px solid #edeff1;}
.single-welcome-hero-form input {
    margin-left: 10px;
    height: 70px;
    width: 300px;
    border: 0;
    background: transparent;
}
.single-welcome-hero-form input[type="text"]{
    font-size: 14px;
    color: #859098;
    text-transform: capitalize;
    font-weight: 500;
}
.welcome-hero-form-icon {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #252d32;
}
.welcome-hero-btn {
    display:  flex;
    justify-content:  center;
    align-items:  center;
    font-size:  14px;
    color:  #fff;
    width:  170px;
    height:  70px;
    background:  #183f71;
    text-transform:  capitalize;
    margin-left:  30px;
    border-radius: 3px;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
.welcome-hero-btn:hover{/*background: #fd4043;*/background: #f43032;}

.welcome-hero-btn svg {
    width:  14px;
    height:  auto;
    margin-left:  12px;
}

/*-------------------------------------
        5. List-topuics
--------------------------------------*/
.list-topics-content {
    position: relative;
    top: -98px;
    z-index: 1;
}
.list-topics-content ul li { display: inline-block;}

.single-list-topics-content{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 205px;
    height: 170px;
    background:#fff;
    border-radius: 3px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0px 10px rgba(71,71,71,.2);
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}
.single-list-topics-content h2>a { margin: 13px 0;}
/*.single-list-topics-content:last-child{margin-right: 0;}*/

.single-list-topics-icon [class^="flaticon-"]:before,.single-list-topics-icon [class*=" flaticon-"]:before,.single-list-topics-icon [class^="flaticon-"]:after,.single-list-topics-icon [class*=" flaticon-"]:after {font-size: 45px;color:#343a3f;}
.single-list-topics-content:hover .single-list-topics-icon [class^="flaticon-"]:before,.single-list-topics-content:hover .single-list-topics-icon [class*=" flaticon-"]:before,.single-list-topics-content:hover .single-list-topics-icon [class^="flaticon-"]:after,.single-list-topics-content:hover .single-list-topics-icon [class*=" flaticon-"]:after {color:#fff;}

.single-list-topics-content:hover h2>a,.single-list-topics-content:hover p{color: #fff!important;}
.single-list-topics-content:hover{
    color: #fff;
    background:#183f71;
    box-shadow: 0 5px 10px rgba(71,71,71,.4);
}


/*-------------------------------------
        6. Works 
--------------------------------------*/
.works{
    padding:70px 0 95px;
}
.works-content{margin-top: 78px;}

.single-how-works{
    text-align: center;
    padding:50px 42px;
    border-radius: 3px;
    box-shadow: 0 0px 5px rgba(71,71,71,.2);
    margin-bottom: 30px;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}

.single-how-works-icon {
    display: inline-block;
    color: #50616c;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #eef2f6;
    border-radius: 50%;
}
.single-how-works h2 a {
    font-size:  18px;
    margin: 35px 0 20px;
}
.single-how-works h2 a span {text-transform:  lowercase;}
.single-how-works p {margin-bottom: 25px;text-transform: initial;}

.single-how-works-icon [class^="flaticon-"]:before,.single-how-works-icon [class*=" flaticon-"]:before,.single-how-works-icon [class^="flaticon-"]:after,.single-how-works-icon [class*=" flaticon-"]:after {font-size: 35px;}
.single-how-works:hover .single-how-works-icon [class^="flaticon-"]:before,.single-how-works:hover .single-how-works-icon [class*=" flaticon-"]:before,.single-how-works:hover .single-how-works-icon [class^="flaticon-"]:after,.single-how-works:hover .single-how-works-icon [class*=" flaticon-"]:after {color:#183f71;}

.welcome-hero-btn.how-work-btn {
    display: inline-block;
    margin: 0;
    width: 100px;
    height: 35px;
    font-size: 12px;
    background: transparent;
    color: #767f86;
    border: 1px solid #d3d6d9;
    border-radius: 3px;
}

.single-how-works:hover h2 a,.single-how-works:hover p{color: #fff;}
.single-how-works:hover .single-how-works-icon{background: #fff;}
.single-how-works:hover .welcome-hero-btn.how-work-btn{background: #fff;color: #183f71;}
.single-how-works:hover{box-shadow: 0 0px 10px rgba(71,71,71,.4);background: #183f71;}

/*-------------------------------------
        7. Explore
--------------------------------------*/
.explore{
    padding:117px 0 95px;
    background: #f8fafb;
}
.explore-content{margin-top: 78px;}

.single-explore-item {
    background: #fff;
    border: 1px solid #edeff1;
    border-radius: 3px;
    margin-bottom: 25px;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}
.single-explore-img{position:relative;overflow: hidden;}
.single-explore-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(162,172,177,.2);
}
.single-explore-img-info {
    position: absolute;
    bottom:-20px;
    left: 0;
    width: 100%;
    opacity:0;
    visibility:hidden;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.single-explore-item:hover .single-explore-img-info{
    opacity:1;
    visibility:visible;
    bottom:0px
}
.single-explore-img-info button{
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 83px;
    height: 21px;
    line-height: 21px;
    background: #183f71;
    border-radius: 3px;
    color: #fcfcfc;
    text-transform: capitalize;
    text-align: center;
    font-size: 12px;
}
.single-explore-image-icon-box {
    text-align: right;
    position: absolute;
    bottom: 10px;
    right:  10px;
}
.single-explore-image-icon-box ul li {
    display:  inline-block;
    width: 30px;
    height:  28px;
    line-height:  28px;
    background: #252d32;
    text-align:  center;
    margin-left:  5px;
    color:  #cbcccd;
}
.single-explore-image-icon-box ul li:hover i{color: #267dff;}

.single-explore-txt {
    padding: 26px 25px 24px 15px;
}
.single-explore-txt.bg-theme-1 .explore-rating{background: #70a9ff;}
.single-explore-txt.bg-theme-2 .explore-rating{background: #00c61c;}
.single-explore-txt.bg-theme-3 .explore-rating{background: #ffcc5d;}
.single-explore-txt.bg-theme-4 .explore-rating{background: #bd70ff;}
.single-explore-txt.bg-theme-5 .explore-rating{background: #ff7a40;}

.explore-rating-price,.explore-rating-price a {
    font-size: 12px;
    color: #777f85;
    text-transform: capitalize;
    font-weight: 400;
    margin: 15px 0 20px;
}
.explore-rating-price a {margin:0;}
.explore-rating {
    display: inline-block;
    width: 32px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-weight: 500;
    margin-right: 10px;
}
.explore-price {color: #f63138;}
.explore-price-box {
    display: inline-block;
    padding: 0 10px;
    margin: 0 8px;
    border-left: 1px solid #dde0e4;
    border-right: 1px solid #dde0e4;
}
.explore-person {
    padding-bottom: 28px;
    border-bottom: 1px solid #e1e5eb;
}
.explore-person-img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.explore-person p {font-size: 12px;}
.explore-open-close-part {
    margin-top: 20px;
}
.close-btn {
    color: #f63138;
    text-transform: capitalize;
}
.close-btn.open-btn {color: #00c437;}
.explore-map-icon{text-align: right;}
.explore-map-icon a svg {
    width: 12px;
    height: 14px;
    margin-left: 23px;
    color: #767f86;
}
.explore-map-icon a svg:hover{color: #f63138;}
.single-explore-txt.bg-theme-2 .explore-map-icon a svg:hover{color: #00c437;}
.single-explore-item:hover{box-shadow: 0 10px 20px rgba(21,19,19,.2);}

/*-------------------------------------
        8. Reviews
--------------------------------------*/
.reviews{padding:117px 0 75px;}
.reviews-content {margin-top:36px;}

/*single-testimonial-box */
.single-testimonial-box  {
    padding: 50px 30px;
    box-shadow: 0 0px 5px rgba(71,71,71,.2); 
    overflow-x:hidden;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.single-testimonial-box:hover{box-shadow:0 10px 20px rgba(21,19,19,.2);}
.slick-current .single-testimonial-box{box-shadow:0 10px 20px rgba(21,19,19,.2);}
/*testimonial-description*/
.single-testimonial-box{
    width: 404px;
    background:#fff;
}
/* testimonial-info */
.testimonial-info {
    display: flex;
    align-items: center;
    text-transform:capitalize;
}
.testimonial-img {
    position: relative;
    top: 11px;
    margin-right: 5px;
    border-radius:50%;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.testimonial-person {
    margin-left: 15px;
    margin-top: 11px;
}
.testimonial-person h2 {
    color: #505866;
    font-size: 18px;
}
.testimonial-person h4 {
    color: #a2a5ab;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}
.testimonial-person-star i {
    color: #ffda2b;
    margin: 9px 4px 0 0;
}/* testimonial-info */


/* testimonial-comment */
.testimonial-comment {
    margin-top: 18px;
}
.testimonial-comment p{
    color: #8d939e;
    font-size: 14px;
    font-weight: 300;
}/* testimonial-comment */


/*.slick-slide*/
.slick-initialized .slick-slide {
    display: block;
    padding: 40px 0;
}
.slick-slide.slick-cloned {outline: 0!important;}
.slick-slide {
  margin: 0px 10px;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .5;
}
.slick-active {
  opacity: .5;
}
.slick-current {
  opacity: 1;
}
/*.slick-slide*/

/*-------------------------------------       
        9.  Counter
--------------------------------------*/
.statistics{
    position:relative;
    display: flex;
    padding:70px 0;
    background: #f8faff;
}
.statistics h2{
    color: #000;
    font-size:30px;
    font-weight: 400;
    //margin-left: 50px;
}
.statistics:before{
    position:absolute;
    content:'';
    height:100%;
    width:100%;
    top:0;
    left:0;
}
/* single-ststistics-box */
.single-ststistics-box {
    text-align: center;
    //margin-bottom:30px;

}
/* single-ststistics-box */
.statistics-content{
    display: flex;
    justify-content: center;
    color:#000;
    font-size:60px;
}
.statistics-content span {
    margin-left: 5px;
}
.single-ststistics-box h3{
    color:#000;
    font-size:24px;
    text-transform:capitalize;
    font-weight: 500;
}

/*-------------------------------------
        10. Blog
--------------------------------------*/
.blog{padding:120px 0 90px;}
.blog-content{margin-top: 80px;}

.single-blog-item{
    margin-bottom: 30px;
    box-shadow: 0 0px 5px rgba(71,71,71,.2);
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.single-blog-item-txt {padding:  25px 28px 27px;}
.single-blog-item-txt h2 a {text-transform:  initial;line-height: 1.8;}
.single-blog-item-txt h4 {
    font-size:  14px;
    color:  #8f949d;
    font-weight:  400;
    margin: 12px 0 20px;
}
.single-blog-item-txt h4 a {
    font-size:  14px;
    padding-right:  14px;
    border-right: 1px solid #dde0e4;
    margin-right:  15px;
    text-transform: uppercase;
}

.single-blog-item:hover h2 a {color:#183f71;}
.single-blog-item:hover{
    box-shadow: 0 10px 20px rgba(21,19,19,.4);
}


/*-------------------------------------
        11. Subscribe
--------------------------------------*/
.subscription{
    background: #f8fafb;
    padding:150px 0;
}
/*subscribe-title*/
 .subscribe-title {margin-bottom: 52px;}

.subscribe-title h2{
    font-size:24px;
    font-weight: 500;
    text-transform: uppercase;
}
.subscribe-title p{
    color:#7b8088;
    font-size:16px;
    font-weight: 500;
    margin-top: 28px;
}/*subscribe-title*/


/*custom-input-group*/
.subscription-input-group {
    position: relative;
    text-align: center;
    max-width: 630px;
    margin:0 auto;
}

.subscription-input-group .subscription-input-form{
    display: inline-block;
    width: 630px;
    height: 60px;
    padding-left:30px;
    font-size: 16px;
    color: #a5adb3;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border:1px solid #fff;
    box-shadow: 0 0px 10px rgba(21,19,19,.1);
     -webkit-transition:0.3s linear;
    -moz-transition:0.3s linear;
    -o-transition:0.3s linear;
    transition:0.3s linear;
}
.subscription-input-group:hover .subscription-input-form{
    box-shadow: 0 5px 20px rgba(21,19,19,.4);
}
/*custom-input-group*/

/*appsLand-btn*/
.appsLand-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: #183f71;
    display: inline-block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    text-transform:capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    -o-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
}
.appsLand-btn:hover, .appsLand-btn:focus, .appsLand-btn:active {
    text-decoration: none;
    outline: none;
}
.appsLand-btn:hover {
    box-shadow:0 5px 10px rgba(71,71,71,.4);
    background: #f43032;
}
/*appsLand-btn*/

/*-------------------------------------
        12. Footer
--------------------------------------*/
.footer { padding:30px 0; background: #183f71; }
.footer-menu {margin: 40px 0;}
.footer-link {
	margin-top: 20px;
}
.footer-menu p {
	font-size: 13px;
	font-weight: 200px;
	text-align: center;
	color: #fff;
}
.footer-menu .footer-link a {
	width: 100%;
	color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    text-transform:none;
}
.footer-menu img.footer-brand-logo {
	margin: 0 auto;
	display: block;
	width: 140px;
	padding: 0;
}
.footer-menu img.footer-image-linkedin {
	margin: 10px auto;
	display: block;
	width: 85px;
}
.footer-menu img.footer-image-logo {
	margin: 0 auto;
	display: block;
	width: 70px;
	padding: 0;
}
.footer-menu ul {margin: 0 auto;display: block;margin-top: 40px;}
.footer-menu ul.footer-menu-item li{display: inline-block;}
.footer-menu ul.footer-menu-item li a {
	color: #fff;
	display: block;
	font-weight: 300;
    font-size: 13px;
    padding: 0 5px;
}

.footer-menu ul.footer-menu-item li a.nav-button {
    border: 1.2px solid #fff;
    padding: 8px 15px;
    border-radius: 5px;
}
/*.hm-footer-copyright {
    border-top: 1px solid #e1e5eb;
}*/
.hm-footer-copyright p,.hm-footer-copyright p a {
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    text-align: center;
}
/*===============================
    Scroll Top
===============================*/
#whatsapp-btn .whatsapp {
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    fill: #fff;
    color: #fff;
    background: #25D366;
    padding:10px 15px;
    border:2px solid #fff;
	border-radius:40px;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}

#whatsapp-btn .whatsapp svg{
    position:relative;
    bottom:0;
    width:25px;
    height:25px;
    float:left;
}

#whatsapp-btn .whatsapp span{
    margin-left:6px;
    line-height:25px;
    font-size:14px;
    float:rignt;
}

#whatsapp-btn .whatsapp:hover {
    background:#fff;
    fill:#25D366;
    color:#25D366;
	border: 2px solid #25D366;
}

/*
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#183f71;
	border:1px solid #183f71;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#f43032;
	border:1px solid #183f71;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}*/
/*========================Thank you=================
