/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/*
@font-face {
  font-family: 'Roboto', sans-serif;
  src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url("../fonts/Montserrat-Bold.ttf");
}
*/

body {
  background: #fff;
  color: #444;
  font-family: 'Roboto', sans-serif;
}

a {
  color: #1bb1dc;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  /*background: #1bb1dc;*/
  background: #00b4e6;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #1bb1dc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 110px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-pages {
  height: 70px;
  padding: 15px 0;
  background-color: #003c82;
  box-shadow: 0px 0px 30px rgba(0, 60, 130, 0.3);
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #413e66;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 7px 0;
  max-height: 26px;
}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/


#intro {
  width: 100%;
  height: 100vh;
  /*height: 100vh;*/


  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;

  /*position: relative;*/
  background: #003c82 url("../img/bgnd.jpg") center top no-repeat;
  background-size: cover;
}

#intro .intro-info {
    display: flex;
    align-items: center;
}

#intro .intro-info h2 {
  color: #ffffff;
  margin-bottom: 40px;
  font-family: 'Montserrat';
  font-size: 44px;
  font-weight: 800;  
}

#intro .intro-info h2 span {
  color: #f9aa46;
}

#intro .intro-info .slide2 span {
  color: #00b4e6;
}


.container-slide {
    position: relative;
    width: 220px; 
    height: 305px;   
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 0px;

    /*border: 1px solid #73AD21;*/
}

.container-slide2 {
    position: relative;
    width: 264px; 
    height: 305px;   
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;

    /*border: 1px solid #73AD21;*/
}

#intro .container-slide2 img {  
    width: 264px; 
    height: 305px;     
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* Set text to slides */
.text-block1 {
  position: absolute;
  bottom: 45px;
  left: 36px;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 600;  
  color: #fff;
  text-align: center;    
  line-height: 18px;
  /*border: 1px solid #73AD21;  */
}

/* Set text to slides */
.text-block2 {
  position: absolute;
  bottom: 45px;
  left: 42px;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 600;  
  color: #fff;
  text-align: center;    
  line-height: 18px;
  /*border: 1px solid #73AD21;  */
}

/* Set text to slides */
.text-block3 {
  position: absolute;
  bottom: 45px;
  left: 24px;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 600;  
  color: #fff;
  text-align: center;    
  line-height: 18px;
  /*border: 1px solid #73AD21;  */
}

/* Set text to slides */
.text-block4 {
  position: absolute;
  bottom: 45px;
  left: 16px;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 600;  
  color: #fff;
  text-align: center;    
  line-height: 18px;
  /*border: 1px solid #73AD21;  */
}

.text-block5 {
  position: absolute;
  bottom: 90px;
  left: 37px;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 600;  
  color: #fff;
  text-align: center;    
  line-height: 20px;
  /*border: 1px solid #73AD21;  */
}

.text-block6 {
  position: absolute;
  bottom: 90px;
  left: 31px;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 600;  
  color: #fff;
  text-align: center;    
  line-height: 20px;
  /*border: 1px solid #73AD21;  */
}

.text-block7 {
  position: absolute;
  bottom: 90px;
  left: 43px;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 600;  
  color: #fff;
  text-align: center;    
  line-height: 20px;
  /*border: 1px solid #73AD21;  */
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Icons resizing in the navigation bar. Unfortunately, they are not same size, so 2 classes.... */

.icon-nav {
    width: 23px;
    height: 18px;
}

/* resize login icon */
.icon-nav img {
    width: 100%;
    height: auto;
}

.icon-nav2 {
    width: 20px;
    height: 20px;
}

/* resize image the planet */
.icon-nav2 img {
    width: 100%;
    height: auto;
}

.right-arr {
    width: 28px;
    height: 53px;
}

/* resize login icon */
.right-arr img {
    width: 100%;
    height: auto;
}

.right-arr2 {
    width: 14px;
    height: 26px;    
}

/* resize login icon */
.right-arr2 img {
    width: 100%;
    height: auto;
    margin:0 auto;
}

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #ffffff;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  /*text-transform: uppercase;*/
  text-transform: none;
  font-weight: 0;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  /*color: #1bb1dc;*/
  color: #00b4e6;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  /*background: #fff;*/
  background: #003c82;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 200;
  text-transform: none;
  /*color: #065e77;*/
  color: #00b4e6;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
   /*color: #1bb1dc;*/
  color: #00b4e6;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: 'Roboto';
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  /*background: rgba(40, 38, 70, 0.8);*/
  background: rgba(0, 60, 130, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  /*color: #8dc2fa;*/
  color: #00b4e6;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: "Montserrat", sans-serif;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  /*color: #065e77;*/
  color: #fff;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  /*background: rgba(40, 38, 70, 0.8);*/
  background: rgba(0, 60, 130, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/


.section-header h3 {
  font-size: 48px;
  color: #00b4e6;
  text-align: left;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
  padding-top: 50px;
}

.section-header p {
  text-align: left;
  margin: auto;
  font-size: 15px;
  padding-bottom: 0px;
  color: #64646f;
  width: 100%;
}

.section-header span {
  color: #00b4e6;
  text-transform:uppercase;
}
/* Section with background
--------------------------------*/

.section-bg {
  background: #f5f5ff;
}


/* About Us Section
--------------------------------*/

#about {
  padding: 80px 0;
}

#about .about-content {
  padding-top: 40px;
}

#about .about-content h2 {
  color: #413e66;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}


#about .about-content ul {
  list-style: none;
  padding: 0;
}

