html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
body {
    font-family: 'Myriad Pro',PT Sans,san-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

img{border-style:none}
img{vertical-align:middle}
@font-face {
	font-family: 'GothamBook';
	src: url('./GothamBook.eot');
	src: local('GothamBook'), 
         url('./GothamBook.woff') format('woff'), 
         url('./GothamBook.ttf') format('truetype');
}
@font-face {
	font-family: 'gothambold1';
	src: url('./gothambold1.eot');
	src: local('gothambold1'),
         url('./gothambold1.woff') format('woff'),
         url('./gothambold1.ttf') format('truetype');
}
@font-face {
	font-family: 'OpenSans-SemiboldItalic';
	src: url('./OpenSans-SemiboldItalic.eot');
	src: local('OpenSans-SemiboldItalic'),
         url('./OpenSans-SemiboldItalic.woff') format('woff'),
         url('./OpenSans-SemiboldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'alfars-1-arshia-regular-1';
	src: url('./alfars-1-arshia-regular-1.eot');
	src: local('alfars-1-arshia-regular-1'),
         url('./alfars-1-arshia-regular-1.woff') format('woff'),
         url('./alfars-1-arshia-regular-1.ttf') format('truetype');
}
/* ======== site font family ========*/
h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    font-family: 'OpenSans-SemiboldItalic', sans-serif !important;
    font-style: normal;
    line-height: 1.2;
    font-weight: 700;
    transition: .5s;
    color: var(--titlecolor);
    margin: 0 0 10px;
    font-size: 22px;
}
h1 {
    font-size: 25.03px;
}
h2 {
    font-size:22px;
}
h3 {
    font-size: 20.36px;
}
h4 {
    font-size: 18.94px;
}
h5 {
    font-size: 17.88px;
}
 h6 {
    font-size: 16.00px;
}
p{
    font-family: Roboto, sans-serif;
    color: var(--paracolor);
}
dl, ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
/*--header-top--*/
.header-top {
	background: #F58A2C;
	color: #fff;
	padding: 5px 0px;
}
.top-info span {
	padding-right: 20px;
	font-size: 18px;
	letter-spacing: .5px;
   font-family: 'OpenSans-SemiboldItalic', sans-serif !important;
}
.top-info span:last-child{
	padding: 0px;
}
.top-social {
	text-align: right;
}
.top-social ul li {
	display: inline-block;
	padding: 0px 12px;
	font-size:24px;
}
.top-social ul li a {
	color: #fff;
	margin-right: 15px;
}
.top-social i:hover {
    color: #162167;
}
.list-semicolon a {
	color: inherit;
}
.list-semicolon i {
	padding-right:10px;
}
.list-semicolon a:hover {
	color: #162167;
}
/*--header-bottom--*/
.bg-primary{
	background-color:#FFF!important;
}
/*--Drop Down--*/

.dropdown-menu > .dropdown {
  position: relative;
}

.dropdown-menu > .dropdown a::after {
  transform: rotate(-90deg);
  right: .9rem;
  top: .9rem;
}

.dropdown-menu > .dropdown .dropdown-menu {
  top: -.7rem;
  left: calc(100% + 1px) !important;
  border-radius: 0 .25rem .25rem .25rem;
}
.dropdown:hover>.dropdown-menu {
  display: block;
  z-index: 100111;
  visibility: visible;
}


/*--nav--*/

.navbar-dark .navbar-nav .nav-link  {
	font-size:1.1rem;
	font-weight:600;
    color: #000985;
}
.navbar-dark .navbar-nav .nav-link:hover {
	color:#F58A2C;
}
.navbar-dark .navbar-nav .nav-link.active{
color: #AD1B00;
}
.navbar-dark .navbar-nav .active>.nav-link{
	color:#AD1B00;
}
.navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
     color: #000985!important; 
}
.navbar-dark .navbar-nav .nav-link:focus {
    color: #162167;
}
/* rotate caret on hover */
.nav-item .dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
.dropdown-item:focus, .dropdown-item:hover {
	background-color:#F58A2C;
	color:#FFF;
}
li.dropdown {z-index: 98}
li.dropdown ul {z-index: 99;}

