
@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,500,500i,600,700,700i,800,900&display=swap');

@import url('../js/google-code-prettify/prettify.css');

@import url('font-awesome.css');
@import url('custom-fonts.css');

@import url('overwrite.css');
@import url('animate.css');

body {
 font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
  color: #656565;
}

a:active {
  outline: 0;
}

.clear {
  clear: both;
}

.container {
  padding: 0% 6%;
  position: relative;
  width: 100%;
  max-width: 100%;
}

#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}

#wrapper.boxed {
  width: 1230px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}

.row, .row-fluid {margin: 0px;}

.row .row, .row-fluid .row-fluid {
}

.row.nomargin, .row-fluid.nomargin {
  margin-bottom: 0;
}

/* ===================================
3. Responsive media
==================================== */

.video-container, .map-container, .embed-container {
  position: relative;
  margin: 0 0 15px 0;
  padding-bottom: 51%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: none;
}

.embed-container iframe, .embed-container object, .embed-container embed, .video-container iframe, .map-container iframe, .map-container object, .map-container embed, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  border: none;
}

img.img-polaroid {
  margin: 0 0 20px 0;
}

.img-box {
  max-width: 100%;
}

/* ===================================
4. Header
==================================== */

/* --- hidden top area --- */

.hidden-top {
  height: 0;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.hidden-top-inner ul {
  list-style: none;
  margin-top: 30px;
  margin-left: 0;
}

.hidden-top-inner ul li {
  display: inline;
  margin: 0 20px 0 0;
}

.hidden-top.toggle-link-open {
  padding: 10px 0;
}

.hidden-top a {
  color: #ffffff;
}

#header-hidden-link {
  position: absolute;
  right: 60px;
  top: 0px;
}

#header-hidden-link a.toggle-link, #header-hidden-link a.top-link {
  outline: 0;
  font-size: 0;
  line-height: 1;
  padding: 5px 10px;
  height: 20px;
  display: block;
  text-align: center;
  color: #fefefe;
  text-decoration: none;
}

#header-hidden-link a.toggle-link:active, #header-hidden-link a.toggle-link:focus, #header-hidden-link a.toggle-link:hover {
  outline: 0;
}

#header-hidden-link a.toggle-link i, #header-hidden-link a.top-link i {
  font-size: 16px;
  line-height: 1;
}

#header-hidden-link a.toggle-link:hover, #header-hidden-link a.top-link:hover {
  text-decoration: none;
  color: #ffffff;
}

#header-hidden-link a.toggle-link>i:before {
  content: "\f067";
  font-family: 'FontAwesome';
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
}

#header-hidden-link a.toggle-link.open {
  text-decoration: none;
}

#header-hidden-link a.toggle-link.open>i:before {
  content: "\f068";
}

.toggle-link-open {
  height: auto !important;
  min-height: 40px;
  max-height: 40000px;
}

.toggle-link-close {
  height: 0;
  overflow: hidden;
}

/* --- modal signup & signin form --- */

/* modal styled */

.modal.styled .modal-header h4 {
  color: #fff;
}

/* --- header -- */

header {
  margin: 0;
  padding: 0px 0px;
  position: relative;
  border-bottom: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  background: rgb(200 0 11 / 49%);
}

header .logo {
  margin: 0px 0 0 0;
  float: left;
}

header .logo img {
  margin-bottom: 0px;
  width: 135px;
  padding: 10px 0px;
}

header .logo h1 {
  font-size: 14px;
  margin: 0;
}

/* --- headnav menu : signup & signin --- */

.headnav {
  float: right;
  margin: 35px 0 0 0;
  border-bottom: 1px dotted #e6e6e6;
}

.headnav ul {
  margin-left: 0;
  list-style: none;
}

.headnav ul li {
  display: inline;
  margin-left: 10px;
}

.headnav ul li a {
  outline: 0;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

.headnav ul li a:hover, .headnav ul li a:focus, .headnav ul li a:active {
  outline: 0;
}

/* --- menu --- */

@media (min-width: 768px) {
  header .navigation {
    float: right;
  }
}

header ul.nav li {
  border: none;
  margin: 0;
}

header ul.nav li a {
  font-size: 12px;
  border: none;
  font-weight: 300;
  text-transform: uppercase;
}

.navbar .nav>li>a {
  color: #fff;
  text-shadow: none;
}

.navbar .nav a:hover {
  background: none;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover {
  background: none;
  font-weight: 600;
}

.navbar .nav>.active>a:active, .navbar .nav>.active>a:focus {
  background: none;
  outline: 0;
  font-weight: 600;
}

.navbar .nav li .dropdown-menu {
  z-index: 2000;
}

header ul.nav li ul {
  margin-top: 1px;
}

header ul.nav li ul li ul {
  margin: 1px 0 0 1px;
}

.dropdown-menu .dropdown i {
  position: absolute;
  right: 0;
  margin-top: 3px;
  padding-left: 20px;
}

.navbar .nav>li>.dropdown-menu:before {
  display: inline-block;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-bottom-color: none;
  content: none;
}

.navbar .nav>li>.dropdown-menu:after {
  /*display: inline-block;*/
  border-right: none;
  border-bottom: none;
  border-left: none;
  content: '';
}

ul.nav li.dropdown a {
  z-index: 1000;
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 4px 10px;
}

select.selectmenu {
  display: none;
}

/* ===================================
5. Section: Featured
==================================== */

#featured {
  background: #fcfcfc;
  position: relative;
  margin: 0;
  padding: 0;
}

/* ===================================
6. Sliders
==================================== */

/* --- slit slider --- */

/* --- flexslider --- */

#featured .flexslider {
  padding: 0;
  margin: 30px 0 30px;
  background: #fff;
  position: relative;
  zoom: 1;
}

#featured .flexslider .slide-caption {
  background: #333;
}

#featured .flexslider .slide-caption {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
  zoom: 1;
}

#featured .flexslider .slide-caption {
  width: 30%;
  padding: 2%;
  position: absolute;
  left: 10px;
  bottom: -30px;
  background: rgba(0, 0, 0, .5);
  z-index: 99;
}

#featured .flexslider .slide-caption p {
  font-size: 14px !important;
  line-height: 22px;
  font-weight: 300;
  color: #f0f0f0 !important;
  margin-bottom: 15px;
}

#featured .flexslider .slide-caption h3 {
  font-weight: 700;
  color: #f4f4f4;
  font-size: 22px;
}

#featured .flexslider .slide-caption span a {
  padding: 7px 15px;
  float: left;
}

#featured .flexslider .slide-caption span a:hover {
  opacity: .9;
}

/* The Nivo Slider styles */

#nivo-slider {
  position: relative;
}

#featured #nivo-slider .row, #featured #nivo-slider .row-fluid {
  margin-bottom: 0;
}

.nivo-slider {
  background: #fbfbfb;
}

.slides {
  margin: 0;
  overflow: hidden;
}

.slides li {
  list-style-type: none;
}

.nivoSlider, .nivo-slider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
}

.nivo-slider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}

/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* The slices and boxes in the Slider */

.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}

.nivo-box img {
  display: block;
}

/* Caption styles */

.flagmarts {
  position: absolute;
  left: 80px;
  top: 30%;
  color: #fff;
  width: 50%;
  z-index: 9999;
  padding:0px;

}

.nivo-caption h2 {
  color: #fff;
  font-size: 48px;
  line-height: 1em;
  font-weight: bold;
}

.nivo-caption p {
  margin-bottom: 20px;
  font-size:15px;
}
.nivo-caption .contactbtn:hover{
transition: all 0.3s ease-in-out;
background-color:#000;
}
.nivo-caption .contactbtn {

border: 1px solid #fff;

padding: 10px 20px;
transition: all 0.3s ease-in-out;
color: #fff;
}

.nivo-html-caption {
  display: none;
}

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
  position: absolute;
  bottom: 0px;
  z-index: 9;
  cursor: pointer;
}

.nivo-prevNav {
  right: 0px;
}

.nivo-nextNav {
  right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}

.nivo-controlNav a.active {
  background-position: 0 -22px;
}