#about .about-content ul li {
  padding-bottom: 10px;
}

#about .about-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #1bb1dc;
}

#about .about-img {
  position: relative;
  margin: 30px 30px 30px 30px;
}

#about .about-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: .5s;
}

#about .about-img img:hover {
  width: 100%;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

#about .about-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

#about .about-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

/* Services Section
--------------------------------*/

#services {
  padding: 60px 0 40px 0;
}

#services .box {
  padding: 30px;    
  position: relative;  
  /*overflow: hidden;  */
  overflow: visible;
  border-radius: 10px;
  margin: 0 20px 80px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: left;
  z-index:1;  
}

#services .box .icon-serv {
    width: 87px;
    height: 100px;
}

/* resize login icon */
#services .box .icon-serv img {
    width: 100%;
    height: auto; 
    z-index: 99;        
    padding-left: 0px;                
    margin-top: -65px;
    position:relative;    
}


#services .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


#services .title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: -40px;
  font-size: 18px;
}

#services .title1 a {
  color: #e88d17;
}

#services .title2 a {
  color: #2981fe;
}

#services .title3 a {
  color: #2dc5bf;
}

#services .title4 a {
  color: #57b163;
}

#services .title5 a {
  color: #c80050;
}

#services .title6 a {
  color: #8560fd;
}

#services .title1 span {
  color: #e88d17;
}

#services .title2 span {
  color: #2981fe;
}

#services .title3 span {
  color: #2dc5bf;
}

#services .title4 span {
  color: #57b163;
}

#services .title5 span {
  color: #c80050;
}

#services .title6 span {
  color: #8560fd;
}

/*#services .box:hover .title a {
  color: #1bb1dc;
}*/

#services .description {
  font-family: "Roboto", sans-serif;
  color: #64646f;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}


/* Why Us Section
--------------------------------*/
.bullet-i {
    width: 17px;
    height: 20px;    
    padding-top:25px;    
}

/* resize bullet icon */
.bullet-i img {
    width: 100%;
    height: auto;
}

#why-us {
  padding: 60px 0;
}

#why-us h4 {
  font-size: 36px;
  color: #00b4e6;
  text-align: left;
  font-weight: 700;  
  font-family: "Montserrat", sans-serif;
}


#why-us .why-us-content .features {
  margin: 0 0 15px 0;
  padding: 0;
  transition: 0.3s ease-in-out;
}

#why-us .why-us-content .features i {
  font-size: 36px;
  float: left;
}

#why-us .why-us-content .features h4 {
  font-size: 20px;
  font-weight: 600;
  margin-left: 36px;
  color: #413e66;
  margin-bottom: 0px;
  margin-top: 0px;
}

#why-us .why-us-content .features p {
  font-size: 14px;  
  margin-left: 36px;
  margin-bottom: 0px;  
  color: #555186;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #555186;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #8a87b6;
}

#why-us h3 {
  color: #00b4e6;
}


#why-us span {
  color: #00b4e6; 
}

#why-us .description {
  font-family: 'Roboto', sans-serif;
  color: #64646f;
  font-size:14px;
}

/* Features Section
--------------------------------*/

#features {
  padding: 30px 0;
}

#features .page2 h4 {
  font-weight: 700;
  font-family:"Montserrat", sans-serif;
  font-size: 48px;
  color: #e88d17;
}

#features .description {
  font-family: "Roboto", sans-serif;
  color: #64646f;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  text-align: left;
}

#features .page2 span {
  color: #e88d17;
}

#features .page2 a {
  color: #e88d17;
}

#features .page1 h4 {
  font-weight: 700;
  font-family:"Montserrat", sans-serif;
  font-size: 48px;
  color: #00b4e6;
}

#features .page1 span {
  color: #00b4e6;
}


/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 60px 0;
}


#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;  
}

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  margin: 0;

}

#portfolio .portfolio-item .portfolio-wrap img {
  display: block;
  margin-right: auto;
  margin-left: auto;  
  width: 100%;
}

#portfolio .portfolio-item .portfolio-wrap p {
  /*display: block;*/
  margin-right: auto;
  margin-left: auto;  
  text-align:center; 
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
  color: #fff;
}

#portfolio .portfolio-item h5 {
  font-family: "Roboto", sans-serif;
  font-size: 17px;  
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 15px;
  padding-bottom: 0;
  color: #00b4e6;
}

/*#portfolio .portfolio-item span {
    color: #00b4e6;

}
*/