.navbar-nav { padding-left: 0;}

.navbar .dropdown-menu {
    border-radius: 3px;
    border-width: 0 0 3px;
    border-style: solid;
	background-color: #ffffff;
    border-color: #F58A2C;
	font-size: 1rem;
    box-shadow: 0 2px 12px rgba(132, 132, 132, 0.26);
}
.dropdown-menu {
	padding:0;
}
.dropdown-item{
	color: #162167;
    border-bottom: 1px solid #f1f1f1;
    font-weight: 500;
	}
.title{color:#F2D13E;font-size:0.9rem;padding: 0 0 0 1rem;}
.nav-item{padding-left:15px;}

.navbar-dark .navbar-toggler-icon {
        background-image: none;
    }

.navbar-dark .navbar-toggler-icon::after {
        content: "\f0c9";
        font-family: "FontAwesome";
        font-size: 22px;
        color: #333;
}
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}	

@media(max-width: 991px){
	 .top-social-icon{
        position: absolute;
        top: 70px;
		left:165px;
    }
  .navbar.fixed-top .navbar-collapse,  .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}

.fixed-top{
	background-color:#FFF!important;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
}
/*shadow_bg
.shadow_bg {
    background:url(images/page1_img1.png) 0 0 no-repeat;
    background-size: 100%;
    content: "";
    height: 16px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: 16px;
    z-index: 100;
    width: 78%;
}
.container_12 {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}
.container_12:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
@media only screen and (max-width: 995px) {
	
	.circle { margin-right: 8px; }
	.shadow_bg { width: 100%; }
}
@media only screen and (max-width: 480px) {
	.shadow_bg { background-size: 100%; width: 100%; }

}
@media only screen and (max-width: 320px) {
	.shadow_bg { background-size: 100%; width: 100%; }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container_12 {
        width: 420px;
    }
}
@media only screen and (max-width: 767px) {
    .container_12 {
        width: 300px;
    }
}
*/
/*animated zoom*/
.animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}

.w3-padding-16{padding-top:16px!important;padding-bottom:16px!important}
.w3-padding-32{padding-top:32px!important;padding-bottom:32px!important}
.w3-padding-64{padding-top:64px!important;padding-bottom:64px!important}
.w3-padding-large{padding:26px 24px!important}

.w3-padding-xlarge{padding:25px 50px!important}

.w3-image{max-width:100%;height:auto;}

.ws-margin-right{margin-right:16px!important}
h1{font-size: 22px; font-weight: 700;color: #FF631B;font-family: 'Poppins', sans-serif;}

p{
	color: #000000;
    font-family:'Poppins', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
	
	}


/* Slider */
  .carousel-inner img {
  position: relative;
  width: 100%;
  height: 100%;
  max-height:660px;
  z-index: -1;
  }

.carousel-caption h3{
	font-size: 30px;
	padding-top:20px;
	color: #F58A2C;
	font-weight: 900;
}

.carousel-caption {
  position: absolute;
  background: rgba(0,0,0,0.2);
  padding: 15px 10px;
  bottom:120px;
}

/* Carousel */
.carousel-indicators li {
	background-color:#F58A2C;
}
#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
	left:0;
	height:100%;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel h4{
	font-size:50px;
	margin-bottom:15px;
	color:#FFF;
	line-height:100%;
	letter-spacing:0.5px;
	font-weight:600;
}
#myCarousel p{
	font-size:18px;
	margin-bottom:15px;
	color:#ffffff;
}
#myCarousel .carousel-item a{background:#E84B09; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; }
#myCarousel .carousel-item a:hover{background:#162167; text-decoration:none;  }

#myCarousel .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel .container {max-width: 1430px;  }
#myCarousel .carousel-item{height:100%; min-height:660px; }
#myCarousel{position:relative; z-index:1; background-color:#ffffff;}

