/*=========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 CSS

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


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
====================================*/

.carousel-item img{
	position: relative;
	height: 100vh;
  max-height: 780px;
}
.slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
}
.slider-text{
	position: absolute;
}
.slider-content {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  left: 0;
  width: 100%;
}

.slider-content p{
	margin-bottom: 40px;
  color: #f7f7f7;
  text-align: left;
}
.slider-content h2{
  margin-bottom: 30px;
  color: #fff !important;
}
.slider-content h2 span{
  color: #5DADE2 ;
}

.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
====================================*/

/*====================================
       about us - start
====================================*/

#about-section,
#about-sections2{
  background-color: rgba(69, 90, 100, 0.08);
}
.about_details .about-header h3{
   color: #3d4352;
   font-weight: 700;
}
.about_details .p1{
  padding-top: 20px;
}


.about_details .p2{
  padding:20px 0px 40px;
  color: #5a5a5a;
  text-align: right; 
}
.about_list .about-icon{
  float: left;
  padding: 5px 10px;
  border: 1px dashed #bfb4b4;
}
.about_list .about-icon i{
  font-size: 32px;
  color: #0eb3f3; 
}
.about_list h5 {
  display: block;
  font-size: 20px;
  letter-spacing: .5px;
  text-transform: capitalize;
  color: #3d4352;
  margin: 0 auto;
  margin-left: auto;
  padding: 12px 0px 00px;
  margin-left: 65px;
  font-weight: 600;
}
.about_para {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: left;
  color: #5a5a5a;
}
.btncontent a {
    text-decoration: solid;
    border: 1px solid #000;
    padding: 10px;
    text-align: end;
}
.btncontent{
  text-align: end;
}
.btncontent a {
    background: #0f97e6;
    border: none;
    padding: 15px 30px;
    border-radius: 5px;
    color: #ffffff;
    transition: all 0.5s ease-in-out;
}

.about-video {
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 99.9%;
}
.about-video .img-responsive {
    width: 100%;
}
.overlay-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.overlay-video .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 25%;
  background: rgba(240,240,240,0.5);
}
.overlay-video .video .sub-video{
  width: 60px;
  height: 60px;
  display: inline-block;
  background: #ffffff;
  border-radius: 50px;
}
.overlay-video .video a i{
  font-size: 32px;
  color: #0eb3f3;
  padding: 14px 22px;
}

.item-img-wrap {
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 99.9%;
  margin-bottom: 20px;
}
.item-img-wrap .img-responsive {
  width: 100%;
}
.item-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.item-img-overlay .about {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 13%;
  background: rgba(85, 85, 85, 0.3);
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -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;
}
.btn-transparent-sm {
  border: solid 1px #fff;
  background: rgba(0, 0, 0, 0.05);
  color: #fff !important;
  font-size: 13px;
  letter-spacing: 0.01em;
  padding: 0 13px;
  height: 30px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: normal;
  white-space: nowrap;
  vertical-align: middle;
}
.btn-transparent-sm i {
  margin-right: 2px;
}
.item-img-wrap:hover .item-img-overlay div {
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.about2-text{
  color: #5a5a5a;
}
.about-details2 p{
  text-align: left;
  margin-bottom: 20px
}
.about-details2 .about_para{
  text-align: left;
}
.about-details2 .about-header h3{
  margin-bottom: 20px;
}


/*====================================
         about us - end
====================================*/

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

.service_img{
    position: relative;
}
.heading-text h3{
    margin-bottom: 15px;
    position: relative;
    color: #3d4352;
    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: 45px;
  font-weight: 600;
}
.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
===================================*/

#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;
}
.overlay-counter{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(55 147 156 / 55%);
  z-index: -1;
}
.number-icons{
  width: 100px;
  height: 100px;
  display: inline-block;
  background: rgb(255, 255, 255);
  clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}
.number-icons i{
  color: #0eb3f3;
  margin-top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
}
.number-no {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}
.number-title{
  color: #ffffff;
  font-size: 15px;
  font-weight: 500; 
}


/*====================================
       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
====================================*/

