/*** ========== // Table of Content // =========================
01- Google Fonts
02- Owl Carousel Style
03- General Styling
04- Cross Browser Compatibility
05- Title head
06- Button
07- Header Styles
08- Slider
09- New Swipe Slider
10- Services
11- About us
12- Our Features
13- Facilites
14- Consultation
15- Blog
16- Step Processign
17- Client Logo
18- Footer
19- Home 1 CSS
20- Home 2 CSS
21- Home 3 CSS
22- Inner Pages Video Section
23- About Us Page
24- About Us_2 Page
25- Contact us Page
26- Contact us 2 Page
27- Service Page
28- Blog
29- Log in Form 
30- Accordion
31- Tab
========================================================================================================= ***/

/*===== Google Fonts =====*/
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
/*===== / Google Fonts =====*/

/*===== Owl Carousel Style =====*/
@import url('owl.carousel.min.css');
@import url('owl.theme.min.css');
/*===== / Owl Carousel Style =====*/

/*===== General Styling =====*/

body {
  float: left;
  font-family: 'K2D', sans-serif;
  letter-spacing: 0;
  margin: 0;
  width: 100%;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'K2D', sans-serif;
  color: #0e0e0e;
  letter-spacing: 0;
  font-weight: 700;
  line-height:30px;
}
p {
  font-family: 'K2D', sans-serif;
  color: #666;
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 0;
}
ul li,
ol li {
  font-family: 'K2D', sans-serif;
  color:#666;
  font-size:14px;
  line-height:27px;
}
a {color: inherit;}
a:hover,
a:focus {
  text-decoration:none;
  outline:none;
  color:#fff;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
/*===== / General Styling =====*/

/***===== Cross Browser Compatibility =====***/
i,
a,
img,
input,
button,
textarea,
:before,
:after,
nav ul ul,
label,
.logo,
.logo > a img,
nav > div > ul ul,
nav > div > ul li,
.progress-bar,
.prtfl-inf,
.pln-hdr > span,
.pln-feat-lst > li,
.tem-inf,
.prtfl-inf2,
.prtfl-inf2 > *,
.pln-feat-lst2 > li,
.pln-hdr2 > span,
.tgl-itm > h4,
.srv-inf3 > p,
.srv-box3,
.tem-scl,
.tem-inf3,
.srv-box4,
.srv-inf4 > *,
.prtfl-inf4,
.prtfl-inf4 > *,
.srv-box5,
.srv-box5 > *,
.prtfl-inf5,
.prtfl-inf5 > *,
.prtfl-btns,
.tem-inf4,
.tem-inf4 > *,
.prtfl-inf9 > *,
.prtfl-dtl-car > div.slick-arrows,
.wow,
.mga-mnu,
.mnu-cls-btn,
.hdr-srch-bx,
.srch-cls-btn,
.rspn-cnt > li,
.rspn-mnu-btn,
.rspn-mnu-cls,
.mnu-wrp,

nav > div > ul li,
nav ul ul
{
  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
  -moz-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
  -o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
  transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {width: 100%;}

.ptb_100 {
	padding:100px 0px;
}
.ptb_60 {
	padding:60px 0px;
}
.ptb_401 {
	padding: 40px 0px 0px;
}
.pt-100 {
	padding-top:100px;
}
.pt-30 {
	padding-top:30px;
}
.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}
.p-0 {
	padding:0px;
}
.pb-0 {
	padding-bottom:0px;
}
.mtb_80 {
	margin:80px 0px;
}
.mtb_80_20 {
	margin: 45px 0px 0px;
}
.mb-80 {
	margin-bottom:80px;
}
.mb-50 {
	margin-bottom:50px;
}

.align-items-center {
    align-items: center !important;
}
.d-flex {
    display: flex !important;
}
/***===== / Cross Browser Compatibility =====***/

/***===== Title head =====***/
.title_head {
    position: relative;
    margin-bottom: 60px;
	text-align:center;
}
.title_head h2::before, .title_head h2::after{
	background: #F07547;
	
	background: -webkit-linear-gradient(to right, #000183, #000183);
	background-image: linear-gradient(-45deg, #000183, #000183) !important;
}
.title_head h2::before {
    position: absolute;
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 30%;
    right: 0;
    left: 0;
    top: 45px;
    margin: 0 auto;
    z-index: 1;
}
.title_head h2::after {
    position: absolute;
    content: '';
    height: 5px;
    width: 90px;
    right: 0;
    left: 0;
    top: 51px;
    border-radius: 10px;
    margin: 0 auto;
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
	transition: all .9s ease;
}

.title_head:hover h2::after {
    width: 0px;
	transition: all 0.9s ease;
}
section {
	padding: 50px 0px 0px;
}

.about_us{
    
  padding: 50px 0px 40px;  
}


.IC_tab{
    
    padding: 70px 0px 10px;
}
/***===== / Title head =====***/

/***===== Button =====***/
.IC_btn {
	color: #fff;
    background: #000183;
}
.IC_btn::before {
    background: #000183;
}
.IC_btn1::before {
	
	background: #000183 !important;
	color: #fff !important;
}

.IC_btn1:hover {
	
	color: #fff !important;
}


.IC_btn1 a{
    
    font-size: 13px;
    font-weight: 500
}
.btn {
	color: #fff;
	font-weight: 600;
}
.IC_btn {
    font: 600 0.8rem/20px 'Quicksand', sans-serif;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 10px 30px;

    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 50px;
    border: 0px;
    overflow: hidden;
}
.IC_btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;

}
.IC_btn::after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 0;
}
.IC_btn:hover::before, .IC_btn:focus::before {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}
.IC_btn:hover::after, .IC_btn:focus::after {
    left: 120%;
    -webkit-transition: all 1s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
} 
/***===== / Button =====***/

/***===== Header Styles =====***/
.head {
	z-index: 999;
	position: relative;
}
.mobile_head {
	display:none;
}
/*===== Social Media =====*/
.social {
	padding: 15px 0px 0px;
	line-height: 1px;
}
.social ul {
	display: inline-block;
	list-style:none;
}
.social li {
	float:left;
}
.social li a i {
	background: #fff;
	color:#f95f01;
	border-radius: 30px;
	width: 27px;
	height: 27px;
	text-align: center;
	margin-right: 7px;
	list-style: none;
	line-height: 27px;
}
.social li a i:hover {
	background:#f95f01;
	color:#fff;
	transition:all 0.5s ease;
}
.facebook {
  border-color: #3b5999;
  background-color: #3b5999;
}
.twitter {
  border-color: #55acee;
  background-color: #55acee;
}
.google {
  border-color: #dd4b39;
  background-color: #dd4b39;
}
.button .btn {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
	padding: 5px 35px;
	border: 2px solid #fff;
	border-radius: 40px;
}	
.button {
	padding:10px 0 0 0px;
	float: right;
}
.button .btn:hover {
	background-image: -webkit-linear-gradient(top, #f44c01, #ff7a01);
	background-image: -moz-linear-gradient(top, #f44c01, #ff7a01);
	background-image: -ms-linear-gradient(top, #f44c01, #ff7a01);
	background-image: -o-linear-gradient(top, #f44c01, #ff7a01);
	background-image: linear-gradient(to bottom, #f44c01, #ff7a01);
	color:#fff;
	border: 2px solid #f95f01;
	transition:all 0.4s ease;
}
.navbar button {
  outline:none;
}
.navbar .nav-link {
	font-size: 16px;
	font-weight: 500;
	color: #fff!important;
}
header {
	background-color: #000183 !important;
}
header .logo img	 {
	margin: 0 auto;
	display: block;
	padding: 10px 0px 10px;
}
.logo_mob {
	display:none;
}
nav {
	background-color: #000183 !important;
	border-radius:0px 0px 20px 20px;
}
.navbar .navbar-nav .nav-link span {
	padding: 1px;
	background: #fff;
	width: 20px;
	border-radius: 5px;
	transition: all 0.5s ease;
	margin: 0 auto;
	display: block;
	position: relative;
	opacity:0;
}
.navbar .navbar-nav .active span {
	opacity:1;
}
.navbar .navbar-nav .nav-link:hover span {
	opacity:1;
}
.navbar .navbar-nav .nav-item .nav-link {
	padding: 10px 20px;
	font-weight: 400;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
	padding: 10px 20px;
}
.dropdown-toggle::after {
	vertical-align: middle;
}
.dropdown-menu {
	top: 90%;
}
.dropdown-menu {
	border-radius: 0;
	border-bottom: 3px solid #000183;
	padding: 0;
}
.dropdown-menu a {
	padding: .5rem 1.5rem;
	border-bottom: 1px solid #c0c0c0;
	transition:all 0.6s ease;	
}
.dropdown-menu a:hover {
	transition:all 0.6s ease;
	border-radius: 0px;
	background:#000183;
	color:#fff;
}
.navbar-nav .nav-item:hover .dropdown-menu {
	display:block;
	transition:all 0.6s ease;
}
.nav_right{
	-webkit-animation:slide-right .6s cubic-bezier(.25,.46,.45,.94) both;
	animation:slide-right .6s cubic-bezier(.25,.46,.45,.94) both;
	}
@-webkit-keyframes slide-right{
	0%{
		-webkit-transform:translateX(0);
		transform:translateX(0)
	}
	100%{
		-webkit-transform:translateX(10px);
		transform:translateX(10px)
		}
	}
	@keyframes slide-right{
	0%{
		-webkit-transform:translateX(0);
		transform:translateX(0)
	}
	100%{
		-webkit-transform:translateX(10px);
		transform:translateX(10px)
		}
	}
header .logo2 img	 {
	margin: 0 auto;
	display: block;
	padding: 15px 0px 0px;
}
.navbar2 {
    background: none;
	border-radius: 0;
}
#main_head {
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.6s;
}
/***===== / Header Styles =====***/

/***===== Slider =====***/
#carouselExampleFade {
	height: 657px;
	max-height:657px;
}
#carouselExampleFade .fa {
	font-size:24px; 
}
.carousel-control-next, .carousel-control-prev {
	width: 10%;
}
.carousel-inner .IC_content {
	z-index:9999;
}
.carousel-inner .IC_content {
	position: absolute;
	bottom: 40%;
	z-index: 1;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	text-align: center;
	transition: opacity .15s ease;
}

.carousel-inner .IC_content h2{
    
  font-size: 50px; 
    line-height: 60px;
	color: #000183;
	background-color: rgba(255, 255, 255, 0.62);
	display: inline;
    padding: 0px 9px;
}
.carousel-inner .IC_content ,h5,h6 {
	color: #000183;
	padding-bottom:10px;
}
.inner_banner .carousel-item::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #222222;
    opacity: 0.5;
    content: "";
}
/***===== / Slider =====***/

/***===== / New Swipe Slider =====***/
.slider .title {
	font-size: 38px;
	color: #616161;
	font-style: italic;
	font-weight: 800;
}
.slider .timeline {
	width: 100%;
	background-color: #fff;
	box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);
}
.slider .timeline .swiper-container {
	height: 600px;
	width: 100%;
	position: relative;
}
.slider .timeline .swiper-wrapper {
	transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.slider .timeline .swiper-slide {
	position: relative;
	color: #fff;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.slider .timeline .swiper-slide::after {
	content: "";
	position: absolute;
	z-index: 1;
	right: -115%;
	bottom: -10%;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);
	border-radius: 100%;
}
.slider .timeline .swiper-slide-content {
	position: absolute;
	text-align: center;
	width: 80%;
	max-width: 100%;
	right: 50%;
	top: 13%;
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0);
	font-size: 12px;
	z-index: 2;
}
.slider .timeline .swiper-slide .timeline-year {
	display: block;
	font-style: italic;
	font-size: 42px;
	margin-bottom: 50px;
	-webkit-transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0);
	color: #ff7a01;
	font-weight: 300;
	opacity: 0;
	transition: .2s ease .4s;
}
.slider .timeline .swiper-slide .timeline-title {
	font-weight: 800;
	font-size: 34px;
	margin: 0 0 30px;
	opacity: 0;
	-webkit-transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0);
	transition: .2s ease .5s;
}
.slider .timeline .swiper-slide .timeline-text {
	line-height: 1.5;
	opacity: 0;
	-webkit-transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0);
	transition: .2s ease .6s;
}

