
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&amp;display=swap');
html,
body {
  overflow-x: hidden;
  width: 100%;
}

.container{
    max-width: 1320px;
}

.bg-2 {
    background-color: #f6f9fe;
}

.bg-3 {
  background-color: #30363d;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif, Arial, Helvetica, sans-serif;
}

p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 0rem;
    font-family: 'Montserrat', sans-serif, Arial, Helvetica, sans-serif;
}

ul, ol{
    font-family: 'Montserrat', sans-serif, Arial, Helvetica, sans-serif;
}

.com-padd{
    padding: 60px 0px;
}

.button-com {
  width: 170px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  padding: 10px 0px;
}

.button-2 {
    color: #fff;
    border: 3px solid #30363d;
    background-image: -webkit-linear-gradient(30deg, #30363d 50%, transparent 50%);
    background-image: linear-gradient(30deg, #30363d 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
  }
  .button-2:hover {
    background-position: 100%;
    color: #30363d;
    text-decoration: none;
  }

  .button-form {
    width: 170px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    margin-left:    0px;
    margin-bottom: 30px;
    cursor: pointer;
    display: inline-block;
  }

.button-3 {
    color: #30363d;
    border: 3px solid #ffffff;
    background-image: -webkit-linear-gradient(30deg, #ffffff 50%, transparent 50%);
    background-image: linear-gradient(30deg, #ffffff 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
  }
  .button-3:hover {
    background-position: 100%;
    color: #30363d;
    text-decoration: none;
  }

  .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-float {
    margin-top: 16px;
}

.mobile-quick {
    display: none;
}

label.error {
    display: block;
    padding: 2px;
    color: #ff0000;
    margin: 0px;
    padding: 0px;
}

.msg-error {
  color: #ff0000;
   background-color: #ffffff;
}
.g-recaptcha .error {
 background-color: #ffffff;
 color: #ff0000;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #30363d;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
  }
  
  #topbar .contact-info i {
    font-style: normal;
    color: #fff;
  }
  
  #topbar .contact-info i a,
  #topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
  }
  
  #topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
    transition: 0.3s;
  }
  
  #topbar .contact-info i a:hover {
    color: #fff;
    text-decoration: underline;
  }
  
  #topbar .social-links a {
    color: rgba(255, 255, 255, 0.7);
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
  }
  
  #topbar .social-links a:hover {
    color: white;
  }
  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    height: 86px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  
  #header.fixed-top {
    height: 80px;
  }
  
  #header .logo img {
    max-height: 80px;
  }

  #header.fixed-top .logo img {
    max-height: 70px;
  }
  
  .scrolled-offset {
    margin-top: 70px;
  }

  /* #Navigation
================================================== */

.start-header {
  position: relative;
	opacity: 1;
	transform: translateY(0);
	padding: 10px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
  z-index: 999;
  background-color: #ffffff;
}
.start-header.scroll-on {
  position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
  background-color: #ffffff;
}
.start-header.scroll-on .navbar-brand img{
	height: 60px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 60px;
	width: auto;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-light .navbar-brand {
  color: transparent;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #30363d !important;
}
.nav-item.active .nav-link{
	color: #30363d !important;
}
.nav-item.active:after{
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #30363d;
  opacity: 0;
  transition: all 200ms linear;
}
.nav-item.active:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #30363d;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}

.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
max-height: 0;
  display: block;
padding: 0;
margin: 0;
z-index: 999;
  transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
max-height: 999px;
  transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
padding: 10px!important;
margin: 0;
font-size: 15px;
letter-spacing: 1px;
color: #212121;
background-color: #fcfaff;
border: none;
border-radius: 3px;
box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
}
.dropdown-toggle::after {
display: none;
}

.dropdown-item {
padding: 10px 15px;
color: #212121;
border-radius: 2px;
  transition: all 200ms linear;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #30363d;
}
.dropdown-item:hover, 
.dropdown-item:focus {
color: #fff;
background-color: #30363d;
}

/* section-title */
.section-title {
    text-align: center;
    padding-bottom: 30px;
  }
  
  .section-title h3 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #30363d;
  }
  
  .section-title h3::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
  }
  
  .section-title h3::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #6c6d71;
    bottom: 0;
    left: calc(50% - 20px);
  }
/* section-title end */

/* sub-heading */
h3.sub-heading{
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
    color: #272727;
}
/* sub-heading end */

/* inner heading */
h4.inner-heading{
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #30363d;
}
/* inner heading end */

/* banner-form */

.banner-sec{
  background-color: #6c6d71;
}

