﻿@charset "utf-8";
/*
@import url('bootstrap.css');
@import url("../fonts/font-awesome-4.7.0/css/font-awesome.min.css");
@import url("../fonts/et-line-icon/et-line.min.css");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);
@import url('owl.carousel.css');
@import url('owl.theme.css');
@import url('animate.css');
@import url('magnific-popup.css');
*/

.inline-block {
    display:inline-block;
}
.no-padding > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

html, body {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #444e5a;
    background: #fff;
    text-shadow: none !important;
    -webkit-tap-highlight-color: transparent;
}
body {
  /*overflow-x: hidden;*/
}

body.noscroll {
    overflow-y: hidden !important;
}

/* section background */
section, #subheader{
	-webkit-background-size: 100% !important;
	-moz-background-size: 100% !important;
	-o-background-size: 100% !important;
	background-size: 100% !important;
	position: relative;
}
@media only screen and (max-width: 991px) {
	section,#subheader{
		-webkit-background-size:cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
		background-attachment: scroll !important;
	}
}
section > .container{
    position: relative;
    z-index: 2;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.header {
  height: 80px;
}

.anchor{
   display:block;
   height:85px; /* this is the height of your header */
   margin-top:-85px; /* this is again negative value of the height of your header */
   visibility:hidden;
}

#wrapper {
  padding-bottom: 0px; /* must be same height as the footer */
  min-height: 87.5%;
}
@media only screen and (max-width : 767px) {
    #wrapper {
        min-height: 36%;
    }
}

.footer {
  /*margin-top:-109px;*/ /* negative value of footer height */
}

a, 
a:hover, 
a:focus {
    text-decoration: none;
    outline: none;
    outline-offset: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*text-transform: uppercase;
  font-weight: bold;*/
  /*color: #333333;*/
  /*margin-top: 0px;*/
}

.p13 {
  font-weight: bold;
  font-size: 13px;
}

.p11 {
    font-size: 11px;
}

.blue-color {
    color: #0077c5;
}

.white-color{
   color: #fff;
}