.nivo-directionNav a {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  margin: 0;
  display: inline-block !important;
  text-align: center !important;
  color: #fff;
  width: 18px;
  height: 18px;
  padding: 3px;
  font-size: 12px;
  line-height: 18px;
  text-shadow: none;
  cursor: pointer;
  background-color: #444;
  right: 15px;
}

.nivo-directionNav a {
  opacity: 1;
}

a.nivo-nextNav {
  right: 0px;
}

a.nivo-nextNav:before {
  content: "\f105";
  color: #fff;
}

a.nivo-prevNav {
  right: 25px;
}

a.nivo-prevNav:before {
  content: "\f104";
  color: #fff;
}

.nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}

.nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}

.nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}

.nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/nivo-bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}

.nivo-control.active {
  background-position: 0 0;
}

/* ===================================
7. Section: call action
==================================== */

section.callaction {
  background: #f9f9f9;
  padding: 50px 0 0 0;
}

/* ===================================
8. Section: Content
==================================== */

#content {
  position: relative;
  padding: 0px 0 0 0;
}

#content img {
  max-width: 100%;
  height: auto;
}

/* --- Call to action --- */

.cta-text {
  float: left;
  margin-top: 10px;
}

.big-cta .cta {
  margin-top: 10px;
}

/* ===================================
9. Section: Bottom
==================================== */

#bottom {
  background: #fcfcfc;
  padding: 50px 0 0;
}

/* twitter */

#twitter-wrapper {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

#twitter em {
  font-style: normal;
  font-size: 13px;
}

#twitter em.twitterTime a {
  font-weight: 600;
}

#twitter ul {
  padding: 0;
  list-style: none;
}

#twitter ul li {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 300;
  margin-bottom: 20px;
  position: relative;
  word-break: break-word;
}

/* ===================================
10. Inner - Section: page headline
==================================== */

#inner-headline {
  background: #252525;
  position: relative;
  margin: 0;
  padding: 0;
  color: #fefefe;
}

#inner-headline .inner-heading h2 {
  color: #fff;
  margin: 20px 0 0 0;
}

/* --- breadcrumbs --- */

#inner-headline ul.breadcrumb {
  margin: 30px 0 0;
  float: right;
}

#inner-headline ul.breadcrumb li {
  margin-bottom: 0;
  padding-bottom: 0;
}

#inner-headline ul.breadcrumb li {
  font-size: 13px;
  color: #ddd;
}

#inner-headline ul.breadcrumb li i {
  color: #dedede;
}

#inner-headline ul.breadcrumb li a {
  color: #fff;
}

ul.breadcrumb li a:hover {
  text-decoration: none;
}

/* ============================
11. Forms
============================= */

/* --- contact form  ---- */

.contactForm input[type="text"], .contactForm input[type="email"] {
  width: 100%;
  min-height: 40px;
  padding-left: 20px;
  font-size: 13px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contactForm textarea {
  width: 100%;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 13px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.validation {
  color: red;
  display:none;
  margin: 0 0 20px;
  font-weight:400;
  font-size:13px;
}

#sendmessage {
  color: green;
  border:1px solid green;
  display:none;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}

#errormessage {
  color: red;
  display:none;
  border:1px solid red;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
  display:block;
}

/* Google Map */
#google-map {
  height: 400px;
  margin-bottom: 40px;
}

/* --- comment form ---- */

form#commentform input[type="text"] {
  width: 100%;
  min-height: 40px;
  padding-left: 20px;
  font-size: 13px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}

form#commentform textarea {
  width: 100%;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 13px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}

/* --- search form --- */

.search {
  float: right;
  margin: 35px 0 0;
  padding-bottom: 0;
}

#inner-headline form.input-append {
  margin: 0;
  padding: 0;
}

/* ===============================
12. Portfolio
================================ */

.work-nav #filters {
  margin: 0;
  padding: 0;
  list-style: none;
}

.work-nav #filters li {
  margin: 0 10px 30px 0;
  padding: 0;
  float: left;
}

.work-nav #filters li a {
  color: #7F8289;
  font-size: 16px;
  display: block;
}

.work-nav #filters li a:hover {}

.work-nav #filters li a.selected {
  color: #DE5E60;
}

#thumbs {
  margin: 0;
  padding: 0;
  width: 100%;
}

#thumbs li {
  list-style-type: none;
  padding: 0px;
}

.item-thumbs {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
  cursor: pointer;
}

.item-thumbs a+img {
  width: 100%;
  height: 315px;
}

.item-thumbs .hover-wrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  -moz-transition: all 450ms ease-out 0s;
  -o-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  -moz-transform: rotateY(180deg) scale(0.5, 0.5);
  -ms-transform: rotateY(180deg) scale(0.5, 0.5);
  -o-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}

.item-thumbs:hover .hover-wrap, .item-thumbs.active .hover-wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  -moz-transform: rotateY(0deg) scale(1, 1);
  -ms-transform: rotateY(0deg) scale(1, 1);
  -o-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}

.item-thumbs .hover-wrap .overlay-img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.80;
  filter: alpha(opacity=80);
}

.item-thumbs .hover-wrap .overlay-img-thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  color: #fff;
  font-size: 32px;
  line-height: 1em;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* --- Portolio filter --- */

ul.portfolio-categ {
  margin: 10px 0 30px 0;
  padding: 0;
  float: left;
  list-style: none;
}

ul.portfolio-categ li {
  margin: 0;
  padding: 0 20px 0 0;
  float: left;
  list-style: none;
  font-size: 13px;
  font-weight: 600;
}

ul.portfolio-categ li a {
  display: block;
  padding: 35x 0 35x 0;
  color: #353535;
}

ul.portfolio-categ li.active a:hover, ul.portfolio-categ li a:hover, ul.portfolio-categ li a:focus, ul.portfolio-categ li a:active {
  text-decoration: none;
  outline: 0;
}

/* --- portfolio detail --- */

.top-wrapper {
  margin-bottom: 20px;
}

/* ===============================
13. Elements
================================ */

/* --- blockquote --- */

blockquote {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Noto Serif', serif;
  font-style: italic;
  padding-left: 0;
  color: #a2a2a2;
  line-height: 1.6em;
  border: none;
}

blockquote cite {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #555;
}

/* --- pullquotes --- */

.pullquote-left {
  display: block;
  color: #a2a2a2;
  font-family: 'Noto Serif', serif;
  font-size: 14px;
  line-height: 1.6em;
  padding-left: 20px;
}

.pullquote-right {
  display: block;
  color: #a2a2a2;
  font-family: 'Noto Serif', serif;
  font-size: 14px;
  line-height: 1.6em;
  padding-right: 20px;
}

/* --- list style --- */

ul.general {
  list-style: none;
  margin-left: 0;
}

ul.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.link-list li {
  margin: 0;
  padding: 2px 0 2px 0;
  list-style: none;
  font-size: 15px;
}

footer ul.link-list li a {
  color: #ffffff;
}

/* --- Heading style --- */

h4.heading {
  font-weight: 300;
}

h4.heading strong {
  font-weight: 700;
}

.heading {
  margin-bottom: 30px;
}

.heading {
  position: relative;
}

.widgetheading {
  width: 100%;
  padding: 0;
}

#bottom .widgetheading {
  position: relative;
  border-bottom: #e6e6e6 1px solid;
  padding-bottom: 9px;
}

aside .widgetheading {
  position: relative;
  border-bottom: #e9e9e9 1px solid;
  padding-bottom: 9px;
}

footer .widgetheading {
  position: relative;
  font-weight: 600;
  font-size: 20px;
}

footer .widget .social-network {
  position: relative;
}

#bottom .widget .widgetheading span, aside .widget .widgetheading span, footer .widget .widgetheading span {
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: -1px;
  right: 0;
}

/* --- testimonial --- */

.testimonial {
  background: #fff;
  padding: 20px;
}

.testimonial .author img {
  float: left;
  margin: 0 10px 0;
}

.testimonial p.text {
  color: #b2b2b2;
  font-family: 'Noto Serif', sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6em;
  margin-bottom: 30px;
}

.testimonial .author p.name {
  font-weight: bold;
}

/* --- Clients style --- */

