/* ------------------------------------------------------------------------------

  
  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');
}

@font-face {
    font-family: Oswald-Bold;
    src: url('../fonts/Oswald-Bold.ttf');
}



@font-face {
    font-family: BebasNeue-Bold;
    src: url('../fonts/BebasNeue-Bold.ttf');
}

@font-face {
    font-family: BebasNeue-Regular;
    src: url('../fonts/BebasNeue-Regular.ttf');
}

@font-face {
    font-family: BebasNeue-Light;
    src: url('../fonts/BebasNeue-Light.ttf');
}

@font-face {
    font-family: Gilroy-Light;
    src: url('../fonts/Gilroy-Light.otf');
}

@font-face {
    font-family: Gilroy-ExtraBold;
    src: url('../fonts/Gilroy-ExtraBold.otf');
}



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: #f08a21;
}

::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: 370px;
  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: 0px;
    border-bottom: 1px solid #f5f5f5;
    line-height: 26px;
    width: auto;
    font-size: 20px;
}

.dropdown-menu .nav-col ul {
  padding-left: 27px;
  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: 2.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:0px 0 0;
}

a {
  color:#ff6600;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}

a:hover,
a:focus {
  color:#ff6600 !important;
  outline: none;
}

a:focus{
  text-decoration: none;
}



/* 1.4 Fields */

.indextext{
      padding-left: 18px !important;
}

.form-control,
textarea.form-control{
  font-size: 1em;
  color: #9F9F9F;
border-radius: 2px;

  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: 2px;
    height: 7em;
    resize: none;
    padding-left: 20px;
}

.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.3em;
  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;
}

.mobile *{
  background-attachment: scroll!important;
}

.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: 0em;
  display: inline-block;
  
}

.brand:hover,
.brand:focus{
  text-decoration: none;
}

.brand-img-white{
  display: inline-block;
  
}

.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:26px 15px !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:none;
    color: #f5f5f5;;
}

.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: #fff;
}

.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);
}

/*.navbar-nav li:hover > .mega-dropdown-menu{
  opacity: 1;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  display: block;
}


/* 2.3 Affix */



.navbar.affix{
  position: fixed;
  top:0;
  background-color:#fff;
  padding:0px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  z-index: 1111111;
}

.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{
  
}

.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 10px;
}

.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: 41px;
    line-height: 1.31034;
    color: #fff;
     
}
.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;
}
#books {
    background: url(../img/bg/books.jpg) 50% 0 no-repeat;
    background-size: cover;
}

/*#android{
    background: url(../img/bg/android.jpg) 50% 0 no-repeat;
  background-size: cover;
     
}
#books {
    background: url(../img/bg/books.jpg) 50% 0 no-repeat;
    background-size: cover;
}
#ios{
    background: url(../img/bg/ios.jpg) 50% 0 no-repeat;
  background-size: cover;
     
}

#websitedesin{
    background: url(../img/bg/website.jpg) 50% 0 no-repeat;
  background-size: cover;
}

#pricingpackage{
    background: url(../img/bg/pricebanner.jpg) 50% 0 no-repeat;
  background-size: cover;
}*/
#pricingpackage{
    background: url(../img/bg/pricebanner.jpg) 50% 0 no-repeat;
  background-size: cover;
}
#solutions{
   background: url(../img/bg/solucationbanner.jpg) 50% 0 no-repeat;
  background-size: cover;
}


#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;
}*/
/*.clientsbanner{
  background: url(../img/bg/client.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.aboutus{
  background: url(../img/bg/aboutbanner.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.contactbanner{
  background: url(../img/bg/contactbanner.jpg) 50% 0 no-repeat;
  background-size: cover;

}
.salebanner{
  background: url(../img/bg/productbanner.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.portfoliobanner{
  background: url(../img/bg/portfolio.jpg) 50% 0 no-repeat;
  background-size: cover;
}


/*.brandingbanner{
  background: url(../img/bg/brandingbanner.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: 28px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}

.opener{
  display: table-cell;
  vertical-align: middle;
  color:#fff;
  padding: 0em 0 7em;
 width:100000px;
  height: 80vh;
  text-align: center;
}
.aboutopener{

}
.aboutopener h1{
      text-align: center;
  font-family: Poppins-Medium;
  font-size: 50px;
}
.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: 3em;
  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;
    padding-top: 6px;
}
.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: 30px;
    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: 19px;
    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;
}
.about-contact{
      background: url(../img/bg/contactbg.jpg);
}
.freecontact{
      background: url(../img/bg/contactbg.jpg);
}
.contactus-contact{
      background: url(../img/bgcontact.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:2px 0;
}

.footer .copy{
  margin-top: 1em;
}

.social a{
font-size: 1.1em;
    display: inline-block;
    padding: 1px;
    margin: 0 8px;
    color: #fff !important;
    border: 1px solid #f3f0ed;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 37px;
    font-weight: 700;

}
.blog li{
    float:left;
    margin:7px 20px;
}
.blog li a{
    color:#fff;
}
.blog ul{
        text-align: center;
    margin: 0 auto;
    padding-top:7px;
}
.social a:hover{
  color: #ff7b7b;
  text-decoration: none;
}
.terms p{
       text-align: justify;
    padding-bottom: 25px;
    padding-top:10px;
}

.policy ul li{
    list-style: disc;
    margin-left: 30px;
    
}
ul.abs{
    margin-left:20px;
}
ul.abs li{
    text-align:justify;
}
ul.abs li span{
    height:105px;
}
ul.number li{
        list-style: lower-roman;
    margin-left: 35px;
     text-align:justify;
}
ul.abs p{
      display: flex;
}
ul.abs p span{
    margin-right:10px;
}
#requestquote{
    float:right;
    margin-right:35px;
}
.mainheaderlist{
        position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
}
/* ------------------------------------------------------------------------------- */
/*  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: -5px;
  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;
    margin-top: 1.1em;
  }

  .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: #ee8922;
  }

  .col-price{
    width: 33%;
  }



  /* Footer */

  .footer .copy{
    margin-top: 0;
    color: #fff;
    font-weight: 400;
  }

}

@media screen and (max-width:1600px) {
    
  .mainheader{
      height:499px !important;
  }  
    
}

@media screen and (max-width:1440px) {
    
  .mainheader{
      height:448px !important;
  } 
  .opener {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding: 0em 0 7em;
     width:100000px;
    height: 70vh;
    text-align: center;
}
    
}

@media screen and (max-width:1400px) {
  .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;
}
.mega-dropdown-menu{
      top: 69%;
}
.mainheader {
    visibility: visible;
    animation-name: fadeInDown;
    background: #00000085;
    height: 430px !Important;
    top: 0%;
    vertical-align: middle;
    text-align: center;
    justify-content: center !IMPORTANT;
    -webkit-flex-direction: column !IMPORTANT;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    display: -webkit-flex;
}

.navbar-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 26px 12px !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: 8px 12px !important;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.opener {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding: 0em 0 2em;
     width:100000px;
    height: 76vh;
    text-align: center;
}

.videobuttoninner {
    margin-top: 5.2em !important;
    background: #ed3224;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    margin-left: 2em;
    padding: 14px 15px;
}
ul.homepagenav li a{
    padding: 8px 13px !important;
}

