
/*************************
*******Typography******
**************************/

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #222;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-weight: 600;
  line-height: normal;
}

h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

h3 {
  font-size: 18px;
}
img {
  max-width: 100%;
  height: auto;
}
.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
  color: #fff;
}

.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover {
  font-weight: 300;
  color: #fff;
}
/* Sections dividers */
.divider-w {
  border-top: 1px solid #d3d3d3;
  margin: 0;
}

.divider-d {
  border-top: 1px solid #202020;
  margin: 0;
}
.font-alt {
  text-transform: uppercase;
}
/*
.btn {
  border: 0;
  border-radius: 0;
}

.btn.btn-primary:hover {
  background-color: #017fb5;
} */

/* .navbar-nav li a:hover,
.navbar-nav li a:focus {
  outline:none;
  outline-offset: 0;
  text-decoration:none;
  background: transparent;
} */

a {
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:focus,
a:hover {
  text-decoration: none;
  outline: none
}

section {
  padding: 90px 0;
}

.heading {
  padding-bottom:90px;
}
.heading h2 {
  text-transform: uppercase;
}
.heading p {
  font-size: 18px;
}
.spcl_text {
  font-size: 16px;
  margin-bottom:15px ;
  /* font-style: italic; */
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #f31a2f;
}
.loader {
  position: absolute;
  border-left: 5px solid #fff;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  height: 49px;
  width: 49px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
  -moz-animation: load 0.8s infinite linear;
  ms-animation: load 0.8s infinite linear;
  o-animation: load 0.8s infinite linear;
  animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

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

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.module-small {
  position: relative;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.module-xsmall {
  position: relative;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* Module header */
.module-small {
  padding: 70px 0;
}

.module-extra-small {
  padding: 25px 0px;
}

.module-medium {
  padding: 75px 0px;
}

.holder-w {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 1px;
  width: 50%;
}

.holder-w:before {
  border-top: 1px solid #eaeaea;
  position: relative;
  display: block;
  content: "";
  top: 1px;
  height: 1px;
  width: 100%;
}
.bg-light {
  background: #f6f6f6;
}

.position-relative {
  position: relative;
}
/* Half-image */
.side-image {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  /*border-radius: 20px;*/
}

.side-image-text {
  background: #f1f1f1;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  /* padding: 60px 40px 60px; */
}
.quick-cont-text {
  text-align: center;
  text-transform: uppercase;
}
.quick-cont-title {
  font-size: 20px;
  margin-top: 10px;
}
.quick-cont-title span {
  color: #f31a2f;
}
.quick-cont-big-title {
  font-size: 34px;
  font-weight: 400;
}
.quick-cont-big-title span {
  color: #f31a2f;
}
.quickcall span {
  color: #f31a2f;
  font-weight: 700;
}
.quickcall a {
  color: #222;
}
.quickcall {
font-size: 14px;
float: right;
line-height: 20px;
padding: 8px 10px;
letter-spacing: 0px;
/* background: #efefef; */
color: #222;
margin-left: 25px;
margin-top: 10px;
text-align: right;
text-transform: capitalize;
border-left: solid 1px #d3d3d3;
}
.quickcall2 span {
  color: #f31a2f;
  font-weight: 700;
}
.quickcall2 a {
  color: #222;
}
.quickcall2 {
font-size: 14px;
float: left;
line-height: 20px;
padding: 8px 10px;
letter-spacing: 0px;
display: none;
/* background: #efefef; */
color: #222;
/* margin-left: 25px; */
margin-top: 10px;
text-align: left;
text-transform: capitalize;
border-left: solid 1px #d3d3d3;
}
.quickcall3 {
  display: none;
  background: #f31a2f;
  padding: 5px;
  color: #fff;
  text-align: center;
  margin-left: -15px;
margin-right: -15px;
}
.quickcall3 a{
  color: #fff;
}
.quickcall3 span{
  font-weight: 700;
}
.callout-title {
  font-weight: 600;
  font-size: 16px;
  color: #222;
  margin: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/*--------------------------------------------------------------
	Buttons
--------------------------------------------------------------*/
.btn {
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  padding: 8px 37px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.btn.btn-round {
  border-radius: 2px;
}

.btn.btn-circle {
  border-radius: 30px;
}

.btn.btn-w {
  background: rgba(255, 255, 255, 0.8);
  color: #111;
}

.btn.btn-w:hover,
.btn.btn-w:focus {
  background: white;
  color: #111;
}

.btn.btn-g {
  background: #e5e5e5;
  color: #111;
}

.btn.btn-g:hover,
.btn.btn-g:focus {
  background: #d8d8d8;
  color: #111;
}

.btn.btn-border-w {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #fff;
}

.btn.btn-border-w:hover,
.btn.btn-border-w:focus {
  background: #fff;
  border-color: transparent;
  color: #111;
}

.btn.btn-d {
  background: rgba(17, 17, 17, 0.8);
  color: #fff;
}

.btn.btn-d:hover,
.btn.btn-d:focus {
  background: #111111;
}

.btn.btn-b {
  background: #111111;
  color: #fff;
}

.btn.btn-b:hover,
.btn.btn-b:focus {
  background: rgba(17, 17, 17, 0.8);
}

.btn-border-d {
  background: transparent;
  border: 1px solid #111111;
  color: #111;
}

.btn.btn-border-d:hover,
.btn.btn-border-d:focus {
  background: #111111;
  color: #fff;
}

.btn.btn-font-w {
  background: rgba(255, 255, 255, 0.8);
  color: #fff;
}

.btn.btn-font-w:hover {
  background: #fff;
  color: #111;
}

/* Buttons size */
.btn.btn-lg {
  padding: 12px 45px;
  font-size: 13px;
}

.btn.btn-sm {
  padding: 6px 25px;
  font-size: 10px;
  letter-spacing: 1px;
}

.btn.btn-xs {
  padding: 4px 19px;
  font-size: 10px;
  letter-spacing: 0;
}

.btn-list .btn {
  margin: 5px 0;
}

.search-btn {
  position: absolute;
  background: transparent;
  border: none;
  overflow: hidden;
  top: 50%;
  right: 1px;
  width: 42px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  outline: none;
  color: #999;
  margin-top: -20px;
}

.image-button {
  margin: 0px 5px;
}
/*--------------------------------------------------------------
	Button Styles -
--------------------------------------------------------------*/
.btn.btn-r {
  background: #f31a2f;
  color: #fff;
}

.btn.btn-r:hover,
.btn.btn-r:focus {
  background: #a80a08;
}
.btn.btn-blue {
  background: #1845ff;
  color: #fff;
}

.btn.btn-blue:hover,
.btn.btn-blue:focus {
  background: #10489b;
}

/*--------------------------------------------------------------
	Navbar
--------------------------------------------------------------*/

.navbar-custom {
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #d3d3d3;
  border-radius: 0;
  z-index: 1000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  transition: background, padding 0.6s ease-in-out 0s;
  box-shadow: none;
}
.navbar a {
  transition: color 0.300s ease-in-out 0s;
  transition: background 0.600s ease-in-out 0s;
}
.navbar-custom .dropdown-menu {
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
  background: #f31a2f;
}
.navbar-custom .navbar-brand {
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}
.navbar-custom .nav li > a {
  position: relative;
  /* color: rgba(0, 0, 0, 0.7); */
  color: #222222;
}
.navbar-custom .dropdown-menu > li > a {
  border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  padding: 11px 15px;
  letter-spacing: 1px;
  color: #222222;
}
.navbar-custom .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(73, 71, 71, 0.15);
  left: 100%;
  right: auto;
  top: 0;
  margin-top: 0;
}
.navbar-custom .dropdown-menu.left-side .dropdown-menu {
  border: 0;
  border-right: 1px solid rgba(73, 71, 71, 0.15);
  right: 100%;
  left: auto;
}
.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
  background: #efefef;
  color: #f31a2f;
  border-bottom: 5px solid #f31a2f;
}
.navbar-custom .dropdown-menu > li > a:hover {
  background: rgba(255, 255, 255, 0.8) !important;
}
.navbar-custom .dropdown-toggle:after {
  position: absolute;
  display: block;
  right: 2px;
  top: 50%;
  margin-top: -6px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 11px;
  content: "\f107";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navbar-custom .navbar-toggle .icon-bar {
  background: #000;
}
.dropdown-menu {
  min-width: 180px;
  font-size: 11px;
}
.currentmenu {
  background: #efefef;
  color: #f31a2f;
  border-bottom: 5px solid #f31a2f;
}
.servicecontainer {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
}
.servicecontainer:before {
  display: block;
  content: " ";
  margin-top: -77px;
  height: 77px;
  visibility: hidden;
  pointer-events: none;
}
.servicecontainer h4:first-child {
  margin-top: 0px;
}
.featuremaxcontainer {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
}
.featuremaxcontainer:before {
  display: block;
  content: " ";
  margin-top: -77px;
  height: 77px;
  visibility: hidden;
  pointer-events: none;

}
.featuremaxcontainer h4:first-child {
  margin-top: 0px;
}
/* .preloader > i {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
} */

/* Vertical margin, padding */
.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

@media only screen and (max-width: 991px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .side-image-maxtext {
    padding: 30px;
  }
  .module {
    padding: 60px 0px;
  }
  /* Half-image */
  .side-image {
    position: relative;
    height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  .mt-xs-60 {
    margin-top: 60px !important;
  }
  .mt-xs-70 {
    margin-top: 70px !important;
  }
  .mt-xs-80 {
    margin-top: 80px !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
}

/*************************
********Home CSS**********
**************************/
#home-slider {
  overflow: hidden;
  position: relative;
  margin-top: 77px;
}
#home-slider .caption {
  position: absolute;
  top: 20%;
  /* margin-top: -104px; */
  left: 0;
  right: 0;
  text-align: left;
  text-transform: capitalize;
  z-index: 15;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
}

#home-slider .caption h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#home-slider .caption h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  line-height: 34px;
  text-transform: uppercase;
}
#home-slider .caption-c {
  text-align: center;
}
#home-slider .caption-c img{
  margin-left: auto;
margin-right: auto;
}
#home-slider .caption-c h1 {
font-size: 100px;
line-height: 36px;
text-transform: uppercase;
}
#home-slider .caption-c span {
font-size: 30px;
font-weight: 700;
}
#home-slider .caption-black h2 {
color: #000000;
}
.caption .btn-start {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid #6e6d6c;
  border-radius: 4px;
  margin-top: 40px;
}
.caption .black-t {
  color: #000 !important;
}
.caption .btn-start:hover {
  color: #fff
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: right top;
  /* background-attachment: fixed; */
  height: 900px;
  /* height: 2037px; */
}

