/*------------------------------------------------------------------
Project:        NetSol International
Author:         NetSol International
URL:            http://netsol-intl.com
Created:        07/10/2016
--------------------------------------------------------------------*/

/*------------------------------------------------------------------
* [Table of contents]
* 01. Google web fonts
* 02. Reset
* 03. Global settings
* 04. Main Header
* 05. Main menu
* 06. 
*	  Main Footer
*	  Scroll to top style
* ------------------------------------------------------------------*/

/*------------------------------------------------------------------
*	Google web fonts
* ------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');

/*------------------------------------------------------------------
*	Reset
* ------------------------------------------------------------------*/

* {
	margin:0px;
	padding:0px;
	border:none;
	outline: none;
}

html {
    font-family: 'Open Sans', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, 
h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, 
ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
	font-family: inherit; 
	font-size: 100%; 
	font-weight: inherit; 
	font-style: inherit; 
	vertical-align: baseline; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
}
                          
ol, ul {
	list-style: none;
}

blockquote, q { 
	-webkit-hyphens: none;
	  -moz-hyphens: none;
	   -ms-hyphens: none;
	       hyphens: none;
	        quotes: none;
}

figure {
	margin: 0;
}

:focus {
	outline: 0;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0;
}
	
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.color-theme {
	color: #1c94d1;
}

/*------------------------------------------------------------------
*	Global settings
* ------------------------------------------------------------------*/
body{
	background: #eeeeee;
	font-size:14px;
	line-height: 20px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-family: 'Open Sans', sans-serif;
	color:#333;
	font-weight:400;
	overflow-x: hidden;
}