.mainheader {
    visibility: visible;
    animation-name: fadeInDown;
    background: #00000085;
    height: 425px !important;
    top: 0%;
    vertical-align: middle;
    text-align: center;
    justify-content: center !IMPORTANT;
    -webkit-flex-direction: column !IMPORTANT;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    display: -webkit-flex;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 6px;
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.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: 21px 12px !important;
  }
.dropdown-menu .nav-col ul li>a{
  font-size: 11px !important;
  padding-left: 0px !important;
  margin-left: -7px !important;
  line-height: 15px;
  display:unset;
  
}
.dropdown-menu .nav-col ul li{
      margin-top: 3px !important;
}
.mega-dropdown-menu ul li{
    margin-top: 3px !important;
}

.mainheader {
    visibility: visible;
    animation-name: fadeInDown;
    background: #00000085;
    height: 398px !important;
    top: 0%;
    vertical-align: middle;
    text-align: center;
    justify-content: center !IMPORTANT;
    -webkit-flex-direction: column !IMPORTANT;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    display: -webkit-flex;
}

h1, .heading-1 {
    font-size: 50px !important;
    line-height: 1.31034;
    color: #fff;
    text-transform: uppercase;
}
.masthead .lead-text {
    opacity: 0.9;
    text-align: center;

    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.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{
  font-size: 18px;
}
.mega-dropdown-menu {
    padding: 22px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;

}

.website h2{
    text-align: center;
    color: #eae5e5;
    font-size: 30px !important;
    font-weight: 400;
}

}

@media screen and (max-width: 1280px){
h1, .heading-1 {
    font-size: 30px !important;
    line-height: 1.31034;
    color: #fff;
    text-transform: uppercase;
}
.opener {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding: 0em 0 0em;
     width:100000px;
    height: 67vh;
    text-align: center;
}
}

@media screen and (max-width: 1200px){
.navbar-nav li a{
        padding: 17px 1px !important;
    font-size: 10px;
  }
  
  
  .mainheader {
    visibility: visible;
    animation-name: fadeInDown;
    background: #00000085;
    height: 375px !important;
    top: 0%;
    vertical-align: middle;
    text-align: center;
    justify-content: center !IMPORTANT;
    -webkit-flex-direction: column !IMPORTANT;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    display: -webkit-flex;
}
  
  .careers ul li a h2 {
    font-size: 16px !important;
    color: #000;
    margin-top: -55px !IMPORTANT;
    padding-top: -22px;
    text-align: center;
    line-height: -21px;
    float: left;
    margin-left: 4em;
}
  
  .opener {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding: 0em 0 7em;
    width:100000px;
    height: 80vh;
    text-align: center;
}
}

@media screen  (max-width:1024px) and  {
  .navbar-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 17px 4px !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) {
.mainheader{
    height:140px !important;
}


.papupimg {
    width: 100% !important;
}


.mainbannering{
    display:none;
}

.homedialog{
    width:90% !important;
}

.iframevideo iframe{
    width:100%;
    height: 190px;
}






.hopagegesign .container {
    width: 100% !important;
}
.appimg {
    margin-top: 0em !important;
}
.appimg img{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.caseview .newabt {
    float: inherit !IMPORTANT;
    margin-left: 0px !IMPORTANT;
    text-align: center !IMPORTANT;
    margin: 0 auto !important;
}
.casestudies h2 {
    line-height: 29px;
    font-size: 28px !important;
    margin: 15px 0px;
    text-transform: uppercase;
    font-family: BebasNeue-Bold;
}
.boxs{
    height:auto !important;
}
.case1 .row {
      height: 100% !IMPORTANT;
    text-align: center;
}
.column{
    margin-top:1em !important;
}
.contentbox {
    min-height: auto !important;
}
.navbar.affix{
    background:#fff !important;
}
.casestudies {
     text-align: center !important;
    padding-top: 2px !important;
}
.brochuredesign h1, .heading-1 {
    font-size: 17px !IMPORTANT;
    line-height: 1.31034;
    color: #fff;
    text-shadow: 0px 2px 0px #000;
    top: 56% !important;
    font-weight: bolder;
}
.alogotest{
  padding:15px;
}
#logo .logotest h3{
      font-size: 19px;
    text-align: justify;
}
.andriodcontent h2.section-title{
      font-size: 16px !important;
}
#brochure p{
  padding: 15px !important;
}
.brochuredesign .mainheader2 {
    text-align: center;
    font-family: Poppins-Medium;
    font-size: 17px;
    position: absolute;
    top: 59%;
    width: 100%;
    font-weight: 400;
}
.brochuredesign .logotest h3 {
    font-size: 21px;
    text-align: justify;
}
.newbrochure img{
  width: 100%;
}
.newbrochure .brochureimg p{
  padding:15px;
}

#websitedesin h1, .heading-1{
  top: 17% !important;
}
#websitedesin .mainheader2{
  font-size: 15px !important;
  top: 47% !important;
}
#websitedesin .letter{
  font-size: 20px !important;
}
.webbox1 {
    background: #f8f8f8;
    padding: 7px;
    height: auto;
}
.webcontact h2 {
    color: #fff;
    font-size: 21px !important;
    text-align: center;
}
.latestprojects h2 {
    text-align: center;
    font-size: 2em !important;
}
.webhovereffect img{
  margin-bottom: 10px !important;
}
.price{
      padding: 0em 0em !important;
}
h3.pack {
    text-align: center !important;
    font-size: 20px !important;
    margin-bottom: 0px;
}
.plan1 h1 {
    color: #000;
    text-align: center;
    font-weight: 600;
    text-shadow: none !important;
    font-size: 35px !important;
}
.ourclients {
    padding: 0em 0px !important;
}
.requestquote h2 {
    font-size: 2em;
    text-align: center;
}
#pricingpackage h1, .heading-1{
  top: 47% !important;
  line-height: 20px !important;
}
#pricingpackage .letters{
  font-size: 23px !important;
  padding: 1em 1em 0px 6px !important;
}
.softwaresolution{
    display: table-cell;
    vertical-align: middle;
    color:#fff;
    padding: 3em 0 3em !important;
    width: 100000px;
    height: 0vh !important;
    text-align: center;
}
.service-content .btn {
    width: 100%;
    font-size: 17px;
    text-align: center;
    padding: 1em 0px;
    margin-bottom: 2em;
}
.technology p{
      padding: 15px !important;
}

.aboutopener img{
  height: 210px !important;
}

#portfoliocontent .nav-tabs li{
      width: 31% !important;

    margin-left: 5px !important;
}


.overview h3 {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    text-align: center;
}
.drivengrowth-caption {
    color: #716e6e;
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
}
.drivengrowth-caption:before {
    background: #e03434;
    content: "";
    height: 71px;
    left: -5px;
    position: absolute;
    width: 5px;
    top: 22% !important;
}

.home .mainheader{
      top: 70% !important;
}
.websitedesign .hovereffect img{
      height: 300px;
}

.websitedesign h2{
      text-align: center;
    font-size: 22px !important;

}
.websitedesign p{
  padding: 12px !important;
}