.carousel-fade .carousel-inner .item:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background: rgba(0,0,0,.2); */
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.left-control, .right-control {
  position: absolute;
  top: 50%;
  height: 40px;
  width: 40px;
  line-height: 36px;
  border-radius: 50%;
  border:1px solid #fff;
  z-index: 20;
  font-size: 24px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.left-control {
  left: -51px
}

.right-control {
  right: -51px;
}

.left-control:hover,
.right-control:hover {
  color: #fff;
}

#home-slider:hover .left-control {
  left:30px
}

#home-slider:hover .right-control {
  right:30px
}

#home-slider .fa-angle-double-down {
  position: absolute;
  left: 50%;
  bottom: 10px;
  color: #fff;
  display: inline-block;
  width: 40px;
  margin-left: -12px;
  font-size: 24px;
  line-height: 40px;
  z-index: 999;
  -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
  /* background: rgba(18, 74, 159, 0.8); blue */
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  border: 1px solid #fff;
  border-radius: 20%;
}

/* Default Nav */
/* .navbar-right li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
} */

/* .navbar-right li.active a {
  background-color: rgba(0,0,0,.2);
} */





/* Navbar custom */
.navbar-brand h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.navbar-brand {
  height: 76px;
  padding: 0px 15px;
}

/*  NEW SERVICE*/
.big-href{
  font-size: 40px;
  line-height: 40px;
}
.max2018 p {
  margin-bottom: 0px;
}
.txt-shadow {
  text-shadow: 2px 2px 1px #696969;
}
.features-title, .alt-features-title {
  font-weight: 500;
  letter-spacing: 0px;
}
.features-icon {
  line-height: 50px;
  font-size: 28px;
  color: #f21829;
  background: #fff;
  display: block;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 20px;
  position: relative;
}
.features-icon span {
  line-height: 50px;
}
.services-icon {
  line-height: 90px;
  font-size: 42px;
  color: #fff;
  background: #f21829;
  display: block;
  margin: 0px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.services-icon::before {
  border-radius: 50%;
  border: 2px solid #f21829;
  content: '';
  width: 100px;
  height: 100px;
  position: absolute;
  top: -5px;
  left: -5px;
}
/* Features */
  .features-item {
    margin: 0 0 30px;
    padding-top: 10px;
  }
  .alt-features-item {
    padding-left: 0;
    margin: 0 0 30px;
    text-align: center;
  }
  .alt-features-icon {
    position: static;
    width: auto;
    margin: 0 auto 8px;
  }
  .features2-item {
    margin: 0 0 30px;
  }


  .features2-item {
    margin: 20px 0;
    margin-bottom: 40px;
    text-align: center;
  }
  .features2-icon {
    line-height: 1.2;
    font-size: 42px;
    color: #111;
  }
  .features2-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 14px;
    color: #111;
    margin: 15px 0 5px;
  }
  .features2-item p{
    margin-bottom: 10px;
  }

