
body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", 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;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 5px;
  bottom: 80px;
  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 {
  position: relative;
  padding: 0 0 25px 0;
  font-size: 13px;
  transition: all 0.5s;
  top: -65px;
  background-color: #005f98;
  
}

#topbar .social-links {
position: fixed;
left: 50px;
top: 10px;
font-weight: 1000;
font-size: 15px;
display:none;
  
}
#topbar.active {
  position: relative;
  right: 70px;
  top: 10px;
  font-weight: 700;
    
  }

#topbar .social-links a {
  
  color: #fff;
  padding: 4px 12px;
  display: inline-block;
  line-height: 0px;
 
  
}
#topbar .active a {
  
  color: #fff;
  padding: 4px 12px;
  display: inline-block;
  line-height: 0px;
  position: relative;
  left: 450px;
  top: 16px;
  font-weight: 700;
  
}

#topbar .social-links a:hover {
  color: #1bb1dc;
}
#topbar .active a:hover {
  color: #1bb1dc;
}


#topbar .social-links a:first-child {
  border-right: 0px;
}

#topbar .active a:first-child {
  border-right: 0px;
}

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

#header {
  height: 10px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 60px 0;
  position: fixed;
  left: 0;
  top: 0px;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background-color: #fff;
 
}
#header.header-scrolled{
  padding: 40px;
}

#header.header-scrolled .main-nav,
#header.header-pages .main-nav{
  position: relative;
  top: 20px;
  
  
}
#header.header-scrolled .logo,
#header.header-pages .logo{
  position: relative;
  top: 20px;
  
  
}
#header.header-scrolled .logo-gold,
#header.header-pages .logo-gold{
  position: relative;
  top: 20px;
  
  
}

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


#header .logo img {
  position:relative;
  top: -50px;
  left: -50px;
  padding: 0;
  margin: 0px 0;
  
}

#header .logo-gold img {
  position:relative;
  top: -35px;
  right: -50px;
  padding: 0;
  margin: 0px 0;
  
}

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

.bg-active{
  background:white;
    color: #1bb1dc !important;
    margin-left:10px !important;
    font-weight:600 !important;
}

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

#intro {
  width: 100%;
  height: 100%;
  position: relative;
  background: #f5f8fd url("../img/intro-bg.jpg") ;
  background-size: initial;
 
}

.intro-img{
  top: 100px;
}
#intro .intro-info h2 {
  color: #413e66;
  /* margin-bottom: 70px; */
  font-size: 48px;
  font-weight: 700;
  /* position: relative; */
  /* top: 50px; */
}

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

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* display: inline-block; */
  padding: 10px 32px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #1bb1dc;
  color: #fff;
  /* position:relative; */
  top: 20px;
}

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-services:hover {
  background: #0a98c0;
}

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

.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;
  left: 70px; 
  color: #413e66;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  top: -40px;
}

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

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

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

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

.main-nav .drop-down ul a {
  left: 1px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77;
}

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

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  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);
  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;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  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: 40px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 30px;
  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;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 38, 70, 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: 36px;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #f5f8fd;
}

/* 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 h3 {
  color: #696592;
  font-weight: 600;
  font-size: 22px;
  font-style: italic;
}
#about .about-class h3 {
  color: #696592;
  font-weight: 600;
  font-size: 22px;
  font-style: italic;
}


#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: 15px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

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

#services .icon {
  margin: 0 auto 15px auto;
  padding-top: 5px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#services .icon i {
  font-size: 40px;
  line-height: 1;
}

#services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
  display:none;
}

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

#services .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}

/* Why Us Section
--------------------------------*/

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

#why-us .why-us-content .features {
  margin: 0 0 15x 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: 24px;
  font-weight: 600;
  margin-left: 56px;
  color: #413e66;
  margin-bottom: 5px;
  
}

#why-us .why-us-content .features p {
  font-size: 16px;
  margin-left: 56px;
  color: #555186;
}