.process p{
    padding: 10px;
    text-align: justify !IMPORTANT;
    width: 100% !important;
}
.lastbanner h2 {
    text-align: center;
    color: #fff;
    font-size: 26px;
}
.menu.active {
    left: 0 !IMPORTANT;
    z-index: 111111111;
    width: 100%;
}
.menu{
      left: -122vw !important;
}
.lookingdevelopers h3 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 5px;
    padding-top: 8px;
    display: none;
}
.lookingdevelopers h4 {
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: none;
}
#detailsclose img{
  display: none;
}
#detailsclose .btn{
      float: left;
    font-size: 11px;
        margin-top: 0px;
		margin-left: -11px;
}
.button.tawk-custom-color.tawk-custom-border-color.tawk-button {
	width: 175px;
    height: 40px;
    padding: 0px 15px;
    bottom: 12px;
    left: 68px;
}
.close .fa {
    color: #fff;
    border: 1px solid;
    padding: 5px !IMPORTANT;
    border-radius: 50%;
    width: 30px !IMPORTANT;
    height: 30px !IMPORTANT;
    font-size: 20px;
    margin-top: 2px !IMPORTANT;
}
.serve p{
      padding: 15px;
    text-align: justify;
}

.foot2 {
    padding: 0px;
    padding-left: 15px !important;
}
.foot3 {
    padding: 0px;
    padding-left: 15px !important;
}
.hamburger {
    display: block;
    text-align: center;
}
.or{
    color: #f00;
    font-size: 20px;
    font-weight: bold;
    margin-top: 1em;
    text-align: center;
}
.call{
      color: #f00;
    font-size: 15px !important;
    font-weight: bold;
    margin-top: 1em;
    text-align: center;
}
.blog img{
  text-align: center;
  margin: 0 auto;
}

.contentbox img {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
}
.contentbox h2 {
    font-size: 18px;
    text-align: center;
}
.helpus h2.section-title{
  font-size: 18px !important;
}
.mega-dropdown-menu{
    position: absolute !IMPORTANT;
    top: auto !important;
    width: 368px !important;
}

.videobutton{
margin-left: 1em !IMPORTANT;
}
.dropdown-menu .nav-col ul {
    padding-right: 0px !important;
    padding-left: 11px !important;
}

ul.aboutnatabs li {
    width: auto;
    font-size: 23px;
    text-transform: uppercase;
    margin: 0px 0em;
    border-right: 2px solid #343434;
    padding-right: .5em !important;
}
ul.aboutnatabs li:last-child {
    width: auto;
    font-size: 23px;
    text-transform: uppercase;
    margin: 0px 0em;
    border-right: none !important;
    padding-left: .5em !important;
}
.desktopver{
  display: none;
}
.brand-img-white {
    display: inline-block;
    max-width: 70% !important;
}
.navbar.affix .brand-img {
    display: inline-block;
    max-width: 70%;
}
.mobilever{
    display: block !IMPORTANT;
    width: 46%;
    font-size: 11px !important;
    float: left !important;
    margin-top: 1em !important;
    padding-bottom: 15px !important;
    margin-bottom: 18px !important;
    margin: 0 auto;
    text-align: center;
   
}
.mobileabout{
  margin-top: 10px;
}
.hometab {
    background: none !important;
    line-height: 25px;
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    padding: 10px 0px !important;
    margin-top: 0em;
}
ul.aboutnatabs li a{
line-height: 22px !important;
}
.abt{
  text-align: center !important;
  margin:0 auto;
}
.andriodcontent p{
  padding:15px;
}

.pull-right {
    float: inherit !IMPORTANT;
}
.navbar-collapse.collapse.in {
    background: #323232;
    margin-top: 1em;
    color: #fff;
}
.navbar.affix .navbar-nav li a {
    color: #fff;
}
.wordpresspage{
  padding: 0em 0px !important;
}
.wordimg img {
    box-shadow: 0px 5px 8px 0px;
    margin-top: 5% !important;
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 10px !important;
    margin-bottom: 8px;
    background-color: #000;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev {
    margin-right: -5px !important;
}
.social {
    text-align: center !important;
    margin-top: 1em;
}
.blog {
    margin-top: 12px !important;
    margin-bottom: 0px;
}
.footer .copy {
    margin-top: 3px !important;
    font-size:13px !important;
}
.andriodcontent .section-title{
  margin-bottom: 0px !important;
}
.feature-single {
    padding: 17px 0 0 1px !important;
    margin-bottom: 1px !important;
}
.overview p{
  padding:15px;
}
.section{
  padding: 1em 0px !important;
}
.ml11{
font-size:25px !important;
}
.letters{
  font-size: 23px !important;
}
.experience p{
      padding: 15px !important;
}
.board {
    width: 100% !important;
    height: auto !important;
}
.board h4 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 9px;
    margin-top: 3px;
}
.software h2{
  font-size:14px !important;
  margin-top: 0px !important;
}
.software h3{
  font-size:14px !important;
  margin-top: 0px !important;
}
.mobilesection h2 {
    font-size: 21px !important;
    text-align: center !important;
}
.mobilesection p{
  text-align: justify;
}
.homehead2{
  font-size: 25px !important;
  font-weight: 600;
}
.navbar {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: #000 !important;
}
.developers {
    background: #f00;
    padding-bottom: 2px !important;
}
.homehead1{
    font-size: 30px !important;
    margin-top: 24%;
    font-weight: bolder !IMPORTANT;
    color: #fff !important;
    font-family: Oswald-Bold !important;
}
.mobile{
  display: block !important;
}
.desktop{
  display: none !important;
}
.videoclip video{
  left: 0% !important;
}
h1, .heading-1 {
    
    font-size: 14px !IMPORTANT;
    line-height: 1.31034;
    color: #fff;
    text-shadow: 0px 2px 0px #000;
    top: 33% !important;
   /*  height: 189px !IMPORTANT; */
}
.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;
     margin-top: 0%!important;
    text-shadow: 0px 2px 0px #000;
}
.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;
       line-height: 15px !important;
}
.dropdown-menu .nav-col ul {
    padding-left: 8px;
    padding-right: 10px;
}
.dropdown-menu .nav-col ul li>a{
   padding: 0px 8px !important;
}
h2.section-title {
    font-size: 17px !important;
    text-align: center;
        margin-bottom: 0px;
        margin-top:10px;
}

._364Vk0R65B1GXViJwyA9fM{
    width: 34px !important;
    height: 34px !important;
}
.scopelist li {
    margin-left: 20px;
    list-style: disc;
}
.scopelist p{
  margin-top: 15px;
}
.but {
    font-size: 16px;
    padding-top: 0px;
    margin-top: 0px;
}
/*ul.nav li:hover ul.dropdown-menu{
  display: block;
}*/
.dropdown-menu{
  width: 100%;
     min-width: 100% !important;

}
.navbar-nav .open .dropdown-menu{
      background-color: #e74c3c;
}
.navbar-nav li li:first-child{
  margin-top: 0px !important;
}
.navbar-nav li li:last-child{
  margin-bottom: 10px !important;
}
.navbar-nav .open .mega-dropdown-menu{
    background: #e74c3c !important;
        position: relative !IMPORTANT;
        height: 350px !important;
		left: 0%;
        width: 100% !important;
}
.mega-dropdown-menu .nav-col {
    display: block !important;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 2px;
    background: #e74c3c;
    }
.dropdown-menu ul li a{
    font-size: 12px !important;
    padding: 10px 0px !IMPORTANT;
}
#websitedesin .letters{
  font-size: 18px !important;
  line-height: 20px !important;
}
.opener {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding: 0em 0 1em;
  width:100000px;
    height: 25vh;
}
.aboutnatabs{
  text-align: center;
    margin: 0 auto;
    display: inline-block !important;
}
.brand{
  text-align: left !important;
      display: block;
      overflow: hidden;
}
.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 4px;
    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;
}
.nav li{

}
.dropdown {
  position: relative;
  display: inline-block;
}
.mega-dropdown {
    position: relative !IMPORTANT;
}