.features2-icon {
  line-height: 80px;
  font-size: 28px;
  color: #ffffff;
  background: #b8d432;
  display: block;
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #d3d3d3;
  /*top: 25px;*/
  position: relative;
}
.features2-icon span {
  line-height: 50px;
}
.features2-title {
  font-weight: 500;
  letter-spacing: 0px;
}
.features-cont a{
  color: #222;
}
.features-cont a:hover{
  /* color: #222; */
}
.features-cont {
  display: block;
  height: 250px;
  margin-bottom: 20px;
    }
.features-cont:hover {
      /*color: #fff;*/
      /*box-shadow: 0 2px 1px rgba(0,0,0,.5);*/
  }
.features-item{
  /*border-radius: 20px 20px 0px  0px;*/
  padding: 0px 6px;
  padding-top: 10px;
  text-align: center;
}

/* testimonial */
.quote p{
margin-bottom: 10px;
}
.quote small{
color: #a8a8a8;
}
.bg-blue {
  background: #124a9f;
}
  /*radial-in effect*/
  .radial-in {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    /*box-shadow: 0 2px 1px rgba(0,0,0,.2);*/
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    background-color: #efefef !important;
    position: relative;
    -webkit-transition: color 300ms;
    transition: color 300ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

  }
  .radial-in:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      border-radius: 100%;
      -webkit-transform: scale(2);
      transform: scale(2);
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition: 300ms ease-out;
      transition: 300ms ease-out;
    }
  .radial-in:hover:before {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

/*SERVICE SPECIAL COLORS*/
.serv-bg-red {
  background: #f31a2f;
}
.serv-bg-yellow {
  background: #ffd400;
}
.serv-bg-green {
  background: #b7d331;
}
.serv-bg-blue {
  background: #1845ff;
}
.serv-bg-sky {
  background: #00b3ff;
}
.serv-bg-vilet {
  background: #9740f6;
}
.serv-bg-bluegreen {
  background: #00a085;
}
.serv-bg-orange {
  background: #ffa525;
}
.serv-bg-pink2 {
  background: #fd3a82;
}
.serv-bg-green2 {
  background: #60ce33;
}
.serv-bg-pink {
  background: #dc09af;
}
.serv-bg-lightgreen {
  background: #00ff89;
}


.serv-font-red {
  color: #f31a2f;
}
.serv-font-yellow {
  color: #ffd400;
}
.serv-font-green {
  color: #8dc63f;
}
.serv-font-blue {
  color: #1845ff;
}
.serv-font-sky {
  color: #00b3ff;
}
.serv-font-vilet {
  color: #9740f6;
}
.serv-font-bluegreen {
  color: #00a085;
}
.serv-font-orange {
  color: #ffa525;
}
.serv-font-pink2 {
  color: #fd3a82;
}
.serv-font-green2 {
  color: #60ce33;
}
.serv-font-pink {
  color: #f57878;
}
.serv-font-lightgreen {
  color: #00ff89;
}

.serv-bg-red::before {
  border: 2px solid #f31a2f;
}
.serv-bg-yellow::before {
  border: 2px solid #ffd400;
}
.serv-bg-green::before {
  border: 2px solid #b7d331;
}
.serv-bg-blue::before {
  border: 2px solid #1845ff;
}
.serv-bg-sky::before {
  border: 2px solid #00b3ff;
}
.serv-bg-vilet::before {
  border: 2px solid #9740f6;
}
.serv-bg-bluegreen::before {
  border: 2px solid #00a085;
}
.serv-bg-orange::before {
  border: 2px solid #ffa525;
}
.serv-bg-pink2::before {
  border: 2px solid #fd3a82;
}
.serv-bg-green2::before {
  border: 2px solid #60ce33;
}
.serv-bg-pink::before {
  border: 2px solid #dc09af;
}
.serv-bg-lightgreen::before {
  border: 2px solid #00ff89;
}



.module-title {
  font-weight: 500;
  margin-bottom: 40px;
}
.module-subtitle {
  margin-bottom: 30px;
}
.callout-text {
  text-align: center;
  margin-bottom: 20px;
}

.quick-cont-text {
  text-align: center;
}
.quick-cont-title {
  font-size: 20px;
  margin-top: 10px;
}
.quick-cont-title span {
  color: #f31a2f;
}
.quick-cont-big-title {
  font-size: 34px;
}
.quick-cont-big-title span {
  color: #f31a2f;
}
.quickcall span {
  color: #f31a2f;
  font-weight: 700;
}
.quickcall a {
  color: #222;
}
.quickcall {
font-size: 14px;
float: right;
line-height: 20px;
padding: 8px 10px;
letter-spacing: 0px;
/* background: #efefef; */
color: #222;
margin-left: 25px;
margin-top: 10px;
text-align: right;
text-transform: capitalize;
border-left: solid 1px #d3d3d3;
}
.quickcall2 span {
  color: #f31a2f;
  font-weight: 700;
}
.quickcall2 a {
  color: #222;
}
.quickcall2 {
font-size: 16px;
float: left;
line-height: 20px;
padding: 8px 10px;
letter-spacing: 0px;
display: none;
/* background: #efefef; */
color: #222;
/* margin-left: 25px; */
margin-top: 10px;
text-align: left;
text-transform: capitalize;
border-left: solid 1px #d3d3d3;
}
.quickcall3 {
  display: none;
  background: #f31a2f;
  padding: 5px;
  color: #fff;
  text-align: center;
  margin-left: -15px;
margin-right: -15px;
}
.quickcall3 a{
  color: #fff;
}
.quickcall3 span{
  font-weight: 700;
}
.client-logo {
  border: 1px solid #898989;
}
.max-bg {
  background-color: #b8d432;
}
/*************************
********Service CSS*******
**************************/

.service-icon {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  height: 90px;
  line-height: 90px;
  width: 90px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.our-services .col-sm-3:hover .service-icon {
  background-color: #333;
}

.our-services .col-sm-3 {
  border-right:1px solid #f2f2f2;
  border-bottom:1px solid #f2f2f2;
  padding-bottom: 50px;
}
.our-services .col-sm-3:nth-child(5),
.our-services .col-sm-3:nth-child(6),
.our-services .col-sm-3:nth-child(7),
.our-services .col-sm-3:nth-child(8) {
  padding-top: 60px;
}
.our-services .col-sm-3:nth-child(9),
.our-services .col-sm-3:nth-child(10),
.our-services .col-sm-3:nth-child(11),
.our-services .col-sm-3:nth-child(12) {
  border-bottom:0;
  padding-top: 60px;
}

.our-services .col-sm-3:nth-child(4),
.our-services .col-sm-3:nth-child(8),
.our-services .col-sm-3:nth-child(12) {
  border-right:0;
}

.service-info h3 {
  margin-top: 35px;
}

/* MAX SOLUTIONS */
.maximg {
  background-image: url(../images/gnet-crm-solution-0.png);
  background-size: contain;
}
/*************************
********About CSS*******
**************************/
.grey_box {
  background: #efefef;
  border: 1px solid #d3d3d3;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.graybox {
  background: #efefef;
  border-radius: 20px;
}
.productlink {

/* max-height: 60px; */

/* margin-bottom: 20px; */
clear: both;
}
.productlink a{
display: inline-block;
max-width: 200px;
margin-right: 15px;
}
.productlink img{

}
/*.paracont p:last-child {
  margin-bottom: 50px;
}*/
.paracont h5 {
  margin-bottom: 5px;
  margin-top: 0px;
}
.img-borderd {
  border: 1px solid #d3d3d3;
  margin-bottom: 20px;
}
.img-normal {
  margin-bottom: 20px;
}

.aboutimg {
  background-image: url(../images/about.jpg);
}
#about-us {
  /* background-image: url(../images/about-bg.jpg); */
  padding: 0;
}
#about-us .textcontainer {
  padding: 60px;
  background: #f1f1f1;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
#about-us h2 {
  margin-top: 0;
  /* color: #fff; */
}