ul.clients {
  list-style: none;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

ul.clients li {
  position: relative;
  float: left;
  width: 155px;
  margin: 0;
}

ul.clients li:hover {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

ul.clients li img {
  margin: 0;
  opacity: 0.8;
  width: 100%;
}

ul.clients li img:hover {
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/* --- Map --- */

.map {
  position: relative;
  margin-top: -50px;
  margin-bottom: 40px;
}

.map iframe {
  width: 100%;
  height: 450px;
  border: none;
}

.map-grid iframe {
  width: 100%;
  height: 350px;
  border: none;
  margin: 0 0 -5px 0;
  padding: 0;
}

/* --- our team --- */

ul.team-detail {
  margin: -10px 0 0 0;
  padding: 0;
  list-style: none;
}

ul.team-detail li {
  border-bottom: 1px dotted #e9e9e9;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  list-style: none;
}

ul.team-detail li label {
  font-size: 13px;
}

ul.team-detail li h4, ul.team-detail li label {
  margin-bottom: 0;
}

ul.team-detail li ul.social-network {
  border: none;
  margin: 0;
  padding: 0;
}

ul.team-detail li ul.social-network li {
  border: none;
  margin: 0;
}

ul.team-detail li ul.social-network li i {
  margin: 0;
}

/* --- Pricing box --- */

.pricing-title {
  background: #fff;
  text-align: center;
  padding: 10px 0 10px 0;
}

.pricing-title h3 {
  font-weight: 600;
  margin-bottom: 0;
}

.pricing-offer {
  background: #fcfcfc;
  text-align: center;
  padding: 40px 0 40px 0;
  font-size: 18px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.pricing-box.special .pricing-offer {
  color: #fff;
}

.pricing-offer strong {
  font-size: 78px;
  line-height: 89px;
}

.pricing-offer sup {
  font-size: 28px;
}

.pricing-content {
  background: #fff;
  text-align: center;
  font-size: 14px;
}

.pricing-content strong {
  color: #353535;
}

.pricing-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-content ul li {
  border-bottom: 1px solid #e9e9e9;
  list-style: none;
  padding: 15px 0 15px 0;
  margin: 0 0 0 0;
}

.pricing-action {
  margin: 0;
  background: #fcfcfc;
  text-align: center;
  padding: 20px 0 30px 0;
}

.pricing-wrapp {
  margin: 0 auto;
  width: 100%;
  background: #fd0000;
}

/* --- pricing box alt 1 --- */

.pricing-box-alt {
  border: 1px solid #e6e6e6;
  background: #fcfcfc;
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pricing-box-alt .pricing-heading {
  background: #fcfcfc;
  text-align: center;
  padding: 40px 0 0px 0;
  display: block;
}

.pricing-box-alt.special .pricing-heading {
  background: #fcfcfc;
  text-align: center;
  padding: 40px 0 1px 0;
  border-bottom: none;
  display: block;
  color: #fff;
}

.pricing-box-alt.special .pricing-heading h3 {
  color: #fff;
}

.pricing-box-alt .pricing-heading h3 strong {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
}

.pricing-box-alt .pricing-heading h3 {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -1px;
}

.pricing-box-alt .pricing-terms {
  text-align: center;
  background: #333;
  display: block;
  overflow: hidden;
  padding: 30px 0 20px;
}

.pricing-box-alt .pricing-terms h6 {
  font-style: italic;
  margin-top: 10px;
  color: #fff;
  font-family: 'Noto Serif', serif;
}

.pricing-box-alt .icon .price-circled {
  margin: 10px 10px 10px 0;
  display: inline-block !important;
  text-align: center !important;
  color: #fff;
  width: 68px;
  height: 68px;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 68px;
  text-shadow: none;
  cursor: pointer;
  background-color: #888;
  border-radius: 64px;
  -moz-border-radius: 64px;
  -webkit-border-radius: 64px;
}

.pricing-box-alt .pricing-action {
  margin: 0;
  text-align: center;
  padding: 30px 0 30px 0;
}

/* --- Custom carousel --- */

.custom-carousel-nav {
  outline: 0;
  color: #ffffff;
  text-align: center;
}

a.custom-carousel-nav {
  outline: 0;
}

a.custom-carousel-nav:hover {
  outline: 0;
  text-decoration: none;
}

.icon-control {
  margin: 0 0 0 140px;
}

/* ===============================
14. Blog & article
================================ */

article {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}

article .post-heading h3 {
  margin-bottom: 20px;
}

article .post-heading h3 a {
  font-weight: 700;
  color: #353535;
}

article .post-heading h3 a:hover {
  text-decoration: none;
}

/* --- post meta --- */

.post-meta {
  background: #fcfcfc;
  border: 1px solid #e6e6e6;
  border-top: none;
  text-align: center;
}

.post-meta .format {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0 10px;
}

.post-meta i {
  margin: 0;
}

.post-meta .date {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0 10px;
}

.post-meta .date span {
  text-align: center;
  color: #999;
  font-size: 12px;
  font-weight: 600;
}

.post-meta .comments {
  padding: 10px 0 10px;
}

.post-meta .comments a {
  color: #999;
  font-size: 12px;
  font-weight: 700;
}

.post-meta .comments a:hover {
  text-decoration: none;
}

/* --- post format --- */

.post-image {
  margin-bottom: 20px;
}

.post-quote {
  margin-bottom: 20px;
}

.post-video {
  margin-bottom: 20px;
}

.post-audio {
  margin-bottom: 20px;
}

.post-link {
  margin-bottom: 20px;
}

.post-slider {
  margin-bottom: 20px;
}

.post-quote blockquote {
  font-size: 16px;
  color: #999;
  font-family: 'Noto Serif', serif;
  font-style: italic;
  line-height: 1.6em;
}

.post-image img:hover {
  -webkit-box-shadow: 0 0 2px #979797;
  -moz-box-shadow: 0 0 2px #979797;
  box-shadow: 0 0 2px #979797;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

ul.meta-post {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.meta-post li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  border-right: 1px dotted #e9e9e9;
  padding-right: 10px;
}

ul.meta-post li i {
  float: left;
  font-size: 12px;
  margin: 2px 5px 0 0;
}

ul.meta-post li a {
  color: #999;
  float: left;
  font-size: 12px;
  font-weight: 600;
}

/* --- single post --- */

.bottom-article {
  float: left;
  width: 100%;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 0 10px 0;
  margin-top: 20px;
}

/* --- author info --- */

.about-author {
  border: 1px solid #d5d5d5;
  padding: 20px;
  float: left;
  margin-bottom: 5px;
}

.about-author h5 {
  margin-bottom: 10px;
}

/* --- Comment --- */

.comment-area {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.media-content {
  overflow: hidden;
  margin-left: 12px;
  border-bottom: 1px dotted #d5d5d5;
  padding-bottom: 20px;
}

.media-content h6 {
  font-size: 14px;
  font-weight: 700;
}

.media-content span {
  color: #a9a9a9;
  font-size: 14px;
  font-weight: 300;
}

.comment-area .thumbnail>img {
  display: block;
  width: 60px;
  height: 60px;
}

.filter-list {
  margin-top: 20px;
}

/* --- pagination --- */

#pagination a, #pagination span {
  display: block;
  float: left;
  margin: 0 7px 0 0;
  padding: 7px 10px 6px 10px;
  font-size: 12px;
  line-height: 12px;
  color: #888;
  font-weight: 600;
}

#pagination a:hover {
  color: #fff;
  text-decoration: none;
}

#pagination span.current {
  background: #333;
  color: #fff;
  font-weight: bold;
}

/* ===============================
15. Aside, sidebar
================================ */

aside {
  position: relative;
  margin-bottom: 40px;
}

.sidebar-nav {
  float: left;
  width: 100%;
}

.right-sidebar {
  border-left: 1px solid #e9e9e9;
  padding: 0 0 0 30px;
  -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);
  box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);
}

.left-sidebar {
  border-right: 1px solid #e9e9e9;
  padding: 0 30px 0 0;
  -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);
  box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);
}

.left-sidebar .widget h3, .left-sidebar .widget .widget-content {
  padding-right: 20px;
}

aside .widget {
  margin-bottom: 40px;
}

ul.cat, ul.recent, ul.folio-detail, ul.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.cat li, ul.recent li, ul.folio-detail li, ul.contact-info li {
  margin: 0 0 15px 0;
  list-style: none;
}

