/*********************************************************************

    Template Name: Spark Template 
    Description: Spark IT Solution business agency template
    Author: Spark IT Solution
    Author URI: https://sparkitsolution.com/
    Version: 1.0

    Note: This is style scss.

*********************************************************************/
/*==================================================================================
                                  INDEX
=====================================================================================
    01. Basic styles
    02. Section title
    03. Button styles
    04. Customize Components
    05. Header styles
    06. Navigation styles
    07. Slider styles
    08. Footer styles
    09. About styles
    10. Short Layouts
    11. Timeline Styles
    12. Portfoio Styles
    13. Blog Styles
    14. Testimonial Styles
    15. Owl carousel styles
    16. Contact Styles
    17. Service styles
    18. Pricing Tables
    19. Team area styles
    20. Blog list
    21. Single Blog Page 
=====================================================================================
                                END INDEX
=====================================================================================*/
/*Logo Font*/
.transition {
  color: #f5822a;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(red), color-stop(50%, red), color-stop(50%, #f5822a));
  background-image: -webkit-linear-gradient(left, red, red 50%, #f5822a 50%);
  background-image: -o-linear-gradient(left, red, red 50%, #f5822a 50%);
  background-image: linear-gradient(to right, red, red 50%, #f5822a 50%);
  background-size: 200% 100%;
  background-position: 100%;
  opacity: 1;
}

.transition:hover {
  -webkit-transition: all 0.9s cubic-bezier(0, 0, 0.23, 1);
  -o-transition: all 0.9s cubic-bezier(0, 0, 0.23, 1);
  transition: all 0.9s cubic-bezier(0, 0, 0.23, 1);
  background-position: 0%;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 400;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

section {
  padding: 100px 0;
}
strong{
  font-weight: 700;
}

.pb-80 {
  padding-bottom: 80px;
}

.mt-50 {
  margin-top: 50px;
}

.pt-0 {
  padding-top: 0 !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #f5822a !important;
    border-color: #f5822a !important;
}
.btn-primary:hover{
    color: #fff !important;
    background-color: #f5932a !important;
    border-color: #f5932a !important;
  }

.ptb-65 {
  padding: 65px 0;
}
.mb-50{
  margin-bottom: 50px;
}

.section-title h3 {
  font-size: 1.9em;
  line-height: 1.2em;
  margin-bottom: 0;
  font-weight: 400;
}

.section-title h2 {
  font-size: 2.5em;
  margin-top: 0;
  font-weight: 600;
  line-height: 1em;
}

.section-title p {
  line-height: 1.8em;
  color: #999999;
}

.section-title .section-title-heading {
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  margin: auto;
}

.section-title .section-title-heading:before {
  content: "00";
  font-size: 150px;
  display: inline-block;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 32px;
  left: -30px;
  letter-spacing: 2px;
}

.section-title .section-title-heading span {
  color: #f5822a;
}

#testimonial .section-title .section-title-heading:before {
  content: "06";
}

#contact-us .section-title .section-title-heading:before {
  content: "07";
}

.slider-btn, .blog-btn, .submit-btn {
  background: #f5822a;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 20px 40px;
  text-transform: uppercase;
  outline: 0;
}

.slider-btn:hover, .slider-btn:active, .slider-btn:focus, .slider-btn:visited, .blog-btn:hover, .blog-btn:active, .blog-btn:focus, .blog-btn:visited, .submit-btn:hover, .submit-btn:active, .submit-btn:focus, .submit-btn:visited {
  color: #fff;
  text-decoration: none;
}

.blog-btn {
  padding: 15px 50px;
}

.submit-btn {
  border: 0;
  padding: 15px 45px;
}

/* REQUIRES FALLBACK FOR FIREFOX */
a {
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

#header {
  border-top: 10px solid #f5822a;
}

.header-top {
  position: relative;
  background: #f6f6f6;
}

.header-top .header-offset {
  background: #f5822a;
}

.header-top:before {
  content: " ";
  position: absolute;
  right: 0;
  width: 60%;
  background: #f5822a;
  display: block;
  height: 100%;
}

.header-top a {
  color: #fff;
}

.header-top a:hover {
  text-decoration: none;
}

.header-top li {
  display: inline-block;
  padding: 0 0 8px;
}

.header-top .top-menu li a{
    font-weight: 600;
}

.header-top li a {
  display: inline-block;
  padding: 8px 12.5px;
}

.header-offset {
  position: relative;
}

.header-offset:before {
  position: absolute;
  content: " ";
  left: -30px;
  width: 40px;
  border-top: 43px solid #f5822a;
  border-left: 28px solid transparent;
  display: inline-block;
  height: 0;
}

.navbar {
  background: #f6f6f6;
  border: #f6f6f6;
  border-radius: 0;
  padding: 20px 0;
  margin-bottom: 0;
}

.navbar .navbar-brand {
  font-size: 30px;
  font-family: "Philosopher", sans-serif;
  color: #2f2f2f;
}

.navbar .navbar-brand .logo-color {
  color: #f5822a;
  font-size: 36px;
}

.navbar .navbar-nav li a {
  color: #2f2f2f;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar .navbar-nav li a.active, .navbar .navbar-nav li a:hover, .side-navbar ul li.active a i, .side-navbar ul li:hover a i{
    color: #f5822a;
}

a {
  display: block;
}

/* HEADER LAYOUT TWO */
/* Navbar middle with center logo */
.h-layout-2 .header-top {
  background: #f5822a;
}

.h-layout-2 .header-top:before {
  display: none;
}

.h-layout-2 ul.nav.navbar-nav {
  width: 100%;
  text-align: center;
}

.h-layout-2 ul.nav.navbar-nav li {
  display: inline-block;
  float: none;
}

.h-layout-2 ul.nav.navbar-nav li a {
  min-height: auto !important;
  height: auto;
  padding: 0 20px;
}

.h-layout-2 ul.nav.navbar-nav li a.navbar-brand {
  margin: 0 70px 0 70px !important;
}

#slider {
  padding: 0;
}

.slider-carousel {
  height: 80vh;
  min-height: 600px;
}

.slider-carousel .slider {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  min-height: 600px;
}

.slider-carousel .slider.bg-1 {
  background: url(../img/slider.jpg);
}

.slider-carousel .slider .slider-content {
  top: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  display: table;
}

.slider-carousel .slider .slider-tablecell {
  display: table-cell;
  vertical-align: middle;
}

.slider-carousel .owl-dots {
  counter-reset: dots;
  position: relative;
  margin-top: -40px;
  color: #fff;
  width: 1170px;
  margin: -75px auto 0;
  padding: 0px 5px;
}

.slider-carousel .owl-dot {
  display: inline-block;
  font-size: 1.4em;
  padding: 10px;
}

.slider-carousel .owl-dot.active {
  color: #f5822a;
}

.slider-carousel .owl-dot:before {
  counter-increment: dots;
  content: counter(dots, decimal-leading-zero);
}

.slider-carousel h2 {
  color: #f5822a;
  font-size: 48px;
  letter-spacing: .5px;
  line-height: 1.2em;
}

.slider-carousel h1 {
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: .5px;
}

.slider-carousel p {
  font-size: 20px;
  line-height: 1.2em;
  margin: 20px 0 30px;
  letter-spacing: .5px;
}

/* Slider Layout Two*/
.slider-layout-2 {
  position: relative;
}

.slider-layout-2 .slider.bg-1 {
  background: url(../img/slider/slider-layout-2.jpg);
}

.slider-layout-2 h1 {
  font-family: "Philosopher", sans-serif;
  letter-spacing: 10px;
  font-size: 100px;
}

.slider-layout-2 h1 span {
  color: #f5822a;
}

.slider-layout-2 .owl-nav {
  position: absolute;
  bottom: 40px;
  right: 7%;
  color: #fff;
  width: 50px;
  font-size: 24px;
  z-index: 1;
}

.slider-layout-2 .owl-nav .owl-prev {
  float: left;
}

.slider-layout-2 .owl-nav .owl-prev:hover {
  color: #f5822a;
}

.slider-layout-2 .owl-nav .owl-next {
  float: right;
}

.slider-layout-2 .owl-nav .owl-next:hover {
  color: #f5822a;
}
.client-area{
    padding: 0 !important;
}
.client-area .default-sidebar {
    background: #f6f6f6;
    padding: 10px 5px;
    min-width: 240px;
    max-width: 240px;
}
.client-area .default-sidebar .side-navbar ul li{
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #2f2f2f;
}
.client-area .default-sidebar .side-navbar ul li a{
    color: #2f2f2f;
    padding: 10px;
    display: block;
    overflow: hidden;
}
.client-area .default-sidebar .side-navbar ul li a i {
    margin-right: 10px;
    font-size: 1.4em;
    float: left;
}
.client-area .default-sidebar .side-navbar ul li a span{
    float: left;
    font-weight: 500;
    font-size: 1.1em;
}

.client-area .content-inner {
    width: 100%;
    transition: all 0.3s ease;
    padding: 40px 0;
    margin-left: 40px;
}





.big_icon {
    overflow: hidden;
    position: relative;
}
.card {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: 0;
    width: 100%;
    box-shadow: none;
    background: rgba(0, 0, 0, 0);
    border-radius: .25rem;
    word-wrap: break-word;
}
.card .body {
    font-weight: 400;
    border-radius: 0.35rem;
    font-size: 14px;
    color: #222;
    padding: 20px;
}
.big_icon:before {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: "Material-Design-Iconic-Font";
    font-size: 110px;
    color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -20px;
    right: -20px;
    line-height: normal;
}
.card.big_icon.domains .body{
  background: #ff9948;
}
.card.big_icon.service .body{
  background: #17a2b8;
}
.card.big_icon.invoice .body{
  background: #28a745;
}
.card.big_icon.ticket .body{
  background: #dc3545;
}
.card.big_icon .body h6{
  font-size: 1.2em;
  color: #fff;
}
.card.big_icon .body h2{
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}
.big_icon.domains::before
{
    content: "\f173";
}
.big_icon.service::before
{
    content: "\f1d2";
}
.big_icon.invoice::before
{
    content: "\f129";
}
.big_icon.ticket::before
{
    content: "\f266";
}







#footer {
  background: #282828;
  color: #999999;
}