.banner-sec .carousel-indicators{
bottom: 10px;
}

.banner-form {
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 0px;
}

.banner-form h3{
  font-size: 25px;
  color: #000000;
  font-weight: 600;
}

.banner-form p{
  color: #ffffff;
  margin-bottom: 0px;
}

.banner-form input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea{
  width: 100%;
  margin-bottom: 10px;
}

.banner-form .form-control {
display: block;
width: 100%;
/* height: calc(2em + 0.75rem + 2px); */
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #6c757d;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgb(255, 255, 255);
border-radius: 0.25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.banner-form .form-control:focus {
color: #000000;
background-color: #fff;
border-color: #ffffff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgb(#30363d);
}

.banner-form .button {
  border: 2px solid #30363d;
  color: #ffffff;
  padding: 10px 20px;
  background-color: transparent;
  margin-left: 0;
  text-transform: uppercase;
  margin-right: 0;
  font-family: 'Montserrat', sans-serif, Arial, Helvetica, sans-serif;
}

.banner-form .button:hover{
background-color: #30363d;
color: #ffffff;
}
/* banner-form end */

/* about-us */

.about-us h1{
  font-size: 30px;
  font-family: 'Montserrat', sans-serif, Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

/* about-us end */

/* why-choose us */
.why-choose {
  position: relative;
  background-image: url(../images/bubble1.png);
  background-repeat: no-repeat;
}

.choose-card{
  background-color: #ffffff;
  color: #000000;
  padding: 10px;
  text-align: center;
  height: 100%;
}

.choose-card h3{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.choose-card p{
  font-size: 16px;
  font-weight: 400;
}

.choose-card:hover{
  background-color: #263c67;
  color: #ffffff;
}

/* why-choose us end */

/* banner-bg */
.banner-bg{
  background-image: url(../images/banner.jpg);
}
/* banner-bg end */

/* service-box */

.service-box{
  position: relative;
  transition: transform .2s; /* Animation */
}

.service-box h3 {
  position: absolute;
  bottom: 0;
  background-color: #30363d;
  width: 100%;
  color: #ffffff;
  font-size: 20px;
  padding: 10px;
      text-align: center;
}

.service-box:hover{
  transform: scale(1.1);
}
/* service-box end */

/* testimonial-slider */

.testimonial-slider .item{
  padding: 0px 10px;
}

.testimonial-slider .item .test-box{
  background: #30363d;
  color: #ffffff;
  padding: 20px;
}

.testimonial-slider .item .test-box h3{
  font-size: 20px;
  padding-top: 20px;
}

.testimonial-slider .slick-dots {
  bottom: -35px;
}

.testimonial-slider .slick-dots li button:before {
  font-family: 'slick';
  font-size: 13px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* testimonial-slider end */

/* inner-banner */

.inner-banner{
  background-image: url(../images/banner-bg.jpg);
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 9;
}
.inner-banner:after {
  content: "";
  background-color: rgb(0 0 0 / 44%);
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  z-index: -1;
}
.inner-banner h1 {
  color: #ffffff;
  font-size: 42px;
  text-align: center;
  font-weight: 700;
}
/* inner-banner end */

/* about-2 */
.about-2 .media img{
  width: 15%;
}
/* about-2 end */

/* inner-page */

.services-menu h3{
  background-color: #000000;
  text-align: center;
  padding: 6px 10px;
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
}

.bg-menu{
  background-color: #30363d;
}

.services-menu h4 {
  background-color: #6c6d71;
  color: #ffffff;
  padding: 6px 10px;
  font-size: 20px;
  font-weight: bold;
}

.bg-menu ul{
  padding: 0px;
  margin: 0px;
}

.bg-menu li {
  list-style: none;
  font-size: 16px;
  text-transform: capitalize;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0px;
  display: block;
}

.bg-menu li a{
  color: #ffffff;
  text-decoration: none;
  padding: 6px 10px;
  display: block;
}

.bg-menu li:hover {
  background-color: #000000;
}

.bg-menu li.active {
  background-color: #000000;
  font-weight: bold;
  position: relative;
}

.bg-menu li.active::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top:15px;
  right: 10px;
  color: #ffffff;
}

.services-detail ul{
  padding: 0px;
  margin: 0px;
}

.services-detail li {
  list-style: none;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
}

.services-detail h4 {
  font-weight: 900;
  font-size: 24px;
  padding-top: 20px;
  color: #30363d;
  border-bottom: 1px solid #6c6d71;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.services-detail h5 {
  font-weight: 900;
  font-size: 20px;
  padding: 10px 0px;
  color: #000000;
}
/* inner-page end*/

/* contact-page */
.reach-us {
  background-color: #6c6d71;
  padding: 10px;
  color: #ffffff;
}

.contact-page h2 {
  font-size: 24px;
  font-weight: 600;
  background-color: #30363d;
  color: #ffffff;
  padding: 10px;
}

.reach-us .main {
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
}

.reach-us .address::before{
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  position:absolute;
  left: 0px;
  color: #000000;
}

/* contact-page end */

/* Faqs */
.faq-accordion {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.faq-accordion .card,
.faq-accordion .card:last-child .card-header {
  border: none;
}

.faq-accordion .card-header {
  border-bottom-color: #EDEFF0;
  background: #fafafa;
}

.faq-accordion .card-body {
  background-color: #f8f4f4;
}

.faq-accordion .fa-stack {
  font-size: 18px;
  color: #2f3f59;
}

.faq-accordion .collapsed .fa-stack .fa-plus {
  display: block
}

.faq-accordion .fa-stack .fa-plus {
  display: none;
}

.faq-accordion .btn {
  width: 100%;
  font-weight: 600;
  color: #000000;
  padding: 0;
  border: none;
  text-align: left;
  white-space: normal;
}

.faq-accordion .btn-link:hover,
.faq-accordion .btn-link:focus {
  text-decoration: none;
  box-shadow: none;
}

.faq-accordion li+li {
  margin-top: 10px;
}

/* Faqs end */

/* Footer */

.footer-section {
    background: #30363d;
    position: relative;
  }
  .footer-cta {
    border-bottom: 1px solid #ffffff;
  }

  .single-cta{
    display: flex;
  }

  .single-cta i {
    color: #ffffff;
    font-size: 30px;
    float: left;
    margin-top: 8px;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  .cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .cta-text span {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif, Arial, Helvetica, sans-serif;
  }
  .footer-content {
    position: relative;
    z-index: 2;
  }
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-logo img {
      max-width: 200px;
  }
  .footer-text p {
    margin-bottom: 14px;
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
  }
  .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
  }
  .footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
  }
  .footer-social-icon a:hover{
    text-decoration: none;
  }
  .footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
  }
  .facebook-bg{
    background: #3B5998;
  }
  .twitter-bg{
    background: #55ACEE;
  }
  .google-bg{
    background: #DD4B39;
  }
  .footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #30363d;
  }
  .footer-widget ul{
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer-widget ul li {
    list-style: none;
    margin-bottom: 12px;
    font-size: 14px;
    width: 50%;
  }
  .footer-widget ul li a:hover{
    color: #ffffff;
  }
  .footer-widget ul li a {
    color: #ffffff;
    text-transform: capitalize;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif, Arial, Helvetica, sans-serif;
  }
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  .subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
  }
  .subscribe-form button {
      position: absolute;
      right: 0;
      background: #30363d;
      padding: 13px 20px;
      border: 1px solid #30363d;
      top: 0;
  }
  .subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
  }
  .copyright-area{
    background: #202020;
    padding: 25px 0;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
  }