#about-us .lead {
  font-size: 16px;
  margin-bottom: 10px;
}

#about-us h1 {
  margin-bottom: 30px;
}

.progress{
  height: 20px;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 25px;
}

.progress-bar{
  box-shadow: none;
  -webkit-box-shadow: none;
  text-align: right;
  padding-right: 12px;
  font-size: 12px;
  font-weight: 600;
}


.progress .progress-bar.six-sec-ease-in-out {
  -webkit-transition: width 2s ease-in-out;
  transition:  width 2s ease-in-out;
}

.icon-list {
  list-style: url(../images/ulbullet.png);
  padding: 0;
  margin: 0;
  padding-left: 25px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.icon-list li {
 padding:0;
 /* padding-bottom: 5px; */
}
/* Sidebar / Widget common*/
.sidebar .widget {
  margin-bottom: 60px;
}

.sidebar .widget-title {
  color: #111;
}
.widget h5 {
  color: #fff;
  text-transform: uppercase;
}
.widget a {
  color: #fff;
}
.widget a:hover, .widget a:focus {
  color: #a80a08;
  text-decoration: none;
  outline: 0;
}
.widget .widget-title {
  border-bottom: 1px dotted #c2c2c2;
  font-size: 14px;
  padding: 0 0 10px;
  margin: 0 0 15px;
}

.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget .icon-list li {
  padding:0;
  padding-bottom: 5px;
}

.widget .icon-list li a:before {
  content: "\00BB";
  color: #a80a08;
  padding-right: 5px;
}
/*************************
********Contact CSS*****
**************************/

.innerheading h2 {
margin: 0px;
color: #fff;
}
.innerheading {
  background: rgba(26, 158, 242, 0.8);
  background: #1a9ef2;
  background: -webkit-linear-gradient(to left, #1a9ef2, #28ff86);
  background: linear-gradient(to left, #1a9ef2, #28ff86);
  opacity: 0.8;
  margin-top: 70px;
}
/* About us Page Header */
#contact-gnet {
  /* background: url("../images/contact-bg.jpg"), linear-gradient(to left, #1a9ef2, #28ff86); */
  /* background: url("../images/contact-bg.jpg"), -webkit-linear-gradient(to left, #1a9ef2, #28ff86); */
/* opacity: 0.8; */
}
#products-gnet {
  background: url("../images/products-bg.jpg"), linear-gradient(to left, #1a9ef2, #28ff86);
  background: url("../images/products-bg.jpg"), -webkit-linear-gradient(to left, #1a9ef2, #28ff86);
opacity: 0.8;
}
#solutions-gnet {
  background: url("../images/solutions-bg.jpg"), linear-gradient(to left, #1a9ef2, #28ff86);
  background: url("../images/solutions-bg.jpg"), -webkit-linear-gradient(to left, #1a9ef2, #28ff86);
opacity: 0.8;
}
/* Reset box-shadow */
.btn,
.well,
.panel,
.progress,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
  box-shadow: none;
}
/* Forms common style */
.form-control {
  /* font-family: "Lato", sans-serif; */
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 14px;
  height: 35px;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
  transition: all 0.4s ease-in-out 0s;
}
.form-control:focus {
  border-color: #222;
}

/* Forms size */
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 43px;
  font-size: 13px;
}
.input-sm, .form-horizontal .form-group-sm .form-control {
  height: 29px;
  font-size: 10px;
}
.rqst-form {
  margin-top: 27px;
}
.rqst-form .btn {
  margin-top: 5px;
}
.input-group-addon {
  border: 1px solid #e4e4e4 !important;
}
textarea.form-control {
    height: 135px;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed-responsive-21by9 {
  padding-bottom: 42.85%;
}
.embed-responsive-1by1 {
  padding-bottom: 100%;
}

/*************************
********portfolio CSS*****
**************************/

#portfolio .container-fluid,
#portfolio .col-sm-3  {
  overflow: hidden;
  padding: 0;
}

#portfolio .folio-item {
  position: relative;
}

#portfolio .overlay {
  background-color: #000;
  color: #fff;
  left: 0;
  right:0;
  bottom:-100%;
  height: 0;
  position: absolute;
  text-align: center;
  opacity:0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.overlay .overlay-content {
  display: table;
  height: 100%;
  width: 100%;
}

.overlay .overlay-text {
  display: table-cell;
  vertical-align: middle;
}

.overlay .folio-info {
  opacity: 0;
  margin-bottom: 75px;
  margin-top: -75px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.overlay .folio-info h3 {
  margin-top: 0;
  color: #fff;
}

.folio-overview a {
  font-size: 18px;
  color: #333;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-top: 20px;
  margin-right: 5px;
}

.folio-overview a:hover {
  color: #fff;
}

.folio-overview .folio-expand {
  margin-top: -500px;
  margin-left: -500px;
}

.folio-image, .folio-overview .folio-expand {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#portfolio .folio-item:hover .folio-image {
  -webkit-transform: scale(1.5) rotate(-15deg);
  transform: scale(1.5) rotate(-15deg);
}

.folio-image img {
  width: 100%;
}

#portfolio .folio-item:hover .overlay {
  opacity: 0.8;
  bottom: 0;
  height: 100%;
}

#portfolio .folio-item:hover .folio-overview .folio-expand {
  margin-top: 0;
  margin-left:0;
}