#footer a {
  color: #999999;
}

#footer .footer-social-area {
  padding: 10px 0;
  text-align: center;
}

#footer .footer-social-area li {
  display: inline-block;
  font-size: 32px;
  padding: 15px;
}

#footer .footer-social-area li a {
  color: #fff;
  padding: 5px;
}

#footer .footer-social-area li a:hover {
  color: #f5822a;
}

#footer .horaizontal-border {
  width: 100%;
  height: 1px;
  clear: both;
  display: block;
  background: #373737;
}

#footer .footer-details a {
  text-decoration: none;
}

#footer .footer-details a:hover, #footer .footer-details a:visited {
  text-decoration: none;
}

#footer .footer-details .sp-read-more i {
  color: #f5822a;
}

#footer .footer-details .sp-read-more:hover {
  color: #fff;
}

#footer .footer-details p {
  margin-top: 0;
}

#footer .footer-details h2 {
  margin-top: 10px;
  font-family: "Philosopher", sans-serif;
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 25px;
}

#footer .footer-details h2 span {
  color: #f5822a;
}

#footer .footer-widgets h4, #footer .footer-photos h4 {
  margin-bottom: 22px;
  line-height: 2em;
}

#footer .popular-tags li {
  display: inline-block;
  padding: 4px 3px;
}