.carousel-control-next, .carousel-control-prev{height:40px; width:40px; padding:12px; top:50%; bottom:auto; transform:translateY(-50%); background-color: #E84B09; }


.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
	opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
	.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
	}
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@media all and (max-width:991px)
{
#myCarousel h4{
	font-size:30px;
}
#myCarousel .carousel-item a {
	padding: 6px 15px;
}
}
@media all and (max-width: 767px)
{
#myCarousel h4{
	font-size:20px;
}
#myCarousel .carousel-item a {
	padding: 5px 10px;
}
}
@media all and (max-width:480px)
{
#myCarousel h4{
	font-size:15px;
}
#myCarousel .carousel-item a {
	padding: 4px 8px;
}
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}


/*PV Types*/

.product{
	width: 100%;
	padding:50px 0 50px;
}
.product .row{
	justify-content: center;
}
.product .heading{
	text-align: center;
	width: 100%;
	padding:20px 0 20px;
}
.product .heading h2{
	font-size: 32px;
	font-weight: 400;
}
.product .heading h2 span{
	color: #117EC3;
}
.product .heading h6{
	letter-spacing: 0.5px;
	font-weight: 300;
	font-size: 15px;
	padding:8px 0 8px;
}
.product h3 {
    color: #333;
    padding-bottom: 10px;
	font-family: 'OpenSans-SemiboldItalic', sans-serif !important;
}
.product .separator{
	width: 50px;
	height: 2px;
	margin-bottom: 50px;
	background-color: #555555;
	display: inline-block;
}
.product-main{
	width: 100%;
	border-bottom: 2px solid transparent;
	background-color: #f9f9f9;
	padding-bottom: 20px;
	box-shadow: 0px 0px 5px #6f656561;
}
/* .product-main:hover .product-box img{
	opacity: 0.9;
} */
.cover:before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
    -webkit-transition: 0.7s ease 0s;
    -moz-transition: 0.7s ease 0s;
    -o-transition: 0.7s ease 0s;
    -ms-transition: 0.7s ease 0s;
    transition: 0.7s ease 0s;
}
.product-main:hover .cover:before{
	
	box-shadow: 0px 0px 0px 250px rgba(0,0,0,0.65) inset;
}
.product .product-box{
	/* position: relative; */
	width: 100%;
	 max-width: 500px;
	height: auto;
	position: relative;
}
.product .product-box img{
	width: 100%;
	height: auto;	
}
.product .product-head{
	text-align: center;
	padding: 10px 15px;
	border-top: none;
}
.product .product-head h3{
	font-size: 18px;
	padding-top:20px;
	color: #152988;
	font-weight: 600;
}
.product .product-head p{
	color: #999;
	letter-spacing: 0.5px;
	margin: 20px 0 20px;
	line-height: 28px;
}
.product .product-head a{
	color: #fff;
	font-size: 16px;
	padding:10px 20px;
	 margin: 0px 0px 15px 0px;
	border-radius: 5px;
	display: inline-block;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s;
	-ms-transition: 0.5s ease 0s;
	-o-transition: 0.5s ease 0s;
	transition: 0.5s ease 0s;
}
.product .product-head i{
	margin-left: 5px;
}
.Nblue{
	background-color: #162167;
}
.red{
	background-color: #AD1B00;
}
.Dorange{
	background-color:#E84B09 ;
}
.Lorange{
	background-color: #F58A2C;
}
.yellow{
	background-color: #FFD302;
}
.product-main:hover{
	border-bottom: 2px solid #FBB315;
	box-shadow: 0px 0px 25px #bdbdbdd4;
}
.product-main:hover .product-head a{
	background-color: #FBB315;
	color: #fff;
	text-decoration: none;
}
@media all and (max-width: 767px){
	.product-main{
		margin-bottom: 15px;
	}
	.product .product-head a{
		padding:2px 4px;
		
}
}
@media all and (max-width:991px)
{
	.product .product-head a{
		padding:3px 6px;
		
}
}