#portfolio .folio-item:hover .overlay .folio-info {
  opacity: 1;
  margin-bottom:0;
  margin-top:0;
}


#single-portfolio {
  padding: 90px 0;
  background: #f5f5f5;
  position: relative;
}

#single-portfolio img {
  width: 100%;
  margin-bottom: 10px;
}

#single-portfolio .close-folio-item {
  position: absolute;
  top: 30px;
  font-size: 34px;
  width: 34px;
  height: 34px;
  left: 50%;
  color: #999;
  margin-left: -17px;
}

/*************************
*********Team CSS*********
**************************/
#team {
  padding-top: 0;
}

.team-members {
  margin-bottom: 25px;
}

.social-icons {
  margin-top:30px;
  text-align: center;
}

.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.social-icons ul li {
  float: left;
  margin-right: 8px;
}

.social-icons ul li:last-child {
  margin-right: 0;
}

.social-icons ul li a {
  color:#fff;
  background-color: #d9d9d9;
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: block;
  font-size: 16px;
  opacity: 0.8;
}

.social-icons ul li a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.team-member {
  text-align: center;
  color: #333;
  font-size: 14px;
}

.team-member:hover .social-icons ul li a.facebook {
  background-color: #3b5999;
}
.team-member:hover .social-icons ul li a.twitter {
  background-color: #2ac6f7;
}
.team-member:hover .social-icons ul li a.dribbble {
  background-color: #ff5b92;
}
.team-member:hover .social-icons ul li a.linkedin {
  background-color: #036dc0;
}
.team-member:hover .social-icons ul li a.rss {
  background-color: #ff6b00;
}

#team .img-responsive {
  width: 100%;
}

.member-info h3 {
  margin-top: 35px;
}

.member-info h4 {
  font-size: 14px;
  margin-bottom: 15px;
  color: #999;
}

/************************
********carousel ********
*************************  */
/*NEW CLIENTS LOGO*/
#clinets-c .separatorr {
  /* border-right: 1px solid #d3d3d3;
  text-align: center;
  padding-bottom: 15px; */

}
#clinets-c .separatorr:first-child {
  /* border-left: 1px solid #d3d3d3; */
}
.carousel-clients .carousel-control {
  width: 4%;
  background-image: none;
  color: #d3d3d3;
  text-shadow: none;
}
.carousel-clients .carousel-control.left {
  margin-left: -10px;

}
.carousel-clients .carousel-control.right {
  margin-right: -10px;
}
.carousel-clients .cloneditem-1,
.carousel-clients .cloneditem-2,
.carousel-clients .cloneditem-3 {
  display: none;
}
.carousel-clients .carousel-inner > .item {
  text-align: center;
 }
 .carousel-clients .carousel-inner > .item a{
   display: block;
  }
  .carousel-clients .carousel-inner > .item img{
    display: block;
    margin-left: auto;
    margin-right: auto;
   }