.chose-img img{
  height: 615px;
}
.choose-title .choose-header h3 {
  color: #3d4352;
  margin-bottom: 20px;
}
.choose-header h3:before {
  position: absolute;
  content: "";
  background:  #0eb3f3;
  width: 100px;
  height: 2px;
  bottom: 93%;
}
.choose-header h3:after {
  position: absolute;
  content: "";
  background:  #0eb3f3;
  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
======================================*/

/*==================================
pricing section
====================================*/
.pricing-heading h3{
  margin-bottom: 15px;
  position: relative;
  color: #3d4352;
  font-weight: 700;
}

.pricing-table{
  width:100%;
}

.pricing-card{
  background-color: #f1f1f1;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  color: #2d2d2d;
  transition: .3s linear;
}

.pricing-card-header{
  background-color: #0fbcf9;
  display: inline-block;
  color: #fff;
  padding: 12px 30px;
  border-radius: 0 0 20px 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  transition: .4s linear;
}

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


.pricing-card:hover .pricing-card-header{
  box-shadow: 0 0 0 24em #0fbcf9;
}

.price{
  font-size: 50px;
  color: #0fbcf9;
  margin: 40px 0;
  transition: .2s linear;
}

.price sup, .price span{
  font-size: 22px;
  font-weight: 700;
}

.pricing-card:hover ,.pricing-card:hover .price{
  color: #fff;
}

.pricing-card li{
  font-size: 16px;
  padding: 10px 0;
  color: #aaa;
  text-transform: uppercase;
}

.order-btn{
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 80px;
  border: 2px solid #0fbcf9;
  color: #0fbcf9;
  padding: 18px 40px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 500;
  transition: .3s linear;
}

.pricing-card li span{
  font-weight: 600;
  color: #000000;
}

.pricing-card:hover li{
  color: #ffffff;
}
.order-btn:hover{
  background-color: #0fbcf9;
  color: #fff;
}



/*==================================
pricing section end
====================================*/

/*====================================
 blog - start
====================================*/

.blog-section2{
  background-color: rgba(69, 90, 100, 0.08);
}
.blog-img{
	position: relative;
}
.blog-img-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);
}
.blog-contant:hover .blog-img-overlay{
   opacity: 1;
}
.blog-details{
  background-color: rgba(69, 90, 100, 0.08);
  padding: 20px;
}
.blog-details p{
	color: #5a5a5a;
  margin-bottom: 20px;
  text-align: left;
}
.blog-details2 {
  background-color: #ffffff;
}   
.blog-details a h4{
	font-size: 22px;
	font-weight: bold;
	color: #3d4352;
	line-height: 1.9rem;
  padding: 10px 0px 20px;
}
.blog_pra p {
  margin-bottom: 40px;
  text-align: right;
}
.blog-details span{
	color: #8b8b8b;
}
.blog-details .blog_btn{
  font-size: 14px;
  letter-spacing: .5px;
  color: #424242;
  display: block;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}
.blog-details .blog_btn:hover{
  letter-spacing: 2px;
}
.blog-details .blog_btn span{
   margin-left: 5px;
}
.col-blog{
  margin-bottom: 30px;
}


/*====================================
 blog- end
====================================*/


/*====================================
 Pratner - start
====================================*/
#brand-section{
  padding: 80px 0px;
}
.client .owl-item img {
  display: block;
  width: 70%;
}
.client .client-img{
  display: flex;
  justify-content: center;
  filter: grayscale(100%);
  opacity: 0.4;
}
.client .owl-nav .owl-prev{
  position: absolute;
  left: -5%;
  top: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #0eb3f3 !important;
  transition: all 0.5s ease-in-out;
}
.client .owl-nav .owl-prev:hover{
  background: #0eb3f3 !important;
  cursor: pointer;
}
.client .owl-nav .owl-prev span{
  color: #0eb3f3!important;
  font-size: 32px;
  transition: all 0.5s ease-in-out;
}
.client .owl-nav .owl-prev:hover span{
  color: #ffffff !important;
}
.client .owl-nav .owl-next{
  position: absolute;
  right: -5%;
  top: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #0eb3f3 !important;
  transition: all 0.5s ease-in-out;
}
.client .owl-nav .owl-next:hover{
  background: #0eb3f3 !important;
  cursor: pointer;
}
.client .owl-nav .owl-next span{
  color: #0eb3f3 !important;
  font-size: 32px;
  transition: all 0.5s ease-in-out;
}
.client .owl-nav .owl-next:hover span{
  color: #ffffff !important;
}

/*====================================
  Pratner- end
====================================*/


/*====================================
    Contact us start
======================================*/
.contact-heading h3{
    margin-bottom: 15px;
    position: relative;
    color: #3d4352;
    font-weight: 700;
}
.contact_pera p{
  text-align: right;
  margin-bottom: 40px;
}
.contact-title{
  margin-bottom: 20px;
  font-weight: 700;
}
.contact-content h3{
    font-size: 15px;
}

