/**
 * Theme Name:    Adhrit
 * Author:        JIVINC
 * Author URI:    http://jivinc.com
 * Version:       1.0
 * License:       GNU General Public License
 * License URI:   http://www.gnu.org/licenses/gpl-2.0.html
 */
.transition {
  transition: all 1s ease-in-out 1s;
  -webkit-transition: all 1s ease-in-out 1s;
  -moz-transition: all 1s ease-in-out 1s; }

/* ==========================================================================
Custom-font
========================================================================== */
@font-face {
  font-family: 'Raleway-Bold';
  /*a name to be used later*/
  src: url("../fonts/raleway/Raleway-Bold.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Raleway-ExtraBold';
  /*a name to be used later*/
  src: url("../fonts/raleway/Raleway-ExtraBold.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Raleway-Medium';
  /*a name to be used later*/
  src: url("../fonts/raleway/Raleway-Medium.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Raleway-SemiBold';
  /*a name to be used later*/
  src: url("../fonts/raleway/Raleway-SemiBold.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Raleway-Regular';
  /*a name to be used later*/
  src: url("../fonts/raleway/Raleway-Regular.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Assassin';
  src: url("../fonts/Assassin.ttf"); }
/* ==========================================================================
Mixin
========================================================================== */
/* ==========================================================================
Scaffolding
========================================================================== */
body {
  height: 100%;
  font-size: 1em;
  font-family: "Assassin", sans-serif;
  background-color: #fff; }

html {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif; }

a:focus {
  outline: 0 !important;
  text-decoration: none; }

section {
  color: #333;
  height: auto !important;
  height: 100%;
  padding-top: 100px;
  text-align: center;
  padding-bottom: 50px; }

h1 {
  font-family: "Assassin", sans-serif;
  font-size: 30px; }

h2 {
  font-family: "Assassin", sans-serif; }

h3 {
  font-family: "Assassin", sans-serif; }

h4 {
  font-family: "Assassin", sans-serif; }

h1 {
  font-size: 49px; }

.p {
  padding: 1%; }

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

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

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.head-wrap {
  text-align: left;
  display: block;
  margin-top: 30px; }

.home-text {
  font-size: 17px; }

.header {
  font-size: 60px;
  color: #009999;
  text-align: center; }

.sub-header {
  font-size: 39px;
  color: #009999;
  text-align: center; }

.home-content {
  font-size: 22px;
  color: #000;
  text-align: center; }

p {
  color: #555; }

.footer-head {
  font-size: 20px;
  color: #009999;
  border-bottom: 1px solid #009999; }

strong {
  text-align: center; }

.btn-style {
  background: transparent;
  color: #00182e;
  border: 0;
  font-family: "Assassin", sans-serif;
  border-color: rgba(0, 0, 0, 0.4);
  padding: 0; }
  .btn-style:hover {
    color: #00182e;
    border-color: #eeaa22;
    border: none; }

.btn-success {
  border-color: #00182e;
  background-color: #00182e; }

.btn-success:hover, .btn-success:active, .btn-success:focus {
  border-color: #021731;
  background-color: #021731; }

/* Dna Button  */
#dna .btn-lg {
  width: 220px;
  margin-top: 20px;
  margin-right: 15px;
  margin-left: 15px;
  text-transform: uppercase; }

#dna .btn-lg i {
  padding-right: 5px; }

.up-down {
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: bounce;
  animation-timing-function: linear;
  border: 3px solid #eeaa22;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #eeaa22;
  font-size: 20px;
  margin-top: 35px;
  padding: 12px 10px 8px 10px;
  transition: all 0.5s ease-in-out 0.5s; }
  .up-down:hover {
    color: #fff;
    border-color: #eeaa22;
    background-color: #eeaa22; }

.home-btn {
  background-color: #fff;
  border-color: #009999;
  color: #009999;
  padding: 8px 50px; }

/* ==========================================================================
Navbar
========================================================================== */
.navbar {
  margin-bottom: 0; }

#nav {
  width: 100%;
  position: static;
  top: -32px; }

#nav.affix {
  position: fixed;
  top: 0;
  z-index: 9999; }

/* customize nav style */
.navbar-header {
  margin-right: 0 !important; }

.navbar-custom {
  background-color: #EEEEEE;
  font-weight: 700;
  text-transform: uppercase;
  border-width: 0; }

.navbar-custom .navbar-nav > li > a {
  color: #fff; }

.navbar-nav li {
  font-size: 12px !important; }

.navbar-custom .dropdown-menu li > a:hover {
  color: #c15107; }

.navbar-custom .navbar-nav li > a {
  border-top: 4px solid #00182e; }

.navbar-custom .navbar-nav li > a:active,
.navbar-nav li .open,
.navbar-custom .navbar-nav .active a {
  background-color: #00182e !important;
  border-top: 4px solid #eeaa22;
  color: #eeaa22; }

.navbar-custom .navbar-nav li > a:hover {
  background-color: #00182e !important;
  border-top: 4px solid #eeaa22;
  color: #eeaa22; }

.navbar-inverse .navbar-nav > .active > a:hover {
  color: #eeaa22 !important; }

.navbar-custom .navbar-nav > .dropdown > a .caret {
  border-top-color: #999;
  border-bottom-color: #999; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #eeaa22 !important; }

.navbar-collapse.in {
  /*3.0.2 bug workaround*/
  overflow-y: visible; }

.navbar-toggle {
  outline: 0;
  margin-top: 6px;
  margin-bottom: 7px;
  margin-right: 3px; }

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

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: inherit; }

.navbar-inverse .navbar-toggle {
  border-color: #fff; }

.navbar-nav > li > a {
  padding-bottom: 6px;
  padding-top: 6px; }

/* Footer Nav  */
nav#footer {
  background: #fff;
  color: #111;
  padding: 16px 0 0 0; }

nav#footer .fnav {
  vertical-align: middle; }

ul.footer-social li {
  display: inline-block;
  margin-right: 10px; }

nav#footer p {
  font-size: 12px;
  margin-top: 10px; }

/* ==========================================================================
Layout
========================================================================== */
.mt-20 {
  margin-top: 20px; }

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

.pad-tp-0 {
  padding-top: 0; }

.row {
  margin-left: 0;
  margin-right: 0; }

.white-color {
  color: #fff; }

.dark-color {
  color: #00182e; }

.img-width {
  width: 100%; }

.cursor-pointer {
  cursor: pointer; }

header {
  background: transparent;
  top: 74px;
  border-width: 0; }

.homeSlide {
  background: url("../img/1.jpg");
  background-size: cover;
  background-repeat: no-repeat; }

.slide-1 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.content-wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 435px;
  overflow: hidden;
  position: relative; }

.Content {
  max-width: 100%;
  margin: -150px auto 0 auto;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  padding: 0 8%;
  text-align: center;
  position: relative;
  z-index: 10;
  opacity: 1; }

.Content h1 {
  color: #fff;
  margin-bottom: 12px;
  font-weight: bold; }

.Content strong {
  color: #eeaa22; }

.Content p {
  margin: 0 auto;
  color: #eeaa22;
  text-align: center;
  font-size: 25px; }

.our-services ul {
  padding: 0; }

.imp {
  color: #000 !important; }
  .imp:hover {
    color: #000 !important; }

.pad {
  padding: 4%; }

.pad-tp {
  padding-top: 2%; }

p, li {
  font-family: 'Raleway-Regular';
  color: #111;
  font-size: 14px; }

ul.orange li:hover {
  color: #00182e; }

.pad-dna {
  padding-top: 4%; }

.contact-style {
  background-color: #fff; }

.form-style {
  padding: 5% 0;
  background-color: #fff; }

.custom-social-style p {
  color: #fff;
  margin: 10px !important; }

.social-link-margin {
  margin-top: -54px; }

.facebook-color, .glyphiconcebook-color {
  background-color: #335A98; }

.twitter-color {
  background-color: #01AFEC; }

.google-color {
  background-color: #DD4B39; }

.right-reserved p {
  font-size: 9px;
  margin: 10px !important; }

#footer {
  background-color: #f5f5f5;
  color: #000;
  padding-top: 15px;
  padding-bottom: 0;
  text-align: center; }

.our-service-footer {
  margin-top: 40px; }

#footer a {
  color: #777; }
  #footer a:hover {
    text-decoration: none;
    color: #000; }

.media:first-child {
  margin-top: 15px; }

.divider {
  height: 50px; }

.bcg, .bcg1 {
  padding: 0 0;
  opacity: 0.9; }

.custom-pad {
  padding: 10px;
  font-size: 20px; }

.pad-style-2 {
  padding-top: 3%; }

.pad-style-3 {
  padding-top: 4%; }

.service-ul-style-lft {
  padding-left: 60px; }

#dna {
  padding-bottom: 10%; }

.dna-bg {
  background: url(../img/dna-bg.png) no-repeat;
  background-position: left; }

.about-vector {
  padding: 4%;
  text-align: left; }

.about-vector-content {
  padding: 4%; }

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

/*--------------Products Start-------------------*/
#services {
  background: url(../img/bg-12.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center; }

.secPadding h4 {
  color: #fff; }

/**** Start Main Body Section ****/
.mainbody-section {
  padding-top: 50px;
  padding-bottom: 30px; }

.menu-item {
  color: #00182e;
  padding-top: 20px;
  border: 1px solid #00182e;
  padding-bottom: 20px;
  margin-bottom: 30px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.menu-item a {
  color: #00182e;
  display: block;
  outline: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.menu-item a p {
  font-family: "Assassin", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #00182e; }

.menu-item a i {
  font-size: 49px;
  padding-bottom: 20px; }

.menu-item:hover {
  color: #fff;
  background-color: #00182e; }

.menu-item:hover a {
  text-decoration: none;
  color: #fff; }

.menu-item:hover a p {
  color: #fff; }

#dna .content-left span {
  margin-left: 25px;
  float: right; }

/**** Start Modal Section ****/
.section-modal .modal-content {
  padding: 45px 0;
  min-height: 100%;
  border: 0 !important;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #111;
  font-weight: 300; }

.section-modal .close-modal {
  position: absolute;
  top: 13%;
  right: 2%;
  width: 75px;
  height: 75px;
  background-color: transparent;
  cursor: pointer;
  z-index: 99999; }

.section-modal .close-modal:hover {
  opacity: 0.3; }

.section-modal .close-modal .lr {
  z-index: 1051;
  margin-left: 35px;
  width: 1px;
  height: 75px;
  background-color: #000; }

.section-modal .close-modal .lr .rl {
  z-index: 1052;
  width: 1px;
  height: 75px;
  background-color: #000; }

/**** Start ABout Us Section ****/
.product-text {
  padding-bottom: 50px; }

.product-text p {
  color: #777; }

.product-text ul {
  margin-top: 30px;
  font-size: 12px; }

.product-text li {
  margin-bottom: 10px;
  color: #999; }

.product-text li i {
  padding-right: 10px;
  color: #00182e; }

.heading h4, .heading h3 {
  color: #fff; }

.section-title {
  margin-top: 45px; }

/*--------------Products Start-------------------*/
.menu__logo {
  opacity: 1; }

.affix .menu__logo, .menu__links {
  display: inline-block;
  float: left; }

.affix .menu__logo {
  opacity: 1; }

.affix .menu__logo {
  position: relative;
  z-index: 100;
  padding: 15px; }

.menu__links {
  position: relative;
  z-index: 2; }

.menu__links > li {
  position: relative; }

.menu__links a {
  color: #343434;
  display: block; }
  .menu__links a:hover {
    color: #cc0000; }

.menu__links li:last-child a {
  padding-right: 0; }

.navbar-nav {
  float: none; }

#about-section .media:hover .icon-md {
  border-radius: 10px;
  background-color: #00182e; }

.emerald {
  background: url(../img/bg-11.jpeg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center; }

.media-body .glyphicon {
  margin-left: 5px; }

#about-section .media-body button:hover #about-section .media-body .glyphicon {
  color: #fff; }

.media .pull-left .glyphicon {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50% 50% 50% 50%;
  color: #fff;
  display: block;
  font-size: 35px;
  height: 68px;
  line-height: 68px;
  margin-right: 10px;
  text-align: center;
  transition: all 500ms ease 0s;
  width: 68px; }

#about-section {
  margin-top: 4%; }

/* Modals */
.modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.modal-header {
  background-color: #00182e;
  color: #fff; }

.modal-header h4 {
  color: #fff; }

.modal-header .close {
  font-weight: 300;
  color: #fff;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
  font-size: 37px;
  margin-top: -20px; }

.secPadding {
  padding: 70px 0; }

/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
  position: relative;
  display: block;
  overflow: hidden; }

.overlay {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  right: -1px;
  background-color: rgba(247, 120, 15, 0.61);
  cursor: pointer;
  overflow: hidden;
  opacity: 0; }

.overlay:hover {
  text-decoration: none; }

.overlay span {
  position: absolute;
  display: block;
  bottom: 10px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 300; }

.overlay i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 54px;
  line-height: 1x;
  color: #fff;
  margin-top: -8px;
  margin-left: -8px;
  text-align: center;
  font-weight: normal; }

.overlay-container:hover .overlay {
  opacity: 1; }

.service-modal-content {
  padding-top: 30px; }

.image-box {
  padding: 20px;
  background-color: #00182e;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  min-height: 265px; }

.image-box a {
  color: #fff; }

.image-box:hover {
  padding: 8px;
  cursor: pointer; }

.image-box:hover a {
  color: #fff;
  text-decoration: none; }

.image-box:hover h1 {
  font-size: 11em;
  margin: 0.45em 0; }

.modal-body-cont {
  margin-top: 35px; }

.modal-head {
  margin-left: 55px; }

.heading-bg {
  background-attachment: scroll;
  background-image: url("../img/divider.png");
  background-position: center center;
  background-repeat: repeat-x; }

.heading-bg span {
  background-color: #fff;
  padding: 0 20px;
  font-size: 39px;
  font-weight: bold;
  font-family: "Assassin", sans-serif; }

.contact-info p {
  margin-bottom: 25px; }

.contact-info h3 {
  font-weight: bold; }

.con-info {
  margin-bottom: 10px; }

.contact-details .con-info .glyphicon {
  color: #00182e;
  margin-top: -1px; }

.contact-details {
  font-family: Raleway-Regular; }

.con-info i,
.con-info span {
  float: left; }

.office-address {
  margin: -2px 0 0 12px; }

.con-info span {
  font-size: 14px; }

.con-info .cont-margin, .con-info .glyphicon {
  margin: -2px 0 0 12px; }

.modal-dialog {
  margin-top: 10%; }

.about-vector-content {
  margin-top: 14%; }

.about-vector-content h1 {
  color: #00182e;
  font-size: 35px;
  font-weight: bold; }

.heading-bg-h4 {
  color: #111; }

.services, .about {
  background-color: rgba(255, 255, 255, 0.8);
  color: #111;
  padding-top: 100px;
  padding-bottom: 50px; }

.process {
  padding-top: 50px; }

#services, #about-section, .about-section {
  padding-top: 0;
  padding-bottom: 0; }

a.gototop {
  background: #00182e;
  opacity: 0.5;
  bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  position: fixed;
  right: 20px;
  z-index: 9999;
  font-size: 20px;
  transition: all ease-in-out .5s; }

a.gototop:hover {
  background: #00182e;
  opacity: 9; }

.gototop .glyphicon {
  color: #fff; }

#dna {
  background: url(../img/backgrounds/feature-bg.jpg);
  background-size: cover;
  overflow: hidden;
  position: relative; }

#dna .title-small {
  text-align: center;
  color: #fff; }

#dna .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  color: #fff; }

#dna .content-left, #dna .content-right {
  position: relative;
  top: 60px; }

#dna .content-right span.dna-left {
  float: left;
  margin-right: 25px; }

#dna .box-item {
  padding-bottom: 40px; }

#dna .box-item .icon {
  background: #3498db;
  text-align: center; }

#dna .box-item .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 60px; }

#dna .box-item h4 {
  color: #000;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase; }

#dna .box-item p {
  color: #111;
  font-weight: 300;
  font-size: 12px; }

#dna .box-item:hover .icon {
  background: #2980b9;
  border-radius: 0; }

#dna .box-item:hover .icon i {
  color: #fff; }

#dna .box-item:hover .text h4 {
  color: #00182e; }

#dna .show-box {
  margin-top: 20%; }

.dna-right p {
  text-align: right;
  padding-right: 25%; }

.dna-left p {
  padding-left: 25%; }

.social-icon {
  margin-left: -39px; }

.social ul li {
  display: inline-block;
  padding: 4px;
  border: 1px solid #00182e;
  color: #00182e;
  width: 35px;
  font-size: 15px;
  text-align: center;
  margin: 0px 12px 0px 0px; }

/*
.social ul li a{
  color: $blue-color; 
  &:hover{
    color: $white-color;
  }
}
.social ul li:hover{
  background-color:$blue-color; 
}*/
.contact-details {
  background: url(../img/stamp1.png) no-repeat;
  background-position: right;
  background-size: contain; }

.our-links ul li {
  display: inline-block;
  margin: 0px 10px;
  color: #555;
  font-size: 12px;
  font-weight: 700; }

.our-links ul li:hover {
  color: #00182e;
  cursor: pointer; }

.our-services ul li {
  display: inline-block;
  padding: 0px 10px;
  color: #777;
  border-right: 1px solid #777;
  font-size: 11px; }

.our-services ul li:hover {
  color: #000;
  cursor: pointer; }

.our-services ul li.no-hover:hover {
  color: #777; }

.our-services ul li.left-border {
  border: none; }

.copyright {
  background-color: #d9d9d9;
  padding: 7px; }

.media-body .more-btn:hover .glyphicon {
  color: #00182e; }

a.gototop {
  color: #fff; }

/* ==========================================================================
Virtual Tour
========================================================================== */
#vt-home {
  background: url(../img/main.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #cfcfcf; }

#vt-home .overlay {
  height: 750px;
  background-attachment: fixed; }

#vt-home p.lead {
  color: #e3e3e3; }

.down {
  margin-top: 35px;
  color: #fff;
  background: 0 0;
  border-radius: 50% 50% 50% 50%;
  background: rgba(255, 255, 255, 0.1);
  transition: all ease-in-out .5s;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear; }

.down:hover,
.down:focus {
  outline: 0;
  color: #fff;
  border-radius: 50% 50% 50% 50%;
  background: rgba(255, 255, 255, 0.5); }

.section-title .center {
  padding: 30px 0; }

.section-title h2,
.section-title .center h2 {
  font-weight: 300; }

.section-title .center .line {
  text-align: center;
  margin: 5px; }

.overlay h1 {
  font-size: 54px; }

.line .fa {
  font-size: 35px;
  color: #fcac45;
  border: none; }

.content {
  position: relative;
  padding: 20% 0 0; }

.color {
  color: #fcac45; }

a.fa.fa-angle-down {
  padding: 10px 15px;
  color: #fff;
  border: 2px solid #b4b4b4;
  border-radius: 50% 50% 50% 50%;
  font-size: 23px;
  margin-top: 200px;
  transition: all 0.5s; }
  a.fa.fa-angle-down:hover {
    background: #fcac45;
    color: #fff;
    border: 2px solid #fcac45; }

/* ==========================================================================
About Section
========================================================================== */
#vt-about, #vt-services {
  padding: 80px 0; }

ul.about-list {
  margin: 30px 0 0; }

ul.about-list li {
  display: block;
  font-size: 15px;
  line-height: 30px;
  font-family: 'Raleway-Regular'; }

ul.about-list li span {
  margin-right: 10px; }

.abt-img {
  margin-top: 30px; }

.about-text {
  text-align: left;
  margin-top: -40px; }

/* ==========================================================================
Service Section
==========================================================================*/
#vt-services {
  padding: 80px 0; }

.space, #service {
  margin-top: 40px; }

#service span.glyphicon {
  font-size: 39px;
  border: 4px solid #FCAC45;
  width: 100px;
  height: 100px;
  padding: 27px 25px;
  margin-bottom: 10px;
  border-radius: 50% 50% 50% 50%;
  transition: all 0.5s;
  color: #5A5A5A; }

#service i.fa.fa-mobile {
  font-size: 49px;
  padding: 20px 25px; }

#service .service:hover > span.glyphicon {
  background: #fcac45;
  color: #fff; }

.services-pr {
  padding-bottom: 10px;
  margin-bottom: 50px; }

.service-content {
  margin-top: 15px; }

.service-content ul {
  display: inline;
  padding: 0; }

.service-content ul li {
  display: block;
  margin-right: 5px;
  padding-top: 10px;
  text-align: left; }

.service-content ul li .icon {
  border: 1px solid #000;
  font-size: 15px;
  line-height: 2.1;
  text-align: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  margin-top: 10px;
  transition: all 0.5s ease-in-out; }

.service-content ul li:hover .icon {
  background: #00182e;
  color: #fff;
  border-radius: 50% 50% 50% 50%; }

.panel-body ul {
  list-style: disc; }

.panel-default > .panel-heading {
  background: #f5f5f5;
  color: #fff;
  transition: all 0.5s ease-in-out; }

.panel-default > .panel-heading:hover {
  background: #fff;
  color: #fcac45; }

.panel-default > .panel-heading:hover .icon-1 {
  color: #00182e; }

.panel-group .panel + .panel {
  margin-top: 0; }

.panel-title a:active {
  color: #fff; }

.panel-group {
  margin-top: 9%; }

.panel-title {
  color: inherit;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left; }

.panel-body p {
  font-size: 13px; }

.panel-title > a .icon {
  border-radius: 50% 50% 50% 50%;
  background: #fff;
  color: #fcac45;
  font-size: 15px;
  line-height: 2;
  margin-right: 10px;
  padding-left: 8px;
  padding-right: 9px;
  margin-top: 10px;
  transition: all 0.5s ease-in-out; }

.panel-title > a .icon-1 {
  background: transparent;
  color: #111;
  font-size: 15px;
  line-height: 2;
  margin-right: 10px;
  padding-left: 8px;
  width: 30px;
  padding-right: 9px;
  transition: all 0.5s ease-in-out; }

.panel-body {
  text-align: left; }

.panel-title > a .icon:hover {
  background: #fcac45;
  color: #fff;
  border-radius: 50% 50% 50% 50%; }

.panel .panel-default .panel-heading .panel-title a:hover,
.panel .panel-default .panel-heading .panel-title a:focus,
.panel .panel-default .panel-heading .panel-title a:active {
  outline: 0;
  color: #efefef;
  background: #7d1c1c; }

.panel-heading {
  padding: 2px; }

a:hover {
  text-decoration: none; }

.provide-services {
  margin-top: 10%;
  text-align: left; }

#vt-services h3 {
  text-align: left; }

/* ==========================================================================
Portfolio Section
========================================================================== */
#vt-works {
  padding: 80px 0; }

.categories {
  padding: 10px 0;
  margin-bottom: 15px; }

ul.cat li {
  display: inline-block; }

#vt-works li.pull-right {
  margin-top: 10px; }

.type {
  padding-left: 0px; }

ol.type li {
  display: inline-block; }

ol.type li:after {
  content: ' | ';
  margin-left: 20px; }

ol.type li:last-child:after {
  content: ''; }

ol.type li a {
  color: #222222; }

ol.type li a.active {
  font-weight: 700; }

.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  z-index: 1; }

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope-item {
  margin-right: -1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.isotope {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity; }

.portfolio-item {
  margin-bottom: 30px; }

.portfolio-item .hover-bg {
  overflow: hidden;
  position: relative; }

.hover-bg .hover-text {
  position: absolute;
  margin: 0 auto;
  color: #fff;
  background: rgba(0, 0, 0, 0.66);
  /*padding: $hover-bg;*/
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  display: table; }

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

.hover-bg .hover-text > h4 {
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s; }

.hover-bg:hover .hover-text > h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.hover-bg .hover-text > i {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.3s; }

.hover-bg:hover .hover-text > i {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.hover-bg:hover .hover-text {
  opacity: 1; }

#lightbox span.glyphicon {
  height: 30px;
  width: 30px;
  border: 1px solid #FCAC45;
  font-size: 20px;
  padding: 5px;
  color: #FCAC45;
  border-radius: 50% 50% 50% 50%; }

#lightbox span.plus-color {
  top: 55px;
  color: #fff;
  border: 1px solid #FFF; }

/* ==========================================================================
Contact Section
========================================================================== */
#vt-contact {
  padding: 80px 0;
  background-color: #000;
  background-image: url(../img/cont-body.jpg);
  background-position: center; }

#vt_footer {
  color: #686868;
  text-align: left;
  margin-top: 30px; }

#vt_footer h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px; }

.footer_list, .vt-address {
  margin: 0;
  padding: 0;
  list-style: none; }

.footer_list li {
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #4e4e4e; }

.li-hover :hover {
  color: #fcac45; }

.footer_list li a {
  color: #686868; }

.vt-address .fa {
  padding-right: 10px; }

.contact-form input, textarea {
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #686868;
  outline: none; }

.contact-form textarea {
  width: 100%;
  max-width: 100%;
  height: 50px; }

.contact-form .mainBtn {
  margin-top: 10px;
  color: white;
  background-color: #fcac45;
  text-transform: uppercase;
  border: 0;
  padding: 5px; }

.contact-form .mainBtn:hover {
  color: #000; }

.vt-address span {
  display: block; }

.add-wrap, .phone, .email {
  margin: 0 0 10px;
  padding: 0 0 7px;
  border-bottom: 1px dotted #4e4e4e; }

/* ==========================================================================
Footer
========================================================================== */
.footer-social {
  text-align: center; }

.copy {
  left: 0; }

#footer i.fa {
  margin: 10px;
  font-size: 15px;
  background: transparent;
  border: 1px solid #8c8c8c;
  height: 30px;
  width: 30px;
  padding: 7px;
  color: #8c8c8c; }
  #footer i.fa:hover {
    background: #fcac45;
    border-color: #fcac45;
    color: #fff;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
    -webkit-transition: color 1s;
    transition: color 1s; }

.company-logo img {
  width: 140px;
  margin-top: -4px; }

.company-logo {
  text-align: right !important; }

/* ==========================================================================
Preview
========================================================================== */
.home-content {
  color: #fff;
  font-size: 25px;
  text-align: center; }

.home-text {
  font-size: 22px; }

.icon-color {
  color: #009999;
  margin-right: 5px; }

.process-step {
  color: #009999;
  border-radius: 50%;
  border: 2px solid #000;
  height: 10%;
  width: 10%; }

.process-back {
  background-color: #009999;
  padding: 20px; }

.process-back span {
  color: #fff;
  font-size: 60px; }

.bold-head-project {
  background-color: #009999;
  font-size: 32px;
  color: #333;
  text-align: center;
  padding: 20px; }

#preview-service span.glyphicon {
  border: 4px solid #009999;
  border-radius: 50%;
  font-size: 39px;
  height: 100%;
  margin-bottom: 10px;
  padding: 27px 25px;
  text-align: center; }

#preview-service .service-block:hover > span.glyphicon {
  border-radius: 10%;
  background: #fff;
  color: #009999; }

.transition-style {
  -webkit-transition: all .5s ease-in-out .5s;
  -moz-transition: all .5s ease-in-out .5s;
  -ms-transition: all .5s ease-in-out .5s;
  -o-transition: all .5s ease-in-out .5s;
  transition: all .5s ease-in-out .5s; }

.process-wrap-step {
  padding-right: 40px; }

ul {
  list-style: none; }

.list {
  display: inline-block; }

.round-icon {
  border: 4px solid #009999;
  font-size: 39px;
  margin-bottom: 10px;
  text-align: center; }

.process-step-content {
  font-size: 14px; }

.process-align:hover h4 {
  color: #009999; }

.arrow-i {
  padding: 40px 13px;
  font-size: 39px;
  top: -110px; }

.clear {
  clear: both; }

.left {
  margin-left: 30px; }

.top {
  margin-top: 40px; }

.content-top {
  margin-top: 20px;
  text-align: left; }

.service-block {
  border: 1px dotted #009999;
  padding: 20px; }
  .service-block:hover {
    background-color: #009999; }

.form-group {
  text-align: left; }

.padding-left {
  padding-left: 60px;
  margin-top: 75px; }

.home-img1 {
  height: 200px;
  width: 200px;
  margin-left: 10px;
  margin-top: 50px;
  position: relative;
  border: 2px solid #fff;
  box-shadow: 10px 10px 0px #ccc;
  -moz-box-shadow: 10px 10px 0px #ccc;
  -webkit-box-shadow: 10px 10px 0px #ccc;
  -khtml-box-shadow: 10px 10px 0px #ccc; }
  .home-img1:hover {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transition: all .5s ease-in-out .5s;
    -webkit-transition: all .5s ease-in-out .5s;
    -moz-transition: all .5s ease-in-out .5s;
    position: relative;
    z-index: 5; }

.home-img1 img {
  height: 200px;
  width: 200px; }

.home-img img {
  height: 200px;
  width: 200px; }

.top-zero {
  margin-top: 0; }

.home-img {
  height: 200px;
  width: 200px;
  margin-left: 110px;
  margin-top: -40px;
  position: absolute;
  border: 2px solid #fff;
  box-shadow: 10px 10px 0px #0084b4;
  -moz-box-shadow: 10px 10px 0px #0084b4;
  -webkit-box-shadow: 10px 10px 0px #0084b4;
  -khtml-box-shadow: 10px 10px 0px #0084b4; }
  .home-img:hover {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transition: all .5s ease-in-out .5s;
    -webkit-transition: all .5s ease-in-out .5s;
    -moz-transition: all .5s ease-in-out .5s;
    position: relative;
    z-index: 5; }

.client-row {
  margin-top: 5%; }

.client-img-border {
  border: 1px solid #032062; }

.client-slider {
  margin-bottom: 70px;
  list-style: none outside none;
  display: inline-flex; }

.client-nav {
  list-style: none outside none;
  margin-bottom: 70px;
  text-align: center; }

.client-nav > li {
  list-style: none outside none;
  display: inline-block;
  margin-left: 10px;
  padding: 0;
  text-align: center; }

.client-nav > li > a {
  background: none repeat scroll 0 0 #009999;
  color: #FFFFFF;
  display: block;
  height: 30px;
  vertical-align: middle;
  width: 30px; }

.client-nav > li > a .glyphicon {
  line-height: 25px; }

.client-nav > li > span {
  padding-top: 20px; }

.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 10px; }

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

#wrapper_bu {
  position: absolute; }

.txt_Center {
  margin: 0; }

.txt_h1 {
  font-size: 2em; }

.holder_bu {
  cursor: pointer; }

.holder_bu_awayL1 {
  position: absolute;
  top: 30%;
  left: 10%;
  width: 10%;
  height: 40%;
  background-color: rgba(0, 0, 50, 0.7);
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s; }

.holder_bu_awayL2 {
  position: absolute;
  top: 35%;
  left: 0;
  width: 10%;
  height: 30%;
  background-color: rgba(0, 0, 50, 0.5);
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s; }

.holder_bu_center {
  position: absolute;
  top: 5%;
  left: 20%;
  width: 60%;
  height: 90%;
  background-color: #37c;
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s; }

.holder_bu_awayR1 {
  position: absolute;
  top: 30%;
  left: 80%;
  width: 10%;
  height: 40%;
  background-color: rgba(0, 0, 50, 0.7);
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s; }

.holder_bu_awayR2 {
  position: absolute;
  top: 35%;
  left: 90%;
  width: 10%;
  height: 30%;
  background-color: rgba(0, 0, 50, 0.5);
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s; }

.s-top {
  margin-top: 30px; }

#accordion .panel-title {
  color: #000; }

.panel, .panel-heading {
  border-radius: 0 !important; }

@keyframes moveClouds {
  to {
    background-position: 100% 0; } }
@-moz-keyframes moveClouds {
  to {
    background-position: 100% 0; } }
@-webkit-keyframes moveClouds {
  to {
    background-position: 100% 0; } }
#slide-img {
  height: 300px;
  width: 100%;
  background: url("../img/bg-12.jpg");
  animation: moveClouds 15s linear infinite;
  -ms-animation: moveClouds 15s linear infinite;
  -moz-animation: moveClouds 15s linear infinite;
  -webkit-animation: moveClouds 15s linear infinite;
  background-attachment: scroll; }

.about-text ol, ul {
  padding: 0; }

.hover-text p {
  color: #fff; }

#content {
  padding: 0px 0px; }

.cboxIframe, #cboxLoadedContent, #cboxContent {
  background: transparent !important; }

#cboxLoadedContent {
  border: none !important; }

.header {
  margin: 0;
  margin-top: 10px;
  text-align: left; }

#contactForm {
  font-family: sans-serif; }

  /* ==========================================================================
Android
========================================================================== */
.img-round {
  border-radius: 32px; }

#myCarousel, .carousel-inner > .item {
  height: 435px; }

.about-abs {
  background-color: #f6f6f6;
  padding: 18px;
  min-height: 300px;
  box-shadow: 0 0 7px #9F9C9C;
  transition: all ease-in-out 1s; }

.about-abs:hover {
  background-color: #f6f6f6;
  padding: 18px;
  min-height: 300px;
  box-shadow: 0 0 7px #9F9C9C;
  transform: scale(1.05);
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all; }

.abt-abs-test-hover:hover h2 {
  color: #428C21; }

.abt-abs-built-hover:hover h2 {
  color: #124d76; }

.abt-abs-monitor-hover:hover h2 {
  color: #b65ab7; }

.about-abs img {
  width: 50%; }

.custom-top {
  margin-top: 6%; }

#service-android {
  text-align: left; }

#service-android span.glyphicon {
  border: 4px solid #F45347;
  border-radius: 50% 50% 50% 50%;
  color: #5A5A5A;
  font-size: 32px;
  height: 75px;
  margin-bottom: 10px;
  padding: 19px 19px;
  transition: all 0.5s ease 0s;
  width: 75px; }

#service-android p {
  font-size: 12px; }

#service-android .service:hover span.glyphicon {
  background-color: #F45347;
  color: #fff; }

.product-text ul li {
  font-style: italic;
  font-family: 'Ralway-Regular'; }

.product-text ul li:hover {
  color: #00182e; }

.callbacks_container {
  position: relative;
  float: left;
  width: 50%;
  margin-left: 20%; }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0; }

.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0; }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  left: 0;
  right: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  top: 10%;
  text-align: center; }

.callbacks_nav {
  display: none; }

#slider3-pager a {
  display: inline-block; }

#slider3-pager span {
  float: left; }

#slider3-pager span {
  width: 100px;
  height: 15px;
  background: #fff;
  display: inline-block;
  border-radius: 30em;
  opacity: 0.6; }

#slider3-pager .rslides_here a {
  background: #fff;
  border-radius: 30em;
  opacity: 1; }

#slider3-pager a {
  padding: 0; }

#slider3-pager li {
  display: inline-block; }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides li {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  height: auto;
  border: 0; }

.callbacks_tabs {
  list-style: none;
  position: absolute;
  top: 105%;
  z-index: 999;
  left: 35%;
  padding: 0;
  margin: 0; }

.callbacks_tabs a {
  visibility: hidden; }

.callbacks_tabs a:after {
  content: "\f111";
  font-size: 0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height: 16px;
  width: 16px;
  display: inline-block;
  border: 2px solid #000;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px; }

.callbacks_here a:after {
  border: 2px solid #000;
  background: #000; }

.callbacks_tabs li {
  display: inline-block; }

ul.callbacks_tabs.callbacks2_tabs a:after {
  border: 2px solid #505b6f; }

ul.callbacks_tabs.callbacks2_tabs .callbacks_here a:after {
  background: #505b6f;
  left: 10%; }

ul.callbacks_tabs.callbacks2_tabs {
  left: 82%;
  top: 102%; }

.homeSlide .banner-info-left h2 {
  margin: 4.5em 0 1em 0; }

.homeSlide .mobile-device {
  margin-top: 0; }

.banner-info-left h2 {
  font-size: 2.4em;
  margin: 7.5em 0 1em 0;
  color: #000;
  font-weight: 300;
  line-height: 1.5em;
  text-align: left;
  font-family: 'Raleway-Regular'; }

.banner-info-left h2 span {
  font-weight: 600;
  color: #F45347;
  text-align: left;
  font-family: 'Raleway-Regular'; }

.banner-info-left p {
  color: #000;
  font-size: 1.4em;
  margin: 0 0 3em 0;
  line-height: 1.8em;
  text-align: left;
  font-family: 'Raleway-Regular'; }

.banner-button {
  float: left;
  width: 31.8%; }

.banner-button a img {
  width: 65%; }

.green-button {
  margin: 0 1em; }

.mobile-device {
  margin-top: 7em; }

.carousel-indicators li {
  border: 1px solid #555; }

.carousel-indicators .active {
  background-color: #555; }

.android-gall .hover-bg .hover-text {
  padding: 50% 0; }

/*-- features --*/
.features {
  padding: 3em 0 6em 0 !important; }

.features-info {
  text-align: center; }

.features-info h3 {
  color: #98D361;
  font-size: 3em;
  font-weight: 400;
  font-family: 'DidactGothic';
  margin: 0; }

.features-info p {
  color: #A0A0A0;
  font-size: 1.2em !important;
  margin: 2em auto 0 auto;
  width: 72%;
  line-height: 1.8em !important; }

.features-right {
  margin-top: 3em;
  text-align: left;
  font-family: 'Raleway-Regular'; }

.features-right h3 {
  /*color: $text-black-color;*/
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  font-family: 'Raleway-Regular';
  margin-top: 1.5em; }

.features-right h1 {
  color: #F45347;
  margin: 0;
  font-size: 49px; }

.features-right p {
  color: #fff;
  margin: 10px 0;
  font-size: 15px;
  text-align: left; }

.clearfix {
  clear: both; }

.features-right-grids {
  margin-top: 2em; }

.features-right-grid {
  margin-top: 2em; }

.features-device {
  text-align: right; }

.design-left {
  float: left;
  background: url(../img/s-icon.png) no-repeat -42px 0px;
  width: 50px;
  height: 50px; }

.easy {
  background: url(../img/s-icon.png) no-repeat -46px -50px; }

.fully {
  background: url(../img/s-icon.png) no-repeat -49px -150px; }

.design-left img {
  width: 100%; }

.design-right {
  float: left;
  margin-left: 3em; }

.design-right h5 {
  margin: 0;
  font-size: 1.6em;
  color: #F45347; }

.design-right p {
  font-size: 1.3em !important;
  margin: 0;
  color: #fff; }

.homeSlide .callbacks_tabs {
  display: none; }

.android-gall #lightbox .glyphicon {
  color: #F45347;
  border-color: #F45347; }

#service-android a {
  color: #8c8c8c; }

#service-android a:hover {
  color: #F45347; }

/* ==========================================================================
ENTERPRISE
========================================================================== */
.text-orange-color {
  color: #eeaa22; }

.enterprise {
  margin-top: 3em;
  text-align: left;
  font-family: 'Raleway-Regular'; }

.enterprise h3 {
  color: #eeaa22;
  margin: 11px;
  font-size: 20px;
  font-family: 'Raleway-Regular'; }

.enterprise h1 {
  color: #FCAC45;
  margin: 0;
  font-size: 39px; }

.enterprise p {
  color: #fff;
  margin: 39px 5px;
  font-size: 15px;
  text-align: left; }

.arrow {
  margin-top: 5px; }
  .arrow:hover {
    color: #555555 !important; }

.service-entrprise p, .service-heading {
  text-align: left; }

.custom-top {
  margin-top: 6%; }

.service {
  text-align: center; }

.service-entrprise {
  margin-left: none !important; }

#service-enterprise span.glyphicon {
  border: 4px solid #FCAC45;
  border-radius: 50%;
  color: #5A5A5A;
  font-size: 32px;
  height: 75px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 19px 19px;
  transition: all 0.5s ease 0s;
  width: 75px; }

#service-enterprise span.icon-circle {
  padding-left: 17px;
  padding-top: 20px; }

#service-enterprise p {
  font-size: 12px; }

#service-enterprise .service:hover span.glyphicon {
  background-color: #FCAC45;
  color: #fff;
  border-radius: 5px solid #FCAC45; }

#service-enterprise span.enterprise-icons {
  border: none !important;
  font-size: 12px !important;
  border-radius: 0px !important;
  color: #5A5A5A;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 9px !important;
  transition: all 0.5s ease 0s;
  width: 0px !important; }

.enterprise-icons:hover {
  color: #000 !important; }

.border-left, .border-left-1 {
  border-left: 1px solid #A0A0A0; }

#service-enterprise .service:hover span.enterprise-icons {
  color: #5A5A5A !important; }

span.enterprise-icons:hover {
  color: #800 !important; }

.about-abs:hover h2 {
  color: #fff; }

.our-works {
  margin-top: 5%; }

.our-works .hover-bg .hover-text {
  padding: 40% 0; }

.abt-service {
  border-right: 1px solid #A0A0A0; }

.enterprise-img {
  width: 60%; }

.design-right h5 {
  margin: 0;
  font-size: 15px;
  color: #fff; }

.features-device {
  text-align: right; }

.crm-design-right {
  margin-left: 1em;
  padding-top: 10px;
  display: block; }

.crm-design-right p {
  font-size: 14px !important;
  margin: 0;
  color: #ccc; }

.service-heading strong {
  font-size: 17px;
  border-bottom: 2px solid #777; }

/* ==========================================================================
WEB SOLUTION
========================================================================== */
#featured-wrapper {
  overflow: hidden;
  padding: 6em 0em;
  text-align: center; }

#featured {
  overflow: hidden; }

#featured .major {
  overflow: hidden;
  margin-bottom: 3em;
  padding-bottom: 2em;
  border-bottom: 1px solid #E8E8E8; }

#featured .major h2 {
  font-size: 3em; }

#featured .major .byline {
  font-size: 1.3em; }

#featured .title {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

#featured .title h2 {
  font-size: 20px;
  font-family: 'Raleway-Regular';
  color: #111; }

#featured h2 {
  text-align: center;
  color: #fff; }

.web-gall {
  margin-top: 5%; }

.web-features h1 {
  color: #eeaa22;
  font-size: 49px;
  font-weight: bold;
  margin-bottom: 12px; }

#featured .web-featured:hover span.icon {
  color: #fff;
  background: #00182e; }

#featured .web-featured span.icon {
  color: #000;
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 0px auto 20px auto;
  line-height: 100px;
  font-size: 3em;
  text-align: center;
  border-radius: 50% 50% 50% 50%;
  border: 3px solid #00182e;
  padding: 2px 7px;
  transition: all 0.5s ease 0s; }

.icons-one {
  padding-top: 0px !important; }

#featured .web-featured:hover h2 {
  color: #00182e; }

.web-features p {
  font-size: 14px;
  color: #fff;
  font-style: italic;
  text-align: left; }

.web-features {
  text-align: center;
  padding-top: 5%; }

/* ****
   TABS
   **** */
.nav-tabs > li > a {
  font-size: 14px;
  outline: none;
  font-weight: 400;
  padding: 15px;
  text-align: left;
  color: #111; }

.tabs-horizontal > .nav-tabs li.active a:before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  top: -2px;
  left: 0px; }

.uppercase {
  text-transform: uppercase;
  font-weight: bold;
  text-align: left; }

.tab-pane p {
  line-height: 24px;
  margin-bottom: 22px;
  text-align: left; }

.tabs-vertical > .nav-tabs > li {
  float: none; }

.tabs-vertical {
  margin-top: 10%; }

.websolution-img {
  max-width: 100%; }

.tabs-vertical > .nav-tabs > li > a {
  margin-right: 0;
  border: 1px solid #eaebec;
  border-left: none;
  white-space: nowrap;
  margin-right: -2px;
  background-color: #fff;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.tabs-vertical > .nav-tabs {
  display: table-cell;
  vertical-align: top;
  border-bottom: none; }

.tabs-vertical > .nav-tabs > li > a:hover,
.tabs-vertical > .nav-tabs > li > a:focus {
  border-color: #e5e5e5;
  background-color: #fafafa;
  border-left: none; }

.tabs-vertical > .nav-tabs .active > a,
.tabs-vertical > .nav-tabs .active > a:hover,
.tabs-vertical > .nav-tabs .active > a:focus {
  border-right-color: #ffffff; }

.tabs-vertical > .nav-tabs li.active a:before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px; }

.tabs-horizontal .tab-content {
  padding-top: 15px; }

.tabs-vertical .tab-content {
  display: table-cell;
  border: none;
  padding: 0 15px; }

.tabs-vertical > .nav-tabs li.active a:before, .tabs-horizontal > .nav-tabs li.active a:before {
  background-color: #2B8BE9; }

.tabs-vertical > .nav-tabs li.active a:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px; }

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.md-show {
  visibility: visible; }

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(143, 27, 15, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible; }

/* Content styles */
.md-content {
  color: #fff;
  background: #e74c3c;
  position: relative;
  border-radius: 3px;
  margin: 0 auto; }

.md-content h3 {
  margin: 0;
  padding: 0.4em;
  text-align: center;
  font-size: 2.4em;
  font-weight: 300;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 0 0; }

.md-content > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em; }

.md-content > div p {
  margin: 0;
  padding: 10px 0; }

.md-content > div ul {
  margin: 0;
  padding: 0 0 30px 20px; }

.md-content > div ul li {
  padding: 5px 0; }

.md-content button {
  display: block;
  margin: 0 auto;
  font-size: 0.8em; }

/* Individual modal styles with animations/transitions */
/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.md-show.md-effect-3 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.md-close {
  border: none;
  padding: 0.6em 1.2em;
  background: #c0392b;
  color: #fff;
  font-family: 'Lato', Calibri, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  margin: 3px 2px;
  border-radius: 2px; }

.md-close:hover {
  background: #A5281B; }

/* Custom Style */
.bcg {
  display: table-cell;
  height: 100vh;
  vertical-align: middle; }

.navbar-custom {
  background: #00182e;
  box-shadow: 0px 0px 10px -3px; }

.custom-panel-heading {
  padding: 10px;
  background: rgba(0, 0, 0, 0.1); }

.custom-panel-heading h4 {
  font-size: 20px; }

.custom-panel {
  margin-bottom: 0;
  background-color: #fff; }

/* Services Style */
.align-center {
  text-align: center; }

.project-services {
  background: #fff; }

.project-services span:nth-child(1) {
  display: block; }

.project-services span {
  font-size: 25px;
  font-weight: bold;
  color: #263238; }

.project-services-text {
  padding: 15px 10px; }

.services-name-wrap {
  /*padding: 18px 0;*/
  background: #00182e; }

.services-wrap:hover .services-name {
  color: #eeaa22; }

.services-name {
  /*width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 21px 0;
  background: #fff;*/
  margin: 0 auto;
  font-weight: bold;
  font-size: 70px;
  color: #fff; }

.services-name span {
  font-size: 10px;
  font-weight: normal; }

.services-wrap {
  box-shadow: 2px 4px 7px -3px #999;
  height: 380px;
  background: #fff; }

.services-btn {
  padding: 10px 0; }

.quotes {
  display: none; }

#myCarousel, .client-carousel-inner > .item {
  height: auto; }

.carousel-indicators {
  top: 120%; }

.client-carousel-indicator li {
  background: #eeaa22; }

.client-carousel-indicator .active {
  background: #00182e;
  height: 13px;
  width: 13px; }

.modal-header .close {
  font-size: 24px;
  margin-top: 0px; }

/* Custom Style End */
/* ==========================================================================
Media Queries
========================================================================== */
/* Navbar   */
@media (min-width: 767px) {
  .navbar-nav.nav-justified > li {
    float: none;
    text-align: center; } }
/*Product */
@media (min-width: 769px) {
  .menu__links {
    display: block;
    overflow: hidden; }

  .menu__links:hover {
    overflow: visible; } }
/*Models*/
@media (min-width: 1200px) {
  .modal-lg {
    width: 1140px; } }
@media (max-width: 980px) {
  #dna .show-box {
    padding: 0; } }
@media (max-width: 992px) {
  #dna .content-left span {
    float: none;
    margin-left: 0; }

  #dna .content-right span {
    float: none;
    margin-right: 0; } }
@media (max-width: 360px) {
  .about-vector-content {
    margin-top: 14%; } }
@media (max-width: 450px) {
  #dna .show-box {
    margin-top: 10px; } }
@media (max-width: 1200px) {
  .about-vector-content {
    margin-top: 0; } }
@media (max-width: 330px) {
  .heading-bg {
    background-image: none; }

  .heading-bg span {
    font-size: 0 20px; } }
@media (max-width: 991px) {
  .about-mobile {
    left: 30%; } }
@media (max-width: 768px) {
  .about-mobile {
    left: 0; }

  #dna .content-right span.dna-left {
    float: none;
    margin-right: 0; } }
@media (max-width: 991px) {
  .show-box-mobile {
    display: none; }

  .left {
    margin-left: 0; }

  #dna .content-right span.dna-left {
    float: none; }

  .box-item, .dna-right, .dan-left, .dna-right p {
    text-align: center; }

  .dna-right p {
    padding-right: 0; }

  .dna-left p {
    padding-left: 0%; } }
@media (max-width: 1200px) {
  .about-mobile {
    visibility: visible; }

  .about-computer {
    visibility: hidden;
    display: none;
    height: 0; }

  .about-vector-content {
    text-align: left; } }
@media (min-width: 1200px) {
  .about-mobile {
    visibility: hidden;
    height: 0;
    display: none; }

  .about-computer {
    visibility: visible; } }
.menu-item-bg .glyphicon, .dna .glyphicon {
  font-size: 39px;
  padding: 10px 10px; }

@media (min-width: 768px) {
  .products-mobile-section {
    visibility: hidden;
    height: 0;
    display: none; }

  .products-computer-section {
    visibility: visible; }

  .virtual-computer {
    display: block; }

  .virtual-mobile {
    display: none; } }
@media (max-width: 767px) {
  .scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden; }

  .heading-bg span, main-heading {
    font-size: 30px; }

  #products, #contact {
    padding-top: 0; }

  .jiv-animation img {
    height: 35px; }

  .affix .menu__logo {
    padding: 5px 15px; }

  .section-modal .modal-content {
    padding: 18px 0; }

  .virtual-computer {
    display: none; }

  .virtual-mobile {
    display: block; }

  .service-entrprise p, .service-heading {
    text-align: center; }

  .m-sapce-top, #web-services, #web-works, #web-gallery, #web-contact, #ent-works {
    padding-top: 0; }

  #featured-wrapper {
    padding-bottom: 0; }

  .services, .about {
    padding-top: 50px; } }
@media (max-width: 768px) {
  .service-mobile-section {
    visibility: visible; }

  .service-computer-section {
    visibility: hidden;
    display: none;
    height: 0; }

  .content-top {
    margin-top: 20px;
    text-align: left; }

  .content {
    padding: 40% 0 0; }

  .home-img img {
    display: none; }

  .home-img {
    display: none; }

  .home-img1 {
    display: none; }

  .home-img1 img {
    display: none; }

  .products-mobile-section {
    visibility: visible; }

  .products-computer-section {
    visibility: hidden;
    display: none;
    height: 0; } }
@media (min-width: 768px) {
  .service-mobile-section {
    visibility: hidden;
    height: 0;
    display: none; }

  .service-computer-section {
    visibility: visible; } }
@media (max-width: 485px) {
  .office-address {
    margin: -15px 0 0 38px; } }
@media (max-width: 530px) {
  .Content h1 {
    font-size: 4em; } }
@media (max-width: 530px) {
  .heading-bg span.heading-name {
    font-size: 22px; } }
@media (max-width: 455px) {
  .section-title h2 {
    font-size: 17px; }

  .section-title {
    margin-top: 66px; } }
@media (max-width: 603px) {
  #vt-menu.navbar-default {
    background-color: rgba(0, 0, 0, 0.79); }

  #vt-works li.pull-right, #vt-works li.pull-left {
    margin-top: 10px;
    float: none !important;
    text-align: center;
    display: block; }

  label {
    float: none !important; }

  .pull-left.fnav,
  .pull-right.fnav {
    float: none !important;
    text-align: center; }

  .hover-bg .hover-text {
    /* padding: $hover-bg-padding;*/ } }
@media (max-width: 360px) {
  .hover-bg .hover-text {
    /* padding: $hover-bg-padding;*/ } }
@media (max-width: 993px) {
  nav#footer {
    text-align: center; } }
@media (max-width: 768px) {
  .s-top {
    margin-top: 15px; } }
@media (max-width: 360px) {
  .content-top {
    margin-top: 20px;
    text-align: left; } }
@media (max-width: 991px) {
  .process-wrap-step {
    padding-right: 0; }

  .list {
    margin-right: 0 !important; }

  .banner-info-left {
    width: 60%;
    float: left; }

  .banner-info-left h2 {
    font-size: 2em;
    margin: 5em 0 1em 0; }

  .banner-button a {
    width: 128px; }

  .slid {
    float: left;
    width: 40%; }

  .mobile-device img {
    width: 50%; }

  ul.callbacks_tabs.callbacks2_tabs {
    left: 80%; } }
/*Proccess */
@media (max-width: 986px) {
  .list {
    display: block !important;
    padding: 10px;
    margin-right: 24px; }

  .arrow-i {
    display: none;
    height: 0; } }
@media (max-width: 382px) {
  .panel-title {
    font-size: 14px; } }
@media (max-width: 510px) {
  .padding-left {
    padding-left: 15px; }

  .padding-left .header {
    font-size: 40px; } }
/* Android */
@media (max-width: 640px) {
  .banner-info-left {
    width: 67%; }

  .banner-info-left h2 {
    font-size: 1.37em;
    margin: 5em 0 2em 0; }

  .banner-button {
    width: 29.8%; }

  .banner-button a {
    width: 117px; }

  ul.callbacks_tabs.callbacks2_tabs {
    left: 61%; }

  .design-right {
    float: none;
    margin-left: 6em; } }
@media (max-width: 480px) {
  .banner-info-left h2 {
    margin: 2em 0 2em 0; }

  .banner-info-left {
    width: 100%;
    float: none; }

  .banner-button {
    width: 30.8%; }

  .banner-button a {
    width: 128px;
    height: 45px; }

  .mobile-device {
    margin: 4em auto 0 auto;
    width: 50%; }

  .callbacks_tabs a:after {
    height: 13px;
    width: 13px; }

  .banner-info-left {
    width: 100% !important;
    float: left !important;
    margin-top: 2em; }

  .banner-text p {
    width: 90%; }

  .banner-text h3 {
    font-size: 2.5em; }

  .img-round {
    border-radius: 10px; } }
@media (max-width: 1180px) {
  .service {
    text-align: center; }

  .features-right h1 {
    font-size: 42px; }

  .mobile-device img {
    width: 100%; } }
@media (max-width: 1180px) {
  .mobile-device img {
    width: 100%; } }
@media (max-width: 768px) {
  .about-abs {
    margin-top: 20px; } }
@media (max-width: 768px) {
  .navbar-nav {
    margin: 7.5px 0px; } }
@media (max-width: 768px) {
  .index .affix .menu__links {
    transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transition: all 0.3s ease 0s;
    transform: translate(0px, 0px);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s; } }
@media (max-width: 768px) {
  .mobile-device img {
    width: 72%; } }
@media (max-width: 980px) {
  .callbacks_container {
    margin-left: 5%;
    top: 11%;
    width: 65%; } }
@media (max-width: 360px) {
  .callbacks_container {
    margin-left: -12%;
    width: 100%; } }
/* ==========================================================================
Enterprise
========================================================================== */
@media (max-width: 1079px) {
  .border-left-1 {
    border-left: none; }

  .border-left-2 {
    border-left: 1px solid #A0A0A0; } }
@media (max-width: 837px) {
  .border-left-1, .border-left-2, .border-left {
    border-left: none; } }
@media (max-width: 980px) {
  .service {
    text-align: center; } }
@media (max-width: 980px) {
  .abt-service {
    border-right: none; } }
@media (max-width: 1280px) {
  .enterprise-img {
    margin-top: 15%; } }
/* ==========================================================================
Web Solution
========================================================================== */
@media (max-width: 998px) {
  .web-features h1 {
    font-size: 40px; }

  .web-features {
    padding-bottom: 5%; } }
@media (max-width: 998px) {
  .web-features h1 {
    font-size: 25px; }

  .web-features {
    padding-bottom: 5%; } }
@media (max-width: 1080px) {
  .tabs-vertical > .nav-tabs {
    border-bottom: medium none;
    display: inline; }

  .nav .web-tab {
    display: inline-block; }

  .nav-tabs > li > a {
    font-size: 12px;
    padding: 7px; } }
@media (max-width: 660px) {
  .websolution-img {
    width: 100%; } }
@media (max-width: 1178px) {
  .text-center {
    padding-top: 7%; }

  .uppercase {
    padding-top: 20%; } }
@media (max-width: 1178px) {
  .uppercase {
    padding-top: 7%; } }

/*# sourceMappingURL=style.css.map */
