/*-----------------------------------------------------------------------------------

 Theme Name: Muli
 Theme URI: http://
 Description: The Multi-Purpose Onepage Template
 Author: ui-themez
 Author URI: http://themeforest.net/user/ui-themez
 Version: 1.0

 Main Color   : #212163
 main Font    : Poppins,Muli

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

 == Table Of Content

 01 Basics
 02 Buttons
 03 Navbar
 04 Header
 05 Hero
 06 section-box
 07 Services
 08 Numbers
 09 Works
 10 Team
 11 Price
 12 Testimonials
 13 Blog
 14 Subscribe
 15 Contact-Info
 16 Contact
 17 Footer
 18 spacial pages
 19 Responsive
 

---------------------------------------------------------------- */
/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
  margin: 0px !important;
  padding: 0px !important;
  width: 100%;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  color: #000;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden !important;
}

p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
  margin: 0;
  text-align: justify !important;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
}

h5,
h6 {
  font-weight: 600;
}

img {
  width: 100%;
  height: auto;
}

span,
a,
a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.section-padding {
  padding: 35px 0;
}

.section-head {
  margin-bottom: 50px;
}

.section-head h6 {
  color: #777;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.section-head h4 {
  font-size: 28px;
  font-weight: 300;
  margin-top: 10px;
  position: relative;
  padding-bottom: 15px;
}

.section-head h4:after {
  content: '';
  width: 60px;
  height: 1px;
  background-color: #212163;
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
}

.section-head h4 span {
  font-weight: 700;
}

.bg-gray {
  background: #f7f7f7;
}

.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100% !important;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.lg-line-height {
  line-height: 1.5;
}

.half-content {
  position: relative;
  z-index: 3;
}

.half-content h5,
.half-content h6 {
  color: inherit !important;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.pattern {
  background-repeat: repeat;
  background-size: auto;
}

.sub-title {
  font-size: 15px;
  font-weight: 400;
  color: #212163;
  margin-bottom: 10px;
}

.bold {
  font-weight: 800;
}

.count {
  font-family: 'Dosis', sans-serif;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 20px;
  line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  border-radius: 50%;
  background: #ddd;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #212163;
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* xclip */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
  font-weight: 900;
}

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/
.butn {
  padding: 12px 30px;
  background: #fff;
  /* border: 1px solid transparent; */
  position: relative;
  z-index: 3;
  margin-left: 10px;
  margin-right: 10px;
  /* -webkit-box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.1); */
  -webkit-transition: all .4s;
  transition: all .4s;
  /* border-radius: 30px; */
  cursor: pointer;
  outline: none !important;
  overflow: hidden;
}

.butn span {
  position: relative;
  z-index: 2;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.butn:before,
.butn:after {
  content: '';
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  z-index: 1;
  opacity: .4;
}

.butn:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background: #fff;
  opacity: 1;
}

.butn:hover:before,
.butn:hover:after {
  width: 100%;
}

.butn:hover:after {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  background: #b92b27;
}

.butn:hover span {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.butn-bord {
  border-color: #212163;
}

.butn-bord:before,
.butn-bord:after {
  background: #212163;
}

.butn-bord:hover span {
  color: #fff;
}

.butn-bg {
  background: #212163;
  /* border-color: #212163; */
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 25px;
}

.butn-bg:hover span {
  color: #fff;
}

.butn-light {
  background: #fff;
}

.butn-light:before,
.butn-light:after {
  background: #212163;
}

.butn-light:hover span {
  color: #fff;
}

.butn-light span {
  color: #212163;
}

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 9;
  min-height: 70px;
}

.navbar .icon-bar {
  color: #fff;
}

.navbar .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 500;
  color: #eee;
  letter-spacing: 1px;
  margin: 15px 5px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.navbar .navbar-nav .nav-link:hover {
  color: #b92b27;
}

.navbar .navbar-nav .active {
  color: #212163 !important;
}

.nav-scroll {
  background: #fff;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 3px 20px 16px rgb(0 0 0 / 5%);
  padding: 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.nav-scroll .icon-bar {
  color: #222;
}

.nav-scroll .navbar-nav .nav-link {
  color: #000;
}

.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #111;
}

.logo {
  padding: 15px 5px;
  width: 80px;
}

.dropdown:hover .dropdown-menu,
.dropdown:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.dropdown .nav-link {
  cursor: pointer;
}

.dropdown .nav-link i {
  padding-left: 5px;
  font-size: 11px;
}

.dropdown-item {
  position: relative;
}

.dropdown-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.dropdown-item span {
  display: block;
  cursor: pointer;
}

.dropdown-menu,
.sub-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  width: 200px;
  padding: 15px 10px;
  border-radius: 0;
  border: 0;
  background-color: #fff;
  /* -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05); */
  -webkit-transition: all .3s;
  transition: all .3s;
}