#why-us .counters {
  padding-top: 10px;  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  border: 2px solid #f4f4f4;
  
}

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

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

/* Call To Action Section
--------------------------------*/

#call-to-action {
  background-image: url(../img/bg2.jpg);
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

#call-to-action .cta-text {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #1bb1dc;
  border: 3px solid #1bb1dc;
}

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

#features {
  padding: 80px 0;
}

#features h4 {
  font-weight: 600;
  font-size: 24px;
}

/*   *------------------------------------------------------------------
    PORTFOLIO
-------------------------------------------------------------------*/

.item-h2,
.item-h1 {
    height: 50% !important;
    height: auto !important;
}

.isotope-item {
    z-index: 2;
    padding: 0;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.portfolio-filter ul {
    padding: 0;
    z-index: 2;
    display: block;
    position: relative;
    margin: 0;
}

.portfolio-filter ul li {
    border-radius: 0;
    display: inline-block;
    margin: 0 5px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

.portfolio-filter ul li:last-child:after {
    content: "";
}

.portfolio-filter ul li .btn-dark {
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #e6e7e6 !important;
    color: #1f1f1f;
    font-weight: 400;
    font-size: 13px;
    padding: 10px 30px;
}

.da-thumbs {
    list-style: none;
    position: relative;
    padding: 0;
}

.da-thumbs .pitem {
    margin: 0;
    padding: 15px;
    position: relative;
}

.da-thumbs .pitem a,
.da-thumbs .pitem a img {
    display: block;
    position: relative;
}

.da-thumbs .pitem a {
    overflow: hidden;
}

.da-thumbs .pitem a div {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

.da-thumbs .pitem a div h3 {
    display: block;
    color: #ffffff;
    font-size: 20px;
    padding: 30px 15px;
    text-transform: capitalize;
    font-weight: normal;
}

.da-thumbs .pitem a div h3 small {
    display: block;
    color: #ffffff;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 300;
}

.da-thumbs .pitem a div i {
    background-color: #1f1f1f;
    position: absolute;
    color: #ffffff !important;
    bottom: 0;
    font-size: 15px;
    z-index: 12;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.gallery-single{
  margin: 30px 15px;;
}

.gallery-single {
  position: relative;float: left;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px rgb(204 204 204 / 28%);
  border: 0.1px solid #f4f4f4;
  border-radius: 10px;
  box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
}

.gallery-list .img-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: #005f98;
    color: #35424C;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 2;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    transition: 0.4s linear;
    display:none !important;
}

.gallery-list .gallery-single:hover .img-overlay {
    opacity: 0.8;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.gallery-list .gallery-single:hover .img-overlay .hoverbutton{
  opacity: 1;
  top: 50%;
}


/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 80%;
  opacity: 1;
  transition: 0.3s;
  padding: 15px 0;    object-fit: contain;
}

#clients img:hover {
  transform: scale(1.1);
 
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #1bb1dc;
}


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

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

#footer .footer-top {
  padding: 50px 0 30px 0;
  background: #f5f8fd;
}

#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: #413e66;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
}

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

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1bb1dc;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0a98c0;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #413e66;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
  display:none;
}

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

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

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

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

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

.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

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

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

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

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
  border: 1px solid #d9dde6;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #1bb1dc;
  border: 1px solid #1bb1dc;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0a98c0;
}

#footer .footer-top .form .form-group {
  margin-bottom: 6px;
}

#footer .footer-top .form #sendmessage {
  color: #fff;
  background: #00ff2f;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#footer .footer-top .form #errormessage {
  color: #fff;
  display: none;
  background:#2fff00;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}


#footer .footer-top .form #sendmessage.show,
#footer .footer-top .form #errormessage.show,
#footer .footer-top .form .show {
  display: block;
}

#footer .footer-top .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#footer .footer-top .form label {
  color: #413e66;
  font-weight: 500;
}

#footer .footer-top .form input,
#footer .footer-top .form textarea {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #dce1ec;
  font-size: 14px;
}