ul.cat li a, ul.folio-detail li a {
  color: #656565;
}

ul.folio-detail li label {
  display: inline;
  cursor: default;
  color: #353535;
  font-weight: bold;
}

.widget ul.recent li {
  margin-bottom: 20px;
}

ul.recent li h6 {
  margin: 0 0 10px 0;
}

ul.recent li h6 a {
  color: #353535;
  font-size: 16px;
  font-weight: 600;
}

.widget ul.tags {
  list-style: none;
  margin: 0;
}

.widget ul.tags li {
  margin: 0 5px 15px 0;
  display: inline-block;
}

.widget ul.tags li a {
  background: #e6e6e6;
  color: #333;
  padding: 5px 10px;
}

.widget ul.tags li a:hover {
  text-decoration: none;
  color: #fff;
}

/* ===== Widgets ===== */

/* --- flickr --- */

.widget .flickr_badge {
  width: 100%;
}

.widget .flickr_badge img {
  margin: 0 9px 20px 0;
}

footer .widget .flickr_badge {
  width: 100%;
}

footer .widget .flickr_badge img {
  margin: 0 9px 20px 0;
}

.flickr_badge img {
  width: 50px;
  height: 50px;
  float: left;
  margin: 0 9px 20px 0;
}

/* --- latest tweet widget --- */

.twitter ul {
  margin-left: 0;
  list-style: none;
}

.twitter img {
  float: left;
  margin-right: 15px;
}

.twitter span.tweet_time {
  display: block;
  padding-bottom: 5px;
}

.twitter li {
  border-bottom: 1px dashed #efefef;
  padding-bottom: 20px;
  margin-bottom: 20px;
  list-style: none;
}

.twitter li:last-child {
  border: none;
}

/* --- Recent post widget --- */

.recent-post {
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 18px;
}

.recent-post h5 a:hover {
  text-decoration: none;
}

.recent-post .text h5 a {
  color: #353535;
}

ul.time-post {
  float: left;
  width: 120px;
  padding: 0;
  list-style: none;
  margin: 0 20px 0 0;
  text-align: center;
  color: #0e0f0f;
}

ul.time-post li {
  float: none;
  background: #f8f8f8;
  list-style: none;
  margin: 0 0 2px 0;
  padding: 0;
}

ul.time-post li a img:hover {
  opacity: 0.8;
  /* For IE 5-7 */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  /* For IE 8 8 */
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

ul.time-post li.time {
  float: none;
  padding: 5px 0 5px 0;
  text-shadow: none;
}

.recent-post ul.time-post li.time {
  color: #121214;
}

.post-meta {
  margin-bottom: 20px;
}

.post-meta span {
  padding: 0 10px 0 10px;
  margin-bottom: 10px;
}

.post-meta span a {
  color: #919191;
}

.post-meta strong {
  font-weight: 200px;
  color: #c7c7c7;
}

.item .text {
  margin-left: 140px;
  margin-bottom: 20px;
}

/* ===============================
16. Footer
================================ */

footer {
  background: #c7000b;
  padding: 50px 0px;
  color: #fff;
  position: relative;
}

footer a {
  color: #eee;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #eee;
}

footer address {
  line-height: 1.6em;
  display: table;
  width: 100%;
}

footer h5 a:hover, footer a:hover {
  text-decoration: none;
}

ul.social-network {
  list-style: none;
  margin: 0;
  margin-bottom: 15px;
}

ul.social-network li {
  display: inline;
}

#sub-footer {
  background: #0a0a0a;
  text-shadow: none;
  color: #5d5d5d;
  padding: 0;
  padding-top: 30px;
  margin: 20px 0 0 0;
}

#sub-footer p {
  margin: 0;
  padding: 0;
}

#sub-footer span {
  color: #c7c7c7;
}

.copyright {
  text-align: left;
  font-size: 12px;
  color: #ddd;
}

#sub-footer ul.social-network {
  float: right;
}

/* ===============================
 Live preview purpose
================================ */

/* --- buttons --- */

.bs-docs-example {
  margin: 0 0 10px 0;
}

.demobtn a.btn {
  margin: 0 10px 10px 0;
}

section.demogrid .span1, section.demogrid .span2, section.demogrid .span3, section.demogrid .span4, section.demogrid .span5, section.demogrid .span6, section.demogrid .span7, section.demogrid .span8, section.demogrid .span9, section.demogrid .span10, section.demogrid .span11 {
  background: #f6f6f6;
  text-align: center;
  padding: 20px 0 20px;
}

section.demogrid .show-grid .row, section.demogrid .show-grid .row-fluid {
  margin-bottom: 0;
}

section.demogrid .show-grid .nest {
  background: #ddd;
  text-align: center;
  padding: 20px 0 20px;
}

section.demogrid .span12.nest {
  background: #f6f6f6;
  text-align: center;
  padding: 20px 0 0;
}

.demoinline p {
  display: inline;
  margin-right: 20px;
}

/* --- demo animations --- */

.demo a.btn {
  margin: 0 10px 10px 0;
}

/* ===============================
17. Divider, Line & Misc
================================ */

.solidline {
  border-top: 1px solid #e6e6e6;
  margin: 0 0 30px;
}

.dottedline {
  border-top: 1px dotted #e6e6e6;
  margin: 0 0 30px;
}

.dashedline {
  border-top: 1px dotted #e6e6e6;
  margin: 0 0 30px;
}

.blankline {
  height: 1px;
  margin: 0 0 30px;
}

/* scroll to top */

.scrollup {
  position: fixed;
  width: 32px;
  height: 32px;
  bottom: 0px;
  right: 20px;
}

a.scrollup {
  outline: 0;
}

a.scrollup:hover, a.scrollup:active, a.scrollup:focus {
  opacity: 1;
  text-decoration: none;
}

a.scrollup i:hover {
  text-decoration: none;
}

/* =============================
18. Position & alignment
============================= */

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.aligncenter {
  text-align: center;
}

.aligncenter span {
  margin-left: 0;
}

.floatright {
  float: right;
}

.floatleft {
  float: left;
}

.floatnone {
  float: none;
}

.aligncenter {
  text-align: center;
}

/* --- Image allignment style --- */

img.pull-left, .align-left {
  float: left;
  margin: 0 15px 15px 0;
}

.widget img.pull-left {
  float: left;
  margin: 0 15px 15px 0;
}

img.pull-right, .align-right {
  float: right;
  margin: 0 0 15px 15px;
}

article img.pull-left, article .align-left {
  float: left;
  margin: 5px 15px 15px 0;
}

article img.pull-right, article .align-right {
  float: right;
  margin: 5px 0 15px 15px;
}

/* =============================
19. Custom icon from custom font icon
============================= */

/* ==================================================
   Icons Example
================================================== */

.icons-example ul {
  margin: 0 0 0 -20px;
  padding: 0;
  text-align: center;
}

.icons-example ul li {
  display: inline-block;
  margin: 0 0 10px 20px;
  list-style: none;
  cursor: pointer;
}

.icons-example ul li a {
  display: inline;
  -webkit-transition: all 400ms ease-out 0s;
  -moz-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.icons-example ul li a span {
  display: inline-block;
  margin: 0;
  color: #111;
  font-size: 32px;
  line-height: 70px;
}

/* =============================
20. Spacer, margin
============================= */

.clear-marginbot {
  margin-bottom: 0;
}

.marginbot10 {
  margin-bottom: 10px;
}

.marginbot20 {
  margin-bottom: 20px;
}

.marginbot30 {
  margin-bottom: 30px;
}

.marginbot40 {
  margin-bottom: 40px;
}

.clear-margintop {
  margin-top: 0;
}

.margintop10 {
  margin-top: 10px;
}

.margintop20 {
  margin-top: 20px;
}

.margintop30 {
  margin-top: 30px;
}

.margintop40 {
  margin-top: 40px;
}

/* =============================
21. Media queries
============================= */

@media (min-width: 979px) and (max-width: 1200px) {
  #wrapper.boxed {
    width: 1000px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  #wrapper.boxed {
    width: 784px;
    margin: 0 auto;
  }
  .navbar .nav {
    border: none;
  }
  .navbar .nav li a {
    border: none;
  }
  a.detail {
    background: none;
    width: 100%;
  }
  .nivo-caption {
    width: 50%;
  }
  /* slitslider */
  .sl-slider h2 {
    font-size: 72px;
  }
  ul.clients li {
    width: 104px;
    margin: 0 20px 0 0;
  }
  ul.clients li .client-hover {
    width: 104px;
  }
  footer .widget form input#appendedInputButton {
    display: block;
    width: 91%;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
  }
  footer .widget form .input-append .btn {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
  }
  ul.related-folio li {
    width: 156px;
    margin: 0 20px 0 0;
  }
}