.slide-in-right {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

.img-slide-right {
    margin-left: auto;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible;
}
.slide-in-left {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
.img-slide-left {
    margin-right: auto;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible;
}
.slide-in-down {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
.img-slide-down {
    margin-right: auto;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible;
}
.slide-in-up {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
.img-slide-up {
    margin-right: auto;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.delay1 {
    transition-delay: .2s;
}
.delay2 {
    transition-delay: .4s;
}
.delay3 {
    transition-delay: .6s;
}

/* Additional Resources*/
.additional-resources {
    border-radius: 2px;
}
.additional-resources i {
    font-size: 14px;
    color: #ff6a00;
}
.additional-resources div a {
    font-size: 14px;
    color: #0077c5;
}
@media only screen and (max-width : 767px) {
    .additional-resources{
        margin-top: 30px;
    }
}

/*------------------------------ 
HEADER
------------------------------ */
.header .main-bar {
  background-color: #fff;
  float: left;
  width: 100%;
  height: 85px;
  z-index: 1000;
  position: fixed; 
  top: 0px;

  -webkit-box-shadow: 0 4px 4px -4px #999;
  -moz-box-shadow: 0 4px 4px -4px #999;
  box-shadow: 0 4px 4px -4px #999;
}

@media only screen and (max-width : 991px) {
    .header .main-bar{
        position: absolute; 
    }
}

/*dark blue::after #00263e
red::after #cd2028*/

/*.logo img {
    height: 85px;
    padding-top: 15px;
    padding-bottom: 15px;
}*/
.logo-text {
    font-family: Helvetica,Arial,sans-serif;
    display: inline-block;
    position: absolute;
    color: #006699;
    height: 45px;
    font-size: 35px;
    font-weight: 700;
    top: 30px;
}

.header-contact-mobile-menu > div{
    display: inline-block;
    vertical-align: middle;
}
/*	site-desktop-menu	*/
.dropdown-normal-case {
    text-transform: none !important;
}
.product-overview {
    border-bottom: 1px solid #ddd;
}
nav.site-desktop-menu {
    width: auto;
    float: left;
    margin-top: 0px;
    margin-left: 20px;
    margin-top: -3px;
}
nav.site-desktop-menu > ul {
  float: right;
  position: relative;
  z-index: 100;
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
nav.site-desktop-menu > ul > li {
  width: auto;
  margin: 0px;
  display: inline-block;
  vertical-align: bottom;
  float: left;
  position: relative; 
}
nav.site-desktop-menu > ul > li > a {
  line-height: 41px;
  padding: 0px 14px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
  font-size: 15px;
  color: #555555;
  -webkit-transition: .5s;
  transition: .5s;  
}

nav.site-desktop-menu .dropdown:after {
  content: "";
  position: relative;
  display: inline-block;
  margin-left: 4px;
  vertical-align: baseline;
  margin-bottom: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0;
  border-color: #333 transparent transparent;
}
nav.site-desktop-menu > ul > li > a:hover {
  color: #0077c5;  
}

nav.site-desktop-menu > ul > li:hover > a {
  color: #0077c5;  
}

   nav.site-desktop-menu > ul > li > ul { /*drop down menu*/
      position: absolute;
      top: 41px;
      left: 0px;
      background-color: #fff;
      width: 230px; /*Agmi*/
      display: none;
      z-index: 100;
      margin: 0px;
      padding: 0px;
      list-style: none;
      text-align: left;
      border-top: 5px solid #0077c5;
      /*border-right: 1px solid #cccccc;*/
      border-bottom: 5px solid #fff;
      /*border-left: 1px solid #cccccc;*/
      border-bottom-left-radius: 2px;
      border-bottom-right-radius: 2px;
      box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
   }

nav.site-desktop-menu > ul > li > ul:before{
    content: '';
    position: absolute;
    left: 14px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #0077c5 transparent;
    z-index: 9999;
}

nav.site-desktop-menu > ul > li > ul li {
  line-height: 15px;
  width: 100%;
}
nav.site-desktop-menu > ul > li > ul a {
  color: #333;
  padding: 10px 20px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
  font-size: 13px;
}
nav.site-desktop-menu > ul > li > ul a:hover {
  background: #0077c5;
  color: #ddd;  
}

nav.site-desktop-menu > ul li {
  position: relative;
}
nav.site-desktop-menu > ul > li ul ul {
  width: 190px;
  right: -190px;
  top: -3px;
  border: 0px solid #f00;
  position: absolute;
  background-color: #042433;
  border-top-width: 3px;
  border-top-style: solid;
  border-color:  #0077c5;
  display: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
nav {
    text-transform: uppercase;
    letter-spacing: 0.1px;          
}

.site-desktop-menu .multi-column-menu {
    width: 440px;
}

.site-desktop-menu .multi-column-menu .multi-column-item {
    float: left;
    display: inline;
    width: 50%;
}

/*.site-desktop-menu .multi-column-menu .multi-column-item img {
    float: left;
    width: 36px;
    padding: 5px;
}*/

.site-desktop-menu .multi-column-menu .multi-column-item-more {
    float: right;
}

.site-desktop-menu .multi-column-menu .multi-column-item:nth-of-type(odd),
.site-desktop-menu .multi-column-menu .multi-column-item:last-of-type {
    border-left: 1px solid #ddd;
}

/*	site-mobile-menu */
@media only screen and (max-width : 460px) {
    /*Free Trial btn*/
    .header-contact-mobile-menu .header-contact > ul li:first-child {
    display: none;
}
}
@media only screen and (max-width : 335px) {
    .header-contact-mobile-menu .header-contact{
        display: none;
    }
}
@media only screen and (max-width : 991px) {
    .header-contact-mobile-menu .header-contact{
        margin-right: 20px;        
    }
    .header-contact-mobile-menu{
        margin-top: 5px;
    }
}
.header-contact-mobile-menu .header-contact{
    margin-top: 5px;
}
.header-contact-mobile-menu .btn-mobile-menu {
  display: inline-block;
  /*float: right;*/
  width: 35px;
  margin: 18px 0;
  cursor: pointer;
}
.bar1, .bar2, .bar3 {
    /*width: 28px;*/
    height: 4px;
    border-radius: 3px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.3s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 7px);
    transform: rotate(-45deg) translate(-7px, 7px);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -7px);
}

.header-contact-mobile-menu .btn-mobile-menu i {
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  color: #b1b5b8;  
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.header-contact-mobile-menu .btn-mobile-menu:hover i,
.header-contact-mobile-menu .btn-mobile-menu.clicked i {
  background-color:  #0077c5;
  color: #fff;
  border: 1px solid  #0077c5;
}
nav.site-mobile-menu {
  width: 100%;
  float: left;
  margin-top: -57px;
  position: relative;
  border: 0px solid #f00;
}
nav.site-mobile-menu > ul {
  position: absolute;
  top: 54px;
  width: 100%;
  z-index: 50000;
  border-top-color: #0077c5;
  border-top-width: 3px;
  border-top-style: solid;
  background-color: #133568;
  display: none;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
nav.site-mobile-menu > ul li {
  position: relative;
  -webkit-transition: background-color 0.4s ease 0s, background-color 0.4s ease 0s;
          transition: background-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
nav.site-mobile-menu > ul > li {
  float: left;
  width: 100%;
  border: 0px solid rgba(255, 255, 255, 0.05);
  border-bottom-width: 1px;
}
nav.site-mobile-menu > ul > li a {
  line-height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 20px;
  color: #fff;
  width: 100%;
  display: block;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
}
nav.site-mobile-menu > ul > li a:hover {
  background:  #0077c5;
}
nav.site-mobile-menu > ul > li ul {
  width: 100%;
  float: left;
  background-color: #1f2224;
  display: none;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
nav.site-mobile-menu > ul > li ul li {
  width: 100%;
  float: left;
  border: 0px solid rgba(255, 255, 255, 0.05);
  border-bottom-width: 1px;
}
nav.site-mobile-menu > ul li i.fa {
  transform: scale(1.4);
  color: #fff;
  cursor: pointer;
  line-height: 40px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 0;
}
nav.site-mobile-menu li > ul {
  display: none;
}

@media (max-width: 991px) {
    .header .stuck {
        position: static; 
    }
    .header nav.site-mobile-menu {
        margin-top: -52px;
    }
    .header .stuck nav.site-mobile-menu {
        margin-top: -60px;
    }
    nav.site-mobile-menu > ul {
        top: 60px; /* site mobile menu from top*/
    }
    .site-heade .btn-mobile-menu {
        /*margin: 19px 0;*/
    }
    .site-heade .btn-mobile-menu i{
        font-size: 22px;
    }
    #logo {
        /*margin-top: 17px;*/
    }
}

/* Header Contact
	------------------------------ */
.header-contact{
    
}
.header-contact ul {
  list-style: none;
  margin-top: 5px;
  padding: 0px;
}
.header-contact ul li {
  font-size: 13px;
  color: #999999;
  display: inline-block;
  margin-left: 20px;
  color: #333;
}

.header-contact ul li .fa {
  font-size: 15px;
  color: #555555;
  margin-right: 2px;
}
.header-contact ul li:first-child {
  margin-left: 0px;
}
.header-contact ul li.border-line {
  color: #cccccc;
  margin-left: 20px;
}
.header-buttons {  /*FreeTrial and Search button*/
  /*margin-top: 22px;*/
}
.header-buttons > * {
  display: inline-block;
  margin-left: 28px;
}
.header-buttons > *:first-child {
  margin-left: 0px;
}
.header-buttons .fa {
  font-size: 15px;
  color: #555555;
  -webkit-transition: .3s;
  transition: .3s;
}
.header-buttons a:hover .fa {
  color:  #0077c5;
}
.search-button a {
  outline: none;
}

/*Seach box
    ---------------------------*/

.header .search-bar {
  top: 6px;
  }

.header .search-bar .search-box input[type="search"] {
  outline: none;
  color: #888;
  border: 1px solid #ddd;
  line-height: 25px;
  background: none;
  padding: 0 45px 0 5px;
  -webkit-appearance: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 27px;
}
.header .search-bar .search-box input[type="search"]:focus,
.header .search-bar .search-box input[type="search"]:active {
  border: 1px solid  #0077c5;
}
.header .search-bar .search-box .search-submit{
   border: medium none;
   background: transparent none repeat scroll 0 0;
   position: absolute;
   right: 0px;
   top: 0px;
   height: 27px;
   width: 32px;
   font-size: 18px;
   color: #888888;
   -webkit-transition: .5s;
   transition: .5s;
}
.header .search-bar .search-box .search-submit i{
   position: absolute;
   left: 8px;
   top: 4px;
}
.header .search-bar .search-box .search-submit:hover{
   color: #0077c5;
}

@media only screen and (max-width: 991px) {
    .header .search-bar {
      top: 0px;    
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 5px;
      padding-right: 5px;
      height: 40px;          
    }
    .header .search-bar .search-box input[type="search"] {
      outline: none;
      color: #888;
      border: 1px solid #333 ;
      line-height: 25px;
      background: none;
      padding: 0 45px 0 13px;
      -webkit-appearance: none;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      width: 100%;
    }
    .header .search-bar .search-box input[type="search"]:focus,
    .header .search-bar .search-box input[type="search"]:active {
      border: 1px solid  #0077c5;
    }
    .header .search-bar .search-box .search-submit{
       border: medium none;    
       background: transparent none repeat scroll 0 0;
       position: absolute;
       right:0px;
       top: 5px;
       height: 27px;
       width: 32px;
       font-size: 10px;
       color: #888888;
       -webkit-transition: .5s;
       transition: .5s;
    }
    .header .search-bar .search-box .search-submit i{
       top: -7px;
       left: -7px;
    }
}
/* Offcanvas Menu
	--------------------------- */
.compact-menu-canvas {
  position: fixed;
  right: -260px;
  top: 0px;
  height: 100%;
  width: 260px;
  z-index: 10009;
  background: #042433;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.compact-menu-canvas h3 {
  margin: 0px;
  padding: 20px 0px;
  font-size: 15px;
  line-height: 40px;
  text-transform: uppercase;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  color: #cccccc;
}
.compact-menu-canvas nav {
  width: 100%;
  float: left;
  position: relative;
  overflow: auto;
}
.compact-menu-canvas nav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.compact-menu-canvas nav ul li {
  line-height: 40px;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #0c2b39;
}
.compact-menu-canvas nav ul li a {
  color: #fff;
  text-transform: capitalize;
  padding: 0px 20px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
  font-size: 13px;
}
.compact-menu-canvas nav ul li a:hover {
  background:  #0077c5;
}
#btn-close-canvasmenu {
  display: block;
  background:  #0077c5 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  position: absolute;
  left: 25px;
  top: 30px;
  width: 20px;
  z-index: 100000;
  text-align: center;
  cursor: pointer;
}
.header-buttons #btn-close-canvasmenu i.fa {
  color: #fff;
}
.navright-button .isLeft i.fa-bars {
  color:  #0077c5;
}

/* #subheader
--------------------------- */
.subheader-top-bar{
    height: 3px;
    background-color: #0077c5;
}
.subheader-bottom-bar{
    height: 5px;
    background-color: #cccccc;
}

 /* New Khalil*/
.subheader{
    background-color: #3498db;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    text-align: center;
}
.subheader .container{
    height: unset;
}
.subheader h1 {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
}
.subheader h3 {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 25px;
    line-height: 45px;
}

section.content h5.title {
  background: #eaedf2 none repeat scroll 0 0;
  margin: 0 0 15px;
  padding: 12px;
}
code {
  background: #666 none repeat scroll 0 0;
  border: 0 none;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  color: #fff;
  display: block;
  font-family: consolas, monaco, "andale mono", monospace;
  font-weight: normal;
  line-height: 1.3;
  margin: 8px 0;
  padding: 12px;
  white-space: pre-wrap;
}
.spacing-45 {
  padding-top: 45px;
}
h3.headline {
  font-size: 20px;
  text-transform: none;
}
a {
  outline: medium none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/*------------------------------ 
ELEMENTS
------------------------------ */
/* Spinner */
.images-preloader {
  position: fixed;
  z-index: 100001;
  background-color: #f8f8f8;
  width: 100%;
  height: 100%;
}
.images-preloader .spinner {
  position: absolute;
  margin-left: -35px;
  margin-top: -9px;
  left: 50%;
  top: 50%;
  width: 70px;
  text-align: center;
}
.images-preloader .spinner > div {
  width: 18px;
  height: 18px;
  background-color:  #0077c5;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.images-preloader .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.images-preloader .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* #Custom Css
================================================== */
.spacing-30 {
  height: 30px;
  clear: both;
}
.spacing-15 {
  height: 15px;
  clear: both;
}
.spacing-10 {
  height: 10px;
  clear: both;
}
.box-title {
  font-size: 20px;
}
abbr {
  border-bottom: 1px dotted;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.inline {
  display: inline-block;
}
.no-padding,
#content.no-padding {
  padding: 0px 0px 0px 0px;
}
.no-padding-bottom {
  padding-bottom: 0px;
}
.no-padding-top {
  padding-top: 0px;
}
.padding-top-bottom-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.no-margin {
  margin: 0px 0px 0px 0px !important;
}
.no-margin-bottom {
  margin-bottom: 0px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-top-170 {
  margin-top: 170px;
}
.padding-bottom-0 {
  padding-bottom: 0px !important;
}
.bg-grey {
    background-color: #f2f2f2;
}
.bg-blue {
  background-color: #2e9ee0;  
}
.bg-green {
  background-color: #42aa71;  
}
.bg-light-blue {
  background-color: #ccd4da;  
}
.bg-darkgrey {
  background-color: rgba(0,0,0,.3);
}
.no-boder {
  border-top: 0px solid transparent;
}
section, 
#content {
  padding: 50px 0 50px 0;
  background: #fff;
}
.section-elements {
  padding-top: 0px;
}
.small-border {
  clear: both;
  width: 80px;
  height: 3px;
  background: #999999;
  margin: 20px auto 20px auto;
}
.tiny-border {
  clear: both;
  width: 40px;
  height: 2px;
  background: #999999;
  margin: 0px 0 20px 0;
}

.tiny-border-blue {
  clear: both;
  width: 40px;
  height: 2px;
  background:  #0077c5;
  margin: 0px 0 20px 0;
}
.tiny-border-green {
  clear: both;
  width: 40px;
  height: 2px;
  background: #217346;
  margin: 0px 0 20px 0;
}

.tiny-border-orange {
  clear: both;
  width: 40px;
  height: 2px;
  background: #ff6a00;
  margin: 0px 0 20px 0;
}

.text-center .tiny-border, .text-center .tiny-border-blue {
  margin: 0px auto 30px auto;
}
.tiny-border-light {
  clear: both;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0px 0 20px 0;
}
.divider-single-10 {
  clear: both;
  height: 10px;
}

.divider-single-20 {
  clear: both;
  height: 20px;
}
.divider-single-30 {
    clear: both;
    height: 30px;
}


.divider-single {
  clear: both;
  height: 30px;
}
.spacer-single {
  clear: both;
  height: 60px;
}
.list-style-1 {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.list-style-1 li {
  position: relative;
  padding-left: 20px;
  color: #666666;
  margin-bottom: 10px;
}
.list-style-1 li:before {
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 13px;
  content: "\f058";
  color: #aaaaaa;
}
.list-style-1 li:last-child {
  margin-bottom: 0px;
}

/* Awsome Contact icons
 ================================================== */
.icon-box:Before {
   font-size: 12px;
   font-family: 'FontAwesome';
}

/* #Social Group hover color
================================================== */
.social-icons a {
  background: #0b0f1c;
}

.social-icons a.facebook:hover {
  background-color: #02549F;
}
.social-icons a.vk:hover {
  background-color: #4C75A3;
}
.social-icons a.vimeo:hover {
  background-color: #1AB7EA;
}
.social-icons a.tumblr:hover {
  background-color: #35465D;
}
.social-icons a.twitter:hover {
  background-color: #00ACED;
}
.social-icons a.behance:hover {
  background-color: #1769FF;
}
.social-icons a.instagram:hover {
  background-color: #DDCCBA;
}
.social-icons a.pinterest:hover {
  background-color: #CD2129;
}
.social-icons a.flickr:hover {
  background-color: #FF0084;
}
.social-icons a.dribbble:hover {
  background-color: #EA4C89;
}
.social-icons a.google:hover {
  background-color: #D11516;
}
.social-icons a.youtube:hover {
  background-color: #E12A27;
}
.social-icons a.linkedin:hover {
  background-color: #006699;
}
.social-icons a.skype:hover {
  background-color: #00A7E5;
}
/* Social Share Group */
.social-share a {
  color: #888888;
  display: inline-block;
  padding: 0px;
  margin: 0px 8px 0px 0px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 2px solid #e6e6e6;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social-share a .fa {
  font-size: 15px;
}
.social-share a:hover {
  color: #fff;
  border-color:  #0077c5;
  background-color:  #0077c5;
}
/* #button Group
================================================== */
.btn {
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    padding: 8px 25px;
    display: inline-block;
    text-decoration: none;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
    text-align: center;
}
.btn:hover {
    background-color: #2C3E50;
    color: #fff;
}

.btn.width {
  min-width: 170px;
  padding: 15px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 14px;
  margin-bottom: 20px;
}
.btn i {
  margin-right: 7px;
}
.btn.green {
  background-color: #4caf50;
}
.btn.orange {
  background-color: #ff9800;
}
.btn.red {
  background-color: #f44336;
}
.btn.grey {
  background-color: #e6e6e6;
  color: #555555;
}
.btn.grey:hover {
  color: #fff;
}
.btn.black {
  background-color: #555555;
}
.btn.yellow {
  background-color: #ffeb3b;
  color: #333333;
}
.btn.yellow:hover {
  color: #fff;
}
.btn-primary {
  background: #0077c5;
  color: #fff;
}
.btn.shadow {
  background-color: #b0daf6;
  color: #555555;
}
.btn.shadow:hover {
  background-color: #b0daf6;
  color: #0077c5;
}
.btn-secondary {
  background: #00B863;
  color: #fff;
}
.btn-third {
  background: #2c3e50;
  color: #fff;
}

.btn-third-fixed {
  background: #2c3e50;
  font-size: 13px;
  color: #fff;
  width: 200px;
}

.btn-demoblock {
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 10px 25px 10px 25px;
    display: inline-block;
    text-decoration: none;
    border: none;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    position: relative;
    background-color: #ff9800;
    color: #333;
    text-transform: uppercase;
}

.btn-demoblock:hover{
    color: #fff;
}

.btn-freetrial {
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    padding: 7px 15px 7px 15px;
    display: inline-block;
    text-decoration: none;
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 13px;
    text-align: center;
    color: #fff;
    background-color: #ff6a00;
}

.btn-partners {
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  padding: 7px 15px 7px 15px;
  display: inline-block;
  text-decoration: none;
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 13px;
  text-align: center;
  color: #fff;
  background-color: #0077c5;
}

.bnt-demoblock-watchdemo {
    background-color: #df0000;
    color: #fff;
}

.btn-border {
  border: solid 2px #2c3e50;
  color: #2c3e50;
  background: #ffffff;
}
.btn-border-light {
  background: transparent;
  border: solid 1px #ffffff;
}

.btn-border-light-blue {
  background: transparent;
  border: solid 1px  #0077c5;
}

.btn-border-light-blue:hover {
  color: #fff;
}
.btn-secondary:hover {
  color: #ffffff;
}
.btn-third:hover {
  background: #555555;
  color: #ffffff
}
.btn-border:hover {
  background: #a1b1bc;
  color: #333333;
}
.btn-border-light:hover {
  background: #2C3E50;
  color: #222222;
  border-color: #2C3E50;
}
.btn-border-grey {
  border: 1px solid #ccc;
  color: #0077c5;
}
.btn-border-grey:hover {
  color:  #0077c5;
  border-color:  #0077c5;
  background-color: transparent;
}
.mleft {
  margin-right: 15px;
}
.btn-big {
  padding: 15px 40px 15px 40px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 15px;
}
.btn-small {
  padding: 10px 25px 10px 25px;
}
.btn-radius.width,
.btn-radius {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
.no-radius.width,
.no-radius {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
/* #Home Boxes
================================================== */

.home-intro {
    background: url(../images/bg/bg.png);
    background-position: center;
    background-repeat: no-repeat;
}

.home-intro{
    padding-bottom: 15px;
}

.home-intro .container{
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 300;
    padding: 40px 0px 100px 0px;
    /*max-height: 600px;*/
}

.layer-50 {
    background-color: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.section-home-news {
    background-color: #0077c5; /*#373737;*/
    opacity: 1;
}

.home-intro .home-intro-news {
   left: 0;
   right: 0;
   padding-top: 22px;
   padding-bottom: 15px;
   width: 100%;
   font-size: 18px;
   color: #fff;
   opacity: 0.8;
   background-color: #ff6a00; /*was blue #0077c; changed for v6.5*/
}

.home-intro .home-intro-news span {
    color: #ffd414;
    opacity: 1 !important;
}

.home-intro .home-intro-news1 {
    color: #444e5a;
    background-color: #fff;
}

.home-intro-news p {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    display: inline-block;
    padding-right: 15px;
}

.home-intro-news a {
    /*font-size: 15px;*/
    /*color: #444e5a;*/
    /* font-weight: bold;*/
    /*border: 1px solid #fff;
    padding: 2px 2px 2px 4px;*/
    color: #fff;
    white-space: nowrap;
    text-decoration: underline;
}
/*.home-intro-news a::after {
    content: "\f101";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 8px;
    -webkit-transform: scale(1.5,1.5);
    transform: scale(1.4,1.4);
    padding-bottom: 7px;
    padding-right: 2px;
}*/

@media only screen and (max-width : 600px) {
    .home-intro-news p {
        padding-right: 0px;
    }
}

.home-banner-text-lg{
   font-family: 'Open Sans', Helvetica, sans-serif;
   font-size: 40px;
   line-height: 40px;
   color: #fff;
   text-shadow: 1px 1px #333;
}

.home-banner-text-md {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 24px;
    line-height: 24px;
    margin: 10px 0;
    color: #fff;
    text-shadow: 1px 1px #333;
}

.home-into-buttons{
    margin-top: 30px;
}
.home-into-buttons a {
    width: 170px;
    margin: 5px;
    border-radius: unset;
    padding-left: 0px;
    padding-right: 0px;
}

.btn-f9-platform {
    color: #333;
    background-color: #fff;    
}
.btn-f9-platform:link,
.btn-f9-platform:visited,
.btn-f9-platform:active {
    color: #333;
    background-color: #fff;
}
.btn-f9-platform:hover {
    color: #fff;
    background-color: #2C3E50;
}

.btn-see-it-in-action {
    padding: 7px 29px;
    color: #fff;
    background-color: rgba(0,0,0,.3);
    border: 1px solid #fff;
}
.btn-see-it-in-action:hover,
.btn-see-it-in-action:link,
.btn-see-it-in-action:visited {
    color: #fff;
    border-color: #fff;
}

.btn-see-it-in-action:after {
    content: "\f0a9";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 15px;
    padding-left: 0px;
    -webkit-transform: scale(1.8,1.8);
    transform: scale(1.8,1.8);
    align-self: center;
}

/*Categories Flex items*/
.home-category {
    border-bottom: 1px solid #ddd;
}

.home-category  {
    overflow: hidden;
}

.home-category, .home-category p {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.home-category a,
.home-category h1,
.home-category h3 {
    /*color: #fff;*/
}

.home-category p {
    /*color: #fff;*/
    font-size: 16px;
}

.home-category h1 {
    /*color:  #0a0e32;*/
}

.home-category h4 {
    /*color: #fff;*/
    line-height: 24px;
}

.home-category h2 {
    color: #0077c5;
    /*line-height: 45px;*/
    /*margin-top: 0px;*/
}

.wrapper-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap; 
}

.item-flex {
    display: flex;
    flex-flow: column;
}

.category-item {
    /*text-align: center;*/
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}

.category-item p {
    margin-bottom: 20px;
}
.category-item a {
    align-self: flex-start; /*  center;*/
    margin-top: auto;    
}

.category-item:not(:last-of-type){
   border-right: solid thin #ddd;
}

@media only screen and (max-width : 767px) {
  .category-item:not(:last-of-type){
     border-right: none;
  }
  .category-item {
     text-align: center
   }
   .category-item a {
     align-self: center;
   }
}

@media screen and (max-width: 1024px) {
    html { font-size: 100%; }
}

/* Home Feature
----------------------------------*/
.home-feature .container {
    overflow :hidden;
}
.home-feature-title{
   font-size: 24px;
   color:  #0077c5;
}

.home-feature-image img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    align-self: center
}

.home-feature-desc, 
.home-feature-image{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}
.home-feature-desc p{
   font-size: 16px;
   line-height: 1.5;
}

@media screen and (max-width: 767px){
  .home-feature-image{
     -webkit-order: -1;
     order: -1;
  }

  .home-feature-desc a{
    align-self: center;
    margin: auto;
   }
}

.home-feature-desc a{
    align-self: flex-start;
    color:  #0077c5;
}

.home-feature-desc a:hover{
  text-decoration: underline;
}

.home-feature-desc a:after{
  content: "\f101";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 5px;
  padding-left: 0px;
  -webkit-transform: scale(1.2,1.2);
  transform: scale(1.2,1.2);  
}

.home-feature-box p{
   font-size: 15px; 
}

/* Get Started Now
 -----------------------------------*/

.section-getstartednow{
    background-color: #19223c;
    /*background-color: #1d5671;*/
}

.section-getstartednow .container h3{
   font-family: 'Open Sans', Helvetica, sans-serif;
   font-weight: 100;
   font-size: 35px;
   line-height: 40px;
   color: #fff;
}
/* #Project Boxes
================================================== */

.widget .search-form {
  position: relative;
}
.widget .search-form input[type=search] {
  color: #888888;
  border: 1px solid #ddd;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
}
.widget .search-form .search-submit {
  position: absolute;
  top: 1px;
  right: 0px;
  width: 40px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  display: block;
  font-size: 18px;
  border: none;
  background: transparent;
  color: #888888;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.widget .search-form .search-submit:hover {
  color:  #0077c5;
}
input[type=text],
input[type=email],
input[type=password],
textarea {
  color: #888888;
  border: 1px solid #ddd;
}
/* Testimonials */
.testi-boxes blockquote {
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-size: 13px;
  line-height: 22px;
  color: #666666;
  border-left: none;
  padding: 0px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  margin: 0px;
  border: none;
  margin-bottom: 20px;
}
.testi-boxes blockquote:before {
  font-family: 'Droid Serif', serif;
  content: "“";
  color:  #0077c5;
  font-size: 60px;
  font-weight: 700;
  display: inline-block;
  font-style: normal;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 15px 3px 0px 0px;
}

.testi-boxes blockquote:after {
  font-family: 'Droid Serif', serif;
  content: "”";
  color:  #0077c5;
  font-size: 60px;
  font-weight: 700;
  display: inline-block;
  font-style: normal;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 15px 0px 3px 0px;  
}
.testi-boxes .testi-info {
  padding-left: 35px;
}
.testi-boxes .testi-info img {
  float: inherit;
}
.testi-boxes .testi-info .testi-details {
  /*padding-left: 65px;*/
  color: #555555;
  font-weight: normal;
}
.testi-boxes .testi-info .testi-details span {
  display: block;
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.testimonials-slider .testi-boxes .testi-info {
  padding-left: 0px;
  display: inline-block;
  margin: 5px 0px 25px;
}
.testimonials-slider .testi-boxes .testi-info .testi-details {
  text-align: center;
}

.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

/* #Contact
================================================== */
.map-canvas {
  height: 350px;
}
.intro-text {
  padding: 24px 50px 44px;
}
.intro-text h2 {
  font-size: 50px;
  text-transform: uppercase;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 35px;
}
.intro-text p {
  font-family: 'Droid Serif', Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  font-style: italic;
}

.section-contact-us h3{
    margin-bottom: 25px;
}
.contact-us-form{
    margin-left: 140px;
    margin-right: 140px;
}
.contact-us-form input[type=text],
.contact-us-form input[type=email],
.contact-us-form textarea {
  border: 1px solid #a1b1bc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;  
  padding: 5px;
  outline: none;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #1b1b1b;
}
.contact-us-form input[type=text]:focus,
.contact-us-form input[type=email]:focus,
.contact-us-form textarea:focus {
  background-color: #fff;
  border-color:  #0077c5;
  color: #1b1b1b;
}
.contact-us-form textarea {
  min-height: 100px;
  max-width: 100%; 
  max-height: 100%;
}
 .contact-us-options h4{
    margin-top: 10px;
}
.contact-us-options span{
    font-size: 14px;
}
.contact-us-options input[type="checkbox"] {
    vertical-align: bottom;
    margin: 10px 5px 0 0 !important;
    line-height: normal;
    width: 18px;
    height: 18px;
}
.contact-us-options input[type=submit],
#submitmessagespinner {
    margin-top: 20px;
}

@media only screen and (max-width : 991px) {
    .contact-us-form{
        margin-left: 0px;
        margin-right: 0px;
    }
    .contact-us-options input[type=submit],
    #submitmessagespinner {
        margin-top: 20px;
    }
    .contact-us-form textarea {
      min-height: 100px;
      max-width: 100%; 
      max-height: 100%;
    }
}
.col-full {
  width: 100%;
}
.col-one-third {
  float: left;
  width: 31.5%;
  margin-bottom: 20px;
}
.margin-one-third {
  margin-right: 2.626%;
  margin-left: 2.626%;
}
.contact-list {
  list-style: none;
  padding: 0px;
  margin-bottom: 40px;
  padding-top: 10px;
}
.contact-list li {
  margin-bottom: 10px;
}
.contact-list li i {
  display: inline-block;
  margin-right: 5px;
  font-size: 13px;
  color:  #0077c5;
}
.info-branch h5 {
  margin-bottom: 20px;
}
.info-branch p {
  margin-bottom: 20px;
}
/* FAQs Page */
.bg-dark {
  background-color: #303335;
  color: #999999;
}
.bg-dark-dark-grey {
  background-color: #303335;
  color: #fff;
}
.content-box {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  padding: 40px;
  width: 100%;
}
.content-box .btn {
  margin-top: 20px;
}
.text-white {
  color: #ffffff !important;
  font-size: 16px;
  margin-bottom: 30px;
}


/* Footer
----------------------------------------------------------*/
/* Footer 1 */

.title h2:after{
    content: "";
    width: 37px;
    height: 2px;
    background: #0077c5;
    display: block;
    margin-top: 17px;
}

.title h2{
    font-size: 14px;
    font-weight: normal;
    color: #ff6a00;
}

#footer{    
    background-color: #0b0f1c;
    padding-top: 15px;
    padding-bottom: 10px;
}
#footer .container {
    padding: 20px 8px 10px 8px;
}
#footer .container div{
    display: inline-block;
}
#footer .footer-products{
    text-transform: uppercase;
}
#footer ul{
    list-style: none;
}
#footer ul li{
    display: inline-block;
    height: 15px;
    line-height: 15px;
}
#footer ul li a,
#footer .footer-copyright{
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 13px;
    color: #d0cdcd;
    text-decoration: none;
    outline: none;
}
#footer ul li a:hover{
    color: #0077c5;
}
#footer ul li:nth-child(n+1){
    padding: 8px;
}
#footer .footer-right{
    text-align: right;
    /*width: 260px;*/
}
#footer .footer-left {
    text-align: left;
    width: 370px; 
}
#footer .footer-left ul{
    padding-left: 0px;  
    margin-left: 0px;
}
#footer .social-icons-no-circle a{
    font-size: 20px;
}
#footer .social-icons-no-circle a.linkedin:hover {
   color: #006699;
}
#footer .social-icons-no-circle a.facebook:hover {
   color: #02549F;
}
#footer .social-icons-no-circle a.twitter:hover {
   color: #00ACED;
}

