/*   
 * Template Name: Developer - Responsive Website Template for Developers
 * Version: 1.0
 * Author: 3rd Wave Media
 * Twitter: @3rdwave_themes
 * License: Creative Commons Attribution 3.0 License
 * Website: http://themes.3rdwavemedia.com/
*/
/* ======= Base ======= */
body {
  line-height: 1.5em;

  font-family: 'Catamaran', cursive;
  background-color:#ededed;
  unicode-bidi:embed;
  direction:ltr;
  font-size:16px;
  color:#333;


  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5 {
  font-family: 'Catamaran', cursive !important;
}
.container .row .col-lg-3 h1 {
  font-size: 16px;
}
.container .row .col-lg-3 .hard {
  background-color: #FFF;
  padding-top: 5px;
  padding-bottom: 15px;
}
.container .row .col-lg-3 .hard table tr td {
  padding-top: 15px;
  padding-left: 8px;
}
.book a {
  background-color: #43B8A9;
  padding-top: 5px;
  padding-right: 8px;
  padding-bottom: 5px;
  padding-left: 8px;
  font-size: 12px;
  color: #FFF;
}
.book a:hover {
  text-decoration: none;
  background-color: #CCC;
}
.book {
  margin-top: 15px;
  margin-left: 0px;
  margin-bottom: 15px;
}

.books a {
  background-color: #43B8A9;
  padding-top: 5px;
  padding-right: 6px;
  padding-bottom: 5px;
  padding-left: 6px;
  font-size: 12px;
  color: #FFF;
}
.books a:hover {
  text-decoration: none;
  background-color: #CCC;
}
.books {
  margin-top: 15px;
  margin-left: 0px;
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #778492;
}
a {
  color: #3aaa64;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #5f6b77;
  color: #2d844e;
}
.btn,
a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-family: 'Montserrat', arial, sans-serif;
  padding: 8px 16px;
  font-weight: bold;
}
.btn .fa,
a.btn .fa {
  margin-right: 5px;
}
.btn:focus,
a.btn:focus {
  color: #fff;
}
a.btn-cta-primary,
.btn-cta-primary {
  background: #54ba4e;
  border: 1px solid #54ba4e;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
a.btn-cta-primary:hover,
.btn-cta-primary:hover {
  background: #49ac43;
  border: 1px solid #49ac43;
  color: #fff;
}
a.btn-cta-secondary,
.btn-cta-secondary {
  background: #479fc8;
  border: 1px solid #479fc8;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
a.btn-cta-secondary:hover,
.btn-cta-secondary:hover {
  background: #3893bd;
  border: 1px solid #3893bd;
  color: #fff;
}
.text-highlight {
  color: #32383e;
}
.label-theme {
  background: #3aaa64;
  font-size: 12px;
}
a.dotted-link {
  border-bottom: 1px dotted #778492;
  color: #778492;
}
a.dotted-link:hover {
  text-decoration: none;
  color: #49515a;
}
/*
iframe {

    .header {
        padding: 0;
    }
}

.iframe-wrapper {
    overflow: auto;
    -webkit-overflow-scrolling:touch;
}
*/
/* ======= Header ======= */
.header {
  padding: 30px 0;
  background: #f5f5f5;

}
.header .btn {
  margin-top: 60px;
  font-weight: bold;
}
.header .profile-image {
  margin-right: 30px;
}
.header .profile-content .name {
  color: #49515a;
  font-size: 38px;
  margin-bottom: 5px;
  margin-top: 30px;
}
.header .profile-content .desc {
  color: #778492;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 15px;
}
.header .profile-content .social a {
  background: #b0b7bf;
  width: 36px;
  height: 36px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  text-align: center;
}
.header .profile-content .social a:hover {
  background: #778492;
}
.header .profile-content .social a .fa {
  font-size: 20px;
  padding-top: 8px;
}
.header{
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}
#main-nav a {
  text-transform: uppercase;
}
/* ======= Sections======= */
.sections-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}
.section {
  margin-bottom: 30px;
}
.section .section-inner {
  background: #fff;
  padding: 30px;
}
.section .heading {
  margin-top: 0;
  margin-bottom: 30px;
  color: #545e69;
  font-size: 24px;
}
.section .content .more-link .fa {
  margin-right: 5px;
  font-size: 14px;
}
/* About Section */
/* Latest Section */
.latest .item {
  margin-bottom: 30px;
}
.latest .item .title {
  font-size: 18px;
  margin-top: 0;
}
.latest .item .title .label {
  margin-left: 5px;
  font-size: 12px;
}
.latest .item .title a {
  color: #778492;
}
.latest .item .title a:hover {
  color: #5f6b77;
}
.latest .item .project-image:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.latest .divider {
  margin-bottom: 60px;
}
.latest .featured {
  margin-bottom: 60px;
}
.latest .featured .title {
  margin-bottom: 5px;
  font-size: 20px;
}
.latest .featured .summary {
  margin-bottom: 30px;
  color: #778492;
}
.latest .featured img {
  margin-bottom: 30px;
}
.latest .featured .desc {
  margin-bottom: 30px;
}
.latest .featured-image {
  position: relative;
}
.latest .featured-image .text {
  background: #3aaa64;
  color: #fff;
}
.latest .featured-image .ribbon {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 110px;
  height: 110px;
  overflow: hidden;
}
.latest .featured-image .ribbon .text {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  left: -8px;
  top: 18px;
  width: 158px;
  padding: 10px 10px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #479fc8;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(45deg) translate3d(0, 0, 0);
  -o-transform: rotate(45deg) translate3d(0, 0, 0);
}
.latest .featured-image .ribbon .text:before,
.latest .featured-image .ribbon .text:after {
  content: '';
  position: absolute;
  bottom: -5px;
  border-top: 5px solid #276582;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.latest .featured-image .ribbon .text:before {
  left: 0;
}
.latest .featured-image .ribbon .text:after {
  right: 0;
}
/* Projects Section */
.projects .item {
  margin-bottom: 30px;
}
.projects .item .title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.5;
}
.projects .item .title a {
  color: #778492;
}
.projects .item .title a:hover {
  color: #5f6b77;
}
/* Work Section */
.experience .item {
  margin-bottom: 30px;
}
.experience .item .title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.5;
}
.experience .item .title .place {
  color: #999999;
  font-weight: normal;
}
.experience .item .title .place a {
  color: #999999;
}
.experience .item .title .place a:hover {
  color: #666666;
}
.experience .item .title .year {
  color: #999999;
  font-weight: normal;
}
/* Git section */
.ghfeed {
  height: 600px;
}
.ghfeed,
.ghfeed *,
.ghfeed *:before,
.ghfeed *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* Info Section */
.info .fa {
  margin-right: 15px;
  color: #ccd1d6;
}
.info .fa.fa-envelope-o {
  font-size: 14px;
}
.info ul {
  margin-bottom: 0;
}
.info li {
  margin-bottom: 15px;
}
.info li:last-child {
  margin-bottom: 0;
}
/* Skills Section */
.skills .intro {
  margin-bottom: 30px;
}
.skills .skillset .item {
  margin-bottom: 30px;
}
.skills .skillset .level-title {
  font-size: 16px;
  position: relative;
  margin-top: 0;
  margin-bottom: 10;
}
.skills .skillset .level-title .level-label {
  color: #ccd1d6;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", arial, sans-serif;
  position: absolute;
  right: 0;
  top: 0;
}
.skills .skillset .level-bar {
  height: 15px;
  background: #e8e8e8;
}
.skills .skillset .level-bar-inner {
  height: 15px;
  background: #66cb8c;
}
/* Testimonials section */
.testimonials .item {
  margin-bottom: 30px;
}
.testimonials .item:last-child {
  margin-bottom: 0;
}
.testimonials .item .quote {
  color: #666666;
  font-size: 16px;
  border-left-color: #9fdeb7;
  margin-bottom: 15px;
}
.testimonials .item .quote .fa {
  color: #79d19a;
  margin-right: 15px;
}
.testimonials .item .source {
  font-size: 14px;
  padding-left: 30px;
  font-weight: 500;
}
.testimonials .item .source .name {
  color: #939ea9;
  font-weight: 600;
}
.testimonials .item .source .title {
  color: #999999;
}
/* Education section */
.education .item {
  margin-bottom: 30px;
}
.education .item:last-child {
  margin-bottom: 0;
}
.education .item .title {
  font-size: 16px;
  margin-top: 0;
}
.education .item .university {
  font-family: "Lato", arial, sans-serif;
  font-size: 13px;
  color: #999999;
  font-weight: 600;
  padding-left: 25px;
}
.education .item .university .year {
  color: #b0b7bf;
  font-weight: 500;
}
/* Language Section */
.languages .item {
  margin-bottom: 15px;
}
.languages .item .title {
  color: #778492;
}
.languages .item .level {
  color: #999999;
}
.languages .item:last-child {
  margin-bottom: 0;
}
.languages .item .fa {
  color: #79d19a;
}
/* Blog Section */
.blog .item {
  margin-bottom: 30px;
}
.blog .item .title {
  font-size: 18px;
  line-height: 1.3;
}
.blog .item .title a {
  color: #778492;
}
.blog .item .title a:hover {
  color: #5f6b77;
}
.blog .item:last-child {
  margin-bottom: 0;
}
/* List section */
.list ul li {
  margin-bottom: 10px;
}
.list ul li .fa {
  margin-right: 5px;
}
.list ul li a {
  color: #778492;
}
.list ul li a:hover {
  color: #49515a;
}
/* Credits */
.credits ul li {
  margin-bottom: 10px;
}
.credits ul li .fa {
  margin-right: 5px;
}
.credits ul li a {
  color: #778492;
}
.credits ul li a:hover {
  color: #49515a;
}
.credits .btn {
  margin-bottom: 15px;
}
/* ======= Footer ======= */
.footer {
  background: #32383e;
  color: #fff;
  padding: 0;
  margin:0;
}
.footer .copyright {
  line-height: 1.6;
  color: #a1aab4;
  font-size: 14px;
}
.footer a {
  color: #fff;
}
.footer .fa-heart {
  color: #fb866a;
}