#footer .footer-top .form input::-webkit-input-placeholder,
#footer .footer-top .form textarea::-webkit-input-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input::-moz-placeholder,
#footer .footer-top .form textarea::-moz-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input:-ms-input-placeholder,
#footer .footer-top .form textarea:-ms-input-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input::placeholder,
#footer .footer-top .form textarea::placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form #mybtn[type="submit"] {
  background: #1bb1dc;
  border: 0;
  border-radius: 3px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#footer .footer-top .form #mybtn[type="submit"]:hover {
  background: #0a98c0;
  cursor: pointer;
}

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

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

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

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

/*--------------------------------------------------------------
# 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;
  }

  #testimonials .testimonial-item p {
    width: 80%;
  }
}

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

  #header {
   
    padding: 50px 0;
    position: fixed;
    
  }
  #header.header-scrolled {
   
    padding: 50px 0;
    position: fixed;
    
  }

  #header .logo img {
    position: fixed;
    left: 15px;
    top: 25px;
    width: 200px;
  
  }
  #header .logo-gold img {
    width: 139px;
    position: fixed;
    right: 20PX;
    top: 22px;
  
  }
 
  


  #why-us .why-us-content {
    padding-top: 30px;
  }
  #why-us .section-header{
    font-size: 8px;
  }

  #pricing {
    padding-bottom: 30px;
  }

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

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

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

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

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

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

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

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

  #intro .intro-info h2 {
    font-size: 20px;
    margin-bottom: 0px;
    top: 70px;
    position: relative;
    
  }
  #intro .intro-info .btn-get-started,
  #intro .intro-info .btn-services {
  position: relative;
  top: 85px;
  font-size: 14px;
  
  }


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

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

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



.block-heading {
 
  background-repeat: repeat-x;
  height: 20px;
  margin: 60px 0;
  text-align: center;
  font-weight: 700;
  }

  .block-heading h2 {

 
  display: inline-block;
  color:#555186;
  font-weight: 700;
  margin-top: -28px;
  padding: 5px 30px 10px 30px;
  
  }
  @media (max-width: 1024px) {
    #topbar {
      display: none;
    }
  
    #header {
     
      padding: 50px 0;
      position: fixed;
      
    }
    #header.header-scrolled {
     
      padding: 50px 0;
      position: fixed;
      
    }
  
    #header .logo img {
      position: fixed;
      left: 15px;
      top: 25px;
      width: 200px;
    
    }
    #header .logo-gold img {
      width: 139px;
      position: fixed;
      right: 20PX;
      top: 22px;
    
    }
    #header .main-nav {
      position:fixed;
     left: 140px;
    }
   

  
  

  }
  @media (max-width: 360px) {
    #topbar {
      display: none;
    }
  
    #header {
     
      padding: 50px 0;
      position: fixed;
      
    }
    #header.header-scrolled {
     
      padding: 50px 0;
      position: fixed;
      
    }
  
    #header .logo img {
      position: fixed;
      left: 15px;
      top: 25px;
      width: 180px;
    
    }
    #header .logo-gold img {
      width: 130px;
      position: fixed;
      right: 20PX;
      top: 22px;
    
    }
   
  }
  @media (max-width: 320px) {
    #topbar {
      display: none;
    }
  
    #header {
     
      padding: 50px 0;
      position: fixed;
      
    }
    #header.header-scrolled {
     
      padding: 50px 0;
      position: fixed;
      
    }
  
    #header .logo img {
      position: fixed;
      left: 15px;
      top: 25px;
      width: 180px;
    
    }
    #header .logo-gold img {
      width: 100px;
      position: fixed;
      right: 20PX;
      top: 22px;
    
    }
  }
  @media (max-width: 1200px) {
    #topbar {
      display: none;
    }
  
    #header {
     
      padding: 50px 0;
      position: fixed;
      
    }
    #header.header-scrolled {
     
      padding: 50px 0;
      position: fixed;
      
    }
  
    #header .logo img {
      position: fixed;
      left: 15px;
      top: 25px;
      width: 200px;
    
    }
    #header .logo-gold img {
      width: 150px;
      position: fixed;
      right: 20PX;
      top: 22px;
    
    }
    #header .main-nav {
      position:fixed;
     left: 140px;
    }
   
  }
   

  
  #intro-zoho{
    float:left;
    width:100%;
    padding-bottom:50px;
    padding-top:50px;
    padding-top: 155px;
    padding-bottom:50px;
    background-image: url(../img/scroll-bg.png);
    background-size: cover;
  }

#intro-zoho h1{
  float:left;
  width:100%;
  color:white;
  font-size: 38px;
  font-weight:bold;
  text-align: left;
  text-transform: uppercase;
  /* margin-bottom: 0px; */
}

