
h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}
p
{
margin: 0;
padding: 0;
}


.pt-6 {
    padding-top: 90px;
}

.pb-6 {
    padding-bottom: 90px;
}

.py-6 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.btn {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Barlow', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        padding: 10px 0;
    }
}

.service-item {
    position: relative;
    overflow: hidden;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.service-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    bottom: -50px;
    left: 0;
    background: var(--light);
    border-radius: 100% 100% 0 0;
    box-shadow: 0px -10px 5px #EEEEEE;
    transition: .5s;
}

.service-item:hover::after {
    bottom: -25px;
}

.service-item p {
    transition: .3s;
}

.service-item:hover p {
    margin-bottom: 25px !important;
}

.team-item img {
    transform: scale(1.15);
    margin-left: -30px;
    transition: .5s;
}

.team-item:hover img {
    margin-left: 0;
}

.team-item .team-text {
    left: -100%;
    transition: .5s;
}

.team-item .team-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    right: -60px;
    margin-top: -30px;
    border: 30px solid;
    border-color: transparent transparent transparent var(--primary);
}

.team-item:hover .team-text {
    left: 0;
}


.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.1);
}

.text-mycolor{
	 color: #324ca8;
}

.text-bgcolor{
	 background: white;
}
.info{
	
	border-top: 3px solid #324ca8;
    border-bottom: 3px solid #324ca8;
    padding: 55px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
}
.email-form{
	width: 100%;
    border-top: 3px solid #324ca8;
    border-bottom: 3px solid #324ca8;
    padding: 48px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
}
h1 {
  text-align: center;
   margin: 80px 0;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 30px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 93%;
  position: relative;
  transition: all 5s ease-in-out;
    z-index: 1;
    overflow:auto;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
#submit{
	  
   
    font-size: 18px;
    color: #ffffff;
    background-color: #324ca8;
    padding: 1px 5px;
    border-radius: 10px;
	border-color: #324ca8;
    
}
.box_right_one {
    width: 65%;
    float: left;
    padding: 20px 0px 20px 20px;
}
.box_middle {
    width: 27%;
    float: left;
    margin: 0px 15px;
}

.box_right_one {
    width: 65%;
    float: left;
    padding: 20px 0px 20px 20px;
}
.dis{
	display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 50px;
	    padding-top: 100px;
right: 50px;}

#head{
		overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
	}
	
	@media (max-width: 600px) {
  #head {
    width: 103%;
  }
}
@media (min-width: 768px){
.col-md-6 {
    flex: 0 0 auto;
    width: 50%;
}
}
@media (min-width: 992px){
.col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}.d-flex {
    display: flex!important;
}
}
.align-items-stretch {
    align-items: stretch!important;
}.services {
    text-align: center;
    padding: 70px 20px 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow: 0px 5px 90px 0px rgb(110 123 131 / 10%);
	 margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
}
.icon-box {
    text-align: center;
    padding: 70px 20px 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow: 0px 5px 90px 0px rgb(110 123 131 / 10%);
	 margin: 0 auto;
    width: 345px;
    height: 279px;
   
    align-items: center;
    justify-content: center;
   
}
.icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    
	}
.align{
	margin: 30px;
	}
	.mt-md-0 {
    margin-top: 0!important;
}
.footer_section {
    width: 100%;
    float: left;
    background-color: #021239;
    height: auto;
    padding: 70px 0px 50px 0px;
}
@media (min-width: 1200px){
.container {
    max-width: 1140px;
}
}
.row {
    
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 992px){
.col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
}
.map_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
}
.image_main {
    height: auto;
    min-width: 75px;
    max-width: 75px;
}
.padding_left_10 {
    padding-left: 10px;
	font-family: Tahoma, Arial, sans-serif; 
}
.map_text a {
    color: #ffffff;
}.container-fluid{
	    padding-left: 0;
    padding-right: 0;
}
#footerlinks{
	    display: flex;
    align-items: center;
text-decoration:none;
}
#gforms{
margin-left: 350px;
}
@media (max-width: 600px) {
  #gforms {
    margin-left: 3px;
  }
}
html,
body{
width:100%;
overflow-x:hidden;
}
#homeBanner{
	text-align:center;
	margin: 0 auto 30px auto;
	font-family: Raleway, sans-serif; 
	color: #fff;
	word-wrap: break-word;
	margin-left:81px;
}
@media (max-width: 600px) {
  #homeBanner {
    margin-left: 0px;
  }
}