/* about us  */
.about-img-animat{
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
  }

  .about-img-animatt {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    /* padding: 130px 0px 130px 0px; */
  }
  .sec-padding{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  
  @media (min-width: 320px) and (max-width: 1023px) {
	.abt-img img {
	  width: 180px !important;
	  height: 180px !important;
	}
  }
	.abt-img-ml {
    margin: 20px 35px 10px 0 !important;	
  }
	.abt-img-mr {
    margin: 20px 0px 10px 35px !important;
	}
  @media (min-width: 320px) and (max-width: 700px) {
	.abt-img-ml {
    margin: 20px 15px 10px 0;	
  }
	.abt-img-mr {
    margin: 20px 0px 10px 15px;
	}
  }
  
  .abt-img-border{
    border-radius: 15px;
  }
  
.abt-text h5
{
  font-size: 25px;
  color: #4aa5f0;
}
.abt-text h1
{
  font-size: 52px;
  color: #222222;
}
.abt-text p
{
  font-size: 20px;
  color: #222222;
}
.abt-text ul li
{
  font-size: 18px;
  color: #222222;
  padding: 10px 20px 1px 1px;
}
.abt-text i
{display: inline-block;
  height: 38px;
  width: 38px;
  line-height: 38px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-size: 18px;
  color: #5e87eb;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* text-align: center; */
}
  /* services css  */
  
/**************************************
 ** - 05 - Services Section CSS
 *************************************/
.services-section .section-title {
  margin-top: 10px;
	margin-bottom: 20px;
}

.single-services-item {
	position: relative;
	z-index: 1;
	display: block;
	padding: 35px 30px;
	text-align: center;
	border-radius: 10px;
	background-color: #ffffff;
	margin-top: 30px;
	overflow: hidden;
	-webkit-box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
	-moz-box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
	box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
	-webkit-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

.services-icon {
	display: inline-block;
	margin-bottom: 25px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	will-change: transform;
}

.services-icon i {
	color: #635CDB;
	font-size: 35px;
	width: 75px;
	height: 75px;
	line-height: 75px;
	display: block;
	margin: auto;
	background: rgb(215, 215, 215, 0.17);
	border-radius: 50%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.single-services-item h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.single-services-item h3 a {
	display: inline-block;
}

.single-services-item p {
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 0;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	will-change: transform;
}

.single-services-item .services-btn-link {
	margin-top: 16px;
}

.single-services-item .services-btn-link .services-link {
	display: inline-block;
	font-size: 16px;
	color: #635CDB;
	letter-spacing: 0.5px;
	font-weight: 600;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	text-decoration: underline;
}

.single-services-item:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.single-services-item:hover .services-icon i {
	background: #fff;
}

.single-services-item:hover h3 {
	color: #fff;
}

.single-services-item:hover p {
	color: #fff;
}

.single-services-item:hover .services-btn-link .services-link {
	color: #fff;
}

.single-services-item:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	background-image: linear-gradient(-135deg, #611bdd 0%, #5e87eb 100%);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
}

.single-services-item.active:before,
.single-services-item:hover:before {
	opacity: 1;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* Hide dropdown menu by default */
.dropdown-menu {
  display: none;
  visibility: hidden;
  opacity: 0;
}

/* contact waves  */

/* waves css  */
.wavy-item,
.waves__item,
.loader__wave-item {
    top: 3%;
    left: 50%;
    z-index: -1;
    width: 200vw;
    opacity: .9;
    height: 200vw;
    display: block;
    margin-top: 15vw;
    border-radius: 40%;
    position: absolute;
    transform-origin: 50% 48%;
    animation: waves 7s infinite linear;
}
.wavy-item--one,
.waves__item--one,
.loader__wave-item--one {
    animation: waves 9s infinite linear;
    margin-left: -100vw;
}
.wavy-item--two,
.waves__item--two,
.loader__wave-item--two {
    opacity: .7;
    margin-left: -115vw;
    animation: waves 11s infinite linear;
}
@keyframes waves {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(1turn);
    }
}
.waves {
    position: relative;
    background-color: #fff;
    height: 681px;
}

@media (max-width:767px) {
    .waves {
        height: 881px;
    }
}
.waves__area {
    position: relative;
    height: 350px;
    overflow: hidden;
    z-index: 1;
    bottom: -331px;
}
@media (max-width:767px) {
    .waves__area {
        height: 50%;
        bottom: -440px;
    }
}
.waves__item--one {
    background: linear-gradient(103deg, #5e87eb, #4e7bee);
}

.waves__item--two {
    background: linear-gradient(103deg, #1681ce, #3a79a7);
}
.waves__field {
    /* position: absolute; */
    z-index: 9;
    top: 30px;
}
.waves__field h6{
	display: flex !important;
	justify-content: center !important;
}
.cust_waves {
    position: relative;
    background-color: #fff;
    height: 350px;
    overflow: hidden;
}
.cust_waves .waves__area {
    bottom: inherit;
}
.cust_waves .waves__field {
    text-align: center;
}
.cust_waves .heading--big {
    margin-bottom: 40px;
}

.wave-head {
	/* display: block; */
	/* background-color: #000000; */
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	/* margin: 0 auto; */
	/* margin-right: 25%; */
}

/* contact page  */

.con-center{
	display: block !important;
	margin: 0 auto !important;
}
   
.ptb200 {
    padding-top: 200px !important; 
    padding-bottom: 200px !important
}

@media (max-width: 767px) {
    .ptb200 {
        padding-top: 100px;
        padding-bottom: 100px
    }
}
.banner-bg-1 {
    background-image: url(./img/contact2.png)
}

.banner-bg-2 {
  background-image: url(./img/contactus.jpg);
}

.breadcrumb {
    background-size: cover;
    margin: 0 !important
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 60px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    color: #fff
}

@media (max-width: 767px) {
    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
        font-size: 35px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
        font-size: 45px
    }
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item p {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item p a {
    color: #ff5e13
}
  
.contact-info {
    margin-bottom: 25px
}

.contact-info__icon {
    margin-right: 20px
}

.contact-info__icon i,
.contact-info__icon span {
    color: #8f9195;
    font-size: 27px
}

.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a
}

.contact-info .media-body h3 a:hover {
    color: #ff5e13
}

.contact-info .media-body p {
    color: #8a8a8a
}

.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px
}
.form-contact{
	display: block;
	margin: 0 auto ;
}

.form-contact label {
    font-size: 14px
}

.form-contact .form-group {
    margin-bottom: 30px
}

.form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none
}

.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999
}

.form-contact textarea {
    border-radius: 0px;
    height: 100% !important
}

.contact-section {
    padding: 130px 0 100px
}

@media (max-width: 991px) {
    .contact-section {
        padding: 70px 0 40px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-section {
        padding: 80px 0 50px
    }
}


.nav-item a{
    font-size: 20px ;
}

/* tabs  */

.tabs {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    background: white;
    padding: 50px 30px 30px 30px;
    /* padding-bottom: 80px; */
    /* width: 70%; */
    /* height: 250px; */
    margin-top: 50px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 5px;
    min-width: 240px;
  }
  .tabs input[name=tab-control] {
    display: none;
  }
  .tabs .content section h2,
  .tabs ul li label {
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 18px;
    color: #428BFF;
  }
  .tabs ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .tabs ul li {
    box-sizing: border-box;
    flex: 1;
    width: 25%;
    padding: 0 10px;
    text-align: center;
  }
  .tabs ul li label {
    transition: all 0.3s ease-in-out;
    color: #929daf;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .tabs ul li label br {
    display: none;
  }
  .tabs ul li label svg {
    fill: #929daf;
    height: 1.2em;
    vertical-align: bottom;
    margin-right: 0.2em;
    transition: all 0.2s ease-in-out;
  }
  .tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
    outline: 0;
    color: #bec5cf;
  }
  .tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
    fill: #bec5cf;
  }
  .tabs .slider {
    position: relative;
    width: 33%;
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  }
  .tabs .slider .indicator {
    position: relative;
    width: 50px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: 4px;
    background: #428BFF;
    border-radius: 1px;
    /* border: 2px solid red !important; */
  }
  .tabs .content {
    margin-top: 30px;
  }
  .tabs .content section {
    display: none;
    -webkit-animation-name: content;
            animation-name: content;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    line-height: 1.4;
  }
  .tabs .content section h2 {
    color: #428BFF;
    display: none;
  }
  .tabs .content section h2::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #428BFF;
    margin-top: 5px;
    left: 1px;
  }
  .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    cursor: default;
    color: #428BFF;
  }
  .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
    fill: #428BFF;
  }
  @media (max-width: 600px) {
    .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
      background: rgba(0, 0, 0, 0.08);
    }
  }
  .tabs input[name=tab-control]:nth-of-type(1):checked ~ .slider {
    transform: translateX(0%);
  }
  .tabs input[name=tab-control]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
    display: block;
  }
  .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    cursor: default;
    color: #428BFF;
  }
  .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
    fill: #428BFF;
  }
  @media (max-width: 600px) {
    .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
      background: rgba(0, 0, 0, 0.08);
    }
  }
  .tabs input[name=tab-control]:nth-of-type(2):checked ~ .slider {
    transform: translateX(100%);
  }
  .tabs input[name=tab-control]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
    display: block;
  }
  .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    cursor: default;
    color: #428BFF;
  }
  .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
    fill: #428BFF;
  }
  @media (max-width: 600px) {
    .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
      background: rgba(0, 0, 0, 0.08);
    }
  }
  .tabs input[name=tab-control]:nth-of-type(3):checked ~ .slider {
    transform: translateX(200%);
  }
  .tabs input[name=tab-control]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
    display: block;
  }
  .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    cursor: default;
    color: #428BFF;
  }
  .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
    fill: #428BFF;
  }
  @media (max-width: 600px) {
    .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
      background: rgba(0, 0, 0, 0.08);
    }
  }
  .tabs input[name=tab-control]:nth-of-type(4):checked ~ .slider {
    transform: translateX(300%);
  }
  .tabs input[name=tab-control]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
    display: block;
  }
  @-webkit-keyframes content {
    from {
      opacity: 0;
      transform: translateY(5%);
    }
    to {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @keyframes content {
    from {
      opacity: 0;
      transform: translateY(5%);
    }
    to {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @media (max-width: 1000px) {
    .tabs ul li label {
      white-space: initial;
    }
    .tabs ul li label br {
      display: initial;
    }
    .tabs ul li label svg {
      height: 1.5em;
    }
  }
  @media (max-width: 600px) {
    .tabs ul li label {
      padding: 5px;
      border-radius: 5px;
    }
    .tabs ul li label span {
      display: none;
    }
    .tabs .slider {
      display: none;
    }
    .tabs .content {
      margin-top: 20px;
    }
    .tabs .content section h2 {
      display: block;
    }
  }