/* about */

/* Create a Parallax Effect */
.bgimg {
    background-attachment:fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* image (About) */
.bgimg {
    background-image:url(images/about-bg.jpg);
    min-height: 300px;
}
.abt-con p{
    color: #fff;
	font-size: 18px;
    line-height: 32px;
}
.abt-con span{
	color: #F58A2C;
    font-size: 18px;
}

@media only screen and (max-device-width: 1600px) {
    .bgimg, {
        background-attachment: scroll;
        min-height: 300px;
    }
}
.bgimg h2{
	color:#FBB315;
	font-size: 30px;
    line-height: 1.5;
    letter-spacing: .04em;
    text-transform: uppercase;
}
  h2 {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: .04em;
    text-transform: uppercase;
	color:#162167;
}


/*Installation*/


h3{
	font-size: 22px;
	padding-top:15px;
	color: #FF631B;
	font-weight: 700;
	font-family: 'Poppins', sans-serif!important;
}
.jumbotron {
    background-color: #ffffff;
}
/*Project Cost*/
.project-cost {
  width: 751px;
  height: 568px;
  perspective: 1000px;
  margin: auto;
}
.cost {
  position: absolute;
  z-index: 6;
  width: 100%;
  height: 100%;
  transform: rotateY(0deg) translateZ(100px);
  transition: transform 0.5s;
  transform-style: preserve-3d;
}
.project-cost:hover .cost {
  transform: rotateY(180deg) translateZ(100px);
}
.cost img {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.back-cost {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  transform: rotateY(180deg) translateZ(100px);
  transition: transform 0.5s;
}
.project-cost:hover .back-cost {
  transform: rotateY(360deg) translateZ(100px);
}
.back-cost img {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
/*rotate*/
.frame {
  height: 500px;
  width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: perspective(1000px) rotateY(-45deg);
  transform-style: preserve-3d;
}
.frame::before {
  content: "";
  position: absolute;
  bottom: -200px;
  left: 0;
  width: 300px;
  height: 200px;
  background: #000;
  filter: blur(50px);
  opacity: 0.5;
  transform: rotateX(90deg);
}
.shadow {
  height: 450px;
  width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
  animation-name: rotate;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.wings {
  position: absolute;
  height: 400px;
  width: 250px;
  border-radius: 20px;
  background:url(images/about.png) no-repeat;
}
#wing-1 {
  transform: rotatex(0deg);
}
#wing-2 {
  transform: rotateX(45deg);
}
#wing-3 {
  transform: rotateX(-45deg);
}
#wing-4 {
  transform: rotateX(90deg);
}
@keyframes rotate {
  0% {
    transform: perspective(1000px) rotateX(0deg);
  }
  100% {
    transform: perspective(1000px) rotateX(359deg);
  }
}
	
/*Request Quote button*/

.req-button {
  position: relative;
  background-color: #AD1B00;
  border: none;
  font-weight: 700;
  font-size: 15px;
  color: #FFFFFF;
  padding: 8px 16px;
  margin: 20px auto;
  box-shadow: 0 5px 15px rgba(0,0,0,0.20);
  width: 200px;
  text-align: center;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  text-transform:uppercase;
}

.req-button :after {
  content: "";
  background:#172136;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px !important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s
}

.req-button :active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s;
}	
	
/*======== brand area start  ==========*/
.service h2{
	color:#162167;
}
.service {
    background-color: #f5f5f5;
}
/* inner blog area css */
.inner_blog_text.pd0{
    padding: 0;
}
.inner_blog_area {
    margin: 0 10px 30px;
    overflow: hidden;
    background-color: var(--whitec);
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
}
/* inner blog thumb css */
.inner_blog_thumb{
    position: relative;
    overflow: hidden;
}
.inner_blog_img img{
    width: 100%;
    transition: .5s;
}
.inner_blog_area:hover .inner_blog_img img{
    transform: scale(1.2);
}
/* blog overlay css */
.blog_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    transform: scale(0);
    transition: .5s;
}
.inner_blog_area:hover .blog_overlay{
    transform: scale(1.2);
}
/* inner blog absolute css */
.inner_blog_absolute {
    position: absolute;
    top: 20px;
    left: 20px;
    display: inline-block;
    color: var(--whitec);
    background: var(--bgcolor);
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
}

