/*=========table of content start

    Template Name: B-Right - Corporate Business HTML Website template
    Template URI: https://theme.bitspecksolutions.com/html-template/b-right
    Author: Bitspeck
    Author URI: http://bitspeck.com/

==========================

CSS 

===========================

*Common C

==============================


preloader


===============================
home page::

1. header section
2. Carousel section
3. Single section
4. About section
5. Services section
6. Contac section
7. Portfolio section
8. counter section
9. Testimonial section
10. Choose us section
11. Blog section
12. Client section
12. Footer section

=================================

Others Pages

==================================

=================================

Index Page

==================================

==============table of content end*/


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Rubik:wght@300;400;500;700;900&display=swap');
/*====================================
 global area - start
====================================*/
*{
  padding: 0;
  margin: 0;  
  outline: 0px;
  scroll-behavior: smooth;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5rem;
  width: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
}

html, body, .wrapper {
  height: 100%;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.7rem;
  font-family: 'Poppins', serif;
  letter-spacing: 0;
  margin: 0;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
  width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a img,
button,
iframe {
  border: none;
  text-decoration: none !important;
}

p {
  color: #232323;
  line-height: 1.5rem;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 0px;
}

input:focus, textarea:focus, 
select:focus {
  outline: none;
  box-shadow: inherit;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  -o-box-shadow: inherit;
}

ul,li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

b, strong {
  font-weight: 900;
  line-height: 2;
}

 .btn.focus, 
 .btn:active:focus, 
 .btn:active:hover, 
 .btn:focus, 
 .btn:hover {
  outline: 0;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  -o-box-shadow: inherit;
  min-height: 50px;
}
     

/*====================================
 global area - end
====================================*/

/*====================================
 common css - start
====================================*/
section{
 	  padding: 80px 0px;
 }
.owl-carousel .owl-nav button:focus{
    outline: none !important;
 }
.owl-theme .owl-dots button:focus{
    outline: none !important;
 }
.section-tittle h3 {
    margin-bottom: 18px;
    position: relative;
    color: #3d4352;
}
.section-tittle small {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    line-height: .8;
    letter-spacing: 4px;
    margin-bottom: 15px;
    position: relative;
    color: #0eb3f3;
}
.section-tittle .bottom-style{
    height: 10px;
    width: 10px;
    background: transparent;
    border: 2px solid #3d4352;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 40px;
}
.section-tittle .bottom-style::after {
    position: absolute;
    content: "";
    background: #0eb3f3;
    width: 50px;
    height: 2px;
    left: 45%;
}
.section-tittle .bottom-style::before {
    position: absolute;
    content: "";
    background: #0eb3f3;
    width: 50px;
    height: 2px;
    right: 45%;
}


/*====================================
 common css - end
====================================*/

/*start preloader css*/


#preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  overflow: visible;
  background: #fff url('../images/preloder.gif') no-repeat center center;
  animation: loader 5s infinite ease;
}

/*end preloader css*/


/*====================================
         header - start
====================================*/

.header_top_area{
  background: #3d4352;
  padding: 10px;
}
.header_wrapper ul li{
  color: #ffffff;
  margin-right: 20px;
}
.header_wrapper ul li i{
  margin-right: 10px;
}
.header_social{
  margin-right: 9%;
}
.header_social a{
  margin-right: 15px;
  color: #ffffff;
}
.header_social a i{
  font-size: 18px;
}
.header_social a i{
  font-size: 18px;
}

.sticky-header:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  position: absolute;
  background-color: transparent;
}
.sticky-header.stuck:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  position: absolute;
  box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  -webkit-box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  -moz-box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  -ms-box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  -o-box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  background-color: #00142e;
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}
.display-none{
  display: none;
  transition: opacity 1s ease-out !important;
  -webkit-transition: opacity 1s ease-out !important;
  -moz-transition: opacity 1s ease-out !important;
  -o-transition: opacity 1s ease-out !important;
  opacity: 0;
}

/*menu css start*/

