@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800&display=swap');
@import "fontawesome-all.css";
@import "simple-line-icons.css";
*:hover, *:hover * {transition: all 0.3s;}
body {font-family:'Barlow', sans-serif;}
p {font-size:17px;
    line-height:26px;
	color:#444444;
}
a {color:inherit; text-decoration:none;}
a, .btn, button {
    outline: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.btn:hover, .btn:focus { color:#fff;}
.btn:active, .btn.active {box-shadow:none;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {outline:0px; color:#fff;}
a:hover {text-decoration:none; color:inherit;}
a:focus, a:active {color:inherit; text-decoration:none; outline:0px;}
h1,h2,h3,h4,h5,h6 {text-transform: capitalize;color:#071345;font-family:'Exo', sans-serif; }
.martp10 {margin-top:10px;}
.martp20 {margin-top:20px;}
.martp30 {margin-top:30px;}
.martp40 {margin-top:40px;}
.martp50 {margin-top:50px;}
.mar-btm0 {margin-bottom:0px;}
.mar-btm20 {margin-bottom:20px;}
.mar-btm30 {margin-bottom:30px;}
.mar-btm40 {margin-bottom:40px;}
.mar-btm50 {margin-bottom:50px;}
.mar-btm70 {margin-bottom:70px;}
.mar-btm80 {margin-bottom:80px;}
.pad0 { padding:0px !important;}
/*scroll top*/
#scroll {position: fixed;
    right: 10px;
    bottom: 45px;
    cursor: pointer;
    width:40px;
    height:40px;
    display: none;
    z-index: 99;
    font-size:15px;
    text-align: center;
	color:#fff;
    display: block;
    background-color:#ff5d1f;
	border-radius:2px;
}
#scroll i {display:block;font-size:20px;line-height:40px;}
#scroll:hover {color:#fff;}
/*======header=====*/
/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.top-header {background-color:#141621;}
.tp-info {margin-bottom:0;float: right;}
.tp-info li {margin-left:8px;
    font-size:16px;
    color: #fff;
    margin-right:8px;
    padding: 11px 0;
}
.tp-info li i {margin-right:10px;vertical-align:middle;color:#ff5d1f;}
.tp-info li:first-child {margin-left:0;}
.tp-btn-wrap {float: right;}
.hd-btn {position: relative;
    padding:13px 16px;
    color: #fff;
    font-size:14px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
}
.hd-btn i {font-size:13px;margin-right:4px;}
.hd-btn:before, .hd-btn:after {position: absolute;
    content:'';
    background-color:#ff5d1f;
    height:100%;
    width:100%;
    top:0;
    width:50%;
    z-index:1;
    transition:.4s;
}
.hd-btn:before {left:0;}
.hd-btn:after {right:0;}
.hd-btn span {z-index:9;position:relative;}
.hd-btn:hover {background-color:#fff;color:#000000;}
.hd-btn:hover:after, .hd-btn:hover:before {width: 0;}
.affix {position: fixed;
      top: 0;
      width: 100%;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      z-index: 999;
}
/*navbar start*/
.logo-header {display: table;
    float: left;
    vertical-align: middle;
    padding: 0;
    font-size: 36px;
    color: #1bbce8;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    height: 90px;
    position: relative;
    z-index: 9;
}
.header-skew:before {
    border-right: 7px solid #141621;
    right:-40px;
    width:120%;
    -webkit-transform: skew( -30deg);
    -moz-transform: skew( -30deg);
    -o-transform: skew( -30deg);
    -ms-transform: skew( -30deg);
    transform: skew(-30deg);
}
.header-skew:before, .header-skew:after {
    background-color: #ffffff;
    content: "";
    position: absolute;
    bottom:0;
    height:112%;
    z-index: -1;
}
.header-skew:after {
    right: 10%;
    width: 2000px;
}
.navbar-brand {height:80px;padding: 0 15px;}
.navbar-default {
    background-color:#293892;
    border-color:transparent;
}
.navbar {
    border-radius:0;
    min-height:90px;
    margin-bottom:0px;
    border: 0px;
}
.navbar-default .navbar-nav > li > a {
   color: #fff;
    font-weight:500;
    font-size: 15px;
    font-family:'Barlow', sans-serif;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#ff5d1f;
    background-color:transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#ff5d1f;
    background-color:transparent;
}
.navbar-default .navbar-nav > .active > a:before, .navbar-default .navbar-nav > .active > a:hover:before, .navbar-default .navbar-nav > .active > a:focus:before {
      -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}
.navbar-default .navbar-nav > li > a:hover:before, .navbar-default .navbar-nav > li > a:focus:before {    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}
/*.dropdown-menu*/
.dropdown-menu {margin: 0px;
    background-color:#141621;
    border-top:2px solid #ff5d1f !important;
    min-width:240px;
    border: 0px;  
    border-radius:0;
}
.dropdown-menu > li > a {
    padding:14px 25px;
    color:#fff;
    text-transform: uppercase;
    font-size:15px;
    font-weight:500;
    border-bottom:1px solid rgba(255, 255, 255, 0.10);
    position: relative;
    white-space: break-spaces;
}
.dropdown-menu > li:hover a:before {
    transform: scale(1);
    left:0;
}
.dropdown-menu > li:last-child > a {border-bottom: 0px;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:#ff5d1f;
    background-color:transparent;
}
.dropdown-submenu {position: relative;}
.dropdown-submenu .dropdown-menu {-webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 100ms;
    display: block;
    opacity:0;
}
.dropdown-submenu > a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    border-color: transparent;
    border-left-color: #cccccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left:01;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
/*header close*/
.marque-section {padding: 20px 0;overflow: hidden;    border-bottom: 1px solid #ddd;
        background-image: url(../img/default_pattern.png);
}
.marque-section marquee {font-family:'Exo', sans-serif;
    font-weight:700;
    font-size:22px;
    cursor: pointer;
}
.marque-section marquee span {color:#ff5d1f;}
/*welcome-section start*/
.welcome-section {padding:60px 0px;
    position:relative;
    background-image:url(../img/bg-01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.welcome-section:before {position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    content:'';
    background-color:rgb(255 255 255 / 95%);
}
.heading-style h2 {margin-top:0px;font-size:40px;position:relative;font-weight:800;line-height:50px;}
.heading-style h2:after {display:block;
    width: 64px;
    height: 8px;
    background-image: url(../img/decor-title-2.svg);
    content: '';
    margin-top: 15px;
}
.heading-style h3 {margin-top:0;color:#ff5d1f;font-size: 17px;}
.heading-center {text-align:center;}
.heading-white h2 {color:#fff;}
.heading-center h2:after {margin-left: auto;margin-right: auto;}
.welcome-content {padding-left:15px;}
.welcome-image {position: relative;    
    padding-right: 20px;
    padding-top: 20px;
    margin-bottom: 25px;
}
.welcome-image:before {
    position: absolute;
    right: 0;
    top: 0;
    background: #ff5d1f;
    width: 85%;
    content: '';
    height: 85%;
}
.wel-image-inner {position: relative;}
.welcome-image .overlays {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ff5d1f;
    padding:10px 20px 10px 20px;
}
.welcome-image .overlays a.overlay-link {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 0;
    margin-left: 0;
    color: #fb4848;
}
.welcome-image .overlays .icon-box {
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #fff;
    color: #ff5d1f;
    border-radius: 50%;
}
.welcome-image .overlays .icon-box.ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,.6);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255,.6);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255,.6);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgb(255 255 255 / 0%);}
    100% {box-shadow: 0 0 0 0 rgb(255 255 255 / 0%);}
}
@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgb(255 255 255 / 0%);}
    100% {box-shadow: 0 0 0 0 rgb(255 255 255 / 0%);}
}
.welcome-image .overlays .icon-box.ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    
}
.welcome-image .overlays .icon-box.ripple:before, .welcome-image .overlays .icon-box.ripple:after  {top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,.6);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255,.6);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255,.6);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.welcome-image .overlays .icon-box.ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}
.welcome-image .overlays h3 {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size:17px;
    font-weight: 700;
    margin-top: 0;
}
.welcome-image .overlays h3 span {font-size:40px;}
.btn2 {background-color:#1a1a1a;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 15px;
    padding: 10px 25px;
}
.btn2:hover, .btn2:focus {background-color: #ff5d1f;color:#fff;}
/*service-sec start*/
.service-section {padding:70px 0px;    
    background-color:#F2F2F2;
}
.single-services-item {
  margin-bottom: 30px;
  background-color:#fff;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 10px;
  box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.single-services-item .service-image {overflow: hidden;}
.single-services-item .service-image img {
    width: 100%;
    transition: all 0.5s ease 0s;
}
.service-detail h3 {margin:0;
  padding:20px;
  font-size: 22px;
  font-weight:700;
  background-color:#ff5d1f;
  color:#fff;
}
.service-detail-inner {padding:20px;}
.single-services-item .link-btn {
  display: inline-block;
  font-weight: 700;
  color:#ff5d1f;
}
.single-services-item .link-btn:hover {color:#293892;}
.single-services-item:hover {
  -webkit-box-shadow: 0 7px 30px -10px rgba(133, 153, 162, 0.3);
          box-shadow: 0 7px 30px -10px rgba(133, 153, 162, 0.3);
}
.single-services-item:hover .service-image img {transform: scale(1.1);}
/*middle-call-section start*/
.middle-call-section {padding:60px 0;
    background-image: url(../img/digital-signage-kuwait.jpg);
    background-position:left center;
    background-repeat: no-repeat;
    background-size: cover;
}
.middle-call-section p {
    color: #ff5d1f;
    font-size: 20px;
    margin-bottom:0;
    font-weight: 500;
}
.middle-call-section h3 {font-weight: 700;
    font-size: 25px;
    line-height: 36px;
    margin: 25px 0 30px 0;
}
.middle-call-section h5 {font-size: 30px;font-weight: 800;color: #ff5d1f;}
.middle-call-section h5 i {vertical-align: bottom;margin-right: 10px;}
/*client-section start*/
.client-section {padding:40px 0;}
.client-image {margin-bottom:20px;border: 1px solid #ddd;
    padding:8px;}
/*footer start*/
.footer {background-color:#141621;border-top: 1px solid rgba(255,255,255,.05);position: relative;overflow: hidden;}
.main-footer {padding:70px 0px 40px 0px;    
    background-image: url(../img/footer-icon.png);
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
}
.footer-widget {margin-bottom:30px;}
.footer-hd {margin-bottom:18px;}
.footer-hd h3 {margin:0px;
    font-size:21px;
    color: #fff;
    font-weight:600;
    position: relative;
    margin-bottom:30px;
}
.footer-hd h3:after {
    display: block;
    position: relative;
    width: 30px;
    height: 8px;
    margin-top: 11px;
    background-image: url(../img/decor-title.svg);
    content: '';
}
.footer-widget p, .list-link li, .bottom-footer p {color:#b6b4b4;font-size:16px;}
.list-link li {
    position: relative;
    padding: 0 0 12px 16px;
}
.list-link li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 28%;
    width: 4px;
    height: 4px;
    background:#999;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.list-link li a:hover, .add-wdt p a:hover {color:#ff5d1f;}
.list-link li:hover:before {
    left:5px;
    color:#1a2451;
}
.add-wdt p {
    position: relative;
    padding-bottom: 10px;
    padding-left:30px;
}
.add-wdt p i {position: absolute;
    font-size: 17px;
    color: #ff5d1f;
    top: 8px;
    left: 0px;
}
.ft-social li {padding-right:0px;}
.ft-social li a i {
    height: 40px;
    width: 40px;
    display: block;
    color: #fff;
    background-color:rgba(255, 255, 255, 0.1);
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    transition: all 500ms ease;
}
.ft-social li a:hover i {
    background:#ff5d1f;
    color: #fff;
    transform: rotate(360deg);
}
.bottom-footer {border-top:3px solid rgba(255, 255, 255, 0.15);text-align: center;}
.bottom-footer p {margin-bottom:0px;padding: 30px 0;font-size:15px;word-spacing:1px;letter-spacing:0.8px;}
.whatsapp-icon-fixed {
    position: fixed;
    left:30px;
    bottom:55px;
    z-index: 9999;
    display: inline-block;
    text-align: center;
}
.whatsapp-icon-link {
    display: block;
    height: 50px;
    width: 50px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: relative;
    padding: 1px;
    z-index: 9999;
    background-color:#25D366;
    border-radius: 100%;
    padding: 6px;
    margin-bottom: 20px;
}
.whatsapp-icon-link .whatsapp-icon {
    min-height: 30px;
    width: 30px;
    height: 100%;
}
.animate-icon {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*====inner page start==========*/
.inner-banner {position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding:100px 0px;
	background-image:url(../img/inner-banner.jpg);
}
.inner-banner:before {
	content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgb(11 38 83 / 45%);
}
.about-banner {background-image:url(../img/about-banner.jpg);}
.digital-signage {background-image:url(../img/digital-signage.jpg);}
.video-wall {background-image:url(../img/video-wall-banner.jpg);}
.pos-banner {background-image:url(../img/pos-banner.jpg);}
.audio-banner {background-image: url(../img/audio-banner.jpg);}
.smartclass-banner {background-image: url(../img/smart-class-banner.jpg);background-position: top;}
.cctv-banner {background-image: url(../img/cctv-camera-banner.png);}
.banner-content h1 {color: #fff;
    margin: 0px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 45px;
}
.banner-content  p {color:#fff;}
.banner-content > ul {margin-bottom: 5px;}
.banner-content > ul li+li {padding-left:15px;}
.banner-content > ul > li {
      font-size: 14px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.8px;
    color: #fff;
}
.banner-content > ul > li.active {color:#ff5d1f;}
.banner-content > ul > li + li:before {
   content: "\f105";
    position: absolute;
    left:1px;
    top:0px;
    font-weight: 600;
    font-size: 14px;
    font-family:"Font Awesome 5 Free";
    color: #fff;
}
.innerpg-wrapper {padding:60px 0px;}
.bg-grey {background-color:#f5f5f5;}
/*client page start*/
.client-mg-hv {
    overflow: hidden;
    position: relative;
    margin-bottom:15px;
    border:4px solid #ddd;
    padding:15px 0;
}
.client-mg-hv img {
    margin: 0px auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.client-mg-hv:hover img {transform:scale(1.1);-webkit-transform:scale(1.1);}
/*get a quote page start*/
.enquiry-form-wrap {background-color:#F5F9FD;
    background-position: center center;
    background-repeat: repeat;
    padding:50px !important;
    position: relative;
    border:4px solid #ddd;
}
.fm-image {position:absolute;left:-177px;top:0;}
.enquiry-form-wrap h3 {
    margin-top:0;
    margin-bottom:40px;
    font-size: 32px;
    font-weight: 800;
    position: relative;
    padding-bottom:22px;
}
.enquiry-form-wrap h3:before {position: absolute;
    content:'';
    width:80px;
    height:6px;
    left:0;
    right:0;
    bottom:0;
    background-color:#293892;
    margin:0 auto;
}
.enquiry-form-wrap label {color:#424242;}
.enquiry-form-wrap label span {color:#ff0000;}
.enquiry-form-wrap .form-control {border:1px solid #ccc;
    box-shadow:none;
    border-radius:0;
    height:50px;
}
.enquiry-form-wrap .form-group {margin-bottom:20px;}
/*service page start*/
.hd-sml h2 {font-size: 34px;}
.service-sidebar-wrap {border: 1px solid #D1D1D1;
    padding: 25px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 25px;
}
.service-sidebar-wrap ul {margin-bottom:0;}
.service-sidebar-wrap:before {
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    background-color: #ff5d1f;
}
.service-sidebar-wrap h3 {
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 800;
    font-size: 28px;
}
.service-sidebar-wrap ul li a {
    position: relative;
    color:#182937;
    font-size: 16px;
    font-weight:500;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-bottom:1px solid #f5f5f5;
    display: block;
    padding:12px 0;
}
.service-sidebar-wrap ul li:last-child a {border-bottom:0;padding-bottom:0;} 
.service-sidebar-wrap ul li a:after {
    position: absolute;
    content:"\f105";
    right:5px;
    top:10px;
    font-size: 20px;
    font-weight: 900;
    font-family:'Font Awesome 5 Free';
}
.service-sidebar-wrap ul li a:hover {color:#ff5d1f;}
.service-sidebar-wrap ul li.active a {color:#ff5d1f;}
/*contact us page start*/
.sub-heading h3, .sub-heading h2 {margin-top:0;font-weight:700;font-size: 28px;}
.contact-info-list li {margin-bottom:15px;}
.contact-info {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
}
.contact-info .contact-info-icon {
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    background-color:#ff5d1f;
    vertical-align: -webkit-baseline-middle;
}
.contact-info .contact-info-icon i {
    font-size: 24px;
    line-height: 60px;
    color: #ffffff;
}
.contact-info .contact-info-wrap {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    width: 65%;
}
.contact-info-wrap h4 {margin-top:0;font-weight:700;margin-bottom:6px;color:#293892;} 
.contact-info-wrap p {margin-bottom:0;}
.contact-info-wrap p a {font-size:18px;font-weight:600;}
.contact-info-wrap p a:hover {color:#ff5d1f;}
.contact-form-item {background-color:#F5F5F5;border: 2px solid #ececec;padding: 40px;}
.contact-form-item .form-group {margin-bottom:20px;}
.contact-form-item .form-control:focus {border-color:#585858 !important;}
.contact-form-item .form-control {border: 1px solid #eeeeee;
    border-radius: 5px;
    background-color:#fff;
    height:60px;
    box-shadow:none;
}
textarea.form-control {height: auto !important;}
.btn-submit {
    background-color: #ff5d1f;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 9px 29px;
    color: #fff;
    border-radius: 0;
}
.btn-submit:hover, .btn-submit:focus, .btn-submit:active {color:#fff;}
/*====Media Query====*/
@media(max-width:992px){
    .container {width:100%;}
    .welcome-content {padding-left:0px;}
    .pricingTable{ margin: 0 0 40px; }
}
@media(min-width:769px){
    .navbar-nav > li > a {padding-top:35px;padding-bottom:35px;}
     ul.nav.navbar-nav li:hover > .drop-menu {-webkit-transform: scale(1, 1);transform: scale(1, 1);}
	.drop-menu {-webkit-transform: scale(1, 0);display: block;}
    .navbar-default .navbar-nav > li > a:before {
    position: absolute;
    top: 0px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    content: "";
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 6px solid #212427;
    left: 50%;
    margin-left: -8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;}
}
@media(max-width:769px){
    .navbar-brand {padding:6px 15px;}
    .header-skew:before, .header-skew:after {height:100%;}
    .navbar-toggle {margin-top: 26px;}
    .navbar-default .navbar-toggle {border-color: #ff5d1f;}
    .navbar-default .navbar-toggle .icon-bar {background-color: #ff5d1f;}
    .navbar-toggle .icon-bar {width: 36px;height:5px;border-radius: 2px;}
    .navbar-default .navbar-nav > li > a:before {border-top: 6px solid #1a2451;}
	.animated {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;}
}