#footer .popular-tags a {
  background: #151b1e;
  padding: 5px 15px;
}

#footer .popular-tags a:hover {
  background: #f5822a;
  color: #fff;
}

#footer .footer-links ul {
  list-style: disc;
  padding-left: 20px;
}

#footer .footer-links ul li {
  padding: 0 0 12px;
}

#footer .footer-links ul li a:hover {
  color: #fff;
}

#footer .footer-photos li {
  padding: 0px 8px 8px 0;
  width: 33.3%;
  float: left;
  overflow: hidden;
}

#footer .footer-photos li img {
  max-width: 100%;
}

#footer .footer-bottom-area {
  background: #252525;
  color: #fff;
  padding: 30px 10px 20px;
  letter-spacing: 1px;
}

#footer .footer-bottom-area a {
  display: inline-block;
  color: #f5822a;
}

#about .section-title .section-title-heading:before {
  content: "01";
}

.about-details {
  background: url(../img/about-us.png);
  background-repeat: no-repeat;
  background-position: 50% 75px;
  padding: 0;
  min-height: 600px;
}

.icon {
  background: url(../img/icons.png) #f5822a;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-position: 0px -3px;
}

.icon-price {
  background-position: -52px -2px;
}

.icon-support {
  background-position: -107px -2px;
}

.icon-delivery {
  background-position: -163px -2px;
}

.icon-output {
  background-position: -210px -3px;
}

.list-two {
  float: right;
  width: 32%;
  padding-top: 105px;
}

.list-two h3 {
  float: left;
  margin-top: 6px;
  margin-left: 10px;
}

.list-two i {
  float: left;
}

.list-three {
  float: right;
  width: 34.3%;
  padding-top: 212px;
  clear: right;
}

.list-three h3 {
  float: left;
  margin-top: 6px;
  margin-left: 10px;
}

.list-three i {
  float: left;
}

.list-four {
  float: left;
  width: 33%;
  padding-top: 0;
  text-align: right;
  padding-left: 173px;
  margin-top: -42px;
}

.list-four h3 {
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}

.list-four i {
  float: left;
}

.list-five {
  float: left;
  width: 37%;
  padding-top: 212px;
  padding-left: 210px;
}

.list-five h3 {
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}

.list-five i {
  float: left;
}

/* About Layout Two */
.about-layout-2 .section-title .section-title-heading:before {
  top: auto;
  bottom: 66px;
  left: -14px;
}

.about-layout-2 .section-title .section-title-heading h3, .about-layout-2 .section-title .section-title-heading h2 {
  padding-left: 30px;
}

.about-layout-2 .section-title .section-title-heading h2 {
  padding-bottom: 45px;
}

.about-layout-2 .section-title .section-title-heading p {
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1.5em;
}

.about-layout-2 .section-title .blog-btn {
  padding: 20px;
  margin-top: 25px;
}

#service .section-title .section-title-heading:before {
  content: "02";
}

#service {
  background: #f6f6f6;
  padding-bottom: 20px;
}

.service-list {
  padding-bottom: 80px;
}

.service-list h4 {
  margin-top: 0;
  font-size: 16px;
  line-height: 1em;
}

.service-list p {
  font-size: 14px;
  padding-top: 7px;
  line-height: 1.5em;
}

.service-list .icon {
  border-radius: 0px;
  width: 45px;
  height: 45px;
  background-position: 0 -45px;
}

.service-list .icon.icon-sr-two {
  background-position: -52px -45px;
}

.service-list .icon.icon-sr-three {
  background-position: -102px -45px;
}

.service-list .icon.icon-sr-four {
  background-position: -150px -45px;
}

.service-list .icon.icon-sr-five {
  background-position: -202px -45px;
}

.service-list .icon.icon-sr-six {
  background-position: -256px -45px;
}

.service-list .service-text {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  text-align: justify;
  position: relative;
}

.service-list .service-text::after {
  content: " ";
  width: 50px;
  height: 3.2px;
  display: inline-block;
  background: #f5822a;
  position: absolute;
  bottom: 0px;
  right: 0;
}

/* Service Layout Home Two*/
.service-layout-2 .service-list {
  padding-bottom: 0;
  margin-top: 55px;
  margin-bottom: 80px;
  border: 1px solid #d4d1d1;
}

.service-layout-2 .service-list h4 {
  font-size: 16px;
  padding: 30px 0 0;
}

.service-layout-2 .service-list p {
  font-size: 14px;
  line-height: 1.5em;
  color: #999999;
  padding-bottom: 30px;
}

.service-layout-2 .service-list .sr-l-icon {
  background: url(../img/service/icons_layout2.png) #fff;
  background-repeat: no-repeat;
  display: inline-block;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background-position: 7px 16px;
  margin-top: -55px;
  -webkit-box-shadow: 0px 15px 60px #888888;
  box-shadow: 0px 15px 60px #888888;
}

.service-layout-2 .service-list .sr-l-icon.icon-two {
  background-position: -88px 16px;
}

.service-layout-2 .service-list .sr-l-icon.icon-three {
  background-position: -181px 16px;
}

.service-layout-2 .service-list .sr-l-icon.icon-four {
  background-position: -272px 16px;
}

#counter {
  padding: 80px 0 80px;
  background: #f5822a;
  color: #fff;
  text-transform: uppercase;
}

#counter h2 {
  letter-spacing: 5px;
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1em;
}

#counter h4 {
  font-size: 22px;
  font-weight: 300;
  margin-top: 0;
  letter-spacing: 1px;
  line-height: 1em;
}

#counter .counter {
  background: url(../img/counter-icon.png) no-repeat;
  background-position: 50px -5px;
  padding: 20px 0 30px;
}

#counter .counter.counter-two {
  background-position: -188px -5px;
}

#counter .counter.counter-three {
  background-position: -425px -5px;
}