.timeline .swiper-slide .slider_btn {
	opacity: 0;
}
.slider .timeline .swiper-slide-active .timeline-title {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: .4s ease 1.7s;
}
.slider .timeline .swiper-slide-active .timeline-text {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: .4s ease 1.8s;
	color: #fff;
	font-size: 16px;
}
.slider .timeline .swiper-slide-active .slider_btn {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: .4s ease 1.9s;
}
.slider .timeline .swiper-pagination {
	right: 15% !important;
	height: 100%;
	display: none;
	flex-direction: column;
	justify-content: center;
	font-style: italic;
	font-weight: 300;
	font-size: 18px;
	z-index: 1;
}
.slider .timeline .swiper-pagination::before {
	content: "";
	position: absolute;
	left: -30px;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.2);
}
.slider .timeline .swiper-pagination-bullet {
	width: auto;
	height: auto;
	text-align: center;
	opacity: 1;
	background: transparent;
	color: #ff7a01;
	margin: 15px 0 !important;
	position: relative;
}
.slider .timeline .swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	top: 8px;
	left: -32.5px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #ff7a01;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: .2s;
}
.slider .timeline .swiper-pagination-bullet-active {
	color: #ff7a01;
}
.slider .timeline .swiper-pagination-bullet-active::before {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.slider .timeline .swiper-button-next,
.slider .timeline .swiper-button-prev {
	background-size: 20px 20px;
	top: 15%;
	width: 20px;
	height: 20px;
	margin-top: 0;
	z-index: 2;
	transition: .2s;
}
.slider .timeline .swiper-button-prev {
	left: 8%;
	background-color: #000183;
	padding: 17px;
}
.slider .timeline .swiper-button-prev:hover {
	-webkit-transform: translateX(-3px);
	transform: translateX(-3px);
}
.slider .timeline .swiper-button-next {
	right: 8%;
	background-color: #000183;
	padding: 17px;
}
.slider .timeline .swiper-button-next:hover {
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}
.slider img {
	width: 100%;
	height: 100%;
}
.swiper-slide::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #222222;
    opacity: 0.3;
    content: "";
}
/***===== / New Swipe Slider =====***/