.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: 100%;
    padding-top: 0px;
    padding-bottom: 2px;
}
.dropdown-menu .nav-col ul li>a{
  font-size: 13px;
  padding-left: 0px !important;
  margin-left: 0px !important;
  line-height: 0px;
  display: contents;
}
.social{
  text-align: left;
  margin-top: 7px;
}




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: 0px 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%;

}
.ml11 {
    font-size: 50px !important;
}
.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;
}
.website h2{
  text-align: center;
  color: #eae5e5;
      font-size: 36px;
      font-weight: 400;
}
.webbox1{
    background: #f8f8f8;
    padding: 7px;
    height: 450px;

}
.webbox1 h2{
  font-size: 21px;
}
.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;
}
.experience img{
  margin-bottom: 10px;
}
.softlogo img{
  margin-top: 5px;
      box-shadow: 3px 5px 7px 0px;
}
.process{
  padding: 2em 0px;
}


.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(http://subtlepatterns.com/patterns/geometry2.png);
    background-size: 30%;
}

p.narrow{
    width: 65%;
    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: 90%;
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;
  
}
.phonecall{
  border:1px solid #f08a21;
  text-align: center;
    padding: .7em 0px;
}
.phonecall a{
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;

}

.phonecall:hover{
cursor: pointer;
 background: #fff;
}
.phonecall:hover a{
color: #f08a21;
}

.chat{
  border:1px solid #f08a21;
  text-align: center;
    padding: .7em 0px;
}
.chat a{
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;

}

.chat:hover{
cursor: pointer;
 background: #fff;
}
.chat:hover a{
color: #f08a21;
}


.quote{
  border:1px solid #f08a21;
  text-align: center;
    padding: .7em 0px;
}
.quote a{
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.quote:hover{
cursor: pointer;
 background: #fff;
}
.quote:hover a{

color: #f08a21;
}
.webcontact{
  background: url(../img/bg/webinnerbanner.jpg) ;
  padding: 3em 0px 5em;
}
.latestprojects h2{
  text-align: center;
  font-size: 3em;
}
.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;
}
.lastbanner h2{
  text-align: center;
  color: #fff;
}
.lastbanner P{
  text-align: center;
  margin:0 auto;
}

.serve{
  margin:0em 0px;
  padding: 4em 0px;
}
.contentbox{
  background: #fff;
    border: 1px solid #e2e2e2;
margin-bottom: 15px;
    padding: 20px 8px;
}
.contentbox:hover{
  box-shadow: 0 3px 10px 0 rgba(0,0,0,.15);
  border-radius:10px;
  border-bottom: 5px solid #f08a21;

}
.contentbox h2{
  font-size: 18px;
}
.contentbox img{
  background:#f5f5f5;
  border-radius: 20px;
  padding:10px;
}
.contentbox:hover img{
background: #000;
color: #fff;
  
}
.box1:hover img{
  
}
.process{
  background:#fff;
}
.contentbox ul li{
      font-size: 16px;
    list-style: disc;
    margin-left: 17px;
    line-height: 20px;

}
 .contentbox{
  min-height: 350px;
}
.btnclick{
background: #f00;
    color: #fff !IMPORTANT;
    font-size: 17px !important;
    border: none;
    border-radius: 5px;
    margin-top: 1.5em;
    padding: 10px 15px;
    font-family: 'Montserrat', sans-serif;
}
.or{
  color: #f00;
    font-size: 17px;
    font-weight: bold;
    margin-top: 1.7em;
}
.call {
  color: #000;
    font-size: 17px;
    font-weight: bold;
    margin-top: 1.2em;
}
.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-bottom: 0px;


}
.lookingdevelopers h3{
  font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 5px;
    padding-top: 8px;
}
.lookingdevelopers h4{
  font-size: 10px;
    color: #fff;
    text-align: center;
    
}
.lookingdevelopers .btn{
background: #fff;
    color: #f00;
    font-size: 14px;
    padding: 10px 12px;
    border-radius: 6px;
    font-weight: 800;
    margin-top: 12px;
}
#find_partner_close{
    float:left !important;
}
.getquo{
    text-align: left;
}
.close .fa{
      color: #fff;
    border: 1px solid;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin-top: 13px;
}
#detailsclose{

    position: fixed;
    bottom: 0px;
    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 h2{

    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;
  }



 .nav li.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 14px 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;
}




.webhovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.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;
}

.latestprojects{
  margin-bottom: 3em;
}

.favorite{
  margin-bottom: 3em;
}

.coffee{
  background: #000;
  color: #fff;
  text-align: center;
  padding: 1em 0px;
}
.coffee h2{
  color: #fff;
  margin-bottom: 0px;
}
.work{
  background: #f08a21;
   color: #fff;
  text-align: center;
   padding: 1em 0px;
}
.work h2{
  background: #f08a21;
   color: #fff;
  text-align: center;
   margin-bottom: 0px;
}
.pricepackage{
  background: #f5f5f5;
  padding-bottom: 60px;
}
.pricepackage h2{
      text-align: center;
    font-size: 3em;
}
.plan1 h3{
  background: #f08a21;
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 2px;
}
.plan1 h2{
  color: #000;
  text-align: center;
      font-weight: 600;
      font-size: 58px;
}
.plan1{
      background: #ffffffbf;
    text-align: center;
}
.scrolltable{
      height: 330px;
    overflow-y: scroll;
}
.scrolltable tr td{
  padding: 12px 0px !important;
}
.buy{
    border-radius: 5px;
    background: #f08a21;
    overflow: hidden;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    padding: 12px 22px;
}
.now{
  text-align: center;
  margin:0 auto;
  margin-top: 1.5em;
}
h3.pack{
  text-align: center;
  font-size: 30px;
  margin-bottom: 0px;
}
.ourclients{
  padding: 4em 0px;
}
.viewmore{
  color: #fff;
  border-radius: 5px;
      margin-top: 2em;

}
.viewmore a{
  color: #fff;
  font-size: 18px;
}
.viewclient{
  text-align: center;
  margin: 0 auto;
  margin-top: 2em;
}
.client1 img{
  border:1px solid #c1c1c1;
  margin-bottom:10px;
    transition-duration: 4s;
   margin-bottom: 10px;
    display: block;
}
.client1 img:hover{
   transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
    overflow: hidden;
    clear: both;
}
.client1{
    overflow: hidden;
    padding: 0;
}
.ourclients h2{
  text-align: center;
  font-size: 3em;
}
.testimoni{
  background: #f8f8f8;
  padding-bottom: 3em;
}
.testimoni h2{
  font-size: 3em;
  text-align: center;
}
.requestquote h2{
  font-size: 3em;
  text-align: center;
}
.requestquote{
  padding: 1em 0px 3em;
}
.acontctsubmit{
  text-align: center;
  margin:0 auto;
}
.acontctsubmit .btn{
  border-radius: 5px;

}
.coll h2{
  font-size: 28px;
  text-align:left;
}
.coll h3{
  margin-top: 0px;
}
#contactbottom{
  background: #000;
  padding-bottom: 2em;
  padding-top: 0em;
}
#contactbottom h3{
 color: #f08a21;
    font-size: 16px;
    text-align: left;
}
#contactbottom ul li{
  text-align: left;
  margin-top: 1px;
}
#contactbottom ul li a{
color: #f8f8f8;
font-size: 13px;

  }
  .indexdetails a{
    font-size: 14px;
  }
  .indexdetails .ph-nbr{
    font-size: 14px;

  }
  .price2{
    background: #fff;
    padding-bottom: 3em;
    margin: 3em 0px;
    padding: 2em 0px;
  }
  .foot2{
    padding: 0px;
  }
   .foot3{
    padding: 0px;
  }
  ul.portal li{
    list-style: disc;
    margin-left: 15px;

  }
  .webappport{
    background: #fff;
    padding: 10px;
  }
  .webappport ul li{
    margin-top: 4px;
  }
  .portimg{
      margin-bottom: 1em !important;
  }
  .webappport1 img{
    border: 1px solid #f5f5f5;
  
   text-align: center;
    margin: 0 auto;

  }
  .webappport1{
    background: #fff;
    padding: 10px;
  }
  .contentmanagement{
    text-align: center;
  }
  .contentmanagement .col-md-2 img{
    text-align: center;
    margin: 0 auto;
        background: #ffffffe0;
    border-radius: 5%;
    padding: 10px;
  }

  .contentmanagement .col-md-3 img{
    text-align: center;
    margin: 0 auto;
        background: #ffffffe0;
    border-radius: 5%;
    padding: 10px;
  }
   .contentmanagement .col-md-3 img:hover{
box-shadow: 0px 5px 8px 0px;

   }

  .contentmanagement .col-md-2 img:hover{
box-shadow: 0px 5px 8px 0px;
   }
   .documentcontent{
    background: #fff;
    padding: 2em 0px 3em;
   }
   .documentcontent h2{
    text-align: center;
   }
   .dmsimg img{
    margin-top: 5em;
    border:1px solid #f8f8f8;
    box-shadow: 0px 5px 8px 0px;
   }
   .business ul li{
    list-style: disc;
    margin-left: 15px;
        line-height: 35px;
   }
   .businessimg img{
    box-shadow: 0px 5px 8px 0px;
   }
   .foot5 .cnt-cmn i.cnt-phnum {
    background-position: -4px 14px;
    height: 75px;
    margin-top: 0px;
    width: 37px;
}

