/* ------------------------------------------------------------------------------

  
  1.  Global

      1.1 General
      1.2 Loader
      1.3 Typography
      1.4 Fields
      1.5 Buttons
      1.6 Icons
      1.7 Colors
      1.8 Backgrounds
      1.9 Content styles

  2.  Header 

      2.1 Brand
      2.2 Navigation
      2.3 Affix

  3.  Home
      3.1 Magnific popup
  4.  Features
  5.  Prices
  6.  Reviews
  7.  Partners

      7.1 Owl Carousel

  8. Contacts
  9.  Footer
  10. Modals
  11. Responsive styles
      11.1 Min width 768px
      11.2 Min width 992px
      12.4 Min width 1200px

    
    
/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/



/* 1.1 General */



@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('ionicons.min.css');
@import url('animate.css');
@import url('magnific-popup.css');
@import url('owl.carousel.css');
@import url('owl.transitions.css');


@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/Poppins-Medium.ttf');
}

@font-face {
    font-family: OpenSans-Bold;
    src: url('../fonts/OpenSans-Bold.ttf');
}

@font-face {
    font-family: OpenSans-Light;
    src: url('../fonts/OpenSans-Light.ttf');
}

@font-face {
    font-family: OpenSans-Regular;
    src: url('../fonts/OpenSans-Regular.ttf');
}

html{
  font-size: 87%;
  -webkit-font-smoothing: antialiased;
}

body{
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.62;
  color:#767676;
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #ff7b7b;
}

::selection{
  background-color:#ff7b7b;
  color:#fff;
}

-webkit-::selection{
    background-color:#ff7b7b;
    color:#fff;
}

::-moz-selection{
    background-color:#ff7b7b;
    color:#fff;
}



/* 1.2 Loader */
.contactdetails{
	    padding-left: 15px;
    color: #000;
    font-size: 16px;
    overflow: hidden;
}

.navbar-nav>li>a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 30px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.navbar-fixed-top {
  border: 0
}

.navbar {
  margin-bottom: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.navbar a {
  font-family: Poppins, sans-serif;
  letter-spacing: 1px;
  font-size: 100%
}

.navbar-header {
  position: relative;
  z-index: 2
}

.navbar-brand {
  height: 60px
}

.navbar-brand img {
  height: 25px
}

.navbar-brand .dark-logo {
  display: none
}

.nav>li:focus a,
.nav>li:hover a,
.nav>li>a:focus,
.nav>li>a:hover {
  background: #e74c3c;
  color: #fff!important
}

.me-menu .me-menu-content {
  padding: 0
}

.me-menu .collapse,
.me-menu .dropdown,
.me-menu .dropup,
.me-menu .nav {
  position: relative
}

.nav-btn {
  margin-top: 10px;
  display: inline-block
}

.dropdown-menu {
  background: #e74c3c;
  border: 0;
  padding: 0;
  color: #fff;
  min-width: 240px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .15)
}

.dropdown-menu a {
  color: #fff;
  display: block;
  padding: 3px 0;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.dropdown-menu a:hover {
  color: #fff!important;
  padding-left: 6px
}

.dropdown-menu a.btn {
  padding: 0
}

.dropdown-menu .has-submenu {
  position: relative
}

.dropdown-menu .has-submenu:hover .me-submenu {
  display: block
}

.dropdown-menu .me-submenu {
  position: absolute;
  left: 220px;
  padding: 20px;
  padding-left: 20px!important;
  top: 0;
  min-width: 240px;
  background: #e74c3c;
  display: none;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .15)
}

.dropdown-menu .glyphicon {
  font-size: 80%
}

.dropdown-menu .glyphicon.glyphicon-chevron-right {
  float: right;
  line-height: inherit
}

.dropdown-menu .me-menu-content {
  display: table
}

.dropdown-menu .nav-col {
  display: table-cell;
  min-width: 300px;
  padding-top: 20px;
  padding-bottom: 20px
}

.dropdown-menu .nav-col h1,
.dropdown-menu .nav-col h2,
.dropdown-menu .nav-col h3,
.dropdown-menu .nav-col h4,
.dropdown-menu .nav-col h5,
.dropdown-menu .nav-col h6 {
  margin-top: 0;
  margin-left: 0;
  font-weight: 400;
  color: #fff;
  padding-left: 20px
}

.dropdown-menu .nav-col ul {
  padding-left: 20px;
  padding-right: 10px
}

.dropdown-menu .nav-col.dark-bg {
  background: #323232
}


.loader{
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:#fff;
  color:#fff;
  text-align: center;
}

.loader-brand{
  position: absolute;
  left:0;
  width: 100%;
  top:50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}


/* 1.3 Typography */


.nav>li:focus a,
.nav>li:hover a,
.nav>li>a:focus,
.nav>li>a:hover {
  background: #e74c3c !important;
  color: #fff!important
}

h1,
.h1{ 
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 4.1em;
  line-height: 1.1;
  margin:0 0 0.3em;
}

h2,
.h2{ 
  font-family: 'Montserrat', sans-serif;
  position: relative;
  font-size: 2.1em;
  line-height: 1.4;
  font-weight: 700;
  color: #343434;
  margin-bottom: 0.5em;
}

h3,
.h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15em;
  line-height: 1.25;
  font-weight: 700;
  color:#343434;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
}

h4,
.h4{
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height:1.4;
  font-weight: 700;
  color:#343434;
  margin:0;
}

ul,
ol {
  margin-top:0px;
  margin-bottom: 10px;
}

ul{
  list-style: none;
  padding-left: 0;
}

.inline-list li{

  margin-right: 20px;
}

ol li,
ul li{
  margin-top: 10px;
}

p{ 
  margin:10px 0 0;
}