#intro-zoho p{
  float:left;
  /* width: 60%; */
  text-align: left;
  font-size: 14px;
  line-height:28px;
  color: black;
  /* padding-left: 250px; */
  /* padding-right: 250px; */
}


#get-trial{
  float:left;
  width:100%;
  /* text-align:center; */
  margin-top: 8px;
}

#get-trial2{
  float:left;
  width:100%;
  text-align:center;
  margin-top:15px;
}


.trial-nav{
  width:auto;
  padding:10px;
  color:white;
  font-size:18px;
  background: #76787a;
  border-radius: 5px;
  font-weight:600;

  font-size: 14px;
  padding: 17px;
  padding-left: 24px;
  padding-right: 24px;
}

.trial-nav:hover{
   background:white;
   color:black !important;
}

#zoho-logo{
  float:left;
  width:100%;
  padding-top: 35px;
  padding-bottom: 35px;
}

#zoho-logo h2{
  float:left;
  width:100%;
  text-align:center;
  font-size: 30px;
  font-weight:bold;
  line-height: 40px;
  margin-bottom: 10px;
  color: black;
}

#zoho-logo p{
  float:left;
  width:100%;
  text-align:center;
  line-height: 29px;
  font-size: 15px;
  color: black;
  padding-left: 150px;
  padding-right: 150px;
  margin-bottom: 10px;
}

.logo-sections{
  float:left;
  width:100%;
  padding-top:15px;
  padding-bottom:15px;
}

.logo-zoho{
  float:left;
  width:100%;
  padding:10px;
  text-align: center;
}

.left{
  float:left;
}

.logo-section2{margin-top:15px;}

#zoho-enter-business{
  float:left;
  width:100%;
  padding-top:45px;
  padding-bottom:45px;
  background: aliceblue;
}

#zoho-enter-business h2{
      float: left;
      width: 100%;
      text-align: center;
      font-size: 30px;
      font-weight: bold;
      line-height: 40px;
      margin-bottom: 10px;
      color: black;
}

#zoho-enter-business p{
    float: left;
    width: 100%;
    text-align: center;
    line-height: 29px;
    font-size: 15px;
    color: black;
    padding-left: 150px;
    padding-right: 150px;
    margin-bottom: 10px;
}

.business-steps{
  float:left;
  width:100%;
  margin-top: 40px;
}

.business-steps h2{
  float: left !important;
  width: 100% !important;
  font-weight: 800 !important;
  font-size: 26px !important;
  color: black !important;
  text-align: left !important;
  margin-bottom: 4px !important;
}

.business-steps p{
  float: left !important;
  width: 100% !important;
  text-align: left !important;
  color: black !important;
  font-size: 14px !important;
  line-height: 28px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-bottom:25px !important;
}

.business-icons{
  float:left;
  width:100%;
  margin-bottom: 15px;
}

#quotes{
  float:left;
  width:100%;
  padding-top:50px;
  padding-bottom: 65px;
  background: #005f98;
}

#quotes h2{
  float:left;
  width:100%;
  color:white;
  font-size: 29px;
  font-weight:bold;
  text-align: center;
  line-height: 42px;
  margin-bottom: 13px;
}