.wordpressinsta .col-md-3 img {
    text-align: center;
    margin: 0 auto;
    background: #ffffffe0;
    border-radius: 5%;
    padding: 10px;
}
.wordpressinsta h3{
  text-align: center;
}
 .wordpressinsta .col-md-3 img:hover{
box-shadow: 0px 5px 8px 0px;
   }
   .wordimg img{
    box-shadow: 0px 5px 8px 0px;
    margin-top: 25%;
   }

   .zoomlaimg img{
    box-shadow: 0px 5px 8px 0px;

   }
   .msystem{
    padding:3em 0px;
   }
   .msystem h2{
    text-align: center;
   }
   .msystem ul li{
    list-style: disc;
    margin-right: 15px;
  margin-bottom:  20px;
   }
   .marketingcolla ul li{
     list-style: disc;
    margin-left: 15px;
    text-align: left;

   }
   .aboutbropmenu{
    width: auto;
    left: auto;
   }

   .under {
    background: #000;
    color: #fff;
    margin-bottom: 1em;
}
.under h2{
        text-align: center;
    font-size: 60px;
    color: #fff;
    padding-top: 1em;
}
.videobg{
  background: #000;
}
.scope{
  background: #f8f8f8;
  padding-bottom: 50px;
  padding-top: 10px;
}
.scopelist li{
  margin-left: 0px;
    list-style: disc;
}
.scopelist2 li{
  margin-left: 15px;
    list-style: disc;
}
.phpde{
  background: #fff;
  padding:1em 0em 3em;
}
.whychoose{
    background: #f8f8f8;
  padding-bottom: 50px;
  padding-top: 50px;

}
.contentbox p{
  font-size: 15px;
}
.videobutton{
margin-top: 8em;
    background: #f00;
    font-size: 13px;
    font-weight: bold;
    border-radius: 10px;
    margin-left: 2em;
    padding: 13px 15px;

}
.videomodal{
  width: 750px;
}
.videomodal .modal-header {
    padding: 1em 1.2em;
    border: 0;
    min-height: 0;
    text-align: center;
}
.videomodal .modal-body {
    padding: 0 4.2em 0em;
}
.solutionsicon  img{
text-align: center;
    margin: 0 auto;
    margin-top: 1em;
}
.solutionsicon{
      background: #f5f5f5;
    padding: 5px;
    margin-bottom: 10px;
}
.webstore{
  background: #f8f8f8;
  padding:2em 0px;
}
.market h3{
  font-size: 22px;
}
.storelist li {
      margin-left: 15px;
    list-style: disc;
}
.market p{
  margin-bottom: 1em;
}
.market li {
      margin-left: 15px;
    list-style: disc;
}
.softlogo .col-md-2{
  padding:0px 8px;
}

.technology .col-md-2{
  text-align: center;
}
.technology .col-md-2 img{
  text-align:center;
  margin:0 auto;
}
.mobileapplist li{
  list-style: disc;
  margin-left: 20px;
}
.mobileappcontent p{
  text-align: justify;
}
.mobileapplist p{
  text-align: justify;
}
.mobileappcontent h2{
  font-size: 30px;
}
.mobileapplist h2{
  font-size: 30px;
}
.whychooserspi{
  padding:1em 0px 2em;
}
.document p{
  margin-bottom: 15px;
}
.benefits {
background: #f8f8f8;
padding:2em 0px;
}
.footersection{
  padding-bottom: 2em;
}
.benefits1 h2 {
font-size: 19px;
    text-align: center;
    background: #f08a21;
    color: #fff;
    padding: 5px 0px;
}
.footersection h3{
font-size: 25px;
}
.footersection p{
  margin-top: 0px;
}

.mainheader {
    text-align: center;
    font-family: Poppins-Medium;
    font-size: 45px;
    position: absolute;
    top: 40%;
    width: 100%;
}
.mainheader2 {
    text-align: center;
    font-family: Poppins-Medium;
    font-size: 20px;
    position: absolute;
    top: 55%;
    width: 100%;
    font-weight: 400;
}
.brochureimg .newbrochure{
  background: #fff;
}
.softwaresolution{
    display: table-cell;
  vertical-align: middle;
  color:#fff;
  padding: 13em 0 7em;
  width: 100000px;
  height: 10vh;
  text-align: center;
}
.form-contact .col-md-4{
text-align: left;
    font-size: 12px;
    color: #fff;
 
    display: flex;
}

