/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

html,
body {
	margin: 0;
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	background: #fff;
}

body a {
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

a:hover {
	text-decoration: none;
}

input[type="button"],
button[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Arial', cursive;
	font-weight: 700;
}

p {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

label {
	margin: 0;
}

button:focus {
	outline: transparent;
	outline: transparent;
}

.form-control:focus {
	box-shadow: none;
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: none;
}

address {
	margin-bottom: 0rem;
}

/*-- header --*/

h1.logo a.navbar-brand {
	font-family: 'Arial', cursive;
	font-size: 1.2em;
	letter-spacing: 2px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.38);
	color: #ffffff;
	margin: 0;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: #fff;
}

h1.logo a.navbar-brand i {
	color: #9e07d6;
	margin-right: 5px;
}

.top-mid p {
	display: inline-block;
	margin-right: 1.5em;
}

.top-mid p i {
	color: #9e07d6;
	margin-right: 0.6em;
	text-shadow: 2px 1px 1px rgb(114, 161, 247);
}

.top-header {
	background-color: rgba(56, 56, 56, 0.76) !important;
	border-bottom: 2px solid #9e07d6;
	position: absolute;
	width: 100%;
	z-index: 9;
	padding: 0.6em 1.5em;
}

.top-header .navbar-nav .nav-link,
.dropdown-item {
	color: #ffffff;
	font-size: 22px;
	letter-spacing: 1px;
	margin: 0em 0.5em;
	/*padding: 8px 10px;*/
	font-weight: 500;
	border: 2px solid transparent;
	text-shadow: 1px 1px 2px #000000;
}

.dropdown-item {
	margin: 0 !important;
}

.dropdown-menu {
	background-color: rgba(255, 255, 255, 0.43);
	padding: 0;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #000;
	text-decoration: none;
	background-color: #ffffff;
}

.top-header .navbar-nav .show>.nav-link,
.top-header .navbar-nav .active>.nav-link,
.top-header .navbar-nav .nav-link.show,
.top-header .navbar-nav .nav-link.active,
.top-header .navbar-nav .nav-link:hover {
	color: #ffffff;
	text-shadow: 1px 1px 2px #000000;
	border-bottom: 2px solid rgba(255, 255, 255, 0.67);
	border-radius: 0px;
}

/*-- //header --*/

.banner {
	position: relative;
}

.inner-banner {
	min-height: 240px !important;
}

.b1 {
	background: url(../images/bannerimg/medium/112811.jpg)no-repeat 0px 0px;
}

.b2 {
	background: url(../images/bannerimg/medium/112757.jpg)no-repeat 0px 0px;
}

.b3 {
	background: url(../images/bannerimg/medium/112746.jpg)no-repeat 0px 0px;
}

.b1,
.b2,
.b3 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 725px;
}

.banner-w3layouts-info {
	padding-top: 20em;
}

.banner-w3layouts-info h3 {
	font-size: 3em;
	font-weight: 600;
	letter-spacing: 5px;
	color: #fff;
	text-shadow: 3px 3px 11px #000000;
}

.banner-w3layouts-info p {
	font-size: 1em;
	border-radius: 20px;
	letter-spacing: 4px;
	color: #fff;
	background: rgba(158, 7, 214, 0.74);
	font-weight: 400;
	text-shadow: 2px 2px 3px #3a3a3a;
	box-shadow: 3px 3px 17px rgba(0, 0, 0, 0.34);
	display: inline-block;
}

/*-- //banner --*/

/*--placeholder-color--*/

::-webkit-input-placeholder {
	color: #dadada !important;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #dadada !important;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #dadada !important;
}

:-ms-input-placeholder {
	color: #dadada !important;
}

/*--//placeholder-color--*/

/*-- main --*/

h3.inner-title {
	font-size: 3em;
	font-weight: 400;
	padding-top: 2.8em;
	text-shadow: 2px 2px 3px #212121;
	color: #ffffff;
}

h5.main-w3l-title span {
	display: block;
	color: #00bce4;
	text-shadow: 2px 2px 3px #efefef;
	margin-bottom: 7px;
}

h5.main-w3l-title {
	font-size: 1.5em;
	text-transform: capitalize;
	text-align: left;
	color: #000;
	font-family: 'Arial', cursive;
	font-weight: 600;
	letter-spacing: 2px;
}

.paragraph-agileinfo {
	font-size: 15px;
	color: #777;
	letter-spacing: 1px;
	line-height: 33px;
}

ol.breadcrumb li a {
	color: #2f2f2f;
}

