/*

Easy Profile Template
http://www.templatemo.com/tm-467-easy-profile

*/

    @font-face {
    font-family: 'Rockwell Nova';
    font-style: normal;
    font-weight: normal;
    src: local('Rockwell Nova'), url('../font/RockwellNova.woff') format('woff');
    }
    
    @font-face {
    font-family: 'Rockwell Nova Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Rockwell Nova Bold'), url('../font/RockwellNova-Bold.woff') format('woff');
    }
	
    @font-face {
    font-family: 'Rockwell Nova Light';
    font-style: normal;
    font-weight: normal;
    src: local('Rockwell Nova Light'), url('../font/RockwellNova-Light.woff') format('woff');
    }	

html, body {
  margin:0;border:0;padding:0;
  font-size:15px;
  font-family: "Rockwell Nova Light", sans-serif;
  overflow-x:hidden;
  position: relative;
  vertical-align: baseline;
    font-weight: normal;
  font-style: normal;
  line-height: 28px;
  color: #777777;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

.backstretch {
	opacity:0.50;
}
html {
    -webkit-font-smoothing: antialiased;
}

h1 {font-size:40px;}
h2 {font-size:36px;}
h3 {font-size:30px;}
h4 {font-size:24px; margin-top:-10px; margin-bottom:12px;}
h5 {font-size:20px;}
h6 {font-size:18px;}

h2 {
  padding-bottom: 14px;

}

.accent {
  font-family: "Rockwell Nova Bold", sans-serif;
  font-weight:normal;
  line-height: 14px;
  color: #009540;
}
.accent-red {
  font-family: "Rockwell Nova Bold", sans-serif;
  font-weight:normal;
  line-height: 14px;
  color: #E20613;
}

.accent a {
  font-family: "Rockwell Nova Bold", sans-serif;
  font-weight:normal;
  line-height: 14px;
  color: #009540;
}

.bold {
	font-weight: bold;
}

.tm-border {
	border: 3px solid #fff;
	background-color:#FFFFFF;
}

.tm-border {
	width:250px;
	height:250px;
}
.tm-title {
	margin-top:40px;
	color: #FFFFFF;
	font-size: 48px;
	font-weight: normal;
	line-height: 66px;
}

.white {
  color: #fff;
}
h4.red {
  color: #E20613;
  font-family: 'Rockwell Nova';
}
h4.green {
  color: #009540;
  font-family: 'Rockwell Nova';
}


.about,.languages,
.tour,.destinations,
.contact, .services {
  padding: 40px;
  min-height: 368px;
}

.tour, .languages,
.contact, .services {
  margin-top: 30px;
}

/* preloader section */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
   width: 100%;
  height: 100%;
   z-index: 99999;
   display: -webkit-flex;
    display: -ms-flexbox;
   display: flex;
   -webkit-flex-flow: row nowrap;
   -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
     -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
    background: none repeat scroll 0 0 #fff;
  background: none repeat scroll 0 0 #f9f9f9;
}
.sk-spinner-wordpress.sk-spinner {
  background-color: #7ac143;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: relative;
  -webkit-animation: sk-innerCircle 1s linear infinite;
          animation: sk-innerCircle 1s linear infinite; }
.sk-spinner-wordpress .sk-inner-circle {
  display: block;
  background-color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 8px;
  top: 5px;
  left: 5px; }

@-webkit-keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* header section */
header {
  text-align: center;
  min-height: 400px;
  overflow: hidden;
  position: relative;
  padding-top: 160px;
  padding-bottom: 140px;
}
header img {
  display: inline-block !important;
}
header h2 {
  padding-top: 40px;
}

header h1 {
	font-size:48px;
}

header hr {
  border-color: #7ac143;
  width: 100px;
}

header  h1 {
    margin-top: 6px;
    margin-bottom: 6px;
}

/* about section */
.about {
  background: #fff;
  box-shadow: 0px 1px 5px rgba(50,50,50,0.08);
}
.about h2 {
	margin-top:0px;
}