/*inner blog content css */
.inner_blog_content_active {
    padding: 10px 20px 0px;
}
.inner_blog_content.pd0{
    padding: 0;
}
.inner_blog_content h3 a {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 600;
	color:#AD1B00;
	font-family: 'OpenSans-SemiboldItalic', sans-serif !important;
}
.inner_blog_content h3 a:hover{
    color: #F58A2C;
}
.inner_blog_content p {
    font-size: 14px;
    width: 90%;
    margin: 10px 0 10px;
}
.inner_blog_content >a{
    font-size: 18px;
    font-weight: 400;
    color: var(--bgcolor);
    padding: 10px 20px;
    border: 1px solid #ddd;
}
.inner_blog_content >a:hover{
    color: var(--whitec);
    background-color: var(--bgcolor);
}
/* inner blog btn css */
.inner_blog_btn a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
    padding: 16px 130px 16px 30px;
    margin-bottom: 20px;
    transition: .5s;
    position: relative;
    color: #FFF;
    text-transform: uppercase;
    background-color: #F58A2C;
}
.inner_blog_btn a:hover{
    background-color: #162167;
}
.inner_blog_btn a i {
    font-weight: 700;
    color: #FFF;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    transition: .5s;
    font-size: 20px;
    background-color: var(--titlecolor);
}
.inner_blog_btn:hover.inner_blog_btn a i{
    background-color: var(--bgcolor) !important;
}
.inner_blog_content {
    padding: 15px;
}
.single_blog_btn a {
    display: inline-block;
    padding: 7px 25px;
    transition: .5s;
    margin-bottom: 20px;
    margin-left: 15px;
    border: 1px solid #ddd;
    text-transform: capitalize;
}
.single_blog_btn a:hover{
    color: var(--whitec);
    background-color: var(--titlecolor);
}
.single_p_inner_contact_form.single_con_input input{
    width: 100%;
}
.yblog_left_sub .contant_button{
    margin-top: 10px;
}


/* Footer Section Style */

.footer-section {
    position: relative;
    background:url(images/footer-bg.jpg) center center;
    background-size: cover;
    border-radius: 0px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.footer-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 0;
    background: #042038;
}

.footer-section .contact-info {
    margin-bottom: 10px;
}

.footer-section .contact-info i {
    margin-right: 10px;
    color: #ffffff;
}

.footer-section .contact-info h6 {
    color: #ffffff;
}

.footer-section .contact-info h6 {
    color: #ffffff;
}

.footer-section .contact-info p {
    margin-bottom: 0;
    color: #ffffff;
}

.footer-section .contact-info a {
    margin-bottom: 0;
    color: #ffffff;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #ffa500;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #ffa500;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
    padding: 90px 0;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 17px;
    color: white;
}

.footer-logo img {
    max-width: 220px;
}

.footer-logo h1 {
    color: white;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font-default);
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    text-align: center;
    line-height: 41px;
    border-radius: 50%;
}

.footer-social-icon i:hover {
    color: #FFD302;
}

.footer-widget-heading h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
    margin-top: 10px;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 100%;
    background: #ffa502;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ffa500;
    margin-left: 10px;
}

.footer-widget ul li a {
    color: #ffffff;
    text-transform: capitalize;
	font-size:17px;
}