.breadcrumb-item.active {
	color: #00bce4;
}

ol.breadcrumb li {
	font-size: 24px;
}

ol.breadcrumb {
	margin: 0;
}

/*--// main --*/

/*-- About --*/

.ab1 {
	background: url(../images/bannerimg/small/112746.jpg)no-repeat 0px 0px;
}

.ab2 {
	background: url(../images/bannerimg/small/112757.jpg)no-repeat 0px 0px;
}

.ab3 {
	background: url(../images/bannerimg/small/112811.jpg)no-repeat 0px 0px;
}

.ab1,
.ab2,
.ab3 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 138px;
	width: 85%;
	box-shadow: 2px 2px 14px #b5b4b4;
}

/*--// About --*/

/*--services --*/

.services-section {
	background: url(../images/services.jpg)no-repeat 0px 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

.services-w3-agile-info {
	background: rgba(172, 205, 240, 0.78);
	box-shadow: 3px 3px 17px rgba(0, 0, 0, 0.14);
}

h3.subheading-wthree {
	color: #00bce4;
	font-size: 20px;
	letter-spacing: 1.5px;
	font-weight: 600;
	line-height: 33px;
}

.services-w3-agile-info h3.subheading-wthree {
	color: #000;
}

.srategy-text {
	margin: 0em 0em 1.5em;
}

.services-w3-agile-info:hover {
	box-shadow: 0 9px 13px rgba(0, 0, 0, 0.25);
	transform: translateY(-10px);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.services-w3-agile-info h6 {
	font-size: 1.6em;
	font-weight: 600;
	text-shadow: 2px 2px 3px #676767;
	color: #9e07d6;
	letter-spacing: 1px;
}

.services-w3-agile-info h6 span {
	font-size: 1.5em;
	color: #eee;
}

/*--// services --*/

/*--subscribe--*/

section.subscribe-section {
	background: url(../images/subscribe.jpg)no-repeat 0px 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 300px;
}

.subscribe-bg {
	background: rgba(37, 37, 37, 0.32);
}

.subscribe-section form {
	width: 80%;
}

.subscribe-section .form-group {
	width: 70%;
	margin: 0;
}

.subscribe-section .form-control {
	background: rgba(255, 255, 255, 0.12);
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0px;
	padding: 0.65em 1.5em;
	font-size: 15px;
	letter-spacing: 1px;
	color: #fff;
}

.subscribe-section button.btn.btn-primary {
	font-size: 18px;
	letter-spacing: 1.5px;
	width: 30%;
	border-radius: 0px;
	background: #9e07d6;
	border: 2px solid #9e07d6;
}

.subscribe-section button.btn.btn-primary:hover {
	background: #00bce4;
	border-color: #00bce4;
}

/*--//subscribe--*/
section.subscribe1-section {
	background: url(../images/subscribe1.jpg)no-repeat 0px 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 300px;
}

.subscribe1-bg {
	background: rgba(37, 37, 37, 0.32);
}

.subscribe1-section form {
	width: 80%;
}

.subscribe1-section .form-group {
	width: 70%;
	margin: 0;
}

.subscribe1-section .form-control {
	background: rgba(255, 255, 255, 0.12);
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0px;
	padding: 0.65em 1.5em;
	font-size: 15px;
	letter-spacing: 1px;
	color: #fff;
}

.subscribe1-section button.btn.btn-primary {
	font-size: 18px;
	letter-spacing: 1.5px;
	width: 30%;
	border-radius: 0px;
	background: #9e07d6;
	border: 2px solid #9e07d6;
}

.subscribe1-section button.btn.btn-primary:hover {
	background: #00bce4;
	border-color: #00bce4;
}
/*-- Pricing --*/

.card-header h4 {
	color: #f7f7f7;
	font-size: 1.7em;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.card-header {
	background: #00bce4;
}

.pricing-w3-agileits-title span {
	font-size: .5em;
	display: inline-block;
	color: #000;
}

ul.list-unstyled li {
	font-size: 14px;
	letter-spacing: 0.3px;
	color: #7d7d7d;
}

.pricing-section h5.card-title {
	font-size: 2.8em;
	color: #000;
	font-weight: 400;
}

.btn-outline-primary {
	color: #CCCCCC;
	background-color: transparent;
	background-image: none;
	border-color: #00bce4;
	font-size: 16px;
	letter-spacing: 1px;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #00bce4;
	border-color: #0aa4c5;
}

.card-deck .card {
	padding: 0px;
}

/*--// Pricing --*/

/*-- team --*/

.team_info h5 {
	font-size: 1.3em;
	font-weight: 600;
	letter-spacing: 1px;
}

.team_info span {
	display: inline-block;
	font-size: 14px;
	color: #19a6c5;
	letter-spacing: 1px;
}

.team_info {
	border: 1px solid #03a7ca;
	background-color: rgba(0, 188, 228, 0.62);
}

.grid_info_w3ls {
	padding: 0;
}

.grid_info_w3ls_main.mid img {
	width: 100%;
}

.team-section .paragraph-agileinfo {
	padding: 0em 1.5em;
}

.social_list1 li {
	display: inline-block;
}

.social_list1 li a {
	font-size: 13px;
	width: 33px;
	height: 33px;
	display: block;
	line-height: 31px;
	border-radius: 50px;
	border: 1px solid #00bce4;
}

.facebook1 {
	color: #3b5998;
}

.facebook1:hover {
	color: #fff;
	background: #3b5998;
	border: 1px solid #3b5998;
}

.twitter2 {
	color: #28a745;
}

.twitter2:hover {
	color: #fff;
	background: #28a745;
	border: 1px solid #1da1f2;
}

.dribble3 {
	color: #ea4c89;
}

.dribble3:hover {
	color: #fff;
	background: #ea4c89;
	border: 1px solid #ea4c89;
}

/*-- //team --*/

/*--gallery--*/

.w3-agileits-gallery-grids a {
	display: block;
	overflow: hidden;
	position: relative;
}

.agile-b-wrapper {
	background: rgba(0, 0, 0, 0.58);
	position: absolute;
	width: 100%;
	height: 0%;
	top: 0;
	left: 0;
	transition: .5s all;
	opacity: 0;
}

.w3-agileits-gallery-grids a:hover .agile-b-wrapper {
	height: 30%;
	opacity: 1;
}

.agile-b-wrapper h5 {
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	margin: 0.8em auto 0;
	line-height: 1.5em;
	font-weight: 600;
	letter-spacing: 5px;
}

.w3-agileits-gallery-grids img {
	width: 100%;
}

/*--//gallery--*/

/*-- contact --*/

.wthree_contact_left input[type="text"],
.wthree_contact_left input[type="email"],
.wthree_contact_left textarea {
	outline: none;
	padding: 12px;
	font-size: 15px;
	color: #212121;
	width: 100%;
	letter-spacing: 1px;
	border: none;
	background: none;
	border: 1px solid #d8d8d8;
	border-radius: 0px;
}

.wthree_contact_left textarea {
	min-height: 172px;
	margin: 1em 0em;
	resize: none;
}

.wthree_contact_left button[type="submit"] {
	outline: none;
	padding: 12px 0;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 2px;
	color: #fff;
	background: #00bce4;
	border: none;
	text-transform: uppercase;
	box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.35);
}

.wthree_contact_left button[type="submit"]:hover {
	background: #2f2f2f;
}

.wthree_contact_right i {
	font-size: 20px;
	color: #006699;
	text-shadow: 2px 2px 4px #b3b3b3;
}

.wthree_contact_right p a {
	display: inline-block;
	color: #00bce4;
}

.wthree_contact_right p a:hover {
	color: #9e07d6;
}

/*--// contact --*/

/*-- footer --*/

.map-section {
	padding: 1em 1em .7em;
	background: #d6d5d5;
}

.map-section iframe {
	border: none;
	width: 100%;
	height: 350px;
}

.footer-section {
	background: #191919;
}

.footer-grids a {
	padding: 0;
}

.footer-section h2,
.footer-section h3 {
	color: #eee;
	text-transform: capitalize;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 0.6em;
	letter-spacing: 3px;
}

.footer-grids p {
	color: #bbbbbb;
	line-height: 35px;
}

ul.w3agile_footer_grid_list li {
	list-style-type: none;
	color: #bbbbbb;
	line-height: 28px;
	font-size: 15px;
	letter-spacing: .7px;
	display: block;
	margin-right: 1.7em;
}

.footer-grids a {
	color: #fff;
	font-weight: 100;
	letter-spacing: 1px;
	display: inline-block;
}

.footer-grids .w3agile_footer_grid_list a:hover {
	color: #00bce4;
}

.copyright-w3layouts {
	background: #1b1b1b;
	border-top: 2px solid #2b2b2b;
}

.copyright-w3layouts p {
	color: #fff;
	font-size: 14px;
	letter-spacing: 1.8px;
	text-align: center;
}

.copyright-w3layouts a {
	color: #ffffff;
	text-decoration: underline;
}

.copyright-w3layouts a:hover {
	color: #00bce4;
}

/*-- //Footer --*/

/*-- to-top --*/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 25px;
	right: 2%;
	overflow: hidden;
	z-index: 999;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/arr.png) no-repeat 0px 0px;
}