/* languages section */
.languages {
  background: #7ac143;
  color: #f5f5f5;
}
.languages .progress {
  border-radius: 0px;
  height: 4px;
}
.languages .progress .progress-bar-primary {
  background: #204090;
}
.languages strong {
  display: inline-block;
  font-weight: normal;
  padding-bottom: 6px;
}
.languages h2 {
	margin-top:0px;
}

/* destinations section */
.destinations {

   background: #7ac143;
  color: #FFF;
}
.destinations h2 {
	margin-top:0px;
}

.destinations ul {
	margin:0px;
	margin-left:-30px;
}

.destinations ul li {
	list-style-type: none;
	margin-left:-10px;
	
}
.destinations .fa, .destinations .fab, .destinations .fas {
  padding-right: 6px;
  width:22px;
  text-align:center;
  color: #E20613;
}

.destinations ul li::before{
margin-left: 0px;
padding: 0px;
font-family: "Font Awesome 5 Free";
content: "\f3c5";
font-weight: 900;
padding-right: 6px;
width: 22px;
color: #E20613;
}

/* tour section */
.tour {
  background: #fff;
 box-shadow: 0px 1px 5px rgba(50,50,50,0.08);
}
.tour .tour-content {
  /*padding-bottom: 14px;*/
}
.tour h5 {
  display: inline-block;
}
.tour span {
  padding-right: 10px;
  padding-left: 20px;
}
.tour h2 {
	margin-top:0px;
}

.tour ul {
	margin:0px;
	margin-left:-30px;
}

.tour ul li {
	list-style-type: none;
	margin-left:-10px;
	
}

.tour ul li::before{
margin-left: 0px;
padding: 0px;
font-family: "Font Awesome 5 Free";
content: "\f3c5";
font-weight: 900;
padding-right: 6px;
width: 22px;
color: #E20613;
}

/* services section */
.services {
  background: #fff;
 box-shadow: 0px 1px 5px rgba(50,50,50,0.08);
}
.services .services-content {
  /*padding-bottom: 14px;*/
}
.services h5 {
  display: inline-block;
}
.services span {
  padding-right: 10px;
  padding-left: 20px;
}
.services h2 {
	margin-top:0px;
}

/* contact section */
.contact {

   background: #7ac143;
  color: #fff;
}
.contact .fa, .contact .fab  {
  padding-right: 6px;
  width:22px;
  text-align:center;
  color: #E20613;
}
.contact h2 {
	margin-top:0px;
}
.contact a{
	color:#FFF;
	font-weight:normal;
	font-family: 'Rockwell Nova';
}



/* footer section */
footer {
  color: #f9f9f9;
  text-align: center;
  padding-top: 140px;
  padding-bottom: 100px;
}

footer a{
  color: #009540;
}
footer a:hover{
  color: #009540;
}

/* social icon section */
.social-icons {
  padding: 0;
  margin: 0;
}
.social-icons li {
  display: inline-block;
  list-style: none;
}
.social-icons li a {
  background: #E20613;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.4s ease-in;
  position: relative;
  bottom: 10px;
  top: 10px;
}
.social-icons li a:hover {
  background: #777777;
  color: #fff;
}

@media ( max-width: 1200px ) {
      .about,.languages,
.tour,.destinations,
.contact, .services {
  min-height: 424px;
}
}

@media ( max-width: 991px ) {
        .about,.languages,
.tour,.destinations,
.contact, .services {
  min-height: auto;
}
  .destinations {
    margin-top: 30px;
  }
  header  h1.white{

}
}

@media ( max-width: 625px ) {
  header  h1.white{

}
}

@media ( max-width: 460px ) {
    header  h1.white{

}

@media ( max-width: 443px ) {
    header  h1.white{
	margin-top:30px;
    font-size: 36px;
	line-height:49px;
}
    header  h1.white span.bold{
}

@media ( max-width: 360px ) {
  header h1 , header h1.tm-title{
    font-size: 36px;
  }
   .tm-title{
    font-size: 36px;
  }
    header  h1.white{
	  line-height:49px;
}
    header  h1.white span.bold{
		line-height:49px;
}
  .about h2 {
    font-size: 24px;
  }
  .tour h4,
  .services h4 {
    font-size: 20px;
  }
}