@media (max-width: 767px) {
  .wgl-container{
    width:100% !important;
  }
  .works-filter a{
        padding: 13px 2px !important;
  }
  ul{
    margin-left: 0px !important;
  }
  .work-item {
    display: block;
    float: none !important;
    width: 100% !important;
    margin: 0px !important;
     margin-bottom: 20px !important;
  }
  .testimonial-reel .slick-slide{
    padding: 0px !important;
  }
  .appoints{
    display: none !important;
  }
  .flagmarts {
    position: absolute;
    left: 0px;
    top: 4%;
    color: #fff;
    width: 50%;
    z-index: 9999;
    padding: 0px;
}
  .nivo-caption h4 {
    color: #fff;
    font-size: 14px;
}
  .nivo-caption h2{
    font-size: 15px !important;
  }
ul.clients li{
      width: 132px !important;
}
  .backsliered{
    width:85% !important;
  }
  body {
    padding-right: 0;
    padding-left: 0;
  }
  #wrapper.boxed {
    width: 90%;
    margin: 0 auto;
  }
  .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar .nav {
    margin-top: 40px;
    border-bottom: 1px solid #2d2d2d;
  }
  div nav ul {
    display: none;
  }
  nav ul li {
    display: none;
  }
  select.selectmenu {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    color: #111;
    margin-right: 20px;
    line-height: 0px;
    font-size: 13px;
    padding: 7px 0px;
    overflow: hidden;
  }
  select.selectmenu .bold {
    font-weight: bold;
  }
  .box {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
  }
  #featured .flexslider .slide-caption {
    width: 90%;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: -40px;
  }
  /* slitslider */
  .sl-slider h2 {
    font-size: 60px;
  }
  /* nivo slider */
  .nivo-caption {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
  }
  #inner-headline .breadcrumb {
    float: left;
    clear: both;
    width: 100%;
  }
  #inner-headline .search {
    float: left;
    margin-top: 20px;
  }
  .breadcrumb>li {
    font-size: 13px;
  }
  ul.portfolio li article a i.icon-48 {
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .left-sidebar {
    border-right: none;
    padding: 0 0 0 0;
    border-bottom: 1px dotted #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  .right-sidebar {
    margin-top: 30px;
    border-left: none;
    padding: 0 0 0 0;
  }
  footer .span1, footer .span2, footer .span3, footer .span4, footer .span5, footer .span6, footer .span7, footer .span8, footer .span9, footer .span10, footer .span11, footer .span12 {
    margin-bottom: 20px;
  }
  #sub-footer ul.social-network {
    float: left;
  }
  [class*="span"] {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  header .logo {
    margin: 0 auto;
    text-align: center;
    margin-top: 0px;
    float: none;
  }
  header .logo img {
    margin-bottom: 10px;
  }
  header .logo h1 {
    font-size: 14px;
    margin: 0;
  }
  .bottom-article a.pull-right {
    float: left;
    margin-top: 20px;
  }
  .navbar .nav {
    margin-top: 0px;
    border-bottom: 1px solid #2d2d2d;
  }
  .search {
    float: left;
  }
  .flexslider .slide-caption {
    display: none;
  }
  /* nivo slider */
  .nivo-caption {
    background: none;
  }
  .nivo-caption p {
    display: none;
  }
  .da-slide .da-img .video-container {
    margin-top: 50%;
  }
  .da-slide h2 {
    color: #fff;
    position: relative;
    font-size: 20px;
    width: auto;
  }
  .cta-text {
    margin: 0 auto;
    text-align: center;
  }
  .cta.floatright {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .jcarousel-skin-tango .jcarousel-next-horizontal, .jcarousel-skin-tango .jcarousel-prev-horizontal {
    margin-top: -30px;
  }
  #twitter-wrapper {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  ul.portfolio li article a i.icon-48 {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
}

@media (max-width: 360px) {}

/* ============== options panel for live preview ======================= */

#t_options {
  position: fixed;
  top: 30px;
  left: -230px;
  width: 230px;
  background: #111;
  color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
  -o-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
  z-index: 5000;
  font-size: 11px;
  font-family: 'Open Sans', arial, sans-serif;
}

#t_options hr {
  margin: 20px 0;
  border: 0;
  border-top: none;
  border-bottom: 1px dotted #999;
}

#t_options h6 {
  color: #fff;
  font-size: 14px;
}

#t_options input {
  width: 60px;
}

#t_options .col {
  width: 50px;
  margin: 0 10px 0;
}

.colorpicker {
  z-index: 5001;
}

.options_inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.options_box {
  margin: 0 14px;
  padding: 10px 0 20px;
  overflow: hidden;
}

.options_box .solidline {
  margin-bottom: 10px;
}

.options_box h6 {
  text-align: center;
  font-weight: bold;
}

.options_box .full {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}

.options_box .halfcol {
  width: 90px;
  float: left;
  margin: 0 5px;
}

.options_box .fourcol {
  width: 30px;
  float: left;
  margin: 0 5px;
}

.options_box .fourcol.color a {
  width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 5px;
}

.options_box .halfcol .wideboxed h6 {
  font-size: 11px;
  font-weight: 600;
}

.options_toggle_holder {
  position: absolute;
  right: -40px;
}

.options_toggle {
  margin: 6px 0 0 4px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #111;
  border-left: none;
  display: block;
  background: #111;
}

.options_toggle span .icon {
  margin: 10px 0 0 7px;
  display: block;
}

.options_toggle:hover, .options_toggle:focus, .options_toggle:active {
  outline: 0;
  text-decoration: none;
}

.options_heading {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #888;
}

/* colors */

.options_box a.t_default {
  background: #ef5523;
}

.options_box a.t_kissme {
  background: #6D0C1F;
}

.options_box a.t_lime {
  background: #C6DF45;
}

.options_box a.t_rose {
  background: #9E001D;
}

.options_box a.t_amethyst {
  background: #9b59b6;
}

.options_box a.t_asphalt {
  background: #34495e;
}

.options_box a.t_pomegranate {
  background: #c0392b;
}

.options_box a.t_pumpkin {
  background: #d35400;
}

.options_box a.t_lightorange {
  background: #f39c12;
}

.options_box a.t_red {
  background: #cb1103;
}

.options_box a.t_green {
  background: #9AC43C;
}

.options_box a.t_sand {
  background: #BFB372;
}

.options_box a.t_purple {
  background: #c81dbe;
}

.options_box a.t_yellow {
  background: #FFD053;
}

.options_box a.t_blue {
  background: #5C9CC7;
}

.options_box a.t_pink {
  background: #FF439E;
}

.bgr .bg {
  width: 28px;
  height: 28px;
  border: 1px solid #e6e6e6;
}

.bgr .bg.bg1 {
  background: url(../img/bodybg/bg1.png) repeat left top;
}

.bgr .bg.bg2 {
  background: url(../img/bodybg/bg2.png) repeat left top;
}

.bgr .bg.bg3 {
  background: url(../img/bodybg/bg3.jpg) repeat left top;
}

.bgr .bg.bg4 {
  background: url(../img/bodybg/bg4.png) repeat left top;
}

.bgr .bg.bg5 {
  background: url(../img/bodybg/bg5.png) repeat left top;
}

.bgr .bg.bg6 {
  background: url(../img/bodybg/bg6.png) repeat left top;
}

.bgr .bg.bg7 {
  background: url(../img/bodybg/bg7.png) repeat left top;
}

.bgr .bg.bg8 {
  background: url(../img/bodybg/bg8.jpg) repeat left top;
}

.bgr .bg.bg9 {
  background: url(../img/bodybg/bg9.png) repeat left top;
}

