/**=========================
	START BODY
=========================**/
::-webkit-scrollbar{
    background-color: #ccc;
    width: 10px;
}
::-webkit-scrollbar-thumb{
    background-color: #2a56a2;
}
::selection{
	color: #000000;
	background-color: #2a56a2;
}
*{
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 14px;
}
body{
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 14px;
	font-family: 'Exo', sans-serif;
	letter-spacing: 0.5px;
	font-weight: 500;
	overflow-x: hidden;
}
/**=========================
	END BODY
=========================**/

.specification li{
    line-height: 24px;
    font-size: 14px !important;
    color: #000;
	padding:0 0 0 0;
	list-style-image: url(../images/arrow.png);
	margin:0 25px 0 45px;
}
.mb-3 img{
	padding:0 0 0 0;
}

.vission2 {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 30px;
    padding-top: 10px;
    color: #000;
}
.vission3 {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 30px;
    padding-top: 10px;
    color: #000;
}
.img_left{ float:left}
/**=========================
	START COMMON
=========================**/
a,
a:hover{
	color: #000000;
	text-decoration: none;
	outline: none;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
}

h2,
h3,
h5,
h6{
	color: #04b3d7;
	margin-bottom: 16px;
	text-transform: uppercase;
	font-weight:400
}
h1{
	color: #2a56a2;
	margin-bottom: 16px;
	text-transform: uppercase;
	text-align:left;
}
p{
	line-height: 24px;
	font-size:14px;
	color:#000;
}
li{
	color: #000000;
	list-style: none;
}
span,
b,
strong{
	font-size: 100%;
}
b,
strong{
	font-weight: 900;
}

/* Iframe */
iframe{
	width: 100%;
	height: 400px;
	border: 0;
	outline: 0;
	overflow: hidden;
}

/* Loader */
.loader{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #FFF;
	text-align: center;
}
.loader img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0; 
	margin: auto;
}

/* Padding */
.p-30{
	padding: 30px !important;
}
.ptb-20{
	padding: 20px 0px;
}
.ptb-40{
	padding: 40px 0px;
}
.ptb-60{
	padding: 60px 0px;
}
.ptb-80{
	padding: 80px 0px;
}
.ptb-100{
	padding: 100px 0px;
}
.ptb-120{
	padding: 120px 0px;
}
.ptb-140{
	padding: 140px 0px;
}
.ptb-80-40{
	padding: 80px 0px 40px;
}
.ptb-80-60{
	padding: 80px 0px 0px;
}
.pt-30px{
	padding-top: 30px;
}
.pb-30px{
	padding-bottom: 30px;
}
.plt-30{
	margin: 15px 0 20px 30px;
}