@media all and (min-width: 768px) {
  .carousel-clients .carousel-inner > .active.left,
  .carousel-clients .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-clients .carousel-inner > .active.right,
  .carousel-clients .carousel-inner > .next {
    left: 50%;
  }
  .carousel-clients .carousel-inner > .left,
  .carousel-clients .carousel-inner > .prev.right,
  .carousel-clients .carousel-inner > .active {
    left: 0;
  }
  .carousel-clients .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-clients .carousel-inner > .item.active.right,
  .carousel-clients .carousel-inner > .item.next {
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-clients .carousel-inner > .item.active.left,
  .carousel-clients .carousel-inner > .item.prev {
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-clients .carousel-inner > .item.left,
  .carousel-clients .carousel-inner > .item.prev.right,
  .carousel-clients .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-clients .carousel-inner > .active.left,
  .carousel-clients .carousel-inner > .prev {
    left: -25%;
  }
  .carousel-clients .carousel-inner > .active.right,
  .carousel-clients .carousel-inner > .next {
    left: 25%;
  }
  .carousel-clients .carousel-inner > .left,
  .carousel-clients .carousel-inner > .prev.right,
  .carousel-clients .carousel-inner > .active {
    left: 0;
  }
  .carousel-clients .carousel-inner .cloneditem-2,
  .carousel-clients .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-clients .carousel-inner > .item.active.right,
  .carousel-clients .carousel-inner > .item.next {
    transform: translate3d(25%, 0, 0);
    left: 0;
  }
  .carousel-clients .carousel-inner > .item.active.left,
  .carousel-clients .carousel-inner > .item.prev {
    transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  .carousel-clients .carousel-inner > .item.left,
  .carousel-clients .carousel-inner > .item.prev.right,
  .carousel-clients .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}


/* PRODUCTS SECTION CAROUSEL- */
#product-c .separatorr {
  border-right: 1px solid #d3d3d3;
  text-align: center;
  padding-bottom: 15px;

}
#product-c .separatorr:first-child {
  border-left: 1px solid #d3d3d3;
}
.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
  color: #d3d3d3;
  text-shadow: none;
  opacity: .7;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: -10px;

}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: -10px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
  display: none;
}

@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -25%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 25%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    transform: translate3d(25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/*************************
*******Features CSS*******
**************************/
#features {
  text-align: center;
  background-image: url(../images/features-bg.jpg);
}

#features i {
  font-size: 48px;
}

#features h3 {
  margin-top: 15px;
  font-size: 30px;
  margin-bottom: 7px;
  color: #fff;
}

#features .slider-overlay {
  opacity: 0.8;
}


/*************************
*****Pricing Table CSS****
**************************/
.pricing-table {
  text-align: center;
}

.single-table {
  padding: 30px 20px 20px;
  border:1px solid #f2f2f2;
}

.single-table h3 {
  margin-top: 0;
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.price {
  font-size: 36px;
  line-height: 36px;
}

.price span {
  font-size: 14px;
  line-height: 14px;
}

.single-table ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.single-table ul li {
  line-height: 30px;
}

.single-table.featured {
  color: #fff;
}

.single-table.featured h3 {
  color: #fff;
}

.single-table.featured .btn.btn-primary {
  background-color: #fff;
}

/*************************
********Twitter CSS*******
**************************/
#twitter {
  background-image: url(../images/twitter-bg.jpg);
}

#twitter > div {
  text-align: center;
  position: relative;
}

#twitter-carousel {
  position: relative;
  z-index: 15
}

.twitter-icon {
  position: relative;
  z-index: 15;
  color: #fff;
}

.twitter-icon .fa-twitter {
  font-size: 24px;
  height: 64px;
  width: 64px;
  line-height: 65px;
  border-radius: 50%;
  position: relative;
}

.twitter-icon .fa-twitter:after {
  position: absolute;
  content: "";
  border-width: 8px;
  border-style: solid;
  left: 24px;
  bottom: -14px;
}

#twitter-carousel .item {
  padding: 0 55px;
}

#twitter-carousel .item a {
  color: #fff;
}

.twitter-icon h4 {
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #fff;
}

.twitter-left-control,
.twitter-right-control {
  position: absolute;
  top: 50%;
  color: #fff;
  border: 1px solid #fafafa;
  height:34px;
  width: 34px;
  line-height: 31px;
  margin-top: -17px;
  font-size: 18px;
  border-radius: 50%;
  z-index: 15
}

.twitter-left-control {
  left: 80px;
}

.twitter-right-control {
  right: 80px
}

.twitter-left-control:hover, .twitter-right-control:hover {
  color: #fff;
}


/*************************
**********Blog CSS********
**************************/

.post-thumb {
  position: relative;
}

.post-icon {
  position: absolute;
  top:10px;
  right:10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius:4px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.post-meta {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.post-meta span {
  margin-right: 16px;
}

#post-carousel .carousel-indicators {
  bottom: 3px;
  left: 90%;
}

.blog-left-control, .blog-right-control {
  position: absolute;
  top: 45%;
  width: 30px;
  text-align: center;
  color: rgba(255,255,255,.7);
  font-size: 36px;
}

.blog-left-control {
  left: 0;
}

.blog-right-control {
  right: 0;
}

.blog-left-control:hover, .blog-right-control:hover {
  color: #fff;
}

.entry-header h3 a {
  line-height: 30px;
}

.entry-header .date,
.entry-header .cetagory {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}

.entry-header .date:after {
  content: "";
  position: absolute;
  left: 0;
  bottom:-22px;
  width: 20px;
  height: 3px;
}

.entry-content {
  font-size: 14px;
}

.load-more {
  display:block;
  text-align: center;
  margin-top: 70px;
}

.btn-loadmore {
  border: 1px solid #f2f2f2;
  color: #666666;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 125px;
  text-transform: uppercase;
}

.btn-loadmore:hover {
  color:#fff;
}

/*************************
**********Contact CSS*****
**************************/

#contact {
  padding-top: 45px;
  padding-bottom: 0;
}