.bgr .bg.bg10 {
  background: url(../img/bodybg/bg10.png) repeat left top;
}

#accent_color {
  color: #fff;
  background: #ef5523;
  border: none;
  text-transform: uppercase;
  margin-left: 2px;
  text-align: center;
  outline: 0;
}

#bodybg_color {
  color: #fff;
  background: #ccc;
  border: none;
  text-transform: uppercase;
  margin-left: 2px;
  text-align: center;
  outline: 0;
}

/* Theme Styler :: End */
.navbar-static-top {
    position: static;
    margin-bottom: 0;
    padding: 14px 0px;
    display: table;
    width: 100%;
}
.nivo-caption h4{
  color:#fff;
}
.flagtest img{
  position: relative !important;
}
.flagtest{display: inline-block;width: 12%;text-align: center; transition: all 0.3s ease-in-out;}
.flagtest a{
 padding: 0px !important;
 border:none !important; 
   transition: all 0.3s ease-in-out;
}
.flagtest p{
  
color: #fff;
}
.pretitle{

  }.pretitle h2{
    font-weight: 600;
    color: #c7000b;
    letter-spacing: 4px;
    padding: 50px 0px 45px;
}
.rightile{

  }.rightile h3{
  
color: #c7000b;
  
font-weight: 700;
  
line-height: 47px;
  
font-size: 38px;
}
.rightile p{
  
font-weight: 500;
  
font-size: 17px;
}
.sectionpre{
  
padding: 30px 0px;
  
clear: both;
  
display: table;
  
width: 100%;
}
.appdevelop{background: #000;padding: 33px 0px;}
.box h6{
  color: #fff;
  margin-bottom: 0px;
  padding: 13px 0px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 600;
}


.slider {
  max-width: 100%;
  margin: 0 auto;
}
.slick-slide {
  margin: 0 10px;
}
.slick-list {
  margin: 0px -5px 0px -5px;
}
button.slick-next, button.slick-next:hover {
  position: absolute;
  top: 41%;
  right: 54px;
  width: 35px;
  height: 35px;
  background-image: url("../img/arrow-right.png");
  background-size: cover;
}
button.slick-prev, button.slick-prev:hover {
  position: absolute;
  top: 41%;
  left: 45px;
  z-index: 1;
  width: 35px;
  height: 35px;
  background-image: url("../img/arrow-left.png");
  background-size: cover;
  background-position-x: right;
}
.slick-prev:before, .slick-next:before {
  font-size: 70px;
  color: #EA8496;
  line-height: inherit;
  font-weight: bold;
}
.slider img {
    width: 100%;
}

/* Slick Slider Styles -- Provided by https://kenwheeler.github.io/slick/ */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('http://maggiesadler.com/wp-content/uploads/2015/10/ajax-loader.gif') center center no-repeat;
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
    font-weight: bold;
    font-size: 20px;
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: -9px 0px;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\f111";
    text-align: center;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.slidersoption {
    clear: both;
    display: table;
    width: 100%;
    table-layout: fixed;
}
.services{
     clear: both;
    display: table;
    width: 100%;
}
.mainpoint{
  display: table;
  width: 100%;
  table-layout: fixed;
  padding-bottom: 20px;
}
.leftwhite{

}
.leftwhite h2{
  
font-weight: 600;
  
color: #ffffff;
  
letter-spacing: 4px;
}
.quote {
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
    text-align: center;
}
.titleb {
    position: relative;
    z-index: 999;
    display: table;
    width: 100%;
}
.titleb h2 {
    margin-top: 0px;
    position: relative;
    top: -47px;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 0px;
    color: #fff;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 400;
}
.darkback:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #c7000bc7;
}
.voilderbackimg{
  background-size: cover;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  height: 500px;
  position: relative;
}

/*testimonial css*/

.testimonial-reel {
  margin-bottom: 3rem !important;
  margin-top: 0rem;
}
.testimonial-reel .box {
  position: relative;
  margin-bottom: 0px;
}
.testimonial-reel .box .image {
  margin: 0 auto -45px;
  text-align: center;
}
.testimonial-reel .box .image img {
  height: 130px;
  margin: 0 auto;
}
.testimonial-reel .box .test-component {
  background-color: #fff;
  padding: 1rem 10px;
  display: table;
  width: 100%;
  text-align: center;
}
.testimonial-reel .box .test-title {

color: #f96d02;

text-align: center;

margin-top: 1.3rem;

margin-bottom: 15px;
}
.testimonial-reel .box .test-content {
  text-align: center;
}
.testimonial-reel .slick-slide {
  opacity: 1;
  transition: opacity 0.3s;
  padding-left: 1rem;
  padding-right: 1rem;
}
.testimonial-reel .slick-slide.slick-cloned {
  opacity: 1;
  transition: opacity 0.3s;
}
.testimonial-reel .slick-slide.slick-current.slick-active {
  opacity: 1;
  transition: opacity 0.3s;
}
.testimonial {
  display: table;
  clear: both;
  width: 100%;
  table-layout: fixed;
}
.test-title h4{
  
color: #c7000b;
  
font-weight: bold;
  
font-size: 25px;
  
margin-bottom: 0px;
}
.titlered h2{
      font-weight: 600;
    color: #c7000b;
    letter-spacing: 4px;
    text-align: center;
}
.test-component span{
  font-weight:600;
}
.social-network i{
  background-color: transparent;
  margin-right: 13px;
}
.voilderbackimg:after{
  content:'';
  background-color: #00000069;
  position: absolute;
  left: 0;
  right:0;
  top:0;
  bottom:0;
}
.porerelative{
  position: relative;
  z-index: 99999;
  padding: 11% 0px;
}
.whiterightile{

  }.whiterightile p{
  
color: #fff;
  
margin-bottom: 35px;
}.whiterightile h3{
  
color: #fff;
  
font-weight: bold;
  
font-size: 50px;
}.whiterightile button{
  
background: #c7000b;
  
border: none;
  
color: #fff;
  
padding: 7px 22px;
}
.contatus{
  background-color: #c7000b;
  border:none;
  color: #fff;
  padding: 9px 25px;
  margin-top: 10px;
}
section.voilder {
    padding: 50px 0px;
}
.appoints{
  clear: both;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 80px;
  margin-left: -20px;
}
 .flagtest a:hover{
  text-decoration: none;
 }
.appoints .flagtest:hover{
  transform: translateY(-10%);
  transition: all 0.3s ease-in-out;
}
.view {
    position: relative;
}
.backslider{

position: relative;

padding-bottom: 50px;

margin: 30px 0px;

table-layout: fixed;

display: table;

width: 100%;
}
.backslider h3{
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 22px 0px;
  margin-bottom: 0px;
}
.backsliered{
      background: #c7000b;
      width: 50%;
      position: absolute;
      height: 100%;
      left: 0;
      right: 0;
      text-align: center;
      margin: 0 auto 0px;
      border-radius: 4px;
}
.hovertext{

}
.hovertext h4{
  font-size: 28px;
 color:#fff;
 position: absolute;
 top: 50%;
 left: 50%;
 right: 0;
 text-align: center;
 transform: translate(-50%, -50%);
 text-transform: uppercase;
 font-weight: 600;
}
.sc_team_item .post_featured .mask {
    background-color: rgba(237, 33, 37, 0.73);
}

.post_featured .mask {
    content: ' ';
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;
}
.sc_team_item .post_featured.hover_dots .icons span {
    background-color: #fff;
}

.post_featured.hover_dots .icons span {
    position: absolute;
    z-index: 102;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0;
}
.post_featured.hover_dots:hover .mask {
    opacity: 1;
}
.post_featured.hover_dots:hover .icons span:first-child {
    margin-left: -13px;
}
.post_featured.hover_dots:hover .icons span {
    opacity: 1;
    display: inline-block;
}
.sc_team_item .post_featured.hover_dots .icons span {
    background-color: #fff;
}
.sc_team_item{
  position: relative;
}
.item-thumbs .hover-wrap:hover{
  text-decoration: none;
}


