/*******************************/
/********* Footer 4 CSS ********/
/*******************************/

a {
    transition: .3s;
  }
  
  a:hover,
  a:active,
  a:focus {
    outline: none;
    text-decoration: none;
  }
  
  .footer {
    position: relative;
    padding-top: 45px;
    background: #1d8fbd;
	     MARGIN-TOP: 105PX;
  }
  
  .footer .footer-about,
  .footer .footer-contact,
  .footer .footer-links,
  .footer .footer-project {
    position: relative;
    margin-bottom: 10px;
    color: #fff;
  }
  
  .footer .footer-about h3,
  .footer .footer-contact h3,
  .footer .footer-links h3,
  .footer .footer-project h3 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #eeeeee;
  }
  
  .footer .footer-about h3::after,
  .footer .footer-contact h3::after,
  .footer .footer-links h3::after,
  .footer .footer-project h3::after {
    position: absolute;
    content: "";
    width: 189px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #eeeeee;
  }
  
  .footer .footer-social {
    position: relative;
    margin-top: 20px;
  }
  
  .footer .footer-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 35px;
  }
  
  .footer .footer-social a:hover {
    color: #ffffff;
    background: #0085ff;
    border-color: #0085ff;
  }
  
  .footer .footer-contact p {
  /* margin-bottom: 2px;*/
    font-size: 14px;
    color: white;
    margin-top: 6px;
    margin-left: -2px;
  }
  
  .footer .footer-contact i {
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
  }
  
  .footer .footer-contact a:last-child i {
    margin: 0;
  }
  
  .footer .footer-contact a:hover i {
    color: #0085ff;
  }
  
  .footer .footer-links a {
    display: block;
    margin-bottom: 6px;
    padding-left: 15px;
    color: #fff;
    font-size: 15px;
	font-weight:bold;
  }
  
  .footer .footer-links a:last-child {
    margin: 0;
  }
  
  /*.footer .footer-links a:hover {
    color: #0085ff;
  }*/
  
  
  .footer .footer-links a {
    position: relative;
    /*display: inline-block;*/
  }
  .footer .footer-links a:after {
    content: "";
    position: absolute;
    left:0;
    top: 100%;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width .3s ease-in-out;
  }
  .footer .footer-links a:hover:after {
    width: 40%;
  }
  
  .footer .footer-links a::before {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
  }
  
  .footer .footer-project {
    float: left;
    font-size: 0;
  }
  
  .footer .footer-project a {
    padding: 0 8px 8px 0;
    display: block;
    width: 33.33%;
    float: left;
  }
  
  .footer .footer-project a img {
    width: 100%;
  }
  
  .footer .footer-newsletter {
    margin-bottom: 35px;
    max-width: 700px;
    text-align: center;
    color: black;
  }
  
  .footer .footer-newsletter input {
    height: 35px;
    border: none;
    border-radius: 5px;
    background: rgba(256, 256, 256, .15);
    margin-bottom: 15px;
  }
  
  .footer .footer-newsletter .btn {
    display: block;
    width: 100%;
    height: 35px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    background: #1d8fbd;
    border-radius: 5px;
    border: none;
    transition: .3s;
  }
  
  .footer .footer-newsletter .btn:hover {
    color: #0085ff;
    background: #ffffff;
  }
  
  .footer .footer-newsletter .btn:focus {
    box-shadow: none;
  }
  
  
  .footer .copyright {
    position: relative;
    padding: 25px 0;
    background: #fff;
  }
  
  .footer .copyright .copy-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: black;
  }
  
  .footer .copyright .copy-text p a {
    color: #0085ff;
    text-decoration: none;
  }
  
  .footer .copyright .copy-text p a:hover {
    color: #1d8fbd;
  }
  
  .footer .copyright .copy-menu {
    position: relative;
    font-size: 0;
    text-align: right;
  }
  
  .footer .copyright .copy-menu a {
    color: black;
    font-size: 16px;
    font-weight: 400;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
  }
  
  .footer .copyright .copy-menu a:hover {
    color: #0085ff;
  }
  
  .footer .copyright .copy-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  
  @media (max-width: 767.98px) {
    .footer .copyright .copy-text,
    .footer .copyright .copy-menu {
        text-align: center;
    }
    
    .footer .copyright .copy-text p {
        margin-bottom: 5px;
    }
    
  }
  
  
  
  /* --------------- CONTACT US --------------- */
  
  .gradient-brand-color {
    background-image: -webkit-linear-gradient(0deg, #376be6 0%, #6470ef 100%);
    background-image: url("../images/backgrounds/photo.jpg");
    color: #fff;
  }
  .contact-info__wrapper {
    overflow: hidden;
    border-radius: .625rem .625rem 0 0
  }
  
  @media (min-width: 1024px) {
    .contact-info__wrapper {
        border-radius: 0 .625rem .625rem 0;
        padding: 5rem !important
    }
  }
  .contact-info__list span.position-absolute {
    left: 0
  }
  .z-index-101 {
    z-index: 101;
  }
  .list-style--none {
    list-style: none;
  }
  .contact__wrapper {
    background-color: #fff;
    border-radius: 0 0 .625rem .625rem
  }
  
  @media (min-width: 1024px) {
    .contact__wrapper {
        border-radius: .625rem 0 .625rem .625rem
    }
  }
  @media (min-width: 1024px) {
    .contact-form__wrapper {
        padding: 5rem !important
    }
  }
  .shadow-lg, .shadow-lg--on-hover:hover {
    box-shadow: 0 1rem 3rem rgba(132,138,163,0.1) !important;
  }
  
  
  
  
  
  




 
  





  /*******************************
* ACCORDION WITH TOGGLE ICONS
* Does not work properly if "in" is added after "collapse".
*******************************/
	.panel-group .panel {
		border-radius: 0;
		box-shadow: none;
		border-color: #EEEEEE;
        background-color: #fff;
        color: #000;
 
	width: 138%;

	}

	.panel-default > .panel-heading {
		padding: 0;
		border-radius: 0;
		color: #212121;
		background-color: #414889;
		border-color: #EEEEEE;
        
	}

	.panel-title {
		font-size: 30px;
    color: white;
    font-weight: bold;
	}

	.panel-title > a {
		display: block;
		padding: 15px;
		text-decoration: none;
	}

	.more-less {
		float: right;
		color: #212121;
	}

	.panel-default > .panel-heading + .panel-collapse > .panel-body {
		border-top-color: #EEEEEE;
	}

/* ----- v CAN BE DELETED v ----- */


.panel-title:hover {
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.5);
  }
  
  
  
  
  
  
  
  

















 