/* Margin */
.ml-10{
	margin-left: 10px;
}
.mr-10{
	margin-right: 10px;
}
.ml-0{
	margin-left: 0 !important; margin-right: 0 !important;
}
/* Btn */
button,
button:focus,
button:active,
button:hover{
	box-shadow: 0 0 0 0;
	outline: 0;
}
.input-btn,
.input-btn:hover,
.input-btn:active,
.input-btn.active,
.input-btn.active:hover,
.input-btn.active:focus{
	outline: 0;
	box-shadow: 0 0 0 0;
	background-color: transparent;
}
.btn,
.page-link{
	padding: 12px 25px;
	border-radius: 5px;
	box-shadow: 0 0 0 0;
	outline: 0;
	text-transform: uppercase;
}
.btn-xl{
	padding: 5px 10px; margin-bottom:20px
}
.btn-sm{
	padding: .25rem .5rem;
	box-shadow: 0 0 0 0;
	outline: 0;
}
.page-item.active .page-link{
	background-color: #2a56a2;
	border-color: #2a56a2;
	color: #2c464f;
}
.btn-primary,
.badge-primary,
.dropdown-item.active,
.dropdown-item:active,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link{
	color: #FFF;
	background-color: #2a56a2;
	box-shadow: 0 0 0 0;
	outline: 0;
	border-color: #2a56a2;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-light.focus,
.btn-light:focus{
	color: #FFFFFF;
	outline: 0 !important;
	box-shadow: 0 0 0 0 !important;
	background-color: #008da2;
}
.select-scroll .dropdown-item.active:hover,
.select-scroll .dropdown-item:active:hover{
	background-color: #2a56a2;
	color: #fff;
}
.btn-active{
	background-color: #000000;
	color: #fee000;
}
.btn-border{
	color: #000000;
	border: 1px solid #000000;
}
.btn-border:hover{
	color: #fff;
	background-color:#000000;
}
.btn-white{
	color: #000000;
	background-color: #fff;
}
.btn-white:hover{
	color: #2a56a2;
	background-color: #000000;
}
.btn-secondary{
	background-color: #000000;
	border-color: #000000;
}
.btn-secondary:hover{
	background-color: #335763;
	border-color: #335763;
}
.badge{
	border-radius: 0;
}

/* Pagination */
.pagination .page-link{
	color: #2c464f;
	outline: 0;
	box-shadow: 0 0 0 0;
}
.pagination .page-item{
	margin-right: 7px;
}
.pagination-btn nav{
	display: inline-block;
}

/* Colors */
.color-white{
	color: #fff;
}
.color-secondary{
	color: #000000;
}
.color-black{
	color: #222222;
}
.color-primary{
	color: #2a56a2;
}
.color-success{
	color: #6ac059;
}
.color-info{
	color: #10aad6;
}
.color-warning{
	color: #ebde4b;
}
.color-danger{
	color: #eb5454;
}

/* Heading Border Bottom */
.head-after{
	position: relative;
	display: inline-block;
}


/* Images */
.img-bg{
	position: relative;
	margin-bottom: 1rem;
}
.img-bg-1 img{
	width: 100%;
	border-radius: 5px;
}
.img-bg-2 img{
	width: 320px;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* Icons */
.social-icons a{
	background: #2a56a2;
	border-radius: 5px;
	margin: 0px auto;
	width: 35px;
    height: 35px;
    line-height: 33px;
    display: inline-block;
    text-align: center;
    color: #fff;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
}
.social-icons a:hover{
	background-color: #00aeef;
}
.social-icons a:hover i{
	color: #000000;
}

/* Bg */
.white-bg{
	background-color: #1d61c9;
}
.light-bg{
	background-color: #eeeeee;
}
.primary-bg{
	background-color: #2a56a2;
}
.secondary-bg{
	background-color: #000000;
}

/* Blockquote */
blockquote{
	font-style: italic;
    border-left: 5px solid #fee000;
    padding: 10px 20px;
}

/* Card */
.card{
	width: 100%;
	border-radius: 5px;
	margin-bottom: 2rem;
	display: inline-block;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	padding:15px
}
.card:hover,
.card-active{
	box-shadow: 0px 0px 20px 10px rgba(62, 62, 101, 0.1);
}

/* Form Control */
::placeholder{
    color: #666 !important; 
}  
:-ms-input-placeholder{
    color: #666 !important; 
}
::-ms-input-placeholder{
    color: #666 !important; 
}
.form-control,
select,
select.form-control:not([size]):not([multiple]){
	border-radius: 5px;
    padding: 12px 12px;
    height: auto;
    font-size: 14px;
    outline: 0 !important;
    box-shadow: 0 0 0 0 !important;
	border: 2px solid rgba(44, 70, 79, 0.2);
	color: #000000;
}
.form-control:focus,
.form-control:active{
	outline: 0;
	box-shadow: 0 0 0 0;
	border: 2px solid rgba(44, 70, 79, 0.2);
	border-bottom: 2px solid #2a56a2;
}
.center-form{
	width: 50%;
	text-align: center;
	margin: 0px auto;
}
.input-group-prepend{
	width: 100%;
}
.input-group .input-group-prepend .btn{
	padding: 0px 25px;
	border-radius: 5px;
}

/* Theme Row */
.t-row{
	margin-left: -15px;
	margin-right: -15px;
}

/* Border */
.border-bottom-light{
	border-bottom: 1px solid #ddd;
}

/* Icons */
.mdi-bg{
	font-size: 40px;
    background: #2a56a2;
    color: #fff;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
}
.mdi-30px{
	font-size: 30px;
}
.mdi-40px{
	font-size: 40px;
}
.mdi-60px{
	font-size: 60px;
}
.mdi-80px{
	font-size: 80px;
}
.mdi-100px{
	font-size: 100px;
}

/* Collapse */
.collapse-btn i{
	line-height: 22px;
	margin-right: 5px;
	color: #fee000;
}
button[aria-expanded="true"] i:before{
	content: "\f374";
}
.collapse-head{
	box-shadow: 0px 0px 20px 10px rgba(62, 62, 101, 0.1);
	margin-bottom: 1rem;
}
.collapse-head p{
	margin-bottom: 0;
	padding: 15px 20px;
}
.collapse-head button{
	color: #000000;
	background-color: #fff;
    width: 100%;
    display: inline-flex;
    padding: 16px 20px;
}
.collapse-head button:hover{
	cursor: pointer;
}
button[aria-expanded="true"]{
	background-color: #000000;
	color: #fff;
}
/**=========================
	END COMMON
=========================**/

/**=========================
	START PAGES
=========================**/
.page-not-found h1{
	font-size: 200px;
	margin-bottom: 40px;
}
.page-not-found i{
	font-size: 60px;
	line-height: 0;
	position: relative;
	top: 11px;
}
/* coming soon */
.coming-soon-bg{
	background-image: url(../images/img-1.jpg);
	background-attachment: fixed;
	background-size: cover;
}
.coming-soon-content{
	position: absolute;
	margin: 0px auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.time-bg{
	font-size: 60px;
	text-align: center;
	margin: 0px auto;
	width: 100%;
	position: relative;
}
#time span{
	text-transform: uppercase;
	text-align: center;
	padding: 10px 20px;
	margin: 7px;
	font-weight: 900;
	border: 5px solid #2a56a2;
}
.coming-soon-content .btn:hover{
	color: #fff;
}
/**=========================
	END PAGES
=========================**/

/**=========================
	START TOP HEADER
=========================**/
#top-header{
	padding: 7px 0px; border-bottom:1px solid #999
	
}
.t-left-side{
	float: left;
}
.t-right-side{
	float: right;
}
#top-header ul{
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
#top-header li{
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
#top-header .t-left-side li{
	margin-right: 25px;
	position: relative;
}
#top-header.secondary-bg .t-left-side li{
	color: #fff;
}
#top-header .t-left-side li:after{
	content: "";
    position: absolute;
    top: 0px;
    left: -14px;
    background-color: #FFF;
    width: 1px;
    height: 20px;
}
#top-header.secondary-bg .t-left-side li:after{
	background-color: #fee000;
}
#top-header .t-left-side li:first-child:after{
	display: none;
}
#top-header .t-left-side i{
	color: #FFF;
	line-height: 0;
    position: relative;
    top: 3px;
}
/**=========================
	END TOP HEADER
=========================**/

