/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Roboto", sans-serif;
  color: #444;
}

a {
  color: #428bca;
}

a:hover {
  color: #9eccf4;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Oswald", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  left: 15px;
  bottom: 15px;
  background: #056839;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #00b24b;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
/* top section */
.top_links {	
	background-color: #565656;	
	color: #fff;
}
.top_links .social {
	padding: 0px;	
	float: left;
}
.top_links .social ul {
	padding: 0px;
	margin: 0px;
	float: left;
	list-style: none;
}
.top_links .social li {
	padding: 0px;
	margin: 0px;
	float: left;
}
.top_links .social li a {
	padding: 0px;
	margin: 0px 0px 0px 4px;
	width: 18px;
	height: 18px;
	float: left;
	text-align: center;
	line-height: 18px;
	vertical-align: middle;
	/*background: url(../img/top-si-bg-hover.png) no-repeat center top;*/
}
.top_links .social li a:hover {
	/*background: url(../img/top-si-bg-hover.png) no-repeat center top;*/
}

.top_links .contact_info {
	padding: 0px;	
	float: right;
}
.top_links .contact_info ul {
	padding: 0px;
	margin: 0px;
	float: left;	
	list-style: none;
}
.top_links .contact_info li {
	padding: 0px;
	margin: 0px 0px 0px 10px;
	float: left;
}
.top_links .contact_info li a {
	padding: 0px;
	margin: 0px;
	float: left;
	color: #fff;
}
.top_links .contact_info li a:hover {
	color: #c8c8c8;
}
.top_links .contact_info li.icons {
	padding: 0px 5px;
	margin-top: 0px;
	float: left;
	background-color: #188512;
	border-radius: 2px;
	font-weight: normal;
}
.top_links .contact_info li.icons img {
	float: left;
	padding: 0px 5px 0px 0px;
}
.top_links .contact_info li.icons a {
	margin-top: 0px;
	line-height: 1.9;
}

.top_section {
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	height: 80px;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	background: #fff url(../images/top-bg.png) repeat-x left top;
}


#topbar {
  background: #565656;
  padding: 9px 0;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  font-family:'Open Sans', sans-serif;
  color: #fff;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #428bca;
}

#topbar .contact-info i {
  color: #428bca;
  padding: 4px;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
  margin-left: 10px;
}

#topbar .social-links a {
  color: #5c768d;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #428bca;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  transition: all 0.5s;
  padding: 0px 0px;
  /* background: #fff; */
  z-index: 997;
  background: #fff url(../img/top-bg.png) repeat-x left top;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

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

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

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

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0px 0px 0px 0px;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  background: url(../img/menu-divedar.png) no-repeat left center;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #333;
  padding: 30px 20px 25px 20px;
  transition: 0.3s;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  text-transform:Uppercase;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #8dc73f;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0px 0;
  background: #333;
  box-shadow: 2px 2px 2px #666, -2px 2px 2px #666;
  transition: ease all 0.3s;
}

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

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

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform:Uppercase;
  color: #fff;
  border-bottom: 1px solid #666;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #fff;
  background: #a7a9ab;
}

.nav-menu .drop-down > a:after {
  /* content: "\ea99"; */
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
}

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

.nav-menu .drop-down .drop-down > a:after {
  /* content: "\eaa0"; */
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #333333;
  transition: 0.4s;
  font-family: 'Oswald', sans-serif;
  text-transform:Uppercase;
}

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

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

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #00b24a;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

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

.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: 15px;
  top: 20px;
  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 {
  color: #00b24a;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 53, 72, 0.7);
  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;
}

/*--------------------------------------------------------------
# Hero Section //calc(100vh - 154px);
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 450px; 
  padding: 0;
  overflow: hidden;  
}

#hero .carousel-item {
  width: 100%;
  height: 450px; 
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-item::before {
  content: '';  
  /* //background-color: rgba(13, 30, 45, 0.3); */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: absolute;
  bottom: 0;
  /* top: 0; 
  left: 0;
  right: 0; */
  overflow: hidden;
}

#hero .carousel-content {
  text-align: left;
}

@media (max-width: 992px) {	
	/* calc(100vh - 70px); */
  #hero, #hero .carousel-item {
    height: 800px
  }
  #hero .carousel-content.container {
    padding: 0 25px;
  }
}

#hero h1 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: bold;
  white-space:nowrap;  
  font-family:'Oswald','Open Sans';
}