.form-contact input[type="radio"], input[type="checkbox"]{
  margin-right: 4px;
  margin-bottom: 7px;
}
.blog{
    margin-top: 4px;
    margin-bottom: 3px;
}
#homeservices{
  background: #f7f7f7;
}
.brand-img-white{
  width: 300px;
}
.brand-img{
  width: 300px;
}
#sale76{
  background: #f7f7f7;
}
.responsivedesign p{
  text-align: justify;

}
.benefits1 p{
  text-align: justify;
}
.benefits1{
  background: #fff;
    padding: 3px;
}
li.drophead{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
 border-bottom: 2px solid #f5f5f5 !important;

}
#aboutcontacthome{
  background:#f7f7f7;
}
ul.aboutnatabs li{
width: auto;
    font-size: 23px;
    text-transform: uppercase;
    margin: 0px 0em;
    border-right: 2px solid #343434;
    padding-right: 1em;

}
ul.aboutnatabs li:last-child{
width: auto;
    font-size: 23px;
    text-transform: uppercase;
    margin: 0px 0em;
    border-right: none !important;
padding-left: 1em;

}
ul.aboutnatabs li a{
  width: 100%;
  color: #000;
  
}
ul.aboutnatabs li a:hover{
 background: none !important;
 color: #ee8922 !important;
 border-radius: none !important;
 box-shadow: none !important;
 border:none !important;
}
.aboutnatabs{
  border-bottom: none !important;
}
.aboutnatabs > li.active:after{
content: inherit !important;
    border: none !important;
        left: 0% !important;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: none !important;
    border-bottom-color: #ddd;
    transition: inherit !important;
}
.aboutnatabs > li:hover a{
  background: none !important;
}
.aboutnatabs > li a {
    width: 70px;
    height: auto !important;
    margin: 0px !important;
    border-radius: 0%;
    padding: 0;
}
.aboutnatabs>li.active>a, .aboutnatabs>li.active>a:hover, .aboutnatabs>li.active>a:focus{
  background: none !important;
  color: #ee8922 !important;
}
.aboutnatabs>li.active>a{
  color: #ee8922 !important;
}
.hometab p{
  text-align: justify;
  margin-bottom: 10px;
}
.readmorebtn{
  background: #ee8922;
  color: #fff;
  padding: 10px 25px;
  border-radius: 20px;
      line-height: 40px;
}
.hometab{
      background:none !important;
    line-height: 25px;
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    padding: 30px 0px;
    margin-top: 0em;
}
.productslist h3{
    text-align: center;
    font-size: 14px;
    background: #f08a21;
    color: #fff;
    padding: 10px 2px;
    border-radius: 3px;
}
.imgabout{
  margin-top: 1.5em;
}
.productslist h3 a{
  color: #fff;
}
.mobilever{
  display: none;
}
.mobile{
  display: none;
}


.home_search_bar.search_bar {
    position: absolute;
    left: 58%;
    transform: translate(-50%, -50%);
    z-index: 10;
    /* box-shadow: 0 7px 10px 0 rgba(0, 0, 0, .1); */
    box-shadow: none;
    width: auto;
    bottom: auto;
    top: 60%;
}
.search_body {
    padding: 20px 30px;
  
    width: 100%;
}
.search_body h1{
    font-family: monospace;
    font-size: 33px !important;
    font-style: oblique;
    font-weight: bolder !important;
}
.home_search_bar.search_bar h1 {
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5em;
}
.form-inline .form-group {
    position: relative;
}
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.search_bar input.form-control {
    background: #fff;
    height: 55px;
    width: 450px;
    font-size: 16px;
    padding-right: 120px;
    border-color: white;
}
.search_bar .btn-primary {
  position: absolute;
    right: 0;
    top: 3px;
    height: 48px;
    font-size: 16px;
    padding: 9px 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 7px;
        margin-right: 3px;
}
.fa-search {

    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.home_search_bar.search_bar .list_of_total_position {
    position: relative;
    right: unset;
    top: unset;
    z-index: 1;
    display: block;
    text-align: center;
    width: 100%;
    clear: both;
    margin-top: 20px;
}
.home_search_bar.search_bar .list_of_total_position .btn-primary {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    height: auto;
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    display: inline-block;
}

.bg_color_red {
    background-color: #f00;
     padding: 30px;
     color:#fff;
}
.bg_color_black {
    background-color: #000000;
     padding: 30px;
     color:#fff;
}
.statictics .same_cont {
    padding: 30px;
    display: block;
}


.statictics:first-child > div.same_cont {
    padding-top: 35px;
}
.bg_color_red span{
    display: block;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}
.bg_color_black .fa{
    font-size:35px;
}
.bg_color_red .fa{
    font-size:35px;
}
.bg_color_black span{
    display: block;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}
.care{
    padding:0px;
}
.read a{
    background: #f00;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    color: #fff;
}
.read{
    margin-top:15px;
}
.midhead{
    font-size:33px;
    text-align:center;
}
.appli img{
   background: #fff;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
}
.appli h3{
        text-align: center;
    color: #333;
    font-size: 20px;
}
.userinter{
    background:#f5f5f5;
    padding:2em 0px;
}
.userinter h3{
        font-size: 22px;
    text-align: center;
    margin-top: 0px;
}
.userinter{
    margin:2em 0px;
}
.userinter h4{
    margin-top:15px;
}
.uidesign p{
    margin-bottom:15px;
}
.bannerdesign{
        background: #dfdfdf;
    padding: 3em 0px;
}
.banner1 img{
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
}
.banner1 h3{
  
    text-align: center;
    color: #000;
    font-size: 16px;

}
.bannerimg img{
    margin-top:5em;
}
.listbrochure img{
text-align: center;
    margin: 0 auto;
    border-radius: 100%;
    background: #fff;
    padding: 4px;
    max-width: 90px;
}
.listbrochure h3{

    text-align: center;
    font-size: 16px;
    margin-top: 13px;
    margin-bottom: 0px;

}
.listbrochure{
    margin-top:2em;
}
.listbrochure{
    background: #f5f5f5;
    padding: 17px 7px;
    box-shadow: 1px 4px 9px -1px;
    border-radius: 5px;
}
.floddesign ul li{
    list-style: disc;
    margin-left: 15px;
        text-align: justify;
}
.floddesign{
    padding:2em 0px;
}

.floddesign1{
    padding:2em 0px;
    background:#f7f7f7;
}
.floddesign h3{
    font-size:18px;
     margin-top: 15px;
    
}
.floddesign1 h3{
    font-size:18px;
     margin-top: 15px;
}
.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;
}
.developers a{
    color:#fff;
}
.quatation1{
    padding:3em 0px;
    background:#f7f7f7;
}
.quatation{
    padding:3em 0px;
}
.careers ul li{
    width:100% !important;
}
.careers ul li.active a{
width: 100%;
    border-radius: 0px;
    background: #f08a21;
    margin-top: 0px;
        height: 77px;
}


.careers ul li a{
width: 100% !important;
    border-radius: 0px !important;
   
    margin-top: 0px;
height: 77px;
}
.careers ul li{
    margin-top:0px;
}
.careers ul li a img {
    float: left;
    padding-top: 11px;
    margin-left: 5px;
}

.careers ul li a h2{

    font-size: 18px;
    color: #000;
    margin-top: -55px !IMPORTANT;
    padding-top: -22px;
    text-align: center;
    line-height: -21px;
    float: left;
    margin-left: 4em;


}