.footer-widget ul li a i {
    margin-right: 10px;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    outline: none;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #000;
    outline: none;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ffa500;
    padding: 16px 20px;
    border: honeydew;
    top: 0px;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.subscribe-form button:hover {
    background: #2e2e2e;
}

.copyright-area {
    background: var(--color-primary);
    padding: 13px 0;
    position: relative;
    background: linear-gradient(90deg, #db8e00, #ffa500);
    background: -webkit-linear-gradient(90deg, #db8e00, #ffa500);
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
}

.copyright-text p a {
    color: var(--color-primary);
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: var(--color-primary);
}

.footer-menu li a {
    font-size: 14px;
    color: #ffffff;
}

.footer-menu li a:hover {
    color: #333;
}



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


@media only screen and (max-width: 991px) {
	.footer-area {
        text-align: center;
    }

    .footer-area .footer-link ul {
        margin-top: 10px;
        text-align: center;
        list-style-type: none;
    }
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.ws-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.ws-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.ws-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.ws-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.ws-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}

/*Animation*/
.animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/* fadeInDown*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/* fadeInUp*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/* fadeInLeft*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);*/
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);*/
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
/* fadeInRight*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


/* rotate */
.circle {
  height: 200px;
  width: 200px;
  background: #FFF;
  border: 4px dotted #121968;
  border-radius: 50%;
  animation-name: rotation;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotation {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(360deg);
  }
}


/*whatsapp Chat*/
/* CSS Multiple Whatsapp Chat */

#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

a.blantershow-chat {
  /*   background: #009688; */
  background: #E84B09;
  color: #ffffff;
  position: fixed;
  display: flex;
  font-weight: 900;
  justify-content: space-between;
  z-index: 98;
  bottom: 25px;
  right: 30px;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}

.whatsapp-chat-header {
  background: #E84B09;
  color: #fff;
  padding: 20px;
   
  & h3 {
    margin: 0 0 10px;
  }
  
  & p {
    font-size: 14px;
    line-height: 1.7;
    margin: -10px;
  }
  
  .whatsapp-chat-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5;
  }
}

.whatsapp-chat-avatar {
  position: relative;
  &::after {
      content: "";
    bottom: 0px;
    right: 0px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: #4ad504;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    border: 2px solid #095e54;
    left: 40px;
    top: 38px;
  }
  
  img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
    
  }
}


.info-chat span {
  display: block;
}
#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}
#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#get-label,
#get-nama {
  color: #fff;
}
span.my-number {
  display: none;
}
/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {
    border: none;
    font-family: "Arial", sans-serif;
    width: 100%;
    outline: none;
    resize: none;
    padding: 10px;
    font-size: 14px;
}

a#send-it {
  width: 350px;
  font-weight: 700;
  padding: 20px 30px 0;
  background:#eee;
  
  svg {
    fill:#a6a6a6;
    height: 24px;
    width: 24px;
	margin-top: -23px;
  }
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
  & span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
  }
}

.start-chat .blanter-msg {
  display: flex;
}
#get-number {
  display: none;
}
a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;

}
.small, small {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
}
.whatsapp-name
{
	color:#ffffff;
	font-size: 16px;
    font-weight: 800;
    color: #ffffff;
}
@keyframes ZpjSY{
  0% {
    background-color: rgb(182, 181, 186);
  }
  15% {
    background-color: rgb(17, 17, 17);
  }
  25% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes hPhMsj {
  15% {
    background-color: rgb(182, 181, 186);
  }
  25% {
    background-color: rgb(17, 17, 17);
  }
  35% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes iUMejp {
  25% {
    background-color: rgb(182, 181, 186);
  }
  35% {
    background-color: rgb(17, 17, 17);
  }
  45% {
    background-color: rgb(182, 181, 186);
  }
}


@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: rgb(230, 221, 212);
  position: relative;
  &::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image:url(images/whatsapp.png);
  }
}

.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: rgb(255, 255, 255);
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
    position: relative;
    display: flex;
}

.ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: rgb(158, 157, 162);
    animation-name: ZpjSY;
}

.dRvxoz {

    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: hPhMsj;
}

.kAZgZq {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
    &::before {
    position: absolute;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}

.bMIBDo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}
}

/*Modal*/