#hero h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: bold;
  white-space:nowrap;  
  font-family:'Oswald','Open Sans';
}

#hero h3 {
  color: #beff77;
  margin-bottom: 17px;
  font-size: 23px;
  font-weight: normal;
  white-space:nowrap;
  font-family:'Oswald','Open Sans';
}

#hero h5 {
  color: #fff;
  margin-bottom: 17px;
  font-size: 22px;
  font-weight: normal;
  white-space:nowrap;
  font-family:'Oswald','Open Sans';
}



#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
  font-size:15px;
  white-space:nowrap;
  /* font-family:'Oswald','Open Sans'; */
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #333;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #fff;
}

#hero .btn-get-started:hover {
  color: #666;
}

#hero .btn-get-sign-up {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #333;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #33c92b;
}

#hero .btn-get-sign-up:hover {
  color: #fff;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
	white-space:unset;
  }  
  
  #hero h3 {  
	 white-space:unset;
  }

  #hero h5 {  
	 white-space:unset;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections Counts
--------------------------------------------------------------*/
.count-boxes {
    padding: 4rem 0 4rem 0;
    background: url("../img/count-boxes_bg.jpg") 50% 50%;
    background-size: cover;
}

.count-boxes .count-boxes-item {
    text-align: center;
    border-right: 1px double #4e4e4e;
    padding: 0 0;
}

.count-boxes .count-boxes-item:first-child {
    border-left: 1px double #4e4e4e;
}

.count-boxes_number {
    color: white;
    display: inline-block;
    font-family: 'Oswald';
    font-size: 60px;
    font-weight: 500;
    line-height: 81px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.count-boxes_text {
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

.icnn {
    margin-bottom: 15px;
}

.owl-carousel .owl-dots {
    text-align: center;
}
.owl-carousel .owl-dot {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 6px;
    border-radius: 50%;
    background-color: #fff;
}
.owl-carousel .owl-dot.active {
    background-color: #00b24b;
}

@media (max-width: 767px) {
 #countboxesslider .owl-dots {
        padding: 10px 0 20px 0;
        display: block;
		color:#fff;
    }
    .count-boxes .count-boxes-item, .count-boxes .count-boxes-item:first-child {
        border: none;
    }

.owl-controls .owl-page span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 6px;
    border-radius: 50%;
    background-color: #fff;
}
.owl-controls .active span {
    background-color: #00b24b;
}
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f5f9fc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #5c768d;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f5f9fc;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  box-shadow: 0px 0 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
}

.counts .count-box i {
  display: block;
  font-size: 64px;
  margin-bottom: 15px;
}

.counts .count-box span {
  font-size: 42px;
  display: block;
  font-weight: 700;
  color: #1c5c93;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 30px;
  background:#f0f0f0;
}

.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: flex;
  justify-content: center;  
}

.service--icon {
    display: inline-block;
    min-width: 86px;
    min-height: 86px;
    margin-bottom: 15px;
    padding: 23px 10px;
    color: #303030;
    /* border: 1px solid #303030; */
    border-radius: 50%;
    font-size: 38px;
    line-height: 0;
    -webkit-transition: color .25s ease,border-color .25s ease;
    transition: color .25s ease,border-color .25s ease;
}


.services .icon-box:hover .service--icon{
	color: #00b24a;
	border-color: #00b24a
}

.services .icon-box:hover h4{
	color: #00b24a;
	border-color: #00b24a
}

.services .icon img {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  
}

.services .icon-box:hover .icon i {
  box-shadow: 0px 0 30px rgba(66, 139, 202, 0.5);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}
.services .title3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.services .titleh2 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 3.5em;
  position: relative;
  padding-bottom: 15px;
  color:#333;
}

.services .titleh2::after {
  content: '';
  position: absolute;
  display: block;
  width: 300px;
  height: 4px;
  background: #00b24a;
  bottom: 0;
  left: calc(50% - 25px);
  transform: translateX(-50%);
}

.services .title a {
  color: #444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #428bca;
}

.services .title::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #00b24a;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
  width: 100%;
}

.contact .info-box i {
  font-size: 32px;
  color: #428bca;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #9eccf4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.php-email-form {
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 22px;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br + br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #428bca;
}

.php-email-form input {
  padding: 18px 15px;
}

.php-email-form textarea {
  padding: 12px 15px;
}