.sticky-header{
	width: 100%;
	z-index: 999;
  position: fixed;
}
.navbar-nav .nav-item .nav-link{
	font-weight: 500;
}
.menu-sticky{
	background: #ffffff;
  border-bottom: 1px solid #f1f1f1;
}
.nav-item{
	position: relative;
}
.navbar .navbar-collapse .navbar-nav li.active a,
.navbar .navbar-collapse .navbar-nav li a:hover {
  background: transparent;
  color: #000000;
}
.navbar .navbar-collapse .navbar-nav li a:before {
  position: absolute;
  content: '';
  left: 8px;
  bottom: 0;
  right: 50%;
  height: 1px;
  background: #ffffff;
  border-bottom: 2px solid #0eb3f3;
  visibility: hidden;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: 1;
}

.navbar .navbar-collapse .navbar-nav li.active a:before,
.navbar .navbar-collapse .navbar-nav li a:hover:before {
  visibility: visible;
  right: 0;
  max-width: 50%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:before{
	display: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu a{
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
	color: #000000 !important;
	border-bottom: 1px solid #ccc !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover{
  background-color: #0eb3f3;
  color: #ffffff !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
	left: -50px;
}
.dropdown:hover .dropdown-menu{
  display: block;
}
.dropdown-menu{
  transition: all 0.5s ease-in-out;
}
.dropdown-menu .dropdown-item{
  font-size: 14px;
}

/*====================================
           header - end
====================================*/

/*====================================
          banner - start
====================================*/


@media (min-width: 769px) {
    .carousel-item {
        height: 600px;    /* 电脑端固定高度 */
    }
    .carousel-item img{
	/* position: relative;
	height: 100vh;
  max-height: 780px; */
   width: 100%;          /* 宽度自适应容器 */
    height: 100%;         /* 高度按比例自适应 */
    max-width: 100%;      /* 最大宽度不超过容器 */
    object-fit: cover;    /* 保持比例填充容器 */
}
}

/* 手机端样式 */
@media (max-width: 768px) {
    .responsive-img {
        height: 600px;    /* 手机端较小高度 */
    }
        .carousel-item img{
	/* position: relative;
	height: 100vh;
  max-height: 780px; */
   width: 100%;          /* 宽度自适应容器 */
    height: 350px;         /* 高度按比例自适应 */
    max-width: 100%;      /* 最大宽度不超过容器 */
    object-fit: cover;    /* 保持比例填充容器 */
}
}
.slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.1);
}
.slider-text{
	position: absolute;
}
.slider-content {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-235%);
  left: 0;
  width: 120%;
}
@media (max-width: 768px) {
    .slider-content {
        display: none;
    }
        .all-devices {
        display: block;
    }

}
.all-devices {
  position: absolute;
  display: block;
  top: 20%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-400%);
  left: 0;
  width: 100%;

}
@media (min-width: 768px) {
    .all-devices {
        display: none;
    }
  }
.slider-content p{
	margin-bottom: 30px;
  color: #f7f7f7;
  text-align: left;
}
.slider-content h2{
  margin-bottom: 20px;
  color: #fff !important;
}
.slider-content h2 span{
  color: #5DADE2 ;
}

