@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
body
{
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	--theme:#1c1a62;
}

.main_nav
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	transition: .5s ease-in-out 0s;
}
.menubar
{
	background: transparent !important;
}
.header_contact
{
	float: left;
	color: #fff;
	font-size: 14px;
}
.language_drpdown
{
	float: right;
}
.fixed-header
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	transition: .5s ease-in-out 0s;
	background: #232163;
}









.loader
{
	/*display: none;*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999;
}
.loaded .loader
{
	/*display: none;*/
	visibility: hidden;
}
.gooey {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 142px;
  height: 40px;
  margin: -20px 0 0 -71px;
  background: #fff;
  filter: contrast(20);
}
.gooey .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  filter: blur(4px);
  background: #000;
  border-radius: 50%;
  transform: translateX(0);
  animation: dot 2.8s infinite;
}
.gooey .dots {
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  animation: dots 2.8s infinite;
}
.gooey .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  filter: blur(4px);
  background: #000;
  border-radius: 50%;
}
@-moz-keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@-webkit-keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@-o-keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@-moz-keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}
@-webkit-keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}
@-o-keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}
@keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}

nav.nav.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: var(--theme);
    /*padding: 20px 0px;*/
}
nav.nav {
    /*padding: 20px 0px;*/
    transition: .5s ease-in-out 0s;
    
}
header
{
	width: 100%;
	height: 100vh;
	background: linear-gradient(rgba(35,33,107,.9),rgba(35,33,107,.9)),url('../images/background.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
}
.top_contact
{
	color: #fff;
}
p,h1
{
	margin-bottom: 0 !important;
}
.t_cntct_info
{
	display: inline-block;
	margin-right: 20px;
	font-size: 16px;
	font-weight: 300;
}
.enqry_btn
{
	float: right;
}
.enqry_btn .enquery_button
{
	text-decoration: none;
	color:var(--theme);
	font-size: 17px;
	font-weight: 500;
	background: #fff;
	padding: 9px 25px;
	border-radius: 30px;
}
.top_nav
{
	margin-top: 35px;
	min-height: 70px;
	/*background: red;*/
	/*line-height: 70px;*/
}
ul
{
	margin: 0;
	padding: 0;
	margin-bottom: 0 !important;
	margin-top: 10px !important;
}
ul li
{
	list-style-type: none;

}
.top_contact,.logo,.enqry_btn
{
	height: 55px;
	line-height: 55px;
}
.caption
{
	display: none;
}
.menu 
{
	float: right;
}
.menu li
{
	display: inline-block;
}
.menu li a
{
	font-size: 15px;
	text-transform: capitalize;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 8px 8px;
	position: relative;
	transition: .5s ease-in-out 0s;
    margin-right: 10px;
    font-weight: 600;
}
.active_menu
{
	background: rgba(255,255,255,.1);
}
.active_menu::after
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
}
.active_menu::after
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	/*opacity: 0;*/
	transition: .5s ease-in-out 0s;	
}
nav.nav.fixed-header .header_content
{
	margin: 50% auto !important;
}
.menu li a::after
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 2px;
	background: #fff;
	content: '';
	opacity: 0;
	transition: .5s ease-in-out 0s;
}
.menu li a:hover
{
	background: rgba(255,255,255,.1);
}
.menu li a:hover::after
{
	opacity: 1;
	width: 100%;
}
.small_heading
{
	font-size: 49px;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
	/*line-height: 0;*/
}
.header_content h1
{
	font-size: 58px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	/*line-height: 0;*/
	/*padding-top: 24px;*/
}
.tagline
{
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	line-height: 27px;
	padding-top: 5px;
	max-width: 780px;
	margin: auto;
}
.header_content
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /*margin: 10% auto;*/
    text-align: center;
}
.language
{
	width: 150px;
	margin: auto;
	padding-top: 30px;
}
ul.language_drpdown
{
	margin-top: 0 !important;
}
.language_drpdown li
{
	position: relative;
	background: rgba(255,255,255,.1);
	color: #fff;padding: 5px 15px;
	/*border-radius: 30px;*/
	font-size: 14px;
	text-transform: capitalize;
	cursor: pointer;
}
.sub_language 
{
	position: absolute;
	top: 30PX;
	left: 0;
	min-width: 150px;
	/*opacity: 0;*/
	display: none;
}
.t_cntct_info i
{
	margin-right: 8px;
}
.menu_icon
{
	/*width: 40px;*/
	/*height: 40px;*/
	/*background: #fff;*/
	float: left;
	position: relative;
	display: none;
}
.menu_icon span
{
	width: 33px;
	height: 2px;
	background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.menu_icon span:nth-child(2)
{
	top: 10px;
}
.menu_icon span:nth-child(3)
{
	top: 20px;
}
.header_content h1 i
{
	cursor: pointer;
}
.header_content h1  a
{
	text-decoration: none;
	color: #fff;
}
.sec_row
{
	padding: 45px 0 20px;
}
.about
{
	padding: 80px 0 64px;
	overflow: hidden;
}
.block_text
{
	display: block;
	font-size: 37px;
	font-weight: 700;
	padding-top: 30px;
}
.caption
{
	position: relative;
	width: 175px;
}
.caption::after
{
	content: '';
	position: absolute;
	top: 50%;
	right: 25px;
	width: 55px;
	height: 2px;
	background: #ccc;
}
.caption p
{
	font-size: 16px;
	font-weight: 400;
	color: var(--theme);
}
.heading h1
{
	font-size: 27px;
	font-weight: 500;
	padding-top: 15px;
	line-height: 0;
}
.description
{
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;	
	text-align: justify;
	max-width: 580px;
	padding-top: 32px;
}
.about_image
{
	position: relative;
}
.about_image::before
{
	content: url('../images/dots.png');
	position: absolute;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.about_image::after
{
	content: url('../images/dots.png');
	position: absolute;
    bottom: -40%;
    right: -40%;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.play_icon
{
	position: absolute;
	bottom: 0;
	left: -29px;
	width: 70px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	background: var(--theme);
	border-top: 12px solid #fff;
	border-right: 12px solid #fff;
}
.play_icon i
{
	color: #fff;
	font-size: 35px;
}
.heading_section .block_text
{
	padding-top: 10px;
}
.services
{
	padding: 64px 30px;
	width: 100%;
	background: #f8f8f8;
}
.service_items
{
	text-align: center;
}
.service_row
{
	margin-top: 57px;
}
.service_content h5
{
	font-size: 22px;
	font-weight: 700;
	padding: 18px;
	margin-bottom: 0;
}
.service_content p
{
	font-size: 16px;
	padding-bottom: 15px;
}
.service_content a
{
	text-decoration: none;
	color: var(--theme);
	font-weight: 700;
	font-size: 17px;
}
.view_btn a
{
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 21px;
	background: var(--theme);
	transition: .3s ease-in-out 0s;
	float: right;
}
.view_btn a:hover
{
	background: #181818display: block;;
	color: #fff;
	text-decoration: none;
}
.portfolio
{
	padding: 60px 30px 85px;
}
.portfolio_items
{
	position: relative;
	min-height: 270px;
	/*min-width: 270px;*/
	max-height: 270px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	cursor: pointer;
	height: 100%;
}
.portfolio_items img
{
	height: 100%;
	width: 100%;
}
.gallery_overlay
{
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	background: linear-gradient(rgba(30,40,122,.5),rgba(90,101,162,.5));
	border-radius: 10px;
	opacity: 0;
	transform: scale(0);
	transform-origin: top bottom;
	transition: transform .5s ease-in-out 0s;
}
.portfolio_items:hover .gallery_overlay
{
	opacity: 1;
	transform: scale(1);
}
.clients
{
	padding: 30px 30px 45px;
	background: #f3f3f3;
	width: 100%;
}
.img_clients
{
	margin: auto;
}
.clients .owl-carousel .owl-item img
{
	width: initial !important;
}
.service_content a:hover
{
	text-decoration: none;	
}
h4
{
	margin-bottom: 0 !important;
}
.services
{
	position: relative;
}
.svg
{
	background: url(../images/serv.png);
    position: absolute;
    bottom: -390px;
    width: 100%;
    z-index: -1;
    left: 0;
    /* background: red; */
    height: 100%;
    background-size: cover;
}
.gallery_content
{
	position: absolute;
	bottom: 28px;
	left: 28px;
}
.gallery_content h4.title a
{
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}
.category
{
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	display: none;
}
.clent_heading
{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.clent_heading::after
{
	content: '';
	position: absolute;
	bottom: 0;
	transform: translate(-50%);
	left: 50%;
	width: 5%;
	height: 3px;
	background: #000;
}
.blog
{
	padding: 50px 30px 100px;
	width: 100%;
}
.blog_row
{
	margin-top: 65px;
}
.blog_card
{
	cursor: pointer;
	background: #fff;
	box-shadow: 0px 0px 20px #aaaaaa47;
	-webkit-box-shadow: 0px 0px 20px #aaaaaa47;
	-moz-box-shadow: 0px 0px 20px #aaaaaa47;
}
.blog_content .blog_title
{
	font-size: 19px;
	font-weight: 500;
}
.post-date
{
	color: #b0b7b9;
	padding-bottom: 10px;
}
.post-date span
{
	margin-right: 8px;
}
.blog_card_header
{
	border: none !important;
	position: relative;
	overflow: hidden;
}
.d_links
{
	width: 50%;
	float: left;
	padding: 15px;
	background: var(--theme);
	text-align: center;
	cursor: pointer;
}
.image_links_double
{
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	transition: .5s ease-in-out 0s;
}
.blog_card:hover .image_links_double
{
	bottom: 0;
}
.d_links i
{
	color: #fff;
}
.d_links:nth-child(1)
{
	border-right: 1px solid #f8f8f878;
}
.readmore_btn
{
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	padding: 5px 15px;
	background: var(--theme);
	margin-top: 20px;
	float: right;
	transition: .5s ease-in-out 0s;
}
.readmore_btn:hover
{
	text-decoration: none;
	color: #fff;
	background: #181818;
}
.blog_content p
{
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	color: #4c4c4c;
	line-height: 22px;
}

footer
{
	padding: 50px 30px 20px;
	background: #1c1c1c;
	widows: 100%;
}
.footer_column  p
{
	color: #a8a8a8;
	font-size: 16px;
	line-height: 27px;
	padding-top: 20px;
	font-weight: 300;
}
.footer_column h1
{
	color: #a8a8a8;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 500;
}
.footer_heading{
	padding-bottom: 15px;
	position: relative;
}
.footer_heading::after
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	/*transform: translateX(-50%);*/
	background: #a8a8a8;
	width: 25%;
	height: 3px;
}
.footer_main_menu
{
	padding-top: 15px;
}
.footer_main_menu li
{
	list-style-type: none;
}
.footer_main_menu li a
{
	color: #a8a8a8;
	font-size: 16px;
	text-decoration: none;
	font-weight: 400;
	padding: 5px 0;
	display: block;
	text-transform: capitalize;
	transition: .5s ease-in-out;
}
.footer_main_menu li a i
{
	margin-right: 12px;
}
.footer_main_menu li a:hover
{
	color: #fff;
}
.middle_column
{
	/*margin: auto;*/
	padding-left: 40px !important;
}
.footer_social ul li {
    list-style-type: none;
    display: inline-block;
}
.footer_column li a {
    text-decoration: none;
    /*color: #fff;*/
    text-transform: capitalize;
    padding: 0 0 10px 0;
    transition: .5s ease-in-out 0s;
    display: block;
}
.footer_social ul li a i {
    width: 35px;
    height: 35px;
    background: var(--theme);
    color: #fff;
    line-height: 35px;
    text-align: center;
    margin-right: 12px;
    font-size: 18px;
    position: relative;
    transition: .5s;
}
.footer_social ul li a i:hover
{
	background: #8e8e8e;
}
.footer_social
{
	padding: 10px 0;
}
.single-footer-contact-info {
    display: table;
    padding-bottom: 15px;
}
.single-footer-contact-info .footer_add_icon {
    color: #8e8e8e;
    display: table-cell;
}
.footer-contact-list-text {
    display: table-cell;
    color: #8e8e8e;
    padding-left: 10px;
}
.address
{
	padding-top: 20px;
}
.footer_btm
{
	color: #8e8e8e;
	padding: 25px 0 0;
}
.footer_btm a
{
	text-decoration: none;
	color: #fff;
	font-weight: 600;
}
.label 
{
	text-align: right;
}
.down_scroll_icon.text-center
{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
}
.bg-common {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.page_header
{
	/*padding: 100px;*/
	padding: 150px 30px 50px;
	/*background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url('images/slider_bg02jpg.jpg');*/
	width: 100%;
}
.breadcrumbs-area li
{
	list-style-type: none;
	display: inline-block;
	color: #fff;
}
.breadcrumbs-area li a
{
	padding-right: 10px;
	position: relative;
	color: #fff;
	text-decoration: none;
}
.breadcrumbs-area li a::after
{
	position: absolute;
	left: 25px;
	top: 0;
	content: '/';
	width: 100%;
	height: 100%;
}
.breadcrumbs-area h1
{
	color: #fff;
	font-weight: 600;
}

.counter_icon
{
	max-width: 15%;
}
.counter_box
{
	text-align: center;
	padding: 15px 0 20px;
}
.counter_box h1
{
	font-size: 55px;
	font-weight: 700;
	color: var(--theme);
}
.counter_box h3
{
	font-weight: 400;
	text-transform: uppercase;
	font-size: 25px;
}
.work_process
{
	padding: 40px 30px 0;
	width: 100%;
	overflow: hidden;
}

.step_box
{
	/*padding: 30px;*/
	background: #fff;
	box-shadow: 0px 0px 20px 12px #f8f8f8;
	margin-bottom: 20px;
	min-height: 140px;
	border: 3px solid var(--theme);
}
.indicator
{
	color: #fff;
    width: 20%;
    background: #1c1a62;
    float: left;
    min-height: 140px;
    line-height: 140px;
    text-align: center;
    font-size: 55px;
    font-weight: 700;
    border-right: 3px solid var(--theme);
}
.step_content
{
	width: 70%;
	float: left;
	padding-left: 20px;
	padding-top: 10px;
}
.step_content h3
{
	margin-bottom: 0;
	font-style: 20px;
	text-transform: uppercase;
	font-size: 20px;
}
.process_diagrem
{
	position: relative;
}
.process_diagrem::before
{
	content: '';
	top: 0;
	left: -20px;
	width: 2px;
	height: 100%;
	background: #c7c7c7;
	position: absolute;
}
.process_diagrem ul li
{
	position: relative;
}
.process_diagrem ul li::before
{
    position: absolute;
    top: 50%;
    left: -19px;
    width: 25px;
    height: 2px;
    background: #ccc;
    content: '';
    z-index: -1;
}
.content_heading
{
	padding-bottom: 35px;
}
.content_heading p
{
	margin-bottom: 0;
	text-transform: uppercase;
}
.content_heading h1
{
	font-weight: 700;
	text-transform: uppercase;
	color: #ccc;
}
.counter_section
{
	width: 100%;
	background: url('../images/wate_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px;
	background-size: cover;
}

.contact
{
	padding: 50px 30px;
	width: 100%;
}
.contact .caption::after
{
	right: -15px;
}
.contact_icon span
{
	width: 50px;
	height: 50px;
	background: #d6d6d6;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
}
.contact_details
{
	padding-top: 30px;
}
.address_box
{
	text-align: center;
}
.address_box p
{
	font-size: 17px;
	font-weight: 400;
	padding-top: 15px;
}
.contact_input
{
	border-radius: 0;
	border: 1px solid var(--theme);
}
.contact_center
{
	max-width: 60%;
    margin: auto;
    width: 100%;
}
.address_box
{
	padding: 20px;
	background: #f8f8f8;
}
.theme-btn {
    background-color: #feea2b;
    display: inline-block;
    color: #0e3c7b;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    padding: 12px 28px;
    border: 0;
    border-radius: 55px;
    text-transform: capitalize;
}
.contact_center
{
	padding-top: 60px;
}
.contact_form_sec
{
	padding-top: 30px;
}
.contact_input
{
	border-radius: 0 !important;
	box-shadow: none;
	outline: 0;
	border:1px solid var(--theme) !important;
	padding: 10px 35px !important;
}
::placeholder
{
	font-size: 14px;
	font-weight: 400;
}
.form-group
{
	position: relative;
}
.form-group i
{
	position: absolute;
	top: 14px;
    left: 18px;
}
.map iframe
{
	width: 100%;
}
.inner_page_nav
{
	background: var(--theme);
}
.blog_post
{
	background: #f6f8fa;
}
.blog_card .card-header
{
	border-radius: 0 !important;
	border:none !important;
	overflow: hidden;
}
.blog_images
{
	display: flex;
	max-width: 48%;
	padding: 20px 0;
}
.blog_card .card-body
{
	overflow: hidden;
}
.blog_images img
{
	margin-right: 15px;
}
 .widget {
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;
    padding: 30px 30px;
    background: #f6f8fa;
}
.widget .widget-title {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0px;
    margin: 0px 0px 30px;
    position: relative;
    padding: 0px 0px 8px;
    color: #1a2940;
    position: relative;
}
.widget .widget-title:after {
    position: absolute;
    background: #1a2940;
    bottom: 0;
    width: 65px;
    height: 2px;
    content: "";
    left: 0;
}
.recent-post-box {
    display: inline-block;
    padding-bottom: 20px;
    width: 100%;
    position: relative;
}
.recnt_pst_imge {
    width: 90px;
    float: left;
    margin-right: 15px;
    text-align: left;
}
.recnt_pst_imge img {
    height: auto;
    display: table-cell;
   /* -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;*/
    /*border-radius: 50%;*/
    width: 90px;
}
.recent-title {
    text-align: left;
    display: table-cell;
    width: 63%;
    padding-left: 20px;
}
.recent-title > a {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    letter-spacing: 0px;
    color: #333;
    line-height: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
.recent-title > p {
    font-size: 13px;
    color: #515050;
    margin-top: -5px;
    margin-bottom: 0px;
}
.blog_details
{
	padding: 70px 0;
}
.clients .owl-dots
{
	display: none;
}
.service_items_inner .icon_service
{
	float: left;
}
.service_items_inner
{
	margin-bottom: 25px;
}
.service_items_inner .icon_service img
{
	max-width: 75%;
	float: right;
}
.service_items_inner .image_serv img
{
	width: 100%;
}
.service_items_inner:nth-child(even)
{
	background: #f1f1f1;
}
.service_items_inner
{
	padding: 10px;
}
.projects
{
	padding: 70px 30px;
}
.project_box
{
	padding: 40px 20px;
	background: #fff;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	box-shadow: 0px 0px 10px #f1f1f1;
	position: relative;
	/*border-left: 5px solid #000;*/
	transition: .5s ease-in-out 0s;
	cursor: pointer;
	overflow: hidden;
}
.project_box::before
{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 5px;
	height: 30%;
	background: #1c1a62;
	transition: .5s ease-in-out 0s;
}
.project_box:hover::before
{
	height: 100%;
}
.project_box:hover
{
	transform: translateY(-10px);
}
.number_icon
{
	position: absolute;
	top: 0;
	right: 10px;
}
.number_icon h3
{
	font-size: 85px;
	font-weight: 700;
	color: #00000008;
}
.prj_name
{
	min-height: 84px;
}
.table td, .table th
{
	border: 1px solid #ccc;
}
.table th
{
	background: #efefef;
}
html
{
	scroll-behavior: smooth;
}
.slow_motion
{
	animation-delay: 2.2s;
}
.medium_motion
{
	animation-delay: 1s;
}


.fst_nav
{
	padding: 5px 0;
}
.nav_cont 
{
	padding: 0 !important;
}
.header_contact
{
	float: left;
	padding-top: 5px;
}
.dropbtn {
  background-color: #fff;
  color: #000;
  padding: 6px 15px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100%;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  text-align: center;
}
.dropdown-content a:hover
{
	text-decoration: none;
	background: #ccc;
}

/*.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}*/

.content_service
{
	padding: 35px 0;
}
.sidebar-item {
    background: #f8f8f8;
    padding: 30px;
    margin-bottom: 50px;
}
.sidebar-item h4 {
    background: #ffffff;
    border-left: 2px solid #287ff9;
    padding: 15px 30px;
    margin-bottom: 25px !important;
}
.sidebar-item .form-sidebar input, .sidebar-item .form-sidebar textarea {
    width: 100%;
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #808791;
    display: block;
    padding: 15px 30px;
    margin-bottom: 3px;
}
.sidebar-item .form-sidebar input[type='submit'] {
    background: #287ff9;
    color: #ffffff;
    border: 0;
    margin-top: 15px;
}
.services_page
{
	padding: 50px 30px 35px;
}
.txt
{
	text-decoration: none;
	color: #fff;
}
.txt:hover
{
	text-decoration: none;
	color: #fff;
}
.services_page p
{
	text-align: justify;
	margin-bottom: 10px !important;
}
.our_service li
{
	list-style-type: disc;
	padding-bottom: 10px;
}
.our_service 
{
	margin-left: 15px;
}
.ser_heading
{
	padding: 15px 0 0 0;
}