/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
header {
  padding-top: 0px;
  font-family: "Times New Roman", Times , serif;
  font-size: 13px;
}
html,body {
	 width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
	 
 }

.w3-top {
	font-size: 15px;
}

a{
	font-family: "Times New Roman", Times , serif;
	text-decoration: none !important;
	color: black !important;
}

a:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  color: black !important;
}
#featured-href {
  text-decoration:underline;
  -webkit-transform: scale(1.9);
  transform: scale(1.9);
	color: black !important;

}


h1 {
	font-family: "Times New Roman", Times ,serif;
	margin: 5px;
}

 /*b{
  font-size: 20px;
} */




.it-header {
	 font:13px/30px Times New Roman, serif;
	 text-align:right;
	 padding-right:1.25%;
	 padding-top:2%;
	
}

itf {
	font-size: 9px;
}

p{
margin: 0px;
padding: 0px;
}

.container {
  padding-top: 60px;
}

.navbar {
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
  font-size: 11px !important;
  letter-spacing: 4px;
  
}

.carousel-item {
  height: 100vh;
  min-height: 500px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
.carousel-item img{
  height:100%;
  width:80%;

}

.portfolio-item {
  margin-bottom: 60px;
  padding-top: 60px;
}

@media (max-width: 767px) {
   .carousel-item {
	   height:100vh;
   }


 }



 /* Pattern styles in carousel */
.split-slide {

  display: flex;
  margin-top:20px;
  margin-bottom:0px;


}

.first-column {
  flex: 0.33;
  padding: 1rem;
  text-align: right;

}


.second-column {

  flex: 0.5;
  padding: 1rem;
  align: left;

}

.third-column {
	 flex: 0.17;
  padding: 1rem;
}


@media (max-width: 767px) {
   .split-slide {
    margin-top: 30%;

  }
    .right-half {
      flex: 1;
      padding: 1rem;

   }
   .carousel-item {
     min-height: 400px;
   }
   .first-column {
  flex: 0.3;
  padding: 1rem;
  text-align: right;

}


.second-column {

  flex: 0.7;
  padding: 1rem;
}
   .third-column {
	display: none;
}

 h1 {
	 font-size: 15px;
	   margin: 0;
 }
 }

 /* text styles in main body */
 .text-container {
   text-align: left;
 }

 

   /*footer styles */
section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: black;
    margin-bottom: 50px;
    text-transform: uppercase;
}



.row {
  display: -ms-flexbox; /* IE 10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE 10 */
 flex-wrap: wrap; 
  padding: 0 4px;
}
.flex-col {
	flex:0.125;
}

#last-row {
  margin-right: 0px;
  text-align: center;
}

#footer-img {
	padding-left:14%;
}

@media screen and (max-width: 768px) {
	.flex-col {
		flex:0.25;
	}
	
	#footer-img {
	padding-left:12%;
	width:50%;
}
  #body-part {
    margin-top: 30%;
  }
  .mid-container {
    margin-top: 0px;

  }
  .title-container {
    margin-top: 20%;
    margin-bottom: 15%;

  }
  .col-sm-6 {
    margin-top: -20%;
  }
}


#footer {
    background: #eeeeee  !important;
    font-family: "Times New Roman", Times ,serif;
    padding-top:0%;
    padding-bottom:0%;
    margin: 0px;

}

.h6 {
  margin-right: 0px;
  text-align: center;
}
#footer img {
  padding-top: 10px;
}
#footer h5{
	padding-left: 0px;
    padding-bottom: 4px;
    margin-bottom: 4px;
    color:#000;
}
#footer a {
    color: #000;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footer li {
    margin: 0px 0;


}

#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#000;
}
#footer ul.social li a:hover{
	color:#000;
}
#footer p {
  color : black;
}
#footer ul.quick-links li{
	padding: 0px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;

}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:600px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

small {
	font-size:8.5px;
}
#footer {
    font-size:10px;

}
h6 {
  font-size: 10px;
  margin-bottom: 2px;
}

}