#portfolio .portfolio-item p {
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin: 0;
  /*color: #f8fcff;*/
  /*color: #00b4e6;*/
  font-weight: 500;
  font-size: 13px;
  /*text-transform: uppercase;*/
}




/* Frequently Asked Questions Section
--------------------------------*/

#faq {
  padding: 60px 0;
  overflow: hidden;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ebebeb;
}

#faq #faq-list a {
  padding: 22px 0;
  display: block;
  position: relative;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  padding-right: 20px;
  color:#00b4e6;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 20px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
  color: #00b4e6;
}

#faq #faq-list a.collapsed {
  color: #00b4e6;
}

#faq #faq-list a.collapsed i::before {
  content: "\f2c7" !important;
}

#faq .description {
    font-family: 'Roboto', sans-serif;
    color: #64646f;

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  padding: 0 0 30px 0;
  font-size: 14px;
  background: #64646f;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #e6e6eb;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #64646f;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #535074;
}


#footer .footer-top h4 {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #32323c;
  /*text-transform: uppercase;*/
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {

  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;

}

#footer .footer-top .footer-links ul li {
  font-family: "Roboto", sans-serif;
  color: #00b4e6;
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #00b4e6;
}

#footer .footer-top .footer-links ul a:hover {
  color: #1bb1dc;
}


#footer .copyright {
  text-align: left;
  padding-top: 30px;
  color: #fff;
  font-size: 15px;
}

#footer .credits {
  text-align: center;
  font-size: 14px;
  padding-top: 4px;
  color: #8582a8;
}

#footer .copyright a {
  color: #00b4e6;
}

#footer .credits a {
  color: #1bb1dc;
}

#footer .credits a:hover {
  color: #0a98c0;
}

#footer-links a {
    color: #00b4e6;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

/*@media (min-width: 991px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
*/

@media (min-width: 992px) {
  /*
  #intro .intro-info {
    padding-top: 80px;
  }

  */
  #intro  {
    height: auto !important;        
    /*height: 100vh;*/
    padding: 80px 0 60px 0;
  }  
   
  #intro .container {
    height: auto !important;    
    width: 100%;
    /*height: 100vh;*/

  }

  #intro .intro-img {
    /*width: 80%;*/
    width: 100%;
  }

  #intro .intro-info {
    text-align: left;
    padding-top: 40px;
  }

 .carousel {
  max-height: auto;
  overflow: hidden;

  .item img {
    width: 100%;
    height: auto;
  }
}

}

@media (max-width: 991px) {
  /* #topbar {
    display: none;
  }
  */

  #intro {
    height: auto;    
    padding: 80px 0 60px 0;
  }

  #intro .container {
    height: auto !important;    
    /*height: 100vh;*/
    width: 100%;

  }


  #header {
    height: 70px;
    padding: 15px 0;
  }

  #intro .intro-img {
    /*width: 80%;*/
    width: 100%;
  }
  
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #why-us .why-us-content {
    padding-top: 30px;
  }

  
  #pricing .card {
    margin-bottom: 50px;
  }

  

}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 16px;
  }

  #faq #faq-list i {
    top: 13px;
  }

  

}

@media (max-width: 767px) {
  
  #intro {
    height: auto;    
    padding: 80px 0 60px 0;
  }

  #intro .container {
    
    height: auto !important;
  }

  #intro .intro-img {
    /*width: 80%;*/
    width: 100%;
  }

  #intro .intro-info {
    text-align: left;
    padding-top: 40px;
  }

  #intro .intro-info h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }
 

  
}

@media (max-width: 574px) {
  #footer .footer-top .social-links a {
    margin-bottom: 25px;
  }

  #intro .intro-info h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  #intro .intro-info .slide2 h2 {
    font-size: 24px;  
  }

  .section-header h3 {
  font-size: 36px;
  color: #00b4e6;
  text-align: left;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

#features .page2 h4 {
  font-weight: 700;
  font-family:"Montserrat", sans-serif;
  font-size: 36px;
  color: #e88d17;
}

#features .page1 h4 {
  font-weight: 700;
  font-family:"Montserrat", sans-serif;
  font-size: 36px;
  color: #00b4e6;
}
  
  .carousel {
    max-height: 1090px;
    overflow: hidden;

    .item img {      
      width: 100%;
      height: auto;         
    } 
  }

  .container-slide1 img {
    width: 165px;
    height: 230px;        
  }

}

@media (max-width: 359px) {
  #footer .footer-top .social-links a {
    margin-bottom: 25px;
  }

  #intro .intro-info h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .section-header h3 {
  font-size: 26px;
  color: #00b4e6;
  text-align: left;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
}


#features .page2 h4 {
  font-weight: 700;
  font-family:"Montserrat", sans-serif;
  font-size: 26px;
  color: #e88d17;
}

#features .page1 h4 {
  font-weight: 700;
  font-family:"Montserrat", sans-serif;
  font-size: 26px;
  color: #00b4e6;
}
 

  .carousel {
    max-height: 1070px;
    overflow: hidden;

    .item img {
      width: 100%;
      height: auto;
    } 
  }

  

}