.cards-namehome{
 color:#fff;
 position: absolute;
 top: 50%;
 left: 50%;
 right: 0;
 text-align: center;
 transform: translate(-50%, -50%);
 text-transform: uppercase;
 font-weight: 600;
 width: 100%;
}
.cards-name h4{
  
color: #fff;
  
font-weight: 500;
}
.cards--portfolio .tags {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 16px;
    z-index: 2;
}
.cards--portfolio .tags-section {
    margin-right: 0;
    text-align: center;
}
.cards--portfolio .tags-item {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 15px;
    line-height: 25px;
    padding: 0px 7px;
    color: #000;
    background-color: #fdfdfc;
    display: inline-block;
}
footer address img{

display: table-cell;

vertical-align: top;
}
footer address span{
  
display: table-cell;
  
vertical-align: top;
  
padding-left: 13px;
  
font-size: 14px;
}
.flickr_badge ul{
margin-left: 0px;
}
.flickr_badge li:before{
    content: "\f061";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
  }
.flickr_badge li{
  
list-style: none;
  
padding: 4px 0px;
}.flickr_badge li a{
  
font-size: 15px;
}
.carousel-indicators{
  left:auto;
      bottom: 100px;
}
.work-item{
  display: block;
  float: left;
  width: 22%;
  margin: 10px;
  position: relative;
}
.works-filter {

text-align: center;

margin-bottom: 20px;
}
.works-filter a {

color: #000;

text-transform: uppercase;

padding: 13px 20px;

font-weight: 500;
}
.works-filter a.active {

color: #c7000b;
}

.work-img img{
  width:100%;
}
.work-item:hover .work-intro{
opacity: 1;
}
.work-item:hover .work-intro h3{
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.work-item:hover .work-intro .work-descr{
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.work-intro{
  position: absolute;
  display: -ms-flexbox;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 50px;
  color: #fff;
  background-color: rgba(237, 33, 36, 0.75);
  opacity: 0;
  -webkit-transition: .5s opacity,.5s background-color;
  -o-transition: .5s opacity,.5s background-color;
  transition: .5s opacity,.5s background-color;
}

.work-intro h3{opacity: 0;-webkit-transition: .4s transform .2s,.4s opacity .2s;-o-transition: .4s transform .2s,.4s opacity .2s;transition: .4s transform .2s,.4s opacity .2s;-webkit-transform: translateY(10px);-ms-transform: translateY(10px);transform: translateY(10px);margin-bottom: 1.2rem;color: inherit;width: 100%;display: block;text-transform: uppercase;}

 .work-intro .work-descr{
    opacity: 0;
    -webkit-transition: .4s transform .3s,.4s opacity .3s;
    -o-transition: .4s transform .3s,.4s opacity .3s;
    transition: .4s transform .3s,.4s opacity .3s;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    width: 100%;
    display: block;
  }
  .padding{
    padding:50px 0px;
  }
  .wechat{

position: fixed;

right: 0;

z-index: 99999999;

bottom: 51px;
}
  .wechat img{
    
width: 50px;
  }

#mmservice ul{ margin:0; padding:0; list-style:none;}
#mmservice{width:160px;height:290px;position:fixed;top:280px;right:0px; z-index:100; position:fixed;}
#mmservice li{width:160px;height:40px; margin-bottom:5px;}
#mmservice li img{float:right;}
#mmservice li a{height:36px;float:right;display:block;min-width:45px;max-width:160px;position:relative;text-decoration:none;border-top-left-radius:0.5em;border-bottom-left-radius:0.5em;background-color: #c8000b;}
#mmservice li a .shows{display:block; position:absolute; top:0px;height:40px;width:44px;}
#mmservice li a .hides{margin-right:-143px;cursor:pointer;cursor:hand;}
#mmservice li a.weixin_area .hides{display:none;position:absolute;right:143px;}
#mmservice li a.weixin_area .weixin{display:none;position:absolute;right:0;top:48px}
#p2{width:125px;height:36px;margin-left:45px;border: 0px solid #c8000b;text-align:left;line-height:36px;}
#mmservice li a:hover{background-color: #fb3641;}

.topheader{border-bottom: 1px solid #ffffff24;}

.topleftside{

display:  inline-block;
}
.topleftside ul{
    
margin-bottom: 0px;
    
padding-left: 0px;
}
.topleftside li{
    
display:  inline-block;
    
list-style:  none;
    
padding: 7px 14px;
    
border-right: 1px solid #ffffff24;
}
.topleftside li a{
    
color: #ffffff;
    
font-size: 15px;
}

.toprightside{

display:  inline-block;

float: right;

border-left: 1px solid #ffffff24;

border-right: 1px solid #ffffff24;

padding: 6px 25px;
}
body{
  transition: all 0.3s ease-in-out;
}
.toprightside a{transition: all 0.3s ease-in-out;color: #ffffff;font-size: 14px;}
.toprightside a:hover{
  color: #dedede;
  transition: all 0.3s ease-in-out;
}
/*solution css*/

#main {
    position: relative;
    z-index: 0;
    min-height: 50vh;
    overflow-x: hidden;
}
.wgl-container {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
}
body .solution input:not([type='checkbox']):not([type='submit']), select, textarea {
    height: 50px;
    max-width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    padding: 10px 20px;
    -webkit-appearance: none;
    font-family: inherit;
    border: 0;
    background: transparent;
    outline: none;
    margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background: #f3f5fe;
    width:100%;
    border: none;
    box-shadow: none;
}
.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.wpcf7 input[type="submit"] {
    background: -webkit-linear-gradient(left,#c7000b 0%,#ff4200 50%,#bfa139 100%);
    background-size: 300%,1px;
    background-position: 0%;
    color: #fff;
    border: none;
    padding: 10px 30px;
    margin: 30px 0px;
    border-radius: 4px;
}
.maincol{
      background: #f3f5fe;
    padding: 50px 0px;
    clear: both;
    display: table;
    width: 100%;
}

/* table */
table td,
table th {
  padding: 8px 22px !important;
  border: 1px solid #ccc;
  text-align: left;
  }

table:not(:last-child) {
  margin-bottom: 22px; }

  .heading_subtitle{
        color: #c7000b;
        text-align: center;
        margin-bottom: 35px;
  }
  .heading_title{
        position: relative;
        z-index: 1;
        margin-top: 10px;
        padding-top: 23px;
        text-align: center;
        color: #c7000b;
  }
    .heading_divider{
    background: #c7000b;
    position: absolute;
    z-index: 0;
    top: 0;
    width: 40px;
    height: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 50%;
    margin-left: -20px;
    }
  .heading_divider:before{
    background: #c7000b;
    left: -20px;
    content: '';
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  } 
  .heading_divider:after{background: #c7000b;right: -20px;content: '';position: absolute;z-index: 1;width: 10px;height: 3px;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
  a:hover{
    color:#ddd;
  }

  .page_heading {
    margin-top: 0;
    background: url(../img/content-spacer.png) bottom repeat-x;
    padding-bottom: 15px;
    margin-bottom: 30px;
    color: #333;
    font-size: 32px;
    font-weight: 600;
}
.packages_plan_table table tr:nth-child(odd) {
    background: #f4f4f4;
}
.packages_plan_table table tr:nth-child(1) th {
    height: 50px;
    vertical-align: middle;
    font-size: 20px;
    text-shadow: 0 1px #000;
}
.packages_plan_table table tr th {
    color: #fff;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.packages_plan_table table tr:nth-child(1) th.item {
    background: #f15959;
}
.packages_plan_table table tr:nth-child(1) th.basic {
    background: #CFA1A1;
}
.packages_plan_table table tr:nth-child(1) th.bronze {
    background: #CD7F32;
}
.packages_plan_table table tr:nth-child(1) th.silver {
    background: silver;
}
.packages_plan_table table tr:nth-child(1) th.gold {
    background: #c90;
}
.packages_plan_table table tr td:first-child, .packages_plan_table table th:first-child {
    text-align: left;
}
td.yes {
    background: url(../img/yes.png) no-repeat;
    background-position: 50%;
}
td.no {
    background: url(../img/no.png) no-repeat;
    background-position: 50%;
}
.packages_plan_table table td a {
    background: #e20700;
    color: #fff;
    border-radius: 4px;
    padding: 2px 15px;
    display: inline-block;
    font-size: 15px;
}
.webhosting h3{
  font-size:25px;
  font-weight: 600;
}
.backeee{
  background-color: #f4f6fd;
}
span.counter_value {
    font-size: 42px;
    font-weight: 600;
    color: #c8000b;
}
.counter_value_suffix{

color: #000000;

font-weight: 400;

font-size: 35px;
}
.counter_title{
  
text-transform: uppercase;
}
.counter_value_content{
  text-align: center;
}
.seofy_module_button{
      color: #ffffff;
      background-color: #c8000b;
      display: table;
      padding: 14px 33px;
      vertical-align: top;
      margin-bottom: 20px;
      font-size: 16px;
      font-weight: 800;
      line-height: 20px;
      position: relative;
      text-align: center;
      margin: 0 auto;
      color: #fff;
}
.button_border_gradient:before {
    background: linear-gradient(90deg, #c8000b, #ff4200);
    content: '';
    position: absolute;
    z-index: -2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
}
.button_border_gradient:after {
    background: linear-gradient(90deg, #ff4200, #ffc600);
}
.wgl_button_link{
  color:#fff;
}
.heading_titleiner {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    padding-top: 23px;
    text-align: center;
    color: #000000;
    width: 100%;
    margin: 0 auto;
}
.width30{
  width: 100%;
  margin:0 auto;
}
.heading_titlesub{
  font-size: 20px;
  font-weight:600;
}
.seofy_module_infobox .infobox_title {
    position: relative;
    z-index: 1;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 7px;
}
.infobox_wrapper {
    box-shadow: none;
}

.seofy_module_infobox.layout_top .infobox_wrapper {
    padding: 45px 50px 40px 50px;
}
.seofy_module_infobox .infobox_wrapper {
    position: relative;
    z-index: 1;
    -webkit-transition: inherit;
    -o-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.seofy_module_infobox {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.seofy_module_infobox:hover .infobox_wrapper {
    box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
    background-color: #ffffff;
    border-color: transparent;
}
.infobox_icon_container {
    font-size: 43px;
    color: #c7000b;
}


/*server plan css*/

.nav-pill-main-div {
    position: relative;
    height: 100%;
}
ul.tabs{
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    text-align: center;
    display: table;
    width: 87%;
  }
   ul.tabs li{
    background: none;
    color: #222;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s ease all;
    width: 20%;
  }
  ul.tabs li.current{
    color: #222;
    transition: 0.3s ease all;
  }
  ul.tabs li.current span{
    color: #000000;
    transition: 0.3s ease all;
  }
  .tab-content{
    display: none;
    transition: 0.3s ease all;
  }
  .tab-content.current{
    display: inherit;
    transition: 0.3s ease all;
  }


  /*------ease effect------*/
  .nav-justified > li { 
    float: none; 
  }
  .nav-justified > li span { 
    width: 100%; 
  }
  .customize_solution .nav-justified > li {
      float: none;
  }
  .customize_solution span.ease-effect { 
    text-decoration: none; 
    -webkit-transition: 0.3s all ease; 
    transition: 0.3s ease all; 
  }
  .customize_solution span.ease-effect:hover, .customize_solution span.ease-effect:focus,.customize_solution ul.tabs li.current span:hover,.customize_solution ul.tabs li.current span:focus {
    color: #FFF;
    transition: 0.3s ease all;
    z-index: 9;
  }
  .customize_solution span.ease-effect { 
    letter-spacing: 2px; 
    text-transform: uppercase; 
    display: inline-block; 
    text-align: center; 
    font-weight: bold; 
    padding: 14px 0px; 
    border-top-right-radius: 2px; 
    border-top-left-radius: 2px; 
    position: relative; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1); 
  }
  .customize_solution .ease-effect:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #c8000b;
    z-index: -2;
  }
  .customize_solution .ease-effect:hover:before, .customize_solution .ease-effect:focus:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
  }

.finbyz-icon {
    height: 100px;
    width: 100px;
}

.customize_solution {
    width: 100%;
    display: table;
}
.customize_solution li.current .ease-effect{
     background: #c8000b;
     color: #fff;
     font-size: 20px;
     padding: 20px 0px;
}
.fade.current{
  opacity:1;
}
.tab-content.shared{

padding-left: 17%;
}
.tab-content.vpstab{

padding-left: 33%;
}
.tab-content.dedicated{

padding-left: 55%;
}
.tab-content.clouds{

padding-left: 63%;
}
#why_netking {
    text-align: center;
}
.heading span {
    color: #fb0504;
}
#why_netking .container > p {
    font-size: 18px;
    color: #686666;
    line-height: 28px;
}
.red1 {
    color: #e20700;
}
.red1 i {
    color: #000;
    font-style: normal;
    margin: 0;
}
#why_netking .box {
    margin: 50px 0;
}
.industexp p {
    color: #434343;
    font-size: 20px;
}
.industexp .tnexp {
    font-size: 30px;
    display: block;
    margin: 0px 0;
}
#why_netking .row div:nth-child(1) .why_choose {
    background: #bee9fa;
    border: 2px solid #8dd8f6;
}

#why_netking .why_choose {
    font-size: 15px;
    color: #686666;
    padding: 60px 30px 30px;
    min-height: 250px;
    border-radius: 10px;
    margin: 60px 0 40px;
    position: relative;
    line-height: 28px;
}
#why_netking .row div:nth-child(1) .why_choose .icon_control {
    background: #bee9fa;
    border: 2px solid #8dd8f6;
}