#counter .counter.counter-four {
  background-position: -663px -5px;
}

#newsletter {
  background: #f6f6f6;
  padding: 80px 0;
}

.newsletter h2 {
  color: #f5822a;
}

.newsletter p {
  color: #333333;
  padding: 10px 0 30px;
}

.newsletter form {
  position: relative;
}

.newsletter input[type=email] {
  border-radius: 10px;
  background-color: white;
  border: 0;
  -webkit-box-shadow: 0px 23px 46px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 23px 46px 0px rgba(0, 0, 0, 0.08);
  height: 60px;
  outline: 0;
  padding: 10px 20px;
  width: 100%;
  float: left;
}

.newsletter .newsletter-submit {
  width: 20%;
  border-radius: 0px 10px 10px 0px;
  height: 60px;
  border: 0;
  background: transparent;
  position: absolute;
  right: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-left: 1px solid #e0e0e0;
  outline: 0;
}

.newsletter .submit-image {
  background: url(../img/icons.png) no-repeat;
  width: 100%;
  height: 60px;
  display: inline-block;
  background-position: 15px -77px;
}

#portfolio .section-title .section-title-heading:before {
  content: "03";
}

.portfolio-filter {
  width: 55%;
  max-width: 745px;
  margin: 0 auto 35px;
  border: 1px solid #e0e0e0;
  text-align: center;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05);
}

.portfolio-filter .is-checked {
  color: #f5822a;
}

.portfolio-filter button {
  text-transform: uppercase;
  background: transparent;
  border: 0;
  border-right: 1px solid #e0e0e0;
  padding: 20px 25px;
  display: inline-block;
  font-weight: 500;
  outline: 0;
}

.portfolio-filter .owl-nav {
  font-size: 24px;
  font-weight: 600;
}

.portfolio-filter .owl-nav .owl-prev, .portfolio-filter .owl-nav .owl-next {
  padding: 17.5px 25px;
  border: 1px solid #e0e0e0;
  color: #f5822a;
  position: absolute;
  top: 0;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05);
}

.portfolio-filter .owl-nav .owl-prev:hover, .portfolio-filter .owl-nav .owl-next:hover {
  background: #f5822a;
  color: #fff;
}

.portfolio-filter .owl-nav .owl-prev {
  left: auto;
  right: calc(100% + 30px);
}

.portfolio-filter .owl-nav .owl-next {
  right: auto;
  left: calc(100% + 30px);
}

.portfolio-style-3 .portfolio-single {
  margin: 0;
  width: calc((100% - 1px) / 6);
  overflow: hidden;
  float: left;
}

.portfolio-style-3 .portfolio-single.portfolio-single-width-2 {
  width: calc((100% - 1px) / 3);
}

.portfolio-style-3 .portfolio-single img {
  width: 100%;
  height: auto;
}

.portfolio-style-3 .portfolio-single:hover > .portfolio-single-content {
  display: block;
}

.portfolio-style-3 .portfolio-single .portfolio-single-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(215, 70, 75, 0.7);
  overflow: hidden;
  display: none;
  cursor: pointer;
}

.portfolio-style-3 .portfolio-single .portfolio-single-content .portfolio-action {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 100%;
  height: auto;
  right: auto;
  bottom: auto;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.portfolio-style-3 .portfolio-single .portfolio-single-content a {
  font-size: 48px;
  color: #fff;
}

#blog .section-title .section-title-heading:before {
  content: "05";
}

#blog {
  background: #f6f6f6;
}

.blog-post .author-details {
  padding-bottom: 25px;
  color: #333333;
}

.blog-post .author-details h4 {
  font-size: 22px;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
}

.blog-post .author-details p {
  font-size: 14px;
  font-weight: 300;
}

.blog-post .author-details div:first-child {
  width: 24%;
  float: left;
  padding-left: 0;
}

.blog-post .author-details div:first-child img {
  width: 100%;
}

.blog-post .author-details div:last-child {
  width: 75%;
  float: left;
  padding-left: 0;
}

.blog-post .post-details img {
  max-width: 100%;
}

.blog-post .post-details h3 {
  font-size: 16px;
  margin-top: 25px;
  color: #333333;
}

.blog-post .post-details ul {
  padding-bottom: 8px;
}

.blog-post .post-details p {
  color: #999999;
}

.blog-post .post-details li {
  display: inline-block;
  padding-right: 15px;
  font-size: 12px;
}

.blog-post .post-details li a {
  color: #f5822a;
}

.blog-post .post-details li a i {
  padding-right: 3px;
}

.blog-post .post-details a.read-more-btn {
  color: #f5822a;
}

/* 14. Testimonial Styles*/
.testimonial .testimonial-single {
  padding: 70px 65px 55px 65px;
  -webkit-box-shadow: 2px 0px 18px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 0px 18px rgba(0, 0, 0, 0.16);
  position: relative;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 60px;
  background: #f6f6f6;
}

.testimonial .testimonial-single:before {
  position: absolute;
  content: "";
  bottom: 100%;
  height: 10px;
  left: 15px;
  width: calc( 100% - 30px);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  background: #fff;
  opacity: .6;
}

.testimonial .testimonial-single:after {
  position: absolute;
  content: "";
  bottom: calc( 100% + 10px);
  height: 10px;
  left: 30px;
  width: calc( 100% - 60px);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  background: #fff;
  opacity: .4;
}

.testimonial .testimonial-single .testimonial-thumb {
  display: inline-block;
  text-align: center;
  border: 8px solid rgba(215, 70, 75, 0.25);
  border-radius: 100%;
  margin-bottom: 25px;
}

.testimonial .testimonial-single .testimonial-thumb .testimonial-thumb-inner {
  height: 108px;
  width: 108px;
  border-radius: 100%;
  overflow: hidden;
  border: 8px solid rgba(215, 70, 75, 0.5);
  z-index: 2;
}