@media only screen and (max-width : 665px) {
    #footer .footer-left,
    #footer .footer-right {
        text-align: center;
        width: 100%; 
    }
    #footer .footer-right ul{
        padding : 0px
    }
}

#footer .demoblock {
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(98, 98, 98, 0.1);
    text-align: center;
    z-index: 100;
    position: fixed;
    height: 41px;
    padding-top: 3px;
    display: block;
    /*visibility: hidden;*/
}

.btn-close-demoblock{
   position: fixed;
   left: 6px;
   bottom: 6px;
   color: #fff;
   cursor: pointer; 
   font-size: 15px;
   height: 32px;
   width: 32px;
   line-height: 32px;
   background-color: rgba(0, 0, 0, 0.4);
   background-repeat: no-repeat;
   background-position: center;
}

/*@media screen and (min-width: 479px) {
    #footer .demoblock {
        clear: both;
        display: block;
    }
}*/

/* Back To Top */
#to-the-top {
    display: none;
    position: fixed;
    text-align: center;
    right: 30px;
    bottom: 140px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    z-index: 10000;
    font-size: 18px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    background-color: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
}
#to-the-top:hover {
  background-color: #0077c5;
}
@media only screen and (max-width: 500px) {
    #to-the-top{
       bottom: 45px;
    }
}

