

/**
* Importing necessary  Styles.
**/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Source+Sans+Pro:400,600,700');
/*----bootstrap css ----- */
@import url('../vendor/bootstrap/bootstrap.css');
/*----bootstrap Select ----- */
@import url('../vendor/bootstrap-select/dist/css/bootstrap-select.css');
/*----camera-slider---*/
@import url('../vendor/Camera-master/css/camera.css');
/*------- Mega menu ------*/
@import url('../vendor/bootstrap-mega-menu/css/menu.css');
/*----font awesome -------*/
@import url('../css/font-awesome.css');
/*----owl-carousel css----*/
@import url('../vendor/owl-carousel/owl.carousel.css');
@import url('../vendor/owl-carousel/owl.theme.css');
/*-------- animated css ------*/
@import url('../vendor/WOW-master/css/libs/animate.css');

/*------------- Map -------------*/
@import url('../vendor/sanzzy-map/dist/snazzy-info-window.min.css');


@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');


@font-face {
  font-family: 'tt_normsregular';
  src: url('../fonts/ttnorms-regular-webfont.woff2') format('woff2'),
       url('../fonts/ttnorms-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}



@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700');


@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700');



/*** 

====================================================================
  Loading Transition
====================================================================

 ***/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
  overflow: hidden;
}
#loader {
  background: url(../images/1.gif);
  width: 160px;
  height: 24px;
  position: relative;
  top: 50%;
  margin: -12px auto 0 auto;
}
/*==================== Click Top ====================*/
.scroll-top {
  width:40px;
  height:40px;
  border-radius: 20px;
  position: fixed;
  bottom: 80px;
  right:15px;
  z-index: 99;
  text-align: center;
  color: #fff;
  background: #2891e9;
  font-size: 20px;
  display: none;
  cursor: pointer;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
/*______________________ Global stlye ___________________*/

 @font-face {
  font-family: 'font-awesome';
  src: url('../components/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf');
  src: url('../components/font-awesome-4.7.0/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
       url('../components/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../components/font-awesome-4.7.0/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../components/font-awesome-4.7.0/fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
 }

 body {
  font-weight: normal;
  color:rgba(0,0,0,0.6);
  font-size: 15px;
  font-family: 'Titillium Web', sans-serif;
  
 }
 body .main-page-wrapper {overflow-x:hidden;}

 h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
 h1,h2,h3,h4,h5,h6 {/*! font-family: 'Noto Sans', sans-serif; */ color: #151515;/*! font-family: 'tt_normsregular'; */}
 h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {color: inherit;}
 h1 {font-size: 60px; font-weight: 700;}
 h2 {font-size: 35px; font-weight: 700;}
 h3 {font-size: 28px; font-weight: 700;}
 h4 {font-size: 22px; font-weight: 700;}
 h5 {font-size: 18px; font-weight: 700;}
 h6 {font-size: 15px; font-weight: 600;}
 p  {line-height: 26px;} 
 ul {list-style-type: none;}
 a {text-decoration: none; display: inline-block;}
 a:hover,a:focus,a:visited {text-decoration: none; outline: none;}
 img {max-width: 100%; display: block;display: inline-block;vertical-align: middle;}
 button {border:none;outline: none;box-shadow: none;display: block; padding: 0;}
 input,textarea {outline: none; box-shadow: none;transition: all 0.3s ease-in-out;}
.float-left {float:left;}
.float-right {float:right;}
.m-top0 {margin-top: 0 !important;}
.m-bottom0 {margin-bottom: 0 !important;}
.p0 {padding: 0 !important;}
.section-margin-top{margin-top: 100px;}
.section-margin-bottom {margin-bottom: 120px;}
.section-margin-bottom-two {margin-bottom: 70px;}
/*--------------------- Transition --------------------*/
.tran3s,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,header .top-header .call a,body .theme-button-one,.bootstrap-select.btn-group .dropdown-menu li a,
.bootstrap-select.btn-group .dropdown-menu li a span.text,.our-project .single-project .text,.our-project .single-project .text p,.our-project .single-project .text i,
.our-blog .single-blog .text .view-more,.our-blog .single-blog .text .author,.theme-footer .Subscribe form button,.theme-inner-banner ul li a,.sidebar-categories ul li a,
.our-service .single-service .text,.theme-sidebar .sidebar-search button,.sidebar-categories ul li a span,.sidebar-recent-post ul li a,.faq-page .panel-heading h5 a:before,
.shop-details .single-product-details .product-order-details .clearfix ul li button {
  transition: all .3s ease-in-out;
}
.tran4s {
  transition: all .4s ease-in-out;
}
/*---------------------- Theme Title ---------------------*/
.theme-title {position: relative;margin-bottom: 50px;}
.theme-title h2 {margin-bottom: 15px;}
.theme-title a {position: absolute;top:20px;right: 0;}
.theme-title a i {margin-left: 3px;opacity: 0.8;}
/*------------------------ Theme Button ------------------*/
body .theme-button-one {
  line-height: 48px;
  border-width: 1px;
  border-radius: 10px;
  padding: 0 30px;
  font-size: 16px;
}
body .theme-button-one:hover {color: #fff;}
 /*----------------------- Theme Color File -------------------*/
.p-color,header .top-header .call a i,header .top-header .call a:hover,header .top-header .social-icon li a:hover,#mega-menu-wrapper .nav>li.active>a,#mega-menu-wrapper .nav>li:hover>a,
body .theme-button-one,.our-service .single-service:hover .text h4 a,.our-blog .single-blog .text .author:hover,.our-blog .single-blog:hover .text h4 a,.theme-footer .footer-logo ul li a:hover,
.theme-footer .footer-list ul li a:hover,.theme-footer .bottom-footer p a,.theme-inner-banner ul li:last-child,.theme-inner-banner ul li a:hover,.details-page-overview ul li:before,
.service-details .right-content .single-list-content i,.service-details .left-content .text-center h4 span,.page-changer li a,.theme-sidebar .sidebar-search button:hover,
.sidebar-recent-post ul li a:hover,.blog-details .share-option .social-icon li a:hover,.contact-address .address li i,.our-team .single-team-member .text ul li a:hover,
.our-team .single-team-member:hover .text h6 a,.shop-sidebar .sidebar-shop-categories ul li a:hover,.shop-sidebar .shop-popular-product ul li:hover .name h6 a,.shop-product .single-product:hover .info h6 a,
.shop-details .single-product-details .product-order-details .price li:first-child  {
  color:#11caff;
}
.p-bg-color,header .top-header.bg-color,#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu,#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu .second-sub-menu,#mega-menu-wrapper .nav li.quote a,
body .theme-button-one:hover,#theme-main-banner a.theme-button-one.button-fill,.bootstrap-select.btn-group .dropdown-menu li a:hover,.bootstrap-select.btn-group .dropdown-menu li.selected a,
.our-project .single-project:hover .text,.our-blog .single-blog:hover .text .view-more,.bottom-banner,.theme-footer .Subscribe form button,.theme-sidebar h4:before,.shop-pagination li a,
.blog-details .blog-post-data .text-wrapper ul li:before,.contact-address .icon li a:hover,.faq-page .panel-heading h5 a:before,.shop-sidebar .search button,.shop-sidebar h4:before,
.shop-details .single-product-details .product-order-details .clearfix ul li button,.shop-details .single-product-details .product-order-details .clearfix a,.shop-details .review-tab .nav-tabs > li.active > a,
.shop-details .review-tab .nav-tabs > li.active > a:hover,.shop-details .review-tab .nav-tabs > li.active > a:focus,.shop-details .related-product h4:before {
  background: #1a928c;
}
body .theme-button-one,#theme-main-banner a.theme-button-one.button-fill {
  border-style: solid;
  border-color:#1470c2;
  background: #1573c6;
  color: #fff;
  border-radius: 70px;
  /*! margin: 20px 0; */
  text-transform: uppercase;
  cursor: pointer;
}
body .theme-button-one:hover{background: #075295; border-color: #075295;}

#mega-menu-wrapper .nav li.quote a:hover,#theme-main-banner a.theme-button-one.button-fill:hover,#theme-main-banner a.theme-button-one:hover,
.consultation-help .consultation-form-wrapper form .theme-button-one:hover,.bottom-banner .theme-button-one:hover,.theme-footer .Subscribe form button:hover,
.shop-product .single-product .info>a:hover,.shop-details .single-product-details .product-order-details .clearfix ul li button:hover,.shop-pagination li a:hover {background: #fc7837;}
#theme-main-banner a.theme-button-one.button-fill:hover,#theme-main-banner a.theme-button-one:hover,
.consultation-help .consultation-form-wrapper form .theme-button-one:hover,.bottom-banner .theme-button-one:hover {border-color: #fc7837;}
/*-------------------------- Theme Header ---------------------*/
header .top-header {padding: 10px 0;/*! border-bottom: 1px solid #ececec; */background: #2bb7ab;}
header .top-header.bg-color {padding-left: 15px;padding-right: 15px;border: none;}
header .top-header p {letter-spacing: 1.2px;}
header .top-header .call {text-align: center;}
header .top-header .call a {color: rgba(0,0,0,0.6);}
header .top-header .call a i {font-size: 18px;margin-right: 8px;}
header .top-header .social-icon li {display: inline-block;}
header .top-header .social-icon li a  {color: rgba(0,0,0,0.6);margin-left: 25px;line-height: 26px;font-size: 17px;}
header .top-header.bg-color p,header .top-header.bg-color .call a,header .top-header.bg-color .call a i,
header .top-header.bg-color .social-icon li a {color: rgba(255,255,255,0.9);}
/*------------- Menu ------------*/
header .header-wrapper {padding: 20px 0 20px 0;position: relative;}
#mega-menu-wrapper .nav li.quote a {
  /*! font-family: 'Source Sans Pro', sans-serif; */
  color: #fff;
  /*! border-radius: 10px; */
  line-height: 50px;
  padding: 0 50px;
  margin-left: 10px;
  font-family: 'Open Sans', sans-serif;
}
/*================= Sticky Menu ===============*/
@-webkit-keyframes menu_sticky {
  0%   {margin-top:-120px;opacity: 0;}
  50%  {margin-top: -64px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
@keyframes menu_sticky {
  0%   {margin-top:-120px;opacity: 0;}
  50%  {margin-top: -64px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
.theme-menu-wrapper.fixed {
  position: fixed !important;
  width:100%;
  top:0;
  left:0;
  z-index: 999;
  margin:0;
  background: #fff;
  -webkit-animation: menu_sticky  0.70s ease-in-out;
  animation: menu_sticky  0.70s ease-in-out;
  box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.1);
}
.theme-menu-wrapper.fixed .top-header {display: none;}
.theme-menu-wrapper.fixed .header-wrapper {padding: 15px 0 10px 0;}
/*---------------------------------- Theme Banner --------------------------*/
.camera_wrap {float:none;}
#theme-main-banner .camera_overlayer {
  content: '';
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background: transparent;
}
#theme-main-banner.banner-one .camera_overlayer {background: rgba(4, 4, 35, 0.2);}
#theme-main-banner .main-container {position: relative;}
#theme-main-banner .camera_caption {height: 100%;}
#theme-main-banner .container {
  position: relative;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#theme-main-banner .camera_caption>div {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  text-shadow: none;
  left: 0;
  padding: 0;
}
#theme-main-banner p {font-size: 18px;color: #fff;}
#theme-main-banner h1 {color: #fff;margin:5px 0 15px 0;font-weight:700;font-size:50px;}
#theme-main-banner h3 {color: #fff;margin-bottom: 60px;font-size: 16px;font-weight: normal;/*! text-transform: uppercase; */}
#theme-main-banner a.theme-button-one {color: #fff;border-color: #fff;margin-right: 18px;}
#theme-main-banner .text-center a.theme-button-one {margin: 0 9px;}
/*----------------------- Our Service -----------------*/
.our-service .single-service .text {
  background: #f7f4f4;
  padding: 45px 10px 25px 40px;
  border-bottom: 1px solid #fff;
}
.our-service .single-service .image {overflow: hidden;}
.our-service .single-service .image img {
  width: 100%;
  transition: all .5s ease-in-out;
}
.our-service .single-service:hover .image img {
  -webkit-transform:scale3D(1.1,1.1,1);
          transform:scale3D(1.1,1.1,1);
}
.our-service .single-service:hover .text {border-bottom: 1px solid #11caff;}
.our-service.style-two .single-service .text {padding-top: 100px;}
.our-service .single-service .text h4 {position: relative;margin-bottom: 35px;z-index: 1;}
.our-service.style-two .single-service .text h4 {margin-bottom: 30px;}
.our-service .single-service .text h4 span {
  font-size: 70px;
  color: #e1dddd;
  position: absolute;
  top:-27px;
  left:0;
  z-index: -1;
}

.camera_prev {
    left: 25px;
}
.camera_next {
    right: 25px;
}

.our-service .single-service .text h4 i {
  font-weight: normal;
  font-size: 60px;
  color: #e1dddd;
  position: absolute;
  top:-16px;
  left:0;
  z-index: -1;
}
.our-service.style-two .single-service .text h4 i {top:-70px;}
.our-service .single-service {margin-bottom: 30px;}
.load-more-button {padding-top: 30px;}
/*---------------------- Consultant Banner -----------------*/
.consultant-banner { padding: 35px 0;background-image: linear-gradient(to right, #075295 0%, #30a1ff 100%);}
.consultant-banner h3,.consultant-banner p {color: #fff;}
/*.consultant-banner h3 {! margin-bottom: 18px; line-height: 2.7;}*/
/*.consultant-banner .theme-button-one {margin-top: 35px;}*/
/*----------------------------- Consultation Help ------------------------*/
.consultation-help .section-part {width: 50%;}
.consultation-help .section-part .col {max-width: 585px;}
.consultation-help .consultation-form-wrapper {padding-right: 65px;}
.consultation-help .consultation-form-wrapper form input {
  width: 100%;
  height: 50px;
  border: 1px solid #ececec;
  padding: 0 20px;
  margin-bottom: 30px;
}
.consultation-help .consultation-form-wrapper form .theme-button-one {margin-top: 10px;color: #fff;}
.bootstrap-select {width: 100%; margin-bottom: 30px;}
.consultation-help .consultation-form-wrapper form .bootstrap-select .btn {
  background: transparent;
  padding:0 20px;
  line-height: 48px;
  border: 1px solid #ececec;
  position: relative;
}
.consultation-help .consultation-form-wrapper form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-weight: normal;
  color: rgba(0,0,0,0.6);
  font-size: 16px;
  text-transform: capitalize;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {display: none;}
.bootstrap-select.btn-group .dropdown-toggle .bs-caret {
  position: absolute;
  top:0;
  right: 0;
  display: block;
  height: 100%;
  width: 40px;
  text-align: center;
}
.bootstrap-select.btn-group .dropdown-toggle .bs-caret:before {
  content: '?';
  font-family: 'font-awesome';
  color: rgba(0,0,0,0.6);
  font-size: 16px;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover span.text,.bootstrap-select.btn-group .dropdown-menu li a:focus span.text,
.bootstrap-select.btn-group .dropdown-menu li.selected a span.text {color: #fff;}
/*
.consultation-help .text-wrapper {
  background: url(../images/home/1.jpg) no-repeat center;
  background-size: cover;
}
*/
.consultation-help .text-wrapper .opacity {background: rgba(0,0,0,0.75);padding: 56px 0 37px 0px;}
.consultation-help .text-wrapper h3 {
  color: #fff;
  line-height: 35px;
  margin-bottom: 30px;
}
.consultation-help .text-wrapper p {color: #fff;}
.consultation-help .text-wrapper .theme-button-one {margin-top: 50px;}
/*-------------------- Our Project ------------------*/
.our-project .single-project .text {background: #f7f4f4;padding: 50px 10px 25px 40px;}
.our-project .single-project .image {overflow: hidden;}
.our-project .single-project .image img {
  width: 100%;
  transition: all .5s ease-in-out;
}
.our-project .single-project:hover .image img {
  -webkit-transform:scale3D(1.1,1.1,1);
          transform:scale3D(1.1,1.1,1);
}
.our-project .single-project .text h4 {position: relative;margin-bottom: 15px;z-index: 1;}
.our-project .single-project .text h4 i {
  font-weight: normal;
  font-size: 48px;
  color: #e1dddd;
  position: absolute;
  top:-16px;
  left:0;
  z-index: -1;
}
.our-project .single-project:hover .text h4 a {color: #fff;}
.our-project .single-project:hover .text p {color: rgba(255,255,255,0.65);}
.our-project .single-project:hover .text h4 i {color: #151515;}
.our-project .single-project .text p {margin-left: 60px;}
.our-project .single-project {margin-bottom: 30px;}
/*-------------------- Client Section ----------------------*/
.client-section {background: url(../images/home/bg-contact.jpg);padding: 70px 0 70px 0;}
.client-slider-content .wrapper {position: relative;padding: 70px 0px 0 0;}
.client-slider-content .wrapper .text {/*! background: #fff; */padding: 40px 20px 45px 30px;text-align: center;}
.client-slider-content .wrapper .text h5 {font-weight: normal;margin-bottom: 20px;}
.client-slider-content .wrapper .name {
  /*! position: absolute; */
  top:0;
  right: 0;
  text-align: center;
  z-index: 9;
}
.client-slider-content .wrapper .name p {
  font-weight: 600;
  font-size: 18px;
  color: #151515;
  margin-bottom: 12px;
}
.client-slider-content .wrapper .name span {font-weight: normal;font-size: 16px;}
.client-slider-content .wrapper .name .icon {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background: #e3e0e0;
  margin: 0 auto;
}
.client-slider-content .wrapper .name .icon img {
  margin: 0 auto;
  position: relative;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
.client-slider-content .client-slider {margin-top: 30px;}
.client-section .our-partner h3 {margin-bottom: 70px;}
.client-section .our-partner img {margin: 30px auto 0 auto;}
/*--------------------- Our Blog -----------------*/
.our-blog .single-blog .text {
  text-align: center;
  background: #f7f4f4;
  padding: 18px 0 0 0;
}
.our-blog .single-blog .image {overflow: hidden;}
.our-blog .single-blog .image img {
  width: 100%;
  transition: all .5s ease-in-out;
}
.our-blog .single-blog:hover .image img {
  -webkit-transform:scale3D(1.1,1.1,1);
          transform:scale3D(1.1,1.1,1);
}
.our-blog .single-blog .text .date {font-size: 18px;letter-spacing: 1.25px;}
.our-blog .single-blog .text h4 {margin: 25px 0 15px 0;}
.our-blog .single-blog .text .author {color: rgba(0,0,0,0.8);}
.our-blog .single-blog .text .view-more {
  line-height: 60px;
  background:#dddddd;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: block;
  margin-top: 25px;
}
.our-blog .single-blog {margin-bottom: 50px;}
.our-blog.blog-list .single-blog .text {text-align: left;padding: 30px 0 0 0;}
.our-blog.blog-list .single-blog .text .author,
.our-blog.blog-list .single-blog .text .date {display: inline-block;}
.our-blog.blog-list .single-blog .text .date {margin-right: 30px;}
.our-blog.blog-list .single-blog .text .space-fix {padding: 0 15px 0 50px;}
/*--------------------- Bottom Banner ----------------*/
.bottom-banner {padding: 45px 0;}
.bottom-banner h3 {font-size: 25px;font-weight: normal;color: #fff;margin-top: 12px;}
.bottom-banner .theme-button-one {color: #fff;border-color: #fff;border-width: 2px;}
/*------------------------------ Footer -------------------------*/
.theme-footer {padding: 20px 0 0 0;background: url(../images/home/footer-bg.png) no-repeat center bottom;}
.theme-footer a,.theme-footer li {color: rgba(0,0,0,0.6);}
.theme-footer .footer-logo p {margin: 18px 0 30px 0;font-weight: 400;}
.theme-footer .footer-logo h5 {margin-bottom: 20px;/*! font-weight: normal; */}
.theme-footer .footer-logo ul li {display: inline-block;}
.theme-footer .footer-logo ul li a {
  margin: 0 10px 0 0;
  color: #fff;
  font-size: 20px;
  background: #555555;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 2.5;
  border-radius: 50px;
}
.theme-footer h5 {margin-bottom: 18px;/*! font-weight: normal; */text-transform: uppercase;}
.theme-footer .footer-list ul li a {margin-bottom: 16px;font-weight: 400;}
.theme-footer .Subscribe form {
  height: 50px;
  position: relative;
  margin: 30px 0 20px 0;
}
.theme-footer .Subscribe form input {
  width: 100%;
  height: 100%;
  background: #efeded;
  border: none;
  padding: 0 70px 0 20px;
  color: #656363;
}
.theme-footer .Subscribe form button {
  position: absolute;
  font-size: 18px;
  top:5px;
  right: 5px;
  bottom: 5px;
  padding: 0 25px;
  color: #fff;
}
.theme-footer .bottom-footer {
  text-align: center;
  /*! margin-top: 45px; */
  background: rgba(242,242,242,0.5);
  padding: 23px 0;
}
.theme-footer .bottom-footer p {font-size: 15px;font-weight: 400;}
/*---------------------- Theme Inner Banner ----------------*/
.theme-inner-banner {
  background: url(../images/home/inner-banner.jpg) no-repeat center center;
  background-size: cover;
  /*! margin-bottom: 130px; */
}
.software-bg{background: url(../images/home/software-bg.jpg) no-repeat center center !important;;
  background-size: cover;}
.services-new-bg{background: url(../images/home/services-bg.jpg) no-repeat center center !important;;
  background-size: cover;}
.theme-inner-banner .opacity {background: rgba(0,0,0,0.75);padding: 125px 0;position: relative;}
.theme-inner-banner p {color: #fff;font-weight: 300;}
.theme-inner-banner h2 {font-size: 45px;color: #fff;margin-top: 10px;}
.theme-inner-banner ul {
  background: #111536;
  position: absolute;
  padding: 22px 100px;
  bottom: -33px;
  left:50%;
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
  z-index: 99;
}
.theme-inner-banner ul li {display: inline-block;margin: 0 2px;color: #fff;}
.theme-inner-banner ul li a{color: #fff;}
/*------------------------ About Us ------------------*/
.details-page-overview {padding-top: 60px;}
.details-page-overview h2 {font-size: 26px;margin-bottom: 45px;}
.details-page-overview p {margin-bottom: 25px;}
.details-page-overview h3 {
  font-size: 26px;
  line-height: 35px;
  font-weight: normal;
  padding: 10px 0 35px 0;
}
.details-page-overview ul li {position: relative;padding: 0 0 20px 40px;}
.details-page-overview ul li:before {
  content: "\f103";
  font-family: Flaticon;
  position: absolute;
  top:-4px;
  left:0;
  font-size: 20px;
}
.details-page-overview ul {padding-bottom: 20px;}
/*-------------------- Theme Sidebar ------------------*/
.theme-sidebar .widget-margin {margin-bottom: 60px;}
.sidebar-categories ul li {margin-bottom: 20px;}
.sidebar-categories ul li:last-child,.sidebar-recent-post ul li:last-child a {margin: 0;}
.sidebar-categories ul li a {
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  color: #151515;
  line-height: 53px;
  border: 1px solid #efefef;
  display: block;
  padding-left: 20px;
}
.sidebar-categories ul li a:hover,.sidebar-categories ul li.active a {background: #efefef;}
.sidebar-categories ul li a span {float: right;margin-right: 10px;opacity: 0;}
.sidebar-categories ul li a:hover span {opacity: 1;}
.sidebar-partner-slider {
  border: 1px solid #efefef;
  text-align: center;
  padding: 40px 10px 35px 10px;
}
.sidebar-partner-slider img {margin: 0 auto;border-radius: 50%;width: 58px;height: 58px;}
.sidebar-partner-slider h6 {margin: 15px 0 20px 0;}
.theme-sidebar .sidebar-search {position: relative;height: 55px;}
.theme-sidebar .sidebar-search input {
  width: 100%;
  height: 100%;
  border:1px solid #efefef;
  padding: 0 50px 0 15px;
}
.theme-sidebar .sidebar-search button {
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  width: 48px;
  background: transparent;
  color: #949494;
}
.theme-sidebar .sidebar-search button:before {
  content: '';
  width: 1px;
  background: #efefef;
  position: absolute;
  top:12px;
  bottom: 12px;
  left:0;
}
.theme-sidebar h4 {position: relative;display: inline-block;margin-bottom: 40px;font-weight: normal;}
.theme-sidebar h4:before {
  content: '';
  width: 36px;
  height: 3px;
  position: absolute;
  right: -46px;
  top:14px;
}
.sidebar-recent-post ul li a {
  font-size: 17px;
  color: #151515;
  line-height: 26px;
  margin-bottom: 18px;
}
/*---------------------- Service Details -------------------*/
.service-details .wrapper h2 {font-size: 38px;font-weight: normal;}
.service-details .wrapper h3 {font-weight: normal;font-size: 26px;margin: 20px 0 25px 0;}
.service-details .right-content p {line-height: 30px;}
.service-details .right-content .single-list-content {text-align: center; margin-top: 40px;}
.service-details .right-content .single-list-content i {font-size: 62px;}
.service-details .right-content .single-list-content h4 {font-size: 20px;font-weight: normal;margin: 7px 0 30px 0;}
.service-details .right-content .image {margin: 55px 0;}
.service-details .right-content .f2 {
  font-size: 20px;
  line-height: 34px;
  color: rgba(21,21,21,0.6);
  margin-top: 35px;
}
.service-details .left-content .text-center h4 {font-size: 20px;font-weight: normal;margin: 55px 0 30px 0;}
.service-details .left-content .text-center h4 span {
  font-weight: 700;
  font-size: 30px;
  margin-right: 5px;
}
.page-changer {padding-top: 50px;}
.page-changer li a {font-size: 18px;margin-top: 15px;}
.page-changer li a i {font-size: 22px;vertical-align: middle;}
/*------------------- Project Details ----------------*/
.project-details .project-onformation {background: #f2f1f1;padding: 55px 10px 42px 40px;}
.project-details .project-onformation li h6 {
  font-size: 16px;
  font-weight: normal;
  color: #151515;
}
.project-details .project-onformation li p {font-size: 14px;margin: 20px 0 35px 0;}
.project-details .project-onformation li:last-child p {margin-bottom: 0;}
/*--------------------- Blog Details ----------------*/
.blog-details .blog-title {background: #f7f4f4;padding: 35px 10px 50px 50px;margin-bottom: 40px;}
.blog-details .blog-title ul li {display: inline-block;margin-right: 25px;}
.blog-details .blog-title ul li:first-child {letter-spacing: 1.25px;font-size: 18px;}
.blog-details .blog-title ul li:last-child  {margin-right: 0;}
.blog-details .blog-title h3 {margin-top: 15px;}
.blog-details .blog-post-data .text-wrapper {border-bottom: 1px solid #eae9e9;padding: 0 0 30px 50px;}
.blog-details .blog-post-data .text-wrapper p {line-height: 30px;margin-bottom: 25px;}
.blog-details .blog-post-data .text-wrapper .bold-text {font-size: 18px;color: rgba(0,0,0,0.8);}
.blog-details .blog-post-data .text-wrapper ul li {
  font-size: 18px;
  color: rgba(0,0,0,0.8);
  position: relative;
  padding: 0 0 16px 30px;
  font-weight: 600;
}
.blog-details .blog-post-data .text-wrapper ul li:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top:7px;
  left:0;
}
.blog-details .blog-post-data .text-wrapper ul {padding: 35px 0 15px 0;}
.blog-details .page-changer li a i {font-size: 12px;vertical-align: 2px;}
.blog-details .page-changer {padding-top: 30px;}
.blog-details .share-option {position: relative;}
.blog-details .share-option .social-icon {
  position: absolute;
  top:47px;
  left:50%;
  z-index: 9;
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
}
.blog-details .share-option .social-icon li {display: inline-block;}
.blog-details .share-option .social-icon li a {color: rgba(0,0,0,0.5); margin: 0 10px;}
.blog-details .blog-post-data .title-inner {font-size: 24px;font-weight: normal;margin:75px 0 50px 0;}
.blog-details .blog-post-data .author-data {background: #f7f4f4;padding: 20px 12px;}
.blog-details .blog-post-data .author-data img {
  width: 124px;
  height: 124px;
  border-radius: 50%;
}
.blog-details .blog-post-data .author-data .text {width: calc(100% - 124px);padding-left: 30px;}
.blog-details .blog-post-data .author-data .text h5 {font-weight: normal;margin:20px 0;}
.blog-details .blog-post-data .reply-comment-section form input {
  width: 100%;
  height: 60px;
  background: #f7f4f4;
  border:none;
  padding: 0 15px;
  margin-bottom: 30px;
}
.blog-details .blog-post-data .reply-comment-section form textarea {
  width: 100%;
  max-width: 100%;
  height: 240px;
  background: #f7f4f4;
  border:none;
  padding:15px;
  margin-bottom: 30px;
}
.blog-details .blog-post-data .reply-comment-section form button {color: #fff;}
/*------------------------------ Contact US --------------------------*/
.contact-form h2 {
  font-weight: normal;
  font-size: 52px;
  letter-spacing: 2.5px;
  margin-bottom: 25px;
}
.contact-form form {margin-top: 100px;}
.contact-form form input {
  width: 100%;
  height: 66px;
  /*! background: #f7f4f4; */
  border-bottom: 2px solid #075295;
  padding: 0 20px;
  margin-bottom: 20px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.contact-form form textarea {
  width: 100%;
  max-width: 100%;
  height: 100px;
  margin-top: 50px;
  border: none;
  margin-bottom: 50px;
  border-bottom: 2px solid #075295;
  border-radius: 0;
}
.contact-form form button {color: #fff;margin: auto;}
.contact-form form textarea:focus {border-bottom-color: #35b8f8;}
.contact-address .address {padding:30px 0 0px 0;}
.contact-address .address li {
  position: relative;
  /*! padding-left: 80px; */
  line-height: 30px;
  padding-bottom: 45px;
}
.contact-address .address li i {
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: #e9e9e9;
  position: absolute;
  top:-12px;
  left:0;
  font-size: 25px;
}
.contact-address .address li i.fa-envelope-o {font-size: 20px;}
.contact-address .icon li {display: inline-block;}
.contact-address .icon li a {
  width: 58px;
  line-height: 58px;
  text-align: center;
  background: #075295;
  color: #fff;
  margin-right: 18px;
  border-radius: 50px;
  font-size: 24px;
}
.contact-address .icon li:last-child a {margin-right: 0;}
.contact-address .icon li a:hover {background: #2d9af6;}
.si-content {text-align: center;width: 250px;}
.si-content p {margin-top: 15px;}
.si-has-border .si-content-wrapper {border: none;}
.si-shadow-wrapper-top {opacity: 0;}
.map-canvas {width: 100%;height: 410px;}
/*======================= Form Validation ===================*/
.alert-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height:100%;
  background: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  z-index: 9999999;
}
#success,
#error {
  position: relative;
  width:500px;
  height: 100px;
  top: calc(50% - 50px);
  left:calc(50% - 250px);
  background: rgba(0,0,0,0.8);
  text-align: center;
}
#success .wrapper,
#error .wrapper {
  display: table;
  width:100%;
  height: 100%;
}
#success .wrapper p,
#error .wrapper p{
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 1px;
}
#success {
  color: #26ace3;
}
#error {
  color: #C9182B;
}
#error button,
#success button {
  color:#fff;
  width:40px;
  height:40px;
  line-height: 20px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 20px;
}
.form-validation label.error {display: none !important;}
.form-validation input.error {border:1px solid #f03838 !important;}
.form-validation textarea.error {border-bottom:1px solid #f03838 !important;}

/*--------------------- Error Page --------------*/
/*
.error-page {text-align: center;padding: 170px 0 150px 0;}
.error-page strong {
  font-family: 'Noto Sans', sans-serif;
  font-size: 128px;
  font-style: italic;
  font-weight: 700;
  color: #2b292d;
  display: block;
}
.error-page strong img {display: inline-block;vertical-align: top;}
.error-page h4 {
  display: inline-block;
  color: #2b292d;
  letter-spacing: 2.5px;
  margin: 20px 0 115px 180px;
}
.error-page .container {position: relative;}
.error-page .container:before,
.error-page .container:after {
  content: url(../images/logo/icon3.png);
  position: absolute;
}
.error-page .container:before {top:-150px;right: 80px;}
.error-page .container:after {bottom: 25px;left:80px;}
*/

/*------------------------------ FAQ Page ----------------------*/
.faq-page .panel {
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-bottom: 10px;
}
.faq-page .panel-heading {
  padding: 0;
  border-radius: 0;
  border: 1px solid #f3f0f0;
  text-align: center;
}
.faq-page .panel-heading h5 a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #151515;
  line-height: 26px;
  position: relative;
  display: block;
  padding: 19px 57px 19px 0;
}
.faq-page .panel-heading h5 a:before {
  content: '?';
  position: absolute;
  font-family: 'font-awesome';
  width: 56px;
  height: 100%;
  top:0;
  right: 0;
  line-height: 64px;
  color: #fff;
  font-size: 12px;
}
.faq-page .panel-heading.active-panel h5 a:before {content: '?';}
.faq-page .faq-panel .panel-body {
  border: 1px solid #edecec;
  border-top: none !important;
  padding: 40px 20px 40px 30px;
}
.faq-page .faq-panel .panel-body img {margin: 0 auto;}
/*-------------------- Our Team ---------------------*/
.our-team .single-team-member img {width: 100%;}
.our-team .single-team-member .text {text-align: center;padding-top: 25px;}
.our-team .single-team-member .text h6 {font-size: 16px;font-weight: normal;margin-bottom: 5px;}
.our-team .single-team-member .text ul li {display: inline-block;margin: 12px 8px 0 8px;}
.our-team .single-team-member .text ul li a {color: rgba(0,0,0,0.5);}
.our-team .single-team-member {margin-bottom: 40px;}
/*----------------------- Shop Page ---------------------*/
.shop-sidebar .search {height: 45px;position: relative;}
.shop-sidebar .search input {
  width: 100%;
  height: 100%;
  background: #eeeeee;
  border: none;
  padding: 0 102px 0 10px;
  font-style: italic;
  font-size: 15px;
}
.shop-sidebar .search button {
  position: absolute;
  width: 100px;
  height: 100%;
  top:0;
  right: 0;
  color: #fff;
}
.shop-sidebar h4 {
  position: relative;
  font-weight: normal;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.shop-sidebar h4:before {
  content: '';
  position: absolute;
  bottom: 0;
  left:0;
  width: 85px;
  height: 2px;
}
.shop-sidebar .sidebar-shop-categories {margin: 60px 0;}
.shop-sidebar .sidebar-shop-categories ul li a {
  font-weight: 500;
  color: #888787;
  display: block;
  margin-bottom: 15px;
}
.shop-sidebar .shop-popular-product ul li img {width: 100px;}
.shop-sidebar .shop-popular-product ul li .name {
  width: calc(100% - 100px);
  padding-left: 20px;
}
.shop-sidebar .shop-popular-product ul li .name h6 a {
  font-weight: 500;
  color: #242222;
  display: block;
  margin: 13px 0;
}
.shop-sidebar .shop-popular-product ul li .name strong {font-weight: 700;color: #212121;display: block;font-size: 18px;}
.shop-sidebar .shop-popular-product ul li {margin-bottom: 30px;}
.shop-product .single-product .image {overflow: hidden;}
.shop-product .single-product .image img {
  transition:all 0.5s ease-in-out;
  width: 100%;
}
.shop-product .single-product:hover .image img {
  -webkit-transform:scale3D(1.1,1.1,1);
          transform:scale3D(1.1,1.1,1);
}
.shop-product .single-product .info {
  border: 1px solid #f3f3f3;
  border-top: none;
  text-align: center;
  padding: 32px 0 35px 0;
  margin-bottom: 30px; 
}
.shop-product .single-product .info h6 a {display: block;font-size: 18px;}
.shop-product .single-product .info strong {
  font-weight: 700;
  display: block;
  color: #242222;
  font-size: 18px;
  margin: 12px 0 15px 0;
}
.shop-product .single-product .info>a {
  width: 130px;
  line-height: 40px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}
.shop-pagination {text-align: center;margin-top: 20px;}
.shop-pagination li {display: inline-block;vertical-align: middle;}
.shop-pagination li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  margin: 0 4px;
}
.shop-pagination li:last-child a {font-size: 12px;margin-left: 12px;}
.shop-details .single-product-details img {width: 54%;}
.shop-details .single-product-details .product-order-details {
  width: 46%;
  padding-left: 30px;
}
.shop-details .single-product-details .product-order-details h3 {font-size: 30px;}
.shop-details .single-product-details .product-order-details .price li {
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
}
.shop-details .single-product-details .product-order-details .price li:first-child {font-weight: 500;font-size: 32px;}
.shop-details .single-product-details .product-order-details .price li:nth-child(2) {
  font-weight: 500;
  font-size: 24px;
  color: rgba(36,34,34,0.7);
  margin: 0 12px 0 30px;
}
.shop-details .single-product-details .product-order-details .price li:nth-child(3) {
  font-size: 14px;
}
.shop-details .single-product-details .product-order-details .price {margin: 16px 0 3px 0;}
.shop-details .single-product-details .product-order-details .rating li {
  display: inline-block;
  margin-right: 3px;
  color: #f86227;
}
.shop-details .single-product-details .product-order-details .rating {margin: 20px 0 30px 0;}
.shop-details .single-product-details .product-order-details .clearfix ul li {
  display: inline-block;
  vertical-align: middle;
}
.shop-details .single-product-details .product-order-details .clearfix ul li button {
  width: 70px;
  height: 40px;
  color: #fff;
  font-size: 18px;
}
.shop-details .single-product-details .product-order-details .clearfix ul li input {
  height: 40px;
  border: none;
  padding: 0;
  background: #eeeded;
  text-align: center;
  font-size: 18px;
  margin: 0 2px;
  font-weight: 600;
}
.shop-details .single-product-details .product-order-details .clearfix a {
  width: 130px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.shop-details .single-product-details .product-order-details .clearfix {margin-top: 60px;}
.shop-details .review-tab {margin: 80px 0 100px 0;}
.shop-details .review-tab .nav-tabs > li {margin: 0;}
.shop-details .review-tab .nav-tabs > li > a {
  line-height: 60px;
  font-weight: 600;
  font-size: 22px;
  color: #242222;
  border: none;
  padding: 0 55px;
  background: #eaede8;
  border-radius: 0;
}
.shop-details .review-tab .nav-tabs {border: none; margin: 0 0 40px 0;}
.shop-details .review-tab .nav-tabs > li.active > a,
.shop-details .review-tab .nav-tabs > li.active > a:hover,
.shop-details .review-tab .nav-tabs > li.active > a:focus {color: #fff;}
.shop-details .review-tab .tab-pane p {
  font-size: 18px;
  line-height: 35px;
}
.shop-details .review-tab .tab-pane h4 {margin-bottom: 40px;}
.shop-details .review-tab .tab-pane ul li {
  line-height: 45px;
  font-size: 18px;
}
.shop-details .related-product h4 {
  position: relative;
  font-size: 22px;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.shop-details .related-product h4:before {
  content: '';
  position: absolute;
  bottom: 0;
  left:0;
  width: 85px;
  height: 2px;
}
.shop-details .related-product .item {margin: 0 15px;}



/*bootstrap 4 custom edit*/



.navbar-dark .navbar-nav .nav-link {
    color: rgba(32, 32, 32, 0.5);
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #075295;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #075295;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}


.get-a-free-quote {
    background: #075295;
    color: #fff;
    text-transform: uppercase;
    margin-left: 50px;
    border-radius: 5px;
}


.scroll-downs {
  position: absolute;
  top: 90%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  
  width :34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}


.home-about h2{margin-bottom: 50px; font-weight: 300;font-size: 45px;color: #075295;}

.features-bg{
background: rgba(22,150,139,1);
background: -moz-linear-gradient(left, rgba(22,150,139,1) 0%, rgba(43,180,169,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(22,150,139,1)), color-stop(100%, rgba(43,180,169,1)));
background: -webkit-linear-gradient(left, rgba(22,150,139,1) 0%, rgba(43,180,169,1) 100%);
background: -o-linear-gradient(left, rgba(22,150,139,1) 0%, rgba(43,180,169,1) 100%);
background: -ms-linear-gradient(left, rgba(22,150,139,1) 0%, rgba(43,180,169,1) 100%);
background: linear-gradient(to right, rgb(7, 82, 149) 0%, rgb(21, 114, 196) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16968b', endColorstr='#2bb4a9', GradientType=1 );
 
}



.features-bg h2{
font-weight: 400;
color: #fff;
font-size: 45px;
margin-bottom: 20px;
}

.features-bg-img{background:url(../images/home/grow.png) bottom right no-repeat; 
                  width: 100%; 
                  height: auto;
                  float: left;
                padding: 120px;
min-height: 569px;
}




.footer-logo{margin-bottom: 30px;}

.theme-footer .footer-logo ul li a:hover{color: #fff !important;
                                          background: #0f61a9 !important;}


.footer-list{padding-top: 20px;}

.default_divider {
    width: 70px;
    margin: 20px auto;
        margin-left: 0;
    border-top: 4px solid #075295;
}

/*.theme-footer .footer-list ul li a:hover{color: #2287db !important;}*/

.form_icon {
    font-size: 35px !important;
    padding: 0;
    float: left;
    width: 40px;
    height: 53px;
    line-height: 1.5;
    margin-right: 15px;
}



.content {
  margin: auto;
  width: 100%;
 
  
}

.slick-slider {
  margin: 30px auto 50px;
}

.slick-prev,
.slick-next {
  color: white;
  opacity: 1;
  height: 40px;
  width: 40px;
  margin-top: -20px;
}
.slick-prev path,
.slick-next path {
  fill: rgba(255, 255, 255, 0.4);
}
.slick-prev:hover path,
.slick-next:hover path {
  fill: #FFFFFF;
}

.slick-prev {
  left: -35px;
}

.slick-next {
  right: -35px;
}

.slick-prev:before,
.slick-next:before {
  content: none;
}

.slick-dots li button:before {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  font-size: 8px;
}

.slick-dots li.slick-active button:before {
  color: #FFFFFF;
}

.octogon {
  -webkit-clip-path: polygon(50% 0%, 38.11% 6.7%, 24.99% 6.72%, 18.06% 18.44%, 6.7% 25%, 6.56% 38.64%, 0% 50%, 6.7% 61.89%, 6.7% 75%, 18.44% 81.94%, 25% 93.3%, 38.64% 93.44%, 50% 100%, 61.88% 93.3%, 75% 93.3%, 81.94% 81.56%, 93.3% 74.9%, 93.44% 61.36%, 100% 50%, 93.3% 38.11%, 93.3% 25%, 81.56% 18.06%, 74.96% 6.7%, 61.36% 6.56%, 50% 0%);
  clip-path: url(#octogon);
  height: 140px;
  width: 140px;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 5% 0%;
  }
  50% {
    background-position: 96% 100%;
  }
  100% {
    background-position: 5% 0%;
  }
}
@keyframes gradient {
  0% {
    background-position: 5% 0%;
  }
  50% {
    background-position: 96% 100%;
  }
  100% {
    background-position: 5% 0%;
  }
}


.testimonials-bg {
    padding: 35px 0;
}


section {
    width: 100%;
    /*! height: 100vh; */
    box-sizing: border-box;
}
section.sec1 {
    background: url(../images/home/bg-contact.jpg) center  no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}


.content_box {
    text-align: center;
    margin-bottom: 45px;
}

.content_box .content_number {
    font-size: 18px;
}

.content_box .content_icon {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 20px;
    color: #1b1b1b;
    margin-bottom: 1rem;
    color: #29b0a5;
    width: 110px;
    height: 110px;
    /*! background: #fff; */
    text-align: center;
    line-height: 2.4;
    border-radius: 80px;
    border: 1px solid #fff;
    padding: 25px 0;
    margin-right: 25px;
    display: inline-flex;
}

.content_box .content_icon img {
    margin-left: auto;
    margin-right: auto;
}

.content_box.text-left .content_icon img {
    margin-left: initial;
    margin-right: auto;
}

.content_box.text-right .content_icon img {
    margin-left: auto;
    margin-right: initial;
}

.content_box .content_icon_img {
    margin-bottom: 20px;
}

.content_box .content_icon.circle_icon {
    text-align: center;
    border-radius: 50%;
    width: 74px;
    height: 74px;
    line-height: 74px;
    background: #fafafa;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

.content_box.align-left .content_icon.circle_icon {
    margin-left: 0;
}

.content_box.align-right .content_icon.circle_icon {
    margin-right: 0;
}

.content_box.content_box_align_right .content_icon.circle_icon {
    margin-left: 20px;
}

.content_box_align_left {
    text-align: left;
}

.content_box.content_box_align_left .content_icon.circle_icon {
    margin-right: 20px;
}

.content_box.shield_bg {
    position: relative;
    padding: 55px 30px 0 30px;
    border-top: 6px solid #e1e4e3;
    background-color: #f0f3f2;
    background-position: center top;
    margin-bottom: 100px;
    font-size: 13px;
}

.content_box.shield_bg:after {
    content: '';
    position: absolute;
    bottom: -78px;
    left: 0;
    width: 100%;
    height: 50%;
    /* border-left: 70px solid transparent; */
    /* border-right: 70px solid transparent; */
    border-bottom: 85px solid #f0f3f2;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.content_img {
    margin-bottom: 20px;
    float: left;
}

.content_box_align_left .content_icon {
    float: left;
}


.content_box_align_left .content_info {
    margin-left: 84px;
    padding-top: 25px;
}

.content_info h6 {
    font-size: 14px;
    margin-bottom: 10px;
}

.content_box_align_right {
    text-align: right;
}

.content_box_align_right .content_icon {
    float: right;
}

.content_box_align_right .content_info {
    margin-left: 0;
    margin-right: 84px;
}

.content_box h1,
.content_box h2,
.content_box h3,
.content_box h4,
.content_box h5,
.content_box h6 {
    position: relative;
    margin-top: 0;
    margin-bottom: 8px;
    color: #fff;
    text-transform: uppercase;
}

.content_info .read_more {
    font-weight: 600;
}

@media only screen and (max-width: 950px) {
    .content_box {
        margin-bottom: 50px;
    }
    .content_shadow_text_box .content_img,
    .content_shadow_text_box .content_info {
        display: block;
        width: 100%;
        margin: 0;
    }
    .text_half_overlay .content_info {
        margin: -115px 15px 0;
    }
}



.grid {
  position: relative;
  margin: 0 auto;
  /*! padding: 1em 0 4em; */
  /*! max-width: 1000px; */
  list-style: none;
  text-align: center;
  width: 100%;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0px 0%;
  /*! min-width: 320px; */
  /*! max-width: 475px; */
  /*! max-height: 370px; */
  width: 25%;
  /*! background: #3085a3; */
  text-align: center;
  cursor: pointer;
}


.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  /*! opacity: 0.8; */
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  /*! text-transform: uppercase; */
  /*! font-size: 1.25em !important; */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*! background: rgba(0,0,0,0.5); */
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 14px;
}


/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
  background: #4a3753;
}

figure.effect-honey img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-honey:hover img {
  opacity: 0.5;
}

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0,10px,0);
  transform: translate3d(0,10px,0);
}

figure.effect-honey h2 {
  position: absolute;
  bottom: 100px;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0,-30px,0);
  transform: translate3d(0,-30px,0);
  color: #fff;
}

figure.effect-honey p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em 1.5em;
    width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
    color: #fff;
}


figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-30px,0);
  transform: translate3d(0,-30px,0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
  /*! background: #42b078; */
}

figure.effect-sarah img {
  max-width: none;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0px,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-sarah:hover img {
  /*! opacity: 0.4; */
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-sarah:hover figcaption {
    background: rgba(7, 82, 149, 0.72);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: 0.5s;
}

figure.effect-sarah figcaption {
  text-align: left;
  transition: 0.5s;
  padding-top: 130px;
}

figure.effect-sarah h3 {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
  color: #fff;
}

figure.effect-sarah h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h3::after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-sarah p {
  padding: 1em 0;
  /*! opacity: 0; */
  /*! -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; */
  /*! transition: opacity 0.35s, transform 0.35s; */
  /*! -webkit-transform: translate3d(100%,0,0); */
  /*! transform: translate3d(100%,0,0); */
}

figure.effect-sarah:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


.project{padding: 50px 0;}

.project h5,h3{font-weight: 700; color: #292727; padding-bottom: 15px;}

.view-all{padding: 20px 0;
font-size: 18px;
text-align: center;}


.image-box {
  box-shadow: 0 10px 6px -6px #a8b3b6;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.image-box:hover {
  box-shadow: none;
}
.image-box .image-box-inner .overlay-top {
  background: rgba(0,0,0,0.8);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.image-box .image-box-inner .overlay-top h1,
.image-box .image-box-inner .overlay-top h2,
.image-box .image-box-inner .overlay-top h3,
.image-box .image-box-inner .overlay-top h4,
.image-box .image-box-inner .overlay-top h5,
.image-box .image-box-inner .overlay-top h6,
.image-box .image-box-inner .overlay-top p,
.image-box .image-box-inner .overlay-top span {
  color: #fff;
}
.image-box .image-box-inner .overlay-bottom {
  background: rgba(0,0,0,0.8);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.image-box .image-box-inner .overlay-bottom h1,
.image-box .image-box-inner .overlay-bottom h2,
.image-box .image-box-inner .overlay-bottom h3,
.image-box .image-box-inner .overlay-bottom h4,
.image-box .image-box-inner .overlay-bottom h5,
.image-box .image-box-inner .overlay-bottom h6,
.image-box .image-box-inner .overlay-bottom p,
.image-box .image-box-inner .overlay-bottom span {
  color: #fff;
}
.image-box .image-box-inner .overlay-bottom a {
  color: #2196f3;
}
.image-box .body {
  background-color: #f2f2f2;
}
.image-box .body .tags .fa,
.image-box .body .tags .tag {
  margin-right: 10px;
}
.image-box .body .btn {
  margin-left: 2px;
}
.image-box .body.bg-dark {
  background-color: #373737;
  color: #ededed;
}
.image-box .body.bg-primary {
  background-color: #2196f3;
  color: #ededed;
}
.image-box .body.bg-white {
  background-color: #fff;
  color: #808080;
}
.horizontal-image-boxes .image-box {
  box-shadow: none;
}
.horizontal-image-boxes .row {
  background-color: transparent;
}
.horizontal-image-boxes .row .body {
  background-color: transparent;
}
.horizontal-image-boxes .row .body h4 a {
  color: #2196f3;
}
.image-box-transition .image-date .first {
  background: #2196f3;
}
.image-box-transition .image-date .second {
  background: #0d89ec;
}
.image-box-transition .image-date .first span,
.image-box-transition .image-date .second span {
  color: #ebebeb;
}
.image-box-transition .image-box-transition-inner .overlay {
  background: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.75));
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.image-box-transition .image-box-transition-inner .body {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.image-box-transition .image-box-transition-inner .body p {
  color: #d4d4d4;
}
.image-box-transition .image-box-transition-inner:hover .overlay,
.image-box-transition .image-box-transition-inner:hover .body {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.image-box-3 {
  box-shadow: none;
}
.image-box-3 .overlay-container {
  /*! background-color: #2196f3; */
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.image-box-3 .overlay-container h1,
.image-box-3 .overlay-container h2,
.image-box-3 .overlay-container h3,
.image-box-3 .overlay-container h4,
.image-box-3 .overlay-container h5,
.image-box-3 .overlay-container h6,
.image-box-3 .overlay-container p {
  color: #fff !important;
}
.image-box-3:hover .overlay-container {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.image-box-video .image-box-video-inner .body-play .fa {
  color: #fff;
  background-color: #2196f3;
}
.image-box-video .body-styled {
  background-color: #e6e6e6;
}
.image-box-3 .overlay-container.black-transparent {
  background-color: rgba(0,0,0,0.7);
}
.image-box {
  /*! margin: 30px 0px; */
}
.image-box .image-box-inner {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.image-box .image-box-inner .overlay-top {
  position: absolute;
  width: 100%;
  top: -70%;
  height: 70%;
  text-align: center;
  padding: 45px 0px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.image-box .image-box-inner .overlay-bottom {
  position: absolute;
  color: #fff;
  width: 100%;
  bottom: -30%;
  height: 30%;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.image-box .image-box-inner:hover .overlay-top {
  top: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.image-box .image-box-inner:hover .overlay-bottom {
  bottom: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.image-box.image-box-fade .image-box-inner .overlay-top {
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.image-box.image-box-fade .image-box-inner .overlay-bottom {
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.image-box.image-box-fade .image-box-inner:hover .overlay-top,
.image-box.image-box-fade .image-box-inner:hover .overlay-bottom {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.image-box .body {
  text-align: left;
  padding: 20px 15px;
}
.image-box .body.text-center {
  text-align: center;
}
.horizontal-image-boxes .image-box {
  margin-bottom: 30px;
}
.horizontal-image-boxes .image-box .row >div {
  padding: 0;
  margin: 0;
}
.horizontal-image-boxes .image-box .body {
  padding-left: 40px;
  padding-top: 0px;
}
.horizontal-image-boxes .image-box .body h4 {
  margin-top: 12px;
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 12px;
}
.horizontal-image-boxes .image-box .body ul.list-inline {
  padding-left: 4px;
}
.horizontal-image-boxes .image-box .body ul.list-inline li {
  padding: 0;
}
.horizontal-image-boxes .image-box .body ul.list-inline li:first-child:before {
  content: '';
}
.horizontal-image-boxes .image-box .body ul.list-inline li:before {
  content: '- ';
}
.horizontal-image-boxes .image-box .body ul.list-inline li a:hover {
  color: #2196f3;
}
.horizontal-image-boxes .image-box .meta {
  padding: 0;
  margin-top: 20px !important;
}
.horizontal-image-boxes .image-box .meta .btn {
  padding: 10px 35px;
  margin-top: 0px;
  margin-bottom: 0;
  margin-left: 0;
}
.horizontal-image-boxes .image-box .meta .price {
  font-size: 18px;
  font-weight: 200;
  margin-top: 0px;
  position: relative;
  top: 8px;
  left: -17px;
}
.image-box-3 {
  position: relative;
}
.image-box-3 .image-box-inner .overlay-container {
  position: absolute;
  top: 5%;
  bottom: 5%;
  /*! left: 5%; */
  /*! right: 5%; */
  cursor: pointer;
  /*! padding: 15px; */
}
/*@media (max-width: 500px) {
  .image-box-3 .image-box-inner .overlay-container p {
    display: none;
  }
}*/
.image-box-3.image-box-3-slide-from-left .overlay-container {
  opacity: 1;
  visibility: visible;
  right: 100%;
  left: -100%;
}
.image-box-3.image-box-3-slide-from-left:hover .overlay-container,
.image-box-3.image-box-3-slide-from-left:focus .overlay-container {
  left: 5%;
  right: 5%;
}
.image-box-3.image-box-3-slide-from-right .overlay-container {
  opacity: 1;
  visibility: visible;
  right: -100%;
  left: 100%;
}
.image-box-3.image-box-3-slide-from-right:hover .overlay-container,
.image-box-3.image-box-3-slide-from-right:focus .overlay-container {
  left: 5%;
  right: 5%;
}
.image-box-3.image-box-3-slide-from-top .overlay-container {
  opacity: 1;
  visibility: visible;
  top: -100%;
  bottom: 100%;
}
.image-box-3.image-box-3-slide-from-top:hover .overlay-container {
  top: 5%;
  bottom: 5%;
}
.image-box-3.image-box-3-slide-from-bottom .overlay-container {
  opacity: 1;
  visibility: visible;
  top: 70%;
  bottom: 0%;
  /*! -webkit-transform: rotate(90deg); */
  /*! -ms-transform: rotate(90deg); */
  /*! transform: rotate(-6deg); */
  /*! left: -20px; */
  /*! right: -40px; */
}
.image-box-3.image-box-3-slide-from-bottom:hover .overlay-container {
  top: 50%;
  bottom: 0%;
}
.image-box-transition .image-date >div {
  padding: 10px 20px;
}
.image-box-transition .image-box-transition-inner {
  position: relative;
}
.image-box-transition .image-box-transition-inner .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.image-box-video .body-styled {
  margin-top: -20px;
  padding: 12px;
  padding-top: 18px;
}
.image-box-video .details {
  padding: 0;
}
.image-box-video .details li {
  margin: 0;
  padding: 0;
}
.image-box-video .details li a {
  margin: 0;
}
.image-box-video .image-box-video-inner {
  position: relative;
}
.image-box-video .image-box-video-inner .body-play {
  background: rgba(0,0,0,0.75);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.image-box-video .image-box-video-inner .body-play a {
  vertical-align: middle;
  resize: both;
  cursor: pointer;
}
.image-box-video .image-box-video-inner .body-play a .fa {
  width: 90px;
  height: 90px;
  padding: 30px;
  font-size: 30px;
  line-height: 30px;
  position: relative;
  text-align: center;
  margin-bottom: 25px;
  display: inline-block;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  font-size: 22px;
  line-height: 55px;
  padding: 0px !important;
}
.image-box-video .image-box-video-inner .body-play a:hover {
  text-decoration: none;
}
.image-box-video .image-box-video-inner .body-play:hover {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  .horizontal-image-boxes .body {
    padding-top: 0px !important;
  }
}
@media (max-width: 768px) {
  .horizontal-image-boxes .body {
    padding-left: 0 {"font-size":"(\"(15.5px)\")","line-height":"(\"(1.8)\")","letter-spacing":"(\"(0.7px)\")","color":"(\"((#777))\")"};
  }
}
@media (max-width: 300px) {
  .image-box .image-box-inner .overlay-top {
    padding-top: 12px;
  }
}
.table-middle {
  display: table !important;
  height: 100% !important;
  width: 100% !important;
}
.table-middle .table-middle-row {
  display: table-cell !important;
  vertical-align: middle !important;
  height: 100% !important;
}



.skew-box-wrapper {
  position: relative;
}

.skew-box {
  margin-bottom: 40px;
  /*! transform: skew(-10deg) rotate(-10deg); */
  background-color: @yellow;
  /*! width: 490px; */
  background: #4a4a4a;
}

.skew-box-inner {
  padding: 60px 40px 130px;
  color: @white;
  /*! transform: skew(10deg) rotate(10deg); */
  p {
    & + p { 
      margin-top: 20px;
    }
  }
}


.nopadding{padding: 0;}

.services h3{position: absolute;
z-index: 1;
top: 37px;
left: 30px;
color: #fff;
text-transform: uppercase;
font-weight: 700;
}

.services p {position: absolute;
z-index: 1;
top: 120px;
left: 30px;
color: #fff;

}



.services-bg{background: #efefef;
padding: 0px 0 50px;}


section.client {
  padding:0em 0em 2em;
  /*! background-color: #eee; */

}
section.client .section-title {
  margin-bottom: 6em;
}
.bx-controls {
  position: relative;
}
.bx-wrapper .bx-pager {
    text-align: center;
    padding-top: 30px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #a5aaa9;
    text-indent: -9999px;
    display: block;
    width: 30px;
    height: 6px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.section-title h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 6px;
    color: #000;
    letter-spacing: 0.3px;
    padding: 0;
}
.section-title::after {
    content: "";
    height: 3px;
    background: #fbb900;
    width: 80px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.bx-wrapper .bx-pager.bx-default-pager .active{background: #075295;}

.contact-detail{font-size: 30px;/*! font-weight: 700; */}

.s-box .circle {
    /*! height: 84px; */
    /*! width: 84px; */
    border-radius: 50px;
    /*! background: #00aeef; */
    text-align: center;
    display: inline-block;
}


.s-box{width: 90px;
height: 90px;
background: #075295;
border-radius: 50px;
margin: auto;
    margin-top: auto;
color: #fff;
font-size: 30px;
margin-top: -35px;
padding: 20px 0;}

.about-mission {
    padding: 50px 10px;
    color: #000;
    font-weight: 300;
    border-left: 2px solid #f0f0f0;
    margin: 30px 0;
}

.about-mission p{font-size: 16px !important;;}

.about-mission p, h3{color: #030303;font-weight: 300;font-size: 40px;}

@media only screen and (max-width: 600px) {
   .features-bg h2 {
    
    font-size: 29px;
    
}
.features-bg-img {
    padding: 30px;
    
}

.consultant-banner h3 {
    
    line-height: 1;
}

.form_icon {width: 100%;}

.theme-footer {
    background: transparent;
    text-align: center;
}

.content_box_align_left .content_info {
    margin-left: 0px;
    text-align: center;
    margin-top: 20px;
}

.default_divider {

  margin-left: auto !important;

}

.content_box_align_left .content_icon {
   margin: auto;
display: flex;
align-items: center;
float: none;
}
.top-margin {
    margin-right: 0px !important;
}
.image-box-3.image-box-3-slide-from-bottom .overlay-container {
   
    top: 40%;
}
.image-box-3.image-box-3-slide-from-bottom:hover .overlay-container {
    top: 30%;
    
}
.features-bar{margin-left: 0px;}

header .top-header p {
    text-align: center;
}

}


.navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(11, 11, 11, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.top-margin{margin-right: 20px;}

.features-bar{margin-left: 15px;}

.white p{color:#fff !important}
.white h3{color:#fff !important}


/*portfolio*/


.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  *zoom: 1;
}
.list-inline li {
  margin: 0;
  padding: 0 5px;
  display: inline-block;
}
.list-inline li a {
  color: #111;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  background-color: #b3b3b3;
  padding: 1rem 2rem;
  border-radius: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.list-inline li a h5 {
  font-size: .75rem;
  line-height: 1rem;
  font-weight: 600;
  margin: 0;
  color: #fff;
}
.list-inline li a.active, .list-inline li a:hover {
  background: linear-gradient(to right, #09569b 0%, #2e9efb 100%);
  color: #fff;
}
.list-inline li a.active, .list-inline li a h5:hover {
    color: #fff;
}

.portfolio-filters {
  text-align: center;
  margin: 4rem auto 3rem;
}

.portfolio {
  width: 100%;
}


.portfolio-item .portfolio-image {
  overflow: hidden;
  display: block;
  position: relative;
}
.portfolio-item .portfolio-image > img {
  width: 100%;
  height: auto;
  display: block;
}
.portfolio-item > a {
  display: block;
}
.portfolio-item > a .project-overlay {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.9);
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
}
.portfolio-item > a .project-overlay .project-info {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: 0px;
  opacity: 0;
  transition: all 0.3s ease 0.3s;
}
.portfolio-item > a .project-overlay .project-info i.fa {
  margin-bottom: 1rem;
  background-color: #fff;
  font-size: 22px;
  line-height: 48px;
  width: 48px;
  height: 48px;
  color: #000;
  border-radius: 32px;
}
.portfolio-item > a .project-overlay .project-info .project-name {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 0 0 .5rem;
  color: #fff;
}
.portfolio-item > a .project-overlay .project-info p {
  color: #999;
  font-size: .85rem;
  margin: 0 1rem 1rem;
}
.portfolio-item > a:hover .project-overlay {
  opacity: 1;
  transition: all 0.2s ease;
}
.portfolio-item > a:hover .project-overlay .project-info {
  margin-top: -60px;
  opacity: 1;
}


.modal-header {

    padding: 15px 20px 0 0;
    border-bottom: 0px solid #e9ecef;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}







.quote .lead {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
   
    color: #06131a;
    margin-bottom: 20px;
}


.quote .feature-left {
    margin-bottom: 40px;
}

.quote .feature-left .feature-icon {
    font-size: 50px;
    color: #4cbec5;
    display: inline-block;
    float: left;
    padding-right: 40px;
    padding-top: 7px;
}

.quote .feature-left .feature-content {
    font-size: 20px;
}

.quote .feature-left:last-child {}
textarea.form-control {
    height: 150px;
}

.quote .required {}

.quote .form-group {
    margin-bottom: 5px;
}

.quote select.form-control:not([size]):not([multiple]) {
    height: 56px;
    color: #50595e;
}

.quote .hero-section .form-control {
    border: 1px solid #8c897d;
    height: 58px;
}

.input-group .form-control:not(:first-child), .input-group .custom-select:not(:first-child) {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.quote .form-control {
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    height: 50px; 
    padding: 14px 18px;
    line-height: 1.42857143;
    border: 2px solid #dce4ec;
    background-color: #fff;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-bottom: 14px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 1);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 1);
    -webkit-appearance: none;
}

.quote .form-control:focus {
    color: #075295 !important;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(234, 231, 222);
    border-color: #075295;
}

.quote input::-webkit-input-placeholder {
    color: #50595e !important;
}

.quote textarea::-webkit-input-placeholder {
    color: #50595e !important;
}

.quote .input-group-addon {
    background-color: transparent;
    border: 1px solid #eee;
    border-radius: 0px;
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 12px;
}

.quote .focus {
    border: 1px solid #d2d8db;
}

.quote .focus:focus {
    border: 1px solid #06131a;
}
.quote .input-group-addon i {
    color: #63480f;
}

.quote .btn-select {
    font-size: 14px;
}

.quote select option {
    margin: 40px;
    background: rgba(255, 255, 255, 1);
    color: #50595e;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    position: relative;
}

.quote select.form-control {
    position: relative;
}

.quote select {
    -moz-appearance: none;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    padding: 14px;
    line-height: 1.42857143;
    border: 1px solid #e0e5e9;
    background-color: #fff;
    text-transform: capitalize;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}

.quote .select {
    position: relative;
    display: block;
    line-height: 2.2;
    overflow: hidden;
}

.quote select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 .5em;
    cursor: pointer;
    color: #50595e;
    font-size: 16px;
}

.quote .select::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 10px 17px 0px 0px;
    background: transparent;
    pointer-events: none;
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 16px;
}

.quote .select:hover::after {
    color: #50595e;
}

.quote .select::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

.quote select option {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    background-color: #fff;
    
}

.quote .input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.quote .service-form {
    background-color: #fff;
    /*! border: 1px solid #e4e8ea; */
    /*! padding: 40px 40px 20px 40px; */
}

.quote .service-form-group {
    position: relative;
}

.quote .form-icon {
    position: absolute;
    right: 14px;
    bottom: 15px;
    font-size: 13px;
}
.quote .btn {
    
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 26px;
    letter-spacing: 0px;
    border-radius: 0px;
    line-height: 2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    word-wrap: break-word;
    white-space: normal !important;
    border-radius: 5px;
}


.quote .btn-default {
    background-color: #075295;
    color: #fff;
    border: 2px solid #075295;
}

.quote .btn-default:hover {
    background-color: transparent;
    color: #2891ea;
    border: 2px solid #0c5ca3;
}

.quote .btn-default.focus,
.btn-default:focus {
    background-color: transparent;
    color: #ce0058;
    border: 2px solid #ce0058;
    box-shadow: 0 0 0 0.2rem rgb(206, 0, 88);
}

.quote .space-medium{padding-top:80px; padding-bottom:80px;}

.mb30{margin-bottom: 30px;}


.accordion a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #7288a2;
  font-size: 1.8rem;
  font-weight: 300;
  border-bottom: 1px solid #e5e5e5;
}

.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
  color: #075193;
}

.accordion a:hover::after {
  border: 1px solid #074f90;
}

.accordion a.active {
  color: #075295;
  border-bottom: 1px solid #075295;
}

.accordion a::after {
  content: '\f067';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 1rem;
  color: #7288a2;
  padding: 7px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #7288a2;
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome;
}

.accordion a.active::after {
  content: '\f00d';
  color: #075295;
  border: 1px solid #075295;
  font: normal normal normal 14px/1 FontAwesome;
}

.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

.accordion .content p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 30px;
}

.accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

.mt-50{margin-top: 50px;}


#services .quoted-text {
    max-width: 66%;
}
.quoted-text {
    font-size: 3rem;
    line-height: 4rem;
    color: #555;
    text-align: left;
    max-width: 66%;
    margin: 0 auto;
}


.our-services {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 100px;
}

.our-services .services-left {
    border-right: 1px solid #d5d5d5;
    padding: 3% 7% 3% 7%;
    width: 50%;
    float: left;
}

.our-services .service-one, .our-services .service-three {
    height: 400px;
    border-bottom: 1px solid #d5d5d5;
}

.our-services h2 {
    font-size: 2.2rem;
    color: #777;
    margin-bottom: 1.5rem;
    letter-spacing: 0.03em;
}

.our-services .content-text {
    height: 120px;
    font-size: 1.4rem;
}

.services-main{margin-top: 50px; margin-bottom: 50px;}

.services-main h2{margin-bottom: 20px;}


.title {
  font-size: 38px;
  color: #616161;
  font-style: italic;
  /*! font-weight: 800; */
}

.timeline {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);
}
.timeline .swiper-container {
  height: 600px;
  width: 100%;
  position: relative;
}
.timeline .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.timeline .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.timeline .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -115%;
  bottom: -10%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);
  border-radius: 100%;
}
.timeline .swiper-slide-content {
  position: absolute;
  text-align: center;
  width: 80%;
  max-width: 500px;
  right: 50%;
  top: 13%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  font-size: 12px;
  z-index: 2;
}
.timeline .swiper-slide .timeline-year {
  display: block;
  font-style: italic;
  font-size: 42px;
  margin-bottom: 50px;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  color: #2bb7ab;
  font-weight: 300;
  opacity: 0;
  transition: .2s ease .4s;
}
.timeline .swiper-slide .timeline-title {
  font-weight: 800;
  font-size: 34px;
  margin: 0 0 30px;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  transition: .2s ease .5s;
}
.timeline .swiper-slide .timeline-text {
  line-height: 1.5;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  transition: .2s ease .6s;
}
.timeline .swiper-slide-active .timeline-year {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .4s ease 1.6s;
}
.timeline .swiper-slide-active .timeline-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .4s ease 1.7s;
}
.timeline .swiper-slide-active .timeline-text {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .4s ease 1.8s;
}
.timeline .swiper-pagination {
  right: 15% !important;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  z-index: 1;
}
.timeline .swiper-pagination::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.timeline .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: left;
  opacity: 1;
  background: transparent;
  color: #fff;
  margin: 15px 0 !important;
  position: relative;
}
.timeline .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -32.5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2bb7ab;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: .2s;
}
.timeline .swiper-pagination-bullet-active {
  color: #fff;
}
.timeline .swiper-pagination-bullet-active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.timeline .swiper-button-next,
.timeline .swiper-button-prev {
  background-size: 20px 20px;
  top: 15%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 2;
  transition: .2s;
}
.timeline .swiper-button-prev {
  left: 8%;
  
}
.timeline .swiper-button-prev:hover {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.timeline .swiper-button-next {
  right: 8%;
  
}
.timeline .swiper-button-next:hover {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
@media screen and (min-width: 768px) {
  .timeline .swiper-slide::after {
    right: -30%;
    bottom: -8%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
  }
  .timeline .swiper-slide-content {
    right: 30%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 450px;
    font-size: 16px;
    text-align: left;
  }
  .timeline .swiper-slide .timeline-year {
    margin-bottom: 0;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .timeline .swiper-slide .timeline-title {
    font-size: 46px;
    margin: 0;
  }
  .timeline .swiper-pagination {
    display: flex;
  }
  .timeline .swiper-button-prev {
    top: 15%;
    left: auto;
    right: 20%;
    -webkit-transform: rotate(90deg) translate(0, 10px);
            transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-prev:hover {
    -webkit-transform: rotate(90deg) translate(-3px, 10px);
            transform: rotate(90deg) translate(-3px, 10px);
  }
  .timeline .swiper-button-next {
    top: auto;
    bottom: 15%;
    right: 20%;
    -webkit-transform: rotate(90deg) translate(0, 10px);
            transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-next:hover {
    -webkit-transform: rotate(90deg) translate(3px, 10px);
            transform: rotate(90deg) translate(3px, 10px);
  }
}
@media screen and (min-width: 1024px) {
  .timeline .swiper-slide::after {
    right: -20%;
    bottom: -12%;
    width: 240px;
    height: 50%;
    box-shadow: -1100px 0 130px 60vw rgba(0, 0, 0, 0.56);
  }
  .timeline .swiper-slide-content {
    left: 20%;
  }
}

.webdesign{background: #023f64 !important;}

.mobile-bg-color{background: #3e4890; width: 100%; height: auto; /*! padding: 50px 0; */}

.erp-bg-color{background: #fff; width: 100%; height: auto; /*! padding: 50px 0; */}

.software-bg-color{background: #232323; width: 100%; height: auto; padding: 50px 0;}

.no-padding{padding: 0;}

.software-bg-color p{font-weight: 100;
color: #fff;
margin-bottom: 20px;
font-size: 20px; line-height: 1.5}

.software-bg-color  h2{font-size: 45px; color: #fff; font-weight: 100; margin-bottom: 20px;}

.erp-bg-color p{font-weight: 100;
color: #000;
margin-bottom: 20px;
font-size: 20px; line-height: 1.5}

.erp-bg-color  h2{font-size: 45px; color: #000; font-weight: 100; margin-bottom: 20px;}

.mobile-bg-color p{font-weight: 100;
color: #fff;
margin-bottom: 20px;
font-size: 20px; line-height: 1.5}

.mobile-bg-color  h2{font-size: 45px; color: #fff; font-weight: 100; margin-bottom: 20px;}

.p-150{padding: 150px;}



/* feature box 19
 ------------------------------ */

.ce-feature-box-19{
  width:100%;
  float:left;
  padding:30px;
  background-color:#fff;
  -webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
  transition: all 0.3s ease-out 0s;
  /*! height: 100vh; */
  margin-bottom: 30px;
  border-radius: 5px;
}
.ce-feature-box-19.no-shadow{
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ce-feature-box-19 .icon{
  color:#04ce47;
}
 .ce-feature-box-19:hover{
  transform: translateY(-8px);
}


/*primary*/

.ce-feature-box-19.primary{
  /*! background-color:#2bb9ad; */
  -webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
  transition: all 0.3s ease-out 0s;
  background-image: linear-gradient(to right, #075295 0%, #1674c8 100%);
}
.ce-feature-box-19.primary .icon{
  color:#fff;
}
.ce-feature-box-19.primary .title{
  color:#fff;
}
.ce-feature-box-19.primary .content{
  color:#fff;
  opacity:1;
}

/*dark*/

.ce-feature-box-19.dark{
  background-color:#25292e;
  -webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
  transition: all 0.3s ease-out 0s;
}
.ce-feature-box-19.dark .icon{
  color:#fff;
}
.ce-feature-box-19.dark .title{
  color:#fff;
}
.ce-feature-box-19.dark .content{
  color:#fff;
  opacity:0.7;
}


/* feature box 20
 ------------------------------ */

.ce-feature-box-20{
  width:100%;
  float:left;
  padding:0px;
  transition: all 0.3s ease-out 0s;
  background-color: #e4e4e4;
  
}
.ce-feature-box-20 .img-list{
  width:100%;
  float:left;
}

.ce-feature-box-20 .img-box{
  position:relative;
  width:100%;
  padding:0px;
  float:left;
  overflow:hidden;
  
}
.ce-feature-box-20 .img-box img {
  transition: all 0.3s ease-out 0s;
}
.ce-feature-box-20:hover .img-box img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ce-feature-box-20 .img-box .overlay{
  position: absolute;
  width:85%;
  height:85%;
  margin:8% 0 0 7.5%;
  padding:70px;
  top:500px;
  left:0px;
  float:left;
  background-color: rgba(4, 206, 71, 0.9);
  transition: all 0.3s ease-out 0s;
}
.ce-feature-box-20 .img-box .overlay.less-padd{
  padding:45px;
}
.ce-feature-box-20 .img-box .overlay p{
  color:#fff;
}
.ce-feature-box-20 .img-box .overlay .title{
  color:#fff;
}
.ce-feature-box-20 .img-box .overlay .sub-text{
  color:#fff;
}

.ce-feature-box-20 .img-box .overlay .sc-icons{
  width:100%;
  padding: 0px;
  transition: all 0.3s ease-out 0s;
}
.ce-feature-box-20 .img-box .overlay .sc-icons li{
  padding: 0px;
  margin: 0px;
  display:inline-block;
}
.ce-feature-box-20 .img-box .overlay .sc-icons li a{
  width:40px;
  height:40px;
  float:left;
  font-size:15px;
  color:#fff;
  line-height:0px;
  margin: 0px;
  display:inline-block;
  border-radius:100%;
}
.ce-feature-box-20 .img-box .overlay .sc-icons li a:hover{
  color:#000;
}
.ce-feature-box-20:hover .img-box .overlay{
  top:0px;
}



    .new-bt button:hover{cursor: pointer}
    .new-bt button{
      background: #0000; outline: none;
      position: relative;
      border: 2px solid #075295;
      padding: 12px 40px;
      overflow: hidden;
      margin-top: 30px;
      font-size: 16px;
      border-radius: 5px;
    }

    /*button:before (attr data-hover)*/
    .new-bt button:hover:before{opacity: 1; transform: translate(0,0);}
    .new-bt button:before{
      content: attr(data-hover);
      position: absolute;
      top: 0.7em; left: 0;
      width: 100%;
      text-transform: uppercase;
      font-size: 0.9em;
      opacity: 0;
      transform: translate(-100%,0);
      transition: all .3s ease-in-out;
      /*! font-size: 16px; */
    }
      /*button div (button text before hover)*/
      .new-bt button:hover span{opacity: 0; transform: translate(100%,0)}
      .new-bt button span{
        text-transform: uppercase;
        font-size: .8em;
        transition: all .3s ease-in-out;
      }




 .new-bt2 button:hover{cursor: pointer}
    .new-bt2 button{
      background: #0000; outline: none;
      position: relative;
      border: 2px solid #18908b;
      padding: 12px 40px;
      overflow: hidden;
      margin-top: 30px;
      font-size: 16px;
    }

    /*button:before (attr data-hover)*/
    .new-bt2 button:hover:before{opacity: 1; transform: translate(0,0);}
    .new-bt2 button:before{
      content: attr(data-hover);
      position: absolute;
      top: 0.7em; left: 0;
      width: 100%;
      text-transform: uppercase;
      font-size: 0.9em;
      opacity: 0;
      transform: translate(-100%,0);
      transition: all .3s ease-in-out;
      /*! font-size: 16px; */
    }
      /*button div (button text before hover)*/
      .new-bt2 button:hover div{opacity: 0; transform: translate(100%,0)}
      .new-bt2 button div{
        text-transform: uppercase;
        font-size: .8em;
        transition: all .3s ease-in-out;
      }






.slider1 {
  position: relative;
  z-index: 200;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 7em;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  max-width: 650px;
  margin: auto;
}

.slide1 {
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  opacity: 0;
}

.slide1--current {
  position: relative;
  z-index: 100;
  visibility: visible;
  opacity: 1;
}

.slide1__mover {
  position: relative;
  z-index: 100;
}

.slide1__title {
  font-size: 2.75em;
  font-weight: 600;
  margin: 0 auto;
  padding: 1em 0 0 0;
  color: #fff;
}

.slide1__title span {
  font-weight: 300;
  display: block;
  /*! letter-spacing: 2px; */
  /*! text-transform: uppercase; */
  color: #fff;
  margin-top: 10px;
  font-size: 18px;
  line-height:28px;
}

.slider1__nav {
  position: absolute;
  bottom: 2em;
  width: 100%;
  text-align: center;
}



.text-hidden {
  position: absolute;
  top: 200%;
}


.content1--open .button--close {
  opacity: 1;
}

/* Zoomer */
.zoomer {
  position: relative;
  height: 360px; /* this is needed for IE10 so that vertical flexbox centering works */
}

.flex-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.zoomer__image {
  display: block;
  margin: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.zoomer__area,
.preview {
  position: absolute;
  /*! top: 50%; */
  /*! left: 50%; */
  /*! -webkit-transform: translate3d(-50%,-50%,0); */
  /*! transform: translate3d(-50%,-50%,0); */
}

.zoomer__area:focus {
  outline: none;
}

.zoomer__area--size-1 {
  /* Apple Watch */
  width: 96px;
  height: 118px;
}

.zoomer__area--size-2 {
  /* iPhone */
  width: 112px;
  height: 198px;
}

.zoomer__area--size-3 {
  /* MacBook */
  width: 315px;
  height: 200px;
}

.zoomer__area--size-4 {
  /* iPad */
  width: 150px;
  height: 200px;
}

.zoomer__area--size-5 {
  /* iMac */
  width: 315px;
  height: 189px;
}

.preview {
  overflow: hidden;
  /*! background: #18191b; */
}

.preview img {
  display: block;
  border-radius: inherit;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.zoomer--active .preview img {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.rounded {
  border-radius: 15px;
}

.rounded-right {
  border-radius: 0 15px 15px 0;
}

.preview__content {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
/* Content */
.content1 {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: -100%;
  overflow: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 100vh;
  background: #18191b;
  -webkit-overflow-scrolling: touch;
}

.content1--open {
  left: 0;
}

.content1__item {
  position: absolute;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 0;
  min-height: 100%;
  margin: 0 auto;
  padding: 2em 0;
  pointer-events: none;
  opacity: 0;
  color: #fff;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content1__item--current {
  pointer-events: auto;
  opacity: 1;
}

.content1__item--reset {
  height: auto;
}

.content1 h2 {
  font-size: 3.5em;
  font-weight: normal;
  margin: 0;
}

.content1 h3 {
  font-size: 1.95em;
  font-weight: normal;
  margin: 0.25em 0 0.5em;
  color: #685884;
}

.content1 p {
  font-size: 1.25em;
  line-height: 1.5;
}

.content1__item-img {
  display: block;
  max-width: 40vw;
  max-height: 80vh;
  -webkit-transform: translate3d(-120%,0,0);
  transform: translate3d(-120%,0,0);
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.content1__item--current .content1__item-img {
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}

.content1__item-inner {
  padding: 0 10vw 0;
  opacity: 0;
  -webkit-transform: translate3d(0,50px,0);
  transform: translate3d(0,50px,0);
}

.content1__item--current .content1__item-inner {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


/**************************/
/* All synced transitions */
/**************************/

.zoomer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.zoomer.zoomer--notrans {
  -webkit-transition: none;
  transition: none;
}

.zoomer__image {
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}

.zoomer--active .zoomer__image {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.preview img {
  -webkit-transition: -webkit-transform 0.6s 0.3s;
  transition: transform 0.6s 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
  transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

.zoomer--active .preview img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.content1 {
  -webkit-transition: left 0s;
  transition: left 0s;
}

.content1__item {
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}

.content1,
.content1__item {
  /* delay for content to disappear and zoomer to start transitioning back to 0 */
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.content1--open,
.content1__item--current {
  -webkit-transition: none;
  transition: none;
}

.content1__item-img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7,1,0.8,1);
  transition-timing-function: cubic-bezier(0.7,1,0.8,1);
}

.content1__item--current .content1__item-img {
  -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
  transition-timing-function: cubic-bezier(0.2,1,0.3,1);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.content1__item-inner {
  -webkit-transition: -webkit-transform 0.6s, opacity 0.3s;
  transition: transform 0.6s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7,1,0.8,1), ease;
  transition-timing-function: cubic-bezier(0.7,1,0.8,1), ease;
}

.content1__item--current .content1__item-inner {
  -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1), ease;
  transition-timing-function: cubic-bezier(0.2,1,0.3,1), ease;
  -webkit-transition-duration: 1.7s;
  transition-duration: 1.7s;
}

/* Media Queries */
@media screen and (max-width: 50em) {
  .content1__item {
    display: block;
  }
  .content1__item-img {
    max-width: calc(100% - 80px);
    max-height: 70vh;
  }
  .content1 h2 {
    font-size: 3em;
  }
  .content1__item-inner {
    font-size: 82%;
    padding: 4em 3em 2em;
  }
}

.ptb-50{padding: 50px 0}

.pt-80{padding-top: 80px}

.pt-100{padding-top: 100px} 


.pb-100{padding-bottom: 100px}


.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown:hover .dropdown-menu {
    max-height: 200px;
    opacity: 1;
}



.dropdown-menu {
    position: absolute;
    top: 59px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #fff !important;
    text-align: left;
    list-style: none;
    background-color: #075295;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0rem;
}


.dropdown-item {
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #095ca7;
}


.dropdown-toggle::after {

    content: none;
   
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    background-color: #095ca7 !important;
}

/*.circle { width:100%; position: absolute; height: 100%; border-radius: 50%; z-index: 1; }*/
/*
.circle .arrow { width:50px; height:50px; position: absolute; background-size: 100% !important; }
.circle .arrow1 {top: 2.5%; left: 28%; background: url(../images/arrow1.png) no-repeat 50% 50%; transform: rotate(-19deg); -webkit-transform: rotate(-19deg); -moz-transform: rotate(-19deg); -ms-transform: rotate(-19deg); -o-transform: rotate(-19deg); }
.circle .arrow2 {top: 19%; right: 6.5%; background: url(../images/arrow2.png) no-repeat 50% 50%; transform: rotate(58deg); -webkit-transform: rotate(58deg); -moz-transform: rotate(58deg); -ms-transform: rotate(58deg); -o-transform: rotate(58deg); }
.circle .arrow3 {top: 69%; right: 8%; background: url(../images/arrow3.png) no-repeat 50% 50%; transform: rotate(129deg); -webkit-transform: rotate(129deg); -moz-transform: rotate(129deg); -ms-transform: rotate(129deg); -o-transform: rotate(129deg); }
.circle .arrow4 {top: 84%; left: 29%; background: url(../images/arrow4.png) no-repeat 50% 50%; transform: rotate(201deg); -webkit-transform: rotate(201deg); -moz-transform: rotate(201deg); -ms-transform: rotate(201deg); -o-transform: rotate(201deg); }
.circle .arrow5 {top: 44%; left: -1%; background: url(../images/arrow5.png) no-repeat 50% 50%; transform: rotate(-91deg); -webkit-transform: rotate(-91deg); -moz-transform: rotate(-91deg); -ms-transform: rotate(-91deg); -o-transform: rotate(-91deg); }
*/

.automate_testing .subtext { margin: 0 0 20px 0; }
.automate_testing .img { width:100%; display:inline-block; text-align: center; margin:30px 0; }
.automate_testing .bttn { width:100%; float:left; text-align: center; }
.automate_testing .bttn .btn { min-width: 200px; background: transparent; font-size: 18px; border:1px solid #f67107; color:#f67107; margin: 0 10px 10px 0; padding:15px 20px; }
.automate_testing .bttn .btn:hover { background: #f67107; color:#fff; }

/*
.testing_iot { text-align: center; background: url("../img/testing_iot_bg.jpg"); background-attachment: fixed; background-repeat: no-repeat; background-position: 50% 0; background-size: cover !important; position: relative; }
.testing_needs { text-align: center; background: url("../img/mobile_testing_qa_bg.jpg"); background-attachment: fixed; background-repeat: no-repeat; background-position: 50% 0; background-size: cover !important; position: relative; }
*/

.circular_nav { position: relative; margin: 80px auto 80px auto; min-width: 280px; width: 100%; max-width: 490px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; }
.circular_nav .nav { position: relative; padding: 50%; max-width: 0; max-height: 0; box-shadow: 0 0 0 transparent; -webkit-box-shadow: 0 0 0 transparent; -moz-box-shadow: 0 0 0 transparent; -ms-box-shadow: 0 0 0 transparent; -o-box-shadow: 0 0 0 transparent; border:1px solid transparent; list-style: none; margin:0; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.circular_nav .nav .center { z-index: 1; max-width:120px; max-height: 120px; width:100%; height: 100%; color:#fff; position: absolute; top:50%; left: 50%; /*! background:#f67107 url(../img/ig_center_bg.png) no-repeat 50% 50%; */ background-size: 100; text-align: center; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); box-shadow: 0 0 10px #ececec;}
.circular_nav .nav .center .to { width:100%; height:100%; display: table; }
.circular_nav .nav .center .t { width: 100%; height: 100%; display: table-cell; vertical-align: middle; }

.circular_nav .nav .center .sm { font-size: 14px; line-height: 100%; font-weight: 700; }
.circular_nav .nav .center .lg { font-size: 20px; line-height: 100%; font-weight: 700; }

.circular_nav .nav .node { width:50%; height: 100px; position: absolute; transform-origin:left; -webkit-transform-origin:left; -moz-transform-origin:left; -ms-transform-origin:left; -o-transform-origin:left; }
.circular_nav .nav .node:after { content:""; width: 25%; border:1px dashed #aeaeae; top:50%; right: 45%; position: absolute; z-index: 0; }
.circular_nav .nav .node .cnav { width:100px; height: 100px; background: #fff; border:2px solid transparent; position: absolute; right:0; text-align: center; box-shadow:0 0 10px #ccc; z-index: 1; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.circular_nav .nav .node .cnav.active { border:2px solid #f67107; }
.circular_nav .nav .node .cnav .to { width:100%; height:100%; display: table; }
.circular_nav .nav .node .cnav .t { width: 100%; height: 100%; display: table-cell; vertical-align: middle; }

.circular_nav .nav .one { transform:translate(0, -50%) rotate(32.72deg); -webkit-transform:translate(0, -50%) rotate(32.72deg); -moz-transform:translate(0, -50%) rotate(32.72deg); -o-transform:translate(0, -50%) rotate(32.72deg); -ms-transform:translate(0, -50%) rotate(32.72deg); }
.circular_nav .nav .one > * { transform:rotate(-32.72deg); -webkit-transform:rotate(-32.72deg); -moz-transform:rotate(-32.72deg); -o-transform:rotate(-32.72deg); -ms-transform:rotate(-32.72deg); }
.circular_nav .nav .two { transform:translate(0, -50%) rotate(65.44deg); -webkit-transform:translate(0, -50%) rotate(65.44deg); -moz-transform:translate(0, -50%) rotate(65.44deg); -ms-transform:translate(0, -50%) rotate(65.44deg); -o-transform:translate(0, -50%) rotate(65.44deg); }
.circular_nav .nav .two > * { transform:rotate(-65.44deg); -webkit-transform:rotate(-65.44deg); -moz-transform:rotate(-65.44deg); -ms-transform:rotate(-65.44deg); -o-transform:rotate(-65.44deg); }
.circular_nav .nav .three { transform:translate(0, -50%) rotate(98.16deg); -webkit-transform:translate(0, -50%) rotate(98.16deg); -moz-transform:translate(0, -50%) rotate(98.16deg); -ms-transform:translate(0, -50%) rotate(98.16deg); -o-transform:translate(0, -50%) rotate(98.16deg); }
.circular_nav .nav .three > * { transform:rotate(-98.16deg); -webkit-transform:rotate(-98.16deg); -o-transform:rotate(-98.16deg); -ms-transform:rotate(-98.16deg); -moz-transform:rotate(-98.16deg); }
.circular_nav .nav .four { transform:translate(0, -50%) rotate(130.88deg); -webkit-transform:translate(0, -50%) rotate(130.88deg); -moz-transform:translate(0, -50%) rotate(130.88deg); -o-transform:translate(0, -50%) rotate(130.88deg); -ms-transform:translate(0, -50%) rotate(130.88deg); }
.circular_nav .nav .four > * { transform:rotate(-130.88deg); -webkit-transform:rotate(-130.88deg); -moz-transform:rotate(-130.88deg); -ms-transform:rotate(-130.88deg); -o-transform:rotate(-130.88deg); }
.circular_nav .nav .five { transform:translate(0, -50%) rotate(163.6deg); -webkit-transform:translate(0, -50%) rotate(163.6deg); -moz-transform:translate(0, -50%) rotate(163.6deg); -o-transform:translate(0, -50%) rotate(163.6deg); -ms-transform:translate(0, -50%) rotate(163.6deg); }
.circular_nav .nav .five > * { transform:rotate(-163.6deg); -webkit-transform:rotate(-163.6deg); -moz-transform:rotate(-163.6deg); -o-transform:rotate(-163.6deg); -ms-transform:rotate(-163.6deg); }
.circular_nav .nav .six { transform:translate(0, -50%) rotate(196.32deg); -webkit-transform:translate(0, -50%) rotate(196.32deg); -moz-transform:translate(0, -50%) rotate(196.32deg); -ms-transform:translate(0, -50%) rotate(196.32deg); -o-transform:translate(0, -50%) rotate(196.32deg); }
.circular_nav .nav .six > * { transform:rotate(-196.32deg); -webkit-transform:rotate(-196.32deg); -moz-transform:rotate(-196.32deg); -ms-transform:rotate(-196.32deg); -o-transform:rotate(-196.32deg); }
.circular_nav .nav .seven { transform:translate(0, -50%) rotate(229.04deg); -webkit-transform:translate(0, -50%) rotate(229.04deg); -moz-transform:translate(0, -50%) rotate(229.04deg); -o-transform:translate(0, -50%) rotate(229.04deg); -ms-transform:translate(0, -50%) rotate(229.04deg); }
.circular_nav .nav .seven > * { transform:rotate(-229.04deg); -webkit-transform:rotate(-229.04deg); -moz-transform:rotate(-229.04deg); -ms-transform:rotate(-229.04deg); -o-transform:rotate(-229.04deg); }
.circular_nav .nav .eight { transform:translate(0, -50%) rotate(261.76deg); -webkit-transform:translate(0, -50%) rotate(261.76deg); -moz-transform:translate(0, -50%) rotate(261.76deg); -ms-transform:translate(0, -50%) rotate(261.76deg); -o-transform:translate(0, -50%) rotate(261.76deg); }
.circular_nav .nav .eight > * { transform:rotate(-261.76deg); -webkit-transform:rotate(-261.76deg); -moz-transform:rotate(-261.76deg); -ms-transform:rotate(-261.76deg); -o-transform:rotate(-261.76deg); }
.circular_nav .nav .nine { transform:translate(0, -50%) rotate(294.48deg); -webkit-transform:translate(0, -50%) rotate(294.48deg); -moz-transform:translate(0, -50%) rotate(294.48deg); -ms-transform:translate(0, -50%) rotate(294.48deg); -o-transform:translate(0, -50%) rotate(294.48deg); }
.circular_nav .nav .nine > * { transform:rotate(-294.48deg); -webkit-transform:rotate(-294.48deg); -moz-transform:rotate(-294.48deg); -ms-transform:rotate(-294.48deg); -o-transform:rotate(-294.48deg); }
.circular_nav .nav .ten { transform:translate(0, -50%) rotate(327.2deg); -webkit-transform:translate(0, -50%) rotate(327.2deg); -moz-transform:translate(0, -50%) rotate(327.2deg); -o-transform:translate(0, -50%) rotate(327.2deg); -ms-transform:translate(0, -50%) rotate(327.2deg); }
.circular_nav .nav .ten > * { transform:rotate(-327.2deg); -webkit-transform:rotate(-327.2deg); -moz-transform:rotate(-327.2deg); -ms-transform:rotate(-327.2deg); -o-transform:rotate(-327.2deg); }
.circular_nav .nav .eleven { transform:translate(0, -50%) rotate(360deg); -webkit-transform:translate(0, -50%) rotate(360deg); -moz-transform:translate(0, -50%) rotate(360deg); -ms-transform:translate(0, -50%) rotate(360deg); -o-transform:translate(0, -50%) rotate(360deg); }
.circular_nav .nav .eleven > * { transform:rotate(-360deg); -webkit-transform:rotate(-360deg); -moz-transform:rotate(-360deg); -ms-transform:rotate(-360deg); -o-transform:rotate(-360deg); }

.cnav.active svg.svg path { fill:#f67107; }
.cnav.active svg.svg * { fill:#f67107; }
.cnav.active .name { color:#f67107 !important; }

.circular_nav .nav .cnav .svg { margin-bottom:5px; }
.circular_nav .nav .cnav .name { width:100%; float:left; font-size: 12px; font-weight: 700; color:#999999; line-height: 100%; position: relative; margin:0; text-transform: inherit !important; }
.circular_nav .nav .cnav a { display: block;height: 100%; width: 100%; }

/*
.circular_nav .popover { min-width:170px; max-width: 190px !important; padding: 0px; }
.circular_nav .popover-title { display: none; }
.circular_nav .popover h2 { color:#f37121; text-align:left; font-weight: 400 !important; margin: 0 0 5px 0 !important; font-size: 16px !important; line-height: 120%; }
.circular_nav .popover ul { width:100%; max-width: 290px; margin: 0 0 0 0; list-style: none; }
.circular_nav .popover ul li { background: url(../img/cir_nav_bullet.png) no-repeat 0 8px; margin-bottom: 3px; font-size: 14px; line-height: 120%; padding-left: 15px; }
*/

.circular_nav .one + .popover { top:58% !important; left: 94% !important; }
.circular_nav .two + .popover { top:74% !important; left: 77% !important; }
.circular_nav .three + .popover { top:79.5% !important; left: -5% !important; }
.circular_nav .four + .popover { top:67% !important; left: -25.5% !important; }
.circular_nav .five + .popover { top:48% !important; left: -38% !important; }
.circular_nav .six + .popover { top:26% !important; left: -38% !important; }
.circular_nav .seven + .popover { top:8.5% !important; left: -26% !important; }
.circular_nav .eight + .popover { top:-5% !important; left: -5% !important; }
.circular_nav .nine + .popover { top:1% !important; left: 77% !important; }
.circular_nav .ten + .popover { top:16% !important; left: 94.2% !important; }
.circular_nav .eleven + .popover { top:38% !important; left: 100% !important; }











/*  for mobile  */
@media (max-width:900px){
.circular_nav .popover { opacity: 1 !important; position: fixed; float: left; top:-999em !important; }
.nac_content { display: block; }
.node + .popover { opacity: 0 !important; background: red !important; }
}

@media (max-width: 480px) {


.mobstra .svg { transform: translate(-51%,-10%) rotate(51deg); -webkit-transform: translate(-51%,-10%) rotate(51deg); -moz-transform: translate(-51%,-10%) rotate(51deg); -ms-transform: translate(-51%,-10%) rotate(51deg); -o-transform: translate(-51%,-10%) rotate(51deg); }
.mobtest .svg { transform: translate(-40%,-24%) rotate(-90deg); -webkit-transform: translate(-40%,-24%) rotate(-90deg); -moz-transform: translate(-40%,-24%) rotate(-90deg); -ms-transform: translate(-40%,-24%) rotate(-90deg); -o-transform: translate(-40%,-24%) rotate(-90deg); }
.mobauto .svg { transform: translate(-50%,-10%) rotate(-164deg); -webkit-transform: translate(-50%,-10%) rotate(-164deg); -moz-transform: translate(-50%,-10%) rotate(-164deg); -ms-transform: translate(-50%,-10%) rotate(-164deg); -o-transform: translate(-50%,-10%) rotate(-164deg); }
.mobopt .svg { transform:translate(-50%,25%) rotate(124deg); -webkit-transform:translate(-50%,25%) rotate(124deg); -moz-transform:translate(-50%,25%) rotate(124deg); -ms-transform:translate(-50%,25%) rotate(124deg); -o-transform:translate(-50%,25%) rotate(124deg); }

.current.mobstra .svg { transform: translate(-50%,20%) rotate(51deg); -webkit-transform: translate(-50%,20%) rotate(51deg); -moz-transform: translate(-50%,20%) rotate(51deg); -ms-transform: translate(-50%,20%) rotate(51deg); -o-transform: translate(-50%,20%) rotate(51deg); }
.current.mobdev .svg { transform:translate(-60%,20%) rotate(-20deg); -webkit-transform:translate(-60%,20%) rotate(-20deg); -moz-transform:translate(-60%,20%) rotate(-20deg); -ms-transform:translate(-60%,20%) rotate(-20deg); -o-transform:translate(-60%,20%) rotate(-20deg); }
.current.mobtest .svg { transform: translate(-50%,20%) rotate(-90deg); -webkit-transform: translate(-50%,20%) rotate(-90deg); -moz-transform: translate(-50%,20%) rotate(-90deg); -ms-transform: translate(-50%,20%) rotate(-90deg); -o-transform: translate(-50%,20%) rotate(-90deg); }
.current.mobauto .svg { transform: translate(-53%,20%) rotate(-164deg); -webkit-transform: translate(-53%,20%) rotate(-164deg); -moz-transform: translate(-53%,20%) rotate(-164deg); -ms-transform: translate(-53%,20%) rotate(-164deg); -o-transform: translate(-53%,20%) rotate(-164deg); }
.current.mobopt .svg { transform:translate(-50%,40%) rotate(124deg); -webkit-transform:translate(-50%,40%) rotate(124deg); -moz-transform:translate(-50%,40%) rotate(124deg); -ms-transform:translate(-50%,40%) rotate(124deg); -o-transform:translate(-50%,40%) rotate(124deg); }

.slice #ms_name .svg { height:16px; }
.slice #ms_dev .svg { height:20px; }
.slice #ms_test .svg { height:16px; }
.slice #ms_auto .svg { height:13px; }
.slice #ms_opti .svg { height:13px; }

.slice.current #ms_name .svg { height:18px; transform: translate(-50%,-130%) rotate(0deg); -webkit-transform: translate(-50%,-130%) rotate(0deg); -moz-transform: translate(-50%,-130%) rotate(0deg); -ms-transform: translate(-50%,-130%) rotate(0deg); -o-transform: translate(-50%,-130%) rotate(0deg); }
.slice.current #ms_dev .svg { height:22px; transform: translate(-50%,-110%) rotate(0deg); -webkit-transform: translate(-50%,-110%) rotate(0deg); -moz-transform: translate(-50%,-110%) rotate(0deg); -ms-transform: translate(-50%,-110%) rotate(0deg); -o-transform: translate(-50%,-110%) rotate(0deg); }
.slice.current #ms_test .svg { height:18px; transform: translate(-50%,-180%) rotate(0deg); -webkit-transform: translate(-50%,-180%) rotate(0deg); -moz-transform: translate(-50%,-180%) rotate(0deg); -ms-transform: translate(-50%,-180%) rotate(0deg); -o-transform: translate(-50%,-180%) rotate(0deg); }
.slice.current #ms_auto .svg { height:15px; transform: translate(-50%,-180%) rotate(0deg); -webkit-transform: translate(-50%,-180%) rotate(0deg); -moz-transform: translate(-50%,-180%) rotate(0deg); -ms-transform: translate(-50%,-180%) rotate(0deg); -o-transform: translate(-50%,-180%) rotate(0deg); }
.slice.current #ms_opti .svg { height:15px; transform: translate(-50%,-180%) rotate(0deg); -webkit-transform: translate(-50%,-180%) rotate(0deg); -moz-transform: translate(-50%,-180%) rotate(0deg); -ms-transform: translate(-50%,-180%) rotate(0deg); -o-transform: translate(-50%,-180%) rotate(0deg); }

.mobopt .svg { top:14%; }
.current.mobopt .svg { top:12%; }
.slice .svg { width:26px; }
.current .svg { width:26px; top:14%; }
.current .svg svg { width:30px !important; }

.moreinfo { display: none; }

.mobopt.current .svg { width:26px; }

.circle .arrow { width:28px; height:17px; }
.circle .arrow1 { top: 5%; left: 31%; transform: rotate(-21deg); -webkit-transform: rotate(-21deg); -moz-transform: rotate(-21deg); -ms-transform: rotate(-21deg); -o-transform: rotate(-21deg); }
.circle .arrow2 { top:22% ; right: 8%; transform: rotate(57deg); -webkit-transform: rotate(57deg); -moz-transform: rotate(57deg); -ms-transform: rotate(57deg); -o-transform: rotate(57deg); }
.circle .arrow3 {top: 73%; right: 10%; transform: rotate(129deg); -webkit-transform: rotate(129deg); -moz-transform: rotate(129deg); -ms-transform: rotate(129deg); -o-transform: rotate(129deg); }
.circle .arrow4 {top: 89%; left: 32%; transform: rotate(197deg); -webkit-transform: rotate(197deg); -moz-transform: rotate(197deg); -ms-transform: rotate(197deg); -o-transform: rotate(197deg); }
.circle .arrow5 {top: 47%; left: 2%; transform: rotate(-92deg); -webkit-transform: rotate(-92deg); -moz-transform: rotate(-92deg); -ms-transform: rotate(-92deg); -o-transform: rotate(-92deg); }

.innovators { margin:0 !important; }
.innovators .box { margin: 0 0 20px 0; }

.circular_nav { max-width: 300px; }
.circular_nav .nav .center { width:80px; height: 80px; }
.circular_nav .nav .node { height: 60px; }
.circular_nav .nav .node:after { width:100%; right: 0; }
.circular_nav .nav .node .cnav { width:60px; height: 60px; }

.circular_nav .nav .center .sm { font-size: 12px; }
.circular_nav .nav .center .lg { font-size: 16px; }

.circular_nav .popover { max-width: 170px !important; min-width: 150px; width:100%; }
.circular_nav .nav .cnav .svg { margin: 0; width:30px; height:30px; }
.circular_nav .nav .cnav .name { display: none; }

.awardnote { background-position:94% 0; }
.aw_list .box { height: auto !important; }

#whitepaper_1 { width: 260px; height: 475px; }
.whitepaper { text-align: center !important; }
.whitepaper .dtitle { text-align: center !important; }
.whitepaper .img { max-width: 200px; display: none; }

.nice_title .box { font-size: 15px; min-height: 1px; }
.nice_title.orange .box:before { border:16px solid #F67107; }
.nice_title.orange .box:after { border:16px solid #F67107; }
.nice_title.yellow .box:before { border:16px solid #faa224; }
.nice_title.yellow .box:after { border:16px solid #faa224; }
.nice_title.green .box:before { border:16px solid #b4c860; }
.nice_title.green .box:after { border:16px solid #b4c860; }

.nice_title.big.green .box { width:85%; font-size: 14px; padding: 10px 5px; }
.nice_title.big.green .box:before { border: 30px solid #b4c860; border-right:2px solid #b4c860; left: -32px !important; }
.nice_title.big.green .box:after { border: 30px solid #b4c860; border-left:2px solid #b4c860; right:-32px !important; }


}

@media (min-width:310px) and (max-width: 360px) {
.sexy_wheel { position: relative; margin: 80px auto; min-width: 250px; }
.lblog .box .img { height: 170px; }
.cust_sayings .testimonial:before { left:-25px !important; }
.cust_sayings .testimonial:after { right:-25px !important; }
.cust_sayings .testimonial { font-size:16px !important; }
.gets-tabs .tab-content > .active { margin: 0; }
}



@media (min-width: 481px) and (max-width: 768px) {

.circle .arrow { width:28px; height:17px; }
.circle .arrow1 { top: 5%; left: 31%; transform: rotate(-21deg); -webkit-transform: rotate(-21deg); -moz-transform: rotate(-21deg); -ms-transform: rotate(-21deg); -o-transform: rotate(-21deg); }
.circle .arrow2 { top:22% ; right: 8%; transform: rotate(57deg); -webkit-transform: rotate(57deg); -moz-transform: rotate(57deg); -ms-transform: rotate(57deg); -o-transform: rotate(57deg); }
.circle .arrow3 {top: 73%; right: 10%; transform: rotate(129deg); -webkit-transform: rotate(129deg); -moz-transform: rotate(129deg); -ms-transform: rotate(129deg); -o-transform: rotate(129deg); }
.circle .arrow4 {top: 89%; left: 32%; transform: rotate(197deg); -webkit-transform: rotate(197deg); -moz-transform: rotate(197deg); -ms-transform: rotate(197deg); -o-transform: rotate(197deg); }
.circle .arrow5 {top: 47%; left: 2%; transform: rotate(-92deg); -webkit-transform: rotate(-92deg); -moz-transform: rotate(-92deg); -ms-transform: rotate(-92deg); -o-transform: rotate(-92deg); }

.yourefforts.backgrounded { padding-bottom: 0 !important; }
.yourefforts .platforms .clients .col { width:49% !important }
.yourefforts .platforms .clients .col .img { height: 60px; }

.innovators { margin:0 !important; }
.innovators .box { margin: 0 0 40px 0; }

.circular_nav { max-width: 340px; }
.circular_nav .nav .center { width:100px; height:100px; }
.circular_nav .node { height: 60px !important; }
.circular_nav .nav .node:after { width:22%; right:40%; }
.circular_nav .node .cnav { width:60px !important; height:60px !important; }
.circular_nav .node .cnav .svg { margin: 0; }
.circular_nav .node .cnav .name { display: none; } 

.circular_nav .nav .center .sm { font-size: 12px; }
.circular_nav .nav .center .lg { font-size: 16px; }

.circular_nav .popover { max-width: 170px !important; min-width: 150px; width:100%; }

.awardnote { background-position:100% 0; }

.mobstra .svg { transform: translate(-51%,-10%) rotate(51deg); -webkit-transform: translate(-51%,-10%) rotate(51deg); -moz-transform: translate(-51%,-10%) rotate(51deg); -ms-transform: translate(-51%,-10%) rotate(51deg); -o-transform: translate(-51%,-10%) rotate(51deg); }
.mobtest .svg { transform: translate(-40%,-24%) rotate(-90deg); -webkit-transform: translate(-40%,-24%) rotate(-90deg); -moz-transform: translate(-40%,-24%) rotate(-90deg); -ms-transform: translate(-40%,-24%) rotate(-90deg); -o-transform: translate(-40%,-24%) rotate(-90deg); }
.mobauto .svg { transform: translate(-50%,-10%) rotate(-164deg); -webkit-transform: translate(-50%,-10%) rotate(-164deg); -moz-transform: translate(-50%,-10%) rotate(-164deg); -ms-transform: translate(-50%,-10%) rotate(-164deg); -o-transform: translate(-50%,-10%) rotate(-164deg); }
.mobopt .svg { transform:translate(-50%,25%) rotate(124deg); -webkit-transform:translate(-50%,25%) rotate(124deg); -moz-transform:translate(-50%,25%) rotate(124deg); -ms-transform:translate(-50%,25%) rotate(124deg); -o-transform:translate(-50%,25%) rotate(124deg); }

.current.mobstra .svg { transform: translate(-50%,20%) rotate(51deg); -webkit-transform: translate(-50%,20%) rotate(51deg); -moz-transform: translate(-50%,20%) rotate(51deg); -ms-transform: translate(-50%,20%) rotate(51deg); -o-transform: translate(-50%,20%) rotate(51deg); }
.current.mobdev .svg { transform:translate(-60%,20%) rotate(-20deg); -webkit-transform:translate(-60%,20%) rotate(-20deg); -moz-transform:translate(-60%,20%) rotate(-20deg); -ms-transform:translate(-60%,20%) rotate(-20deg); -o-transform:translate(-60%,20%) rotate(-20deg); }
.current.mobtest .svg { transform: translate(-50%,20%) rotate(-90deg); -webkit-transform: translate(-50%,20%) rotate(-90deg); -moz-transform: translate(-50%,20%) rotate(-90deg); -ms-transform: translate(-50%,20%) rotate(-90deg); -o-transform: translate(-50%,20%) rotate(-90deg); }
.current.mobauto .svg { transform: translate(-53%,20%) rotate(-164deg); -webkit-transform: translate(-53%,20%) rotate(-164deg); -moz-transform: translate(-53%,20%) rotate(-164deg); -ms-transform: translate(-53%,20%) rotate(-164deg); -o-transform: translate(-53%,20%) rotate(-164deg); }
.current.mobopt .svg { transform:translate(-50%,40%) rotate(124deg); -webkit-transform:translate(-50%,40%) rotate(124deg); -moz-transform:translate(-50%,40%) rotate(124deg); -ms-transform:translate(-50%,40%) rotate(124deg); -o-transform:translate(-50%,40%) rotate(124deg); }

.slice #ms_name .svg { height:20px; }
.slice #ms_dev .svg { height:24px; }
.slice #ms_test .svg { height:18px; }
.slice #ms_auto .svg { height:16px; }
.slice #ms_opti .svg { height:16px; }

.slice.current #ms_name .svg { height:18px; transform: translate(-50%,-130%) rotate(0deg); -webkit-transform: translate(-50%,-130%) rotate(0deg); -moz-transform: translate(-50%,-130%) rotate(0deg); -ms-transform: translate(-50%,-130%) rotate(0deg); -o-transform: translate(-50%,-130%) rotate(0deg); }
.slice.current #ms_dev .svg { height:22px; transform: translate(-50%,-110%) rotate(0deg); -webkit-transform: translate(-50%,-110%) rotate(0deg); -moz-transform: translate(-50%,-110%) rotate(0deg); -ms-transform: translate(-50%,-110%) rotate(0deg); -o-transform: translate(-50%,-110%) rotate(0deg); }
.slice.current #ms_test .svg { height:20px; transform: translate(-50%,-180%) rotate(0deg); -webkit-transform: translate(-50%,-180%) rotate(0deg); -moz-transform: translate(-50%,-180%) rotate(0deg); -ms-transform: translate(-50%,-180%) rotate(0deg); -o-transform: translate(-50%,-180%) rotate(0deg); }
.slice.current #ms_auto .svg { height:15px; transform: translate(-50%,-180%) rotate(0deg); -webkit-transform: translate(-50%,-180%) rotate(0deg); -moz-transform: translate(-50%,-180%) rotate(0deg); -ms-transform: translate(-50%,-180%) rotate(0deg); -o-transform: translate(-50%,-180%) rotate(0deg); }
.slice.current #ms_opti .svg { height:15px; transform: translate(-50%,-180%) rotate(0deg); -webkit-transform: translate(-50%,-180%) rotate(0deg); -moz-transform: translate(-50%,-180%) rotate(0deg); -ms-transform: translate(-50%,-180%) rotate(0deg); -o-transform: translate(-50%,-180%) rotate(0deg); }

.nice_title .box { font-size: 15px; }
.nice_title.orange .box:before { border:16px solid #F67107; }
.nice_title.orange .box:after { border:16px solid #F67107; }
.nice_title.yellow .box:before { border:16px solid #faa224; }
.nice_title.yellow .box:after { border:16px solid #faa224; }
.nice_title.green .box:before { border:16px solid #b4c860; }
.nice_title.green .box:after { border:16px solid #b4c860; }



}



.new-bt-2 button {
    color: #fff !important;
}

/*
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}*/


.animation-2d{background: #fff;}
.animation-2d p{color: #000;}
.animation-2d-2{background: #2b74ba;}


#particles {
  background: #04447d;
  width: 100%;
  height: 100%;
  overflow: hidden;
  height: 350px;

}

#intro {
  position: absolute;
  left: 0;
  top: 25%;
  padding: 0 20px;
  width: 100%;
  text-align: center;
}
.overlay {
  background: rgba(0,0,0,0.5);
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#particles h1 {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.015em;
  color: #fff;
}

#particles p {
  margin: 0 0 30px 0;
  font-size: 24px;
}
#particles .btn {
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid #fff;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
       -o-transition: all 0.4s;
          transition: all 0.4s;
}
#particles .btn:hover {
  color: #005544;
  border-color: #005544;
}

@media only screen and (max-width: 1000px) {
  #particles h1 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 800px) {
  #particles h1 {
    font-size: 48px;
  }
  h1::after {
    height: 8px;
  }
}

@media only screen and (max-width: 568px) {
   #intro {
    padding: 0 10px;
  }
  #particles h1 {
    font-size: 30px;
  }
  #particles h1::after {
    height: 6px;
  }
  #particles p {
    font-size: 18px;
  }
  #particles .btn {
    font-size: 16px;
  }
}

@media only screen and (max-width: 320px) {
  #particles h1 {
    font-size: 28px;
  }
  #particles h1::after {
    height: 4px;
  }
}


.pt-60{padding-top:60px;}


.seo-service {
    background: #fff;
}
.seo-service p{color: #000;}


.pt-66{padding-top: 66px;}

.digital-bg{background: #f4f4f4;
padding: 38px;}

.vocomi-about{background: #075295; padding: 100px 0; color: #fff}

.pt-25{padding-top: 25px;}

.vocomi-about p{font-weight: 100; color: #fff; margin-bottom: 20px; font-size: 20px;}




/*new-edit*/


@media only screen and (max-width: 600px) {
    

.home-about{padding-bottom: 50px !important;}

.camera_prev{display: none;}

.camera_next{display: none;}


.title {
    font-size: 24px !important;
  
}

.about-mission h3 {
    font-size: 24px !important;
}

.home-about h2 {
    font-size: 35px;
}

.about-mission{border-left: 0 !important}


.portfolio-item {

    width: 50%;

}

.portfolio-item > a .project-overlay .project-info .project-name {
    font-size: 1rem;

}
.p-150 {
    padding: 30px !important;
}


}



@media only screen and (min-width: 768px) {

.title {
    font-size: 20px !important;

}
.features-bg-img {
    padding: 40px;
    
}

.home-about{padding-bottom: 50px;}
.theme-button-one{font-size: 14px;}
.nav-link {font-size: 14px;}


} 



.image-bottom{display: flex; align-items:end }

.marketing-center {
    display: flex;
    align-items: center;
}


.smartoffice-bg{background-color:#166daf;}

.smartoffice-bg  h2{font-size: 45px; color: #fff; font-weight: 100; margin-bottom: 20px;}

.smartoffice-bg p {
    font-weight: 100;
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.5;
}

.pos-bg  h2{font-size: 45px; color: #000; font-weight: 100; margin-bottom: 20px;}

.pos-bg p {
    font-weight: 100;
    color: #000;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.5;
}


.ess-bg{background-color:#a7c570;}
.ess-bg  h2{font-size: 45px; color: #fff; font-weight: 100; margin-bottom: 20px;}

.ess-bg p {
    font-weight: 100;
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.5;
}



.shopping-portal-bg{background-color:#dededc;}
.shopping-portal-bg  h2{font-size: 45px; color: #000; font-weight: 100; margin-bottom: 20px;}

.shopping-portal-bg p {
    font-weight: 100;
    color: #000;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.
}



.supply-chain-bg{background-color:#fff;}
.supply-chain-bg  h2{font-size: 45px; color: #000; font-weight: 100; margin-bottom: 20px;}

.supply-chain-bg p {
    font-weight: 100;
    color: #000;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.

}

iframe{
    border-width: 0px;
}


/* Main banner button */
.btn-banner{
  border: 2px solid #075295;
background: transparent;
color: #2a2a2a;
font-size: 0.9vw;
border-radius: 5px;
padding: 0.4vw 0.6vw;
margin-top: 1.5vw;
transition: 0.3s;
}

/* Main banner button hover */
.btn-banner:hover, .btn-banner:focus{
  background: #075295;
border-color: #075295;
color: #fff;
}

.new-white{color: #fff !important}


.file-upload{display:block;text-align:center;font-size: 14px;margin-bottom: 10px;}
.file-upload .file-select{display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:44px;line-height:40px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;border-radius: 3px;}
.file-upload .file-select .file-select-button{background:#dce4ec;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.file-upload .file-select:hover{border-color:#34495e;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#34495e;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}

.b-0{border:none;}
.d-m-font{font-size:1.5rem; line-height: 1.5;}
.p-100{padding: 100px 0;}
.m-b-40{margin-bottom: 40px;}
.m-t-50{margin-top: 50px;}


.our-team{
            text-align: center;
            position: relative;
            color: #fff;
            margin-bottom: 60px;
        }
        .our-team:before{
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.5);
            transition:all 0.3s ease 0s;
            opacity: 0;
        }
        .our-team:hover:before{
            opacity: 1;
        }
        .our-team img{
            width: 100%;
            height: auto;
        }
        .our-team .team-content{
            position: absolute;
            bottom: -25;
            left: 0;
            width: 100%;
            padding: 5px 0;
            background-color: rgba(39, 144, 232, 0.9);
            transition:all 0.3s ease 0s;
        }
        /*.our-team:hover .team-content{
            bottom: 20%;
        }*/
        .our-team .team-content .name{
            font-size: 14px;
            font-weight: 800;
            letter-spacing: 1px;
            display: block;
            margin-bottom: 0px;
            text-transform: uppercase;
            transition:all 0.3s ease 0s;
            color: #fff;
            padding-bottom: 5px;
        }
        .our-team:hover .team-content .name{
            transform:translateY(15px);
            transition-delay:0.3s;
        }
        .our-team .team-content .post{
            font-size: 14px;
            display: block;
            transition:all 0.3s ease 0s;
            text-transform: capitalize;
        }
        .our-team:hover .team-content .post{
            transform:translateY(-28px);
            transition-delay:0.3s;
        }

        @media screen and (max-width:990px){
            .our-team{
                margin-bottom: 30px !important;
            }
        }



        .portfolioFilter {
  padding: 25px 0;
}

.portfolioFilter a {
  margin-right: 6px;
  color: #666;
  text-decoration: none;
  padding: 4px 15px;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
}

.portfolioFilter a.current {
  background: #075295;
  color: #f9f9f9;
}
.portfolioContainer{

  border-radius: 3px;
  width: 100%;
}


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

.isotope-hidden.isotope-item {
  pointer-events: none;
  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 {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

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

.new-filter{width: 25%; float: left;}



.new-filter .portfolio-image {
  overflow: hidden;
  display: block;
  position: relative;
}
.new-filter .portfolio-image > img {
  width: 100%;
  height: auto;
  display: block;
}
.new-filter > a {
  display: block;
}
.new-filter > a .project-overlay {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.9);
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
}
.new-filter > a .project-overlay .project-info {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: 0px;
  opacity: 0;
  transition: all 0.3s ease 0.3s;
}
.new-filter > a .project-overlay .project-info i.fa {
  margin-bottom: 1rem;
  background-color: #fff;
  font-size: 22px;
  line-height: 48px;
  width: 48px;
  height: 48px;
  color: #000;
  border-radius: 32px;
}
.new-filter > a .project-overlay .project-info .project-name {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 0 0 .5rem;
  color: #fff;
}
.new-filter > a .project-overlay .project-info p {
  color: #999;
  font-size: .85rem;
  margin: 0 1rem 1rem;
}
.new-filter > a:hover .project-overlay {
  opacity: 1;
  transition: all 0.2s ease;
}
.new-filter > a:hover .project-overlay .project-info {
  margin-top: -60px;
  opacity: 1;
}