/**=========================
	START HEADER
=========================**/
#header{
	margin: 0px;
	padding:6px 0 0 0;
	height:70px;
}
.header-fixed{
	position: fixed;
	top: 0;
	z-index: 999;
	background-color: #fff;
	width: 100%;
	animation: 1s menuFix;
	-webkit-animation: 1s menuFix;
	-o-animation: 1s menuFix;
	-moz-animation: 1s menuFix;
}
.logo{
	text-align: left;
}
#header .navbar{
	padding: 0px;
}
#header .navbar-brand{
	font-size: 30px;
}
#header .navbar-brand img{
	width: 25%;
}
#header .navbar-brand span{
	color: #2a56a2;
}
#header .nav-item{
	position: relative;
}
#header .nav-item i.navhome-icon{
    line-height: 0px;
    position: relative;
    top: 3px;
}
#header .nav-item.active a,
#header .nav-item a:hover{
	border-bottom: 3px solid #fee000;
}
#header .nav-item .btn:hover{
	color: #fff;
}
#header .nav-link{
	margin: 27px 15px;
	text-transform: uppercase;
	letter-spacing:1px;
}
#header .dropdown-menu{
	margin: 0px;
	padding: 0px;
	border-radius: 0;
	background-color: #fff;
	font-size: 14px;
	min-width: 14rem;
}
#header .dropdown-active a.dropdown-toggle{
	border-bottom: 3px solid #fee000;
}
#header .dropdown-menu .dropdown-item{
	padding: 7px 20px;
	color: #000000;
}
#header .dropdown.active .dropdown-menu .dropdown-item{
	border-bottom: 0;
}
#header .dropdown-menu .dropdown-item:hover,
#header .dropdown.active .dropdown-menu .dropdown-item:hover{
	background-color: #2a56a2;
	color: #000000;
	border-bottom: 0px;
}
#header .dropdown.active .dropdown-menu a{
	color: #000000;
}
#header .dropdown.active .dropdown-menu .dropdown-item.active{
	background-color: #2a56a2;
	color: #000000;
}
.menu-btn{
	margin: 22px 0px 22px 20px;
}
#header .navbar-toggler{
	border-radius: 5px;
	background-color: #2a56a2;
	outline: 0;
	border: 0;
	padding: 12px;
}
#header .navbar-toggler i{
	color: #000000;
}
#header .navbar-toggler[aria-expanded="true"] i:before{
	content: "\f156";
}
/* Multilevel Dropdown */
.dropdown-submenu{
    position: relative;
}
.dropdown-submenu>.dropdown-menu{
    top: 0;
    left: 100%;
    right: auto;
}
/*.dropdown-submenu>.dropdown-menu{
    top: 0;
    left: auto;
    right: 100%;
}*/
.dropdown-submenu:hover>.dropdown-menu{
    display: block;
}
.dropdown-submenu>a:after{
    display: block;
    content: "";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
    margin-top: 5px;
    margin-right: -10px;
}
#header .multi-level .dropdown-menu .dropdown-item{
	padding-left: 30px;
}
/**=========================
	END HEADER
=========================**/

