/*
Theme Name: ISKC
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700&display=swap');
body {
  font-family: 'Quicksand', sans-serif;
	background: #2a2e57;
}
p {
  font-size: 17px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.navbar-light .navbar-nav .nav-link, .dropdown-item
{ 
	font-size: 17.5px !important;  
}
.no-padding {
  padding: 0;
  margin: 0;
}
.header {
  font-size: 17px;
  font-weight: 500;
  position: sticky;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  /*border-bottom: 4px solid #457f8b;*/
}
.header ul li {
  list-style: none;
}
#navbarContent {
  font-size: 18px;
  font-weight: 500;
	text-transform: uppercase;
	color: #334f78;
}
.card {
  margin: 10px;
}
.card-body {
  padding: 10px;
}
#banner {
  background: #2a2e57;
  color: #fff;
  text-align: center;
  padding: 14px 20px 7px 10px;
  
}
#bannerSub {
  background: #fff;
  color: #2a2e57;
  text-align: center;
  padding: 20px;
}
#postTitle {
  background: #334f78;
  color: #fff;
  text-align: center;
	font-size: 48px;
  padding: 40px;
	text-transform: uppercase;
}
#headerTop {
  background: #334f78;
  color: #fff;
  font-size: 14px;
	
}
#logo{ }
#logo a { font-size: 30px; color: #333;}
#content {
	box-shadow: 2px 2px #000;
	background: #fff;
  padding: 40px;
  min-height: 500px;
}
.footer {
  background: #111;
  color: #999;
}
.socialBanner {  padding: 10px 0 0 0;	margin-top: 0px;}
.socialBanner li {
  list-style: none;
}
.socialBanner li a {
  color: #fff;
  padding: 0 5px 0 5px;

  font-size: 17px;
}

.social li {
  list-style: none;
}
.social li a {
  color: #555;
  padding: 5px;
  font-size: 24px;
}

.socialtop  {
 float: right;
	position: absolute;
}
.socialtop li {
  list-style: none;
	
}
.socialtop li a {
  color: #efefef;
  padding: 5px;
  font-size: 24px;
}
.copy {
  height: 75px;
}
.captionleft {
  position: absolute;
  z-index: 9999;
  top: 150px;
  left: 200px;
	background: #000;
	opacity: 0.7;
	padding: 20px;
}
.captionleft h1 {
  font-size: 92px;
  
  color: #fff;
   opacity: 0.9 !important;
}
.captionleft p {
  font-size: 54px;

  color: #fff;
	 opacity: 0.9 !important;
}
.captionrighttop {
  position: absolute;
  z-index: 9999;
  top: 60px;
  right: 175px;
}
.captionrighttop h1 {
  font-size: 72px;
  text-shadow: 2px 4px #000;
  color: #fff;
}
.captionrighttop p {
  position: absolute;
  font-size: 38px;
  text-shadow: 2px 2px #000;
  color: #fff;
  top: 125px;
  left: 200px;
}
.captionrighttop p a {
  float: right;
  background: #dfdefd;
  color: #1d1163;
  padding: 10px 25px 10px 25px;
  font-size: 16px;
  text-shadow: none;
}




.captioncenter {
  position: absolute;
  z-index: 9999;
  top: 60px;
  left: 175px;
	
}
.captioncenter h1 {
  font-size: 72px;
  text-shadow: 2px 4px #000;
  color: #fff;
}
.captioncenter p {
  position: absolute;
  font-size: 38px;
  text-shadow: 2px 2px #000;
  color: #fff;
  top: 125px;
  left: 200px;
}
.captioncenter p a {
  float: right;
  background: #dfdefd;
  color: #1d1163;
  padding: 10px 25px 10px 25px;
  font-size: 16px;
  text-shadow: none;
}
.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}
.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}
.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}

#announce:last-child{border: none;}
#announce{ border-right:solid 3px #efefef; padding: 10px;   transition: 0.5s;}
#announce:hover{ background: #efefef;}

#bannerText{ font-size: 20px; }