a {
	text-decoration:none;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
a:hover,a:focus,a:visited {
	text-decoration:none;
	outline:none;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

h1,h2,h3,h4,h5,h6{font-family: 'Roboto Slab', sans-serif; font-weight:400;margin-top:0;margin-bottom:0;}
p{font-family: "Open Sans", sans-serif;line-height:22px;}
h1{font-size:36px;line-height:44px;}
h2{font-size:32px;line-height:40px;}
h3{font-size:28px;line-height:36px;}
h4{font-size:24px;line-height:24px;}
h5{font-size:18px;line-height:22px;}
h6{font-size:14px;line-height:20px;}
p{font-size:14px;line-height:20px;}

input,button,select,textarea {
	font-family: 'Open Sans',sans-serif;
	border-radius: 0px !important;
	-webkit-border-radius: 0px;
}
p {
	position: relative;
}

b, strong {
	font-weight: 700;
}

ul,li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
img {
	max-width: 100%;
}

.agg_font{
	font-family: 'Oswald', sans-serif;
}

@media (min-width: 1170px) {
    .container{
        width:1024px;
    }
}

.navbar-color-r{
	background: #ffffff;
	border-radius: 0px;
	padding: 0 !important;
	margin: 0 !important;
	height: 90px;
	border-bottom: 1px solid #000;
}
.navbar-brand {
	padding: 0 !important;
	margin: 0 !important;
	z-index: 999995;
}

.ul2 li .active{
	font-weight: 700;
	color: #00a87f;
	background: #ffffff;
	z-index: 999995;
}
 .ul2 li a{
	line-height: 58px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
	z-index: 999996;
}
 .ul2 li a:hover,
 .ul2 li a:active,
 .ul2 li a:focus{
	font-weight: 700;
	color: #00a87f;
	background: #ffffff;
	z-index: 999997;
/*	border-bottom:3px solid green;*/

}
.icon-bar{
	background-color: #000000;
}
.btn{
	border: 1px solid #eee;
}


@media screen and (max-width: 767px) {
    .ul2 li a{
		font-weight: 700;
		text-transform: uppercase;
		color: #000000;
		border-top: 1px solid #eee;
		line-height: 30px;
		background: #fff;
	}
	 .ul2 li a:hover,
	 .ul2 li a:active,
	 .ul2 li a:focus{
		font-weight: 700;
		color: #00a87f;
		background: #ffffff;

	}
}


/* social icons */
.socialbtns, .socialbtns ul, .socialbtns li {
	margin: 10px 0 0 6px;
	padding: 0px;
}

.socialbtns li {
    list-style: none outside none;
    display: inline-block;
}

.socialbtns .fa {
    color: #FFF;
	width: 24px;
	height: 24px;
	font-size:16px;
	line-height:24px;
	text-align:center;
	background-color: #000;
	border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
  	transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
}

.socialbtns .fa:hover {
	transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

.top-banner {
	position: absolute;
	top: 90px;
	width: 100%;
	overflow: hidden;
	max-height: 600px;
	background-size: cover;
	background-position: center;
/*	background-image: url("../images/top-banner.jpg");*/
}


.carousel-caption {
    top: 20px;
    bottom: auto;
	background: rgba(0,0,0,0.7); 
}
.carousel-inner{
  width:100%;
  max-height: 600px !important;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;    /* Set slide height here */

}


.fixed {
  	position: absolute;
	top: 120px;
  	bottom: 0;
	left: calc(-50vw + 50%);
	right: calc(-50vw + 50%);
	margin-left: auto;
	margin-right: auto;
 	width: 50%;
	height: 50px;
	padding: 5px 0 0 0;
	font-weight: bold;
	color: #fff;
  	text-align: center;
	z-index: 9999;
	background: rgba(0,0,0,0.7); 
}

.aboutus-banner {
	position: relative;
	top: 0px;
	width: 100%;
	height: 100vh;
	max-height: 500px;
	margin: 0 0 50px 0;
	background-size: cover;
	background-position: center;
	background-image: url("../images/background3.jpg");
}

.aboutus-topbar {
	margin: 50px 0 0 0;
	text-align: justify;
    justify-content: center;
    align-items: center;
}

.aboutus-box {
	margin: 10px 0 0 0;
	color: #fff;
	padding: 10px 70px 30px 70px;
	text-align: justify;
    justify-content: center;
    align-items: center;
}

.aboutus-bottombar {
	margin: 10px 0 0 0;
	text-align: justify;
    justify-content: center;
    align-items: center;
}


.profile-banner {
	position: relative;
	top: 0px;
	width: 100%;
	/*height: 100vh;
	max-height: 750px;*/
	padding: 0 0 70px 0;
	background-size: cover;
	background-position: center;
	background-color: #00a780;
}

.top-triangle{
	top: 0px; /* your required value */
	left: 0;
	height: 100%;
	position: fixed;
	z-index: 666;
}

.map-bg {
	position: relative;
	top: 0px;
	width: 100%;
	height: 100vh;
	max-height: 600px;
	margin: 0 0 50px 0;
	background-size: cover;
	background-position: center;
	background-image: url("../images/background1.jpg");
}

.services {
	margin: 0;
	top: -100px;
	position: relative;
	z-index: 50;
}
.services .box {
    background: #00a780;
    height: 250px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	z-index: 51;
}

.no-gutter [class*="col-"] {
	padding-left:0;
    padding-right:0;
}

.agg-av {
	padding: 30px 0 0 0;
	background: #000; 
	position:relative; 
	top: -100px; 
	z-index: 400;
}

.getintouch-banner {
	position: relative;
	top: -100px; 
	width: 100%;
	height: 100vh;
	height: 820px;
	background-size: cover;
	background-position: center;
	background-image: url("../images/background1.jpg");
}

.event-banner {
	position: relative;
	top: -50px;
}

.button {
	background: #00a780;
	color: #fff;
    /*adjust the roundness*/
    border-radius: 24px;
    moz-border-radius: 24px;
    webkit-border-radius: 24px;
    /*adjust height and width*/
    padding: 10px 20px;
}

.button:hover {
	background: #2b689c;
	color: #fff;
    /*adjust the roundness*/
    border-radius: 24px;
    moz-border-radius: 24px;
    webkit-border-radius: 24px;
    /*adjust height and width*/
    padding: 10px 20px;
}

.form-area
{
	padding: 10px 40px 60px;
}

.services-page {
	position: relative;
	top: 5px;
	display: block;
	width: 994px;
	height: 557px;
	background: url('../images/services_hover.jpg') bottom;
	text-indent: -99999px;
}
.services-page:hover {
	background-position: 0 0;
}

.service-item-bar {
	background: #fff url('../images/red_yellow_bar.png') no-repeat; 
	height: 100px; 
	width: 100%;
}
.service-item-img {
	float: left; 
	width: 30%; 
	height: 100px; 
	padding: 18px 0 0 28px;
}
.service-item-text {
	float: left;  
	width: 70%; 
	padding: 0 10px 0 10px;
}

.v-center{
  position:relative;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.footer {
	margin: -60px auto 0 0;
	padding: 50px 0 0 0 !important;
	background: #000;
	color: #fff;
}
.footer .fa {
	margin: 0 5px;
	background: #fff;
	color: #000;
	font-size: 20px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
}
 
.footer .fa:hover {
	opacity: 0.7;
}

/* fade on slider */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1 !important;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}


div.fadehover {
	position: relative;
	height: 560px;
}

img.a {
	position: absolute;
	left: 0;
	top: 0;
        z-index: 10;
	}
	
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}



/* Small Devices, Tablets */
@media only screen and (max-width : 768px){
	.top-banners {
		height: 350px !important;
	}
	.services .box {
	    background: #00a780;
	    height: 156px !important;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    overflow: hidden;
		font-size: 16px;
		font-weight: bold;
		line-height: 22px;
	}
	.agg-av {
		padding: 10px 10px 0 10px;
	}
	h5 {
		font-size: 16px;
	}

	.fixed {
	 	width: 70%;
		height: 28px;
		padding: 0px;
	}
	.fixed h3{
		font-size: 18px;
		line-height: 28px;
	}

	.aboutus-banner {
		position: relative;
		top: 0px;
		width: 100%;
		height: 100vh;
		margin: 0 0 50px 0;
		background-size: cover;
		background-position: center;
		background-image: url("../images/background3.jpg");
	}

	.aboutus-banner .w-60p {
		width: 90% !important;
	}

	.aboutus-box {
		margin: 10px 0 0 0;
		color: #fff;
		padding: 10px 20px 30px 20px;
		text-align: justify;
	    justify-content: center;
	    align-items: center;
	}

	div.fadehover {
		position: relative;
		height: 254px;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){
	h5 {
		font-size: 12px;
	}
	.fixed h3{
		font-size: 12px;
	}
	.top-banners {
		height: 150px !important;
		z-index: 1;
	}
	.services {
		margin: 0;
		top: 0px;
		position: relative;
	}
	.services .box {
	    background: #00a780;
	    height: 116px !important;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    overflow: hidden;
		font-size: 12px;
		font-weight: bold;
		line-height: 18px;
	}
	div.fadehover {
		position: relative;
		height: 164px;
	}
	
	.ul2 li a{
		line-height: 38px !imporant;
		padding: 0px 10px;
	}

}