.btn i{
  color: unset;
}

iframe{
  width: 100%;
}
.reset-btn {
    background-color: #efefef;
}

/*====================================
     Contact us 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(25,178,255,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: #ffffff;
  text-align: left;
}

.footer-about ul li:hover a i{
	color: #000;
}
.footer-about ul li a i{
  font-size: 18px;
  color: #ffffff;
}
.footer-service ul li a{
	color: #ffffff;
}
.footer-service ul li{
	margin-bottom: 10px;
}
.media img{
	width: 35%;
}
.media-body h5{
	color: #ffffff;
	font-size: 17px;
	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
====================================*/


#page-breadcrumb {
  height: 300px;
  position: relative;
  z-index: 1;
  background: url(../images/banner_header.png) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.common-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 0;
  background-image: url();
}
.breadcrumb-menu {
  color: #ffffff;
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: capitalize;
  text-align: center;
  padding-top: 40px;
}
.breadcrumb-menu h3 {
  font-size: 40px;
  font-weight: bold;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 15px;
}
.breadcrumb-menu .breadcrumb {
  background-color: transparent;
  border-style: none;
  border-radius: 0px;
  padding: 0;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb .active{
	color: #0eb3f3 !important;
}
.breadcrumb li a{
	color: #ffffff;
}


#about-sections{
	background: rgba(227,239,247,0.8);
}
.about-testimonial{
  background-color: rgba(69, 90, 100, 0.08);
}