/**=========================
	START SLIDER
=========================**/
#main-slider{
	background-color: #eee;
	position: relative;
}
#main-slider .carousel-indicators{
	display: none;
}
#main-slider .carousel-item{
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#main-slider .carousel-item:before{
	content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
	background-color: #FFF;
	opacity: 0.1;
}
#carouselExampleIndicators h5,
#carouselExampleIndicators h3,
#carouselExampleIndicators p{
	color: #fff;
}
#carouselExampleIndicators h3{
	font-size: 50px;
}
#carouselExampleIndicators h5{
	margin-bottom: 1.5rem;
}
.carousel-indicators .active{
	background-color: #000000;
}
.carousel-indicators:hover{
	cursor: pointer;
}
#carouselExampleIndicators .carousel-item{
	height: 650px;
	background-position: top;
}

#carouselExampleIndicators .carousel-caption{
	width: 60%;
	position: absolute;
	left: 34%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align:left;
}
#carouselExampleIndicators .carousel-caption .container{
	animation: 1s bcktop;
	-webkit-animation: 1s bcktop;
	-o-animation: 1s bcktop;
	-moz-animation: 1s bcktop;
}
#carouselExampleIndicators .carousel-caption .btn{
	margin: 3px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon{
	padding: 20px;
}
#main-slider .carousel-indicators{
	text-align: center;
	bottom: 10%;
}
.carousel-indicators li{
	display: inline-block;
}
/**=========================
	END SLIDER
=========================**/
.home-banner-04 { position: relative; overflow: hidden; background-repeat: no-repeat; background-size: cover; padding:50px 0 50px 0}
.home-banner-04:after { content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: #000000; opacity: 0.5; }
.home-banner-04 .effect { position: absolute; left: -2px; right: -2px; z-index: 1; }
.home-banner-04 .effect img { width: 100%; }
.home-banner-04 .effect-1 { bottom: 0; }
.home-banner-04 .full-screen { padding: 100px 0; }
.home-banner-04 .container { position: relative; z-index: 1; }
.home-banner-04 h1 { font-size: 46px; font-weight: 300; margin: 0 0 20px 0; letter-spacing: 1px; text-transform:uppercase; color:#2a56a2 }
@media (max-width: 767px) { .home-banner-04 h1 { font-size: 28px; margin-bottom: 15px; letter-spacing: 1px; } }
.home-banner-04 p { font-size: 17px; margin-bottom: 10px; color: #FFFFFF; line-height:28px; font-weight:300 }
@media (max-width: 767px) { .home-banner-04 p { margin-bottom: 20px; font-size: 16px; } }
.home-banner-04 .btn-bar label { margin: 0 0 0 13px; }
@media (max-width: 767px) { .home-banner-04 .btn-bar label { margin: 12px 0 0; display: block; } 
	
.mb-3 img {
    padding: 0 0 0 0 !important;
	margin:0 !important
}
#providing {
    padding: 20px 0px 20px !important;
}
.mb-5, .my-5 {
    margin-bottom: 1rem !important;
}
.mbtn {
	margin-top:20px;
	
	}
.get-quote-form {
    padding: 8% 8% 1% 8% !important;
}



}

.get-quote-form {
    width: 400px;
    max-width: 100%;
    padding: 8%;
    border-radius:10px;
	background:#FFF
}
/**=========================
	START BREADCRUMB
=========================**/

#ROP{
	padding: 30px 0 10px 0;
	position: relative;
	background-image: url(../images/about.jpg);
	background-position: center;
	z-index: 1;
	text-align: center;
}
#ROP:before{
	content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
	background-color: rgba(44, 70, 79, 0.5);
	z-index: -1;
}