/***===== Services =====***/
#tabs {
	padding-top:5vh;
}
.IC_tab .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#tabs{
    color: #000;
	z-index: 1;
	position: relative;
}
#tabs h6.section-title{
    color: #eee;
}
#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f3f3f3;
    font-size: 20px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
	background: #f7f9ff;
    color: #000183;
	padding: 20px 0px;
    font-size: 1rem;
	border-radius: 0;
	border-color: #f7f9ff;
	margin-right: 15px;
	width: 18%;
	transition:all 0.4s ease;
}
#tabs .nav-tabs .nav-link.active  {
	margin-top: -7px;
	transition:all 0.4s ease;
}
.IC_tab .nav-tabs {
	border:none;
}
.IC_tab nav {
	background: none;
	border-radius:0px 0px 20px 20px;
}
.IC_tab .nav-tabs .nav-link i {
	display: block;
	padding-bottom:10px;
}
.IC_tab .nav-tabs .nav-link.active {
	font-weight: 600;
	color: #fff !important;
	background-image: linear-gradient(-45deg, #000183, #000183) !important;
}
.IC_tab .nav-tabs .nav-link {
	font-weight: 600;
}
.IC_btn01::before{
background: #fff;
}
.IC_tab .servicestext {
    margin-top: 50px;
}
.IC_tab .reservicesleft {
	background: #000183;
    text-align: center;
    padding: 90px 0px 25px;
}
.reservicesleft .line {
    background: #fff;
	width: 2px;
    height: 80px;
    margin: 30px auto 0px;
	
}
.IC_tab .reservicesleft p {
    color: #fff;
    font-weight: 500;
    transform: rotate(-90deg);
    padding: 30px 0px 34px;
    letter-spacing: 1px;
    font-size: 20px;
}
.IC_tab .servicestext .text p {
	color: #000f44;
	font-weight: 500;
	font-size: 16px;
}
.IC_border, .IC_border::before, .IC_border::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.IC_border {
  width: 356px;
  height: 356px;
  margin: auto;
  color: #276c3b;
}
.IC_border::before, .IC_border::after {
  content: '';
  z-index: -1;
  margin: 0%;
  box-shadow: inset 0 0 0 2px;
  animation: clipMe 8s linear infinite;
}
.IC_border::before {
  animation-delay: -4s;
}
.IC_border:hover::after, .IC_border:hover::before {
  background-color:#000f441a;
}
@keyframes clipMe {
  0%, 100% {
    clip: rect(0px, 391.6px, 2px, 0px);
  }
  25% {
    clip: rect(0px, 2px, 391.6px, 0px);
  }
  50% {
    clip: rect(389.6px, 391.6px, 391.6px, 0px);
  }
  75% {
    clip: rect(0px, 391.6px, 391.6px, 389.6px);
  }
}
/***===== / Services =====***/

/***===== About us =====***/
.about_img {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
.about_img > a {
    position: absolute;
	color:#fff;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	text-align: center;
}
.about_us .text .about__head {
	padding-bottom:30px;
}
.about_us .text p {
    color: #0e0e0e;
    font-weight: 500;
    font-size: 16px;
	
}
/***===== / About us =====***/

/***===== Our Features =====***/
.our_features .title_heading h2 {
	color:#fff;
}
.our_features .title_heading h4 {
	color: #fff;
}
.IC_morebtn {
	font-size: 14px;
	color: #fff;
	padding: 0 15px;	
	font-weight: 600;
	transition:all 0.4s ease;
}
.IC_morebtn:hover {
	color:#fff;
	transition:all 0.4s ease;
}
.our_features .title_heading {
	padding: 20px 0px;
	text-align:center;
}
.our_features {
	background-image: url("../images/Slider/features_bg.jpg");
	background-repeat: no-repeat;
	padding: 30px 0px 55px;
}
.our_features {
	background-image: url("../images/features/features_bg.jpg");
}
.our_features:before {
	background:#000;
}
.testimonial .pic{
    width: 22%;
    padding: 20px 0;
    margin: 0 6% 0 2%;
    float: left;
    position: relative;
    z-index: 1;
}
.testimonial .pic:before,
.testimonial .pic:after{
    content: "";
    width: 130px;
    height: 150px;
	background-image: linear-gradient(-45deg, #8dc63f, #05693a) !important;
    position: absolute;
    z-index: -1;
	border-radius:10px;
}
.testimonial .pic:before{
    top: 10px;
    right: -10px;
}
.testimonial .pic:after{
    bottom: 10px;
    left: -10px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border: 3px solid #296f3b;
	border-radius: 10px 0px 10px 0px;
}
.testimonial .testimonial-content{
    width: 70%;
    float: right;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    padding-top: 20px;
    padding-left: 15px;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-left: 15px;
}
.testimonial .description{
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
    margin: 0;
    position: relative;
}
.testimonial .description:before,
.testimonial .description:after{
	font: normal normal normal 14px/1 FontAwesome;
}
.testimonial .description:before{
    content: "\f10d";
    margin-right: 5px;
    top: 0;
    left: 0;
}
.testimonial .description:after{
    content: "\f10e";
    margin-left: 5px;
    position: relative;
    bottom: 0;
    right: 0;
}
.owl-theme .owl-controls{
    width: 70%;
    margin: 0;
    text-align: left;
    position: absolute;
    bottom: 10px;
    right: 0;
}
.owl-theme .owl-controls .owl-page span {
	width: 7px;
	height: 20px;
	transition:all 0.4s ease;
	background: #77b73e;
}
.owl-theme .owl-controls .owl-page.active span {
	height: 30px;
	transition:all 0.4s ease;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 40px;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(to bottom, #ff7a01, #f44c01);
	border-radius: 100px;
	opacity: 1;
	position: relative;
	transition:all 0.6s ease;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	background: linear-gradient(to bottom, #f44c01, #ff7a01);
	transition:all 0.6s ease;
	box-shadow: 2px 2px 10px -1px #1e222b;
}
.owl-prev:before,
.owl-next:before{
    content: "\f0d9";
    font-family: "fontawesome";
    font-size: 24px;
    font-weight: 900;
    color: #ddd;
    position: absolute;
    top: 0;
    left: 40%;
}
.owl-next:before{
    content: "\f0da";
}
.owl-next:after{
    content: "  ";
    font-size: 40px;
    color: #ddd;
    position: absolute;
    top: 0;
    left: -10px;
}


.processign{
    
    padding: 20px 0px;
}
/***===== / Our Features =====***/

/***===== Facilites =====***/
.facilites .title_heading h2 {
	color:#000f44;
}
.facilites .title_heading h2 {
	color:#fff;
}
.facilites {
	text-align: center;
}
.facilites .IC_lappy {
  width: 440PX;
  height: 290px;
  position: absolute;
  overflow: hidden;
  border: 10px solid #000;
  border-radius: 10px 10px 0 0;
  margin: 50px;
  background: #fff;
  cursor: pointer;
  top: -48px;
}
.facilites .IC_lappy img {
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 3s ease-in-out 0.5s;
}
.facilites .IC_lappy:hover img {
  transform: translateY(-79.8%);
}
.facilites .box {
	color: #000f44;
	max-width: 240px;
	display: inline-block;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	margin: 10px;
	padding: 30px 20px;
	border-radius: 15px;
	cursor: pointer;
}
.facilites .box2 {
	position: relative;
	top: 30px;
}
.facilites .box span img {
	display: none;
}
.facilites .box:hover img {
	display: none;
}
.facilites .box:hover span img {
	display: inherit;
}
.facilites .box h4 {
	font-size: 24px;
	margin: 15px 0px;
	font-weight: 700;
}
.facilites .box p {
	font-size: 15px;
	font-weight: 500;
}
.facilites .content h3 {
	font-size: 30px;
	margin: 15px 0px 0px;
	padding-bottom: 20px;
	line-height: 44px;
	color: #000;
}
.facilites .btnn {
	width: 180px;
	height: 40px;
	text-align: center;
	margin: 0px auto 0px;
	border: 2px solid #f95f01;
	border-radius: 25px;
	transition: all .5s ease;
}
.facilites .btnn p {
	color: #000;
	margin: 0px;
	font-size: 16px;
	padding: 10px 10px 0px;
	line-height: 16px;
}
.facilites .btnn:hover {
	background-image: -moz-linear-gradient( -85deg, rgb(244,76,1) 0%, rgb(255,122,1) 100%, rgb(37,165,168) 100%, rgb(244,76,1) 100%);
	background-image: -webkit-linear-gradient( -85deg, rgb(244,76,1) 0%, rgb(255,122,1) 100%, rgb(37,165,168) 100%, rgb(244,76,1) 100%);
	background-image: -ms-linear-gradient( -85deg, rgb(244,76,1) 0%, rgb(255,122,1) 100%, rgb(37,165,168) 100%, rgb(244,76,1) 100%);
	border: 2px none #f95f01;
}
.facilites .btnn:hover p {
	color: #fff;
	padding: 12px 10px 0px;
}
.box_clr:hover::before, .box_clr.active::before {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
	transition:all 0.9s ease;
}
.box_clr:hover h4 {
	color:#fff;
}
.box_clr:hover p {
	color:#fff;
}
.box_clr::before{
	background: linear-gradient(to bottom, #ff7a01, #f44c01);
	transition:all 0.9s ease;
}
.box_clr::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 200px;
    width: 200px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: -120px;
    right: -120px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
	transition:all 0.9s ease;
}
.box_clr {
    float: left;
    position: relative;
    width: 100%;
    z-index: 1;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(204,204,223,.5);
    -ms-box-shadow: 0 0 20px rgba(204,204,223,.5);
    -o-box-shadow: 0 0 20px rgba(204,204,223,.5);
    box-shadow: 0 0 20px rgba(204,204,223,.5);
    padding: 55px;
    overflow: hidden;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	transition:all 0.4s ease;
}
/***===== / Facilites =====***/

/***===== Consultation =====***/
.consultation a:hover {
	color:#fff;
}
.consultation {
	background: url("../images/background/consultation.png") no-repeat center;
	height: 500px;
	text-align: center;	
	color: #fff;
}
.consultation .icon i {
	font-size: 90px;
	background: -webkit-linear-gradient(#fff 0%, #fff 100%, #fff 100%, #fff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.content_consultant {
	padding: 90px 0px 0px;
}
.consultation .title {
	margin-top: 0px;
	text-align: center;

}
.consultation .title h5 {
	font-size: 26px;
	font-weight: 400;
}
.consultation .title h2 {
	font-size: 32px;
	margin: 15px 0px 30px;
	font-weight: 700;
	color:#fff;
    line-height: 40px;
}
.consultation .title P {
	font-size: 20px;
	font-weight: 400;
	color:#fff;
}

.consultation .title h2 span {
	font-size: 32px;
	color:#ff8e28;
	font-weight: 700;
	margin-top: 50px;
}
.consultation .title span h2 span {
	color: #fff;
}
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.waveWrapper {
    overflow: hidden;
    margin: auto;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
	height: 170px;
	background-image: linear-gradient(to top, rgb(0, 1, 131) 30%, rgba(43, 40, 75, 0) 70%)
}
.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}
.bgBottom {
    z-index: 5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 5s;
   -webkit-animation: move-wave 5s;
   -webkit-animation-delay: 10s;
   animation-delay: 10s;
}
.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}
/***===== / Consultation =====***/

/***===== Blog =====***/
.blog-grids .grid {
    background-color: #fff;
    width: calc(33.33% - 30px);
    float: left;
    padding: 15px;
    margin: 20px 15px 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.entry-media img {
    border-radius: 10px;
    width: 100%;
    max-height: 188px;
}
.entry-body {
    padding: 27px 10px;
}
.entry-body .cat {
    font-size: 12px;
    font-weight: 600;
    color: #f95f01;
    text-transform: uppercase;
}
.entry-body h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.30em;
    margin: 3px 0 0.73em;
}
.entry-body h3 a {
    color:#000f44;
}
.entry-body p {
    margin-bottom: 1em;
    color: #494d51;
	line-height: 1.8em;
	font-size: 15px;
	font-weight: 500;
}
.read-more-date {
    position: relative;
}
.read-more-date a {
    font-weight: 600;
    text-transform: uppercase;
}
.read-more-date .date {
    position: absolute;
    right: 0;
    color: #90949a;
}
.IC_blogbtn {
    font-size: 14px;
    color: #f95f01;
    font-weight: 500;
    transition: all 0.4s ease;
}
.IC_blogbtn:hover {
    color: #000f44;
    transition: all 0.4s ease;
}
/***===== / Blog =====***/

/***===== Step Processign =====***/
.processign {
	background: url("../images/pattern/pattern-1.png") no-repeat 0 0, url("../images/pattern/pattern-2.png") no-repeat right bottom;
	background-size: contain;
}
.service_item .icon {
	width: 150px;
	height: 130px;
	border-radius: 15px;
	z-index: 2;
	position: relative;
	background-color: #000183;
	-webkit-box-shadow: 0px 2px 8px rgba(1, 1, 1, 0.2);
	margin:0 auto;
	box-shadow: 0px 2px 8px rgba(1, 1, 1, 0.2);
	transition: all 0.7s ease;
	text-align: center;
}
.service_item .title {
	text-align:center;
	padding-top:30px;
	color:#000f44;
}
.service_item .title a:hover {
	color:#000;
}
.service_item p {
	color: #000;
	font-size:16px;
	text-align:center;
	font-weight: 500;
}
.service_item .icon .fa {
	padding: 35px 0px;
	font-size: 50px;
	color: #ffffff;
	
	transition: all 0.4s ease;
}
.service_item.type-2 .icon:hover {
	background: linear-gradient(to bottom, #fff, #fff);
	transition: all 0.7s ease;
}
.service_item.type-2 .icon:hover .fa {
	color: #000183;
	
	transition: all 0.4s ease;
}
.service_item2.type-2 .icon {
	width: 120px;
	height: 130px;
}
.service_item.type-2:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 65px;
	height: 1px;
	width: 100%;
	background: #06693a;
}
.service_item.type-2:after {
	right: -15px;
	top: 52px;
	width: 28px;
	height: 28px;
	background: #fff;
    border: 10px solid #000183;
	border-radius: 50%;
	z-index: 5;
	content: '';
	position: absolute;
}
.center-line {
	position: relative;
}
.center-line:before {
	content: '';
	position: absolute;
	left: -500%;
	width: 500%;
	height: 1px;
	background: #111b33;
	top: 65px;
}
.center-line:after {
	content: '';
	position: absolute;
	right: -500%;
	width: 500%;
	height: 1px;
	background: #111b33;
	top: 65px;
}
.posint-first {
	top: 52px;
	width: 28px;
	height: 28px;
	background: #fff;
    border: 10px solid #000183;
	border-radius: 50%;
	z-index: 5;
	position: absolute;
}
.step_processign.align-slider {
	padding-top: 50px;
}
.link-wrap .link-style-1 {
	margin-right: 30px;
}
@media (max-width: 992px) {
	.center-line, .service_item.type-2:before, .service_item.type-2:after {display: none;}
}
.contact_us_btn {
	text-align:center;
}
.IC_processignbtn {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    transition: all 0.4s ease;
}
.IC_processignbtn:hover {
    color: #f95f01;
    transition: all 0.4s ease;
}
/***===== / step processign =====***/

/***===== Client Logo =====***/
.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;
}
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.blog .carousel-indicators .active {
	background:#d44809;
}
.carousel-indicators li {
	width: 20px;
	height: 8px;
	background-color: #061243;
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-radius:30px;
}  
.carousel-indicators {
	bottom: -50px;
}
.all_logos {
	position: relative;
	top: 0;
}
.all_logos img {
	opacity:0.6;
}
.all_logos img:hover {
	opacity:1;
}
/***===== / Client Logo =====***/

/***===== Footer =====***/
.footer .footer-top{
	padding:10px 0px 50px;
	background: #000183;
}
.footer .newslatter {
	border-bottom: 1px dashed #ffffff4d;
	padding-bottom: 30px;
	position: relative;
}
.footer .newslatter-content h2 {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 10px;
}
.footer .newslatter-content p {
	color: #ccc;
}
.footer .form {
	position: relative;
}
.footer .newslatter-form{
	text-align:right;
}
.footer .newslatter-form .form input {
	height: 48px;
	width: 100%;
	line-height: 48px;
	padding: 0px 148px 0 20px;
	color: #666;
	border: none;
	border-radius: 0px;
}
.footer .newslatter-form .form button {
	height: 48px;
	width: 130px;
	line-height: 48px;
	background: #ef6908;
	border: none;
	color: #fff;
	border-radius: 0px;
	top: 0;
	position: absolute;
	right: 0px;
	border-left:1px solid transparent;
}
.footer .newslatter-form .form button:hover{
	border-left-color:#ddd;
	background:#fff;
	color:#ef6908;
}
.footer .single-footer {
	margin-top: 30px;
}
.footer .single-footer h3 {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	position:relative;
	padding-bottom:20px;
	margin-bottom:20px;
}
.footer .f-about .logo{
	margin-bottom:23px;
}
.footer .f-about .text {
	color: #fff;
	margin-bottom: 9px;
	line-height: 24px;
	
	padding-right: 30px;
}
.footer .f-about a {
	color: #ef6908;
}
.footer .f-about a:hover{
	color:#fff;
	text-decoration:underline;
}

.footer .IC_ftr h2 {
    color: #fff;
    padding-bottom: 15px;
    font-size: 19px;
}
.footer .ftr_link  {
	padding: 0px;
	display:grid;
}
.footer .ftr_link li {
    color: #fff;
    list-style: none;
    padding-bottom: 8px;
    font-weight: 400;
    font-size: 17px;
    padding-bottom: 15px;
    display: inline-block;
}
.footer .ftr_link li i {
    padding-right: 10px;
    font-size: 16px;
    color: #fff;
}
.footer .ftr_link li:hover a {
    color: #fff;
    padding-left: 5px;
    transition: all 0.4s ease;
}
.footer .f-link ul li:last-child{
	margin-bottom:0px;
}
.footer .f-link ul li a {
	display: inline-block;
	color: #fff;
}
.footer .f-link ul li a:hover{
	color: #fff;
}
.footer .single-news {
	margin-bottom: 16px;
	padding-left: 70px;
	position: relative;
}
.footer .single-news:last-child{
	margin-bottom:0px;
}
.footer .single-news img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	border: 2px solid #fff;
}
.footer .single-news h4 {
	font-size: 15px;
	line-height: 23px;
}
.footer .single-news h4 a {
	color: #ccc;
	font-weight: 400;
}
.footer .single-news h4 a:hover{
	color:#ef6908;
}
.footer .single-news .date {
	color: #eee;
	display: block;
	margin-top: 7px;
	font-size: 13px;
}
.footer .single-news .date i {
	margin-right: 5px;
	color: #ef6908;
}
.footer .single-contact {
	position: relative;
	margin-bottom: 16px;
	padding-left: 25px;
}
.footer .single-contact:last-child{
	margin-bottom:0px;
}
.footer .single-contact i {
	color: #fff;
	position: absolute;
	left: 0;
	top: 5px;
}
.footer .f-contact p{
	color:#fff;
}
.footer .f-contact p a{
	color:#fff;
}
.footer .f-contact p a:hover{
	color:#fff;
}
.social {
	padding: 15px 0px 0px;
	line-height: 1px;
}
.social ul {
	display: inline-block;
	list-style:none;
}
.social li {
	float:left;
}
.social li a i {
	background: #fff;
	color:#f95f01;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
	margin-right: 7px;
	list-style: none;
	line-height: 30px;
}
.social li a i:hover {
	background:#f95f01;
	color:#fff;
	transition:all 0.5s ease;
}
.facebook {
  border-color: #3b5999;
  background-color: #3b5999;
}
.twitter {
  border-color: #55acee;
  background-color: #55acee;
}
.google {
  border-color: #dd4b39;
  background-color: #dd4b39;
}
.footer .social{
	margin-top:20px;
}
.footer .social li{
	display:inline-block;
	margin-right:10px;
}
.footer .social li:last-child{
	margin-right:0px;
}

/***===== Top button =====***/
.top_btn {
	border: 1px solid #ef6908;
	height: 1px;
}
.back-to-top {
    cursor: pointer;
    display:none;
	position: relative;
	top: -25px;
	transform: rotate(45deg);
	background:-webkit-linear-gradient(#f44c01 0%, #ff7a01 100%, #25a5a8 100%, #f44c01 100%);
	width: 50px;
	height: 50px;
	border:1px solid #f95f01;
	transition:all 0.4s ease;
	z-index: 9999;
}
.back-to-top:hover {
	background:-webkit-linear-gradient(#ff7a01 0%, #f44c01 100%, #f44c01 100%, #25a5a8 100%);
	border:1px solid #f95f01;
	transition:all 0.4s ease;
}
.back-to-top i {
	font-size: 42px;
	transform: rotate(-45deg);
}
/***===== / Top button =====***/

/***===== Copyright =====***/
.footer .copyright {
	background: #000183;
	position: relative;
	text-align: center;
	padding: 20px 0 0px;
    border-top: 1px solid #fff;
}
.footer .copyright-inner{
	border-top:1px dashed #fff6;
	padding:25px 0px 25px 0px;
	text-align:center;
}
.footer .copyright-content p {
	color: #fff;
}
.footer .copyright-content p i{
	margin-right:5px;
}
.footer .copyright-content p a{
	font-weight:500;
	color:#eee;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.footer .copyright-content p a:hover{
	color:#fff;
}
/***===== / Copyright =====***/

/***===== / Footer =====***/


/***===== Home 1 CSS =====***/
.carousel-control-prev .h_1, .carousel-control-next .h_1 {
	background: linear-gradient(to bottom, #ff7a01, #f44c01);
	padding: 10px;
	border-radius: 35px;
}
.carousel-inner .H_1 {
	position: absolute;
	bottom: 35%;
	z-index: 1;
	-ms-flex-align: left;
	align-items: left;
	-ms-flex-pack: left;
	justify-content: left;
	width: 50%;
	text-align: right;
	transition: opacity .15s ease;
	margin: 0 auto;
	display: block;
	left: 25%;
}
/***===== / Home 1 CSS =====***/

/***===== Home 2 CSS =====***/
#main_head .header {
	background:#000f44cc;
} 
.nav_h_3 {
	background:#000f44cc;
}
.nav_h_3 nav {background:transparent;} 
.h3_nav {
	padding:15px 0px;
}
.h3_nav .logo {
	padding: 10px 0px;
}
.h_3_slider #carouselExampleFade {
	height: auto;
	max-height:857px;
}
.carousel-inner .h_3 {
	bottom: 35%;
}
.carousel-control-prev .h_3, .carousel-control-next .h_3 {
	background: #000f44;
	padding: 10px;
	border-radius: 10px;
}
.details {
	padding: 15px 0px 0px;
	line-height: 1px;
}
.details ul {
	display: inline-block;
	list-style:none;
}
.details li {
	float:left;
	padding-right:20px;
}
.details a {
	color:#fff;
	font-size:16px;
}
.details li a i {
	background: #fff;
	color:#f95f01;
	border-radius: 30px;
	width: 27px;
	height: 27px;
	text-align: center;
	margin-right: 7px;
	list-style: none;
	line-height: 27px;
}
.details li a i:hover {
	background:#f95f01;
	color:#fff;
	transition:all 0.5s ease;
}
/***===== / Home 2 CSS =====***/

/***===== Home 3 CSS =====***/
.carousel-inner .h_4 {
	bottom: 35%;
}
.carousel-control-prev .h_4, .carousel-control-next .h_4 {
	background: #000f44;
	padding: 10px;
	border-radius: 0px;
}
/***===== / Home 3 CSS =====***/


/***==== Inner Pages Video Section ====***/
	.video {
    background-image: url("../images/background/features_bg.jpg");
    background-repeat: no-repeat;
    padding: 40px 0px 70px;
    background-size: 100% 100%;
}
.video i {
	font-size: 66px;
	color: #fb6901;
}
.title_head.video_head h2 {
	color:#fff;
}
.video h4 {
	padding-top:25px;
	color:#fff;
}
.video h3 {
	color:#fff;
}

.video i {
    webkit-animation: heartbeat 2.9s linear infinite both;
    animation: heartbeat 2.9s linear infinite both;
}
.modal-open .modal {
	z-index: 9999;
	background: #000000b8;
}
/***==== animation heartbeat ====***/
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } 
}
/***==== / Inner Pages Video Section ====***/


/***===== About Us =====***/
	/* Services Section */
#services .box {
    padding: 30px;
    margin-bottom: 40px;
    background: #fff;
    transition: 0.4s;
    border: 1px solid #000183;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}
#services .box:hover {
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}
#services .box .icon {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
}
#services .box .icon i {
    color: #bababa;
    font-size: 44px;
    transition: 0.5s;
    line-height: 0;
    margin-top: 0px;
}
#services .box .icon i::before {
    background: #c3c3c3;
        background-clip: border-box;
    background: linear-gradient(to right, #d44809, #ff7e08);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#services .box h4 a {
    color: #444;
}
#services .box h4 {

    margin-left: 100px;
    font-weight: 700;
    margin-bottom: 24px;
    font-size: 20px;
    display: block;
    width: 100%;
    text-align: center;
    float: left;
    margin: 0;
}
#services .box p {
    font-size: 14px;
    line-height: 24px;
    
    display: block;
    margin: 0;
    padding-top: 15px;
    color: #838383;
}
#services .box::after {
    content: '';
    width: 80px;
    height: 80px;
    background: #000183;
    position: absolute;
    top: -30px;
    border-radius: 50%;
    right: -30px;
}
.about_features .text  {
    color: #000f44;
    font-weight: 500;
    font-size: 16px;
    
}
.about_features .features h6 {
	color: #000;
}
.icon-shape-success {
    color: #000;
	background-color: rgba(243, 116, 0, 0.4);
}
.icon-shape {
    display: inline-flex;
    padding: 12px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
	font-size: 24px;
}
.icon-lg {
    width: 4rem;
    height: 4rem;
}
.badge-circle {
    font-size: .875rem;
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.badge-success {
    color: #000;
    background-color: rgba(243, 116, 0, 0.4);
}
.badge {
    font-size: 66%;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    padding: .50rem .375rem;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: .25rem;
}
.badge-success {
    color: #000;
	font-size: 16px;
}
.carousel-inner .inner_banner h5 {
	margin:0px;
	padding:0px;
}
.carousel-inner .inner_banner h5 a:hover {
	color:#ff7a01;
}
.carousel-inner .inner_banner h2 {
	color:#fff;
	font-weight:800;
	font-size:34px;
}
.carousel-inner .inner_banner {
	border-left: 8px solid #87c23e;
	padding-left: 20px;
	position: absolute;
	bottom: 30%;
	z-index: 1;
	-ms-flex-align: left;
	align-items: left;
	-ms-flex-pack: left;
	justify-content: left;
	width: 50%;
	text-align: left;
	transition: opacity .15s ease;
	margin: 0 auto;
	display: block;
	left: 25%;
}
#canvas {
	border-top: 4px solid #ff7a01;
	border-bottom: 4px solid #ff7a01;
}
.quote {
	overflow: hidden;
}
.quote h2 {
	color:#fff;
}
.quote_content {
	position: relative;
	bottom: 100px;
	height: 0;
}
.quote .IC_btn i {
	font-size: 20px;
	vertical-align: middle;
	padding-left: 8px;
} 