a {
  color:#ff7b7b;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}

a:hover,
a:focus {
  color:#ff7b7b;
  outline: none;
}

a:focus{
  text-decoration: none;
}



/* 1.4 Fields */



.form-control,
textarea.form-control{
  font-size: 1em;
  color: #9F9F9F;
  border-radius: 3em;
  padding: 1.4em 2em 1.4em;
  height: 3.2em;
  -webkit-box-shadow:none;
          box-shadow:none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

.form-control:focus {
  border-color: #ff7b7b;
  outline: 0;
  -webkit-box-shadow:none;
          box-shadow:none;
}


textarea.form-control{
  padding-top: 1em;
  border-radius: 1.5em;
  height: 7em;
  resize:none;
}

.form-control::-moz-placeholder {
  color: #9F9F9F;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #9F9F9F;
}

.form-control::-webkit-input-placeholder {
  color: #9F9F9F
}

.form-control.error{
  border-color: #ff7b7b;
}

.input-group-btn{
  font-size: inherit;
}

.wobble-error{
  -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
           animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}


label.error,
#mc-notification{
  font-family: 'Montserrat', sans-serif;
  display: block;
  text-align: left;
  font-size: 0.9em;
  font-weight: 400;
  margin:10px 20px 0;
}

label.error .fa{
  margin-right: 4px;
  color:#ff7b7b;
}

.b-primary{
  border-color:#ff7b7b;
}



/* 1.5 Buttons */



.btn{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  display: inline-block;
 background: #e61600;
    border: 2px solid #f3f3f3;
  padding:1.4em 3em 1.4em;
  border-radius: 3em;
  text-decoration: none;
  color:#fff;
  text-transform: uppercase;
  -webkit-transition: background-color .3s ease-out;
       -o-transition: background-color .3s ease-out;
          transition: background-color .3s ease-out;
}

.btn .fa{
  font-size: 1.3em;
  margin-right: 5px;
  color: #fff;
}

.btn:focus{
  outline: none!important;
  -webkit-box-shadow:none;
  box-shadow: none;
}

.btn:hover,
.btn:focus{
  border-color:#ff7b7b;
  background-color:transparent;
  color: #ff7b7b;
}

.btn:hover .fa{
  color: #ff7b7b;
}

.btn-b-primary{
  border-color:#ff7b7b;
  background-color:transparent;
  color: #ff7b7b;
}

.btn-b-primary:hover,
.btn-b-primary:focus{
  background:#ff7b7b;
  border-color:#ff7b7b;
  color:#fff;
}

.btn-b-gray{
  border-color: rgba(35, 35, 35, 0.1);
  border-width: 2px;
  background-color: transparent;
  color:#343434;
}


.btn-b-white{
  border-color:#fff;
  background-color:transparent;
}



/* 1.6 Icons */



.icon{
  font-size: 3.8em;
  line-height: 1;
}



/* 1.7 Colors */



.text-white{
  color:#fff;
}

.text-opacity{
  opacity: 0.7;
}

.text-dark{
  color:#343434;
}

.text-primary{
  color:#ff7b7b;
}



/* 1.8 Backgrouns */



.bgc-white{
  background-color: #fff;
}

.bgc-light{
  background-color: #f7f7f7;
}

.bgc-primary{
  background-color:#ff7b7b;
}



/* 1.9 Content styles */



.layout{
  overflow: hidden;
}

.row-columns{
  margin-top: -4em;
}

.column{
  margin-top: 4em;
}

.section{
  padding: 3em 0;
}

.section-sm{
  padding: 4em 0;
}

.section-body{
  margin-top: 6.5em;
}
.boxs{
  border: 2px solid #f5f5f5;
  box-shadow: 10px 1px 8px -2px #f5f5f5;
  padding: 16px;
  height: 290px;
}
.boxs:hover .text-primary{
  color: #fff !important;
}
.boxs:hover{
  background: #e74c3c;
  color: #fff !important;
}
.boxs h3:hover{
  color: #fff !important;
}

.section-title{
  margin-top: 0;
}
.newtitle{
  margin-bottom: 0px;
}
.but{
  font-size: 40px;
  padding-top: 0px;
  margin-top: 0px;
}
.lead-text{
  font-size: 1.1em;
  line-height: 1.68em;
  margin-top: 0;
  text-align: justify;
}
.overview h3{
  font-family: 'Montserrat', sans-serif;
    position: relative;
    font-size: 2.1em;
    line-height: 1.4;
    font-weight: 700;
    color: #333;
    text-align: left;
}
.overview ul li{
  font-size: 1.4em;
    line-height: 1.68em;
    margin-top: 0;
    text-align: justify;
    margin-bottom: 15px;
}
.overview ul li a{
      color: #767676;

}
.overview ul li  img{
     background: #f00;
    float: left;
        margin-top: 10px;
  
    margin-right: 10px;
    padding: 5px;
}
.masked{
  position: relative;
}

.masked:after{
  content:'';
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}

.rel-1{
  position: relative;
  z-index: 1;
}



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

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

.top-space-sm{
  margin-top: 2.5em;
}




/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/



.navbar{
  position: absolute;
  z-index: 10;
  top:0;
  left:0;
  width: 100%;
  padding:0px 0;
  margin:0;
  border:0;
  border-radius: 0;
}

.navbar-header{
  margin-left: 0!important;
}

.navbar-toggle .icon-bar{
  background-color: #ff7b7b;
  height: 2px;
  width: 30px; 
}

.navbar-toggle .icon-bar + .icon-bar{
  margin-top: 5px;
}

.navbar-toggle.collapsed .icon-bar{
  background-color: #fff;
}


@media (max-height: 320px ){
  .navbar .navbar-collapse{
    max-height: 240px;
  }
}



/* 2.1 Brand */



.brand{
  margin-top: .6em;
  display: inline-block;
  text-align: center;
}

.brand:hover,
.brand:focus{
  text-decoration: none;
}

.brand-img-white{
  display: inline-block;
  max-width: 95%;
}

.brand-img{
  display: none;
}



/* 2.2 Navigation */



.navbar-nav{
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-top: 1em;
  margin:0;
}

.navbar-nav li{
  position: relative;
  margin-top: 0;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.navbar-nav li a{
  color: #fff;
  text-decoration: none;
  padding:17px 18px !important;
  -webkit-transition:background-color 0.3s;
  -o-transition:background-color 0.3s;
  transition:background-color 0.3s;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav .active > a{
  background-color: transparent;

}

.navbar-nav > li > a:hover,
.navbar-nav > .active > a{
     background-color: #e74c3c !IMPORTANT;
}

.navbar-nav li ul{
  font-size: 14px;
}

.navbar-nav li li{
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.navbar-nav li li:last-child{
  border-bottom: 0;
}

.navbar-nav li li a{
  display: block;
  padding: 15px 20px;
  color: #adadad;
}

.navbar-nav li li a .fa{
  margin-right: 10px;
}

.navbar-nav li:hover{
  z-index: 1;
}

.navbar-nav li:hover > ul{
  opacity: 1;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}



/* 2.3 Affix */



.navbar.affix{
  position: fixed;
  top:0;
  background-color:rgba(255,255,255,0.95);
  padding:0.7em 0;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.navbar.affix .brand{
  margin-top: 0px;
}

.navbar.affix .brand-img-white{
  display: none;
}

.navbar.affix .brand-img{
  display: inline-block;
  max-width: 95%;
}

.navbar.affix .navbar-nav{
  padding-top: 0.1em
}

.navbar.affix .navbar-nav li a{
  color: #4B4B4C;
}

.navbar.affix .navbar-nav > li > a:hover, 
.navbar.affix .navbar-nav > .active > a{
  color: #fff;
}

.navbar.affix .navbar-toggle{
  margin-top: 0;
}

.navbar.affix .navbar-toggle.collapsed .icon-bar{
  background-color: #ff7b7b;
}

.toptext{
  position: absolute;
}
.details{
  position: relative;
  color: #fff;
  padding: 2px;

}
.details h2{
color: #fff;
font-size: 22px;
}
.testimonial-panel {
  background-color: #ffffff;
  padding: 10px;
  position: relative;
  text-align: center;
}

.testimonial-bordered {
  border: 1px dashed #c69c6d;
  padding: 28px;
}

.testimonial-container {
  padding-bottom: 11px;
  position: relative;
}

.testimonial-container .divider--shape-1up {
  bottom: 0;
  top: auto;
}

.testimonial .testimonial-panel p {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #a5a5a5;
  line-height: 25px;
  margin-bottom: 23px;
}

.testimonial--rating {
  margin-bottom: 20px;
}

.testimonial--rating i {
  color: #ffc80a;
  font-size: 16px;
  letter-spacing: 4px;
}

.testimonial-panel .testimonial--img {
  margin-bottom: 22px;
}

.testimonial-panel .testimonial--img img {
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}

.testimonial--author h4 {
  font-size: 13px;
  line-height: 1.3;
  color: #bb9356;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 0;
}
.carousel-indicators {
    bottom: -45px;
}.carousel-indicators .active {
    background: #fff;
}
.box-icon-classic:hover {
    box-shadow: 0 4px 44px rgba(17,29,48,.26);
}
.box-icon-classic {
    padding: 35px 30px;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 44px rgba(17,29,48,.06);
    transition: ease-in-out .3s;
}
.box-icon-classic .icon-main {
    position: relative;
    width: 92px;
    height: 92px;
    color: #fff;
    font-size: 36px;
    line-height: 92px;
    border-radius: 50%;
    background: #1fde82;
    box-shadow: 0 8px 32px rgba(31,222,130,.46);
}
box-icon-classic .box-icon-title {
    font-weight: 400;
    text-transform: capitalize;
}
.box-icon-classic *+.box-icon-title {
    margin-top: 45px;
    font-size: 22px;
}
.box-icon-classic p {
    letter-spacing: .02em;
}
.bg-secondary {
    background-color: #e74c3c;
    padding: 50px 0px;
}
.bg-secondary .box-counter-classic {
    background: rgba(255,255,255,.2);
        margin-bottom: 20px;
}
h2.slideInRight {
    font-size: 42px;
    line-height: 1.30952;
    color: #fff;
}
.bg-secondary p {
    color: #f2f5fc;
}
.box-counter-classic {
    padding: 40px 30px;
}
.box-counter-classic {
    padding: 30px;
    border-radius: 10px;
}
.box-counter-classic .box-counter-inner {
    font-weight: 500;
    display: flex;
    align-items: center;
}
.bg-secondary .box-counter-classic p {
 
        color: #f2f5fc;
    text-align: justify;
    font-size: 15px;
}
h1, .heading-1 {
    font-size: 58px;
    line-height: 1.31034;
    color: #fff;
    text-transform: uppercase;
}
.box-numeric .box-numeric-num {
    width: 82px;
    height: 82px;
    line-height: 82px;
    font-size: 34px;
    border-radius: 50%;
    background: #1fde82;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
 
    box-shadow: 0 8px 32px rgba(31,222,130,.46);
}
.unit-left, .unit-right {
    flex: 0 0 auto;
    max-width: 100%;
}
.fadeIn {
    animation-name: fadeIn;
}
.animate-box {
    overflow: hidden;
}
.unit-spacing-lg>* {
    margin-bottom: 20px;
    margin-left: 35px;
}
.box-numeric h4 {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 22px;
}
.box-numeric p {
    letter-spacing: .02em;
}
.unit-spacing-lg {
    margin-bottom: -20px;
    margin-left: -35px;
}
.unit {
    display: flex;
    flex: 0 1 100%;
    margin-bottom: -30px;
    margin-left: -20px;
}
.arrow-block {
    display: block;
}
.flex-sm-row {
    flex-direction: row!important;
    margin-top: 4em;
}
.arrow-1{
  margin-top: 2em;
}
.arrow-2{
      margin-top: 2em;
    text-align: right;
}
.arrow-3{
  margin-top: 2em;
}
.arrow-4{
    text-align: right;
    margin-top: 2em;
  }
/*-------------------------------------------------------------------------------
  3. Home
-------------------------------------------------------------------------------*/
.divider--shape-1up {
    width: 124px;
    height: 13px;
    background: url(../img/arrow-up.png) center no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -62px;
}







#testi{
    background: url(../img/bg/testi.jpg) 50% 0 no-repeat;
  background-size: cover;
      margin: 2em 0px;
}



.masthead{
  background: url(../img/bg/masthead.jpg) 50% 0 no-repeat;
  background-size: cover;
}







.masthead .btn:hover,
.masthead .btn:focus{
  color: #fff;
  background-color: #f65858;
  border-color: #f65858;
}

.masthead .lead-text{
  opacity: 0.9;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}

.opener{
  display: table-cell;
  vertical-align: middle;
  color:#fff;
  padding: 13em 0 7em;
  width: 100000px;
  height: 100vh;
  text-align: center;
}
.mainheader{
  text-align: center;
  font-family: Poppins-Medium;
  font-size: 50px;
  position: absolute;
  top: 45%;
  width: 100%;

}

.mainheader1{
  text-align: center;
  font-family: Poppins-Medium;
  font-size: 50px;
  position: absolute;
  top: 37%;
  width: 100%;

}
.mainheader2{
  text-align: center;
  font-family: Poppins-Medium;
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  font-weight:400;

}
#solutions{
   background: url(../img/bg/solucationbanner.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.softwaresolution{
    display: table-cell;
  vertical-align: middle;
  color:#fff;
  padding: 13em 0 7em;
  width: 100000px;
  height: 10vh;
  text-align: center;
}
.techo img{
  padding: 10px 0px;
   
    border: 1px solid #f5f5f5;
        text-align: center;
    margin: 0 auto;
}
.techo .col-md-4{
   margin-top: 12px;
}
.appslist ul{
  margin-top: 10px;
}
.appslist ul li{
  font-size: 16px;
  list-style: disc;
  text-align: left;
      border-bottom: 1px solid #f5f5f5;
}
h2.section-title span{
  color: #f00;
}
 h2.section-title{
  font-size: 2.5em;
  text-align: center;
}
.left{
  margin-left: 25px;
}
.control{
  margin-top:2.2em;
}

.play-home{
  opacity: .9;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.play-home:hover,
.play-home:focus{
  opacity: .5;
  text-decoration: none;
  color:#fff;
}

.play-home img{
  display: inline-block;
  width: 5.6em;
}

.play-home span{
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 0.72em;
  letter-spacing: 0.1em;
  margin-left: 1em;
}
.carousel-control{
  width: 5% !important;
}


/* 3.4 Magnific popup */



.mfp-figure{
  box-shadow: none;
}

.mfp-iframe-scaler{
  overflow: visible;
}

.mfp-wrap .mfp-content {
  -webkit-perspective: 1300px;
          perspective: 1300px
  
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(60deg);
  -o-transform: rotateX(60deg);
  transform: rotateX(60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
  -webkit-transform: rotateX(-60deg);
      -ms-transform: rotateX(-60deg);
       -o-transform: rotateX(-60deg);
          transform: rotateX(-60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: rotateX(0);
      -ms-transform: rotateX(0);
       -o-transform: rotateX(0);
          transform: rotateX(0);
}

.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-wrap.mfp-removing .mfp-figure ,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform: rotateX(-60deg);
      -ms-transform: rotateX(-60deg);
       -o-transform: rotateX(-60deg);
          transform: rotateX(-60deg);
  
}

.mfp-removing.mfp-bg {
  opacity: 0;
}



/* ------------------------------------------------------------------------------- */
/*  4. Features
/* ------------------------------------------------------------------------------- */



.feature-img{
  margin:0 auto;
  max-width: 100%;
}

.col-feature-content{
  margin-top: 4em;
}

.feature-number{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size:3em;
  line-height: 1;
  width: 1.3em;
}
#partners{
  padding-top: 3em;
}
 .drivengrowth.partner-grwth {
 margin-top: 13%;
    background: #fff;
    padding: 10px;
    left: 0;
       transform: translate(6%,-8%);
    z-index: 9999;
    position: absolute;
}
.clients-new-bt-hld .drivengrowth-caption {
    position: relative;
}
.drivengrowth-caption {
color: #716e6e;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
}
.drivengrowth-caption:before {
    background: #e03434;
    content: "";
    height: 71px;
    left: -5px;
    position: absolute;

    width: 5px;
    top: 40%;

}
.side-description {
    border-left: 1px solid #4d4e51;
    overflow: hidden;
    padding-left: 20px;
}
.phn {
    color: #fff;
    display: block;
    font-size: 18px;
    text-align: left;
}
.ph-nbr {
    display: inline-block;

    font-weight: 300;
    color: #fff !important;
    text-decoration: none;
    text-align: left;
}
.ph-nbr a{
  color: #fff !important;
}
.cnt-cmn i.cnt-phnum {
    background-position: -7px -10px;
    height: 37px;
    margin-top: 10px;
    width: 37px;
}
.cnt-cmn i {
    background: rgba(0,0,0,0) url(../img/icon/sprite-new2.png) no-repeat scroll 0 0;
    float: left;
    min-width: 42px;
    padding-left: 50px;
}
.cnt-cmn i.cnt-phnum {
    background-position: -4px -10px;
}
.cnt-cmn i.cnt-phnum {
    background-position: -3px -10px;
    height: 37px;
    margin-top: 10px;
    width: 37px;
}
.cnt-cmn i.cnt-mailto {
    background-position: -3px -61px;
}
.cnt-cmn i.cnt-mailto {
    background-position: -5px -60px;
    height: 23px;
    margin-top: 20px;
    width: 42px;
}
.cnt-cmn i.cnt-mailto1 {
    background-position: -3px -61px;
}
.cnt-cmn i.cnt-mailto1 {
    background-position: -5px -60px;
    height: 23px;
    margin-top: 20px;
    width: 42px;
}
.cnt-cmn1 i {
    background: rgba(0,0,0,0) url(../img/icon/address.png) no-repeat scroll 0 0;
    float: left;
    min-width: 42px;
    padding-left: 50px;
}
.cnt-cmn1 i.cnt-mailto1 {
    background-position: 1px 0px;
    height: 23px;
    margin-top: 40px;
    width: 42px;
}
.side-description a{
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    color: #fff !important;
    text-decoration: none;
    text-align: left;
}
.side-description{
  text-align: left;
}
.drivengrowth-paragraph {
    padding: 10px 0 10px 0;
}
.drivengrowth-paragraph h4{
      text-align: left;
    font-size: 1em;
    color: #716e6e;
}
.body .col-md-3 img{
  background: #000;
    padding: 2px;
}
.body .row{
  margin-bottom: 10px;
}
.contact{
      background: url(../img/bg/contact-bg.jpg);
}
.closeicon{
   float: right;
    color: #000;
    font-size: 44px;
    border: 1px solid;
    border-radius: 50%;

    line-height: 27px;
	}

.feature-single:hover {
    -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3 ease;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    
           
}

.feature-icon > i {
    font-size: 65px;
    color: #6541c1;
}

.feature-single p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.feature-single p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
        text-align: justify;
}

.feature-single .feature-detail > h4 {
    font-size: 18px;
       
}

.feature-single .feature-detail {
       margin-left: 15px;
    margin-right: 15px;
}
.feature-single {
    padding: 17px 0 0 15px;
    margin-bottom: 63px;
}
.navbar-collapse.collapse{
  float: right;
}
.feature-single p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
        font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.feature-single:hover {
    -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3 ease;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    
           
}
.how-it-single .single-detail > h4 {
        padding-bottom: 15px;
    font-size: 30px;
    text-align: center;
      font-family: OpenSans-Regular;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.how-it-single .single-detail {
    margin-left: 5px;
    text-align: justify;
}
.how-it-single {
    padding: 20px;
}
.how-it-single:hover {
    -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3 ease;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    
           
}
#whyisbest{
  padding: 50px 0px;
}
.app-download-btn a {
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    border-radius: 30px 30px 30px 0;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.app-download-btn a p {
    font-size: 16px;
    line-height: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.fa-google-play:before {
    content: "\f3ab";
}
.app-download-btn a i {
    color: #47425d;
    font-size: 24px;
    margin-right: 15px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.app-download-btn:first-child {
    margin-right: 20px;
}
.app-download-area {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
    margin-top: 45px;
    margin-bottom: 30px;
    margin-top: 50px;
}
.app-download-btn a p span {
    font-size: 12px;
    display: block;
}
.app-download-btn a p {
    font-size: 16px;
    line-height: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #6b6868;
}
.section-heading > h2 {
    font-weight: 500;
    color: #170B35;
    font-size: 40px;
    margin: 0;
    text-transform: uppercase;
        font-family: 'Ubuntu', sans-serif;
            text-align: center;
}
.createmobile h3{
font-size: 16px;
    text-align: center;
}
.facts_area {
    z-index: auto;
    background-image: linear-gradient(90deg, #6541c1 0%, #d43396 100%);
}
.text-center {
    text-align: center !important;
}
.single-fact {
    padding-top: 30px;
    padding-bottom: 30px;
}
.counter-area h4 {
    color: #ffffff;
    font-size: 60px;
    margin-bottom: 0;
    line-height: 1;
}
.facts-content > i {
    color: #ffffff;
    font-size: 36px;
    padding: 15px;
}

.facts-content > p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
}
.facts_area{
  padding: 30px 0px;
}
.bg-light{
   padding: 40px 0px;
}
.app2{
  float: right;
}
#screenshot{
      background: #f5f5f5;
    padding: 50px 0px;
}
#screenshot h2{
     padding: 0em 0px 1em;
}
#screenshot .col-md-3 img{

}
.glyphicon .glyphicon-chevron-left{
  color: #000;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -40px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev {
    margin-right: -30px;
}
.glyphicon .glyphicon-chevron-right{
  color: #000;
}
/* ------------------------------------------------------------------------------- */
/*  5. Prices
/* ------------------------------------------------------------------------------- */



.prices{
  text-align: center;
  background: url(../img/bg/prices.jpg) 50% no-repeat;
  background-size: cover;
}

.prices.masked:after{
  background-color: rgba(0,0,0,0.4);
}

.col-price{
  text-align: left;
  width: 100%;
  max-width: 500px;
  display:inline-block;
  position: relative;
  padding: 15px;
}

.price-box{
  position: relative;
  background-color: #fff;
}

.price-inner{
  padding-bottom: 40px;
}

.price-title{
  padding:2em 3em 1.7em;
  margin-bottom: 0;
  font-size:0.7em;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #f7f7f7;
}

.price{
  font-family: 'Montserrat', sans-serif;
  padding:2em 3em;
  line-height: 1;
  color: #343434;
  border-bottom: 1px solid #dddddd;

}

.price-currency{
  display: inline-block;
  vertical-align: top;
  font-size: 2em;
}

.price-amount{
  font-size: 4em;
}

.price-delimiter{
  font-size: 3em;

}

.price-period{
  font-size: 1em;
}

.price-features{
  padding:1em 3em;
}

.price-features ul{
  margin-top: 0;
}

.price-features ul li{
  padding: 8px 0;
}

.col-price.leading{
  z-index: 1;
}

.col-price.leading .price-title{
  color: #fff;
  background-color: #ff7b7b;
}

.price-footer{
  padding:0 3em;
}



/* ------------------------------------------------------------------------------- */
/*  6. Reviews
/* ------------------------------------------------------------------------------- */



.review{
  padding: 0 1.5em;
}



/* ------------------------------------------------------------------------------- */
/*  7. Partners
/* ------------------------------------------------------------------------------- */



.partners{
  text-align: center;
  padding:4em 0;
}

.partners .owl-controls{
  position: absolute;
  left: 0;
  margin-top: 0;
}

.partner{
  opacity: 0.5;
  padding:2em 3em;

}

.partner img{
  margin:0 auto;
}



/* 7.1 Owl carousel */



.owl-controls {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 2em;
}

.owl-controls .owl-pagination{
  text-align: center;
}

.owl-controls .owl-page{
  display: inline-block;
  margin:0 0.6em;
}

.owl-controls .owl-page span{
  display: inline-block;
  width: 1.7em;
  height: 0.3em;
  border-radius: 2px;
  background-color: #E0E0E0;
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
}

.owl-controls .owl-page.active span, 
.owl-controls .owl-page:hover span{
  background-color:#ff7b7b;
}



/* ------------------------------------------------------------------------------- */
/*  8. Contacts
/* ------------------------------------------------------------------------------- */



.map{
  width: 100%;
  height: 30em;
  border: 0;
  text-align: center;
}

.map-info{
  text-align: left;
  font-size: 1.2em;
}

.map-address{
  display: block;
  margin-top:2em;
  width: 20em;
}

.map-address-row{
  margin-bottom:0.7em;
  overflow: hidden;
}

.map-address-row .fa{
  font-size: 1.2em;
  padding:2px 1px 1px;
  float: left;
  vertical-align: middle;
  margin:0.1em 0.5em 0 0;
}

.map-address-row .text{
  display: block;
  overflow: hidden;
}

.gmap-open{
  margin-top: 15px;
}


.shuffle li {
    margin: 5px 6px;
    width: 23.8%;
    float: left;
    position: relative;
    list-style: none;
}
.img-shuffle {
    text-align: center;
    vertical-align: middle;
}
.shuffle .img-shuffle img {
    width: 100%;
    box-shadow: 2px 4px 7px -2px;
}
.shuffle a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(6,6,6,0.9);
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.shuffle a h2 {
    border-bottom: 1px solid #4ca9dd;
    font: 30px/30px 'latolight';
    padding: 0 0 3px;
    color: #fff;
    top: 40%;
    margin: 0 20px;
    position: relative;
    left: -100px;
}
.shuffle a h2 {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.shuffle a:hover { opacity: 1; filter:alpha(opacity=100);}
.shuffle a:hover span { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1);}
.shuffle a h2{ transition:  all 0.5s ease 0s; -webkit-transition:  all 0.5s ease 0s;  -moz-transition:  all 0.5s ease 0s;}
.shuffle a:hover h2{ left: 0;  }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff !important;
    background-color: #f00;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
  
    font-family: Poppins, sans-serif;
}
/* ------------------------------------------------------------------------------- */
/*  9. Footer
/* ------------------------------------------------------------------------------- */



.footer{
  padding:1em 0;
}

.footer .copy{
  margin-top: .8em !important;
}

.social a{
    font-size: 1.1em;
    display: inline-block;
    padding: 1px;
    margin: 0 15px;
    color: #C2C2C2;
    border: 1px solid #fff;
    border-radius: 50%;
   
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.social a:hover{
  color: #ff7b7b;
  text-decoration: none;
}


/* ------------------------------------------------------------------------------- */
/*  10. Modals
/* ------------------------------------------------------------------------------- */



body:not(.modal-open){
  padding-right:0!important;
}

.modal{
  text-align: center;
}

.modal label.error{
  color: #ff7b7b;
}

.modal.fade .modal-dialog{
  -webkit-perspective: 1300px;
          perspective: 1300px;
}

.modal-content{
  border-radius: 1em;
  border:0;
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition:.5s ease-out;
       -o-transition:.5s ease-out;
          transition:.5s ease-out;
}

.modal.fade.in .modal-content{
  opacity: 1;
}

.modal-dialog{
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 90%;
  margin:25px auto;
}

.modal-content{
  -webkit-box-shadow:none;
  box-shadow: none;
}

.modal-header{
  padding: 3em 1.2em;
  border:0;
  min-height: 0;
  text-align: center;
}

.close{
  display: inline-block;
  font-weight: 100;
  line-height: 1;
  color:#9F9F9F;
  text-align: center;
  text-shadow: none; 
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
}

.close:hover,
.close:focus {
  color: #ff7b7b;
  opacity:1;
  filter: alpha(opacity=1);
}

.modal-header .close{
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 20px;
  font-size: 2em;
}

.modal-title{
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 1.8em;
  color: #ff7b7b;
}

.modal-subtitle{
  font-size: 16px;
  font-weight: 300;
}

.modal-body{
  padding: 0 4.2em 3em;
}

.modal-body .form-group{
  margin-bottom: 30px;
}

.modal-message .modal-content{
  padding-top: 55px;
  padding-bottom: 55px;
}



/* ------------------------------------------------------------------------------- */
/*  11. Responsive styles
/* ------------------------------------------------------------------------------- */



/* 11.1 Min width 768px */



@media (min-width: 768px){


  html{
    font-size: 94%;
  }



  /* Prices */



  .col-price{
    width: 45%;
  }


  /* Modals */



  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }

  .modal-dialog {
    width: 29em;
  }
}



/* 11.2 Min width 992px */



@media (min-width: 992px){

  html{
    font-size: 100%;
  }

  .text-right-md{
    text-align:right;
  }

  .text-left-md{
    text-align:left;
  }



  /* Navigation */

.nav-col ul li a{
  padding: 8px 0px !important;
}

  .navbar-nav > li{
    border-bottom: 0;
    margin-left: 0em;
    margin-top: 6px !important;
  }

  .navbar-nav li a{
    position: relative;
    padding:0;
    color:#fff;
  }

  .navbar-nav li a:hover,
  .navbar-nav li a:focus,
  .navbar-nav .active > a,
  .navbar-nav .active > a:hover{
    background-color: transparent;
  }

  .navbar.affix .navbar-nav li a:hover,
  .navbar.affix .navbar-nav .active a{
    color: #fff;
  }

  .col-price{
    width: 33%;
  }



  /* Footer */



  .footer .copy{
    margin-top: 0;
  }

}









@media screen and (max-width:1400px) {
  .navbar-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 17px 15px !important;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

}

@media screen and (max-width:1366px) {
  .navbar-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 17px 13px !important;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 6px;
}
.box-icon-classic p {
    letter-spacing: 0em;
    font-size: 15px;
}
.box-icon-classic{
      margin-bottom: 15px;
}
}


@media screen and (max-width: 1280px){
.navbar-nav li a{
    padding: 17px 8px !important;
  }
.dropdown-menu .nav-col ul li>a{
  font-size: 12px;
  padding-left: 0px !important;
      margin-left: -7px !important;
          line-height: 15px;
}

}

@media screen and (max-width: 1200px){
.navbar-nav li a{
    padding: 17px 3px !important;
  }


}

@media screen  (max-width:1024px) and  {
  .navbar-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 17px 8px !important;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.navbar-header{
  text-align: center;
    margin: 0 auto;
    display: contents;
}
.navbar-nav{
      padding-top: 0em;
}
.brand {
    margin-top: .6em;
    display: block !IMPORTANT;
    text-align: center;
}

h2.section-title {
    font-size: 2em;
    text-align: center;
}
}

@media screen and (max-width:320px) {
.brand-img-white {
    display: block;
    width: 68%;
}
h1, .heading-1 {
    font-size: 18px;
    line-height: 1.31034;
    color: #fff;
}
h2.section-title {
    font-size: 1.5em;
    text-align: center;
}
.navbar.affix .brand-img {
    display: block;
    width: 68%;
}

}
@media screen and (max-width:776px) {
.aboutopener {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding: 7em 0 1em !important;
    width: 100000px;
    height: 10vh;
}
#clients .body .col-md-3 img {
    background: #000;
    padding: 2px;
    width: 100%;
}
#clients h3 {
    text-align: center;
    background: #e74c3c;
    color: #fff;
    margin-top: 0px;
    font-size: 17px;
    height: 71px;
    line-height: 70px !important;
    vertical-align: middle;
    display: block !important;
    width: 100% !important;
}
.dropdown-menu .nav-col ul {
    padding-right: 0 !important;
    padding-left: 7px !IMPORTANT;
}
.helpus h2.section-title{
    font-size: 16px !IMPORTANT;
    text-align: center;
}
.keysucc{
      padding: 1em 0px;
}
.keysucc h2{
      font-size: 25px !important;
}
#whyisbest h2{
      font-size: 16px !important;
}
.app-download-btn{
  padding: 0px !important;
}
.createmobile h3 {
    font-size: 9px;
    text-align: center;
}
nav > div a.nav-item.nav-link, nav > div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 7px !important;
    color: #fff;
    border-radius: 0;
    font-family: OpenSans-Regular;
    font-size: 9px !important;
    line-height: 37px;
    width: 250px !IMPORTANT;
}
.techlisttotal .tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #e74c3c;
    border-bottom: 5px solid #e74c3c;
    padding: 30px 0px !important;
    margin-top: 0em;
}
nav > div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -100px !important;
    left: 8%;
    border: 15px solid transparent;
    border-top-color: #e74c3c;
}
.whyisbest .section-heading > h2{
      font-size: 20px !important;
}
#screenshot .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev {
    margin-right: -14px;
}
.process p{
      padding-left: .5em;
}
.process h2{
  font-size: 23px;
}
.portfoliohome{
      padding: 0em 2em;
    width: 100%;
}
.serve h3{
  font-size: 25px !important;
}
.serve h3{
  font-size: 15px !important;
}
.serve p{
padding: 1em;
}
.portfoliohome .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -57px;
}
.process h3{
      text-align: center;
    font-size: 29px;
    margin-bottom: 0px;
    margin-top: 10px;
}
.contentbox ul li {
    font-size: 16px;
 
    margin-left: 17px;
    line-height: 20px;
    text-align: center;
    list-style: none !important;
}
.or{
      text-align: center !important;
}
#subscribe .btn{
      padding: 14px;
    margin-top: -2px;
}
.technology img{
      text-align: center;
    margin: 0 auto;
}
.technology h3{
      text-align: center;
}
.technology p{
  padding: 1em;
}
p.narrow {
    width: 100%;
    margin: 10px auto;
}
.board-inner .nav-tabs > li {
    width: 33%;
    text-align: center;
    margin: 0 auto;
}
.board-inner .nav-tabs > li a{
  text-align: center;
    margin: 0 auto !important;
}
.software .ml11 {
  font-size: 20px !important;
}
.software h2 {
    text-align: center;
    color: #eae5e5;
    font-size: 19px !important;
}
.service-content .btn {
    width: 100%;
    font-size: 17px;
    text-align: center;
    padding: 1em 0px;
    margin-bottom: 1em;
}
.websitedesign h2{
  font-size: 18px !important;
}
.websitedesign p{
  padding: 1em;
}
#about{
  padding: 1em;
}
.brand-img-white {
    display: inline-block;
    max-width: 70% !important;
}
.navbar.affix .brand-img {
    display: inline-block;
    max-width: 70%;
}