/*-------------------------------*/

form .form-row-first,
form .form-row-last {
  float: left;
  overflow: visible;
  width: 49%;
}
form .form-row-first {
  margin-right: 2%;
}
form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
form .form-row label.checkbox {
  display: inline;
  padding: 0px;
  font-weight: normal;
}

/* #Media Queries
================================================== */
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  nav.site-desktop-menu > ul > li > a {
    padding: 0px 10px;
  }
  .header-buttons > * {
    margin-left: 10px;
  }
  .header-contact ul li.border-line {
    margin-left: 10px;
  }
  .latest-news-items-2 .latest-blog-post-img {
    float: none;
    max-width: inherit;
  }
  .latest-news-items-2 .latest-blog-post-details {
    padding-left: 0px;
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .latest-projects .latest-projects-intro {
    padding: 15px 25px 9px;
  }
  .testimonials-slider-wrapper {
    margin-top: 40px;
  }
  .service-box {
    margin: 30px 0px 0px;
  }
 .cal-to-action span {
    display: block;
    margin-bottom: 20px;
    line-height: 28px;
    margin-right: 0px;
  }

  .pricing-table-2 .plan-price span {
    right: -40px;
  }
  .projects-grid-5 .project-item {
    width: 25%;
  }
  .blog-list .post-media {
    width: 300px;
  }
  .blog-list .post-content {
    padding-left: 320px;
  }
  .project-info h2 {
    margin-bottom: 25px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .projects-grid .project-item {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 767px) {
  .feature-box,
  .about-box {
    margin-top: 40px;
  }
  .about-text-intro h2,
  .service-text-intro h2,
  .intro-text h2 {
    font-size: 35px;
  }
  .latest-projects .latest-projects-wrapper,
  .latest-projects .latest-projects-intro {
    float: none;
    width: 100%;
  }
  .newsletter-element .input-text,
  .newsletter-element .newsletter-submit {
    margin-top: 20px;
  }
  .projects-grid-5 .project-item {
    width: 50%;
  }
  .about-history {
    margin-top: 35px;
  }
  .pricing-item {
    margin-bottom: 20px;
  }
  .pricing-table-2 {
    width: 100%;
    margin: 10px 0px !important;
  }
  .blog-list .post-media {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .blog-list .post-content {
    padding-left: 0px;
  }
  .post-metadata {
    margin: 10px 0px 10px;
  }
  footer .main-footer .widget-title {
    margin-bottom: 15px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .item.margin_15 {
    margin: 15px 0px 0px;
  }
  .projects-grid .project-item {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  /*h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 14.5px;
  }
  h5 {
    font-size: 13px;
  }
  h6 {
    font-size: 11px;
  }
  h2.box-title {
    font-size: 18px;
  }*/
  .box-intro-video .btn-intro-video {
    font-size: 18px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .btn-service-intro .btn {
    margin: 5px 0px;
    min-width: 140px;
  }
  .projects-grid .project-item {
    width: 100%;
  }
  .latest-blog-post-details p.title {
    font-size: 16px;
    font-weight: 500;
  }
  #filter {
    padding: 0px;
  }
  #filter li {
    display: inline-block;
    margin-left: 11px;
    margin-right: 11px;
  }
  .project-grid-2 #filter,
  .project-page #filter {
    margin-bottom: 20px;
    padding-left: 0;
    text-align: center;
  }
  .project-grid-2 #filter li,
  .project-page #filter li {
    margin-left: 11px;
    margin-right: 11px;
  }
  .about-text-intro,
  .service-text-intro,
  .intro-text {
    padding: 0px 0px 34px;
  }
  .about-text-intro h2,
  .service-text-intro h2,
  .intro-text h2 {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .about-text-intro p,
  .service-text-intro p,
  .intro-text p {
    font-size: 16px;
    line-height: 28px;
  }
  .col-one-third {
    width: 100%;
  }
  .col-one-third.margin-one-third {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .latest-blog-post-img {
        float: none;
        max-width: inherit;
    }

    .latest-blog-post-details {
        padding-left: 0px;
        margin-top: 15px;
    }

    .item.margin_15 {
        margin: 15px 0px 0px;
    }

    footer.footer-2 .footer-contact ul li span {
        display: none;
    }

    .quick_newsletter .newsletter-element .newsletter-submit {
        width: 100%;
    }

    .projects-grid-5 .project-item {
        width: 100%;
    }
}

/*-- video play--*/
.item-video-src {
    position: relative;
    margin: 0 auto;
    /*color: #0077c5;*/
    /*max-width: 470px;
    max-height: 300px;*/
}

.item-video-src .item-video-src-image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    /*height: 100%;*/
    max-width: -moz-max-content;
    /*max-width: 100%;*/
    /*width: auto;*/
    /*height: auto;*/
}

.item-video-src .item-video-src-layer,
.item-video-src .item-image-src-layer {
    position: absolute;
    background-color: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.item-video-src-layer::after {
    content: url('../images/videos/video.play.png');
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.item-image-src-layer::after {
    font-family: 'FontAwesome';
    font-size: 75px;
    content: "\f00e";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