.careers ul li a h3{
font-size: 16px;
    color: #000;
    margin-top: -30px !IMPORTANT;
    padding-top: -22px;
    text-align: center;
    line-height: -21px;
    float: left;
    margin-left: 4.5em;
    font-weight: 500;

}
.careers ul li a h4{
    margin-top: -12px;
    float: left;
    margin-left: 5.2em;
    color: #000;
    font-size: 14px;
    font-weight: 300;
}
.careers ul li.active h2{

    font-size: 18px;
    color: #fff !important;
    margin-top: -55px !IMPORTANT;
    padding-top: -22px;
    text-align: center;
    line-height: -21px;
    float: left;
    margin-left: 4em;


}
.careers ul > li:after{
    content:none !important;
}
.careers ul li.active h3{
font-size: 16px;
    color: #fff !important;
    margin-top: -30px !IMPORTANT;
    padding-top: -22px;
    text-align: center;
    line-height: -21px;
    float: left;
    margin-left: 4.5em;
    font-weight: 500;

}
.careers ul li.active h4{
    margin-top: -12px;
    float: left;
    margin-left: 5.2em;
    color: #fff !important;
    font-size: 14px;
    font-weight: 300;
}

.careers ul li a{
    width:100%;
}

.carcontent .tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #e74c3c;
    border-bottom: 5px solid #e74c3c;
    padding: 0px 25px;
    margin-top: 0em;
    text-align: left;
}
.engine{
    background:#f7f7f7;
    padding:1em 0px 3em;
}
.contengne ul li{
        list-style: disc;
    margin-left: 15px;
}

.attcontent ul li{
         list-style: disc;
    margin-left: 15px;
}

.appnew ul li{
        list-style: disc;
    margin-left: 15px;
}
.text-content p b{
    padding:15px 0px;
        line-height: 40px;
}
.content p b{
    padding:15px 0px;
    line-height: 40px;
}
.text-content p{
    margin-bottom:10px;
}
.content p{
    margin-bottom:10px;
}
.backgroundgray{
    background:#f7f7f7;
}
.backgroundgray1 {
    background: #e5e5e5;
    padding:3em 0px;
}
.backgroundgray2 {
    background: #f7f7f7;
    padding:3em 0px;
}
.manage{
    padding:2em 0px;
}
.contentapp{
    background:#f7f7f7;
    padding:3em 0px;
}
.uiuxcontent{
    padding:3em 0px 3em;
}
.uiuxcontent1{
    padding:3em 0px 3em;
    background:#f7f7f7;
}
.uiuxcontent1 ul li{
    list-style: disc;
    margin-left: 15px;
}
.uiuxcontent ul li{
        list-style: disc;
    margin-left: 15px;
}
.text-content{
    text-align:left;
}
.text-content ul li{
        list-style: disc;
    margin-left: 15px;
}
.footcontnew{
    background:#f7f7f7;
    padding:2em 0px;
}
.twitterbanner{
      background:#f7f7f7;
    padding:2em 0px;
}
.mainheader{
    visibility: visible;
    animation-name: fadeInDown;
    background: #00000085;
    height: 478px;
    top: 0%;
    vertical-align: middle;
    text-align: center;
    justify-content: center !IMPORTANT;
    -webkit-flex-direction: column !IMPORTANT;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    display: -webkit-flex;
}
.promovi ul li{
        text-align: left;
    list-style: disc;
    margin-left: 6em;
}
.advertisements ul li{
        text-align: left;
    list-style: disc;
    margin-left: 1em;
}
.videoproduction h2{
    text-align:center;
}
.videoproduction1 h2{
    text-align:center;
}
.videoproduction1{
    background:#f5f5f5;
    padding:1em 0px;
    margin:1em 0px;
}
.casestudies{
    text-align:left;
    padding-top:1em;
}
.casestudies h2{
     line-height: 29px;
    font-size: 35px;
    margin: 15px 0px;
    text-transform: uppercase;
    font-family: BebasNeue-Bold;
}
.casestudies h3{
        font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.4em;
    margin-top:0px;
}
.newabt{
       margin-top: 15px !important;
    float: left;
    margin-left: 20px;
}
.newread{
    background:#ed3224;
}
.appimg{
    margin-top:3em;
}
.case1{
    background: #fff;
    padding: 5px 35px 25px;
    border-radius: 15px;
    margin: 10px 0px 2em;
}
.case{
  margin-bottom:1.5em;  
}
.case a{
background: #fff;
    padding: 10px 25px;
    font-size: 22px;
    margin: 0px 0px 2em;
    font-weight: 800;
    border-radius: 26px;
    box-shadow: 10px 10px 10px 10px #f1f0f0;
    font-family: Oswald-Bold;
}
#green{
    background: #e6e6e6;
}
.case1green{
    text-align:left;
}
.case1green h2{
    font-size: 40px;
    text-transform: uppercase;
       margin-top: 0px;
    font-family: Poppins-Medium;
}
.case1green p{
  text-align: justify;

}
.case1green ul li{
      list-style: disc;
    margin-left: 20px;
    
     text-align: justify;
}

.case2green{
    text-align:left;
}
.case2green h2{
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 1px;
    font-family: Poppins-Medium;
    line-height: 30px;
}
.case2green p{
  text-align: justify;

}
.case2green ul li{
    list-style: disc;
    margin-left: 20px;
    text-align: justify;
}
#green1{
    background:#fff;
}
.greenlogin{
  text-align: center;
    background: #f7f7f7;
    padding: 4px;
    margin: 5px 0px;
}
.greenlogin .fa{
    font-size:30px;
    color:#f00;
    padding-top:8px;
}
.greenlogin h3{
    margin-top: 8px;
    font-size: 16px;
    
}
.case1green h3{
    margin-top:0px;
}
.casestudies p{
     text-align: justify;
         letter-spacing: 0px;
}

.caseview .newabt{
    margin-top: 15px !important;
    float: left;
    margin-left: 0px;
}
.caseview .newabt a:hover{
    color:#fff !important;
    background:#000;
      -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
.hopagegesign .container{
    width:1240px;
}
.caseview{
    overflow: hidden;
    clear: both;
       display: flex;
}
.case1 .row{
    height:300px;
}
.requst{
    background: transparent !important;
     padding-top: 8px;
    float: right;
    width: 100%;
    margin-top: 0px;
    position: absolute;

}
.videobuttoninner {
    margin-top: 7.2em;
    background: #ed3224;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    margin-left: 2em;
    padding: 14px 15px;
}
#requestquoteinner {
    float: right;
    margin-right: 35px;
        z-index: 9;
}
.videobuttoninner a{
    color:#fff !important;
}

.newhomebody{
    padding:0px 15px 0px !important;
}
.newhomeheader{
        padding: 15px !important;
}
.papupimg{
    width:35%;
}


#newquote a{
    color:#fff !important;
}

#newquote{
    float:none !important;
}
.mainbannering{
      position: absolute;
}

.homemodal{
    padding:1em !important;
}
.desktopviewgre{
        z-index: 9999999;
}
.homebody{
   padding: 0px 6px 5px !important;
}

.mobileviewgre{
     z-index: 9999999;
}
.homedialog{
    width:60%;
}
.appown img{
    margin-top:2em;
}
.anothercontent{
  text-align: left;
    overflow: hidden;
    clear: both;
}
.appown3 img{
    margin-top:5em;
}

.reamingcontent{
    text-align:left;
}

.reamingcontent h4{
    font-size:20px;
    padding:10px 0px;
}

.reamingcontent ul li{
    list-style:disc;
    margin-left:20px;
}


.homemodal {
    padding: 8px !important;
}

.overview .newtst{
    justify-content: center !IMPORTANT;
    -webkit-flex-direction: column !IMPORTANT;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    display: -webkit-flex;
    height:324px;
}
.newtst b{
        display: contents;
    line-height: 0px;
}

.mega-dropdown-menu{
      left: 41%;
    width: auto;
}



