.modal-backdrop {
   background-color: transparent;
}
.modal.fade {
    transition: opacity .0s linear !important;
}.modal.fade:not(.show).left .modal-dialog {
	-webkit-transform: translate3d(-125%, 0, 0);
	-ms-transform: translate3d(-125%, 0, 0);
	-o-transform: translate3d(-125%, 0, 0);
	transform: translate3d(-125%, 0, 0);
}
.modal.fade:not(.show).right .modal-dialog {
	-webkit-transform: translate3d(125%, 0, 0);
	-ms-transform: translate3d(125%, 0, 0);
	-o-transform: translate3d(125%, 0, 0);
	transform: translate3d(125%, 0, 0);
}
.modal-header {
    background-color: #E84B09;
    color: #fff !important;
    text-align: center;
    font-size: 30px;
  }
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
/*Modal -content nav*/
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav>li {
    position: relative;
	display: block;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs li a {
    color: #777;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}
.nav>li>a:hover {
    text-decoration: none;
    background-color: #FCE903;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
	font-weight: 900;
}
.inst-button {
  position: relative;
  background-color: #162167;
  border: none;
  font-weight: 700;
  font-size: 15px;
  color: #FFFFFF;
  padding: 8px 16px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.20);
  width: auto;
  text-align: center;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  text-transform:uppercase;
}

.inst-button:after {
  content: "";
  background:#6F8CC1;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px !important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s
}

.inst-button:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s;
}
.btn:hover {
    color: #28A9E3;
    text-decoration: none;
}

/*request-button*/

/* Multi-Step Form */
* {
  box-sizing: border-box;
}

#regForm {
  background-color: #fff;
  padding: 40px;
  width: 100%;
}

h1 {
  text-align: center;  
}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that get errors during validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #E84B09;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #AD1B00;
}

/* Step marker: Place in the form. */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #E84B09;
}

/*Enquiry*/


@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
    }
}
/*dots*/
.features-text {
    margin-top: 20px;
}

.features-text .service-features-list {
    margin-bottom: 25px;
}

.features-text .service-features-list li {
    margin-bottom: 10px;
}

.features-text .service-features-list li:last-child {
    margin-bottom: 0px;
}

.features-text .service-features-list i {
	color: #F58A2C;
    font-size: 14px;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-right: 10px;
    background-color: transparent;
    border-left: 1px solid rgb(0, 0, 0, 0.2);
    border-radius: 50px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    text-align: center;
	
}
.fa-check:before {
    content: "\f00c";
}
/*inside bg*/
.page-title-area {
	position: relative;
	z-index: 1;
	background-image:url(images/inside.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
}
.page-title-area::before {
	content: "";
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0.5;
    background-color: #121630;
}
.page-title-area-contact {
	position: relative;
	z-index: 1;
	background-image:url(images/contact-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
}
.page-title-area-contact::before {
	content: "";
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0.5;
    background-color: #121630;
}
.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}
.page-title-content {
	text-align: center;
	margin-top: 45px;
}

.page-title-content h2 {
	margin-bottom: 0;
	color: #F58A2C;
	font-size: 38px;
	font-weight: 700;
}

.page-title-content ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 12px;
	margin-bottom: 0;
}

.page-title-content ul li {
	color: #ffffff;
	display: inline-block;
	position: relative;
	font-weight: 600;
	font-size: 17px;
	margin-left: 10px;
	margin-right: 10px;
}

.page-title-content ul li a {
	display: inline-block;
	color: #ffffff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.page-title-content ul li a:hover {
	color: #03c4ff;
}

.page-title-content ul li::before {
    content: '';
    position: absolute;
    right: -15px;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #fd5a1b;
}

.page-title-content ul li:last-child::before {
	display: none;
}
/*product section*/
.bg-grey {
	background-color: rgb(215, 215, 215, 0.17);
}
.section-padding {
	padding: 50px 0;
}
.sub-sub-title {
    position: relative;
	font-size:18px;
    font-weight: 700;
    color: #162167;
    display: inline-block;
    padding-left: 5px;
	padding-right: 10px;
    text-transform: uppercase;
    margin-bottom: 15px
}
.sub-title {
    position: relative;
    font-weight: 600;
    color: #AD1B00;
    display: inline-block;
    padding-left: 20px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.sub-title:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    top: 7px;
    left: 0;
    background: #AD1B00;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.overview-content h2 {
	font-size: 33px;
	color: #162167;
	font-weight: 700;
	margin: 0 0 15px 0;
}