.team-img img{
  display: inline-block;
  transform: scale(1);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.team-img{
  position: relative;
  overflow: hidden;
}
.team-img::after {
  background: #333;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  transform: scale(0);
  opacity: .7;
}
.team-box:hover .team-img::after {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  transform: scale(1.2);
}
.team-social {
  position: absolute;
  bottom: 58%;
  margin-left: 20%;
  webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
  z-index: 9;
}
.team-box:hover .team-social{
  opacity: 1;
}
.team-social ul li{
  background: #ffffff;
  border: 1px solid #0eb3f3;
  border-radius: 500px;
  width: 40px;
  height: 40px;
}
.team-social ul li i{
  color: #0eb3f3;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 12px 0px;
}
.team-details{
  background: #f5f5f5;
  padding: 20px 0px;
  border-bottom: 1px solid #0eb3f3;
}
.team-details h6{
  color: #3d4352;
  font-weight: 500;
}
.team-details span{
  color: #5a5a5a;
}


.navigation{
	margin-left: 50% !important;
  transform: translateX(-50%) !important;
  margin-top: 60px;
}
.pagination .page-item .page-link{
	border-radius: 50%;
  height: 40px;
  width: 40px;
  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;
}
.pagination .page-link.active{
  background: #259ed9;
  color: #ffffff;
}


.post-head{
	margin-top: 20px;
}
.post-head span{
	color: #8b8b8b;
}

.blog-details-title h4{
	font-size: 22px;
  font-weight: bold;
  color: #3d4352;
  line-height: 1.9rem;
  margin: 10px 0px 20px 0px;
}
.blog-content-details p{
  color: #5a5a5a;
  margin-bottom: 20px;
  text-align: left;
}
.blockquote{
	padding: 40px;
	margin-bottom: 20px;
	background-color: rgba(69, 90, 100, 0.08);
	border-left: 2px solid #0eb3f3;
}
.blockquote p{
	font-size: 16px;
	color: #5a5a5a;
  font-style: italic;
}
.blog-tags-share-wrap{
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.blog-tags h6{
	font-size: 20px;
	font-weight: 500;
  color: #3d4352;
}
.share-list a{
	padding: 8px;
	background-color: rgba(69, 90, 100, 0.08);
	color: #7a7a7a;
	margin-right: 15px;
}
.bottom-border-title h5{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 40px;
  color: #3d4352;
}
.blog-commenter-name{
    margin-bottom: 15px;
}
.blog-commenter-name h5{
	font-weight: 600;
}
.blog-commenter-name span{
	color: #8b8b8b;
}
.blog-author-paragraph{
	color: #5a5a5a;
}
.reply-btn{
	position: absolute;
	right: 0;
	background-color: rgba(69, 90, 100, 0.08);
	color: #0eb3f3;
	padding: 10px 30px;
	border-radius: 5px;
	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;
}
.reply-btn:hover{
	color: #0eb3f3;
}
.blog-commenter-name h5{
  color: #3d4352;
}
.blog-comments-div{
	border-bottom: 1px solid #e8e8e8;
}
.blog-commenter-img{
  border-radius: 50px;
  position: relative;
  width: 100px;
  height: 100px;
  top: -10px; 
}
.blog-from .contact-text{
	font-size: 30px;
	font-weight: bold;
}
.blog-from p{
	color: #8b8b8b;
	margin-bottom: 60px;
}
.blog-from input{
  border: none;
  background-color: rgba(69, 90, 100, 0.08);
}
.blog-from textarea{
	border: none;
	background-color: rgba(69, 90, 100, 0.08);
  padding: 30px 30px;
}
.from-button{
	background: #0eb3f3;
	color: #ffffff; 
}
.form-control.input-field {
  float: left;
  width: calc(100% - 70px);
  border: none !important;
  background: rgba(69, 90, 100, 0.08);
}
.form-control:focus{
  border-color: #0eb3f3 !important;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25) !important;
}
.single-right-sidebar-from button.search-btn {
  font-size: 22px;
  height: 50px;
  width: 70px;
  border: none;
  background: #0eb3f3;
  color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all .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;
}
.single-right-sidebar-from{
	margin-bottom: 30px;
}
.catagory-border-title h5{
	font-size: 20px;
	font-weight: bold;
  color: #3d4352;
  margin-bottom: 20px;
}
.categories-list ul li{
	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;
}
.categories-list ul li a,i{
	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;
}
.categories-list ul li:hover{
  color: #000000;
}
.categories-list ul li:hover a{
  color: #000000;
}
.categories-list ul li:hover a i{
  color: #000000;
}
.rightbar_post a img{
  width: 100px;
  height: 75px;
}
.recent-post .recent-border-title h5{
	font-size: 20px;
	font-weight: bold;
  color: #3d4352;
  margin-bottom: 20px;
}
.rp-text h6{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7rem;
  color: #3d4352;
}
.rp-text small{
	font-size: 14px;
	color: #8b8b8b;
}
.rp-thumb{
	border-bottom: 1px solid #e8e8e8;
}
.tag-border-title h5{
	font-size: 20px;
	font-weight: bold;
  color: #3d4352;
  margin-bottom: 20px;
}
.tag-list li {
  padding: 5px 24px;
  margin: 0px 0px 3px 0px;
  display: inline-block;
  background-color: #0eb3f3;
  border: 1px solid #0eb3f3;
  transition: all 0.5s ease-in-out;
}
.tag-list li a{
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.tag-list li:hover{
  background-color: transparent;
}
.tag-list li:hover a{
  color: #3d4352;
}


.contact-from{
  padding: 0px 0px 80px;
}
.contact_details{
	box-shadow: 0px 10px 20px 5px #ececec;
	 -webkit-box-shadow: 0px 10px 20px 5px #ececec;
  -moz-box-shadow: 0px 10px 20px 5px #ececec;
  -ms-box-shadow: 0px 10px 20px 5px #ececec;
  -o-box-shadow: 0px 10px 20px 5px #ececec;
	padding: 60px 30px;
}
.contact_details i{
  margin-bottom: 20px;
  font-size: 24px;
  color: #0eb3f3;
}
.contact-icon img{
	width: 42% !important;
  display: inline-block !important;
  margin-top: 50%;
  transform: translateY(-50%);
}
.contact-icon1{
  background: #ffe4e3;
}
.contact-icon2{
  background: #e3eff7;
}
.contact-icon3{
  background: #dcf9f0;
}
.contact-text h5{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #3d4352;
}
.contact-text span{
	display: block;
	color: #8b8b8b;
}

.testimonial-box .testi_images img{
  width: 100px;
  display: inline-block;
  border-radius: 500px;
  border: 3px solid #0eb3f3;
}
.testimonial-box .testi_images{
  margin-bottom: 40px;
}
.testimonial-box {
  padding: 0px 190px 30px 190px;
}
.testimonial_content{
  margin-bottom: 20px;
}
.testimonial_content p{
  color: #5a5a5a;
}
.testimonial-box .cus-title .tes-nam{
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 700;
  color: #3d4352;
  display: block;
}
.testimonial-box .cus-title .tes-degree{
  color: #5a5a5a;
}
.clientsay2 .owl-dots .owl-dot span {
  background: transparent !important;
  border: 1px solid #0eb3f3;
}
.clientsay2 .owl-dots .owl-dot.active span {
  background: #0eb3f3 !important;
}
*/

/*====================================
  Other pages end
====================================*/



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

 ========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(https://i.ibb.co/1fmQNrd/re-banner2.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;
}