#google-map {
  height: 350px;
}

#contact-us {
  background-image:url(../images/contact-bg.jpg);
  padding-bottom: 90px;
}

#contact-us .heading {
  padding-top: 95px;
}

/* .form-control {
  background-color: transparent;
  border-color: rgba(255,255,255,.1);
  height: 50px;
  border-radius: 0;
  box-shadow: none;
} */
.nav-tab a{
  color: #124a9f;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #f31a2f;
  background-color: #efefef;
}

.hrefidgap {
}
.hrefidgap:before {
  display: block;
  content: " ";
  margin-top: -77px;
  height: 77px;
  visibility: hidden;
  pointer-events: none;
}
.ex-product {
  opacity: 1;
  background: #f1f1f1;
  border: 1px solid #d3d3d3;
}
.ex-product:hover {
  background: #f1f1f1;
  border: 1px solid #a4a4a4;
}
.ex-product .btn{
  margin-bottom: 15px;
  margin-top: 20px;
  display: inline-block;
}
/* Tabs */
.tab-content {
  background: #efefef;
padding: 20px;
border: 1px solid #d3d3d3;
border-top: none;
}
.tab-content .tab-pane {
  padding: 20px 0;
}
/* textarea.form-control {
  min-height: 180px;
  resize:none;
} */

.form-group {
  margin-bottom: 15px;
}

.contact-info {
  padding-left:70px;
  font-weight: 300;
}

ul.address {
  margin-top: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info ul li {
  margin-bottom: 8px;
}

.contact-info ul li a {
  color: #fff;
}

.btn-submit {
  display: block;
  padding: 12px;
  width: 100%;
  color: #fff;
  border:0;
  margin-top: 40px;
}

.bg-black {
  background: #222;
  color: #d3d3d3;
}
.bg-black a {
  color: #fff;
}
.bg-black a:hover, .bg-black a:focus {
  color: #f31a2f;
}
.footer {
  padding: 10px 0;
}
.copyright {
  text-align: center;
  margin: 0px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#footer {
  color:#fff;
}

.footer-top {
  position: relative;
  padding:30px 0
}

#footer .footer-bottom {
  background-color: #fff;
  padding: 20px 0 10px;
}

#footer .footer-bottom a:hover {
  text-decoration: underline;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 5px;
}

#footer .social-icons {
  margin-top: 15px;
}

#footer .social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .social-icons ul li a {
  background-color: rgba(0,0,0,.2);
  border-radius: 4px;
  line-height: 33px;
}

#footer .social-icons ul li a:hover {
  color: #fff
}

#footer .social-icons ul li a.envelope:hover {
  background-color: #CECB26;
}

#footer .social-icons ul li a.facebook:hover {
  background-color: #3b5999;
}
#footer .social-icons ul li a.twitter:hover {
  background-color: #2ac6f7;
}
#footer .social-icons ul li a.dribbble:hover {
  background-color: #ff5b92;
}
#footer .social-icons ul li a.linkedin:hover {
  background-color: #036dc0;
}
#footer .social-icons ul li a.skype:hover {
  background-color: #00AFF2;
}
#footer .social-icons ul li a.googleplus:hover {
  background-color: #00AFF2;
}

/*Presets*/


/* 25-06-2024 */

.mt-30 {
  margin-top: 30px;;
}
.crm_solution_bg {
  background-color: #0e4b9c;
}
.crm_solution_bg h2,
.crm_solution_bg .spcl_text,
.crm_solution_bg h4,
.crm_solution_bg .icon-list li {
  color: #FFF;
}
.crm_solution_bg .btn-border-d {
  border: 1px solid #FFF;
  color: #FFF;
}
.crm_solution_bg .btn-border-d:hover {
  background: #FFF;
  color: #111;
}


/* 20-01-2025 */
.btrix-slider-logo {
    width:160px;
}
.slider-white-btn {
    margin-top:20px;
    border-color:#fff;
    color:#fff;
}
.slider-white-btn:hover {
    background: #FFF !important;
    color: #111 !important;
}
.btrix-automation-icon {
    text-align:center;
    height: 50px;
}
.btrix-automation-icon img {
    margin:0 auto;
}
.btrix-automation-icon img {
    width: 50px;
}
.btrix24-automation .features-cont {
    height:unset;
}
.btrix-banner-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 55px;
}
.btrix24-perks-block .features-item {
    background: #f6f6f6;
    padding: 20px;
    border-radius:20px;
}
.btrix24-security-block .features-item {
    text-align: left;
}
.btrix24-security-block .features-item h3 {
    margin-top:0;
    font-size:36px;
}
.btrix24-security-block .features-item h4 {
    font-weight:500;
}
.btrix24-security-block-img-end {
    display:flex;
    justify-content:end;
    height:40px;
}
.btrix24-security-block-img-end img {
    width:40px;
    object-fit: contain;
}
.btrix24-security-logo-block .features-item {
    height:100%;
}
.btrix24-security-logo-block .features-item p {
    text-align:center;
}
.btrix-security-bottom-flex {
    display: flex;
    flex-wrap:wrap;
    align-items: stretch;
}
.btrix24-security-logo-block-flex-block {
    height:100px;
}
.btrix24-security-logo-block-flex-block img {
    height: 100%;
    object-fit: contain;
}
.btrix24-security-block-last .features-item {
    margin-bottom:0;
}
.btrix24-security-logo-block .features-item {
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-bottom: 0;
}
.row.btrix24-security-logo-flex {
    display: flex;
    justify-content: center;
}
.btrix24-security-logo-block-flex-block-text p {
    line-height:18px;
}
.btrix24-crm-section1-left-block .features-item h3 {
    margin-top:0;
}
.btrix24-crm-section1-left-block-small-img {
    height: 40px;
    margin: 0 auto;
}
.btrix24-crm-section1-left-block-small-img img {
    height:100%;
    width: 100%;
    object-fit:contain;
}
.btrix24-crm-section1-left-block-big-img {
    height: 180px;
    margin: 0 auto;
}
.btrix24-crm-section1-left-block-big-img img {
    height:100%;
    width: 100%;
    object-fit:contain;
}
.btrix24-crm-section1 {
    display: flex;
    flex-wrap:wrap;
    align-items: stretch;
}
.btrix24-crm-section-center {
    height:100%;
    display:flex;
    flex-flow:column;
}
.btrix24-crm-section1-center1 {
    height:55%;
}
.btrix24-crm-section1-center1 .features-item {
    height: 90%;
    display: flex;
    align-items: center;
}
.btrix24-crm-section1-center1 .features-item h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
}
.btrix24-crm-section1-center1 .features-item h3 span {
    color:#f31a2f;
}
.btrix24-crm-section1-center2 {
    height: 45%;
}
.btrix24-crm-section1-center2 .features-item {
    height: 89%;
}
.btrix24-crm-section1-center2 .features-item img {
    width: 100%;
    height: 85%;
    object-fit: scale-down;
}
.btrix24-page-common-left h2 {
    margin-top:0;
}
.btrix24-page-common-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    position:relative;
}
.btrix24-page-common-grid .container {
    display: flex;
    /*flex-grow: 1;*/
}
.btrix24-page-common-right {
    flex-shrink: 0;
    margin-left: -40%;
    padding-right:0;
}
.btrix24-page-common-left ul li {
    line-height: 20px;
}
.btrix24-page-common-left ul li + li {
    margin-top: 10px;
}