.demo{ background: linear-gradient(287deg, rgb(213 177 51), rgb(88 96 186)); }
.testimonial{
    padding-left: 150px;
    margin: 50px 0;
}
.testimonial:before,
.testimonial:after{
    content: "";
    display: block;
    clear: both;
}
.testimonial .pic{
    display: inline-block;
    width: 23%;
    float: left;
    margin-right: 5%;
    height: 233px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50px;
}
.testimonial .testimonial-content{
    display: inline-block;
    width: 72%;
    padding-top: 25px;
}
.testimonial-content .title{
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    padding-right: 10px;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 18px;
    color: #f7de44;
}
.testimonial .description{
    font-size: 18px;
    font-style: italic;
    color: #fff;
    margin-top: 25px;
}
.owl-theme .owl-controls{
     position: absolute;
    top: 0%;
    left: -30px;
}
.owl-theme .owl-controls .owl-buttons div{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    background: transparent;
    padding: 0;
    margin: 0 0 5px 0;
    opacity: 1;
    position: relative;
}
.owl-prev:before,
.owl-next:before{
    content: "\f104";
    font-family: "fontawesome";
    font-size: 60px;
    color: #f7de44;
    position: absolute;
    top: 0;
    left: 20%;
}
.owl-next:before{
    content: "\f105";
}
@media only screen and (max-width:1280px){
    .testimonial{ padding-left: 80px; }
}
@media only screen and (max-width:767px){
    .testimonial{
        text-align: center;
        padding-left: 0;
        margin: 0 15px;
    }
    .testimonial .pic{
        width: 100px;
        height: 100px;
        float: none;
        margin-right: 0;
    }
    .testimonial .testimonial-content{
        width: 100%;
    }
    .owl-theme .owl-controls,
    .owl-prev:before,
    .owl-next:before{
        position: static;
    }
    .owl-theme .owl-controls .owl-buttons div{
        display: inline-block;
        margin-bottom: 0;
    }
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.container1 {
  width: 100%;
  height: 100%;
  padding: 0px 10%;
}

.container1 h1 {
  text-align: center;
  padding-top: 10%;
  margin-bottom: 60px;
  font-weight: 600;
  position: relative;
  color: black;
}

.container1 h1::after {
  content: '';
  background: #3f9fbe;
  width: 100px;
  height: 5px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.row1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 30px;
  padding-top: 49px;
}

.service1 {
    padding: 12px !important;
  text-align: center;
  padding: 25px -9px;
  border-radius: 5px;
  font-size: 14px;
/*  cursor: pointer;*/
  background: transparent;
  transition: transform 0.5s, background 0.5s;
}

.service1 i {
  font-size: 40px;
  margin-bottom: 10px;
  color: #3f9fbe;
}

.service1 h4 {

  margin-bottom: 8px;
  font-size: 1.250rem;
}

.service1:hover {
  background: #3f9fbe;
  color: #fff;
  transform: scale(1.05);
}

.service1:hover i {
  color: #fff;
}





h1 {
    font-family: 'Oswald', sans-serif;
    color: white;
}

p {
    font-family: 'Montserrat', sans-serif;
}

.image-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    margin-top: 66px;
}

