:root
{
	--main-color: #0066a3; 
	--main-se-color: #ef4423; 
	--grey-color: #687188; 
}
*
{
	outline: none !important;
}
html,body
{
	scroll-behavior: smooth;
}
body
{
	padding:0;
	margin:0;
	overflow-x: hidden;
	font-family: 'Asap', sans-serif;
	font-size: 15px;
}
.btn-default
{
	background: var(--main-color);
	padding: 10px 25px;
	color: #fff;
	border: 10px;
	border-radius: 30px;
	font-size: 18px;
	display: inline-block;
}
.btn-default:hover
{
	background: var(--main-se-color);
	color: #fff;
}
p
{
	    color: var(--grey-color);
	    line-height: 28px;
	    font-size: 15px;
}
h2
{
	font-weight: 700;
}
h3
{
	font-weight: 600;
}
a:hover
{
	text-decoration: none;
}
.small_head
{
	 color: var(--grey-color);
	 text-transform: uppercase;
}
h5
{
	 color: var(--grey-color);
	 font-weight: 600;
}
img
{
	max-width: 100%;
}
.error
{
    display: block;
    text-align: left;
    color: var(--main-se-color);
}
/* header */
header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.logo
{
	max-width: 100px;
}
.navbar-dark .navbar-nav .nav-link
{
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}
.navbar-expand-md .navbar-nav .nav-link 
{
    padding-right: 20px;
    padding-left: 20px;
}
.navbar-toggler > div
{
	width: 30px;
	height: 3px;
	margin-bottom: 7px;
	background: #fff;
}
header.affix .navbar-toggler > div
{
	background: var(--main-color);
}
.navbar-toggler
{
	margin-top: -20px;
	border: none;
}
header.affix .navbar-toggler
{
	margin-top: 0px;
}
header.affix
{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 4px -1px #d0d0d0;
}
header.affix .logo 
{
    max-width: 70px;
}
.navbar
{
	padding: .2rem 1rem;
}
header.affix .navbar-dark .navbar-nav .nav-link 
{
	color: var(--main-color);
}
header.affix .navbar-dark .navbar-nav .nav-link:focus, header.affix .navbar-dark .navbar-nav .nav-link:hover 
{
    color: var(--main-se-color);
}
/* End header */

/* Banner */
.banner_sec .item
{
	min-height: 85vh;
	display: flex;
	align-items: center;
	padding-top: 100px;
	background-position: top right !important;
}
.banner_sec h1
{
	font-weight: 700;
	color: #fff;	
}
.banner_sec p
{
	font-size: 20px;
	color:#fff;
	margin-top: 25px;
}
.banner_sec .owl-dots
{
	position: absolute;
	bottom: 10px;
	width: 100%;
}
.banner_sec .btn-default 
{
    margin:6px;
}

/* End Banner */

/* About */

.abt_col_blk
{
	text-align: center;
	border-radius: 5px;
	padding: 50px 25px;
	box-shadow: 0px 1px 51.3px 5.7px rgba(137, 143, 156, 0.15);
	transition: all 0.3s;
	max-width: 340px;
	margin: 0 auto 30px;
}
.abt_col_blk:hover
{
	webkit-box-shadow: 0px 1px 51.3px 5.7px rgba(172, 178, 191, 0.46);
	box-shadow: 0px 1px 51.3px 5.7px rgba(172, 178, 191, 0.46);
}
.abt_col_blk h5
{
	margin-top: 20px;
}

/* End About */

/* service */

.success_hm_block 
{
    text-align: center;
    background: 
    #fff;
    border-radius: 10px;
    position: relative;
    height: 100%;
    max-width: 300px;
    margin: 0 auto;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px -10px gray;
}
.success_hm_block h6
{
	margin-top: 20px;
	color: #000;
	font-size: 18px;
	line-height: 26px;
}
.success_hm_block img
{
	max-width: 80px;
	margin: 0 auto;
}
.succes_stry_sec .col-md-4
{
	margin-top: 30px;
}
.success_hm_block .ser_icon2
{
	display: none;
}
.success_hm_block:hover .ser_icon2
{
	display: block;
}
.success_hm_block:hover .ser_icon1
{
	display: none;
}
.count_work 
{
    position: absolute;
	bottom: -46px;
	font-size: 120px;
	z-index: 0;
	color:#c1d7dd;
	opacity: 0.2;
	display: inline;
	left: 0px;
	font-weight: 600;
}
.success_hm_block:hover .count_work
{
	color:#ef4423;
	opacity: 0.2;
}
/* End service */