.dropdown-menu .dropdown-item,
.sub-menu .dropdown-item {
  padding: 15px 11px;
  font-size: 13px;
  color: #000;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.dropdown-menu .dropdown-item:hover,
.sub-menu .dropdown-item:hover {
  background: transparent;
  padding-left: 20px;
  color: #b92b27;
}

.dropdown-menu .dropdown-item a,
.sub-menu .dropdown-item a {
  display: block;
}

.dropdown-menu .dropdown-item i,
.sub-menu .dropdown-item i {
  padding: 5px 0 0 5px;
  font-size: 11px;
  float: right;
}

.dropdown-menu .dropdown-item em,
.sub-menu .dropdown-item em {
  font-size: 8px;
  background-color: #212163;
  padding: 2px 4px;
  color: #fff;
  border-radius: 2px;
  position: absolute;
  right: 10px;
  top: 5px;
}

.dropdown-menu.last {
  left: -100%;
}

.sub-menu {
  position: absolute;
  left: 100%;
  top: -5px;
}

.sub-menu.left {
  left: -100%;
  margin-left: -20px;
}

.mega-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  right: -356px;
  width: 800px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.mega-menu .dropdown-title {
  display: block;
  color: #212163;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 0 15px 15px;
  border-bottom: 1px solid #f7f7f7;
}

.mega-menu .dropdown-menu {
  position: static !important;
  float: left;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/
.header {
  min-height: 100vh;
  overflow: hidden;
}

.header .caption .o-hidden {
  display: inline-block;
}

.header .caption h2 {
  font-weight: 300;
  font-size: 30px;
}

.header .caption h4 {
  font-weight: 200;
  letter-spacing: 4px;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.header .caption h1 {
  margin: 10px 0;
  font-size: 60px;
  font-weight: 500;
  font-family: inherit;
  word-spacing: 2px;
  letter-spacing: 2px;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.header .caption p {
  font-size: 15px;
  font-weight: 300;
  color: #eee;
  letter-spacing: 1px;
  word-spacing: 2px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.header .caption p span {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 5px;
  padding-right: 14px;
  position: relative;
}

.header .caption p span:last-child {
  padding: 0;
}

.header .caption p span:last-child:after {
  display: none;
}

.header .caption p span:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #212163;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: .5;
}

.header .caption .butn {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.header .social a {
  color: #eee;
  font-size: 13px;
  margin: 10px 15px;
}

.slider .owl-item,
.slider-fade .owl-item {
  height: 100vh;
  position: relative;
}

.slider .item,
.slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.slider .item .caption,
.slider-fade .item .caption {
  z-index: 9;
}

.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
}

.page-header {
  height: 60vh;
}

.page-header h6 {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 10px;
}

.page-header h6 a:hover {
  color: #212163;
}

.page-header h6 i {
  margin: 0 15px;
  font-size: 10px;
}

.page-header h1 {
  margin-bottom: 10px;
  font-weight: 600;
}

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 05 Start Hero ]
-----------------------------------------------------------------*/
.hero {
  position: relative;
}

.hero:after {
  content: "";
  width: 40%;
  height: 250px;
  background-image: url(../img/dots.png);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
  z-index: -1;
}

.hero .intro h4 {
  font-weight: 500;
}

.hero .intro h3 {
  margin-bottom: 5px;
  padding-bottom: 16px;
  position: relative;
}

.hero .intro h3:after {
  content: '';
  width: 70px;
  height: 1px;
  background-color: #212163;
  position: absolute;
  bottom: 0;
  left: calc(50% - 35px);
}

.hero .intro h6 {
  font-weight: 300;
  line-height: 1.4;
}

.hero .intro p {
  font-size: 16px;
}

.hero .feat-numb span {
  font-family: 'Dosis', sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #212163;
  margin-bottom: 15px;
}

.hero .feat-numb h6 {
  margin-bottom: 15px;
}

.hero-cr .intro h4 {
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.hero-cr .intro h4:after {
  content: '';
  width: 80px;
  height: 1px;
  background: #212163;
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
}

.hero-cr .item {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.hero-cr .item .icon {
  font-size: 35px;
  color: #212163;
  margin-bottom: 25px;
}

.hero-cr .item h5 {
  font-size: 16px;
  margin-bottom: 15px;
}

.hero-cr .bg-color {
  background: #212163 !important;
}

.hero-cr .bg-color .icon {
  color: #fff;
}

.hero-cr .bg-color h5 {
  color: #fff;
}

.hero-cr .bg-color p {
  color: #ccc;
}

.hero-cr .bg-dark {
  background: #1a1d24 !important;
}

.hero-cr .bg-dark h5 {
  color: #fff;
}

.hero-cr .bg-dark p {
  color: #ccc;
}

.hero-cr .numb h3 {
  margin-bottom: 10px;
  color: #212163;
}

.hero-cr .numb h6 {
  font-weight: 400;
  font-size: 16px;
}

.hero-pr .author-img {
  padding: 0 30px;
}

.hero-pr .content {
  padding-top: 50px;
}

.hero-pr .content h3 {
  margin-bottom: 30px;
}

.hero-pr .content h6 {
  font-weight: 500;
  margin-bottom: 10px;
}

.hero-pr .content .sub {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #aaa;
  font-weight: 300;
  margin-bottom: 30px;
}

.hero-pr .content p {
  margin-bottom: 10px;
  font-size: 16px;
}

.hero-pr .content p:last-child {
  margin: 0;
}

.hero-pr .content .butn {
  margin-left: 0;
}

.hero-pr .skills .skill-progress {
  height: 12px;
}

.feat-left .item .icon {
  float: left;
  width: 60px;
  height: 60px;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  color: #fff;
  border: 1px solid #212163;
  background-color: #212163;
  margin-bottom: 40px;
  position: relative;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.feat-left .item .icon:after {
  content: '';
  width: 80px;
  height: 80px;
  position: absolute;
  left: -11px;
  top: -11px;
  border-radius: 50%;
  border: 1px dashed #eee;
}

.feat-left .item h5 {
  margin-bottom: 10px;
  font-size: 17px;
}

.feat-left .item h5,
.feat-left .item p {
  margin-left: 90px;
}

.fet-img img {
  border-radius: 12px;
  border: none !important;
  /* -webkit-box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.1); */
}

.fet-cont h3 {
  font-weight: 200;
  line-height: 1.4;
}

.fet-cont h3 b {
  font-weight: 700;
}

.fet-cont .circle {
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.fet-cont .circle canvas {
  height: 100px;
  width: 100px;
  margin: 0 auto 10px;
}

.fet-cont .circle canvas:last-of-type {
  display: none;
}

.fet-cont .circle span {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}

/* ----------------------------------------------------------------
     [ End Hero ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 section-box ]
-----------------------------------------------------------------*/
.section-box .half-img {
  background-position: 50% 50%;
}

.section-box .half-content {
  padding: 30px;
}

.section-box .box-white {
  padding: 100px 10%;
  background: #fff;
  -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
}

.section-box .accordion .item {
  margin-bottom: 30px;
}

.section-box .accordion .title {
  padding: 10px 20px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  cursor: pointer;
  position: relative;
}

.section-box .accordion .title:after {
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 12px;
  right: 20px;
}

.section-box .accordion .title h6 {
  font-size: 14px;
  font-weight: 600;
}

.section-box .accordion .accordion-info {
  display: none;
  padding: 0px 15px;
  margin-top: 30px;
  border-left: 1px dotted #ccc;
}

.section-box .accordion .accordion-info .spac {
  margin-top: 30px;
  padding-left: 30px;
}

.section-box .accordion .accordion-info .spac h6 {
  position: relative;
  margin-bottom: 15px;
}

.section-box .accordion .accordion-info .spac h6:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #555;
  position: absolute;
  top: 3px;
  left: -15px;
}

.section-box .accordion .accordion-info .spac ul {
  padding-left: 30px;
}

.section-box .accordion .accordion-info .spac li {
  margin-bottom: 10px;
  position: relative;
  font-size: 15px;
}

.section-box .accordion .accordion-info .spac li:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #222;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: -15px;
}

.section-box .accordion .active {
  display: block;
}

.section-box .accordion .active .title {
  color: #fff;
  background: #212163;
  background: -webkit-gradient(linear, left top, right top, from(#212163), to(#e1284e));
  background: linear-gradient(to right, #212163, #e1284e);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.section-box .accordion .active .title:after {
  content: '\f068';
}

.section-box .vid-butn {
  font-size: 70px;
  color: #212163;
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 70px;
  z-index: 3;
}

.section-box .vid-butn:hover:after {
  -webkit-transform: scale(2, 2);
  transform: scale(2, 2);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.section-box .vid-butn:after {
  content: '';
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: -10px;
  left: -10px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.section-box .vid-butn:before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  right: -5px;
  left: -5px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  z-index: -1;
}

.section-box .quote {
  display: inline-block;
  background: #212163;
  padding: 50px 30px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  z-index: 3;
}

.section-box .quote .icon {
  position: absolute;
  top: -20px;
  width: 100%;
  left: 0;
  font-size: 40px;
  color: #fff;
}

.section-box .quote p {
  color: #eee;
  margin-bottom: 10px;
}

.section-box .quote span {
  font-weight: 700;
}

.skills .skill-item {
  margin-bottom: 30px;
}

.skills .skill-item:last-child {
  margin-bottom: 0;
}

.skills .skill-item h6 {
  font-size: 14px;
  margin-bottom: 10px;
}

.skills .skill-progress {
  width: 100%;
  height: 20px;
  border: 4px solid #f7f7f7;
  background: #f7f7f7;
  border-radius: 20px;
  position: relative;
  -webkit-box-shadow: 0px -7px 10px rgba(0, 0, 0, 0.08) inset;
  box-shadow: 0px -7px 10px rgba(0, 0, 0, 0.08) inset;
}

.skills .skill-progress .progres {
  position: absolute;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  background: #212163;
  background: -webkit-gradient(linear, left top, right top, from(#212163), to(#e1284e));
  background: linear-gradient(to right, #212163, #e1284e);
  border-radius: 20px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.skills .skill-progress .progres:before {
  content: attr(data-value);
  padding: 4px 10px 3px;
  border-radius: 10px;
  font-size: 10px;
  color: #fff;
  background: #212163;
  background: -webkit-gradient(linear, left top, right top, from(#212163), to(#e1284e));
  background: linear-gradient(to right, #212163, #e1284e);
  position: absolute;
  top: -35px;
  right: 0;
}

.skills .skill-progress .progres:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #212163;
  position: absolute;
  top: -12px;
  right: 15px;
}

.skin h6 {
  font-weight: 400;
}

.skin .skill-progress {
  width: 100%;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.skin .skill-progress .progres {
  position: absolute;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  background: #212163;
  background: -webkit-gradient(linear, left top, right top, from(#212163), to(#e1284e));
  background: linear-gradient(to right, #212163, #e1284e);
  border-radius: 20px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.skin .skill-progress .progres:before {
  background: transparent;
}

/* ----------------------------------------------------------------
     [ End section-box ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 07 Start Services ]
-----------------------------------------------------------------*/
.services .item {
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
  /* -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05); */
}

.services .item .icon {
  font-size: 35px;
  color: #212163;
  margin-bottom: 25px;
}

.services .item h6 {
  margin-bottom: 20px;
  font-weight: 500;
}

.serv-box {
  position: relative;
  z-index: 3;
}

.serv-box:after {
  content: '';
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-image: url(../img/dots.png);
  background-repeat: repeat;
  position: absolute;
  left: -200px;
  top: 20%;
  z-index: -1;
  opacity: .7;
}

.serv-box .item {
  text-align: center;
  padding: 50px 18px;
  overflow: hidden;
  position: relative;
  z-index: 3;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.serv-box .item:hover {
  color: #fff;
}

.serv-box .item:hover .icon {
  color: #fff;
}

.serv-box .item:hover p {
  color: #ddd;
}

.serv-box .item:hover:after {
  height: 100%;
}

.serv-box .item:after {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  /* background-color: #212163; */
  z-index: -1;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.se-ico-left .item {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.se-ico-left .item .icon {
  font-size: 35px;
  color: #212163;
  margin-bottom: 0;
  float: left;
  width: 60px;
  height: 60px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
}

.se-ico-left .item h6 {
  margin-bottom: 15px;
  margin-left: 80px;
  font-weight: 500;
}

.se-ico-left .item p {
  margin-left: 80px;
}

/* ----------------------------------------------------------------
     [ End Services ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 08 Start Numbers ]
-----------------------------------------------------------------*/
.numbers .icon {
  font-size: 45px;
  color: #fff;
  margin-bottom: 30px;
}

.numbers h3 {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 30px;
}

.numbers h6 {
  font-weight: 300;
}

.states .icon {
  font-size: 60px;
  margin-bottom: 10px;
  color: #eee;
}

.states .sub-title {
  color: #212163;
}

.states h5 {
  line-height: 1.5;
  font-weight: 200;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}

.states h5:after {
  content: '';
  width: 100px;
  height: 1px;
  background: #212163;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
}

.states h5 b {
  font-weight: 700;
}

.states .item h3 {
  margin-bottom: 10px;
}

.states .item h6 {
  font-weight: 400;
  font-size: 16px;
}

/* ----------------------------------------------------------------
     [ End Numbers ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 09 Start Works ]
-----------------------------------------------------------------*/
.works .filtering .filter {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #eee;
  border-radius: 30px;
}

.works .filtering span {
  margin: 0 5px;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 30px;
  cursor: pointer;
}

.works .filtering .active {
  background: #212163;
  background: -webkit-gradient(linear, left top, right top, from(#212163), to(#e1284e));
  background: linear-gradient(to right, #F4B028, #F4B028);
  -webkit-box-shadow: 0px 8px 30px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 30px -5px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.works .gallery {
  padding-right: 0;
  padding-left: 0;
}

.works .larg-padding {
  padding: 0 15px;
}

.works .larg-padding .item-img {
  border: 10px solid #fff;
  margin-top: 30px;
}

.works .no-padding {
  padding: 0;
}

.works .no-padding .item-img {
  margin-top: 0;
}

.works .gutter {
  padding: 0 10px;
}

.works .gutter .item-img {
  margin-top: 20px;
}

.works .item-img {
  position: relative;
  margin-top: 30px;
}

.works .item-img:hover .item-img-overlay {
  visibility: visible;
  opacity: 1;
}

.works .item-img-overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 30px;
  background: rgb(0 0 0 / 58%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.works .item-img-overlay .icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #eee;
  text-align: center;
  font-size: 20px;
  color: #eee;
}

.works .item-img-overlay p {
  color: #212163;
  font-weight: 400;
}

.works .item-img-overlay h6 {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-top: 5px;
}

/* ----------------------------------------------------------------
     [ End Works ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 10 Start Team ]
-----------------------------------------------------------------*/
.team .item {
  text-align: center;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

.team .item:hover .info {
  bottom: 50px;
}

.team .item:hover .team-img:after {
  opacity: 1;
  visibility: visible;
}

.team .item .team-img {
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}

.team .item .team-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(linear, left bottom, left top, from(#111), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to top, #111, rgba(0, 0, 0, 0.4));
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.team .item .info {
  position: absolute;
  bottom: -500px;
  left: 0;
  padding: 0 15px;
  width: 100%;
  z-index: 4;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.team .item .info h6 {
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.team .item .info span {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 10px;
  color: #fff;
}

.team .item .info p {
  margin-bottom: 10px;
  color: #a9a9a9;
}

.team .item .info .icon {
  margin: 0 10px;
  font-size: 12px;
  color: #eee;
  cursor: pointer;
}

/* ----------------------------------------------------------------
     [ End Team ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 11 Start Price ]
-----------------------------------------------------------------*/
.price .pricing-tables {
  padding: 0 30px;
}

.price .pricing-tables [class*=col-] {
  padding: 0 30px;
}

.price .item {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.price .item .type {
  position: relative;
  margin-bottom: 15px;
}

.price .item .type h4 {
  font-size: 18px;
  font-weight: 500;
  color: #555;
}

.price .item .value {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.price .item .value h3 {
  font-size: 55px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}

.price .item .value h3 span {
  font-size: 15px;
  position: absolute;
  top: 10px;
  left: 0;
}

.price .item .value .per {
  font-size: 13px;
}

.price .item .features {
  text-align: left;
  overflow: hidden;
  padding: 15px;
}

.price .item .features ul {
  margin-bottom: 0;
}

.price .item .features li {
  margin-bottom: 15px;
  color: #777;
  font-size: 13px;
}

.price .item .features li:last-child {
  margin-bottom: 0;
}

.price .item .order {
  margin-top: 30px;
}

.price .item .order .butn {
  margin: 0;
  padding: 10px 30px;
}

.price .item .order .butn span {
  font-size: 13px;
  font-weight: 500;
}

.price .item.active {
  -webkit-box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
}

/* ----------------------------------------------------------------
     [ End Price ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 12 Start Testimonials ]
-----------------------------------------------------------------*/
.testimonials .icon {
  width: 70px;
  margin-bottom: 30px;
}

.testimonials .item h6 {
  font-size: 15px;
  font-weight: 700;
  color: #212163;
  margin: 50px 0 15px;
  position: relative;
}

.testimonials .item h6:after {
  content: '';
  width: 1px;
  height: 30px;
  background-color: #eee;
  position: absolute;
  left: 50%;
  top: -40px;
  opacity: .5;
}

.testimonials .item h6 span {
  display: block;
  color: #eee;
  font-style: italic;
  font-size: 13px;
  font-weight: 400;
  margin-top: 5px;
}

.testimonials .item p {
  color: #eee;
  font-size: 16px;
  font-weight: 200;
  word-spacing: 1px;
}

.testimonials .owl-theme .owl-nav [class*=owl-] {
  width: 40px;
  height: 40px;
  line-height: 35px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  margin: 20px 5px 0;
}

.testimonials .owl-theme .owl-nav [class*=owl-]:hover {
  background: #212163;
}

.testimonials-grid .item {
  background-color: #f7f7f7;
  padding: 50px 30px 80px;
  position: relative;
  z-index: 3;
}

.testimonials-grid .item:after {
  content: '';
  width: 96%;
  height: 96%;
  position: absolute;
  left: 2%;
  top: 2%;
  border: 1px solid #fcfcfc;
  z-index: -1;
}

.testimonials-grid .item .icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: -1;
  font-size: 60px;
  color: #f1f1f1;
  line-height: 1;
}

.testimonials-grid .item p {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #eee;
}

.testimonials-grid .item p:after {
  content: '';
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  background-color: #f7f7f7;
  position: absolute;
  bottom: -10px;
  left: 50px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.testimonials-grid .item .info .img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border: 2px solid #f6f6f6;
  float: left;
}

.testimonials-grid .item .info h6 {
  padding-top: 10px;
  font-size: 14px;
  margin-left: 80px;
}

.testimonials-grid .item .info h6 span {
  margin-top: 5px;
  font-size: 12px;
  color: #999;
  font-style: italic;
}

/* .clients a {
  opacity: .8;
} */

/* .clients a:hover {
  opacity: 1;
} */

/* ----------------------------------------------------------------
     [ End Testimonials ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 13 Start Blog ]
-----------------------------------------------------------------*/
.blog .item {
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 5px;
}

.blog .item .post-img {
  padding: 8px;
  position: relative;
}

.blog .item .post-img .img {
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.1);
}

.blog .item .post-img:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.blog .item .post-img img {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.blog .item .post-img .tag {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
}

.blog .item .post-img .tag a {
  background-color: #212163;
  padding: 5px 10px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.blog .item .post-img .tag .icon {
  font-size: 8px;
}

.blog .item .cont {
  padding: 30px 15px 15px;
}

.blog .item .info {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.blog .item .info a {
  color: #999;
  font-weight: 600;
  font-size: 11px;
}

.blog .item .info a .author {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 5px -6px 0;
  position: relative;
}

.blog .item .info a .icon {
  font-size: 12px;
  margin-right: 2px;
}

.blog .item .info .right {
  float: right;
}

.blog .item h6 {
  font-size: 18px;
  margin-bottom: 15px;
}

.posts .item {
  margin-bottom: 30px;
}

.posts .item .spical {
  margin: 15px;
  padding: 15px;
  border-left: 4px solid #212163;
}

.posts .title {
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}

.posts .comments,
.posts .add-comment {
  padding: 30px 15px;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 5px;
}

.posts .comments .com,
.posts .add-comment .com {
  margin-bottom: 30px;
}

.posts .comments .com:last-child,
.posts .add-comment .com:last-child {
  margin-bottom: 0;
}

.posts .comments .com:nth-child(odd),
.posts .add-comment .com:nth-child(odd) {
  margin-left: 50px;
}

.posts .comments .img,
.posts .add-comment .img {
  width: 60px;
  height: 60px;
  float: left;
  border-radius: 50%;
  border: 1px solid #eee;
  overflow: hidden;
}

.posts .comments .cont,
.posts .add-comment .cont {
  margin-left: 75px;
}

.posts .comments .cont h6,
.posts .add-comment .cont h6 {
  font-size: 12px;
  margin-bottom: 5px;
}

.posts .comments .cont span,
.posts .add-comment .cont span {
  color: #999;
  font-size: 11px;
  font-style: italic;
  margin-bottom: 10px;
}

.posts .comments .cont .reply,
.posts .add-comment .cont .reply {
  float: right;
  margin-right: 15px;
  margin-top: -15px;
}

.posts .comments .cont .reply:hover,
.posts .add-comment .cont .reply:hover {
  color: #212163;
}

.posts form input,
.posts form textarea {
  width: 100%;
  padding: 15px;
  background-color: #fafafa;
  border: 0;
}

.posts form textarea {
  height: 140px;
  max-height: 140px;
  max-width: 100%;
  margin-bottom: 10px;
}

.posts form .butn {
  margin: 30px 0 0 0;
  cursor: pointer;
}

.pagination {
  text-align: center;
}

.pagination ul {
  margin: auto;
}

.pagination li {
  float: left;
  margin: 0 5px;
}

.pagination li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #fff;
}

.pagination .active a {
  background-color: #212163;
  color: #fff;
}

.side-bar .widget {
  padding: 30px 15px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  overflow: hidden;
}

.side-bar .widget ul {
  margin-bottom: 0;
}

.side-bar .widget ul li {
  margin-bottom: 10px;
  color: #444;
  font-size: 13px;
}

.side-bar .widget ul li:last-child {
  margin-bottom: 0;
}

.side-bar .widget ul li i {
  font-size: 10px;
  margin-right: 10px;
}

.side-bar .widget .recent li {
  display: block;
  overflow: hidden;
}

.side-bar .widget .recent .thum {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}

.side-bar .widget .recent a {
  display: block;
  margin-left: 60px;
  line-height: 1.7;
}

.side-bar .widget-title {
  margin-bottom: 30px;
}

.side-bar .widget-title h6 {
  font-size: 12px;
  text-transform: uppercase;
  background-color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.side-bar .search form {
  position: relative;
}

.side-bar .search form input {
  width: 100%;
  padding: 10px;
  border: 0;
  border-bottom: 1px solid #eee;
}

.side-bar .search form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  color: #999;
  border: 0;
  padding: 10px;
  cursor: pointer;
}

.side-bar .gallery li {
  width: 33.33333%;
  float: left;
  border: 5px solid #fff;
}

.side-bar .tags li {
  font-size: 12px;
  margin: 2px !important;
  padding: 5px 10px;
  background-color: #212163;
  color: #fff !important;
  border-radius: 4px;
  float: left;
}

.side-bar .tags li:hover {
  background-color: #222;
}

/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 14 Start Subscribe ]
-----------------------------------------------------------------*/
.subscribe {
  background-size: auto;
  background-repeat: repeat;
}

.subscribe h4 {
  font-weight: 500;
  margin-bottom: 50px;
}

.subscribe form {
  position: relative;
}

.subscribe input {
  padding: 14px 10px;
  width: 100%;
  margin: auto;
  border: 0;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.subscribe .butn {
  cursor: pointer;
  padding: 10px 0;
  width: 140px;
  border: 1px solid transparent;
  border-radius: 30px;
  position: absolute;
  top: 4px;
  right: -6px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, right top, from(#212163), to(#e1284e));
  background: linear-gradient(to right, #212163, #e1284e);
}

.subscribe .butn:hover {
  border-color: #212163;
}

.subscribe.sbc-bg .sub-title {
  color: #212163;
}

.subscribe.sbc-bg h5 {
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.subscribe.sbc-bg p {
  margin-bottom: 50px;
}

.subscribe.sbc-bg input {
  background: transparent;
  border: 1px solid #eee;
  color: #eee;
}

/* ----------------------------------------------------------------
     [ End Subscribe ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 15 Start Contact-Info ]
-----------------------------------------------------------------*/
.page-contact-info {
  position: relative;
}

.page-contact-info .item {
  padding: 100px 0;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.page-contact-info .item:last-child {
  border-right: 0;
}

.page-contact-info .item .icon {
  font-size: 30px;
  color: #212163;
  margin-bottom: 15px;
}

.page-contact-info .item h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.bmtit {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  text-align: center;
}

.bmtit span {
  padding: 0 30px;
  background-color: #fff;
  font-size: 12px;
  color: #999;
}

/* ----------------------------------------------------------------
     [ End Contact-Info ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 16 Start Contact ]
-----------------------------------------------------------------*/
.page-contact {
  position: relative;
  border-bottom: 1px solid #eee;
}

.form input,
.form textarea {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  width: 100%;
  padding: 15px;
  border-radius: 30px;
}

.form input:focus,
.form textarea:focus {
  border-color: #ddd;
}

.form textarea {
  height: 160px;
  max-height: 160px;
  max-width: 100%;
}

.form .form-group {
  position: relative;
}

.form .help-block li {
  color: #ce7373;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  top: 15px;
  right: 15px;
}

.page-social {
  text-align: center;
}

.page-social a {
  padding: 12px 60px;
  border-radius: 30px;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  margin: 5px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.page-social a:hover {
  background-color: transparent;
  color: #555;
}

.page-map {
  background-color: #f7f7f7;
}

.page-map #ieatmaps {
  height: 400px;
}

/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 17 Start Footer ]
-----------------------------------------------------------------*/
.one-footer {
  background: #111;
  padding: 80px 0;
}

.one-footer .social a {
  color: #fff;
  font-size: 13px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: #222;
  margin: 15px 5px;
}

.one-footer .social a:hover {
  background: #212163;
}

.one-footer p {
  color: #999;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer {
  background-color: #00001f;
  padding: 50px 0 0;
  color: #eee;
}

.footer .title h5 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #b92b27;
  padding-bottom: 10px;
  margin-bottom: 12px;
}

.footer .info .logo {
  padding: 0;
  margin-bottom: 10px;
}

.footer .info h6 {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.footer .info h6 i {
  color: #212163;
}

.footer .info p {
  margin-bottom: 30px;
}

.footer .info span {
  margin-right: 10px;
  font-size: 11px;
}

.footer .info .icon {
  margin-right: 15px;
  font-size: 18px;
}

.footer .info .icon:hover {
  color: #b92b27;
  ;
}

.footer .las-post .thum {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}

.footer .las-post .cont {
  margin-left: 70px;
}

.footer .las-post h6 {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 5px;
  padding-top: 5px;
}

.footer .las-post p {
  font-size: 11px;
}

.footer .las-post p span {
  font-weight: bold;
}

.footer .tags span {
  padding: 7px 15px;
  font-size: 12px;
  font-weight: 500;
  /* background-color: rgba(255, 255, 255, 0.04); */
  margin-bottom: 6px;
  margin-right: 2px;
}

/* .footer .tags span:hover {
  background-color: #212163;
} */

.footer .sub-footer {
  padding: 20px 0;
  margin-top: 50px;
  background-color: #00001f;
}

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
   [ 19 Spacial Pages ]
-----------------------------------------------------------------*/
.error {
  padding: 200px 0;
}

.error h2 {
  font-size: 150px;
  margin-bottom: 15px;
}

.error h2 i {
  font-size: 120px;
}

.error p {
  font-size: 17px;
  margin-bottom: 30px;
}

.error .butn:hover span {
  color: #222 !important;
}

.comming form {
  margin-top: 30px;
  position: relative;
}

.comming form input {
  width: 100%;
  padding: 10px 50px 10px 10px;
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 15px;
}

.comming form button {
  background-color: #212163;
  padding: 8px 10px;
  border-radius: 5px;
  color: #fff;
  border: 0;
  position: absolute;
  top: 3px;
  right: 3px;
  cursor: pointer;
}

.comming form button:hover {
  background-color: #fff;
  color: #212163;
}

.comming .social a:hover {
  color: #212163;
}

.faq .accordion .title {
  padding: 15px 30px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.faq .accordion ul li {
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
}

.faq .accordion ul li:last-child {
  margin-bottom: 0;
}

.faq .accordion ul li i {
  color: #212163;
  font-size: 10px;
  margin-right: 10px;
}

/* ----------------------------------------------------------------
     [ End Spacial Pages ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
   [ 19 Responsive ]
-----------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .mb-md50 {
    margin-bottom: 50px;
  }

  .mb-md30 {
    margin-bottom: 30px;
  }

  .mb-md15 {
    margin-bottom: 15px;
  }

  .mb-md0 {
    margin-bottom: 0;
  }

  .md-text-center {
    text-align: center !important;
  }

  .bgimg-height {
    height: 400px;
  }

  .bg-fixed {
    background-attachment: scroll !important;
  }

  .navbar .logo {
    margin-left: 15px;
  }

  .navbar button {
    margin-right: 15px;
    outline: none !important;
  }

  .navbar .container {
    max-width: 100%;
  }

  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #111;
    text-align: left;
    padding: 10px 30px;
  }

  .navbar .nav-link {
    margin: 10px auto !important;
  }

  .nav-scroll .navbar-collapse .nav-link {
    color: #fff !important;
  }

  .nav-scroll .navbar-collapse .active {
    color: #212163 !important;
  }

  .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #222;
    width: 100%;
    display: none;
  }

  .dropdown-menu .sub-menu {
    position: static;
    margin-top: 15px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #333;
    width: 100%;
    display: none;
  }

  .dropdown:hover .dropdown-menu,
  .dropdown:hover .mega-menu {
    display: block;
  }

  .dropdown .dropdown-menu:hover .sub-menu {
    display: block;
  }

  .dropdown .mega-menu {
    width: 100%;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #222;
    width: 100%;
    display: none;
  }

  .dropdown .mega-menu .dropdown-menu {
    border: 0;
    margin: 0;
  }

  .dropdown .mega-menu .dropdown-title {
    border-bottom-color: #444;
  }

  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
  }

  .header .caption h4 {
    font-size: 30px;
  }

  .header .caption h1 {
    font-size: 45px;
    line-height: 1.4;
  }

  .price .item {
    text-align: center;
  }

  .price .item .features {
    text-align: center;
  }

  .subscribe.sbc-bg h5 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sm50 {
    margin-bottom: 50px;
  }

  .mb-sm30 {
    margin-bottom: 30px;
  }

  .section-box h3 {
    font-size: 25px;
    line-height: 1.3;
  }

  .hero .intro h3 {
    font-size: 28px;
  }

  .hero .intro h4 {
    font-size: 20px;
  }

  .subscribe h4 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .bgimg-height-sm {
    height: 400px;
  }

  .header .caption h4 {
    font-size: 16px;
  }

  .header .caption h1 {
    font-size: 22px;
  }

  .header .caption p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .header .caption .butn {
    margin-top: 15px !important;
  }

  .portfolio .filtering span {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .section-head h4 {
    font-size: 18px;
  }

  .section-box .accordion .title h6 {
    line-height: 1.5;
    font-size: 14px;
  }

  .section-box .half-content {
    padding: 15px;
  }

  .works .filtering {
    padding: 0;
  }

  .works .filtering .filter {
    border: 0;
    padding: 0;
  }

  .works .filtering span {
    margin: 0 0 5px;
  }
}

/*# sourceMappingURL=style.css.map */
.count {
  font-size: 3rem;
  color: #f4b529;
}


/* //////////////////////////////////////////////////////////////////////////////////////// */
.services-block-three {
  margin-bottom: 30px;
}

.services-block-three i {
  font-size: 32px;
}

.services-block-three>a {
  display: block;
  border: 2px solid #d5d5d5;
  border-radius: 4px;
  text-align: center;
  background: #fff;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;

}

.services-block-three>a:before {
  display: block;
  content: "";
  width: 9%;
  height: 17%;
  position: absolute;
  bottom: -2px;
  right: -2px;
  border-bottom: 2px solid #212163;
  border-right: 2px solid #212163;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.services-block-three>a:after {
  display: block;
  content: "";
  width: 9%;
  height: 17%;
  position: absolute;
  top: -2px;
  left: -2px;
  border-top: 2px solid #b92b27;
  border-left: 2px solid #b92b27;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.padding-15px-bottom {
  padding-bottom: 15px;
}

.services-block-three h4 {
  color: #6f6f6f;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
}

.services-block-three p {
  margin-bottom: 0;
  color: #757575;
}

.services-block-three>a:hover {
  opacity: 1;
  border-color: #d5d5d5;
}

a:hover,
a:active {
  color: #b92b27;
  text-decoration: none;
}

.services-block-three>a:hover:before,
.services-block-three>a:hover:after {
  width: 95%;
  height: 90%;
}

.wrap {
  padding: 4.8rem;
  position: relative;
  width: 100%;
}

.clients-new {
  align-items: center;
  -webkit-box-align: center;
  display: grid;
  gap: 4.8rem 4.8rem;
  grid-template-columns: auto auto;
  justify-items: center;
  margin: 4.8rem auto;
  max-width: 1024px;
}

.clients-new li {
  list-style: none;
  margin: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* .clients-new img {
  height: 3.2rem;
} */

.clients-new:hover li {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.clients-new:hover li:not(:hover) {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.clients-new li:hover {
  -webkit-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem);
}

@media (min-width: 1024px) {
  .clients-new {
    grid-template-columns: auto auto auto auto;
  }

  /* .clients-new img {
    height: 4rem;
  } */
}

/* --- Images (gray logo) --- */

.clients-new img:hover {
  background: none;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}




.slider {
  max-width: 100%;
  margin: 0 auto;
}

.slick-slide {
  margin: 0 5px;
}

.slick-list {
  margin: 0px -5px 0px -5px;
}

button.slick-next,
button.slick-next:hover {
  position: absolute;
  top: 41%;
  right: 54px;
  width: 47px;
  height: 75px;
  background-image: url("http://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png");
  background-size: 95px;
}

button.slick-prev,
button.slick-prev:hover {
  position: absolute;
  top: 41%;
  left: 15px;
  z-index: 1;
  width: 47px;
  height: 75px;
  background-image: url("http://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png");
  background-size: 95px;
  background-position-x: right;
}

.slick-prev:before,
.slick-next:before {
  font-size: 70px;
  color: #EA8496;
  line-height: inherit;
  font-weight: bold;
}

.slider img {
  height: 324px;
}

.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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('http://maggiesadler.com/wp-content/uploads/2015/10/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;

  src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot');
  src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.woff') format('woff'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.ttf') format('truetype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.svg#slick') format('svg');
}

/* 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;
}

.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-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.sec-abt {
  background: #f7f7f7;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;

  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

.float:hover {
  color: #000;
}

.cir {
  margin-right: 6px;
  color: #b92b27 !important;
}

.view {
  border-radius: 30px;
  /* padding: 0rem; */
  padding: 10px 25px;

}



/* ////////////////////////////////////////////////////////////////////////////////////////////////// */



.servicebox {

  text-align: center;

}

.servicebox .service-icon {

  display: inline-block;

  width: 100px;

  height: 100px;



  background-color: #b92b27;

  margin-bottom: 20px;

}

.servicebox .service-icon i.fa {
  line-height: 100px;

  color: #ffffff;

  font-size: 35px;

  transition: all 0.3s ease 0s;

}

.servicebox:hover .service-icon i.fa {

  transform: rotateY(180deg);

}

.servicebox .title {

  color: #212163;

  border-bottom: 1px solid #b92b27;

  display: block;

  line-height: 30px;

  margin: 0 auto 15px;

  padding-bottom: 12px;

  position: relative;

  text-align: center;

  text-transform: uppercase;

  width: 70%;

}

.servicebox .title:before,

.servicebox .title:after {

  background: #b92b27;

  border-radius: 100%;

  bottom: -5px;

  content: "";

  height: 10px;

  margin: 0 -5px 0 0;

  position: absolute;

  right: 50%;

  transition: all 0.4s ease 0s;

  width: 10px;

}

.servicebox .title:before {

  left: 50%;

  margin: 0 0 0 -5px;

}

.servicebox:hover .title:before {

  left: 100%;

}

.servicebox:hover .title:after {

  right: 100%;

}

.servicebox .description {

  color: #171717;

  /* padding: 0 15px; */

  font-size: 14px;

  line-height: 27px;

  transition: all 300ms ease 0s;

}



@media screen and (max-width:1000px) {

  .servicebox {

    margin-bottom: 30px;

  }

}

.hover3d-child {
  transform: none;
}

.accordion {
  margin: 20px auto;
  max-width: 700px;
  position: relative;
}

.toggle-acc {
  cursor: pointer;
  position: relative;
}

.toggle-acc span {
  width: 12px;
  position: absolute;
  right: 10px;
  top: 15px;
  display: inline-block;
}

.toggle-acc span img {
  width: 100%;
}

.rotate {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
  top: 12px !important;
}

ul {
  list-style: none;
  padding: 0;
}

ul .content {
  padding-left: 1em;
  overflow: hidden;
  display: none;
}

ul .active {
  display: block;
}

ul li {
  margin: 0.5em 0;
}

ul li .toggle-acc {
  width: 100%;
  display: block;
  background: rgb(33 33 99);
  color: #fefefe;
  padding: 0.75em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
}

ul li a.toggle:hover {
  background: rgba(0, 0, 0, 0.9);
}



.content i {
  font-size: 10px;
  color: #b92b27;
}



.ol-cards {
  --flapWidth: 2rem;
  --flapHeigth: 1rem;
  --iconSize: 2rem;
  --numberSize: 1.5rem;
  --colGapSize: 0.5rem;
  width: min(100%, 40rem);
  margin-inline: auto;
  display: grid;
  gap: 2rem;
  /* padding-inline-start: var(--flapWidth); */
  font-family: sans-serif;
  color: #222;
  counter-reset: ol-cards-count;
  list-style: none;
}

.ol-cards>li {
  display: grid;
  grid-template-areas:
    "icon title nr"
    "icon descr nr";
  gap: 0 var(--colGapSize);
  align-items: center;
  padding: var(--colGapSize) var(--flapWidth) var(--colGapSize) 0;
  border-radius: 1rem 5rem 5rem 1rem;
  /* background-image: linear-gradient(to bottom right, #e9eaec, #ffffff); */
  counter-increment: ol-cards-count;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.12));
  box-shadow: inset 2px 2px 2px white, inset -1px -1px 1px rgba(0, 0, 0, 0.15);
}

.ol-cards>li>.icon {
  grid-area: icon;
  background: var(--accent-color);
  color: white;
  font-size: var(--iconSize);
  width: calc(2 * var(--flapWidth) + var(--iconSize));
  padding-block: 1rem;
  border-radius: 0 5rem 5rem 0;
  margin-inline-start: calc(-1 * var(--flapWidth));
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  display: grid;
  place-items: center;
}

.ol-cards>li>.icon::before {
  content: "";
  position: absolute;
  width: var(--flapWidth);

  height: calc(100% + calc(var(--flapHeigth) * 2));
  left: 0;
  top: calc(var(--flapHeigth) * -1);
  clip-path: polygon(0 var(--flapHeigth),
      100% 0,
      100% 100%,
      0 calc(100% - var(--flapHeigth)));
  background-color: var(--accent-color);
  background-image: linear-gradient(90deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.2));
  z-index: -1;
}

.ol-cards>li>.title {
  grid-area: title;
  font-weight: 400;
  font-size: 16px;
}

.ol-cards>li>.descr {
  grid-area: descr;
}

.ol-cards>li::after {
  /* grid-area: nr; */
  /* content: counter(ol-cards-count, decimal-leading-zero); */
  color: var(--accent-color);
  font-size: var(--numberSize);
  font-weight: 500;
  padding-left: 10px;
}

@media (max-width: 40rem) {
  .ol-cards {
    --flapWidth: 1rem;
    --flapHeigth: 0.5rem;
    --iconSize: 2rem;
    --numberSize: 2rem;
    --colGapSize: 1rem;
  }
}

.out-1 {
  background: #db30eed9;
}

.out-2 {
  background: #ffd113d9;
}

.out-3 {
  background: #09d9e6d6;
}

.out-4 {
  background: #f6312be0;
}

.out-5 {
  background: #3eb932de;
}

.In-1 {
  background: #b92b27e0;
}

.In-2 {
  background: #212163de;
}

.In-3 {
  background: #4cbeb8d6;
}

.In-4 {
  background: #faaf47e0;
}

.In-5 {
  background: #ee5830d9;
}

.copyrig {
  text-align: center !important;
}

.points {
  font-size: 15px;
  line-height: 1.3rem;
}

.icn {
  font-size: 12px;
  padding-right: 8px;
  color: #b92b27;
}

.arrange {
  margin-bottom: 50px !important;
}


@media only screen and (max-width: 420px) {

  html,
  body {
    overflow-x: hidden !important;
  }

  /* * {
    overflow-x: hidden;
  } */

  .iso-image,
  .pri-image {
    display: none;
  }

  .gog-log {
    width: 20vw !important;
  }

  .sol {
    font-size: 35px !important;
  }

  .exp {
    font-size: 25px !important;
  }

  .section-padding {
    padding: 0px !important;
  }

  p {
    padding-bottom: 5px !important;
  }

  .jcb {
    width: 100% !important;
    height: auto !important;
  }

  .foot-text {
    padding-top: 8px !important;
  }

  .gog-tag-foot {
    font-size: 23px !important;
  }

  .use-link {
    padding-top: 0px !important;
  }

  .clint-pad {
    padding-top: 20px !important;
  }

  .services-block-three {
    margin-bottom: 0px !important;
  }

  .sec-abt {
    padding-top: 0px !important;
  }

  .why-us {
    padding-top: 0px !important;
  }

  .vmc {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .our-word {
    padding-top: 0px !important;
  }

  .fet-img {
    padding-top: 0px !important;
  }

  .what-we-do {
    padding-bottom: 30px !important;
    padding-top: 10px !important;
  }

  .sub-footer {
    margin-top: 10px !important;
  }

  .dropdown-item {
    color: #fff !important;
  }

  .evet-photo,
  .man-photo,
  .digital-photo {
    height: auto !important;
  }

  #clients .client-logo {
    padding: 94px !important;
  }

  .page-contact-info .item {
    padding: 30px 0 !important;
  }

  input,
  textarea,
  label {
    width: 90vw !important;
    display: block;
  }

  .abt-text {
    margin-bottom: 10px !important;
  }

  .logo {
    padding: 15px 5px;
    width: 100px;
  }

  .abt-new-img {
    height: auto !important;
  }

  .low-padd {
    padding-top: 20px !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .logo-iso img {
    display: inline-block !important;
    width: 50px !important;
  }

  .pdding-bottom-mo {
    padding-bottom: 50px !important;
  }

  .section-head-new {
    margin-bottom: 10px !important;
  }

  .our-word {
    padding-bottom: 0px !important;
  }

  .bmtit {
    bottom: -38px !important;
  }
}

@media only screen and (min-width: 768px) {
  .logo-iso img {
    display: none !important;
  }
}

@media only screen and (min-width: 320px) and (max-width:991px) {
  .iso-image {
    display: none !important;
  }

  .pri-image {
    display: none !important;
  }
}