.companyover p{
	 font-size: 17px;
    text-align: justify;
}
.maintop{
	padding: 2em 0px;
}
.companyover{
	    vertical-align: middle;
    text-align: center;
    justify-content: center !IMPORTANT;
    -webkit-flex-direction: column !IMPORTANT;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    display: -webkit-flex;
}
.aboutuspage h3{
	text-transform: uppercase;
	text-align: center;
}

.mainheadingdivd{
	text-align: center;

}
.mainheadingdivd p{
	font-size: 18px;
}
.mainheadingdivd{

background: #ed3224;
    color: #fff;
    padding: 0px 10px 36px;
    text-transform: uppercase;
    margin-bottom: 3em;
    margin-top: 2em;

}
.mainheadingdivd h3{
	color: #fff;
	    font-size: 27px;
}
.mainheadingdivd p{
    color: #fff;
    text-align: center;
    margin-bottom: 9px;
}
.subheleft p{
    font-size: 15px;
    text-align: justify;
    line-height: 27px;
    font-family: Gilroy-Light;
}
.subheleft h2{

    text-transform: uppercase;
    margin-bottom: 20px;

    font-weight: 700;
    margin-top: 0px;

}

.conentnewra p{
    font-size: 15px;
    text-align: justify;
    height: 190px;
    line-height: 30px;
      font-family: Gilroy-Light;
}
.companyover ul li{
font-size: 16px;
    text-align: justify;
    list-style: none;
    margin-left: 0px;
    background: url(../img/listpoint.png) no-repeat left;
    background-size: 15px;
    padding-left: 24px;
    padding-top:5px;
   font-family: Gilroy-Light;
}

.onlinearea h4{
margin: 15px 0px;
    font-size: 15px;
    text-align: center;
     font-family: Gilroy-ExtraBold;
}
.secondhead1{
	background: #f5f5f5;
    padding: 4em 0px;
    margin: 3em 0px;
}
.onlinearea a{
background: #ed3224;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
       font-family: Gilroy-Light;
    display: table;
}

.online1area{
	    background: #f7f7f7;
    padding: 5px 5px 20px 5px;
    margin: 5px;
}
.headingtag{
	 font-size: 28px;
   
}
.headingtag span{
	    color: #f00;
}
.teho{
	text-align: center;
}
.teho h5{
 font-family: Gilroy-ExtraBold;
	font-size: 25px;
    font-weight: 700 !important;

}
.teho p{
	    text-align: justify;
	    font-family: Gilroy-Light;
	        font-size: 14px;
}
.custapp{
      margin-bottom: 23px;
}

.teho {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 10px;
    margin: 2em 0px;
    padding-bottom: 35px;
}
.teho a{
	background: #f00;
	border-radius: 6px;
	color: #fff;
	text-align: center;
	padding: 14px 25px;
	text-transform: capitalize;
	font-family: Gilroy-Light;


}


.newheader h2{
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
     font-family: Gilroy-ExtraBold;
}
.newheader ul li{
    font-size: 17px;
    text-align: justify;
    list-style: none;
    margin-left: 0px;
    background: url(../img/listpoint.png) no-repeat left top;
    background-size: 15px;
    padding-left: 24px;
     padding-top: 0px;
    padding-bottom: 15px;
    font-family: Gilroy-Light;
}
.newheader h4{
	   font-family: Gilroy-ExtraBold;
}
.clickaction{
    text-align: center;
    background: #ed3224;
    padding: 14px 25px;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;

}
.clickaction:hover{
	 background: #dc3023;
	 color: #fff !important;
}
.atiobn{
	text-align: center !important;
	margin:0 auto;
	 margin: 2em;

}
.onlinearea a:hover{
	 background: #dc3023;
	 color: #fff !important;
	 font-family: Gilroy-Light;
}
.teho a:hover{
		 background: #dc3023;
	 color: #fff !important;
	 font-family: Gilroy-Light;
}



.asknew:hover {
 background: #dc3023;
	 color: #fff !important;
}

.connectnew{
    background: #fff;
    border-radius: 7px;
    padding: 10px 25px;
    color: #ed3224 !important;
}
.connectwithbtm{
	margin-bottom: 15px;
}
.ecommer{
	text-align: center;
	    padding: 10px;
	    background: #f7f7f7;
	    margin-bottom: 15px;
	    text-align: center;
    justify-content: center !IMPORTANT;
    -webkit-flex-direction: column !IMPORTANT;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    display: -webkit-flex;
    height: 145px;
}
.ecommer h3{
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 1px;
	 font-family: Gilroy-ExtraBold;
}
.ecommer img{
	margin-bottom: 10px;
}

.circle1 h3{
text-align: center;
    background: #fec459;
    color: #fff;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    border: 8px solid #ffedcd;
    vertical-align: middle;
    display: table-cell;
    font-size: 24px;
     font-family: Gilroy-ExtraBold;
}

.circle2 h3{
text-align: center;
    background: #fe705a;
    color: #fff;
    height: 200px;
    width: 200px;
    border-radius: 50%;
   font-family: Gilroy-ExtraBold;
    border: 8px solid #ffd7d1;
    vertical-align: middle;
    display: table-cell;
    font-size: 24px;
    padding:10px;
}

.circle3 h3{
text-align: center;
    background: #108fff;
    color: #fff;
    height: 200px;
    width: 200px;
    border-radius: 50%;
  font-family: Gilroy-ExtraBold;
    border: 8px solid #d2eaff;
    vertical-align: middle;
    display: table-cell;
    font-size: 24px;
}

.circle4 h3{
text-align: center;
    background: #4cbe86;
    color: #fff;
    height: 200px;
    width: 200px;
    border-radius: 50%;
  font-family: Gilroy-ExtraBold;
    border: 8px solid #c5f1db;
    vertical-align: middle;
    display: table-cell;
    font-size: 24px;
}

.newfor{
	margin-bottom: 2em !important;
}

.secondhead1new{
	margin-bottom: 8em !important;
}
.circle1{
	text-align: center;
    margin: 0 auto;
    display: table;
}
.circle2{
	text-align: center;
    margin: 0 auto;
    display: table;
}
.circle3{
	text-align: center;
    margin: 0 auto;
    display: table;
}
.circle4{
	text-align: center;
    margin: 0 auto;
    display: table;
     font-family: Gilroy-ExtraBold;
}

.asknew{
	   background: #ed3224;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    display: table;
}
.newb2b{
	font-size: 31px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-bottom: 1.5em;
}
.ourwork{
font-size: 40px;
    text-align: center;
    margin-bottom: 1px;
}

.newhead{
	padding-bottom: 4em;
}

.maintop h3{
	text-align:left;
	    font-size: 28px;
	     font-family: Gilroy-ExtraBold;
}

.companyovernew{
	    vertical-align: middle;
    text-align: left;
 
    -webkit-flex-direction: column !IMPORTANT;
  
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    display: -webkit-flex;
}
.companyovernew p{
	font-size: 18px;
	text-align: justify;
	line-height: 30px;
	margin-top: 1em;
	font-family: Gilroy-Light;
}

.subheleft h4{
    text-align: left;
    font-family: Gilroy-ExtraBold;
    font-size: 22px;
    margin: 10px 0px;
}

.header-category{
	float: left;
}

.menu-nav{
	float: right;
}

.customcont .row{
    display:flex !important;
}
.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;
}