#why_netking .why_choose .icon_control {
    display: inline-block;
    height: 80px;
    position: absolute;
    width: 80px;
    left: 50%;
    text-align: center;
    line-height: 80px;
    top: -40px;
    margin-left: -40px;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
}
#why_netking .why_choose .icon_control img {
    vertical-align: middle;
}
#why_netking .why_choose .small_title {
    display: block;
    color: #666;
    font-size: 20px;
    margin-bottom: 15px;
}
#why_netking .row div:nth-child(2) .why_choose {
    background: #ddd;
    border: 2px solid #ccc;
}
#why_netking .row div:nth-child(2) .why_choose .icon_control {
    background: #ddd;
    border: 2px solid #ccc;
}
#why_netking .row div:nth-child(3) .why_choose {
    background: #c0f3c4;
    border: 2px solid #a0e3a5;
}
#why_netking .row div:nth-child(3) .why_choose .icon_control {
    background: #c0f3c4;
    border: 2px solid #a0e3a5;
}
.serviceitem{
  text-align: center;
}
.serviceitem .item{
  
display: inline-block;
  
padding: 8px;
}
.carousel-indicators li{
      height: 4px;
}
.bone {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.bone h1{
line-height: 50px;
color: #fff;

font-size: 36px;

text-shadow: 0px 3px 4px #000;
}
  .bone p{

color: #fff;

}
.service-grid {
    padding: 23px;
    text-align: center;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 1px 2px #ddd;
    margin-bottom: 25px;
    border-radius: 5px;
    background: #a5a5a514;
       -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
  
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.jumbotron p {
    margin: 0 0 2rem;
    line-height: 1.5;
    font-weight: 300;
    word-wrap: break-word;
}
.home .home-service-section .icon {
    height: 100px;
    vertical-align: bottom;
}

.hvr-float {
    display: inline-block;
    vertical-align: middle;
      width: 70px;
 
}
.service-grid:active, .service-grid:focus, .service-grid:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    cursor: pointer;
}
.service-grid h4 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 21px;
}
.service-grid a {
  
color: #000;
  
text-transform: uppercase;
  
font-size: 17px;
}
h2.space.text-center {
    padding: 50px 0px 45px;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
    color: #c7000b;
    letter-spacing: 4px;
}
#why_netking .why_choose:hover .icon_control{
  transform: rotateZ(45deg);
  transition: all 0.3s ease-in-out;
  background: #c8000b !important;
  border: 2px solid #c8000b !important;}

.peopleimg{
  padding: 50px 0px;
}

.headfied.navbar-scroll{
 position: fixed;
    transition: all 0.3s ease-in-out;
    left: 0;
    right: 0;
    top: 0;
    background: #c8000b;
}
.navbar .nav li:hover .dropdown-menu{
  display:block;  
}
.fa.whtas{
    color: #fff;
    font-size: 25px;
    padding: 6px;
    text-align: center;
}