#ROP h1{
	color: #fff; letter-spacing:1px
}
/**=========================
	END BREADCRUMB
=========================**/
#ROP{
	padding: 100px 0 100px 0;
	position: relative;
	background-image: url(../images/rop.jpg);
	background-size: cover;
	background-position: center;
	z-index: 1;
	text-align: center;
}
#ROP:before{
	content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
	z-index: -1;
}

#ROP h1{
	color: #fff; letter-spacing:1px
}
/**=========================
	START WHAT WE DO
=========================**/
#packages{
    padding: 80px 0px 60px;
}
#packages .card{
	text-align: center;
}
#packages .card:hover,
#packages .card.active{
	margin-top: -10px;
	border-bottom: 10px solid #2a56a2;
	box-shadow: 0px 0px 20px 10px rgba(62, 62, 101, 0.1);
}
#packages .card:before{
	font-family: "Material Design Icons";
	font-size: 150px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	margin: 0px auto;
	text-align: center;
	opacity: 0.1;
	color: #000000;
}
#packages .packages-card-1:before{
	content: "\f990";
}
#packages .packages-card-2:before{
	content: "\fcf2";
}
#packages .packages-card-3:before{
	content: "\f876";
}
#packages .packages-card-4:before{
	content: "\fe6c";
}
#packages li{
	line-height: 40px;
}
#packages ul li i{
	position: relative;
	top: 4px;
}
#packages .card-price-1 h2 i{
	position: relative;
    left: 5px;
    font-size: 26px;
}
#packages .btn.card-price-1{
	margin-bottom: 1rem;
}
#packages .btn.card-price-1 h2{
	margin-bottom: 0;
}
#packages .btn.card-price-1:hover h2{
	color: #2a56a2;
}
#packages .card-price-1 h2 span{
	font-size: 14px;
}
/**=========================
	END WHAT WE DO
=========================**/

/**=========================
	START WHAT WE DO
=========================**/
#what-we-do{
	margin-top: -80px;
    padding: 60px 0px 0px;
}
#what-we-do .card{
	text-align: center;
	margin-bottom: 0;
}
#what-we-do .card:hover,
#what-we-do .card.active{
	margin-top: -10px;
	border-bottom: 10px solid #2a56a2;
	box-shadow: 0px 0px 20px 10px rgba(62, 62, 101, 0.1);
}
#what-we-do .card:before{
	font-family: "Material Design Icons";
	font-size: 150px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	margin: 0px auto;
	text-align: center;
	opacity: 0.1;
	color: #000000;
}
#what-we-do .whatwedo-card-1:before{
	content: "\f990";
}
#what-we-do .whatwedo-card-2:before{
	content: "\fcf2";
}
#what-we-do .whatwedo-card-3:before{
	content: "\f876";
}
#what-we-do .whatwedo-card-4:before{
	content: "\fe6c";
}
/**=========================
	END WHAT WE DO
=========================**/
#specification{
	padding: 50px 0 50px 0;
}
form{ 
   margin:0 0 50px 0;
}
/**=========================
	START WHO WE ARE
=========================**/
#who-we-are{
	padding: 70px 0 80px 0;
}
.about-us-content { padding:0 0 0 30px}
#who-we-are .video-btn{
	position: relative;
}
#who-we-are small{
	font-size: 100%;
}
#who-we-are .pulse button{
	position: absolute;
	left: 50%;
    right: 0px;
    top: 50%;
	text-align: center;
	margin: 0px auto;
	z-index: 9;
	padding-left: 22px;
	padding-right: 22px;
}
#who-we-are .pulse button:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 5px;
	animation: pulse_animation 2s infinite;
	-webkit-animation: pulse_animation 2s infinite;
	-moz-animation: pulse_animation 2s infinite;
	z-index: -1;
}
#who-we-are .pulse button:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 5px;
	animation: pulse_animation 1s infinite;
	-webkit-animation: pulse_animation 1s infinite;
	-moz-animation: pulse_animation 1s infinite;
	z-index: -1;
}
#who-we-are .modal-content{
	border-radius: 5px;
}
/**=========================
	END WHO WE ARE
=========================**/