.all-devices h2{
  margin-bottom: 0px;
  color: #fff !important;
}
.all-devices h2 span{
  color: #5DADE2 ;
}
.all-devices p{
  margin-bottom: -20px;
  color: #f7f7f7;
  text-align: left;
}
.carousel-indicators {
  position: absolute;
  bottom: 5%;
  z-index: 9;
  right: 0%;
  transform: rotate(180deg);
}
.carousel-indicators li{
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 500px;
	transform: rotate(180deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
	cursor: pointer;
}
.carousel-indicators li.active{
	background:#0eb3f3;
	width: 12px;
	height: 12px;
	margin-top: -1px;
}
.carousel-item.active
.slider-content .slidp1{
  font-size: 18px;
  font-weight: 500;
  color: #259ed9;
}
.slider-content h2{
	font-size: 50px;
	font-weight: bolder;
	color: #ffffff;
	line-height: 4rem;

}
.slider-content .slidp2{
    color: #ffffff;
}
.slider-content a{
	background:#46bbffd1;
	border: none;
	padding: 15px 30px;
  margin-right: 10px;
	border-radius: 5px;
	color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.slider-content a:hover{
  background: #000000c9;
  color: #dee0e0;
  border: 1px solid #ffffff;
}


/*====================================
         banner - end
====================================*/

/*====================================
        single - start
====================================*/
.single-box i{
  background-color: rgba(69, 90, 100, 0.08);
  color: #36b9f7;
  width: 100px;
  height: 100px;
  font-size: 40px;
  line-height: 100px;
  text-align: center;
  margin: 20px 0 20px;
  text-decoration: none;
  -webkit-border-radius: 70px;
  -khtml-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  border-radius: 70px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.single-box:hover i{
  color: #ffffff;
  background-color: #62acf9;
  margin-top: 10px;
}
.single-box-text h4{
  color: #000;
  margin-bottom: 20px;
  font-size: 20px;
}
.single-box-text p{
  color: #5a5a5a;
  text-align: center;
}
.single-box1{
  background-color: rgba(69, 90, 100, 0.08);
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.single-box1:hover{
  background-color: #fff;
}
.single-box1:hover i{
  color: #ffffff;
}
.single-box1:hover h4{
  color: #ffffff;
}
.single-box1 i{
  color: #fff;
  font-size: 40px;
  margin: 20px 0 20px;
  text-decoration: none;
} 


/*====================================
        single - end
====================================*/



/*====================================
         service - start
====================================*/

.service_img{
    position: relative;
}
.heading-text h3{
    margin-bottom: 15px;
    position: relative;
    color: #021033;
    font-weight: 700;
}

.pra_item p{
  text-align: -webkit-right;
  
}

.service-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  background: rgba(0,0,0,0.5);
}
.service_contant:hover .service-overlay{
  opacity: 1;
}
.service-icon{
  float: left;
  padding: 5px 10px;
  border: 0;
}
.service-icon i{
  font-size: 32px;
  color: #0eb3f3;
}
.serv_item{
  padding: 20px;
  background-color: rgba(69, 90, 100, 0.08); 
}
.serv_item p{
  padding: 20px 0px 0px;
  color: #5a5a5a;
  text-align: left;
}
.serv_pera p {
    text-align: right;
    margin-bottom: 40px;

}
.serv_item h5 {
  display: block;
  font-size: 20px;
  letter-spacing: .5px;
  text-transform: capitalize;
  color: #3d4352;
  margin: 0 auto;
  margin-left: auto;
  padding: 8px 0px 00px;
  margin-left: 0px;
  font-weight: 600;
  text-align: center;
}
.ser-det{
  margin-bottom: 30px;
}


/*====================================
       service - end
====================================*/


/*================================
      project-Start
==================================*/

.pro_item p{
  text-align: right;
  margin-bottom: 40px;
}

.project h1{
 color:#F97300;
 margin: 2em; 
}

.box15,
.box17,
.box18 {
  box-shadow: 0 0 5px #7e7d7d;
  text-align: center;
}
.box14{
  position: relative;
}
.box14 img {
  width: 100%;
  height:   auto;
}
.box14 .box-content{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.box14 .box-content:after {
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  transform: scale(1, 0);
  transform-origin: 100% 0 0;
}
.box14:hover .box-content:after,
.box14:hover .box-content:before {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.15s;
}
.box14 .box-content:hover{
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.box14 .title {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  margin: 15px 0;
  opacity: 0;
  transform: translate3d(0, -50px, 0);
  transition: transform 0.5s ease 0s;
}
.box14:hover .title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.box14 .post {
  font-size: 14px;
  color: #fff;
  padding: 10px;
  background: #0eb3f3;
  opacity: 0;
  border-radius: 0 19px;
  transform: translate3d(0, -50px, 0);
  transition: all 0.7s ease 0s;
}
.box14 .icon,
.box15 .icon {
  padding: 0;
  list-style: none;
}
.box14:hover .post {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.15s;
}
.box14 .icon {
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: -10px;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.7s ease 0s;
  display: flex;
  justify-content: center;
}
.box14:hover .icon {
    bottom: 95px;
    opacity: 5;
    transition-delay: 0.15s;
}
.box14 .icon li a {
    display: block;
    width: 45px;
    height: 40px;
    line-height: 42px;
    border: 1px solid; #fff;
    border-radius: 0 -5px;
    font-size: 24px;
    color: #fff;
    margin-right: 10px;
    transition: all 0.4s ease 0s;
}
.box14 .icon li a:hover {
  background: #0eb3f3;
  border-color: #0eb3f3;
}

/*=================================
          project-end
=================================*/

/*=================================
          counter - start
===================================*/
@media (min-width: 768px) {
/* #counter-section{
	background-image:url(../images/counter.jpg); 
	background-size: cover;
  background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
	z-index: -2;
	background-position: center;
} */

.fenbu1{
display: grid;
    grid-template-columns: repeat(4, 1fr); /* 电脑端：4列 */
    gap: 20px;
    padding: 20px;
    margin-top: -40px;
}
.overlay-counter{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(70, 52, 136, 0.55);
  z-index: -1;
}
.number-icons{
  width: 100px;
  height: 100px;
  display: inline-block;
  background: rgb(255, 255, 255);
  }
.number-icons i{
  color: #0eb3f3;
  margin-top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
}
.number-no {
  color: #ffffff;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  margin-left: 50px;
}
.number-title{
  color: #ffffff;
  font-size: 20px;
  font-weight: 200; 
   margin-bottom: 10px;
   margin-left: 50px;
}

}
@media (max-width: 768px) {
#counter-section{
	background-image:url(../images/counter.jpg); 
	background-size: cover;
  background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
	z-index: -2;
	background-position: center;
}
  /* .cunter-section{
  height: 500px;
    min-height: 400px;
 } */
.fenbu2{
flex: 1 1 calc(50% - 20px);
}
.overlay-counter{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(123, 130, 221, 0.55);
  z-index: -1;
}
.number-icons{
  width: 50px;
  height: 50px;
  display: inline-block;
  background: rgb(255, 255, 255);

  }
.number-icons i{
  color: #0eb3f3;
  margin-top: 25%;
  transform: translateY(-50%);
  font-size: 20px;
}
.number-no {
  color: #ffffff;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  margin-left: 30px;
}
.number-title{
  color: #ffffff;
  font-size: 20px;
  font-weight: 200; 
   margin-bottom: 10px;
   margin-left: 30px;
}


}
/*====================================
       counter - end
====================================*/

/*====================================
      client say - start
====================================*/

.clientsay .owl-dots .owl-dot{
	margin-top: 20px;
}
.clientsay .owl-dots .owl-dot span{
	background: transparent !important;
	border: 1px solid #0eb3f3;
}
.clientsay .owl-dots .owl-dot.active span{
	background: #0eb3f3 !important;
}
.client-details{
	background-color: rgba(69, 90, 100, 0.08);
	border-radius: 10px;
	margin: 0px 10px;
}
.client-details p{
  color: #5a5a5a;
  margin-bottom: 16px;
  letter-spacing: 1px;
}
.client-details h5{
	font-size: 18px;
	font-weight: bold;
	position: relative;
  color: #3d4352;
}
.client-details h5::before{
	position: absolute;
	content: '';
	width: 50px;
	height: 2px;
	left: 20px;
  top: 22px;
	background: #0eb3f3;
}

/*====================================
        client say - end
====================================*/
/*===================================
        Start-Team section 
===================================*/

.team-section{
  background-color: rgba(69, 90, 100, 0.08);
}
 h1 {
  margin-top: 0;
  font-size: 3rem;
  display: inline-block;
}
h1 div {
  position: relative;
  float: left;
}
h1 div:first-child {
  color: #3498db;
  margin-right: 1rem;
}
.our-team .team-content p{
  text-align: center;
  padding-top: 10px;
  color: #717070;
}
.team-heading h3{
    margin-bottom: 15px;
    position: relative;
    color: #3d4352;
    font-weight: 700;
}
.team-content h3{
    font-size: 15px;
}
.teamcontent:before{
    position: absolute;
    width: 50px;
    height: 50px;
    border: 2px solid;
    border-radius: 60px;
    left: 175px;
    bottom: 0px;
}

.team_pra p{
  text-align: -webkit-right;
  margin-bottom: 40px;
}
/* PROFIL */
.blog .carousel-indicators {
  left: 0;
  top: auto;
  bottom: -40px;
}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-bottom:10px;
}

.blog .carousel-indicators .active {
background: #0eb3f3;
margin-bottom:10px;
}

.our-team-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.our-team-section:before {
  position: absolute;
  top: -0;
  left: 0;
  content: " ";
  background: url(img/service-section-bottom.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}
.our-team {
  padding: 0 0 80px;
  background: #f9f9f9;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-bottom: 5px solid #0eb3f3;
}

.our-team .pic {
  display: inline-block;
  width: 130px;
  height: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}
.our-team .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #0eb3f3;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 1;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}
.our-team:hover .pic:before {
  height: 100%;
  background: #2f2f2f;
}
.our-team .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #0eb3f3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s linear 0s;
}
.our-team:hover .pic:after {
  background: #ffff;
}
.our-team .pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
  position: relative;
  z-index: 2;
}
.our-team:hover .pic img {
  box-shadow: 0 0 0 14px #0eb3f3;
  transform: scale(0.7);
}
.our-team .team-content {
  margin-bottom: 50px;
}
.our-team .title {
  font-size: 17px;
  font-weight: 700;
  color: #4e5052;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.our-team .post {
  display: block;
  font-size: 16px;
  color: #8d8d8d;
  text-transform: capitalize;
}
.our-team .social {
  width: 100%;
  padding: 10px 0px;
  margin: 0;
  background: #0eb3f3;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}
.social li{
  justify-content: center;
  letter-spacing: 15px;
  font-size: 20px;
  margin-top: 5px;
}
.our-team:hover .social {
  bottom: 0;
}
.our-team .social li {
  display: inline-block;
}
.our-team .social li a {
  display: block;
  padding-top: 0px;
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 30px;
  }
}
/*================================
team section end
==================================*/
/*====================================
 choose - start
====================================*/
@media (max-width: 768px) {
.chose-img img{
  display: none;
  
}
  
}
.chose-img img{
  height: 615px;
}
.choose-title .choose-header h3 {
  color: #3d4352;
  margin-bottom: 20px;
}
.choose-header h3:before {
  position: absolute;
  content: "";

  width: 100px;
  height: 2px;
  bottom: 93%;
}
.choose-header h3:after {
  position: absolute;
  content: "";

  width: 75px;
  height: 2px;
  bottom: 94%;
  left: 15px;
}
.choose-title p {
  padding: 20px 0px;
  color: #5a5a5a;
  text-align: left;
}
.choose_item{
  margin-bottom: 28px;
  background: #fff;
  padding: 20px;
  transition: all 0.5s ease-in-out;
}
.choose_item:hover{
  box-shadow: 0px 5px 5px 0px #e7e7e7;
}
.choose_item .choose-icon{
  float: left;
}
.choose_item .choose-icon i{
  font-size: 32px;
  color:  #0eb3f3;
}
.choose_item h5{
  display: block;
  font-size: 20px;
  letter-spacing: .5px;
  text-transform: capitalize;
  color: #3d4352;
  margin: 0 auto;
  margin-left: auto;
  padding: 0px 0px 00px;
  margin-left: 48px;
  font-weight: 600;
}
.choose_item p{
  padding: 20px 0px 0px;
  color: #5a5a5a;
  margin-left: 48px;
  text-align: left;
}

/*====================================
 choose - end
====================================*/

/*===================================
demo vedio
=====================================*/
#vedio-section{
  background-image: url(../images/demo_vedio.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: ;
  z-index: -2;
  background-position: center;
  position: relative;

}

.overlay-vedio{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #066a96;
  opacity: 0.5;
}
.vedio-icon i{
  text-align: center;
  font-size: 80px;
  color: snow;
}

/*====================================
demo vedio end
======================================*/





/*====================================
     footer- start
====================================*/
#footer{
	background-image: url(../images/footer_img.png);
	background-size: cover;
  background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
	z-index: -2;
	background-position: center;
}
.overlay-footer{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(109, 190, 241, 0.8);
  z-index: -1;
}

.footer-text{
  font-size: 30px;
  color: #f8f9fa;
  font-weight: 500;
  line-height: 1.9rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.footer-about p{
	color: #fbfbfb;
  text-align: left;
}

.footer-about ul li:hover a i{
	color: #000;
}
.footer-about ul li a i{
  font-size: 25px;
  color: #ffffff;
}
.footer-service ul li a{
	color: #ffffff;
}
.footer-service ul li{
	margin-bottom: 15px;
}
.media img{
	width: 35%;
}
.media-body h5{
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7rem !important;
}
.media-body span{
    color: #3d4352;                                                                                                                                                                      
}
.footer-contact p{
	color: #ffffff;
  margin-bottom: 10px;
}
.footer-contact ul li{
	color: #ffffff;
}
.footer-contact ul li i{
	color: #ffffff;
}
.footer-bottom-text{
  padding: 20px 0px;
  background: #ffffff;
  border-top: 1px solid #0eb3f3;
}
.footer-bottom-text p{
	color: #3d4352;
  text-align: center;
}
#backToTop {
    position: fixed;
    display: inline-block;
    right: 30px;
    bottom: 5px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-property: opacity,visibility,-webkit-transform;
    transition-property: transform,opacity,visibility;
    transition-property: transform,opacity,visibility,-webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
#backToTop a {
    padding: 12px 17px;
    font-size: 14px;
    line-height: 24px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
    text-align: center;
    color: #ffffff;
    background: #0fbcf9;
    border-radius: 50px;
}
#backToTop a i {
    color: #ffffff;
}