.box_3{
	padding-top: 60px;
	background-color: #f6f8ff;
	padding-bottom: 60px;
}
.box_3 .box{
	background: #fff;
	box-shadow: 0px 0px 10px -5px;
	padding: 20px;
	text-align: center;
}
.icon_circle{
	display: block;
	margin: 0px auto;
	background-image: linear-gradient(to bottom, #ff7a01, #f44c01);
	width: 105px;
	height: 105px;
	border-radius: 100px;
	position: relative;
	margin-top: -70px;;
}
.icon_circle i{
	color: #fff;
	font-size: 28px;
	line-height: 105px;
}
.box_3 .box_text{
	padding-top:30px;
}
.box_3 .box_text h3{
	 font-size:18px;
	 font-weight:bold;
	 color:#011c85;
}
.box_3 .box_text p{
	color: #000e45;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
}
.box_3 .box{
	border: 4px solid #ef690800;
}
.box_3 .box:hover{
	margin-top: 30px;
	border:4px solid #ef6908;
	transition:all 0.5s ease;
	position:absolute;
}
.title_head h2{
	font-size:24px;
	font-weight:bold;
	color:#011c85;
	text-align:center;
}
.title_head p{
	color: #000e45;
	font-weight: 500;
	font-size: 16px;
	text-align:justify;
	padding-top: 60px
}

.company_overview{
	padding-top: 50px;
	padding-bottom: 50px;
}

.mission_main{
	padding-left: 30px;
}
.our_mission{
	margin-top:50px;
	margin-bottom:50px;
}
.title_head h2{
	font-family: 'K2D', sans-serif;
	font-size: 35px;
	font-weight:bold;
	color:#0e0e0e;
	text-align:center;
}
.mission_img{
	box-shadow: 0px 0px 16px -5px;
}
.mission_text h3{
	font-family: 'K2D', sans-serif;
	 font-size:18px;
	 font-weight:bold;
	 color:#3b3b3b;
	 text-align:justify;
}
.mission_text p{
	font-family: 'K2D', sans-serif;
	 color: #000e45;
	font-weight: 500;
	font-size: 16px;
	 text-align:justify;
}
/***===== / About Us =====***/

/***===== About Us_2 =====***/
.about_us_part {
	padding-top:50px;
}
.about_us_part .pic{
    padding: 20px 0;
    margin: 0 6% 0 2%;
    float: left;
    position: relative;
    z-index: 1;
}
.about_us_part .pic:before,
.about_us_part .pic:after{
    content: "";
    width: 130px;
    height: 150px;
	background: #1f223e;
    position: absolute;
    z-index: -1;
}
.about_us_part .pic:before{
    top: 10px;
    right: -10px;
}
.about_us_part .pic:after{
    bottom: 10px;
    left: -10px;
}
.about_us_part .pic img{
    width: 100%;
    height: auto;
}
.about_us_part p {
	color: #000e45;
	font-weight: 500;
	font-size: 16px;
	text-align:justify;
	display: flex;
}
.about_us_part .inner_content {
	padding:0;
}
.about_us_part p i {
	padding: 8px 10px 0px 0px;
}
.black-layer .sec-title > h2,
.black-layer .sec-title > h3,
.black-layer2 .sec-title > h2,
.black-layer2 .sec-title > h3,
.black-layer3 .sec-title > h2,
.black-layer3 .sec-title > h3 {
	color: #000;
}
.black-layer .sec-title > span,
.black-layer2 .sec-title > span,
.black-layer3 .sec-title > span {
	color: #000;
}
.service_content .service_box {
	margin-bottom: 40px;
}
.service_box {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.service_img {
  float: left;
  width: 100%;
}
.service_img > a {
  float: left;
  width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.service_img{
  position: relative;
  z-index: 1;
  color: #fff;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.service_img a:hover {
	color:#000;	
	transition:all 0.4s ease;
}
.service_img > a img,
.pst-thmb-styl4 > a img {
	width: 100%;
}
.service_box:hover .service_img > a img,
.pst-box-styl4:hover .pst-thmb-styl4 > a img {
  -webkit-transform: scale(1.2) rotate(3deg);
  -ms-transform: scale(1.2) rotate(3deg);
  -o-transform: scale(1.2) rotate(3deg);
  transform: scale(1.2) rotate(3deg);
  opacity: .8;
}
.title_p{
	text-align:center;
	color: #000e45;
	font-weight: 500;
	font-size: 16px;
}
.service_text p {
	text-align:center;
	text-align: left;
	padding: 0px 30px 0px;
	color: #000e45;
	font-weight: 500;
	font-size: 16px;
}
.service_text {
  float: left;
  width: 100%;
  margin-top: 25px;
  padding-bottom: 30px;
}
.our_services{
	margin-top:50px;
	margin-bottom:50px;
}
.service_box{
	background-color: #f5f5f5;
}
.service_text h3{
	font-size: 18px;
	padding-left: 30px;
}
.service_text p{
	font-size: 16px;
	
	color: #000e45;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media > .icon-styled:first-child {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.icon-styled {
    display: inline-block;
    text-align: center;
}
* + .media-body, .media-body + * {
    margin-left: 14px;
}

/***===== / About Us_2 end =====***/


/***===== / Contact us =====***/
	/* boxes 4 */
.boxes{
	background-color:#f9f9f9;
	padding-top: 80px;
	padding-bottom: 80px;
}
.contact_box{
box-shadow: 0px 0px 10px -5px;
background-color:#fff;
}
.contact_content{
text-align: center;
padding: 20px;
}
.contact_content i{
font-size: 28px;
color: #011c85;
}
.contact_content h3{
	font-size: 16px;
	margin: 0px;
	color: #011c85;
}
.contact_content p{
font-size: 14px;
margin: 0px;
color: #000e45
}

	/*msg form*/
.message_form .pic{
	padding: 20px 0;
margin: 0 6% 0 2%;
position: relative;
z-index: 1;
background-color:#1f223e;
width:100%;
}
.message_form .pic::before{ 
	content: "";
width: 130px;
height: 150px;
background: #1f223e;
position: absolute;
z-index: -1;
bottom: -10px;
right: -10px;
}
.message_form .pic::after{
	content: "";
width: 130px;
height: 150px;
background: #1f223e;
position: absolute;
z-index: -1;
top: -10px;
left: -10px;
}
.contact-form{
	margin-top:15px;
}
.contact-form .textarea{
	min-height:220px;
	resize:none;
}
.form-control{
	background-color:#fff;
	height:45px;
}
.form-control:focus{
	box-shadow:none;
	border-color:#f57208;
}
.form-control-feedback{
	line-height:50px;
}
.main-btn{
	background:#f57208;
	border-color:#f57208;
	color:#fff;
}
.main-btn:hover{
	background:#00a491;
	color:#fff;
}
.form-control-feedback {
line-height: 50px;
top: 0px;
}
.field_padding{
	padding-top:40px;
}
.submit_padding{
	padding-bottom:80px;
}
/*msg form end*/

/***===== / Contact us end =====***/



/***===== / Contact us 2 =====***/
.box_4{
padding-top: 90px;
}
.contact_2_box{
	background: #000183;
    padding: 30px;
    border-radius: 7px;
    text-align: center;
    position: relative;
}
.contact_icon{
	display: block;
	margin: 0px auto;
	background-color: #edf7f0;
	width:70px;
	height:70px;
	border-radius: 100px;
	position: relative;
	margin-top: -70px;;
}
.contact_icon i{
	color: #000183;
	font-size: 24px;
	line-height:70px;
}
.contact_text{
	padding-top:30px;
}
.contact_text h3{
	 font-family: 'K2D', sans-serif;
	 font-size:18px;
	 font-weight:bold;
	 color: #fff;
}
.contact_text p{
	 font-family: 'K2D', sans-serif;
	 font-size:17px;
    line-height: 25px;
	 font-weight:normal;
	 color: #fff;
}
/* .contact_text p:before{
	content: "";
	position: absolute;
	width: 60px;
	background-color: #89c33f;
	top: 140px;
	height: 3px;
	left: 38%;
} */
.form_padding{
	padding-top:20px;
}
.contact_form .form-control{
	background-color: #fff;
	box-shadow: inset 0 0 9px 0 rgba(0, 0, 0, 0.05);
	border: 1px solid #c0c0c0;
}
/***===== / Contact us 2 end =====***/


/***===== Service =====***/
.our_service {
	padding-top:50px;
}
.our_service p {
	color: #000f44;
	font-weight: 500;
	font-size: 16px;
	text-align:justify;
	display: flex;
}
.our_service .inner_content {
	padding:0;
}
.our_service p i {
	padding: 8px 10px 0px 0px;
}
.border-100 {
	border-radius: 100px 100px 100px 100px;
	transition:all 0.6s ease;
}
.border-100:hover {
	border-radius: 0px;
	transition:all 0.6s ease;
	box-shadow: 0px 0px 20px 0px #44260c8f;
}
.manage_service {
	padding-top:90px;
}
.manage_service .service_boxs:hover {
	background: #fff;
	box-shadow: 0px 0px 5px 0px #d5d5d5;
	border-radius: 10px;
	transition:all 0.4s ease;
}
.manage_service .title_head {
	margin-bottom: 50px;
}
.manage_service .head_desc {
	color: #000f44;
	font-weight: 500;
	font-size: 16px
}
	/* Manage Service */
.black-layer .sec-title > h2,
.black-layer .sec-title > h3,
.black-layer2 .sec-title > h2,
.black-layer2 .sec-title > h3,
.black-layer3 .sec-title > h2,
.black-layer3 .sec-title > h3 {
	color: #000;
}
.black-layer .sec-title > span,
.black-layer2 .sec-title > span,
.black-layer3 .sec-title > span {
	color: #000;
}
.manage_service--inner .mng_box {
	margin-bottom: 40px;
}
.mng_box {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.mng_img {
  float: left;
  width: 100%;
}
.mng_img > a {
  float: left;
  width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.mng_img .mng_title {
  position: relative;
  left: 20px;
  z-index: 1;
  color: #fff;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 25px;
  font-weight: 600;
}
.mng_img .mng_title a:hover {
	color:#000;	
	transition:all 0.4s ease;
}
.mng_img > a img,
.pst-thmb-styl4 > a img {
	width: 100%;
}
.mng_box:hover .mng_img > a img,
.pst-box-styl4:hover .pst-thmb-styl4 > a img {
  -webkit-transform: scale(1.2) rotate(3deg);
  -ms-transform: scale(1.2) rotate(3deg);
  -o-transform: scale(1.2) rotate(3deg);
  transform: scale(1.2) rotate(3deg);
  opacity: .8;
}
.mng_img .mng_title {
	background: linear-gradient(to bottom, #ff7a01, #f44c01);
}
.mng_cntnt p {
	text-align:center;
	text-align: left;
	padding: 0px 30px 0px;
	color: #000f44;
	font-weight: 500;
	font-size: 16px;
}
.mng_cntnt {
  float: left;
  width: 100%;
  margin-top: 25px;
}
.mng_cntnt > h4 {
  margin-bottom: 0;
  font-size: 27px;
  letter-spacing: -.6px;
}
.manage_service .mng_cntnt > h4 {
	color: #000;
}
.mng_cntnt > p {
	margin-bottom: 0;
}
.black-layer .mng_cntnt > p {
	color: #919191;
}
.mng_cntnt > h4 + p {
	margin-top: 15px;
}
.service{
	background:#fff;
}
.service .single-news {
	background: #fff;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.service .single-news img{
	width:100%;
	margin:0;
	padding:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.service .single-news .news-head{
	position:relative;
	overflow:hidden;
}
.service .single-news:hover .news-head img{
	-webkit-transform:scale(1.1)rotate(3deg);
	-moz-transform:scale(1.1)rotate(3deg);
	transform:scale(1.1)rotate(3deg);
}
.service .single-news .news-content {
	text-align: left;
	background: #fff;
	z-index: 99;
	position: relative;
	padding: 40px 12px 0 12px;
}
.service .single-news .news-body h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 25px;
}
.service .single-news .news-body h2 a{
	color:#2C2D3F;
}
.service .single-news .news-body h2:hover a{
	color:#F57108;
}
.service .single-news .news-content p{
	font-weight:300;
}
.service .single-news .news-body .date {
	color: #fff;
	background: #F57108;
	font-weight: 500;
	text-transform: capitalize;
	display: inline-block;
	padding: 10px 25px;
	border-radius: 3px;
	text-align: center;
	position: absolute;
	top: -30px;
	left: 12px;
	line-height: 20px;
}
.service .single-news .date span {
	display: block;
	font-size: 20px;
}
.service .single-news .news-body .btn {
	font-weight: 400;
	margin: 0px 0 20px;
	color: #F57108;
	padding: 0;
}
.service .single-news .news-body .btn i {
	margin-left: 5px;
	display: inline;
	font-size: 11px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.service .single-news .news-body .btn:hover i{
	margin-left:10px;
}
.service .single-news .news-body .btn:hover{
	color:#2c2d3f;
}
/***===== / Service =====***/

/***===== / Blog Style One Area css =====***/
.blog_style1 {
  margin-bottom: 40px;
}

.blog_style1 .blog_text {
  padding-left: 40px;
  padding-right: 40px;
}

.blog_style1 .blog_text .blog_text_inner {
  background: #fff;
  margin-top: -100px;
  position: relative;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.1);
  padding: 40px;
}

.blog_style1 .blog_text .blog_text_inner .cat {
  display: inline-block;
  border: 1px solid #ff7a01;
  line-height: 28px;
  padding: 0px 20px;
  color: #777777;
  border-radius: 15px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
  font-weight: 500;
}

.blog_style1 .blog_text .blog_text_inner h4 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
  color: #222222;
  padding-right: 20px;
  margin-bottom: 17px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.blog_style1 .blog_text .blog_text_inner h4:hover {
  color: #ff7a01;
}

.blog_style1 .blog_text .blog_text_inner p {
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  margin-bottom: 22px;
}

.blog_style1 .blog_text .blog_text_inner .date a {
  color: #777777;
  font-size: 12px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  margin-right: 25px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.blog_style1 .blog_text .blog_text_inner .date a:hover {
  color: #ff7a01;
}

.blog_style1 .blog_text .blog_text_inner .date a i {
  padding-right: 5px;
}
	
.blog_style1 .blog_text .blog_text_inner .date a:last-child {
  margin-right: 0px;
}

.blog_style1.small .blog_text .blog_text_inner {
  margin-top: -50px;
}

.blog_style1.small .blog_text .blog_text_inner h4 {
  font-size: 18px;
  line-height: 26px;
  padding-right: 0px;
}

.row.m0.post_cat_item {
  margin-bottom: 40px;
}

.blog_right_sidebar {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.1);
  padding: 30px;
}

.blog_right_sidebar .widget_title {
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  color: #222222;
  border-left: 3px solid #ff7a01;
  padding: 6px 0px 6px 13px;
  margin-bottom: 30px;
}

.blog_right_sidebar .search_widget .input-group .form-control {
  font-size: 14px;
  line-height: 29px;
  border: 1px solid #eeeeee;
  width: 100%;
  font-weight: 300;
  color: #777777;
  padding-left: 20px;
  border-radius: 45px;
  z-index: 0;
  background: transparent;
}

.blog_right_sidebar .search_widget .input-group .form-control.placeholder {
  color: #777777;
  font-weight: normal;
}

.blog_right_sidebar .search_widget .input-group .form-control:-moz-placeholder {
  color: #777777;
  font-weight: normal;
}

.blog_right_sidebar .search_widget .input-group .form-control::-moz-placeholder {
  color: #777777;
  font-weight: normal;
}

.blog_right_sidebar .search_widget .input-group .form-control::-webkit-input-placeholder {
  color: #777777;
  font-weight: normal;
}

.blog_right_sidebar .search_widget .input-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog_right_sidebar .search_widget .input-group .btn-default {
  position: absolute;
  right: 20px;
  background: transparent;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  color: #777777;
  font-weight: 700;
  padding: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.blog_right_sidebar .list  {
	padding:0px;
	list-style:none;
}
.blog_right_sidebar .author_widget {
  text-align: center;
}

.blog_right_sidebar .author_widget h4 {
  font-size: 18px;
  line-height: 20px;
  color: #222222;
  margin-bottom: 5px;
  margin-top: 30px;
}

.blog_right_sidebar .author_widget p {
  margin-bottom: 0px;
}

.blog_right_sidebar .author_widget .social_icon {
  padding: 7px 0px 15px;
}

.blog_right_sidebar .author_widget .social_icon a {
  font-size: 14px;
  color: #222222;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.blog_right_sidebar .author_widget .social_icon a + a {
  margin-left: 20px;
}

.blog_right_sidebar .author_widget .social_icon a:hover {
  color: #ff7a01;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 20px;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 14px;
  line-height: 20px;
  color: #222222;
  margin-bottom: 4px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3:hover {
  color: #ff7a01;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 0px;
}

.blog_right_sidebar .popular_post_widget .post_item + .post_item {
  margin-top: 20px;
}

.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 2px dotted #eee;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
}

.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #777;
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}

.blog_right_sidebar .post_category_widget .cat-list li + li {
  padding-top: 15px;
}

.blog_right_sidebar .post_category_widget .cat-list li:hover {
  border-color: #ff7a01;
}

.blog_right_sidebar .post_category_widget .cat-list li:hover a {
  color: #ff7a01;
}

.blog_right_sidebar .newsletter_widget {
  text-align: center;
}

.blog_right_sidebar .newsletter_widget .form-group {
  margin-bottom: 8px;
}

.blog_right_sidebar .newsletter_widget .input-group-prepend {
  margin-right: -1px;
}

.blog_right_sidebar .newsletter_widget .input-group-text {
  background: #fff;
  border-radius: 0px;
  vertical-align: top;
  font-size: 12px;
  line-height: 36px;
  padding: 0px 0px 0px 15px;
  border: 1px solid #eeeeee;
  border-right: 0px;
}

.blog_right_sidebar .newsletter_widget .form-control {
  font-size: 12px;
  line-height: 24px;
  color: #cccccc;
  border: 1px solid #eeeeee;
  border-left: 0px;
  border-radius: 0px;
}

.blog_right_sidebar .newsletter_widget .form-control.placeholder {
  color: #cccccc;
}

.blog_right_sidebar .newsletter_widget .form-control:-moz-placeholder {
  color: #cccccc;
}

.blog_right_sidebar .newsletter_widget .form-control::-moz-placeholder {
  color: #cccccc;
}

.blog_right_sidebar .newsletter_widget .form-control::-webkit-input-placeholder {
  color: #cccccc;
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog_right_sidebar .newsletter_widget .bbtns {
  background: #ff7a01;
  color: #fff;
  font-size: 12px;
  line-height: 38px;
  display: inline-block;
  font-weight: 500;
  padding: 0px 24px 0px 24px;
  border-radius: 0;
}

.blog_right_sidebar .newsletter_widget .text-bottom {
  font-size: 12px;
}

.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}

.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eee;
  background: #fff;
  padding: 0px 13px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #222222;
  font-size: 12px;
  border-radius: 20px;
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #ff7a01;
  color: #fff;
}

.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

.blog-pagination {
  padding-top: 25px;
}

.blog-pagination .page-link {
  border-radius: 0;
}

.blog-pagination .page-item {
  border: none;
}

.page-link {
  background: transparent;
  font-weight: 400;
}

.blog-pagination .page-item.active .page-link {
  background-color: #ff7a01;
  border-color: transparent;
  color: #fff;
}

.blog-pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #8a8a8a;
  border: none;
}

.blog-pagination .page-link .lnr {
  font-weight: 600;
}

.blog-pagination .page-item:last-child .page-link,
.blog-pagination .page-item:first-child .page-link {
  border-radius: 0;
}

.blog-pagination .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ff7a01;
  border-color: #eee;
}

/***===== Blog Style One Area css =====***/

/***===== Inner_page Testimonial =====***/
.IC_inner_testi .testimonial{
    text-align: center;
}
.IC_inner_testi .testimonial .pic{
    margin: 0 auto 40px;
    border: 4px solid #eb7260;
    overflow: hidden;
	float: right;
	padding-top:0px;
}
.IC_inner_testi .testimonial .pic {
	border: 0px ;
	margin: 0;
	padding-bottom: 0;
}
.IC_inner_testi .testimonial .pic img {
	border-radius: 10px 10px 10px 10px;
}
.IC_inner_testi .testimonial .pic::before, .IC_inner_testi .testimonial .pic::after {
	background: none;
}
.IC_inner_testi .testimonial .pic img{
    width: 100%;
    height: auto;
	border:0px;
}
.IC_inner_testi .testimonial .description{
   color: #000f44;
	font-weight: 500;
	font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
	width: 70%;
	padding-top: 20px;
}
.IC_inner_testi .testimonial .testimonial-prof{
    margin:20px 0;
}
.IC_inner_testi .testimonial .title{
    font-size: 20px;
    color: #eb7260;
    margin-right: 20px;
    text-transform: capitalize;
	padding-top: 10px;
}
.IC_inner_testi .testimonial .title small:before{
    content: "";
    margin:0px 10px;
    border-right: 1px solid #808080;
}
.IC_inner_testi .testimonial .testimonial-prof small{
    display: inline-block;
    color: #8a9aad;
    font-size: 17px;
    text-transform: capitalize;
}
.IC_inner_testi .owl-theme .owl-controls .owl-buttons div{
    background: transparent;
    opacity: 1;
	
}
.IC_inner_testi .owl-pagination{
	text-align:right;
}
.IC_inner_testi .owl-theme .owl-controls{
    width: 0%;
	margin: 0;
	text-align: left;
	position: absolute;
	right: -20px;
}
/***===== / Inner_page Testimonial =====***/

/***===== Map =====***/
.map-location {
  width: 100%;
  height: 440px;
}
/***===== / Map =====***/

/***===== Log in Form =====***/
	.user_card {
		height: 470px;
		width: 350px;
		margin-top: auto;
		margin-bottom: auto;
		background: #ff7a01;
		position: relative;
		display: flex;
		justify-content: center;
		flex-direction: column;
		padding: 5px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		border-radius: 5px;
	}
	.brand_logo_container {
		position: absolute;
		height: 170px;
		width: 170px;
		top: -75px;
		border-radius: 50%;
		background: #000000b8;
		padding: 10px;
		text-align: center;
	}
	.brand_logo {
		height: 150px;
		width: 150px;
		border-radius: 50%;
		border: 2px solid white;
	}
	.form_container {
		margin-top: 100px;
	}
	.login_btn {
		width: 100%;
		background: #000f44  !important;
		color: white !important;
	}
	.login_btn:focus {
		box-shadow: none !important;
		outline: 0px !important;
	}
	.login_container {
		padding: 0 2rem;
	}
	.input-group-text {
		background: #000f44  !important;
		color: white !important;
		border: 0 !important;
		border-radius: 0.25rem 0 0 0.25rem !important;
	}
	.input_user,
	.input_pass:focus {
		box-shadow: none !important;
		outline: 0px !important;
	}
	.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
		background-color: #000f44  !important;
	}
	.modal-dialog {
		pointer-events: initial;
	}
	.user_card .btn {
		background-color: #000f44;
	}
	.user_card .btn:hover {
		color:#fff;
	}
	.user_card .modal-footer {
		padding: 10px;
	}
/***===== / Log in Form =====***/

/****** Accordion *******/
.accordion {
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}
.accordion input[name='panel'] {
	display: none;
}
.accordion label {
	position: relative;
	display: block;
	padding: 0.5em;
	background: linear-gradient(to right, #d44809, #ff7e08);
	border-top: 1px solid #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 2px 0 #fff;
	font-size: 1.5em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
	color: #fff;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87);
	margin-bottom: 0;
}
.accordion label:after {
	content: '+';
	position: absolute;
	right: 1em;
	color: #000;
	text-align: center;
	border-radius: 50%;
	line-height: 28px;
	font-size: 28px;
	font-weight: 600;
}
.accordion label:hover {
	color: #fff;
}
.accordion input:checked + label {
	color: #000;
}
.accordion input:checked + label:after {
	content: '-';
	line-height: 28px;
	font-size: 28px;
	font-weight: 600;
}
.accordion .accordion__content {
	overflow: hidden;
	height: 0px;
	position: relative;
	padding: 0 1.5em;
	box-shadow: inset 4px 0 0 0 #ff7a01, inset 0 3px 6px rgba(0, 0, 0, 0.75);
	background: #444;
	background: linear-gradient(to bottom, #444444 0%, #222222 100%);
	color: #eee;
	transition: height 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87);
}
.accordion .accordion__content:not(:last-of-type) {
	box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.25), inset 4px 0 0 0 #ff7a01, inset 0 3px 6px rgba(0, 0, 0, 0.75);
}
.accordion .accordion__content .accordion__header {
	padding: 20px 0;
	color: #fff;
}
.accordion .accordion__content .accordion__body {
	font-size: .825em;
	line-height: 1.4em;
	color: #fff;
}
.accordion input[name='panel']:checked ~ .accordion__content.accordion__content--small {
	height: 200px;
}
.accordion input[name='panel']:checked ~ .accordion__content.accordion__content--med {
	height: 200px;
}
.accordion input[name='panel']:checked ~ .accordion__content.accordion__content--large {
	height: 200px;
}
/****** / Accordion *******/

/****** Tab One *******/
.tabs {
	display: block;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	overflow: hidden;
}
.tabs [class^="tab"] label,
.tabs [class*=" tab"] label {
	color: #000;
	cursor: pointer;
	display: block;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1em;
	padding: 2rem 0;
	text-align: center; 
}
.tabs [class^="tab"] [type="radio"],
.tabs [class*=" tab"] [type="radio"] {
	border-bottom: 1px solid rgba(152, 152, 152, 0.5);
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
}
.tabs [class^="tab"] [type="radio"]:hover, .tabs [class^="tab"] [type="radio"]:focus,
.tabs [class*=" tab"] [type="radio"]:hover,
.tabs [class*=" tab"] [type="radio"]:focus {
	border-bottom: 1px solid #ff7a01;
}
.tabs [class^="tab"] [type="radio"]:checked,
.tabs [class*=" tab"] [type="radio"]:checked {
	border-bottom: 2px solid #ff7a01;
}
.tabs [class^="tab"] [type="radio"]:checked + div,
.tabs [class*=" tab"] [type="radio"]:checked + div {
	opacity: 1;
}
.tabs [class^="tab"] [type="radio"] + div,
.tabs [class*=" tab"] [type="radio"] + div {
	display: block;
	opacity: 0;
	padding: 2rem 0;
	width: 90%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tabs .tab-2 {
	width: 50%;
}
.tabs .tab-2 [type="radio"] + div {
	width: 200%;
	margin-left: 200%;
}
.tabs .tab-2 [type="radio"]:checked + div {
	margin-left: 0;
}
.tabs .tab-2:last-child [type="radio"] + div {
	margin-left: 100%;
}
.tabs .tab-2:last-child [type="radio"]:checked + div {
	margin-left: -100%;
}
/****** / Tab One *******/

/****** Counter *******/
#counter {
	background: linear-gradient(to right, #adb5ce, #ffeddf);
	padding: 50px 0;
	margin-bottom: 80px;
}
.counter {
  text-align: center;
  position: relative;
  color: #000;
}
.counter-value {
  display: inline-block;
  border: 7px solid #eaedf6;
  width: 130px;
  height: 130px;
  line-height: 115px;
  background: linear-gradient(to bottom, #6877aa, #000f44);
  border-radius: 50%;
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  position: relative;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}
.counter.yellow .counter-value {
  background: linear-gradient(to bottom, #6877aa, #000f44);
}
.counter.pink .counter-value {
  background: linear-gradient(to bottom, #6877aa, #000f44);
}
.counter.green .counter-value {
  background: linear-gradient(to bottom, #6877aa, #000f44);
}
.counter h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.counter-icon {
  display: inline-block;
  width: 80px;
  height: 70px;
  line-height: 70px;
  background: #fff;
  border-radius: 10px 10px 10px 10px;
  font-size: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.counter-icon:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 3px solid #ff7a01;
  border-radius: 10px 10px 10px 10px;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 990px) {
  .counter {
    margin-bottom: 30px;
  }
}


hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #000!important
}


.kont{
    
    padding-top: 50px;
}
/****** / Counter *******/