.map iframe {
  width: 100%;
  min-height: 400px;
  border: none;
  margin: 0px;
}
.navbar-light .navbar-brand {
  color: #334f78;
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 0px;
  z-index: 999;
  cursor: pointer;
}
.navbar-light .navbar-brand i, .footer h2 i {
  color: #30c39e;
  font-weight: normal;
  z-index: 999;
  cursor: pointer;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: #334f78;
  font-size: 17.5px;
  letter-spacing: .5px;
  z-index: 999;
  cursor: pointer;
}
.navbar-light .navbar-nav .nav-link, .dropdown-item {
  color: #334f78;
  font-size: 17.5px;
  letter-spacing: .5px;
  padding: 0 10px;
  z-index: 999;
  cursor: pointer;
}
.dropdown-item:active {
  border: none;
  color: #334f78;
  -webkit-box-shadow: 0.15rem 0.15rem 0.1rem 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0.15rem 0.15rem 0.1rem 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background: none;
}
.dropdown-menu {
    position: absolute;

    z-index: 1000;
    display: none;


    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown-item {
  padding: 0.4rem 1.5rem;
}
.dropdown-toggle::after {
  margin-left: 0em;
  vertical-align: middle;
  cursor: pointer;
}
.dropdown-menu {
  border: none;
  -webkit-box-shadow: 0.15rem 0.15rem 0.1rem 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0.15rem 0.15rem 0.1rem 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #30c39e;
  background-color: transparent;
  border-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
  color: rgba(102, 102, 102, 0.4)
}

.dropdown-menu{
	margin: 0 !important;
	padding: 0 !important;
}

.clr1 {
	color: #0099e5;
}
.clr2 {
	color: #ff4c4c;
}
.clr3 {
	color: #34bf49;
}
.bottom-grids {
	position: relative;
	z-index: 1;
}
.bottom-grid p.number {
	background: #333;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	border-radius: 50%;
	margin: 2em auto;
}
.bottom-grid span.fa {
	font-size: 50px;
}
.bottom-grids p {
	/* color: #888; */
	padding: 0 1em;
}
.brand{}
.brands li{ list-style: none;  float: left; text-align: center;border-left: 1px solid #fff; padding: 30px; margin-left: 30px;}
.brands li i{font-size: 72px;}
span.border-line {
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 38%;
    z-index: -1;
    border-top: 1px dashed #ddd;
}



/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-bottom:10px;
    
}

.blog .carousel-indicators .active {
background: #707070;
margin-bottom:10px;
}

.our-team-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.our-team-section:before {
  position: absolute;
  top: -0;
  left: 0;
  content: " ";
  background: url(img/service-section-bottom.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}
.our-team {
  padding: 0 0 40px;
  background: #f9f9f9;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-bottom: 5px solid #00325a;
}
.our-team:hover {
  border-bottom: 5px solid #2f2f2f;
}

.our-team .pic {
  display: inline-block;
  width: 130px;
  height: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}
.our-team .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #00325a;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 1;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}
.our-team:hover .pic:before {
  height: 100%;
  background: #2f2f2f;
}
.our-team .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff00;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s linear 0s;
}
.our-team:hover .pic:after {
  background: #7ab92d;
}
.our-team .pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
  position: relative;
  z-index: 2;
}
.our-team:hover .pic img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}
.our-team .team-content {
  margin-bottom: 30px;
}
.our-team .title {
  font-size: 22px;
  font-weight: 700;
  color: #4e5052;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.our-team .post {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
}
.our-team .social {
  width: 100%;
  padding-top: 10px;
  margin: 0;
  background: #2f2f2f;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}
.our-team:hover .social {
  bottom: 0;
}
.our-team .social li {
  display: inline-block;
}
.our-team .social li a {
  display: block;
  padding-top: 6px;
  font-size: 15px;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.our-team .social li a:hover {
  color: #2f2f2f;
  background: #f7f5ec;
}
@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 10px;
  }
}

#sliderBack
{background: url('assets/img/slider/banner1.jpg');
	background-position: center center; min-height:650px;}

@media (max-width: 786px) {
	#sliderBack
{background:  #2f4858; min-height:150px;}
	.animation-container h2 {
	line-height: 100px;
	height: 50px;
	margin-top: -50px;
		margin-left: 0px;
	font-size: 14px;
	text-align: center;
	color: transparent;
	-webkit-animation: blurFadeInOut 3s ease-in backwards;
	-moz-animation: blurFadeInOut 3s ease-in backwards;
	-ms-animation: blurFadeInOut 3s ease-in backwards;
	animation: blurFadeInOut 3s ease-in backwards;
}
	.animation-container h2.frame-4 {
	font-size: 14px;
	-webkit-animation-delay: 9s;
	-moz-animation-delay: 9s;
	-ms-animation-delay: 9s;
	animation-delay: 9s;
}
.animation-container h2.frame-5 {
	font-size: 14px;
	-webkit-animation-delay: 9s;
	-moz-animation-delay: 9s;
	-ms-animation-delay: 9s;
	animation-delay: 9s;
}	
  .projectFactsWrap .item {
    flex: 0 0 50%;
  }
  .map iframe {
    min-height: 350px;
  }
	.logo{ margin: 10px;}
	.captioncenter {display:none;}
	.captionleft {display:none;}
}