.sectionTitle{
  font-size: 18px;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .header {
    text-align: center;
  }
  .header .profile-image {
    float: none !important;
    margin: 0 auto;
  }
  .header .profile-content {
    float: none !important;
    text-align: center;
  }

  .header .btn {
    margin-top: 30px;
    float: none !important;
  }
  .project-image {
    margin-bottom: 15px;
  }
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Ex-Large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) {
  .container {
    width: 1360px;


  }
}
.promotion{
  position:absolute; /* absolute position (so we can position it where we want)*/
  bottom:289px; /* position will be on bottom */

  width:40%;

  /* styling bellow */
  left:3%;
  font-size:12px;
  color:#fff;

  padding:5px 0;
  background-color:#ff408e;
  font-weight:bold




}

.tour-name{
  position:absolute; /* absolute position (so we can position it where we want)*/
  bottom:143px; /* position will be on bottom */

  width:94%;

  /* styling bellow */
  left:3%;
  font-size:13px;
  color:#fff;

  padding:5px 0;
  background-color:#000;
  opacity:0.6; /* transparency */
  filter:alpha(opacity=60); /* IE transparency */
  padding-left:10px;
  font-weight:bold




}

.travelguide{
  position:absolute; /* absolute position (so we can position it where we want)*/
  bottom:0px; /* position will be on bottom */

  width:100%;

  /* styling bellow */

  font-size:18px;
  color:#000;

  padding:5px 0;
  background-color:#FFF;
  opacity:0.7; /* transparency */
  filter:alpha(opacity=60); /* IE transparency */
  padding-left:10px;
  font-weight:bold




}
.rightholiday{
  position:absolute; /* absolute position (so we can position it where we want)*/
  bottom:10%; /* position will be on bottom */

  width:96%;

  /* styling bellow */

  font-size:16px;
  color:#000;
  padding:5px 0;
  left:3px;
  background-color:#FFF;
  opacity:0.7; /* transparency */
  filter:alpha(opacity=60); /* IE transparency */
  padding-left:10px;
  font-weight:bold




}
.way{
  position:absolute; /* absolute position (so we can position it where we want)*/
  bottom:-35px; /* position will be on bottom */

  width:85%;

  /* styling bellow */
  left:7%;
  font-size:15px;
  color:#fff;

  padding:5px 0;

  opacity:0.7; /* transparency */
  filter:alpha(opacity=60); /* IE transparency */
  padding-left:10px;





}
.tl{
  position:absolute; /* absolute position (so we can position it where we want)*/
  bottom:0px; /* position will be on bottom */
  width:80%;
  /* styling bellow */
  left:10%;
  font-size:35px;
  color:#fff;
  padding:5px 0;

  padding-left:10px;
  color:#fff;

  background-color:#fff;
  text-align: center;
  font-family: 'Indie Flower', cursive;


}