.php-email-form button[type="submit"] {
  background: #428bca;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.php-email-form button[type="submit"]:hover {
  background: #6aa3d5;
}

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

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.info-block {
    padding: 70px 0;
}

/* .info-block.info-block-first {
    background: url("../img/info-block_bg-1.jpg") 0 50%;
    background-size: cover;
} */

/* .info-block.info-block-second {
    background: url("../img/info-block_bg-2.jpg") 100% 50%;
    background-size: cover;
} */

.info-block_title {
    color: #fff;
    font-family: "Oswald";
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.info-block_text {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0.5px;
}



#footer {
  color: #fff;
  font-size: 13px;
}

#footer .footer-top {
	background: url('../img/footer-bg.jpg') repeat left top;  
}
#footer .footer-top1 {
	background: url(../img/opacity-bg.png) repeat left top;
	
}

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

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

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

#footer .footer-top .social-links a:hover {
  background: #489901;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
      text-transform: uppercase;
	   font-family: 'Oswald', 'Open Sans', sans-serif;	  
}
#footer .footer-top p{
	color: #999999 !important;
}

#footer .footer-top .footer-links {
  padding-top: 35px;
  padding-bottom: 30px;
  border-right: 3px solid #363636;
  padding-left:20px;
}

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

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #999999 !important;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

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

#footer .footer-top .footer-links ul a {
  color: #999999 !important;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff !important;
}


#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #428bca;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #5295ce;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #9eccf4;
}
#footer .paymetns_logos {
    float: left;
    padding: 0px;
    margin: 0px;
}
#footer .subcription-form{
	padding: 25px 0px 10px 0px;
	border-bottom:1px dashed #474747;
}
#footer .paymetns_logos li {
    float: left;
    padding: 0px;
    margin: 0px 6px;
	list-style-type:none;
}
#footer .copyright_info{
    padding: 30px 0px 25px 0px;
    margin: 0px 0px 0px 0px;  
    color: #666;
    background: #303030;
    font-size: 12px;
}
#footer .copyright_info a {
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    text-align: right;
}
.img_left01 {
    float: left;
    margin-right: 16px;
}
.img_left0 {
    float: left;
}
.enter_email_input{
	padding: 3px 0px 0px 10px;
    height: 30px;
    width: 230px;
    margin: 1px 0 0 20px;
    background-color: #272727;
    border: 1px solid #444;
    color: #727272;
    font-size: 11px;
}
.input_submit {
    padding: 8px 10px!important;
    margin: 2px 0 0 5px;
    background-color: #146d0f;
    border: 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    letter-spacing: 1px;
}
.news-ls{
	float:left;
}
.xs-cls-left{
	  float:right;
  }
@media (max-width: 420px) {
  .enter_email_input {
        margin: 2px 0 15px 0px;
  }
  #footer .paymetns_logos li{
	  margin: 0px 1px;
  }
  .xs-cls-left{
	  float:left;
  }
  
  .portfolio img{
	  display:block;
	  margin:0 auto;
  }
  
  #footer .footer-top .footer-links {
    padding-top: 20px;
    padding-bottom: 15px;
    border-right: 3px solid #363636;
    padding-left: 20px;
}

.news-ls {
    float: left;
    width: 100%;
}

}

/* ---------------- prices section -------------------- */