/* Footer End */

@media (max-width:767px) {

.float {
    display: none;
}

.mobile-quick {
  display: block;
  z-index: 999;
  position: absolute;
}

.mobile-quick ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0px;
}

.mobile-quick li {
    width: 50%;
    color: #ffffff;
    padding: 6px;
    font-size: 18px;
    list-style: none;
    text-align: center;
}

.mobile-quick li:first-child {
    background-color: #34B7F1;
}

.mobile-quick li:last-child {
    background-color: #25d366;
}

.mobile-quick li a {
    color: #ffffff;
    text-decoration: none;
}
.copyright-text{
    padding-bottom: 30px;
}
}

@media (max-width: 767px) { 
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
}

@media only screen and (max-width: 600px) {
    .values-box {
        display: inherit;
    }
        .inner-blog h1 {
          font-size: 25px;
        }
    .navbar-brand img, .start-header.scroll-on .navbar-brand img {
      height: 50px;
      width: auto;
  }
    .core-valu{
        width: 100%;
    }
    .mb-30{
      margin-bottom: 20px;
    }
    #header .logo img {
      max-height: 45px;
    }
    #header.fixed-top .logo img {
      max-height: 50px;
    }
    .banner-form {
      padding-right: 20px;
      padding-top: 0px;
      padding-bottom: 20px;
      padding-left: 20px;
  }
}

.rtl{
	text-align: right !important;
	direction: rtl;
}