#quotes p{
  float:left;
  width:100%;
  font-size:14px;
  color:white;
  padding-left: 250px;
  padding-right: 250px;
  text-align: center;
  line-height: 28px;
  margin-bottom: 15px;
}

.business-icons img{
  width: 80px;
}

#imp-sections{
  float:left;
  width:100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

#imp-sections h3{
  float:left;
  width:100%;
  font-size: 26px;
  font-weight: 500;
  color:black;
  margin-bottom: 10px;
}

#imp-sections p{
  float:left;
  width:100%;
  font-size:14px;
  color:black;
  line-height: 25px;
}

.nmbr{
  float:left;
  width:100%;
  font-size: 55px;
  font-weight:bold;
  color: #005f98;
  padding-bottom: 5px;
}

#imp-sections h2{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
    color: black;
}


#help-form{
  float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 65px;
    background: #005f98;
    display:none;
}

#help-form h2 {
    float: left;
    width: 100%;
    color: white;
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    margin-bottom: 13px;
}

#help-form p{
      float: left;
      width: 100%;
      font-size: 14px;
      color: white;
      padding-left: 250px;
      padding-right: 250px;
      text-align: center;
      line-height: 28px;
      margin-bottom: 30px;
}

#help-form form{
  /* float:left; */
  width: 750px;
  padding-top:25px;
  margin-left: auto;
  margin-right: auto;
}

.mct_form {
    /* border-bottom: 1px solid #ffffff; */
    color: #ffffff;
    display: block;
    font-size: 13px;
    /* text-transform: uppercase; */
    height: 50px;
    margin-bottom: 25px !important;
    padding: 0 20px;
    outline: none;
    background: #005f98;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgb(255 255 255 / 66%);
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 15px;
    margin-top: 17px;
    border-radius: 5px;
}

.frm-titel{
  float:left;
  width:100%;
  font-size:14px;
  color:white;
}

