@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');
@import "fontawesome-all.css";
@import "animate.css";
@import "flaticon.css";
@font-face {
  font-family:CorisandeLight;
  src: url(../fonts/CorisandeLight.ttf);
}

*:hover, *:hover * {
    transition: all 0.3s;
}
body {font-family:'Open Sans', sans-serif;}
p {font-size:14px;
    line-height:25px;
	color:#777777;
	    word-spacing: 1px;
    letter-spacing: 0.2px;
}
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:#222222;font-family: 'Oswald', sans-serif;}
.mrtp-0 {margin-top:0px !important;}
.martp10 {margin-top:10px;}
.martp20 {margin-top:20px;}
.martp30 {margin-top:30px;}
.martp40 {margin-top:40px;}
.martp50 {margin-top:50px;}
.mar-btm20 {margin-bottom:20px;}
.mar-btm30 {margin-bottom:30px;}
.mar-btm40 {margin-bottom:40px;}
.mar-btm50 {margin-bottom:50px;}
.martp0 {margin-top:0px;}
/*=============== scroll bar start ==================*/
::-webkit-scrollbar{
	width:6px;
	background-color:#cccccc;
}
::-webkit-scrollbar-thumb{
	background-color:#333333;
	border-radius:4px;
}
::-webkit-scrollbar-thumb:hover{background-color:#333333;}
::-webkit-scrollbar-thumb:active{
	background-color:#333333;
} 
/*=============== scroll bar end ==================*/
/*scroll top*/
#scroll {position: fixed;
    right: 10px;
    bottom:20px;
    cursor: pointer;
    display: none;
    z-index: 999;
}
#scroll img {margin:0px auto;}
/* 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);
}
/* END ANIMATED X */
/*======header=====*/
.header {border-top:6px solid #222222;}
.top-header {background-color:#222222;overflow: hidden;}
.top-header ul {margin-bottom: 0px;}
.call-tp-list {padding:14px 0;}
.call-tp-list li {
    font-size: 15px;
    padding-right: 0px;
    font-weight: 500;
    color:#fff;
}
.call-tp-list li i {
    padding-right:7px;
    padding-left: 3px;
    font-size:15px;
    color:#f3931f;
}
.call-tp-list li:after {
    position: relative;
    top: 0;
    content: '|';
    line-height: 22px;
    margin-left: 10px;
    font-size: 14px;
	color:rgba(255, 255, 255, 0.1);
}
.call-tp-list li:last-child:after { content:inherit; display:none;}
.call-tp-list li a:hover {color:#f3931f;}
.social-wrap-head {float: right;}
.social-wrap-head li:first-child {border-left:1px solid rgb(255 255 255 / 30%);}
.social-wrap-head li {
    background: none;
    float: left;
    margin: 0px;
    padding: 0px;
    border-right:1px solid rgb(255 255 255 / 30%);
    position: relative;
}
.head-social-icon {
    font-size: 15px;
    height: 50px;
    width: auto;
    float: left;
    padding: 0 15px !important;
    color: #fff;
    background: none;
    transition: .5s;
    line-height: 50px;
}
/*facebook-hover*/
.social-wrap-head .head-social-icon.fa-facebook-f:hover {background: #204385;}
.social-wrap-head .head-social-icon.fa-twitter:hover {background: #2aa9e0;}
.social-wrap-head .head-social-icon.fa-instagram:hover {background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.social-wrap-head .head-social-icon.fa-linkedin:hover {background:#0e76a8;}
/*navbar*/
.affix {position: fixed;
      top: 0;
      width: 100%;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      z-index: 999;
    box-shadow:0px 0px 15px 0px rgb(0 0 0 / 15%)
}
.navbar {border-radius: 0px;
    margin-bottom: 0px;
    border: 0px;
    min-height: 100px;
}
.navbar-default {
    background:#fff;
    border-color: transparent;
    border-bottom:0;
}
.navbar-brand > img {
    display: inline-block;
}
.navbar-brand {height:100px;padding:2px 15px;
    position: relative;
    z-index: 9;
}
.navbar-brand h3 {top: -40px;
    display: inline-block;
    margin-left: 7px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
}
.navbar-default .navbar-nav > li > a {font-weight:700;
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#f3931f;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#f3931f;
    background-color: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {background-color: #eee;border-color: #f3931f;}
.navbar-default .navbar-nav > li > a:hover:after, .navbar-default .navbar-nav > li > a:focus:after {
    bottom: 0;
    opacity:1;
}
.navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after {
    opacity:1;
    bottom: 0;
}
/*drop-drop down*/
.dropdown-menu > li > a {padding: 8px 18px;
    color: #000;
    text-transform: uppercase;
    font-size:13px;
    font-weight:600;
	letter-spacing: 0.5px;
    border-radius: 0px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:#f3931f;
    text-decoration: none;
    background-color: transparent;
}
.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);  
}
.dropdown-menu {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;  
  animation-fill-mode: forwards; 
  -webkit-transform: scale(1, 0);
  display: block;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.dropdown .dropdown-menu {
	-webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    border: 0px;
    padding: 0px;
    background-color:#fff;
    min-width:218px;
    border-radius:8px;
	margin:0px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
}
.navbar-nav>li>.dropdown-menu {
	margin-top:0px;
	border-radius:8px;
}
.dropdown .dropdown-menu li {
    margin: 0px;
    border-bottom:1px solid #edeae9;
    background: transparent;
    -ms-transform: skew(0deg);
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.dropdown .dropdown-menu li:last-child {border-bottom:0px;}
.navbar-right .dropdown-menu {left:0;right:auto;}
/*banner-strip start*/
.banner-strip {position:relative;
	overflow:hidden;
	padding:15px 0px;
	background-color:#f5f0f0;
}
.banner-strip h1 {text-transform: capitalize;
    margin: 0px;
    font-weight:400;
    font-size:24px;
    word-spacing: 2px;
    letter-spacing:0.5px;
	color:#575656;
}
.banner-strip h1 span {color: #f3931f;}
/*welcome-section start*/
.welcome-section {padding:60px 0px; position:relative;}
.icon-detail-box {text-align: center;
    margin-bottom: 25px;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
    padding: 25px 5px;
	position:relative;
	overflow:hidden;
}
.icon-detail-box::before {
    background-color: #111;
    content: "";
    left: 0;
    height: 100%;
    opacity:0.5;
    position: absolute;
    top: 0;
    transition: .2s opacity;
    width: 100%;
    z-index: 1;
}
.icon-img {position: relative;
    margin-bottom:10px;
    text-align: center;
	z-index:1;
}
.icon-img img {width:65px; margin:0px auto;}
.icon-detail-box:hover .icon-img img {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transition: all 700ms ease-in-out 100ms;
    -webkit-transition: all 700ms ease-in-out 100ms;
    -ms-transition: all 700ms ease-in-out 100ms;
    -o-transition: all 700ms ease-in-out 100ms;
    -moz-transition: all 700ms ease-in-out 100ms;
}
.icon-detail-box h3 {color:#fff;font-size:19px;font-weight:600;}
.icon-detail-box p {color:#fff;line-height: 20px;min-height: 80px;}
.btn1 {color:#f3931f;font-size:14px; 
       font-weight:700;
	   text-transform:uppercase;
}
.btn1 i {font-size:17px;padding-left:6px;}
.btn1:hover {color:#f3931f;}
.btn1:hover i { padding-left:8px;}
.icon-content {position: relative;z-index:1;padding: 0 5px;}
.icon-detail-box .icon__background {
    left:0;
    min-height: 100%;
    min-width: 100%;
    opacity:1;
    position: absolute;
    top:0;
	background-position: center;
    background-size: cover;
	-webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.iconbg1 {background-image:url(../img/backgroun-image1.jpg);}
.iconbg2 {background-image:url(../img/backgroun-image2.jpg);}
.iconbg3 {background-image:url(../img/backgroun-image3.jpg);}
.iconbg4 {background-image:url(../img/backgroun-image4.jpg);}
.icon-detail-box:hover .icon-content h3, .icon-detail-box:hover .icon-content p {color: #fff;}
.icon-detail-box:hover .icon__background, .icon-detail-box:focus .icon__background {
    opacity: 1;
}
.icon-detail-box:hover::before, .icon-detail-box:focus::before {opacity: .62;}
.icon-detail-box:hover .icon__background {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*video-bg-section*/
.video-bg-section {background-image:url(../img/video-bg.jpg);
				background-position:center;
				background-size:cover;
				background-attachment:fixed;
				position:relative;
				padding:120px 0px;
}
.video-bg-section:before {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	content:'';
	background-color:rgba(0, 0, 0, 0.5);
}
.video-bg-detail {text-align:center;}
.video-bg-detail h1 {font-weight:700;
				font-size:52px;
				color:#fff;
				text-transform:capitalize;
				margin-bottom:25px;
				margin-top:5px;
}
.video-bg-detail p {font-size:18px;font-weight:400;color:#fff;line-height:32px; margin-bottom:30px;}
.btn2 {font-size: 14px;
	text-transform:uppercase;
	font-weight:700;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	background-color:#f3931f;
	color:#fff;
	padding:15px 45px;
    cursor: pointer;
    position: relative;
    border-radius: 25px;
	border: 0px solid;
}
.btn2:hover, .btn2:focus, .btn2:active {background:#252525; color:#fff;}

.video-bg-detail img { margin:0px auto; width:60px;
		webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.video-bg-detail img:hover {opacity: 0.5;}
/*service-section start*/
.service-section {padding:50px 0px; background-color:#f5f0f0;}
.title-heading {text-align:center;}
.title-heading h1 {margin-top:0px; font-size:40px;
				text-transform:uppercase;
}
.hd-white h1 {color:#fff;}
.title-heading h1 span {color:#f3931f;}
.service-item {background: #fff;
    border-radius:6px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom:35px;
}
.service-image {overflow: hidden;
    position: relative;
    border-radius:6px 6px 0 0;
}
.service-image img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.service-detail {padding:20px;}
.service-detail h3 {margin-top:0px;font-weight:400;
			font-size:24px;
}
.service-detail p {font-size:13px;}
.service-item:hover {
    -webkit-box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.4);
}
.service-item:hover .service-image  img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.link-text {color:#f3931f;
    font-size:14px;
    font-weight:700;
    text-transform: uppercase;
	position:relative;
}
.link-text:before {
    content: '';
    height: 1px;
    width: 100%;
    bottom: 2px;
    position: absolute;
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
	background-color: #ff4e50;
}
.link-text:hover {color:#f3931f;}
.link-text:hover:before {opacity:1;}
.service-slide .owl-stage-outer {padding-bottom:10px;}
.service-slide .owl-nav button.owl-next, .service-slide .owl-nav button.owl-prev, .av-slide .owl-nav button.owl-next, .av-slide .owl-nav button.owl-prev {
	height:34px;
	width:34px;
	background-color:#d8d3d1 !important;
	border-radius:50%;
	color:#fff !important;
	font-size: 18px !important;
}
.service-slide .owl-nav [class*='owl-']:hover {
    background:#f3931f !important;
    color: #FFF;
    text-decoration: none;
}
.service-slide .owl-dots {display:none;}
.event-wrap {border:1px solid #ddd;padding: 25px;}
.login-btn-wrap p {font-size: 16px;
    font-weight: 700;
    color: #575757;
}
.login-btn-wrap p a {background-color: #f3931f;
    color: #fff;
    padding: 10px 12px;
    border-radius: 4px;
    margin-left: 5px;
}

/*middle-stripbg-section start*/
  .middle-stripbg-section {
    position: relative;
    padding: 40px 0px;
    background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
    background-image:url(../img/bg1.jpg);
}
.middle-stripbg-section:before {position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    content: '';
    background-color:rgba(243, 147, 31, 0.9);
}
.middle-stripbg-section h2 { margin:0px; color:#fff; margin-bottom:5px;
				font-size:36px;
				letter-spacing:0.2px;
				white-space:1px;
}
.middle-stripbg-section p { text-transform:uppercase;
			color:#fff;
			font-weight:700;
}
.strip-btn {text-align:right;margin-top:25px;}
.btn-white {background-color:#fff;color:#f3931f;}
.btn-white:before { border-color:#f3931f;}
/*testimonail-section start*/
.testimonail-section {padding:60px 0px;
		background-image:url(../img/testimonial-bg.jpg);
		background-repeat:no-repeat;
		background-position:center;
		background-size:cover;
		background-attachment:fixed;
		position:relative;
}
.testimonail-section:before {position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    content: '';
    background-color: rgba(0, 0, 0, 0.55);
}
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left {left: -12px;}
/* Next button  */
#quote-carousel .carousel-control.right  {right: -12px !important;}
.carousel-control {width:2%;}
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
  z-index:1;
}
#quote-carousel .carousel-indicators li {background: #c0c0c0;}
#quote-carousel .carousel-indicators .active {background:#fd9804;}
#quote-carousel .client-mg {width:130px;height:130px;}
.item blockquote {
    border-left: none; 
    margin: 0;
}
.item blockquote img {margin-bottom: 10px;}
.item blockquote p {color: #fff;
    font-weight: 300;
    line-height: 26px;
    font-size: 15px;
    word-spacing: 1px;
}
blockquote footer, blockquote small, blockquote .small {font-size: 17px;color: #fff;}
.clinet-nm span {font-size:16px;color: #fd9804;}
/*client-section start*/
.client-section {padding:40px 0px; background-color:#222;}
.client-image {position:relative;
		border:1px solid #CFCFCF;
}
.client-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    border:6px solid #CFCFCF;
    z-index: 2;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.client-image:hover:before {opacity: 1;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f3931f !important;
}
/*certificates-section start*/
.certificates-section {padding:40px 0;}
/*ft-form-section start*/
.ft-form-section {padding:50px 0px; background-color:#f5f0f0;}
.title-box {
    background: url(../images/title-icon.png) no-repeat scroll center top rgba(0, 0, 0, 0);
	display: table;
    max-width:100%;
    margin: 0 auto 60px;
    padding:35px 80px 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.title-box > p:before, .title-box > p:after {
    background: #4f4f4f;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50.5%;
    height: 1px;
}
.title-box > p:after {
    left: auto;
    right: 0;
	background-color:#f3931f;
}

.title-box:before, .title-box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 50%;
    background: #4f4f4f;
}
.title-box:after {background-color: #f3931f;
		left: auto;
    right: 0;
}
.title-box > span {
    color: #5f5e5e;
    font-size: 12px;
    letter-spacing: 5px;
    line-height: 16px;
    margin-bottom: 20px;
    margin-top: 5px;
    width: 100%;
}
.title-box h2 {
    color: #3f3f3f;
    display: table;
    margin: 0 auto;
    font-size: 44px;
    letter-spacing: 1px;
    padding: 0 50px;
} 
.title-box h2 span {color:#f3931f;}
.title-box > p {
    color: #4e4d4d;
    float: left;
    font-size: 14px;
    width: 100%;
    margin-top:5px;
}
.title-box h2:before, .title-box h2:after {
    background: none repeat scroll 0 0 #4f4f4f;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 80px;
}
.title-box h2:after {
    left: auto;
    right: 0;
	background-color:#f3931f;
}
.ft-from label {text-transform: uppercase;
    font-size: 13px;}
.ft-from label span {color: #f3931f;}
.ft-from .form-control {height:45px;}
textarea.form-control {height:auto !important;}
.form-control:focus {
    border-color:#f3931f;
	box-shadow:none;
}
/*=======inner page start========*/
.inner-banner { background-image:url(../img/inner-banner.jpg);
				background-position:center;
				background-repeat:no-repeat;
				background-size:cover;
				position:relative;
				padding:180px 0px 130px 0px;
}
.avsolution-banner {background-image: url(../img/avsolution-banner.jpg);}
.pa-banner {background-image: url(../img/pa-bg.jpg);}
.language-banner {background-image: url(../img/language-bg.jpg);}
.signage-banner {background-image: url(../img/signage-bg.jpg);}
.sky-banner {background-image: url(../img/sky-bg.jpg);}
.event-banner {background-image: url(../img/event-banner.jpg);}
.inner-banner:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    content: "";
}
.innerbanner-heading h1 { color:#fff; margin-top:0px;}
.innerbanner-heading .breadcrumb {
    padding: 0px;
    margin-bottom:0px;
	background-color: transparent;
    border-radius: 0px;
}
.innerbanner-heading .breadcrumb li {color:#fff;}
.innerbanner-heading .breadcrumb > .active {color:#f3931f;}
.innerpg-wrap {padding:50px 0px;}
.bg-grey {background-color:#f5f0f0;;}
/*service inner page start*/
.sidebar-widget {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    margin-bottom: 25px;
}
.sidebar-widget h3 {background-color: #f3931f;
    padding:12px;
    margin: 0;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.sidebar-widget ul {margin-bottom: 0;padding: 20px 15px;}
.sidebar-widget ul li a {
    display: block;
    padding:12px 18px;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    overflow: hidden;
    font-weight:600;
    font-size:15px;
}
.sidebar-widget ul li:last-child a {border-bottom:0;}
.sidebar-widget ul li a::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 0;
    background:#222222;
    transition: all 0.35s ease-in-out;
    z-index: -1;
}
.sidebar-widget ul li a::after {
    position: absolute;
    right: 10px;
    top: 50%;
    content: "\f105";
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 660;
    transform: translateY(-50%);
    font-size: 20px;
    opacity:0;
}
.sidebar-widget ul li a:hover::before, .sidebar-widget ul li.active a::before {width: 100%;}
.sidebar-widget ul li a:hover::after, .sidebar-widget ul li.active a::after {opacity:1;}
.sidebar-widget ul li a:hover, .sidebar-widget ul li.active a {color:#fff;}
.sub-heading h2 {font-weight: 700;font-size:26px;color:#f3931f;}
.sub-heading h3 {font-weight:600;font-size:20px;}
.list1 {padding-left: 20px;}
.list1 li {font-size: 16px;margin-bottom:10px;}
.list1 li h3 {font-weight:600;font-size:16px;}
.ser-slide .owl-nav.disabled + .owl-dots {
    margin-top: -40px !important;
    z-index: 9;
    position: relative;
}
/*sky factory page*/
.sky-service-item {position: relative;overflow: hidden; margin-bottom: 25px;}
.sky-service-image {overflow: hidden;position: relative;}
.sky-service-image:before {content:'';
    background-color:rgb(0 0 0 / 40%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
.sky-service-image img {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.sky-service-item:hover .sky-service-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.sky-service-detail {background-color:#f6f6f6;
    padding:20px 10px;
    position: relative;
    transition: 0.5s;
}
.sky-service-detail::before {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: block;
    position: absolute;
    top: -25px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-right: 36px solid transparent;
    border-bottom: 25px solid #f3931f;
    border-left: 36px solid transparent;
    content: '';
    opacity: 0;
    transition: 0.5s;
    z-index: 9;
}
.sky-service-detail h3 {margin: 0;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}
.sky-service-item:hover .sky-service-detail {background-color: #f3931f;}
.sky-service-item:hover .sky-service-detail::before {opacity: 1;}
.sky-service-item:hover .sky-service-detail h3 {color:#fff;}
.sky-service-item:hover .sky-service-image:before {opacity: 1;}

/*contact page start*/
.pd0 {padding:0px;}
.contactpg-wrap ul {margin-bottom:0px;}
.contactpg-wrap ul li:nth-child(1) {background-color:#f3931f;}
.contactpg-wrap ul li:nth-child(2) {background-color:#3f3f3f;}
.contactpg-wrap ul li:nth-child(3) {background-color:#ff792f;}
.contact-detail-item {text-align:center; padding:40px;min-height: 213px;    transition-duration: .3s;}
.contact-detail-item i {color:#fff; font-size:40px; margin-bottom:20px;}
.contact-detail-item p {color:#fff; margin-bottom:0px; font-size:16px;}
/*=====media query====*/
@media(min-width:1300px){
    .container-fluid {width: 1270px;}
}
@media(max-width:992px){
	.list-link li {width:100%;}
	.ser-dverse .s-img, .ser-dverse .s-desc {width:100%;padding:0px;}
	.ser-dverse .s-img img {margin:0px auto; margin-bottom:10px;padding-top:0px;}
	.ser-dverse {text-align:center; padding:10px;min-height: 302px;}
	.btn2 {padding:13px 25px;}
	.navbar-default .navbar-nav > li > a {font-size:12px;letter-spacing: 0px;}
	.navbar-brand > img {width:245px;}
	.whyus-info {padding:1em 0em 1em 1em;}
	.whyus-info h3 {margin-top:8px;}
	.whyus-info-rght {padding-right: 1em;}
	.whyus-info-left {padding-left:1em;padding-right: 2em;}
    .navbar-brand h3 {margin-left: 0;font-size: 17px;}
    .container {width:100%;}
}
@media(min-width:769px){
	 ul.nav.navbar-nav li:hover > .drop-menu {-webkit-transform: scale(1, 1);transform: scale(1, 1);}
    .navbar-nav > li > a {padding-top:40px;padding-bottom: 40px;}
}
@media(max-width:769px){
	.navbar-default .navbar-toggle {border-color:#f3931f;}
	.navbar-default .navbar-toggle .icon-bar {background-color:#f3931f;}
    .navbar-toggle .icon-bar {width: 30px;height:4px;border-radius:3px;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color:#f0f0f0;}
	.navbar-default .navbar-nav > li > a {border-bottom: 1px solid #272727;}
	.navbar-nav {margin-top:0px; margin-bottom:0px;}
	.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;}
	.footer-widget img {margin-left:auto;margin-right:auto;}
	.ser-dverse  { min-height:auto;}
	.inner-banner {padding:140px 0px 40px 0px;}
	.innerbanner-heading h1 {font-size:28px;}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {color: #fbfbfb;}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color:#f3931f;}
	.rw-grid {border-bottom:1px solid #ddd;}
    .navbar-collapse {padding-top: 30px}
}
@media(max-width:580px){
	.title-box h2 { padding:0px;}
	.title-box h2:before, .title-box h2:after {width:36px;}

}
/*footer-sec start*/
.main-footer {background-color:#1f1f1f;
    position: relative;
}
.footer-widget {margin-bottom:25px;}
.top-footer {padding:60px 0px 30px; background-image:url(../img/ft-bg.png);    
    background-position:center bottom;
    background-repeat: no-repeat;
}
.top-footer h4 {color: #fff;
    font-size:15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-weight:700;
    margin-top: 0px;
    position: relative;
    text-transform:uppercase;
    letter-spacing:0.1px;
	border-bottom:1px solid rgba(70, 70, 70, 0.6);
	font-family:'Open Sans', sans-serif;
}
.top-footer h4:after {
    width:32px;
    height:3px;
    background:#f3931f;
    content: '';
    position: absolute;
    bottom:-2px;
    left: 0px;
}
.foot-about p {
    font-size:14px;
    line-height:26px;
    padding-left: 0px !important;
}
.top-footer p i {
    position: absolute;
    font-size: 18px;
    color:#f3931f;
    top:5px;
    left: 0px;
}
.top-footer p {position: relative;
    padding-left:28px;
    font-size: 13px;
    color:#d0d0d0;
}
.top-footer p a:hover {color:#fff;}
.footer-widget img {margin-bottom:20px;}

.list-link li {line-height: 24px; 
               position:relative;
			   padding:0 0 10px 12px;
			   font-size: 13px;
			   width: 50%;
              float:left;
}
.list-link li:before {
    position: absolute;
   content: '';
    left: 0px;
    top: 9px;
    width: 6px;
    height: 6px;
    background-color:#f3931f;
}
.list-link li:hover:before {
    left:2px;
    color:#f3931f;
}
.list-link li a {color:#d0d0d0;}
.list-link li a:hover {color:#fff;}
.social-ft {margin-bottom:2px; text-align:center;}
.social-ft li a {
    color: #9e9e9e;
    font-size:17px;
    text-decoration: none;
    display: block;
    transition-duration: .3s;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height:36px;
    border: 1px solid rgba(158, 158, 158, 0.5);
	border-radius: 50%;
}
.social-ft li {padding:0px;}
.social-ft li a.fb:hover {background-color:#3B5998;color:#fff; border-color:#3B5998;}
.social-ft li a.ins:hover {background-color:#bc2a8d;color:#fff; border-color:#bc2a8d;}
.social-ft li a.yt:hover {background-color:#FF3333;color:#fff;border-color:#FF3333;}
.social-ft li a:hover i {
    transition: 0.9s;
    transform: rotateY(360deg);
}
.bottom-footer {padding:20px 0px 12px 0px;background-color:#191919;}
.bottom-footer p {
    font-size:11px;
    margin-bottom: 0px;
	letter-spacing:0.4px;
	color:#9e9e9e;
	text-align:center;
}
.bottom-footer p a:hover {color:#f3931f;transition:.3s;}
.iso-logo img {width:200px;}
/*sidebar-fixd socail icon*/
#social-sidebar {
	left: 0;
	position: fixed;
	bottom:22%;
	z-index:9;
}
#social-sidebar li {border-bottom:1px solid #333;}
#social-sidebar li:last-child {border-bottom:0px;}
#social-sidebar li:first-child a { border-top-right-radius: 5px; }
#social-sidebar li:last-child a { border-bottom-right-radius: 5px;}
#social-sidebar li a {background:#222;
    color: #fff;
    text-decoration: none;
    display: block;
    height:40px;
    width:42px;
    font-size: 20px;
    line-height:40px;
    position: relative;
    text-align: center;
    cursor: pointer;
}
#social-sidebar li a.yl { background:#f3931f;}
#social-sidebar a:hover span {
	left: 120%;
	opacity: 1;
}

#social-sidebar a span {
	font-size: 13px;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 24px;
    left: -100%;
    margin-top: -16px;
    opacity: 0;
    padding: 4px 8px;
    position: absolute;
    transition: opacity .3s, left .4s;
    top: 50%;
    z-index: -1;
    width:120px;
    letter-spacing: 0.6px;
}

#social-sidebar a span:before {
	content: "";
	display: block;
	height: 8px;
  width: 8px;
	left: -4px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
}
#social-sidebar a[class*="instagram"]:hover,
#social-sidebar a[class*="instagram"] span,
#social-sidebar a[class*="instagram"] span:before {background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
#social-sidebar a[class*="facebook"]:hover,
#social-sidebar a[class*="facebook"] span,
#social-sidebar a[class*="facebook"] span:before {background: #3B5998;}
#social-sidebar a[class*="youtube"]:hover,
#social-sidebar a[class*="youtube"] span,
#social-sidebar a[class*="youtube"] span:before {background:#FF3333;}
#social-sidebar a[class*="evernote"]:hover,
#social-sidebar a[class*="evernote"] span,
#social-sidebar a[class*="evernote"] span:before {background: #6BB130;}