/*====================================
  footer- end
====================================*/

/*B-right home page 1 end*/
/*

/*====================================
  Other pages start
====================================*/






/*========================================

 ========index page - start

=========================================*/


.indexlink{
  background: #f26522;
  color: #fff !important;
}
.image-container span img {
    height: auto;
    max-width: 50%;
}
.features-item{
  background-color: #eee;
  padding: 30px;
}
.features-item .title-text{
  font-size: 18px;
  margin-top: 16px;
}
#preview-section .section-tittle::before{
  content: '';
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: #f26522;
}
.image-container a img{
  position: relative;
}
.overlay-preview{
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  background-color: rgba(14,179,243,.5);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.overlay-preview:hover{
  background-color: rgba(14,179,243,.8);
  cursor: pointer;
}
.overlay-preview .title-text{
  color: #fff !important;
  align-items: center;
  font-size: 20px;
  transform: translateY(231px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
} 
.overlay-preview:hover .title-text{
  font-size: 26px;
  font-weight: 700;
}
.banner-content-preview{
   transform: translateY(500px);
}
.preview-h1{
  color: #fff;
  background: none !important;
}
.preview-item-img{
  height: 80vh;
}
.preview-desc p{
  color: #fff;
}
.preview-button{
  background-color: #ffffff;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 50px;
}
.preview-button a{
  color: #36b9f7;
}
.preview-button a i{
  margin-left: 5px;
  color: #36b9f7;
}
#preview-banner-section{
  background-color: #36b9f7;
}
.preview-menu-sticky {
  background: #ffffff;
  border-bottom: 1px solid #15417e;
}

.preview-content{
  padding-top: 215px;
}
.indexmenusticky{
  border-bottom: 1px solid #f1f1f11c;
}
.preview-item .image-container img{
  width: 350px;
  height: auto;
}

.register_section {
    background-image: url("images/banner1.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}
.register_section {
    background-color: #777AF2;
}
.register_content h2 {
    color: #ffffff;
    font-size: 48px;
    margin-bottom: 30px;
}
.register_content h6 {
    font-size: 41px;
    font-weight: 700;
    line-height: 48px;
}
.indexmenusticky .navbar-collapse{
  justify-content: center;
}