.banner-content {
    position: absolute;
    z-index: 99999;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
    font-size: 1.5em;
    color: #fff;
    line-height: 1.5;
}

.img-content img {
    width: 100%;
    height: 100vh;
    display: block;
}


.ban-btn {
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
}

.btn-red {
    background-color: red;
}

.btn-green {
    background-color: #4CAF50;
}











 /* DEBUG for gutters. */
  .counter{
    color: #f14159;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}  
.counter .counter-icon{
    color: #fff;
    background: #d36308;
    font-size: 40px;
    line-height: 90px;
    width: 120px;
    height: 100px;
    margin: 0 auto 3px;
    transform: rotateX(35deg);
    position: relative;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.counter .counter-icon:before{
    content: '';
    background: linear-gradient(to right,#F5BD01,#EE8903);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 12px;
    z-index: -1;
    clip-path: inherit;
}
.counter .counter-value{
    color: transparent;
    background: linear-gradient(to right,#F5BD01,#EE8903);
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 12px;
    display: block;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-fill-color: transparent;
}
.counter .counter-value:after{
    content: '';
    background: linear-gradient(to right,#F5BD01,#EE8903);
    height: 2px;
    width: 40%;
    margin: 3px auto 0;
    display: block;
    clear: both;
}
.counter h3{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}
.counter.purple .counter-icon{ background-color: #6F27B2; }
.counter.purple .counter-value{
    background: linear-gradient(to right,#fff,#fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.counter.purple .counter-icon:before,
.counter.purple .counter-value:after{ background: linear-gradient(to right,#B874ED,#9641D7); }
.counter.green .counter-icon{ background-color: #3DA934; }
.counter.green .counter-value{
    background: linear-gradient(to right,#A0EA63,#3cbf28);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.counter.green .counter-icon:before,
.counter.green .counter-value:after{ background: linear-gradient(to right,#A0EA63,#3cbf28); }
.counter.blue .counter-icon{ background-color: #005DCE; }
.counter.blue .counter-value{
    background: linear-gradient(to right,#27A3FB,#0170F4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.counter.blue .counter-icon:before,
.counter.blue .counter-value:after{ background: linear-gradient(to right,#27A3FB,#0170F4); }
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}   





/* tab*/
.nav-tabs { border-bottom: 2px solid #DDD; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #ffffff;background: #0b2e56;height: 155px;box-shadow: 0px 2px 3px rgb(0 0 0 / 47%);
    }
    
     
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none;  color: #0b2e56 !important; background: #fff;height: 156px; }
        .nav-tabs > li > a::after { content: ""; background: rgb(18, 82, 231); height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0);box-shadow: 0px 2px 3px rgb(0 0 0 / 47%);
        }
        
         
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #5a4080 none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px;background-color: #546d89;
    color: white; font-size: 20px;}
.nav-tabs > li  {width:25%; text-align:center;}
.card1 {background:  none repeat scroll 0% 0%; /*box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);*/ margin-bottom: 30px;padding-top: 44px; }
.nav-tabs>li>a{
    
}


@media (min-width: 1200px){

.container2 {
  width: 1021px;

}
}


@media only screen and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
 iframe{
    
    
    width:300px;

    }
}