.testimonial .testimonial-single .testimonial-thumb .testimonial-thumb-inner img {
  width: 100%;
}

.testimonial .testimonial-single .testimonial-content h4 {
  font-size: 22px;
  letter-spacing: .5px;
}

.testimonial .testimonial-single .testimonial-content h4 a {
  color: #f5822a;
  font-family: "Poppins", sans-serif;
}

.testimonial .testimonial-single .testimonial-content h4 a:hover {
  color: #333333;
}

.testimonial .testimonial-single .testimonial-content h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-top: 10px;
}

.testimonial .testimonial-single .testimonial-content h6 a {
  color: #333;
  font-family: "Poppins", sans-serif;
}

.testimonial .testimonial-single .testimonial-content h6 a:hover {
  color: #f5822a;
}

.testimonial .testimonial-single .testimonial-content p {
  padding: 0 35px;
  position: relative;
  margin-top: 18px;
  color: #999999;
}

.testimonial .testimonial-single .testimonial-content p:before, .testimonial .testimonial-single .testimonial-content p:after {
  font-size: 22px;
  color: #ccc;
  position: absolute;
  top: 0;
  font-family: fontAwesome;
}

.testimonial .testimonial-single .testimonial-content p:before {
  content: "\f10d";
  left: 0;
}

.testimonial .testimonial-single .testimonial-content p:after {
  content: "\f10e";
  right: 0;
}

.testimonial {
  position: relative;
}

.testimonial .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
}

.testimonial .owl-dots .owl-dot {
  display: inline-block;
  height: 15px;
  width: 15px;
  background: #d2d2d2;
  border-radius: 50%;
  margin: 0 10px;
  position: relative;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

.testimonial .owl-dots .owl-dot.active, .testimonial .owl-dots .owl-dot:hover {
  background: #f5822a;
}

/* Testimonial Layout 2 */
.testimonial-layout-2 .testimonial .testimonial-single {
  text-align: left;
}

.testimonial-layout-2 .testimonial .testimonial-single:before {
  top: 100%;
  height: 20px;
  left: 20px;
  width: calc( 100% - 40px);
}

.testimonial-layout-2 .testimonial .testimonial-single:after {
  display: none;
}

.testimonial-layout-2 .testimonial .testimonial-single .testimonial-title {
  float: left;
  clear: right;
}

.testimonial-layout-2 .testimonial .testimonial-single .testimonial-thumb {
  float: left;
}

.testimonial-layout-2 .testimonial .testimonial-single .testimonial-content.text-center {
  width: 100%;
  clear: both;
}

.testimonial-layout-2 .testimonial .owl-nav {
  position: absolute;
  right: 143px;
  bottom: 77px;
}

.testimonial-layout-2 .testimonial .owl-nav .owl-prev, .testimonial-layout-2 .testimonial .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  border: 1px solid #f5822a;
  border-radius: 50%;
  padding: 10px;
  float: left;
  margin-right: 15px;
  text-align: center;
}

.theme-label {
  display: block;
  font-size: 16px;
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  color: #999999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.auto-label {
  position: relative;
  background: transparent;
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 0;
  font-size: 16px;
}

.theme-div {
  padding: 30px 0 0 0;
  position: relative;
}

.theme-div:after, .theme-div:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.theme-div::after {
  background-color: #f5822a;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.is-active::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.is-active .theme-label {
  color: #f5822a;
}

.is-completed .theme-label {
  font-size: 14px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.form-full {
  margin: 0;
}

form .form-half {
  width: 48%;
}

form input {
  outline: 0;
}

form .submit-button {
  padding-left: 0;
}

.contact-info {
  padding-left: 0;
  padding-right: 50px;
}

.contact-info .contact-info-details {
  border: 2px solid #e0e0e0;
  margin-top: 25px;
  padding: 30px 0 46px 40px;
}

.contact-info h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 15px;
}

.contact-info p {
  line-height: 1.4em;
  margin: 0px 0;
  color: #999999;
}

.contact-info p a {
  color: #999999;
}

#our-team .section-title .section-title-heading:before {
  content: "04";
}

#our-team {
  padding-bottom: 70px;
}

.team-members .owl-dots {
  counter-reset: dots;
  float: left;
  padding-left: 10px;
  padding-top: 30px;
}

.team-members .owl-dot {
  display: inline-block;
  font-size: 1.2em;
  padding: 10px 5px;
}

.team-members .owl-dot.active {
  color: #f5822a;
}

.team-members .owl-dot:before {
  counter-increment: dots;
  content: counter(dots, decimal-leading-zero);
}

.team-members .owl-nav {
  float: right;
  padding-right: 15px;
  font-size: 24px;
  color: #999999;
  padding-top: 30px;
}

.team-members .owl-prev {
  float: left;
  margin-right: 40px;
}

.team-members .owl-prev:hover {
  color: #f5822a;
}

.team-members .owl-next {
  float: left;
}

.team-members .owl-next:hover {
  color: #f5822a;
}

.team-members .person-list {
  position: relative;
}

.team-members .person-list img {
  padding: 0 12.5%;
  width: 100%;
}

.team-members .person-list img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.team-members .person-list .person-details {
  border: 3px solid #e0e0e0;
  color: #333333;
  padding: 50px 0 20px;
  margin-top: -50px;
}

.team-members .person-list .person-details h3 {
  font-size: 24px;
  margin-bottom: 0px;
  letter-spacing: 1px;
  font-weight: 600;
}

.team-members .person-list .person-details p {
  font-size: 14px;
  font-weight: 300;
}

.team-members .person-list .person-details li {
  display: inline-block;
  padding: 10px;
}

.team-members .person-list .person-details li a {
  background: #e0e0e0;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  display: table;
  border-radius: 50%;
}