/* WhatApp Chat */


.whatsapp-chat {
    position: fixed;
    bottom: 10px;
    /*left: 20px;*/
    left: calc(50% - 570px);
}
.whatsapp-chat img {
    width: 50px;
}

/* Conatact */

.contact-details-icon svg {
    fill: #f31a2f;
    width: 35px;
    height: 35px;
}

.contact-details-info p {
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0;
}

.contact-details .heading {
    padding-bottom: 40px;
}

.contact-details-info a {
    color: #222;
}

section.contact-details .contact-details-row {
    display: flex;
}

section.contact-details .btrix24-perks-block .features-item {
    height:100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-bottom:0;
}

.contact-details .heading h2 {
    margin:0;
}


/*BLOGS*/

.blog-box {
    margin-bottom: 30px;
}

.blog-box-inner {
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    overflow: hidden;
}

.blog-box-inner .blog-image {
    overflow: hidden;
    position: relative;
    padding-bottom: 66.76%;
}

.blog-box-inner .blog-image img {
    transition: 0.5s ease;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
}

.blog-box-inner .blog-image:hover img {
    transform: scale(1.1);
}

.blog_details {
    padding: 0 20px;
    padding-bottom: 20px;
}

.blog_details h3 a {
    font-size: 22px;
    color: #222;
    line-height: 28px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

/* .blog_details h3 a:hover
{
    text-decoration: none;
} */

.blog_details p {
    color: #222;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.view-more a {
    display: inline-flex;
    align-items: center;
    color: #f31a2f;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}

.view-more a:hover {
    color: #f31a2f;
    text-decoration: none;
    border-bottom: 1px solid #f31a2f;
}

.main-section h1 {
    font-size: 36px;
    line-height: 45px;
    color: #222;
}

.details-banner {
    position: relative;
    padding-bottom: 35.25%;
    margin: 10px 0 40px;
}

.details-banner img {
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    /*margin: 10px 0 40px;*/
    /*max-height: 400px;*/
    /*object-fit: cover;*/
    width: 100%;
    height: 100%;
}

.blog-details-block ul {
    margin: 0;
    /*padding: 0;*/
}

.blog-details-block h4 {
    font-size: 19px;
    color: #222;
    margin-bottom: 15px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px dotted #d3d3d3;
}

.blog-details-block p {
    color: #222;
    font-size: 16px;
    margin-bottom: 10px;
    /* padding: 0 15px 15px; */
    border-radius: 5px;
}

.blog-details-block p strong {
    font-size: 16px;
    font-weight: 600;
}

.blog-details-block p strong.heading {
    font-size: 19px;
    font-weight: 600;
}
.faq-section h2
{
    
    margin: 30px 0;
}
.faq-section h4{
 
    padding:10px;
    border-bottom: none;
    margin: 0;
    padding-right: 30px;
}
.faq-section p
{
    padding: 0 10px;
}
.faq-section
{
    margin-bottom: 20px;
}

/* acordian */
.titleWrapper{
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-user-select: none;
    user-select: none;
    background: #f6f6f6;
    margin:10px 0;
    border-radius: 5px;
    padding:5px 0;
}

.desWrapper {
    background: #fff;
    max-height: 0;
    overflow: hidden;
    transition:0.5s ease;
}

.collapse-icon{
    position: relative;
}
.collapse-icon .acc-close{
    height: 15px;
    border-left: 2px solid #f31a2f;
    transition: all .5s ease-in-out;
    transform: rotate(-90deg);
    opacity: 1;
    right: 18px;
    position: absolute;
    top: -7px;
}

.collapse-icon .acc-open {
	width: 15px;
	position: absolute;
	border-top: 2px solid #f31a2f;
	transition: all .5s ease-in-out;
	transform: rotate(90deg);
	top: 43%;
	right: 11px;
}

.titleWrapper.active .collapse-icon{
    transition: all .5s ease-in-out;
	/* transform: rotate(180deg); */
}

.titleWrapper.inactive .collapse-icon{
    transition: all .5s ease-in-out;
	/* transform: rotate(-180deg); */
}

.titleWrapper.active .collapse-icon .acc-open{ 
    opacity: 0;
}