.prices-dark-bg ,.prices-wrapper{
  background-color: #454545;
  color: #fff;
}
.prices-heading{
  padding: 10px 0;
  border-radius: 0 6px 0 0;
  text-align: center;
}
.prices-heading h1{
  font-size: 1.7rem;
  text-transform: uppercase !important;
  /* font-weight: 600; */
}
.prices-wrapper{
  background-color: #636363;
  width: 100%;
  height: 150px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prices-ribbon{
  width: 100%;
  max-width: 100px;
  height: 106px;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: start;
  left: 10px;
  top: 0;
  /* text-align: center; */
  background: rgb(145,42,35);
background: linear-gradient(180deg, rgba(145,42,35,1) 10%, rgba(216,36,31,1) 61%, rgba(198,43,35,1) 100%, rgba(0,0,0,1) 100%);
  clip-path: polygon(100% 0, 100% 59%, 50% 100%, 0 59%, 0 0);
}
.ribbon-text{
  width: 100%;
  margin-top: 10px;
  max-width: 70px;
  border: 1px dashed #ccc ;
  text-align: center;
  padding: 4px;
  
}
.ribbon-text h3 {
  line-height: 0.8;
  font-size: 1.5rem; 
}
.ribbon-text h3 span{
  font-size: 1rem;
  text-transform: uppercase;
}
.discount-prices-text h1{
     letter-spacing: 3px;
}
.regular-prices-text h5{
  color: #ffffffa7;
  font-size: 15px;
  /* width: 100px; */
}
.prices-texts {
   text-align: center;
   padding-top: 30px;
   font-family: "Roboto", sans-serif;
   font-weight: 500;
   background-color: #F9F9F9;
   /* border: 1px solid #00000065;
   border-top: unset ; */
   box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.prices-texts h5{
  color: #000000c3;
  font-family: "Roboto", sans-serif;
}
.prices-texts h4{
  color: #ff0000;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
}
.prices-texts p,.prices-texts h4 span{
  color: #00000081;
}
.btn-bg {
  background-color: #E3E3E3;
  padding: 20px 0;
  margin-top: 30px;
}
.price-btn{
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  border:none;
  background-color: #75b81f;
  padding: 6px 10px;
}
.price-btn:hover {
  background-color: #636363;
  transition: all 0.37s;
}
.prices-details-content{
  border-radius: 4px;
}
.d-flex {
 justify-content: center;
}
.d-flex > :nth-child(2){
  margin: 0 1px;
}
.prices-wrapper.active{
  background-color: #029440 ;
}
.prices-dark-bg.active{
  background-color: #106C37;
}

@media (max-width: 1280px){
  .prices-details-content{
   max-width: 500px !important;
   flex: 100% 0 2 !important;
   flex-direction: column !important;
   justify-content: start !important;

  }
  .our_text h1 {
    white-space: unset !important;
  }
}
@media (max-width: 1030px) {
  .d-flex{
    justify-content: center ;
  }
}
@media (max-width: 517px){
  .ribbon-text {
    margin:5px 4px !important;
    border-radius: 15px;
  }

  .prices-wrapper {
    height: 130px;
  }
  .ribbon-text h3,.ribbon-text h3 span  {
    font-size: 16px !important;
    line-height: 1.1;
  }
  .prices-ribbon{
    max-width: 90px !important;
    height: 90px !important;

  }
  .discount-prices-text h1{
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .regular-prices-text h5{
    font-size: 14px;
  }
  

}

@media (max-width: 1024px) {
  .prices-ribbon {
    max-width: 80px;
    height: 98px;
  }
  .ribbon-text {
    max-width: 70px;

  }
  .ribbon-text h3 {
    font-size: 1.2rem;

  }
  .prices-ribbon{
    left: 5px;
  }
  .prices-texts {
    padding: 30px 1px;
  }
  .features-container {
    justify-content: center !important;
    grid-template-columns: repeat(3, 270px) !important;
  }
  .services-box:nth-child(odd), .services-box:nth-child(even){
    max-width: 100% !important;
  }
  .services_wrapper{
    width: 100%;
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .services_wrapper .features-content:nth-child(4),
  .services_wrapper .features-content:nth-child(5)
   {
    grid-row: span 1 !important; /* Make the last two items span 1 row each */
    grid-column: span 3 !important; /* Make them span all three columns */
    max-width: 100% !important;
    /* max-width: fit-content; */
  }
  .features-container {
    padding: 10px 30px 0px 30px !important;
    grid-template-columns: repeat(3, 300px) !important;
  }
  .our_text {
    max-width: 825px !important;
  }
  .our_text p {
    font-size: 17px !important;
  }
  section.features-bg{
    padding: 10px 0;
  }
}
@media (max-width: 950px) {
  .ribbon-text{
    border: none;
  }
  .prices-texts {
    padding: 30px 4px !important;
  }
  .prices-ribbon {
    max-width: 65px;
    height: 80px ;
    left: 2px;
  }
  .ribbon-text h3,.ribbon-text h3 span{
    line-height: 17px !important;
    font-size: 15px !important;
  }
  .features-container {
    padding: 10px 30px 0px 30px !important;
    grid-template-columns: repeat(3, 265px) !important;
  }
  .hosting_items div h1, .hosting_items div p{
    text-align: center;
  }
  .conner-design {
    max-width: 640px !important;
  }
  section.features-bg {
    padding: 20px 0 !important;
  }
  .container-fluid{
    padding-left: 0px  !important;
    padding-right: 0px !important;
  }
  section.features-bg {
    padding-top: 0 !important;
  }
}
@media (max-width: 821px){
  .features-container{
    gap: 2px !important;
  }
}

@media (max-width: 772px){
  .prices-texts{
    padding: 30px 2px;

  }
  .d-flex   {
    flex-direction: column;
    align-items: center!important;
  }

}

@media (max-width: 768px) {
  .services_wrapper {
    justify-content: center;
    grid-template-columns: repeat(2, 280px) !important;
  }
  .services_wrapper .features-content:nth-child(4),
  .services_wrapper .features-content:nth-child(5) 
  {
    grid-row: unset !important; /* Make the last two items span 1 row each */
    grid-column: unset  !important; /* Make them span all three columns */
  }
  .features-container{
    gap: 10px !important;
    grid-template-columns: repeat(2, 280px) !important;
  }
}

@media (max-width: 517px) {
  .services_wrapper {
    justify-content: center;
    grid-template-columns: repeat(1, 100%) !important;
  }
  .features-container {
    grid-template-columns: repeat(1, 1fr)!important;
  }
}



/* ---------------- prices section end -------------------- */

/* code for priceBlack */
.priceBlack{
  padding: 0px;
}
.priceBlack .bgBlackText .container-fluid{
  padding: 10px;
}
.priceBlack .bgBlackText{
  background-color: var(--black-color);
  padding: 10px;
  width: 100% !important;
}
.priceBlack .bgBlackText h1{
  color: var(--white-color);
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
}
.priceBlack .bgBlackText h1 span{
  color: #FFBA01;
}
.priceBlack .bgBlackText h1 span.bigFont{
  font-size: 60px;
  word-spacing: -10px -10px;
}

.priceBlack .priceTags{
  padding: 0px 80px;
}

.priceBlack .priceTags .row{
  gap: 1px;
  text-align: center;
  flex-grow: 1;
  flex-wrap: wrap;
  gap: 1px;
}
.priceBlack .priceTags .row .col-1{
  background-color: #E3E3E3;
  flex-basis: 300px;
  padding: 0px;
}
.priceBlack .priceTags .row h2{
  padding: 20px 0px;
  background-color: #106c37;
  color: var(--white-color);
  margin-bottom: 0px;
  font-family: "Oswald", sans-serif !important;
}

.priceBlack .priceTags .row .lGreenDARK{
  background-color: #454545 !important;
}
.priceBlack .priceTags .row .dColor{
  padding: 35px 0px;
}
.priceBlack .priceTags .row .dColor.dGreen{
  background-color: #029440;
}
.priceBlack .priceTags .row .dColor.mlGreen{
  background-color: #029440;
}
.priceBlack .priceTags .row .dColor.lGreen{
  background-color: #636363;
}
.priceBlack .priceTags .row .dColor h1{
  font-size: 46px;
  color: var(--white-color);
  font-weight: 500;
  font-family: "Oswald", sans-serif !important;
}
.priceBlack .priceTags .row .dColor h5{
  font-size: 16px;
  color: var(--white-color);
  font-family: "Oswald", sans-serif !important;
}
.priceBlack .priceTags .row .priceBox{
  background-color: var(--white-color);
}
.priceBlack .priceTags .row .priceBox p{
  font-size: 16px;
  padding: 6px 0px;
  background-color: #F9F9F9;
  color: var(--black-color); 
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 0px;
  border: 1px solid var(--white-color);
  color: rgb(121, 121, 121) !important;
}
.priceBlack .priceTags .row .priceBox p:nth-child(3){
  font-weight: 500;
  font-size: 22px;
  font-family: "Oswald", sans-serif !important;
  color: rgb(45, 45, 45) !important;
}
.priceBlack .priceTags .row .priceBox p:nth-child(8){
  font-weight: 500;
  font-size: 22px;
  font-family: "Oswald", sans-serif !important;
  color: rgb(45, 45, 45) !important;
}
.priceBlack .priceTags .row .priceBox p span{
  color: red !important;
}
.priceBlack .priceTags .row .btn{
  padding: 30px 0px 30px 0px;
}
.priceBlack .priceTags .row .btn a{
  padding: 12px 20px;
  background-color: #6DA424;
  color: var(--white-color);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  transition: .3s;
  font-family: "Roboto", sans-serif;
}
.priceBlack .priceTags .row .btn a:hover{
  background-color: var(--primary-color);
}