/*  hm_tag_sec */
.hm_tag_sec
{
	background: url("../images/tag_banner.jpg") center top/cover no-repeat local;
	position: relative;
	padding: 100px 0;
	text-align: center;
}
.hm_tag_sec h2
{
	color: #fff;
}
/* End hm_tag_sec */

/* Case Studies */
.banner_sec .owl-nav
{
	display: none;
} 
.owl-theme .owl-nav [class*="owl-"]
{
	background: transparent !important;
}
.owl-prev {
    display: inline-block;
    position: absolute;
    left:1%;
    top: 43%;
}
.owl-next
{
	display: inline-block;
	position: absolute;
	right:1%;
	top: 43%;

}
.service_sec .owl_next {
    width: 25px;
    height: 55px;
    background: url(../images/arrow-right1.png);
    background-size: 100% 100%;
}
.service_sec .owl_prev {
    width: 25px;
    height: 55px;
    background: url(../images/arrow-left1.png);
    background-size: 100% 100%;
}
.service_block
{
	position: relative;
}
.service_block .over_lay
{
	position: absolute;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 102, 163, 0.64);
	opacity:1 ;
	transition: .5s ease-in-out;
}
.service_block:hover .over_lay 
{
	opacity: 1;
	background: rgba(239, 68, 35, 0.68);
}
.service_block .over_lay > div
{
	padding:5%;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%
	transform:translate(-50%, -50%);
	text-align: center;
	margin-top: -20px;
	transition: .5s ease-in-out;
}
.service_block:hover .over_lay > div
{
	margin-top: 0px;
	opacity: 1;
}
.service_block h5
{
	color: #fff;
}
.service_block p 
{
	color: #fff;
	font-style: italic;
}
/* End Case Studies */
.cta_section
{
	background:var(--main-color);
    background: -webkit-linear-gradient(left, var(--main-color), #0b5be0);
    min-height: 20px;
    padding: 45px 0;
}
.cta_section h4
{
	color: #fff;
	font-weight: 600;
	margin-top: 8px;
}
.cta_section a
{
	background: #fff;
	padding: 12px 25px;
	font-size: 16px;
	color: var(--grey-color);
	display: inline-block;
	border-radius: 30px;
	min-width: 130px;
	margin: 10px 20px;
}
.cta_section .container
{
	max-width: 600px;
}
/* Footer */
footer
{
	background: #f3f6fb;
	padding-top: 4%;
}
footer .col-lg-8 > div > div
{
	padding-left: 3%;
	padding-right: 3%;
}
footer h5
{
	color:#000;
	margin-bottom: 20px;
}
footer ul
{
	padding-left: 15px;
}
footer li 
{
	margin-bottom: 6px;
}
footer a
{
	color: var(--grey-color);
	
}
.footer_logo
{
	max-width: 100px;
	margin-bottom: 10px;
}
.footer_social i 
{
    font-size: 16px;
    color: var(--main-color);
}
.footer_social a {
    margin: 10px;
}
.footer_brd
{
	padding-top: 10px;
	border-top: 2px solid #fff;
	margin-top: 20px;
}

/* .footer_cont2
{
	padding-top: 4%;
	margin-top: 4%;
} */

.news-ltr-section form {
    max-width: 425px;
    margin: 0 auto;
}
.news-ltr-section form > div
{
	position: relative;
}
.news-ltr-section form > div input {
    height: 55px;
    border: 0;
    outline: 0;
    border-radius: 55px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px;
}
.news-ltr-section form > div button {
    background: var(--main-color);
    width: 100px;
    height: 45px;
    text-align: center;
    color: #fff;
    border: 0;
    outline: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 45px;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

/* End Footer */
.sub_banner
{
	background: url('../images/sub_banner.jpg');
	background-size: cover;
	position: relative;
	padding: 10% 0 6%;
	text-align: center;
	background-position: right bottom !important;
}
.sub_banner h1
{
	color: #fff;
	font-weight: 700;
}
/* About us */

/* End About us*/

/*  contact us*/
.contact_page input.form-control
{
	height: 40px;
	border: none;
	border-bottom: 1px solid var(--main-color);
	border-radius: 0;
}
textarea.form-control
{
	border: none;
	border-bottom: 1px solid var(--main-color);
	border-radius: 0;
}
.contact_page form
{
	margin-top:4%;
}
.cont_block
{
    position: relative;
    text-align: center;
    margin: 0 15px 30px;
    -webkit-box-shadow: 0px 1px 51.3px 5.7px rgba(137, 143, 156, 0.15);
    box-shadow: 0px 1px 51.3px 5.7px rgba(137, 143, 156, 0.15);
    padding: 45px 45px 30px;
}
.cont_block .icon 
{
    background: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 80px;
    text-align: center;
    margin: 0 auto 25px;
    display: table;
    -webkit-box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
}
.cont_block .icon i
{
    font-size: 30px;
    font-size: 1.875rem;
    color: #0b5be0;
    display: table-cell;
    vertical-align: middle;
}
.cont_block h5
{
	color: #000;
}
.cont_block p a
{
	color: var(--grey-color);
}
.map iframe
{
	width:100%;
}
/* End contact us*/

/*  about us*/
.grey_bg
{
	background: #f5f7f9;
    padding: 3% 0;
    position: relative;
}
.what_we_sec .row > div
{
	margin: 15px 0;
}
.we_do_block
{
	background: #fff;
	padding: 2px;
	height: 100%;
	position: relative;
	overflow: hidden;
	max-width: 300px;
	margin: 0 auto;
}
.we_do_block:before
{
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	background: var(--main-color);
	top:0;
	left:0;
	transition: .5s ease-in-out;
	z-index: 0;
}
.we_do_block:after
{
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	background: var(--main-color);
	bottom:0px;
	right:0;
	transition: .5s ease-in-out;
	z-index: 0;
}
.we_do_block:hover:after
{
	width: 100%;
	height: 100%;
}
.we_do_block:hover:before
{
	width: 100%;
	height: 100%;
}
.we_do_block p
{
	font-size: 16px;
	padding: 6%;
	position: relative;
	background: #fff;
	z-index: 2;
	margin: 0;
	height: 100%;
}


/* styling paper */
.over_view {
  position: relative;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: white;
  box-shadow: 0px 0px 5px 0px #888;
}
/* styling red vertical line */
.over_view::before {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 40px;
  background-color: rgba(255,0,0,0.6);
}

/* styling blue horizontal lines */
.over_view > div {
  height: 100%;
  background-image: repeating-linear-gradient(white 0px, white 24px, teal 25px);
}

/* styling text content */
.over_view > div > div {
  padding-top: 22px;
  padding-left: 56px;
  padding-right: 16px;
  letter-spacing: 1px;
  word-spacing: 5px;
}
.over_view p
{
	line-height: 25px;
}
/* End about us*/

/* success story*/
.success_story_pg .col-lg-4
{
	margin-bottom: 30px;
}
.success_stry_block 
{
	position: relative;
	height: 100%;
	padding: 2px;
	overflow: hidden;
}

.success_stry_block:before
{
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	background: var(--main-color);
	top:0;
	left:0;
	transition: .5s ease-in-out;
	z-index: 0;
}
.success_stry_block:after
{
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	background: var(--main-color);
	bottom:0px;
	right:0;
	transition: .5s ease-in-out;
	z-index: 0;
}
.success_stry_block:hover:after
{
	width: 100%;
	height: 100%;
	background: var(--main-se-color);
}
.success_stry_block:hover:before
{
	width: 100%;
	height: 100%;
	background: var(--main-se-color);
}
.success_stry_block > div
{
	position: relative;
	z-index: 2;
	background: #fbfdff;
	padding: 5%;
	height: 100%;
}
.success_stry_block h5
{
	color: #000;
}
/* End success story*/

/* Services */
.side_nav
{
	background: #f2f6fe;
}
.side_nav ul
{
	list-style: none;
	padding: 10px;
}
.side_nav ul a
{
	padding: 8px 16px;
	color: var(--grey-color);
	font-weight: 600;
	font-size: 16px;
	display: block;
}

.comny_prsnt
{
	margin-top: 14%;
	margin-bottom: 14%;
}
.comny_prsnt a
{
	background: var(--main-color);
	display: block;
	padding: 10px 15px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	transition: .5s ease-in-out;
}
.comny_prsnt a:hover
{
	background: var(--main-se-color);
}
.we_expert
{
	background: var(--main-color);
	text-align: center;
	padding: 15% 3%;
}
.we_expert h2 ,.we_expert h5
{
	color: #fff;
}

.sin_ser_cont > div:last-child
{
	margin-top: 40px;
}
.we_expert a
{
	background: #fff;
	padding: 13px 30px;
	font-size: 16px;
	border-radius: 5px;
	color: var(--grey-color);
}
.we_expert a:hover
{
	opacity: 0.8;
}

/* End Services*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color:#000;
  color: white;
  cursor: pointer;
  padding: 5px 11px;
}

#myBtn:hover {
  background-color:var(--main-se-color);
}


@media only screen and (max-width: 767px)
{
	p
	{
		font-size: 14px;
		line-height: 26px;
	}
	.banner_sec h1
	{
		font-size: 30px;
		line-height: 35px;
	}
	.logo 
	{
    	max-width: 80px;
	}
	.btn-default
	{
		padding: 5px 15px;
		font-size: 16px;
	}
	.grey_bg
	{
		padding: 30px 0;
	}
	.cta_section
	{
		padding:25px 0;
	}
	.cta_section .row > div
	{
		text-align: center;
	}
	.sub_banner h1
	{
		font-size: 30px;
	}
	.sub_banner 
	{
		min-height: 210px;
		display: flex;
		align-items: center;
		padding-top: 100px;
	}
	.banner_sec .item
	{
		min-height: 300px;
	}
}
@media only screen and (min-width: 768px)
{
	.cta_section .row > div
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.sub_banner h1
	{
		font-size: 35px;
	}
}
@media only screen and (max-width: 991px)
{
	.navbar-dark .navbar-nav .nav-link 
	{
    	color: var(--main-color);
	}
	.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover 
	{
	    color: var(--main-se-color);
	}
	#collapsibleNavbar
	{
		margin-left: -1rem;
		margin-right: -1rem;
		background: #fff;
		padding: .5rem 1rem;

	}
	header.affix .logo 
	{
	    max-width: 50px;
	}
	.banner_sec p 
	{
   		font-size: 16px;
    	margin-top: 0px;
	}
	.margin_bt
    {
		margin-bottom: 40px;
    }
    h2
	{
		font-size:24px;
		margin-bottom: 15px;
	}
	h3
	{
		font-size: 24px;
	}
	h4
	{
		font-size: 22px;
	}
	h5
	{
		font-size: 18px;
	}

	.col_lg_pd
	{
		padding-top: 20px;
	}
	.btn_mr
	{
		margin-top: 20px;
	}
	footer
	{
		padding-top: 30px;
	}
	.footer_cont2
	{
    	padding-top: 30px;
    	margin-top: 30px;
	}
	.company_exp
	{
		display: none;
	}
	.sin_ser_cont > div:last-child 
	{
    	margin-top: 20px;
	}
	.service_sec .owl_next 
	{
    	width: 15px;
    	height: 28px;
	}
	.service_sec .owl_prev
	 {
	    width: 15px;
    	height: 28px;
	}
}
@media only screen and (min-width: 992px)
{
	.banner_sec h1
	{
		font-size: 45px;
		line-height: 50px;
	}
	.sub_banner h1
	{
		font-size: 45px;
	}
	.margin_bt
	{
		margin-bottom: 70px;
	}
	h2
	{
		font-size:36px;
		margin-bottom: 30px;
	}
	.btn_mr
	{
		margin-top: 35px;
	}
	.hieghlight_cont
	{
		font-size: 18px;
	}
	.company_exp2
	{
		display: none;
	}
	
}
@media only screen and (min-width: 1200px)
{
	.banner_sec h1
	{
		font-size: 60px;
		line-height: 65px;
	}
	.sub_banner h1
	{
		font-size: 45px;
	}
	.succes_stry_sec .col-lg-3
	{
		flex:0 0 20%;
		max-width: 20%;
	}
	.navbar-expand-lg .navbar-nav .nav-link 
	{
    padding-right: 20px;
    padding-left: 20px;
	}
}

@media only screen and (min-width: 1450px)
{
	.container
	{
		max-width: 1300px;
		width: 100%;
	}
}