.team-members .person-list .person-details li a:hover {
  background: #f5822a;
}

.team-members .person-list .person-details li a i {
  display: table-cell;
  vertical-align: middle;
}

.bannar-layout {
    padding: 130px 0 160px;
    position: relative;
}
.bannar-layout::before {
    content: "";
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.bannar-layout .container {
    position: relative;
    z-index: 2;
}

#banner-section h1 {
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 4em;
    color: #fff;
}

span.text--theme.slider-id-9 {
    color: #f5822a;
    font-weight: 900;
}

.domain-search .input-group {
    position: relative;
    border-collapse: separate;
    border: 15px solid rgba(255, 255, 255, .15);
}

.domain-search input[type='submit'] {
    background: #f5822a;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 30px !important;
    font-weight: 400 !important;
    border-radius: 0 !important;
    font-size: 14px !important;
}
.domain-search input[type='submit']:active, .domain-search input[type='submit']:hover{
    background: #f5932a;
}
.domain-search input[type='text'] {
    border: 0;
    border-radius: 0px;
    font-size: 14px;
}
.domain-search input{
    font-family:'Poppins', sans-serif;
    outline: 0;
}

.home-shortcuts ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.home-shortcuts li:first-child {
    border-left: 1px solid #efa914;
}
.home-shortcuts {
    background: #f5822a;
    padding: 10px 0;
}
.home-shortcuts li {
    float: left;
    width: 24%;
    padding: 5px 3px;
    border-right: 1px solid #efa914;
    font-size: 0.9em;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
}
.home-shortcuts li i {
    font-size: 22px;
}
.home-shortcuts li p {
    margin: 2px 0 0;
    text-transform: uppercase;
}
.home-shortcuts li a {
    display: block;
    color: #fff;
    text-decoration: none;
}
.home-shortcuts .lead {
    margin: 0;
    line-height: 55px;
    color: #ffffff;
}
.home-shortcuts li span {
    display: none;
}
.home-shortcuts li:hover span {
    display: inline-block;
}

.navbar-brand img {
    max-height: 46px;
}

.logo.navbar-brand {
    display: block;
    overflow: hidden;
    padding: 0 20px;
    margin: 0;
}
.search-domain-price{
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
}
.search-domain-price .tld-price{
    font-family: inherit;
    color: #ffffff;
    font-size: 1.4em;
    display: inline-block;
    margin-right: 20px;
}
.search-domain-price .tld-price .tld{
    font-family: inherit;
    font-weight: 700;
    color: #f5822a;
    font-size: 1.8em;
}

.form-control.is-invalid {
  border: 4px solid #ee2558 !important
}
.bg{
  background-color: #f6f6f6;
}
.featured-tld {
    border-radius: 4px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
}
.featured-tld .tld {
    font-family: inherit;
    font-weight: 700;
    padding: 20px 0;
    overflow: hidden;
    text-align: center;
    font-size: 2.5em;
    color: #f5822a;
}

.featured-tld .price {
    padding: 5px;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
    border-radius: 0 0 4px 4px;
    background: #f5822a;
    color: #ffffff;
    text-transform: capitalize;
}
.float-right {
    float: right !important;
}
.disabled{
  opacity: .65;
}
.featured-tld.disabled .tld{
    color: #555;
}
.featured-tld.disabled .price{
    background: #555;
}

.cart-section .cart-table {
  overflow: hidden;
  margin-bottom: 0;
  font-family: inherit;
  background-color: #ffffff;
  border-radius: 4px;
}
.cart-section .cart-table tbody tr td {
  vertical-align: middle;
  color: #212529;
  border-top: 0;
  border-top: 1px solid #c7c7c5 !important;
  text-align: center;
  font-weight: 500;
}
.border-top{
  border-top: 2px solid #f5822a;
}
.order-summary{
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
.order-summary .table{
  margin-bottom: 10px!important;
  font-family: inherit;
  background-color: #f6f6f6;
}
.cart-section .cart-table thead th, .order-summary table thead th {
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  border-top: 0;
  text-align: center;
  padding: 12px;
  background-color: #f5822a;
}
.order-summary .btn-checkout{
  width: 100%;
  background-color: #f5822a;
  color: #ffffff;
}
.order-summary .btn-checkout:hover{
    background-color: #f5932a;
}
.order-summary table tfoot th{
    font-weight: 700;
    font-size: 1.2em;
    border-top: 2px solid #f5822a;
    padding: 12px 8px;
}
.cart-section .btn-empty {
    background-color: #ff0505;
    color: #ffffff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.empty-cart img{
  max-width: 120px;
}
.empty-cart p{
  margin: 20px 0;
}
.empty-cart .btn-return{
    background-color: #f5822a;
    color: #ffffff;
}
.text-color{
  color: #f5822a!important;
}
.text-left{
  text-align: left!important;
}
.text-right{
  text-align: right!important;
}
.text-center{
  text-align: center!important;
}
.cart-section tbody tr td .qty-box select{
  width: 90px;
  text-align: center;
  padding: 5px;
  height: 50px;
}
.cart-section tbody tr td .qty-box{
  margin: 0 auto;
}
.cart-section .cart-table .product{
  text-align: left;
}

.title {
    display: block;
    overflow: hidden;
    font-size: 1.2em;
    font-weight: 500;
    color: #2f2f2f;
}
.name{
    display: block;
    overflow: hidden;
    font-size: 1em;
    font-weight: 500;
    color: #f5822a;
}
.section-top{
  padding: 40px 0;
}
.thank-you-page .thanks-message {
    margin-bottom: 100px;
    display: block;
    overflow: hidden;
}
.thank-you-page .table tr th{
    font-weight: 500;
}
.thank-you-page .table thead tr th{
    background: #f5822a;
    color: #fff;
}
.thank-you-page .table tbody tr td{
    text-align: center;
    vertical-align: middle;
}
.thank-you-page .table tfoot tr td{
    border: 1px solid #dee2e6;
}
.thank-you-page .table tfoot tr td.total-price{
    background: rgba(0, 0, 0, 0.05);
    font-weight: 500;
}

.cart-section .cart-table .remove{
    color: #ff0505;
    cursor: pointer;
}

.results .add-to-cart{
    font-size: 3em;
    color: #f5822a;
}

.add-to-cart.disabled{
  color: #555;
}

.section-title .message {
    font-size: 2.5em;
    font-family: 'Philosopher';
}
.message.text-success {
    color: #3c763d!important;
}
.message.text-danger {
    color: #a94442!important;
}
.results{
  font-family: inherit;
}
.results tbody tr td{
  vertical-align: middle;
  border-bottom: 1px solid #c7c7c5 !important;
}
.results thead tr th{
  font-size: 1.5em;
}
.header-social-icon .cart-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.header-social-icon .cart-media .label {
  padding: 0;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  text-align: center;
  position: absolute;
  right: -6px;
  top: -2px;
  background-color: #ffffff;
  color: #f5822a;
  border-radius: 50rem;
}
.header-social-icon .cart-media img{
  width: 32px;
}
.page-loader-wrapper{
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, 0.5);
    overflow: hidden;
    text-align: center;
}
.page-loader-wrapper .loader {
    position: relative;
    top: calc(40% - 30px);
}
.zmdi-hc-spin {
    -webkit-animation: l13 1.5s infinite linear;
    animation: l13 1.5s infinite linear;
}
/*.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: 
    radial-gradient(farthest-side,#ffa516 94%,#0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%,#ffa516);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
  animation: l13 1s infinite linear;
  position: absolute;
  left: 50%;
  top: 50%;
}*/
@keyframes l13{ 
  100%{transform: rotate(1turn)}
}