/**=========================
	START COUNTER
=========================**/
#counter{
	padding: 80px 0px 90px;
	text-align: center;
}
.counter-bg{
	position: relative;
	background-image: url(../images/img-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: 9;
}
.counter-bg:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(44, 70, 79, 0.5);
	z-index: -1;
}
#counter .counter-col{
	position: relative;
}
#counter .counter-col:after{
	content: "";
	position: absolute;
	right: 0px;
	bottom: 0px;
	top: 0px;
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, 1);
}
#counter .counter-col:last-child:after{
	display: none;
}
#counter .timer{
	font-weight: 900;
	font-size: 2.5rem;
	color: #fff;
	margin-left: 10px;
}
#counter h4{
	margin-bottom: 0;
	color: #fff;
}
#counter .counter-img{
	text-align: left;
}
#counter .counter-img img{
	position: absolute;
	left: 70px;
	bottom: -90px;
    width: 160px;
}
/**=========================
	END COUNTER
=========================**/

/**=========================
	START PROVIDING
=========================**/
#providing{
	padding: 80px 0px 60px;
	text-align: center;
}
#providing h3{ font-size:18px; font-weight:400; color:#2554a0; margin-bottom:0
	
}
#providing img{ width:100%
	
}
#rich{
	padding: 5px 0px 60px;
}

#rich h4{
	color: #002f5f;
	font-size: 1.9rem;
}


#rich p{
	line-height: 26px;
    font-size: 20px;
    color: #000;
    line-height:28px;
	font-weight:300;
	padding:0 30px 0 0;
}
/**=========================
	END PROVIDING
=========================**/
#about{
	padding: 80px 0px 60px;
	text-align: center;
}
#about p{
	padding: 0 10px 30px 10px;
}