.contact-snds{
    float:left;
    background-color: #062e46;
    text-align: center;
    color: white;
    width: 160px;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: 44px;
    /* border-bottom-left-radius: 25px; */
    /* margin-right: 20px; */
    margin-top:10px;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.contact-snds:hover{
  text-decoration:none;
  background-color: #3979f6;
   transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.grey-hrm{
  float:left;
  width:100%;
  border:none;
  padding: 15px;
  border-radius: 5px;
  margin-bottom:35px;
  margin-top:15px;
  padding-left:0px;
  padding-top:0px;
  float: left;
    width: 100%;
    background-color: white;
    padding: 28px;
    border-radius: 5px;
    margin-bottom: 25px
}

.grey-hrm h2{
  float:left !important;
  width:100% !important;
  font-size:20px !important;
  color:black !important;
  font-weight:700 !important;
  text-align:left !important;
  padding-top: 10px;
}

.grey-hrm p{
  padding-left:0px !important;
  padding-right:0px !important;
  text-align:left !important;
}

.processing-bg{
  float:left;
  width:100%;
  background-color:white;
  padding: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.processing-bg h3{
  float:left;
  width:100%;
  color:black;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}

.processing-bg p{
  float: left !important;
  width: 100% !important;
  text-align: center !important;
  font-size: 14px !important;
  line-height: 27px !important;
  color: black !important;
}

.processing-bg span{
  float:left;
  width:100%;
  font-size: 45px;
  color: #1bb1dc;
  font-weight: 800;
  text-align: center;
  margin-bottom: 8px;
}

.ftr-list{
  float:left;
  width:100%;
  margin-top:20px;
}

.ftr-border{
  float: left;
  width: 100%;
  border-radius: 5px;
  border: solid 1px rgb(0 0 0 / 21%);
  padding: 15px;
  text-align: center;
  color: black;
  font-weight: 500;
  font-size: 14px;
  cursor:pointer;
  margin-bottom: 25px;
  transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.ftr-border:hover{
   border: solid 1px rgb(27 177 220);
   background: #1bb1dc;
   color: white;
}


.ftr-border2{
  float: left;
  width: 100%;
  border-radius: 5px;
  background: #005f98;
  padding: 15px;
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 14px;
  cursor:pointer;
  margin-bottom: 25px;
  transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.business-icons2{
  float:left;
  width:100%;
  margin-bottom: 15px;
}

.ln30{
  line-height:30px !important;
}

.fnt-gp{
  font-size: 17px !important;
  line-height: 26px !important;
  margin-bottom: 30px !important;
}

.gps-img{
  float:left;
  width:100%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.gps-img img{
  width: 70px;
}

.virtual-bg{
  float:left;
  width:100%;
  background-color:white;
  border-radius:8px;
  padding:30px;
  text-align:center;
  height:575px;
  box-shadow: 0 0 60px rgb(34 34 34 / 25%);
}

.itinfra-bg{
   float:left;
   width:100%;
   background-color:white;
   border-radius:8px;
   padding: 25px;
   text-align:center;
   height:365px;
}

.itinfra-bg h2{
  float: left !important;
    width: 100% !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    color: black !important;
    text-align: left !important;
    margin-bottom: 4px !important;
    line-height: 25px !important;
    padding-bottom: 5px !important;
}

.it-infrasec{
  float:left;
  width:100%;
      margin-top:10px;
      margin-bottom:5px;
}

.it-infrasec img{
  width:85px;
}

.explore-nav{

  color:white !important;
  background: #1bb1dc;
  color:white;
  font-size: 14px;
  margin-top: 11px;
  padding: 11px;
  padding-left: 17px;
  padding-right: 17px;
  margin-bottom: 8px;
}

.explore-nav:hover{
  background: #0d8baf;
  color:white !important;
  text-decoration:none !important;
}

.s-imgs{
  float:left;
  width:100%;
}

.mainbanner-carousel{
  float:left;
  width:100%;
  margin-top: 220px;
}

.bnr-logo{
  float:left;
  width:100%;
  margin-bottom:8px;
  margin-top:40px;
}

.bnr-logo img{
  width:180px !important;
  border-radius:8px;
}

.mainbanner-carousel h2{
  font-weight: 700;
  font-size: 37px;
  color: #413e66;
}

.mainbanner-carousel h2 span{
  color: #1bb1dc;
}

.btn-get-started {
font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* display: inline-block; */
  padding: 10px 32px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #1bb1dc;
  color: #fff;
  /* position:relative; */
  top: 20px;
}


.btn-get-started:hover {
  background: #0a98c0;
  color:white !important;
}

.slimgs{
  margin-top:-50px;
}

.slimgs2{
  width:400px !important;
}


@media only screen and (max-width:1199px) {
.mainbanner-carousel h2{font-size:35px;}
.grey-hrm img{width:100%;}

}

@media only screen and (max-width:991px) {
.bnr-wd{width:100% !important; min-width:100% !important; flex:100% !important;}
.slimgs{display:none !important;}
.bnr-logo{display:none !important;}
.mainbanner-carousel h2{font-size:45px;}
.mainbanner-carousel{margin-top:100px;}
#intro{padding-bottom:20px;}
}


@media (min-width:992px) and (max-width:2999px) {
.slimgs2{display:none !important;}
}

@media only screen and (max-width:767px) {
.mainbanner-carousel{margin-top:10px;}
.detail-logo img{width:100%;}
}

@media only screen and (max-width:525px) {
.mainbanner-carousel h2{font-size:30px; line-height:30px;}
}

@media only screen and (max-width:450px) {
.slimgs2{width:320px !important; margin-bottom:10px;}
}


@media only screen and (max-width:999px) {
.grey-hrm p{padding-left:0px !important; padding-right:0px !important;}  
#intro-zoho p{padding-left:20px !important; padding-right:20px !important;}
#quotes p {padding-left:20px !important; padding-right:20px !important;}
#zoho-logo p {padding-left:20px !important; padding-right:20px !important;}
#zoho-enter-business p {padding-left:0px !important; padding-right:0px !important;}
#help-form p {padding-left:20px !important; padding-right:20px !important;}
#intro-zoho h1{font-size:40px;}
#help-form form{float:left; width:100%;}
.itinfra-bg{margin-bottom:15px;}
}

@media only screen and (max-width:439px) {
#intro-zoho h1{font-size:30px;}
}

.zoho-bg{
  float:left;
  width:100%;
  background-color:white;
  padding:28px;
  border-radius:5px;
  text-align: center;
  margin-bottom:25px;
}

.zoho-bg p{
  text-align:center !important;
}

.zoho-bg img{
     margin-bottom: 5px;
    height: 150px;
    object-fit: contain;
    width: 247px;
    max-width: 100%;
}

.detail-logo{
  float:left;
  width:100%;
  text-align:center;
  margin-bottom:8px;
  margin-top:8px;
}

.bg-itinfra{
  background-image: url(../img/it-infra-bg.png) !important;
  background-position-y: 0% !important;
}

.bg-accounting{
  background-image: url(../img/accounting-bg.png) !important;
  background-position-y: 100% !important;
}

.bg-greythr{
  background-image: url(../img/greythr-bg.png) !important;
}


.bg-zuper{
  background-image: url(../img/zuper-bg.png) !important;
  background-position: 50% !important;
}

.bg-manage-new{
  background-image: url(../img/manage-bg.png) !important;
  background-position-y: 77% !important;
}

.bg-zoho-new{
  background-image: url(../img/zoho-bg.png) !important;
}

.h215{
  height:215px;
}

@media only screen and (max-width:768px) {
 #intro-zoho h1{text-align:center;} 
 #intro-zoho p{width:100%; text-align:center;}
 #get-trial{text-align:center;}
.bg-accounting{background-position: center !important;}
.bg-greythr{background-position: center !important;}
.bg-zuper{background-position: center !important;}
.bg-manage-new{background-position: center !important;}
.bg-zoho-new{background-position: center !important;}
}


@media only screen and (max-width:1199px) {
.h215{height:285px;}
}


@media only screen and (max-width:991px) {
.h215{height:100% !important;}
.virtual-bg{height:100% !important;}
.itinfra-bg{height:100% !important;}
.h490{height:100% !important;}
}


@media only screen and (max-width:1100px) {
.img-inner{width:100% !important;}
}

@media only screen and (max-width:767px) {
.img-inner{width:100% !important; margin-top:40px;}
}

@media only screen and (max-width:425px) {
.right-sec img{width:39px;}
}


.h490{
  height:490px;
}


.sr-btn{
  float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.gallery-single img{
  padding:25px;
}

.new-manage-bg{
  padding-top: 45px;
    padding-bottom: 45px;
    background: aliceblue;
}

.ph-hide{opacity: 0;width: 0;background: gold;position: absolute;right: 74px;top: 14px;font-weight: 600;color: #000;text-align: center;padding: 10px;border-radius: 30px;font-size: 15px;}
.ph-hide span{

}
.chat-hide{opacity: 0;width: 0;background: gold;position: absolute;right: 76px;top: 102px;display: none;padding: 10px;color: #000;font-size: 15px;font-weight: 600;border-radius: 30px;transition: all ease-in-out .5s;}
.chat-hide span{

}

.ph:hover .ph-hide{
  opacity: 1;
  width: 170px;
}
.chat:hover .chat-hide{
  opacity: 1;
  width: 247px;
  display: block;
  text-align: center;
  display:none;
}
.right-sec{
      position: fixed;
      right: 0;
      top: 40%;
      float: right;
      z-index:11;
}

.right-sec img{
          width: 50px;
      display: block;
      margin-bottom:6px;
      /* padding: 15px 0; */
      /* height: 68px; */
}

.img-inner{
  width:460px;
}

.center-imgspage{
  text-align:center;
}