.order-summary .product .title, .order-summary .product .name{
    width: 100%;
    display: block;
    overflow: hidden;
}
.order-summary .product .name{
  color: #f5822a;
}
.order-summary .price{
  vertical-align: middle;
  text-align: right;
  font-weight: 600;
}
.order-summary table tr td{
  border-top: 1px solid #c7c7c5;
}
.order-summary table tr td.subtotal {
    border-top: 4px solid #c7c7c5;
    font-weight: 600;
}
.checkout-form{
  width: 100%;
  display: block;
  overflow: hidden;
  background-color: #ffffff;
  padding: 0 20px;
}
.checkout-billing{
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.login-text{
    color: #337ab7;
}
.login-text:hover{
    color: #23527c;
    text-decoration: underline;
    cursor: pointer;
}
.breadcrumb-section {
  background-color: #eff2f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
  z-index: 0;
  padding: 40px 0;
}
.breadcrumb-section h2{
  margin: 0;
}
.breadcrumb-section .circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.breadcrumb-section .circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background-color: #f5822a;
    -webkit-animation: animate 25s linear infinite;
    animation: animate 25s linear infinite;
    bottom: -150px;
    opacity: 0.2 !important;
}
.breadcrumb-section .circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.breadcrumb-section .circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
}
.breadcrumb-section .circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.breadcrumb-section .circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 18s;
    animation-duration: 18s;
}
.breadcrumb-section .circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.breadcrumb-section .circles li:nth-child(6) {
    left: 75%;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.breadcrumb-section .circles li:nth-child(7) {
    left: 19%;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}
.breadcrumb-section .circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 45s;
    animation-duration: 45s;
}
.breadcrumb-section .circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
}
.breadcrumb-section .circles li:nth-child(10) {
    left: 85%;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 11s;
    animation-duration: 11s;
}
.bg-success {
    background-color: #3c763d !important;
}
.bg-danger{
    background-color: #a94442 !important;
}
.widget_1 {
    margin-top: 40px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .11);
}
.widget_1 .header {
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}
.widget_1 .header h6{
    margin: 6px 0;
}
.widget_1 .content {
    display: block;
    overflow: hidden;
}

.widget_1 .content .form-switch{
    padding-left: 0;
}
.widget_1 .content .form-switch .form-check-label {
    float: left;
    margin-top: 10px;
}
.widget_1 .content .form-switch .form-check-input {
    float: right;
    width: 60px;
    height: 30px;
}

.widget_1 .content .form-switch .form-check-input:checked {
    background-color: #2bcc71;
    border-color: #2bcc71;
}
.widget_1 .content .form-switch .form-check-input:focus {
    border-color: #dee2e6;
    outline: 0;
    outline-color: unset;
    outline-style: unset;
    outline-width: 0px;
    box-shadow: unset;
}
.item-group {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    align-items: center;
}
.item-label {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 20px;
}
.item-input{
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 5px;
    height: 44px;
    align-items: center;
    display: flex;
}
.item-input.disable{
    background: #f8f9fa;
}
.search-page .domain-search .input-group {
    position: relative;
    border-collapse: separate;
    border: 15px solid #333333;
}
.message-box {
    display: block;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
    margin: 20px 0 40px 0;
}
.message-box h3{
    margin: 0;
    padding: 10px 20px;
    color: #ffffff;
}

.message-box p{
    padding: 20px;
    color: #333333;
}
.container-box{
    padding: 20px;
    display: block;
    overflow: hidden;
}
.align-items-center{
    line-height: 60px;
}
.domain-box {
    display: flex;
    align-items: center;
    float: left;
}
.domain-icon {
    display: inline-block;
    font-size: 5em;
    margin-right: 20px;
    margin-left: 20px;
}
.domain-text{
    display: inline-block;
}
.domain-text .message{
    margin-bottom: 10px;
    display: block;
    font-size: 1.9em;
    font-family: inherit;
    font-weight: 500;
}
.domain-text .price{
    font-weight: 400;
    font-size: 1.2em;
}