.pull-right {
    float: inherit !IMPORTANT;
}
.navbar-collapse.collapse.in {
    background: #323232;
    margin-top: 1em;
    color: #fff;
}
.navbar.affix .navbar-nav li a {
    color: #fff;
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 30px !important;
    margin-bottom: 8px;
    background-color: #000;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
h1, .heading-1 {
    font-size: 22px !important;
    line-height: 1.31034;
    color: #fff;
    
        text-shadow: 0px 2px 0px #000;
}
.nav-tabs>li>a {
    text-transform: uppercase;
    font-size: 14px !important;
    background: #f5f5f5;
    margin: 0px 4px !important;
}
.masthead .lead-text {
    opacity: 0.9;
    text-align: center;
    font-size: 14px;
    text-shadow: 0px 2px 0px #000;
}
.process {
    padding: 5em 0px;
}
.navbar-collapse.collapse {
    float: none !important;
}
.navbar-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 6px 8px !important;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.dropdown-menu .nav-col ul li>a{
   padding: 6px 8px !important;
}
h2.section-title {
    font-size: 16px;
    text-align: center;
}
.but {
    font-size: 16px;
    padding-top: 0px;
    margin-top: 0px;
}
ul.nav li:hover ul.dropdown-menu{
  display: block;
}
.dropdown-menu{
  width: 100%;
  padding: 0px 0px 13px;
}
.dropdown-menu ul li a{
    font-size: 12px !important;
    padding: 10px 0px !IMPORTANT;
}
.opener {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding: 1em 0 0em;
    width: 100000px;
    height: 37vh;
}
.brand{
  text-align: left !important;
      display: block;
}
.drivengrowth.partner-grwth {
    margin-top: 4%;
    background: #fff;
    padding: 10px;
    left: 0;
    transform: translate(0%,-9%);
    z-index: 9999;
    position: inherit;
}
.how-it-single .single-detail {
    margin-left: 20px;
    text-align: justify;
}
.shuffle li {
    margin: 5px 2px;
    width: 47% !important;
    float: left;
    position: relative;
    list-style: none;
}
 .show {display: block;}
.dropbtn {
  background-color: #000;
  color: white;
  padding: 12px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #000;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000;
width: 100%;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.toptext {
    position: absolute;
    width: 100%;
       height: 100%;
    padding-right: 2.1em;
}
.details{
      width: 100%;
      padding: 1em 0px;
}
#brand .col-md-3 .img-responsive{
  width: 100%;
}
}




