body {
	font-family: 'Montserrat', sans-serif;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
p {

    line-height: 22px;
    font-size: 14px;
    color: #6f6d6e;
}
ul li {
	color: #6f6d6e;
}
h2 {
	font-size: 34px;
    line-height: 40px;
    font-weight: 600;
}
header {
	background: #fff;
	float: left;
	width: 100%;
}
.top-bar {
	background: #01bbeb;
	padding: 10px 0;
	float: left;
	width: 100%;
}
.top-list {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
}
.top-list  li:first-child {
	margin-right: 15px;
}
.top-list2 {
	display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
}
.top-list li, .top-list2 li {
font-size: 13px;
    color: #fff;
}
.top-list li i {
	margin-right: 5px;
}
.navbar {
	padding: 0 15px;
}
.navbar li.active a {
background: #e4066b;
    color: #fff !important;
}
.navbar li > a {
    padding: 25px 15px !important;
    float: left;
    font-size: 14px;
    font-weight: 500;
}

.banner-sec {
	float: left;
	width:100%;
  position: relative;
}
.caption {
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 999;
    width: 100%;
    color: #000;
}
.caption p {
  color: #fff;
}
.banner-slider {

	margin-bottom: 0;
}
.banner-slider .owl-nav .owl-prev {
  height: 50px;
    width: 50px;
    background: #1b2c7aba !important;
    font-size: 30px !important;
    color: #fff !important;
    position: absolute;
    left: 10px;
    border-radius: 50px;
    top: 50%;
    margin-top: -25px;
    z-index: 999999;
    outline: none;
}
.banner-slider .owl-nav .owl-next {
  height: 50px;
    width: 50px;
    background: #1b2c7aba !important;
    font-size: 30px !important;
    color: #fff !important;
    position: absolute;
    right: 10px;
    border-radius: 50px;
    top: 50%;
    margin-top: -25px;
    z-index: 999999;
    outline: none;
}
.cap-black {
    padding: 20px 30px;
}
.cap-black h2 {
      font-size: 12px;
      color: #fff;
}
.cap-black h4 {
      font-size: 28px;
    font-weight: 600;
    margin-top: 0;
    color: #fff;
}
.caption a {
  background: #e4066b;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
}
.ser-sec {
    float: left;
    width: 100%;
    background: #fdfdfd;
    padding: 0 0 0 0;
}
.owl-dots {
	display: none;
}
.ser-sec .ser-box {
background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 8px #b3b1b1;
    padding: 50px;
    position: relative;
    z-index: 999;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.ser-sec .ser-box i {
    font-size: 40px;
    margin-bottom: 15px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.ser-sec .ser-box h4 {
	font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.ser-sec .ser-box p {
	margin: 0;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.ser-box:hover i {
      color: #fff;
}
.ser-box:hover {
      background: #e4066b;
}
.ser-box:hover h4, .ser-box:hover p {
   color: #fff;
}
/*Gallery Section Start*/

.filters {
  text-align: center;
  margin-top: 50px;
}
.filters ul {
  padding: 0;
}
.filters ul li {
list-style: none;
    display: inline-block;
    padding: 5px 30px;
    cursor: pointer;
    position: relative;
    border: 1px dashed #1b2c7a;
    margin-right: 15px;
    border-radius: 5px;
}
/*.filters ul li:after {
  content: "";
  display: block;
  width: calc(0% - 60px);
  position: absolute;
  height: 2px;
  background: #333;
  transition: width 350ms ease-out;
}*/
.filters ul li.active {
    background: #1b2c7a;
    color: #fff;
}
.filters ul li:hover:after {
  width: calc(100% - 60px);
  transition: width 350ms ease-out;
}
.filters ul li.active:after {
  width: calc(100% - 60px);
}
.filters-content {
  margin-top: 30px;
}
.filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
.filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}
.filters-content .item {
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
}
.filters-content .item .p-inner {
  padding: 20px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.filters-content .item .p-inner h5 {
  font-size: 15px;
}
.filters-content .item .p-inner .cat {
  font-size: 13px;
}
.filters-content .item img {
  width: 100%;
}
/*Gallery End*/

.about-sec {
	float: left;
	width: 100%;
	padding: 50px 0;
}
.about-sec h2 {
	margin-bottom: 15px;
	margin-top: 0;
}
.about-sec p {
	font-size: 18px;
	line-height: 28px;
}
.about-list li {
	position: relative;
	padding-left: 17px;
	font-size: 15px;
	line-height: 30px;
  transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.about-list li:before {
    content: '\f101';
    position: absolute;
    top: 0px;
    left: 0;
    font-family: 'fontawesome';
    color: #e4066b;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.about-list li:hover {
  padding-left: 23px;
}


.we-sec {
	background: #f6f6f6;
	padding: 50px 0;
	float: left;
	width: 100%;
}
.we-box {
    background: #fff;
    padding: 30px;
    margin-top: 30px;
    float: left;
    width: 100%;
    box-shadow: 0 0 5px #afafaf;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.we-box > i {
    font-size: 50px;
    color: #e4066b;
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.we-box:hover > i {
  color: #1b2c7a;
}
.we-box h4 {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.we-box p {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}
.h-center-para {
	margin: 0 auto;
    width: 70%;
    font-size: 18px;
    line-height: 28px;
}
.we-box a {
	display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    text-decoration: none;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.we-box:hover a {
  color: #e4066b;
}
.we-box a i {
	margin-left: 5px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.we-box:hover a i {
  margin-left: 10px;
}

.download-sec {
    background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
}
.download-sec p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.download-box {
	    display: flex;
      flex-wrap: wrap;
    justify-content: space-around;
}
.download-box li {
display: flex;
    align-items: center;
    margin-top: 15px;
    border-radius: 5px;
    background: #01bbeb;
}
.download-box li a {
    display: flex;
    justify-content: center;
    border: 1px solid #01bbeb;
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
    text-align: left;
    align-items: center;
    border-radius: 5px;
}
.download-box li a i {
    height: 40px;
    width: 40px;
    text-align: center;
    background: #fff;
    color: #c30c6d;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    font-style: normal;
    border-radius: 50px;
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
    margin-right: 10px;
}
.download-box li:hover a i {
    transform: skew(
-15deg
);
}
.down-info h6 {

    font-weight: 600;
    margin: 0;
    font-size: 14px;
}
.down-info span {
	font-size: 13px;
	margin: 0 0 0 0;
}



.gallery-sec {
    float: left;
    width: 100%;
    padding: 50px 0;
    text-align: center;
}










.cta-sec {
  float: left;
  width: 100%;
  padding: 50px 0;
  background: #fff;
}
.cta-sec h2 {
  color: #333;
}
.cta-sec p {
  color: #333;
  font-size: 18px;
}
.cta-sec a {
background: #d20a6c;
    padding: 10px 30px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    float: right;
}

.ser-sec .col-xl-4 {
  z-index: 999;
}
.news-sec {
  float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 50px 0;
}
.news-sec .news-box {
float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px #c3c3c3;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    position: relative;
}
.news-sec .news-box:hover {
  transform: skew(-5deg);
}
.news-sec .news-box ul {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 10px;
}
.news-cont {
  padding: 15px;
}
.news-box h4 {
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
}
.news-cont li {
      color: #b9b9b9;
}
.news-img {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
}
.news-box  ul li i {
  margin-right: 5px;
}
.news-box a {
      color: #e4066b;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}
.news-img span {
  position: absolute;
    right: 10px;
    top: 10px;
    background: #e4066b;
    padding: 5px 15px;
    font-size: 12px;
    color: #fff;
    border-radius: 25px;
}
.news-img span i {
  margin-right: 5px;
}



footer {
    padding: 50px 0;
    float: left;
    width: 100%;
    background: #252425;
}
footer ul li a {
  color: #fff;
  font-size: 14px;
}
footer h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
footer .foot-link ul li {
      position: relative;
}
footer .foot-cont ul li {
      position: relative;
    padding-left: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #fff;
}
footer .foot-cont li i {
      position: absolute;
    left: 0;
    top: 4px;
    color: #fff;
}




.copy-right {
padding: 10px 0;
    float: left;
    width: 100%;
    background: #1b2c7a;
}
.copy-right {

}
.copy-right ul {
      display: flex;
    justify-content: flex-end;
}
.copy-right ul li {
  margin: 0 5px;
}
.copy-right ul li a {
  color: #fff;
  text-decoration: none;
}
.copy-right p a {
  color: #fff;
}
.copy-right p {
color: #fff;
    margin: 0;
}







.testimonial-sec {
  float: left;
  width: 100%;
  background: #fff;
  padding: 50px 0;
}
.test-box {
      background: #f6f6f6;
    float: left;
    width: 100%;
    padding: 30px;
        position: relative;
    margin-bottom: 20px;
}
.test-box ul {
  display: flex;
  justify-content: flex-start;
}
.test-box ul li i {
  color: #ff7844;
  font-size: 13px;
}
.test-box ul li {
  margin-right: 4px;
}
.test-box:before {
content: '';
    position: absolute;
    bottom: -20px;
    left: 30px;
    width: 0px;
    height: 0px;
    border-top: 0px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f6f6f6;
  }
  .test-person {
    display: flex;
    float: left;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
  }
  .test-info h5 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
  }
    .test-info h6 {
    font-size: 13px;
    font-weight: 500;
    margin: 5px 0 0 0;
  }
    .test-person img {
    border-radius: 50%;
    border: 2px solid #ff7844;
    width: 70px !important;
    margin-right: 15px;
  }
  .test-box p {
    font-size: 15px;
    line-height: 25px;
  }




  .team-sec {
    background: #f5f5f5;
    padding: 50px 0;
    float: left;
    width: 100%;
  }
  .team-sec ul {
    display: flex;
    justify-content: center;
  }
  .team-sec ul li {
    margin: 0 5px;
}
.team-sec ul li a {
text-decoration: none;
    color: #333;
}
.team-content {
      padding: 15px;
    background: #fff;
    text-align: center;
}
.team-content h4 {
      font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.team-content h5 {
      font-size: 16px;
}
.team-box .team-content h4, .team-box {
transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.team-box:hover {
  box-shadow: 0 0 4px #ccc;
}
.team-box:hover .team-content h4 {
    color: #e4066b;
}


@media only screen and (max-width: 767px) and (min-width: 320px) {
  .navbar-nav li a {
    width: 100%;
    text-align: center;
    padding: 10px 0 !important;
    background: #f5f5f5;
    border-bottom: 1px dashed #e6e6e6;
  }
  header {
    padding: 10px 0;
  }
  .ser-sec {
    padding-top: 20px;
  }
  .ser-sec .ser-box {
    top: 0;
    margin-top: 30px;
  }
  .caption {
    display: none;
  }
  .banner-sec img {
        height: 200px !important;
    object-fit: cover !important;
  }
  .navbar-toggler {
    background: #e4066b;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    padding: 4px 7px;
    position: relative;
  }
  .navbar-toggler span {
        display: flex;
    justify-content: center;
    float: left;
    width: 100%;
    outline: none;
  }
  .top-list {
    display: none;
  }
  .top-list2 {
    justify-content: center;
  }

section h2 {
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 22px;
    line-height: 30px;
}
.about-list {
  margin-bottom: 10px;
}
.h-center-para {
  width: 100%;
  font-size: 16px;
}
.filters ul li {
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 13px;
}
.news-sec .col-xl-4, .team-sec .col-lg-4 {
  margin-top: 30px;
}
.news-sec .col-xl-4:first-child, .team-sec .col-lg-4:first-child {
  margin-top: 0;
}
.cta-sec {
  text-align: center;
}
.cta-sec a {
      margin-top: 5px;
    display: inline-block !important;
    float: none;
}
footer .foot-link {
text-align: center;
    margin-bottom: 30px;
    background: linear-gradient(
90deg
, rgb(228 6 107) 0%, rgb(27 44 122) 100%);
    padding: 15px 0;
}
.copy-right .row {
  text-align: center;
}
.copy-right ul {
  justify-content: center;
}
}






.center-block{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.modal-header {
  background: #e4066b;
    color: #fff;
    padding: 5px 15px;
}
.form-control {
      border-radius: 0px;
}
.modal-body label {
      font-weight: 600;
    font-size: 13px;
}
.modal-footer .btn {
      background: #1b2c7a;
    display: block;
    margin: 0 auto;
}

.left-side {
    position: fixed;
    background: #e4066b;
    color: #fff;
    padding: 7px 25px;
    font-weight: 500;
    border-radius: 5px;
    transform: rotate(
-90deg
);
    right: -58px;
    top: 450px;
    z-index: 999;
    text-decoration: none;
    }
    .left-side:hover {
    text-decoration: none;
    color: #fff;
    }
    .modal-open {
    overflow: auto;
}

.tab-list {
    display: flex;
    justify-content: space-between;
    background: #e4066b;
}
.tab-list li {
  width: calc(100% / 26);
}
.tab-list li a {
  text-align: center;
    padding: 10px 0;
    color: #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #01bbeb;
    border-color: #01bbeb #01bbeb #01bbeb;
    border-radius: 0px;
}
.tab-sec {
    float: left;
    width: 100%;
    position: relative;
    padding: 50px 0;
    z-index: 9;
}
.tab-sec .tab-content {
  background: #f5f5f5;
    padding: 15px;
}

.dis-box h4 {
  font-size: 16px;
  font-weight: 600;
}
.dis-box ul li {
  font-size: 14px;
  color: #000;
}
.plain-btn {
    color: #e4066b;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    float: left;

}




.news-l {
  position: relative;
}
.news-l input {
      height: 40px;
    width: 100%;
    background: #ffffff;
    border: 0px;
    padding: 0px 10px;
    font-size: 14px;
}
.news-l button {
background: #d20a6c;
    border: 0;
    color: #fff;
    padding: 5px 10px;
    height: 40px;
    position: relative;
    margin-top: 12px;
}
.gallery-sec .col-lg-2 {
  margin-top: 30px;
}
.ico-box {
    background: #f5f5f5;
    margin-top: 30px;
    padding: 15px;
    text-align: left;
    border: 1px solid #e0e0e0;
    position: relative;
    padding-left: 85px;
}
.ico-box img {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #01bbeb;
    height: 60px;
    border-radius: 50%;
    padding: 5px;
}
.ico-box h4  {
      font-size: 16px;
    font-weight: 600;
    color: #e4066b;
    margin-bottom: 5px;
}
.ico-box p {
line-height: 19px;
    font-size: 13px;
    color: #6f6d6e;
    margin-bottom: 5px;
}
.plain-btn-2 {
  color: #e4066b;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
}