.ct{
  position:absolute; /* absolute position (so we can position it where we want)*/
  bottom:286px; /* position will be on bottom */
  width:60%;
  /* styling bellow */
  left:15%;
  font-size:30px;
  color:#F60;
  padding:5px 0;
  opacity:0.7; /* transparency */
  filter:alpha(opacity=60); /* IE transparency */
  padding-left:10px;
  font-weight:bold;
  background-color:#000;
  text-align: center;


}


.footer1{
  position:absolute; /* absolute position (so we can position it where we want)*/
  bottom:137px; /* position will be on bottom */

  width:100%;

  /* styling bellow */
  left:3%;
  font-size:15px;
  color:#fff;

  padding:5px 0;

  opacity:0.7; /* transparency */





}
.flink {
  padding-top: 15px;
  margin: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.flink li {
  list-style-type: none;
  color: #000;
}

.xfix{-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  width:100%;
  z-index: 1000;
}


.container .row .col-lg-3.relate .img-responsive {
  padding: 3px;
  margin-bottom: 10px;
}
.col-lg-4 h3 {
  margin-right: 0px;
  margin-bottom: 8px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 8px;
  padding-left: 0px;
  margin-top: 3px;
  padding-top: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.container .row .col-lg-9 h1 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 40px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 8px;
  padding-left: 0px;
}
.collapse.navbar-collapse .nav.navbar-nav li{ font-size:15px;}
.content{ font-size:18px; font-weight:normal}
.content div strong a{ color:#F90; font-size:25px}
.section-inner .row .col-lg-12 .col-lg-8 a{ color:#06C; text-decoration:none;}
.section-inner .row .col-lg-12 .col-lg-8 a:hover{ color:#999; text-decoration:none;}
.section-inner .row .col-lg-12 .col-lg-8 ul li{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.container .row .col-lg-8 a{color:#06C; text-decoration:none;}
.container .row .col-lg-8 a:hover{ color:#999; text-decoration:none;}
.col-lg-3.col-sm-3 div p a{
  background-color: #F90;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  color: #FFF;
  text-decoration: none;
}
.col-lg-3.col-sm-3 div p{ margin-top:15px}
.col-lg-3.col-sm-3 div p a:hover{
  background-color: #CCC;
}
.container .row .col-lg-9 .simpleTabs .simpleTabsContent table tr {
  margin-top: 20px;
}
.container .row .col-lg-9 .simpleTabs .simpleTabsContent table tr td strong a {
  color: #333;
  text-decoration: none;
}

.destination{
  position:absolute; /* absolute position (so we can position it where we want)*/
  bottom:0px; /* position will be on bottom */

  width:99%;

  /* styling bellow */

  font-size:15px;
  color:#fff;

  padding:5px 0;
  background-color:#000;
  opacity:0.6; /* transparency */
  filter:alpha(opacity=60); /* IE transparency */
  padding-left:10px;
  font-weight:bold
}
.img-responsive{
  width: 100%;
  height: auto;
}

.header-banner{
  display: block;
  width: 100%;
  height: 500px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bannerContent{
  position: absolute;
  left: 0%;
  top: 50%;
  width: 100%;
  transform: translate(0%, -50%);
  z-index: 3;
  color: #FFFFFF;
}
.bannerContent .title{
  font-size: 40px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
}
.bannerContent .subTitle{
  font-size: 28px;
  margin-bottom: 25px;
}
.BannerContact_form{
  width: 400px;
  max-width: 100%;
  background-color: #F7E7CA;
  border: solid 1px #FC0;
  padding: 7px 0 1px 7px;
  border-radius: 5px;
}
.header-banner .content-center .title{
  text-align: center;
  text-shadow: 1px 1px 3px #3c3b3b;
  color: #f90;
  letter-spacing: 1px;
  width: fit-content;
  margin: auto;
  padding: 15px 30px;
  background-color: rgb(255 255 255 / 60%);
}


.header-logo{
  height: 100px;
  width: auto;
}
.header-right{
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: right;
}
.header-right li{
  display: inline-block;
  padding-left: 30px;
}
.header-right .social-icon{
  height: 30px;
  width: auto;
}
.header-right .phone{
  font-size: 18px;
  font-weight: 600;
}
.d-flex{
  display: flex;
}
.align-items-center{
  align-items: center;
}
.footerBottom{
  border-top: 1px solid #b8b8b8 ;
  margin-top: 30px;
  padding-top: 5px;
  padding-bottom: 30px;
}
.footerBottom ul li{
  display: inline-block;
}
.footerBottom ul li a{
  padding-right: 20px;
  font-weight: bold;
}

.formConatct{
  display: block;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #dddddd;
}
/*.formConatct label{*/
/*  font-size: 18px;*/
/*}*/
.formConatct .checkbox{
  font-size: 16px;
  font-weight: normal;
}
.formConatct .form-group{
  margin-bottom: 25px;
}
.seTitle{
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.seTitle .number{
  flex: auto 0 0 ;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  background-color: #F90;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  text-align: center;
}
.seTitle .title{
  font-size: 20px;
  font-weight: bold;
  padding-left: 15px;
}
.seTitle .title p{
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
}
@media (min-width:769px){
  .checkbox-group{
    column-count: 2;
  }
}
.checkbox-group .checkbox{
  padding-left: 20px;
}
.btn-submit{
  border-radius: 5px;
  border: solid 1px #F90;
  background-color: #F90;
  padding: 10px 25px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
  transition: 0.3s;
}
.btn-submit:hover{
  opacity: .6;
  transition: 0.3s;
}

.msgBox{
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
}
.msgBox .avatar{
  flex: 0 0 auto;
  width: 120px;
  height: 120px;
  margin-right: 25px;
}
.msgBox .avatar img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 1px #dddddd;
}
.msgBox .content{
  background-color: #ffffff;
  padding: 10px 30px;
  border: solid 1px #dddddd;
  border-radius: 5px;
  position: relative;
}
.msgBox .content:before{
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background-color: #FFFFFF;
  transform: rotate(45deg);
  position: absolute;
  top: 30px;
  left: -12px;
  border-left: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
}

.footerSocial img{
  height: 40px;
}

.flink a{
  color: #333333;
}

.blogItem{
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: solid 1px #dddddd;
}
.blogItem .btn-readmore {
  text-align: center;
}
.blogItem .date{
  padding: 10px 0;
}
.blogItem .date svg{
  width: 15px;
}
.blogDetail .date{
  padding-bottom: 30px;
}


.se-review{
  background-color: #FFFFFF;
  padding: 15px 0;
  margin-top: 15px;
}
.reviewLabel img{
  display: block;
  margin: 0 auto;
  width: 120px;
  height: auto;
}
.reviewLabel_text{
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}
.reviewSlider{
  padding-left: 30px;
  padding-right: 30px;
}
.review_item .title{
  font-weight: bold;
  margin-bottom: 5px;
}
.review_item .star svg{
  fill: #F90;
}
.review_item .content p{
  font-size: 15px !important;
  line-height: 24px!important;
}
.swiper-button-next,
.swiper-button-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  color: #000 !important;
  fill: black !important;
  stroke: black !important;
  transform: scale(0.5);
}
.swiper-button-prev{
  left: -5px;
}
.swiper-button-next{
  right: -5px;
}
.btn-learmore{

}

.footerLogoList{
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
@media  (min-width: 769px) {
  .footerLogoList{
    margin-top: -100px;
  }
}
.footerLogoList li{
  display: inline-block;
}
.footerLogoList li a{
  display: block;
}
.footerLogoList li img{
  height: 100px;
  width: auto;
}

@media (max-width:850px){
  .header-banner{
    height: 380px;
  }
  .dropdown-menu{
    text-align: center;

  }
  .dropdown-menu a{
    color: #c1c1c1 !important;
  }
}
@media (max-width:560px){
  .header .row.d-flex{
    display: block;
  }
  .header-right{
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    justify-content: center;
  }
  .header-logo{
    margin: auto;
  }
  .header-banner{
    height: auto;
    min-height: 200px;
  }
  .msgBox{
    display: block;
  }
  .msgBox .avatar{
    margin: 0 auto 30px auto;
  }
  .msgBox .content{
    padding: 10px 15px;
  }
  .msgBox .content:before{
    top: -12px;
    left: calc(50% - 10px);
    transform: rotate(135deg);
  }
  .formConatct{
    padding: 15px;
  }
  h1{
    font-size: 24px;
  }
  .header-banner .content-center .title{
    font-size: 20px;
    line-height: 30px;
  }
  .reviewLabel{
    margin-bottom: 30px;
  }
  .bannerContent .title{
    font-size: 20px;
  }
  .bannerContent .subTitle{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .BannerContact_form{
    width: 300px;
  }
  .footerLogoList li img{
    height: 70px;
    width: auto;
  }

}