.overview-content p {
	margin: 0 0 0 0;
}

.overview-content .features-list {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 36px;
	margin-top: 0;
	margin-left: -10px;
	margin-right: -10px;
}

.overview-content .features-list li {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	margin-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
}

.overview-content .features-list li span {
	display: block;
	background-color: #ffffff;
	border-radius: 5px 5px 5px 5px;
	padding: 15px 10px;
	padding-left: 12px;
	z-index: 1;
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #505060;
	font-size: 15px;
	font-weight: 500;
	border-left: 2px solid #F58A2C;
	-webkit-box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
	box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
	overflow: hidden;
}
.overview-content .features-list li span i {
	color: #F58A2C;
	font-size: 15px;
	margin-right: 10px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.overview-content .features-list li span:hover {
	color: #ffffff;
	padding-left: 15px;
}

.overview-content .features-list li span:hover i {
	color: #ffffff;
}

.overview-content .features-list li span.active {
    color: #ffffff;
}

.overview-content .features-list li span.active i {
    color: #ffffff;
}

.overview-content .features-list li span::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
    right: 100%;
	bottom: 0;
	border-radius: 0px 0px 0px 0px;
	background-color: #F58A2C;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.overview-content .features-list li span.active:before {
    right: 0;
}
.overview-content .features-list li span:hover::before {
	right: 0;
}

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

/*contact*/
.contact-section .contact-form-1 form .form-control {
    font-size: 15px;
    width: 100%;
    padding: 10px 20px;
    height: 52px;
    color: #333;
    border: none;
    background-color: #f3f3f3;
    font-weight: 600;
    border-radius: 5px;
    text-transform: capitalize;
    border-left: 2px solid #b4b7bd;
    transition: all 0.4s;
}
.contact-section .contact-form-1 form input:focus,
.contact-section .contact-form-1 form textarea:focus {
	outline: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-left: 2px solid #F58A2C;
}
.contact-information-box-1 {
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 5px;
    border-bottom: 2px solid #F58A2C;
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
}
.contact-information-box-1 .single-contact-info-box {
    position: relative;
    z-index: 1;
    padding: 10px 10px;
    display: block;
    border-radius: 3px;
    text-align: left;
    margin-bottom: 10px;
    overflow: hidden;
}
.contact-information-box-1 .contact-info {
	position: relative;
    z-index: 1;
}

.contact-information-box-1 .contact-info h6 {
	font-weight: 600;
    font-size: 18px;
    color: #333;
    margin-bottom: 7px;
    text-transform: capitalize;
}

.contact-information-box-1 .contact-info p {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}
.contact-information-box-1 .single-contact-info-box .contact-info-bg-icon {
    color: #03c4ff;
    opacity: .2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: 0 auto;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.contact-information-box-1 .single-contact-info-box .contact-info-bg-icon i {
    font-size: 100px;
}
.contact-section .contact-form .form-group {
    margin-bottom: 30px;
}
.contact-section .contact-form form textarea.form-control {
    height: auto;
    padding-top: 15px;
    line-height: initial;
}

.contact-section .form-message {
	margin: 0;
}
.contact-section .form-message.success {
	background: #03b103;
	color: #ffffff;
	padding: 10px 15px;
	border-radius: 3px;
	margin-bottom: 30px;
}

.contact-section .form-message.error {
	background: #ff4d15;
	color: #ffffff;
	padding: 10px 15px;
	border-radius: 3px;
	margin-bottom: 30px;
}

/* Map */
.map-content #contact-map {
	position: relative;
	width: 100%;
	height: 500px;
	border: 0;
	margin-bottom: -2px;
}