.products{ margin:50px 0 020px 0;
	
}
.products p{ padding:10px 20px 20px 20px;
	
}
.products h4{ padding:10px 0 0 0; font-size:1.6rem; margin:0 0 10px 20px;
	
}
/**=========================
	START PROJECTS
=========================**/
#projects{
	padding: 80px 0px 85px;
}
#projects.projects-bg{
	position: relative;
	background-image: url(../images/img-5.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: 9;
}
#projects.projects-bg:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(44, 70, 79, 0.7);
	z-index: -1;
}
#projects.projects-bg h1{
	color: #fff;
}
#projects .slick-prev,
#projects .slick-next{
	right: 12px;
}
.project-grid{
	padding: 80px 0px 70px;
}
.project-single{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 50%;
}
.project-single li{
	line-height: 36px;
}
.project-single i{
	position: relative;
	top: 2px;
	right: 6px;
	font-size: 20px;
	line-height: 0;
}
.project-single i:before{
	width: 10px;
    height: 0px;
}
/* Filter */
.filters-group{
	text-align: center;
}
.filters-group li{
	display: inline-block;
	background: #fee000;
    color: #2c464f;
    margin-bottom: 5px;
}
.filters-group .btn-active{
	background-color: #000000;
	color: #fee000;
}
.filter-content a{
	font-size: 100%;
}
.isotope-item{
	z-index: 2;
}
.isotope-hidden.isotope-item{
	pointer-events: none;
	z-index: 1;
}
.isotope,
.isotope .isotope-item{
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope{
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item{
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
/* Grid */
.grid{
	position: relative;
	margin: 0 auto;
	list-style: none;
}
.grid .grid-effect{
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	background: #000000;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
}
.grid .grid-effect img{
	position: relative;
	display: block;
}
.grid .grid-effect .p-grid-content{
	padding: 2em;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid .grid-effect .p-grid-content::before,
.grid .grid-effect .p-grid-content::after{
	pointer-events: none;
}
.grid .grid-effect .p-grid-content{
	padding: 3em;
}
.grid .grid-effect .p-grid-content::before,
.grid .grid-effect .p-grid-content::after{
	position: absolute;
	content: '';
	opacity: 0;
}
.grid .grid-effect .p-grid-content::before{
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.grid .grid-effect .p-grid-content::after{
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.grid .grid-effect h2{
	padding-top: 15%;
	opacity: 0;
	color: #fff;
	margin-bottom: 0;
}
.grid .grid-effect p{
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}
.grid .grid-effect img,
.grid .grid-effect .p-grid-content::before,
.grid .grid-effect .p-grid-content::after,
.grid .grid-effect p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.grid .grid-effect:hover img{
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.grid .grid-effect:hover:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 10px solid #fee000;
}
.grid .grid-effect:hover .p-grid-content::before,
.grid .grid-effect:hover .p-grid-content::after{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.grid .grid-effect:hover h2,
.grid .grid-effect:hover p{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.grid .grid-effect:hover .p-grid-content::after,
.grid .grid-effect:hover h2,
.grid .grid-effect:hover p,
.grid .grid-effect:hover img{
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
/**=========================
	END PROJECTS
=========================**/


/**=========================
	START NEW PROJECT
=========================**/
#new-project{
	padding: 60px 0px;
}
#new-project.new-project-bg{
	position: relative;
	background-image: url(../images/img-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: 9;
}
#new-project.new-project-bg:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(44, 70, 79, 0.5);
	z-index: -1;
}
#new-project.new-project-bg h1,
#new-project.new-project-bg p{
	color: #fff;
}
/**=========================
	END NEW PROJECT
=========================**/

/**=========================
	START WORKERS
=========================**/
#workers{
	padding: 80px 0px 60px;
}
#workers .workers-img{
	position: relative;
	border-radius: 5px;
}
#workers .social-icons{
	position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    display: none;
}
#workers .workers-col:hover .social-icons{
	display: block;
	animation: bcktop 1s forwards;
	-webkit-animation: bcktop 1s forwards;
	-moz-animation: bcktop 1s forwards;
	-o-animation: bcktop 1s forwards;
}
#workers .workers-active .social-icons{
	display: block;
	animation: bcktop 0s forwards;
	-webkit-animation: bcktop 0s forwards;
	-moz-animation: bcktop 0s forwards;
	-o-animation: bcktop 0s forwards;
}
#workers .workers-col:hover .workers-img:before,
#workers .workers-active .workers-img:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000000;
	opacity: 0.5;
}
#workers .social-icons li{
	display: inline-block;
}
#workers .card{
	padding: 0px;
	text-align: center;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
/**=========================
	END WORKERS
=========================**/

/**=========================
	START HAPPY CLIENTS
=========================**/
#happy-clients{
	padding: 80px 0px 90px;
	text-align: center;
}
.happy-clients-bg{
	position: relative;
	background-image: url(../images/testimonial.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: 9;
}
.happy-clients-bg:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
#happy-clients .head-after{
	color: #fff;
}
#happy-clients .card{
	padding-right: 60px;
    padding-left: 60px;
    margin-bottom: 0;
}
#happy-clients .card:before{
	content: "\f756";
	font-family: "Material Design Icons";
	font-size: 150px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	margin: 0px auto;
	text-align: center;
	opacity: 0.15;
	color: #000000;
}
#happy-clients .hclients-img img{
	width: auto;
    position: absolute;
	top: -10px;
    left: -25px;
    right: 0;
}
.star-rating{
	margin-bottom: 0;
}
.star-rating li{
	display: inline-block;
}
/**=========================
	END HAPPY CLIENTS
=========================**/