.dropdown-menu .nav-col {
    display: table-cell;
    min-width: 300px;
    padding-top: 0px;
    padding-bottom: 2px;
}
.dropdown-menu .nav-col ul li>a{
  font-size: 12px;
  padding-left: 0px !important;
      margin-left: 0px !important;
          line-height: 15px;
}
.social{
  text-align: left;
}




nav > .nav.nav-tabs{
margin-top: 2em;
  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;
    padding: 18px 0px;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 35px;
    color:#fff;

    border-radius:0;
    font-family: OpenSans-Regular;
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #e74c3c ;
}
.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #e74c3c;
    border-bottom:5px solid #e74c3c;
    padding:30px 25px;
    margin-top: 0em;
}
.tab-content>.active {
    display: block !IMPORTANT;
    opacity: 1;
}
.techlisttotal ul{
  text-align: center;
}
nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #e74c3c;
    color:#fff !important;
    border-radius:0;
    transition:background 0.20s linear;
}
nav > div a.nav-item.nav-link:hover,{

}

.techlisttotal ul li .bg1{
 background: linear-gradient(to right, #4568dc, #b06ab3);
}
.techlisttotal ul li .bg2{
    background: linear-gradient(to right, #ef473a, #cb2d3e);
}
.techlisttotal ul li .bg3{
background: linear-gradient(to right, #45B649, #DCE35B);
}
.techlisttotal ul li .bg4{
background: linear-gradient(to right, #EC6EAD, #3494E6);
}
.techlisttotal ul li .bg5{
    background: linear-gradient(to right, #ff6a00, #ee0979);
}
.techlisttotal ul li .bg6{
     background: linear-gradient(to right, #2F0743, #41295a);
}
.techlisttotal ul li .bg7{
    background: linear-gradient(to right, #333399, #ff00cc);
}
.techlisttotal ul li .bg8{
background: linear-gradient(to right, #64f38c, #f79d00);
}
.techlisttotal ul li .bg9{
    background: linear-gradient(to right, #e73827, #f85032);
}

.techlisttotal ul li .bg10{
background: linear-gradient(to right, #45B649, #DCE35B);
}

.techlisttotal ul li .bg11{
background: linear-gradient(to right, #64f38c, #f79d00);
}
.techlisttotal ul li .bg12{
     background: linear-gradient(to right, #EC6EAD, #3494E6);
}
.techlisttotal ul li .bg13{
    background: linear-gradient(to right, #ff6a00, #ee0979);
}
.techlisttotal ul li .bg14{
background: linear-gradient(to right, #FFC371, #FF5F6D);
}
.techlisttotal ul li .bg15{
    background: linear-gradient(to right, #4568dc, #b06ab3);
}
.techlisttotal ul li .bg16{
background: linear-gradient(to right, #4568dc, #b06ab3);
}
.techlisttotal ul li .bg17{
background: linear-gradient(to right, #45B649, #DCE35B);
}
.techlisttotal ul li .bg18{
background: linear-gradient(to right, #EC6EAD, #3494E6);
}
.techlisttotal ul li .bg19{
     background: linear-gradient(to right, #ff6a00, #ee0979);
}
.techlisttotal ul li .bg20{
background: linear-gradient(to right, #2F0743, #41295a);
}
.techlisttotal ul li .bg21{
background: linear-gradient(to right, #4568dc, #b06ab3);
}
.techlisttotal ul li .bg22{
    background: linear-gradient(to right, #45B649, #DCE35B);
}
.techlisttotal ul li .bg23{
    background: linear-gradient(to right, #EC6EAD, #3494E6);
}
.techlisttotal ul li .bg24{
    background: linear-gradient(to right, #4568dc, #b06ab3);
}
.techlisttotal ul li .bg25{
background: linear-gradient(to right, #45B649, #DCE35B);
}
.techlisttotal ul li .bg26{
background: linear-gradient(to right, #EC6EAD, #3494E6);
}
.techlisttotal ul li .bg27{
 background: linear-gradient(to right, #ff6a00, #ee0979);
}
.techlisttotal ul li .bg28{
    background: linear-gradient(to right, #2F0743, #41295a);
}
.techlisttotal ul li .bg29{
    background: linear-gradient(to right, #333399, #ff00cc);
}

























.techicon {
    width: 75px;
    height: 75px;
    border-radius: 10px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.techlisttotal ul li {
    display: inline-block;
    margin: 10px;
    width: 100px;
}


.features_content h3{
     font-size: 1.1em;
    line-height: 1.25;
    font-weight: 700;
    color: #343434;
    margin-top: 0.6em;
    margin-bottom: 0.1em;
    font-family: Poppins-Medium;
}
#sale76  .left{
    margin-left: 0px;
    margin: 10px 0px 0px;
  }
#sale76 .features {
    height: 305px;
}
#sale76 .features {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 10px 2px;
    margin: 0 auto;
    text-align: center;
    box-shadow: -1px 4px 13px -1px rgba(0, 0, 0, 0.21);
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.icon-1x {
  font-size: 17px !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
}

.icon-2x {
  font-size: 26px !important;
  width: 60px !important;
  height: 60px !important;
  line-height: 60px !important;
}

.icon-3x {
  font-size: 39px !important;
  width: 80px !important;
  height: 80px !important;
  line-height: 40px !important;
      cursor: pointer;
}

.icon-4x {
  font-size: 52px !important;
  width: 100px !important;
  height: 100px !important;
  line-height: 100px !important;
}

.icon-5x {
  font-size: 65px !important;
  width: 120px !important;
  height: 120px !important;
  line-height: 120px !important;
}

i.icon-bg-light,i.icon-bg-dark {
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
}

i.icon-bg-light {
  color: #444;
  background: #000;
}
.icon-bg-light img{
  text-align: center;
  margin: 0 auto;
      margin-top: 25%;
}
i.icon-bg-light:hover {
  color: #fff;
}

i.icon-bg-dark {
  color: #fefefe;
  background: #e74c3c;
}
#maincontent h2.mainhead{
      text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-family: National-SemiBold, Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #8d6ca0;
      margin-left: 30px;
}
.icon-4x, .icon-5x, .icon-6x, .icon-7x, .icon-8x, .icon-9x, .icon-10x {
  border-bottom-width: 3px !important;
}

.icon-circled {
  border-radius: 1000px !important; /* 146px 40px 100px 118px */
  -moz-border-radius: 1000px !important;
  -webkit-border-radius: 1000px !important;
  -o-border-radius: 1000px !important;
  -ms-border-radius: 1000px !important;
}
.icon-bg-dark img{
  text-align: center;
  margin:0 auto;
      margin-top: 25%;
}
.icon-bg-dark:hover{
  background:#000;
}

#more {display: none;}

#sale76 .col-md-3{
  padding: 0px 3px !important;
}

.headnew{
      font-family: Poppins-Medium;
}
.logotest{
  text-align: left;
}
.logotest h3{
  font-size: 20px;

}
.logotest ul li{
  list-style: disc;
    margin-left: 15px;
}
.brochureimg h3{
    text-align: center;
    margin-top: 0px;
    padding: 10px 0px;
}
.brochureimg .col-md-2{
  text-align: center;
}
.brochureimg .col-md-2 img{
  text-align: center;
  margin: 0 auto;
}
.hover{
  display: none;
  top: 20%;
    position: absolute;
    background: #000;
    color: #fff;
}
.brandhover:hover .hover{
  display: block;

}



    .btn-read {
        background: transparent;
        border-radius: 0;
        border: 1px solid #ffffff;
        color: #fff;
    }
  .section-box-one{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-one figure {
        position: absolute;
        text-align: center;
        padding: 19px;
        width: 100%;
        height: 100%;
    }
    .section-box-one img{
        height: 100%;
        position: absolute;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s;
        width: 100%;
    }
    .section-box-one:hover img{
        transform: translate(100%, -100%);
        -webkit-transform: translate(100%, -100%);
        -moz-transform: translate(100%, -100%);
    }

    .section-box-two{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-two figure {
        position: absolute;
        text-align: center;
        padding: 19px;
        width: 100%;
        height: 100%;
    }
    .section-box-two img{
        height: 100%;
        position: absolute;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s;
    }
    .section-box-two:hover img{
        transform: translate(-100%, -100%);
        -webkit-transform: translate(-100%, -100%);
        -moz-transform: translate(-100%, -100%);
    }

    .section-box-three{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-three figure {
        position: absolute;
        text-align: center;
        padding: 19px;
        width: 100%;
        height: 100%;
    }
    .section-box-three img{
        height: 100%;
        position: absolute;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s;
    }
    .section-box-three:hover img{
        transform: translate(-100%, 100%);
        -webkit-transform: translate(-100%, 100%);
        -moz-transform: translate(-100%, 100%);
    }

    .section-box-four{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-four figure {
        position: absolute;
        text-align: center;
        padding: 19px;
        width: 100%;
        height: 100%;
    }
    .section-box-four img{
        height: 100%;
        position: absolute;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s;
    }
    .section-box-four:hover img{
        transform: translate(-100%,0);
        -webkit-transform: translate(-100%,0);
        -moz-transform: translate(-100%,0);
    }

    .section-box-five{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-five figure {
        position: absolute;
        text-align: center;
        padding: 19px;
        width: 100%;
        height: 100%;
    }
    .section-box-five img{
        height: 100%;
        position: absolute;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s;
    }
    .section-box-five:hover img{
        transform: translate(100%,0);
        -webkit-transform: translate(100%,0);
        -moz-transform: translate(100%,0);
    }

    .section-box-six{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-six figure {
        position: absolute;
        text-align: center;
        padding: 19px;
        width: 100%;
        height: 100%;
    }
    .section-box-six img{
        height: 100%;
        position: absolute;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s;
    }
    .section-box-six:hover img{
        transform: translate(0,-100%);
        -webkit-transform: translate(0,-100%);
        -moz-transform: translate(0,-100%);
    }

    .section-box-seven{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-seven figure {
        position: absolute;
        text-align: center;
        padding: 19px;
        width: 100%;
        height: 100%;
    }
    .section-box-seven img{
        height: 100%;
        position: absolute;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s;
    }
    .section-box-seven:hover img{
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        opacity: 0;
    }

    .section-box-eight{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
        transform: rotateY(-180deg);
        transition: ease-in-out .5s;
    }
    .section-box-eight:hover {
        transform: rotateY(0deg);
    }
    .section-box-eight:hover img {
        transform: rotateY(-180deg);
        backface-visibility: hidden;
        transition: ease-in-out .5s;
    }
    .section-box-eight figure {
        position: absolute;
        text-align: center;
        padding: 19px;
        width: 100%;
        height: 100%;
    }
    .section-box-eight img{
        height: 100%;
        position: absolute;
    }

    .section-box-nine{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-nine figure {
        position: absolute;
        text-align: center;
        padding: 19px;
        width: 100%;
        height: 100%;
    }
    .section-box-nine img{
        height: 100%;
        position: absolute;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s;
    }
    .section-box-nine:hover img{
        transform: scale(3);
        -webkit-transform: scale(3);
        -moz-transform: scale(3);
        opacity: 0;
    }

    .section-box-ten{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-ten figure {
        position: absolute;
        text-align: left;
        padding: 10px 19px 19px 19px;
        width: 100%;
        height: 100%;
        border-top: 1px solid #fff;
        background: rgba(0, 0, 0, 0.71);
        bottom: -80%;
        transition: ease-in-out .5s;
    }
    .section-box-ten:hover figure {
        bottom: 0;
    }
    .section-box-ten figure h3{
        margin: 0;
        padding-bottom: 10px;
    }
    .section-box-ten img{
        height: 100%;
    }


    .section-box-eleven{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-eleven figure {
        position: absolute;
        padding: 10px 15px;
        width: 100%;
        bottom: -25%;
        transition: ease-in-out .5s;
        background: rgba(0, 0, 0, 0.71);
        border-top: 1px solid #fff;
    }
    .section-box-eleven:hover figure {
        bottom: 0;
    }
    .section-box-eleven img{
        height: 100%;
    }

    .section-box-twelve{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-twelve figure {
        position: absolute;
        text-align: center;
        padding: 10px 19px 19px 19px;
        width: 100%;
        height: 100%;
        transition: ease-in-out .5s;
        opacity: 0;
        transform: scale(2);
    }
    .section-box-twelve:hover figure {
        opacity: 1;
        transform: scale(1);
        background: rgba(0, 0, 0, 0.71);
    }
    .section-box-twelve figure a{
        color: #fff;
        font-size: 3em;
        top: 35%;
        position: relative;
    }
    .section-box-twelve img{
        height: 100%;
    }
    .webover{
      text-align: left;
    }
    .webover h3{
      font-size: 20px;
    }
    .webover ul li{
      list-style: disc;
      margin-left: 15px;
    }
    .newfew img{
      margin-bottom: 5px !important;
    }
    .book{
       padding: 1em 0px !important;
    background: #fff;
    box-shadow: 2px 4px 8px -4px;
    }

     .book img{
      text-align: center;
    margin: 0 auto;
  
    }
    .dropdown-menu{
          padding: 18px 0px 13px;
    }
    #clients h3{
text-align: center;
    background: #e74c3c;
    color: #fff;
    margin-top: 0px;

    font-size: 17px;
    height: 71px;
    line-height: 21px;
    vertical-align: middle;
    display: table-cell;
   width: 270px;
    }

    .ml11 {
  font-weight: 700;
  font-size: 3.5em;
}

.ml11 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml11 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #fff;
  transform-origin: 0 50%;

}
.software .ml11 {
    font-size: 60px;
}
.ml11 .line1 { 
  top: 0; 
  left: 0;
}

.ml11 .letter {
  display: inline-block;
  line-height: 1em;
}
.software h3{
  text-align: center;
  color: #eae5e5;
      font-size: 20px;
}
.software h2{
  text-align: center;
  color: #eae5e5;
      font-size: 36px;
}
.solu h3{
  font-weight: normal;
  margin-top: 1px;
}
.solu h2{
  margin-bottom: 10px;
}
.service-content h2{
font-weight: 500;
    font-size: 28px;
    color: #000;

}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    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;
}
.service-content .btn{
width: 100%;
    font-size: 17px;
    text-align: center;
    padding: 1em 0px;
}
.serviceimage img{
  box-shadow: -1px 2px 7px 3px #afaaaa;
  border-radius: 5px;
}

.customer-logos img{
  border:1px solid;
}
.whatwedo{
  margin: 3em 0px;
}
.whatwedo .box1{
  text-align: center;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 5px 11px 4px #ececec;
    padding: 20px;
}
.box1 img{
    text-align: center;
    margin: 0 auto;
    border: 1px solid #f00;
    padding: 9px;
    border-radius: 13%;
}
.experience{
  background:#f5f5f5;
  padding: 2em 0px;
}
.softlogo img{
  margin-top: 15px;
      box-shadow: 3px 5px 7px 0px;
}
.process{
  padding: 6em 0px 1em;
}


.board h4{
  text-align: center;
  margin-bottom: 15px;

}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 0px auto;
    margin-bottom: 0;
    box-sizing: border-box;

}

.board > div.board-inner{
    background: #fafafa url(https://subtlepatterns.com/patterns/geometry2.png);
    background-size: 30%;
}

p.narrow{
    width: 60%;
    margin: 10px auto;
}

.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one{
    color: rgb(34, 194, 34);border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one{
    background: #fff !important;
    border: 2px solid #ddd;
    color: rgb(34, 194, 34);
}

span.round-tabs.two{
    color: #febe29;border: 2px solid #febe29;
}

li.active span.round-tabs.two{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

span.round-tabs.three{
    color: #3e5e9a;border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four{
    color: #f1685e;border: 2px solid #f1685e;
}

li.active span.round-tabs.four{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five{
    color: #999;border: 2px solid #999;
}

li.active span.round-tabs.five{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
}
.nav-tabs > li {
    width: 20%;
}

.nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;
    
}
.nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ddd;
    
}
.nav-tabs > li a{
   width: 70px;
   height: 70px;
   margin: 20px auto;
   border-radius: 100%;
   padding: 0;
}

.nav-tabs > li a:hover{
    background: transparent;
}

.tab-content{
}
.tab-pane{
   position: relative;

}
.tab-content .head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: 0px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}



@media( max-width : 585px ){
    
    .board {
width: 100%;
height:auto !important;
}
    span.round-tabs {
        font-size:16px;
width: 50px;
height: 50px;
line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
        }
    .nav-tabs > li a {
width: 50px;
height: 50px;
line-height:50px;
}

.nav-tabs > li.active:after {
content: " ";
position: absolute;
left: 35%;
}

.btn-outline-rounded {
    padding:12px 20px;
    }
}

.technology{
  background:#f5f5f5;
  padding: 2em 0px;

}
.lastbanner{
  background: url(../img/bg/lastbanner.jpg) ;
  padding: 3em 0px;
  
}
.lastbanner h2{
  text-align: center;
  color: #fff;
}
.lastbanner P{
  text-align: center;
  margin:0 auto;
}

.serve{
  margin:3em 0px;
  padding: 6em 0px 4em;
}
.about{
  padding: 1em 0px;
}
.aboutsection{
  margin-top: .5em !important;
  margin-bottom: 2em;
}
.contentbox{
  background: #fff;
    border: 1px solid #e2e2e2;
margin-bottom: 15px;
    padding: 20px 6px;
}
.contentbox:hover{
  box-shadow: 0 3px 10px 0 rgba(0,0,0,.15);

}
.contentbox h2{
  font-size: 18px;
}
.contentbox img{
  background:#f5f5f5;
  border-radius: 20px;
  padding:10px;
}
.contentbox:hover img{
background: #000;
color: #fff;
  
}
.box1:hover img{
  display: none;
}
.whatwedo .box1:hover img{
  display: block !important;
}
.process{
  background:#fff;
}
.contentbox ul li{
      font-size: 16px;
    list-style: disc;
    margin-left: 17px;
    line-height: 20px;

}
 .contentbox{
  min-height: 295px;
}
.btnclick{
background: #f00;
    color: #fff !IMPORTANT;
    font-size: 20px !important;
    border: none;
    border-radius: 5px;
    margin-top: 1.5em;
    padding: 10px 15px;
    font-family: 'Montserrat', sans-serif;
}
.or{
  color: #f00;
    font-size: 20px;
    font-weight: bold;
    margin-top: 1.7em;
}
.call {
  color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-top: 1.7em;
}
.call .fa{
  font-size: 20px;
    background: #f00;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;

}
.profile img{
      border: 2px solid #f00;
    border-radius: 100%;
    
}


.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1111;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}



.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}
.feature-img1{
  width: 100px;
    float: left;
    border-radius: 100%;
    border: 1px solid #fff;
    height: 100px;
    padding: 3px;
    margin-right: 15px;
}
.formbox{
  padding: 20px 15px;
}
.formboxnav{
  margin-top:2em;
}
.requstbtn{
 border-radius: 10px;
    font-size: 16px;
    padding: 14px 28px;
    text-align: center;
}
.rbutton{
  text-align: center;
  margin:0 auto;
}
.developers{
  background: #f00;
  padding: 1em 0px 2px;
}
.lookingdevelopers h3{
  font-size: 19px;
    color: #fff;
    text-align: center;
    margin: 5px;
}
.lookingdevelopers h4{
  font-size: 12px;
    color: #fff;
    text-align: center;
    
}
.lookingdevelopers .btn{
background: #fff;
    color: #f00;
    font-size: 18px;
    padding: 10px 32px;
    border-radius: 6px;
    font-weight: 800;
}
.close .fa{
      color: #fff;
    border: 1px solid;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 28px;
}
#detailsclose{

    position: fixed;
    bottom: 1px;
    text-align: center;
    margin: 0 auto;
    z-index: 11;
    width: -webkit-fill-available;
}



    #feedback{
      position: fixed;
      top:1px;
      left:-430px;
          width: 430px;
    background: #fff;
    padding: 20px 3px;
        z-index: 1111;
		height:100%;
    }
    #feedback form{
      float: left;
         width: 100%;
      padding: 10px;
      border-radius:5px;
    }
    #feedback form label{
      display: block;
      float: left;
      text-align:right;
      margin-right:20px;
      width:70px;
      font-weight:bold;
      color: 019AC6;
      font-size:14px;
    }
    a.pull_feedback{
      background:#f00;
      display: block;
      width:40px;
      height:175px;
      float: left;
      text-indent:-9999em;
      position: absolute;
      top:120px;
      right:-40px;
    }
   a.pull_feedback:hover{
      background-position: center right;
    }
    #feedback form .btn{
     background: #f00;
 
    border: none;
    border-radius: 10px;

    }
    #feedback form textarea{
      width:250px;
      height:140px;
      border: 1px solid #019AC6;
    }
    #feedback form input[type="text"]{
      height: 44px;
    border: 1px solid #ced4da!important;
    color: #6a6d6f;
    font-size: 14px;
    padding: 6px 15px;
    }
    input:not([type]), input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea{
       border: 1px solid #ced4da !important;
    }
    #feedback h2{
      text-align:center;
      color: #019AC6;
      /*text-shadow:0.2px 0.3px 0.3px #000;*/
      font-size:22px;
    }


   
.intl-tel-input {
  display: table-cell;
}
.intl-tel-input .selected-flag {
  z-index: 4;
}
.intl-tel-input .country-list {
  z-index: 5;
}
.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}
.thank h1{

    font-family: Poppins-Medium;
    font-size: 50px;
    color: #f00;
  }
  .thank h4{

    font-family: Poppins-Medium;
    font-size: 20px;
    color: #000;
  }
.thank h3{

    font-family: Poppins-Medium;
    font-size: 30px;
    color: #000;
  }

  .thank h5{

    font-family: Poppins-Medium;
    font-size: 25px;
    color: #000;
  }

  .thank h6{

    font-family: Poppins-Medium;
    font-size: 20px;
    color: #000;
  }
  .propic img{
  margin-top: 2em;
    border-radius: 50%;
    text-align: center;
  }
  .thankyou{
    padding: 3em 0px;
  }




.webcontact {
    background: url(../img/bg/webinnerbanner.jpg);
    padding: 3em 0px 5em;
}

  #websitedesin {
    background: url(../img/bg/website.jpg) 50% 0 no-repeat;
    background-size: cover;
}
.website h2{
  text-align: center;
  color: #eae5e5;
      font-size: 36px;
      font-weight: 400;
}
.webbox1{
    background: #f8f8f8;
    padding: 7px;
    height: 360px;

}
.webbox1 h2{
  font-size: 21px;
}
.webcontact h2 {
    color: #fff;
    font-size: 38px;
    text-align: center;
}
.webcontact h3 {
    color: #fff;
    font-size: 17px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 3em;
}
.phonecall {
    border: 1px solid #f08a21;
    text-align: center;
    padding: .7em 0px;
}
.phonecall a {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.latestprojects h2 {
    text-align: center;
    font-size: 3em;
}
.webhovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.webhovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}
.viewmore {
    color: #fff;
    border-radius: 5px;
    margin-top: 2em;
}
.viewmore a {
    color: #fff;
    font-size: 18px;
}
.coffee {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 1em 0px;
}
.work {
    background: #f08a21;
    color: #fff;
    text-align: center;
    padding: 1em 0px;
}
.coffee h2 {
    color: #fff;
    margin-bottom: 0px;
}
.work h2 {
    background: #f08a21;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}
.price h2{
      text-align: center;
    font-size: 3em;

}
.plan1 h3 {
    background: #f08a21;
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 2px;
}
.plan1 h1 {
    color: #000;
    text-align: center;
    font-weight: 600;
}
.scrolltable {
    height: 330px;
    overflow-y: scroll;
}

    .scrolltable tr td {
    padding: 12px 0px !important;
    text-align: center;
}
.buy {
    border-radius: 5px;
    background: #f08a21;
    overflow: hidden;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    padding: 12px 22px;
}
.carousel .testimonial {
    color: #fff;
    position: relative;
    background: #f08a21;
    padding: 15px;
    margin: 0 0 20px 20px;
}
.testimoni {
    background: #f8f8f8;
    padding-bottom: 3em;
}
.testimoni h2 {
    font-size: 3em;
    text-align: center;
}
.carousel .testimonial p {
    text-indent: 40px;
    line-height: 21px;
    margin: 0;
    font-size: 16px;
}
.viewmore {
    color: #fff;
    border-radius: 5px;
    margin-top: 2em;
}
.viewclient {
    text-align: center;
    margin: 0 auto;
    margin-top: 2em;
}
.chat {
    border: 1px solid #f08a21;
    text-align: center;
    padding: .7em 0px;
}
.chat a {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.quote:hover {
    cursor: pointer;
    background: #fff;
}
.quote {
    border: 1px solid #f08a21;
    text-align: center;
    padding: .7em 0px;
}
.quote a {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.chat:hover a{
color: #f08a21;
}
.chat:hover{
cursor: pointer;
 background: #fff;
}
.phonecall a{
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;

}

.phonecall:hover{
cursor: pointer;
 background: #fff;
}
.phonecall:hover a{
color: #f08a21;
}
.favorite {
    margin-bottom: 3em;
}
.latestprojects {
    margin-bottom: 3em;
}
h3.pack {
    text-align: center;
    font-size: 30px;
    margin-bottom: 0px;
}
.ourclients h2 {
    text-align: center;
    font-size: 3em;
}
.ourclients {
    padding: 4em 0px;
}
.now {
    text-align: center;
    margin: 0 auto;
    margin-top: 1.5em;
}

.webhovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
    margin-bottom: 10px;
}

.webhovereffect .weboverlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.webhovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.webhovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.webhovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.webhovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.webhovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.webhovereffect:hover .weboverlay {
opacity:1;
filter:alpha(opacity=100);
}

.webhovereffect:hover h2,.webhovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.webhovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}
.coll h3 {
    margin-top: 0px;
}
.websitedesign h2.section-title{
  font-size: 3em;
}

#contactbottom {
    background: #000;
    padding-bottom: 5em;
    padding-top: 1em;
        margin-top: 1em;
}
#contactbottom h3 {
    color: #f08a21;
    font-size: 21px;
    text-align: left;
}
#contactbottom ul li {
    text-align: left;
}

#contactbottom ul li a {
    color: #f8f8f8;
    font-size: 14px;
}
.experience img{
  margin-bottom: 15px;
}
#mc-email{
  height: 47px;
    margin-top: 2px;
}
.pricepackage h2 {
    text-align: center;
    font-size: 3em;
}

.aboutbropmenu {
    width: auto;
    left: auto;
}


 .nav li.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
  line-height: 0px !important;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}
.aboutbropmenu{
width: max-content !important;
}
.dropdown:hover .aboutbropmenu{
  display: block !important;

}
li.drophead {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid #f5f5f5 !important;
}
.mega-dropdown-menu ul li a{
color: #fff;
}
.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 22px;
    left: 35px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 28px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    line-height: 50px;
}
.formboxnav .form-control, textarea.form-control{
        border-radius: 0em !important;
        padding: 6px 12px !important;
}