.message-box a{
    font-size: 1.2em;
    color: #f5822a;
}
.select2-container .select2-selection--single {
  height: 34px !important; /* Adjust as needed */
}

.select2-selection__rendered {
  line-height: 34px !important; /* Adjust to vertically align text */
}

.select2-selection__arrow {
  height: 34px !important; /* Adjust to match the box height */
}
.footer-logo{
    max-width: 160px;
    margin-bottom: 20px;
}

.footer-logo img{
  width: 100%;
}

@-webkit-keyframes animate {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100% {
        -webkit-transform: translateY(-1000px) rotate(720deg);
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

@keyframes animate {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100% {
        -webkit-transform: translateY(-1000px) rotate(720deg);
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

@media screen and (min-width: 993px) {
  body, html {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 993px) {
  body, html {
    overflow-x: hidden;
  }
  .slider-carousel .owl-dots {
    width: 100%;
    max-width: 750px;
  }
  .header-top {
    background: #f5822a;
  }
  .header-top .header-offset {
    width: 100%;
  }
  .header-bottom .navbar-collapse {
    float: right;
  }
  .header-bottom .navbar-collapse ul li a {
    padding: 15px 5px;
  }
  .section-title .section-title-heading:before {
    left: -10px;
  }
  .section-title .section-title-heading {
    margin-bottom: 40px;
  }
  .about-list h3 {
    font-size: 18px;
  }
  .list-one {
    padding-top: 5px;
  }
  .list-two {
    margin-right: -74px;
    padding-right: 0;
  }
  .list-three {
    margin-right: -65px;
    padding-right: 0;
  }
  .list-four {
    padding-left: 0;
    margin-left: 10px;
  }
  .list-five {
    padding-left: 30px;
  }
  #counter .counter {
    background-position: 55px -5px;
    width: 40%;
    float: left;
    margin: 20px 0;
  }
  #counter .counter.counter-two, #counter .counter.counter-four {
    float: right;
  }
  .blog-post .author-details div:first-child {
    width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
  .blog-post .author-details div:last-child {
    padding-right: 0;
    padding-left: 15px;
  }
  .blog-post .author-details h4 {
    font-size: 18px;
    margin-top: 8px;
  }
  .blog-post .author-details p {
    font-size: 12px;
  }
  .blog-post .post-details h3 {
    font-size: 13px;
  }
  .blog-post .post-details li {
    padding-right: 10px;
    font-size: 11px;
  }
  .blog-post .post-details p {
    font-size: 12px;
  }
  .blog-post .post-details a.read-more-btn {
    font-size: 12px;
  }
  .testimonial .testimonial-single {
    margin: 35px 20px 60px;
  }
  .newsletter form {
    max-width: 390px;
    min-width: 390px;
    margin: 0 auto;
  }
  .contact-info {
    padding: 0 15px 30px;
    /* padding-right: 0; */
  }
  #footer .footer-photos li img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header-info, .header-social-icon {
    text-align: center;
  }
  .header-info {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
  }
  .header-bottom .navbar-collapse {
    float: none;
  }
  .header-bottom .navbar-collapse ul li a {
    padding: 10px 16px;
    border-bottom: 1px solid #eee;
  }
  .navbar .navbar-toggle .icon-bar {
    background-color: #333333;
  }
  .navbar .navbar-toggle {
    border-color: #333333;
  }
  .navbar .navbar-toggle:focus, .navbar .navbar-toggle:hover {
    background-color: #f5822a;
    border-color: #f5822a;
  }
  .navbar .navbar-toggle:focus .icon-bar, .navbar .navbar-toggle:hover .icon-bar {
    background-color: #fff;
  }
  .slider-carousel h2 {
    font-size: 36px;
    margin-top: 0;
  }
  .slider-carousel h1 {
    font-size: 36px;
    margin-top: 10px;
  }
  .slider-carousel p {
    font-size: 16px;
    margin-top: 0;
  }
  .slider-carousel .slider-btn {
    font-size: 16px;
    padding: 12px 30px;
  }
  .section-title .section-title-heading:before {
    left: 0px;
    font-size: 130px;
    top: 15px;
  }
  .section-title h3 {
    font-size: 18px;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .about-details {
    background: transparent;
    min-height: auto;
  }
  .about-list {
    padding: 10px 0 25px;
    margin: 15px auto;
    border-bottom: 1px solid #e0e0e0;
    width: 50%;
    max-width: 180px;
    float: none;
    clear: both;
    text-align: center;
    overflow: hidden;
  }
  .about-list i {
    float: left;
  }
  .about-list h3 {
    float: right;
    line-height: 1em;
    margin-top: 10px;
  }
  .about-list.list-one {
    max-width: 170px;
  }
  .service-icon {
    max-width: 75px;
  }
  .service-list {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .portfolio-style-3 .portfolio-single,
  .portfolio-style-3 .portfolio-single.portfolio-single-width-2 {
    width: calc((100% - 1px) / 1);
  }
  #counter .counter.counter-two, #counter .counter.counter-four {
    float: none;
  }
  #counter .counter {
    background-position: 55px -5px;
    width: 80%;
    float: none;
    margin: 20px auto;
    clear: both;
    max-width: 300px;
  }
  .blog-post {
    padding-bottom: 50px;
  }
  .blog-post:last-child {
    padding-bottom: 0;
  }
  .blog-post .author-details div:first-child {
    max-width: 60px;
  }
  .blog-post .post-details img {
    width: 100%;
  }
  .testimonial .testimonial-single {
    padding: 40px 10px 35px 10px;
  }
  .newsletter form {
    min-width: auto;
  }
  form .form-half {
    width: 100%;
    clear: both;
  }
  #footer .footer-social-area li {
    font-size: 28px;
    padding: 10px 8px;
  }
}