/**=========================
	START BLOG
=========================**/
#blog{
	padding: 80px 0px 60px;
}
#blog img{
	border-radius: 5px;
}
#blog .card{
	padding: 0;
}
#blog .blog-img{
	position: relative;
}
#blog .blog-date{
	position: absolute;
	bottom: -10px;
	left: 10px;
}
#blog .blog-content .blog-title{
	font-weight: 100;
	line-height: 26px;
	text-transform: unset;
}
#blog .blog-content .blog-title a{
	font-size: 100%;
}
#blog .card li{
	display: inline-block;
	position: relative;
	margin-right: 20px;
}
#blog .card li+li:before{
	content: "/";
	position: absolute;
	left: -15px;
    color: rgba(0, 0, 0, 0.5);
}
#blog .blog-body{
	padding: 30px;
}
#blog a:hover{
	color: #888;
}
#blog a.btn:hover{
	color: #2a56a2;
}
.blog-share li{
	display: inline-block;
}
.side-nav-bar li{
	line-height: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.side-nav-bar li:last-child{
	border-bottom: 0;
}
.tags li{
	margin-bottom: 4px;
	display: inline-block;
}
#blog .pagination{
	margin-bottom: 1.5rem;
}
#blog .pagination .page-item.active,
#blog .pagination .page-item.active:hover .page-link{
	background-color: #2a56a2;
	color: #000000;
}
#blog .pagination .page-item .page-link:hover{
	background-color: #000000;
	color: #2a56a2 ;
}
.helpline i{
	position: relative;
	top: 4px;
}
/**=========================
	END BLOG
=========================**/

/**=========================
	START CLIENTS
=========================**/
#clients{
	padding: 20px 0px;
}
#clients img{ width:70%; border:1px solid #CCC; padding: 0 10px 0 10px

}
#clients .slick-prev,
#clients .slick-next{
	display: none !important;
}
/**=========================
	END CLIENTS
=========================**/

/**=========================
	START FOOTER
=========================**/
#footer{
	padding: 50px 0 0 0;
}
.footer-bg{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: 9;
}
.footer-bg:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #1d61c9;
	z-index: -1;
}
#footer li{
	line-height: 35px;
	border-bottom: 1px solid #FFFFFF;
}
#footer .social-icons li{
	display: inline-block;
}
#footer ul li a,
#footer p a{
	color: #fff;
}
#footer .social-icons li a{
	color: #000000;
}
#footer h3,
#footer h5,
#footer p,
#footer li{
	color: #fff;
}
#footer a:hover{
	color: #FFFFFF;
}
/**=========================
	END FOOTER
=========================**/

/**=========================
	START SUB FOOTER
=========================**/
#sub-footer{
	padding: 5px 0; background:#074509
}
.sub-foot-left{
	text-align: left;
}
.sub-foot-right{
	text-align: right;
}
#sub-footer ul{
	margin-bottom: 0
}
#sub-footer li{
	display: inline-block;
	position: relative;
	color:#FFF
}
#sub-footer li+li::before{
	display: inline-block;
    padding: 0px 5px;
    content: "/";
}
#sub-footer a{
	color: #fff;
}
#sub-footer a:hover{
	color: #335763;
}
/**=========================
	END SUB FOOTER
=========================**/

/**=========================
	START BACK TO TOP BTN
=========================**/
.backto-top-btn{
	display: none;
	position: fixed;
	z-index: 9;
	right: 2%;
    bottom: 3%;
	animation: bcktop 1s forwards;
	-webkit-animation: bcktop 1s forwards;
	-moz-animation: bcktop 1s forwards;
	-o-animation: bcktop 1s forwards;
	z-index: 99;
	padding: 10px 12px;
}


.section04_body{
background: #d8e8f7;
margin-bottom: -146px !important;
}


.products_wrap {
  width: 90%;
  max-width: 1280px;
  margin: 0 0 15% auto;
padding: 10% 7% 10% 0;}

.section04 .sec_heading {
  margin-bottom: 1em;
  line-height: 1.3;
  font-size: 3em;
  font-weight: 700;
}


.sec_heading {
  line-height: 1.3;
  font-size: 3em;
font-weight: 700;}

.products_body {
  display: flex;
  justify-content: space-between;
}

.products_box {
  position: relative;
  width: 27%;
}

.products_boxhead {
  /*position: absolute;*/
  font-size: 1.500em;
font-weight: 700;
color: #1d61c9;
}

.products_img {
  margin: 3em 0 1em;
}

.section04 .button {
  margin-top: 7%;
  text-align: center;
}