#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

/*-- //to-top --*/

/*--responsive--*/

.navbar-collapse .nav_search{ float: right; position: relative;
  -webkit-transition:all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-collapse .nav_search label{ position: absolute; top: 8px; right: 10px;color: #FFF; font-size: 1.3em; }
.navbar-collapse .nav_search button{ position: absolute; top: 8px; right: 10px;  font-size: 1.3em; background: transparent !important ; border: none !important;   }
.navbar-collapse .nav_search button:hover,.navbar-collapse .nav_search button:focus,.navbar-collapse .nav_search button:active{ color: #9AE0FF;}
.navbar-collapse .nav_search .form-control{
	/*background: transparent;
	color: #FFF;*/
	border: none;
	box-shadow: none;
	
	height: 42px;
	padding: 0 40px 0 10px;
	width: 120px;
	border-radius: 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 18px;
}
.navbar-collapse .nav_search .form-control:focus{ background:#2e8ad0; width: 200px; }

h3.toggleCollapse, a.toggleCollapse {
	position: relative;
	padding-left: 40px;
	margin-bottom: 15px;
	width: 100%;
}

h3.toggleCollapse:before, a.toggleCollapse:before { content: "—"; font-size: 1.2rem; display: block; position: absolute; left: 0; top: 0px; color: #c13b3b; border: 1px solid transparent; width: 30px; height: 30px; line-height: 29px; border-radius: 30px; text-align: center; transition: background 0.4s; }

h3.toggleCollapse:hover, a.toggleCollapse:hover { cursor: pointer; }

h3.toggleCollapse:hover:before, a.toggleCollapse:hover:before { background: #c13b3b; color: #fff; }

h3.toggleCollapse.collapsed:before, a.toggleCollapse.collapsed:before { font-size: 1.5rem; content: "+"; line-height: 28px;  }

.basicContentTable { margin-bottom: 50px; }

.basicContentTable tr { border-bottom: 1px solid #9fa8b2; }

.basicContentTable tr:hover > td { background: #f2f2f2; transition: background, 0.4s; }

.basicContentTable tr:hover > td[rowspan] { background: transparent; }

.basicContentTable tr > th { padding: 16px 12px; background: #9fa8b2; color: white; font-weight: 400; font-size: 1rem; line-height: 1.2; }

.basicContentTable#GRI_Table tr > td:nth-child(2), .basicContentTable.GRI_Table tr > td:nth-child(2) { width: 40%; }
  .basicContentTable#GRI_Table tr > td:nth-child(3), .basicContentTable.GRI_Table tr > td:nth-child(3) { width: 40%; }
  .basicContentTable#GRI_Table tr > td:first-child, .basicContentTable.GRI_Table tr > td:first-child { white-space: nowrap; } }

.basicContentTable#GRI_Table p, .basicContentTable.GRI_Table p { margin: 0; }

.basicContentTable#GRI_Table .GRI_bulletPoint, .basicContentTable.GRI_Table .GRI_bulletPoint { font-size: 9px; color: #adb5bd; position: relative; top: -1px; padding-right: 4px; }

.basicContentTable#GRI_Table a, .basicContentTable.GRI_Table a { color: #868e96; text-decoration: underline; }

.basicContentTable.noRowHeader tr > td:first-child { font-size: 0.875rem; color: #444444 !important; }

.basicContentTable.noRowHeader tr > td.colorHeader { font-size: 1rem; color: #9fa8b2 !important; }

.basicContentTable tr > td { padding: 6px 6px; font-size: 1.4rem; line-height: 1.2; color: #444444; }

h3.title {
    color: #000;
    font-size: 42px;
}

.w3ls-titles span {
    position: relative;
}

.w3ls-titles span:before {
    content: " ";
    background: #d6d6d6;
    width: 120px;
    height: 2px;
    position: absolute;
    top: 9px;
    left: -140px;
}

.w3ls-titles span:after {
    content: " ";
    background: #d6d6d6;
    width: 120px;
    height: 2px;
    position: absolute;
    top: 9px;
    right: -140px;
}

.w3ls-titles i {
    color: #00CC00;
    font-size: 26px;
    margin-top: 5px;
}


